﻿@charset "gb2312";
/* CSS Document */

html {
    overflow: hidden;
}

body {
    margin: 0 auto;
    font-size: 13px;
    color: #333;
    font-family: '微软雅黑';
    line-height: 1.5;
    width: 100%;
    *cursor: default;
    overflow: hidden;
    height: 100%;
    text-align: left;
    background-color: #FFF;
    -webkit-text-size-adjust: none;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

.clearBoth {
    border-bottom: 0;
    border-left: 0;
    line-height: 0;
    list-style-type: none;
    width: 100%;
    height: 0;
    clear: both;
    font-size: 0;
    overflow: hidden;
    border-top: 0;
    list-style-image: none;
    border-right: 0;
    width: 0px;
    height: 0px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #d0121c;
    text-decoration: none;
}

form,
button,
    {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    list-style-type: none;
}

.bj {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true);
}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futuram-webfont.eot');
    src: url('../fonts/futuram-webfont.eot') format('embedded-opentype'), url('../fonts/futuram-webfont.woff2') format('woff2'), url('../fonts/futuram-webfont.woff') format('woff'), url('../fonts/futuram-webfont.ttf') format('truetype'), url('../fonts/futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alt';
    src: url('../fonts/alt-webfont.eot');
    src: url('../fonts/alt-webfont.eot') format('embedded-opentype'), url('../fonts/alt-webfont.woff2') format('woff2'), url('../fonts/alt-webfont.woff') format('woff'), url('../fonts/alt-webfont.ttf') format('truetype'), url('../fonts/alt-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container {
	width: auto;
	max-width: 1442px;
}
#pageContain {
    overflow: hidden;
}

.page {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.contain {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 0;
}

.current .contain,
.slide .contain {
    display: block;
}

.current {
    display: block;
    z-index: 1;
}

.slide {
    display: block;
    z-index: 2;
}

.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}

.page1 {
    background: #fff;
}

.page2 {
    background: #fff url(../images/inxpage2bj.jpg) bottom center repeat-x;
}

.page3 {
    background: #fff url(../images/inxpage3bj.jpg) top center repeat;
    background-size: cover;
}

.page4 {
    background: #fff url(../images/inxpage4bj.jpg) top center repeat;
    background-size: cover;
}

.page5 {
    background: #fff url(../images/inxpage5bj.jpg) top center repeat;
    background-size: cover;
}

.page6 {
    background: #fff url(../images/inxpage6bj.jpg) top center repeat;
    background-size: cover;
}

#navBarpage {
    z-index: 999;
    position: absolute;
    top: 40%;
    right: 2%;
}

#navBarpage .active {
    width: 12px;
    height: 12px;
    border: 4px solid #cb0808;
    background: #cb0808;
    margin-left: 3px;
}

#navBarpage li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00275e;
    margin: 15px 0 0 5px;
}

#bannerCarousel,
#bannerCarousel .carousel-inner,
#bannerCarousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

#bannerCarousel .carousel-inner {
    margin-top: 0px;
}

.banner01 {
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

.banner02 {
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

.banner03 {
    background-size: auto 100%;
    width: 100%;
    height: 100%;
}

.banner01 .img-responsive,
.banner02 .img-responsive,
.banner03 .img-responsive,
    {
    width: 100%;
    height: auto;
}

.top {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.logo {
    float: left;

}

.topbj {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: url(../images/bark20.png) repeat;
    top: 0px;
    z-index: -1;
    display: none;
}

#nytop .topbj {
    display: block;
}

.navsmbj {
    position: fixed;
    background: url(../images/bark85b.png) repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

#navbar {
    background: none;
    border: none;
	height: 100px;
	background: #1957c6;
}

#topnavright {
    float: right;
    /* margin-top: 21px; */
    width: 700px;
}
#topnavright li {
	width: 100px;
	text-align: center;
	
}
#topnavright li a {
	padding:0;
	display: block;
	line-height: 100px;
	height: 100px;
	color:#fff;
}
#topnavright li a:hover{
	background:#c02219;
color:#fff;}

#topnavright a {
    font-size: 16px;
    color: #fff;
}

#navbar .navbar-toggle {
    margin-top: 22px;
    margin-bottom: 22px;
}

.topsmnav {
    float: none;
    margin: 15px 0px;
    width: 100%;
    text-align: center;
}

.tnavbtnsm {
    margin-bottom: 2px;
    background: none;
}

#topnavright .tnavbtnsm a {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.inxbt {
    width: 100%;
    padding-top: 150px;
    text-align: center;
}

.inxbt_eng {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
	font-family: 'futura_md_btmedium';
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/h2bj.png) no-repeat center bottom;
}

.inxbt_cha {
    font-size: 20px;
    color: #787878;
    margin-top: 0px;
}

.inxbt span {
    color: #cb0808;
}

#page2part1,
#page2part2 {
    margin-top: 5%;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

#page2part1:focus,
#page2part1:focus {
    outline: none;
}

.p2p1_pic {
    background: url(../images/inxpt_03.png) no-repeat;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.button--wayra:hover .p2p1_pic {
    background: url(../images/inxpto_03.png) no-repeat;
}

.p2p2_pic {
    background: url(../images/inxpt_05.png) no-repeat;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.button--wayra:hover .p2p2_pic {
    background: url(../images/inxpto_05.png) no-repeat;
}

.p2p3_pic {
    background: url(../images/inxpt_07.png) no-repeat;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.button--wayra:hover .p2p3_pic {
    background: url(../images/inxpto_07.png) no-repeat;
}

.p2p4_pic {
    background: url(../images/inxpt_09.png) no-repeat;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.button--wayra:hover .p2p4_pic {
    background: url(../images/inxpto_09.png) no-repeat;
}

.p2p5_pic {
    background: url(../images/inxpt_11.png) no-repeat;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.button--wayra:hover .p2p5_pic {
    background: url(../images/inxpto_11.png) no-repeat;
}

.p2p6_pic {
    background: url(../images/inxpt_13.png) no-repeat;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.button--wayra:hover .p2p6_pic {
    background: url(../images/inxpto_13.png) no-repeat;
}

.k1,.k2 {
    margin:0 auto;
    text-align: center;
}

.p2p_bt {
    color: #00275e;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.p2p_bt .p2p_btgl {
    color: #e83426;
}

.p2p_bt_eng {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'futura_md_btmedium';
}

.p2p_txt {
    font-size: 13px;
    line-height: 20px;
    color: #6d7e96;
    text-align: center;
    margin-bottom: 20px;
}

/* Wayra */

.button--wayra {
    overflow: hidden;
    width: 100px;
    -webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
}

.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -90deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -90deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
    transition: transform 0.3s, opacity 0.5s, background-color 0.5s;
}

.button--wayra:hover .p2p_bt,
.button--wayra:hover .p2p_bt .p2p_btgl,
.button--wayra:hover .p2p_txt {
    color: #fff;
}

.p2p_bt,
.p2p_btgl,
.p2p_txt,
.p2p1_pic {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.button--wayra:hover::before {
    opacity: 1;
    background-color: #00275e;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
}

#page2part2:hover::before {
    background-color: #cb0808;
}

.page3txt {

}

.page3txtp {
    width: 49%;
    float: left;
    margin-bottom: 60px;
}

#page3r {
    float: right;
}

.page3txtpic {
    width: 50px;
    float: left;
    margin-top: 5px;
}

.page3txtbt {
    font-size: 16px;
    color: #00275e;
    font-weight: bold;
}

.page3txtjs {
    font-size: 13px;
    color: #999;
}

.buttonp3:link,
.buttonp3:hover {
    color: #fff;
    font-size: 15px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}

.buttonp3 {
    width: 125px;
    height: 33px;
    display: block;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #cb0808;
    color: #fff;
    margin: 0px auto;
}

.button--round-l {
    border-radius: 40px;
}

.buttonp3:hover::before {
    background-color: #F90;
}

.buttonp3::before {
    background: #cb0808;
}

.page3cl {
    width: 721px;
    height: 407px;
    position: relative;
    background: url(../images/page3clbj.png) no-repeat top left;
    float: right;
    margin: 50px 8.5% 0px 0px;
}

.page3cl_img {
    width: 100%;
    height: 55%;
    text-align: center;
    margin-top: 20px;
    display: none;
}

.page3cl_img img {
    width: auto;
    height: 100%;
}

#slider_pc {
    position: absolute;
    left: 9px;
    top: 10px;
    z-index: 20;
}

#slider_pad {
    position: absolute;
    left: 520px;
    top: 86px;
    z-index: 21;
}

#slider_phone {
    position: absolute;
    left: 460px;
    top: 212px;
    z-index: 22;
    background: url(../images/page3phonebj.png) no-repeat;
    width: 101px;
    height: 194px;
}

#slider_pc,
.slider_pc_list,
.slider_pc_list ul,
.slider_pc_list ul li,
.slider_pc_list img {
    width: 498px;
    height: 369px;
}

#slider_pad,
.slider_pad_list,
.slider_pad_list ul,
.slider_pad_list ul li,
.slider_pad_list img {
    width: 194px;
    height: 299px;
}

.slider_phone_list,
.slider_phone_list ul,
.slider_phone_list ul li,
.slider_phone_list img {
    width: 92px;
    height: 175px;
}

#slider_phone .slider_phone_list {
    margin-top: 10px;
    margin-left: 4px;
}

.hd {
    height: 20px;
    width: 708px;
    bottom: -50px;
    position: absolute;
}

.hd ul {
    zoom: 1;
    margin-top: 10px;
    margin: 0px auto;
    width: auto;
    position: relative;
    left: 50%;
    float: left;
}

.hd ul li {
    position: relative;
    _display: inline;
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #fff;
    margin-left: 6px;
    margin-right: 6px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../images/pie.htc);
    border: 1px #CCCCCC solid;
    float: left;
    right: 50%;
}

.hd ul li.on {
    background: #e83426;
    border: 1px #e83426 solid;
}

#slider_pad .hd,
#slider_phone .hd {
    display: none;
}

.nonehd {
    height: 13px;
    width: 728px;
    bottom: -15px;
    position: absolute;
    z-index: 22;
}

.nonehd ul {
    zoom: 1;
    margin-top: 0px;
    margin: 0px auto;
    width: auto;
    position: relative;
    left: 50%;
    float: left;
}

.nonehd ul li {
    position: relative;
    _display: inline;
    float: left;
    width: 14px;
    height: 20px;
    overflow: hidden;
    background: url(../images/none.png);
    margin-left: 5px;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    float: left;
    right: 50%;
}

/*case*/

.carousel-inner {
    margin-top: 30px;
}

.item {
    width: 100%;
}

.inxcasep {
    display: inline-block;
    width: 32%;
    margin-left: 0.5%;
    background: #fff;
    position: relative;
    height: auto;
}

.inxcasep .inxcaseimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.inxcasep .inxcaseimg .img-responsive {
    width: 100%;
    height: auto;
}

.inxcasep img {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
    progid: DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
}

.inxcasep:hover img {
    progid: DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -transform: scale(1.2, 1.2);
}

.casebark {
    width: 100%;
    height: 100%;
    background: url(../images/barkca.png) repeat;
    position: absolute;
    z-index: 980;
    progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.inxcasep:hover .casebark {
    progid: DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
}

.inxcasebt {
    width: 100%;
    height: 80px;
    background: #FFF;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.inxcasebt span {
    display: block;
    font-size: 17px;
    padding: 20px 0px 5px;
}

/*.inxcasep:hover .inxcasebt{background:#eef1ff;}*/

.inxcasep .inxcasetxt::before,
.inxcasep .inxcasetxt::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 1px;
    background: #ccc;
    content: '';
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    z-index: 992;
}

.inxcasep:hover .inxcasetxt::before {
    opacity: 0.8;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.inxcasep:hover .inxcasetxt::after {
    opacity: 0.8;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.inxcaseion {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 995;
    margin-top: -25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

.inxcaseion a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    margin: 0px 70px;
}

.inxcaset1 {
    background: url(../images/caseion_03.png) no-repeat;
    width: 51px;
    height: 51px;
    display: inline-block;
}

.inxcaset1:hover {
    background: url(../images/caseion_03o.png) no-repeat;
}

.inxcaset2 {
    background: url(../images/caseion_05.png) no-repeat;
    width: 51px;
    height: 51px;
    display: inline-block;
}

.inxcaset2:hover {
    background: url(../images/caseion_05o.png) no-repeat;
}

.inxcasep:hover .inxcaseion {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 995;
    margin-top: -25px;
    progid: DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
}

.inxcasep:hover a {
    margin: 0px 40px;
    color: #FFF;
}

.inxcasep:hover a:link,
.inxcasep:hover a:hover {
    color: #FFF;
    text-decoration: none;
}

.caselr {
    width: 100%;
    text-align: center;
}

#caseleft,
#caseright {
    position: static;
}

#caseleft:hover,
#caseright:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 20px 10px 0px;
    width: 41px;
    height: 41px;
    text-align: center;
    background: #fff;
}

#caseleft {
    background: url(../images/casel.png) no-repeat;
}

#caseright {
    background: url(../images/caser.png) no-repeat;
}

#casemore {
    background: url(../images/caselr_sb.png) no-repeat;
    position: static;
}

/* Sweep To Bottom */

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cb0808;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.inxcasep:hover .hvr-sweep-to-bottom,
.inxcasep:focus .hvr-sweep-to-bottom,
.inxcasep:active .hvr-sweep-to-bottom {
    color: white;
}

.inxcasep:hover .hvr-sweep-to-bottom:before,
.inxcasep:focus .hvr-sweep-to-bottom:before,
.inxcasep:active .hvr-sweep-to-bottom:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.page5num {
    margin-top: 115px;
}

.page2000 {
    width: 300px;
    float: left;
    font-size: 184px;
    color: #d00000;
    font-family: 'alt';
    line-height: 160px;
    position: relative;
}

.pageadd {
    width: quto;
    float: left;
    margin-left: 20px;
    margin-top: 60px;
}

#page5numl {
    padding-right: 0px;
    padding-left: 0px;
}

.pageaddl1 {
    font-size: 48px;
    color: #d00000;
    font-family: 'alt';
    line-height: 36px;
    font-weight: bold;
    position: absolute;
    left: 300px;
}

.pageaddl2 {
    color: #222;
    font-size: 17px;
    margin-top: 0px;
    font-weight: bold;
}

.pageaddl2 span {
    color: #d00000;
}

.pageaddl2 .pageaddl2e {
    font-size: 25px;
    font-weight: normal;
    color: #222;
    font-family: 'futura_md_btmedium';
    margin-right: 5px;
}

.pageaddl3 {
    color: #222;
    font-size: 17px;
    margin-top: 5px;
    font-weight: bold;
}

.page5numr {
    margin: 0px;
    padding: 0px;
}

.p5rp {
    width: 32%;
    float: left;
    margin: 0px 0.5%;
    text-align: center;
    border-right: 1px #bbb dotted;
}

.p5rp_num {
    font-size: 100px;
    color: #d00000;
    font-family: 'alt';
    line-height: 105px;
}

.p5rp_txt {
    color: #222;
    font-size: 17px;
}

#p5rp3 {
    border-right: none;
}

#logoCarousel {
    margin-top: 15px;
}

#logoCarousel img {
    width: 100%;
    height: auto;
}

#logoCarousel a {
    display: block;
    float: left;
    width: 16.5%;
}

.page5 .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
}

#logoCarousel .carousel-indicators {
    bottom: -50px;
}

#logosel1 {
    border-right: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
}

#logosel2_e {
    border-bottom: 1px #ccc dotted;
}

#logosel1_e,
#logosel2_e {
    border-right: none;
}

#logosel2 {
    border-right: 1px #ccc dotted;
}

.contxt {
    width: 50%;
    margin: 60px 150px 0px 0px;
    float: right;
    font-size: 15px;
    color: #1d3352;
    line-height: 38px;
}

.contxt p {
    display: block;
}

.contxt .conyw a:link {
    font-size: 22px;
    font-family: 'futura_md_btmedium';
    background: none;
    display: inline-table;
    color: #1d3352;
}

.contxt .conyw a:hover {
    text-decoration: none;
}

.contxt .contxtqqa {
    background: url(../images/qq_05.png) no-repeat;
    width: 42px;
    height: 42px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.contxt .contxtqqa:hover {
    background: url(../images/qq.png) no-repeat;
}

.contxt .convisible {
    color: #1d3352;
    line-height: 38px;
    font-size: 15px;
}

.copyr {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #1d3352;
    margin-top: 90px;
}

.copyr a {
    color: #1d3352;
}

.bannertxt {
    font-size: 37px;
    font-family: 'futura_md_btmedium';
    text-transform: uppercase;
    text-align: center;
    color: #00275e;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 50px;
    margin-top: 22%;
}

.bannertxt p {
    font-size: 57px;
    line-height: 63px;
}

.bannertxt span {
    color: #cb0808;
}

.bannerimg1 {
    width: 85%;
    margin: 22% auto 0px;
    height: auto;
}

.bannerimg2 {
    width: 96%;
    margin: 0px auto;
}

.bannertxt .bannertxt_c {
    font-size: 35px;
    font-family: 寰敓鏂ゆ嫹閿熻剼鐚存嫹;
}

#ie7tips {
    width: 100%;
    height: 100%;
    background-color: #6ABDDA;
    z-index: 999;
    position: absolute;
    display: none;
    progid: DXImageTransform.Microsoft.Alpha(opacity=0.8);
    opacity: 0.8;
}

#ie7tips p {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #DD4E42;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.caseimga {
    display: block;
    width: 100%;
    height: 100%;
}

/* 閿熼叺鍑ゆ嫹 */

.side {
    position: fixed;
    width: 39px;
    height: 130px;
    right: 0;
    bottom: 50px;
    z-index: 9999;
}

.side ul li {
    width: 39px;
    height: 39px;
    float: left;
    position: relative;
    margin-bottom: 1px;
}

.side ul li .sidebox {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #00275e;
    opacity: 1;
    filter: Alpha(opacity=100);
    color: #fff;
    font: 14px/39px "寰敓鏂ゆ嫹閿熻剼鐚存嫹";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 39px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    background: #00275e;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #e83426;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.kferm {
    position: absolute;
    top: -45px;
    right: 110px;
    display: none;
}

.kfk {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    text-align: center;
    margin-left: -190px;
    max-width: 380px;
    max-height: 250px;
}

.kfk .img-responsive {
    display: inline;
    margin: 0 auto;
}

.kfk .kfxx {
    background: url(../images/kfx.png) no-repeat;
    width: 55px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}


.cate-list {
	text-align: justify;
	margin-top: 50px;
}
.cate-list li {
	position: relative;
    display: inline-block;
    width: 31%;
	vertical-align: top;
	transition: all 0.3s;
}
.cate-list li a.img {
	display: block;
	overflow: hidden;
}
.cate-list li a.img img {
	width: 100%;
	transition: all 0.5s;
}
.cate-list li a.img:hover img {
	transform: scale(1.2);
}
.cate-list li h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1957c6;
	position: absolute;
	bottom:0;
	left:0;
}
.cate-list li:hover h3 {
	background: #c02219;
}
.cate-list li h3 a {
	display: block;
	color:#fff;
	font-size: 18px;
}
.cate-list:after {
	display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.pro-cate-more {
	width: 161px;
	height: 54px;
	display: block;
	text-align: center;
	background: #c02219;
	line-height: 54px;
	color:#fff;
	font-size: 26px;
	margin:0 auto;
	margin-top: 100px;
	text-indent: 15px;
	border-radius: 25px;
}
.pro-cate-more:hover{color:#fff;font-size:24px;}
.about-list {
	text-align: justify;
	margin-top: 80px;
}
.about-list li {
	position: relative;
    display: inline-block;
    width: 22%;
	vertical-align: top;
	transition: all 0.3s;
	background: #fff;
	padding:30px;
	padding-top: 50px;
	text-align: center;
}
.about-list li img {
	max-width: 100%;
}
.about-list li .content {
	
}
.about-list li .content h3 {
	font-size: 35px;
	color:#333;
	margin: 30px 0px;
}
.about-list li .content p {
	font-size: 15px;
	color:#5a5a5a;
	text-align: left;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.about-list li:hover {
	margin-top:-45px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.about-list li:hover .content p {
	height: 88px;
	opacity: 1;
}
.about-list:after {
	display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.news-left {
    width: 47%;
    float: left;
    margin-top: 50px;
}
.news-slick {

}
.news-slick .slick-slide {
    position: relative;
}
.news-slick .slick-slide img {
    width: 100%;
}
.news-slick .slick-slide h3 {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1957c6;
    color:#fff;
    font-size: 14px;
    padding: 0px 20px;
    z-index: 999;
    bottom: 0;
    left:0;
}
.news-slick .slick-slide h3 span {
    float:right;
    font-size: 13px;
    color:#cecece;
}
.news-slick .slick-dots {
    position: absolute;
    bottom:55px;
    right: 20px;
}
.news-slick .slick-dots li {
    display: inline-block;
}
.news-slick .slick-dots li.slick-active button {
    background: #ffd100;
}
.news-slick .slick-dots li button {
    outline: none;
    border: none;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #c02219;
    font-size: 0px;
    margin-left: 5px;
    padding: 0;
}

.news-right {
    width: 50.5%;
    float: right;
    margin-top: 50px;
}
.news-right .news-list {

}
.news-right .news-list .news-list-content {
    background: rgba(255,255,255,0.8);
    padding:3px 15px;
    margin-bottom: 5px;
}
.news-list-content .img {
    float: left;
    width: 28.5%;
}
.news-list-content .img img {
    width: 100%;
}
.news-list-content .list1 {
    width: 68%;
    float: right;
}
.news-list-content .list1 h3 {
    font-size: 18px;
    color: #414141;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:1px dashed #ddd;
    margin-bottom: 5px;
    margin-top: 5px;
}
.news-list-content .list1 h3 a {
    float: right;
    font-size: 13px;
    color:#aaaaaa;
}
.news-list-content .list1 li {
    line-height: 26px;
    height: 26px;
}
.news-list-content .list1 li a {
    display: block;
    font-size: 14px;
    color:#454545;
}
.news-list-content .list1 li a span {
    float: right;
    font-size: 13px;
    color:#aaaaaa;
}

.userful-links {
    text-align: justify;
    margin-top: 35px;
}
.userful-links li {
    position: relative;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-bottom: 20px;
    overflow: hidden;
}
.userful-links li img {
    width: 100%;
    transition: all 0.3s;
}
.userful-links li  p{width:100%;
height:45px;line-height:45px;
color:#fff;
background:#1957c6;
margin-top:20px;
text-align:center;font-size:18px;
}
.userful-links li:hover img {
    transform: scale(1.1)
}
.userful-links li:hover p{background:#c02219;}
.userful-links:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.contact-center {

}
.contact-center #formsearch {
    position: relative;
    max-width: 600px;
    margin:0 auto;
    margin-top: 50px;
}
.contact-center #formsearch #keyword {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-radius: 25px;
    border:1px dashed #ddd;
    text-indent: 15px;
    background: none;
    outline: none;
}
.contact-center #formsearch #s_btn {
    position: absolute;
    width: 58px;
    height: 58px;
    right: 15px;
    top:0;
    background: url(../images/ss.png) no-repeat center;
    border:none;
    outline: none;
    font-size: 0px;
}

.contact-list {
    max-width: 832px;
    margin: 0 auto;
    border:1px dashed #ddd;
	background:#1957c6;
    padding: 50px;
    margin-top: 80px;
}
.contact-list .contact-left {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3.5%;
    text-align: center;
    border-right:1px dashed #ddd;
}
.contact-list .contact-left p {
    line-height: 35px;
    font-size: 16px;
	    color: #fff;
}
.contact-list .contact-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.5%;
}
.contact-list .contact-right p {
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 15px;
	color:#fff;
}
.contact-list .contact-right p:hover {
    color:#ff0000;
}
.contact-list .contact-right p img {
    margin-right: 10px;
}
.copyright {
    text-align: center;
    font-size: 12px;
    line-height: 50px;
}
.foot-inxbt {
    padding-top: 100px;
}
.foot-copyright {
    padding-bottom: 60px;
}

.about-inside {
    padding: 50px 0px;
}
.about-inside .about-gy {
    max-width: 980px;
    margin:0 auto;
}
.about-inside .about-gy p {
    font-size: 14px;
    line-height: 25px;
}
.culture-box {
    background: url(../images/abbj.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0px;
    margin-top: 50px;
}
.culture-box h2 {
    font-size: 30px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    padding-bottom: 50px;
}
.culture-box h2 p {
    font-size: 16px;
    color:#fff;
}
.culture-box .culture-center {
    max-width: 980px;
    margin:0 auto;
}
.culture-box .culture-center ul {
    text-align: justify;
}

.culture-box .culture-center ul li {
    position: relative;
    display: inline-block;
    width: 22%;
    vertical-align: top;
}
.culture-box .culture-center ul li img {
    width: 100%;
}
.culture-box .culture-center ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.honor-box {
    padding:50px 0px;
    max-width: 980px;
    margin:0 auto;
}
.honor-box h2 {
    font-size: 30px;
    color:#333;
    text-align: center;
    line-height: 35px;
    padding-bottom: 50px;
}
.honor-box h2 p {
    font-size: 16px;
    color:#333;
}

.honor-slick .slick-slide {
    margin: 20px;
}
.honor-slick .slick-slide img {
    max-width: 100%;
}
.honor-slick .slick-dots {
    text-align: center;
}
.honor-slick .slick-dots li {
    display: inline-block;
    margin:0px 5px;
}
.honor-slick .slick-dots li.slick-active button {
    background: #c02219;
    border: 1px solid #c02219;
    color:#fff;
}
.honor-slick .slick-dots li button {
    background: none;
    border:1px solid #ddd;
    width: 40px;
    height: 40px;
    outline: none;
}
.honor-slick .slick-arrow {
    position: absolute;
    bottom:-2px;
    font-size: 0px;
    border:none;
    outline: none;
    width: 76px;
    height: 43px;
}
.honor-slick .slick-prev {
    background: url(../images/prev1.png) no-repeat center;
    left: 155px;
}
.honor-slick .slick-next {
    background: url(../images/next1.png) no-repeat center;
    right: 155px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.case-inside {
    padding:20px 0px;
}
.case-cate {
    max-width: 1200px;
    margin: 0 auto;
}
.case-cate-list {
    text-align: justify;
}
.case-cate-list li {
    position: relative;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 10px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.case-cate-list li img {
    width: 100%;
}
.case-cate-list li h3 {
    text-align: center;
    line-height: 62px;
}
.case-cate-list li h3 a {
   display:block;text-align:center;line-height:45px;background:#1957c6;color:#fff;
}
.case-cate-list li:hover a{background:#c02219;}
.case-cate-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.xl-hezuo {
    padding:50px 0px;
    max-width: 1200px;
    margin:0 auto;
}
.xl-hezuo h2 {
    font-size: 22px;
    color:#333;
    text-align: center;
}

.xl-hezuo .hezuo-list {
    text-align: justify;
}
.xl-hezuo .hezuo-list li {
    width: 15%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top:20px;
    overflow: hidden;
}
.xl-hezuo .hezuo-list li img {
    width: 100%;
    transition: all 0.3s;
}
.xl-hezuo .hezuo-list li:hover img {
    transform: scale(1.1);
}
.xl-hezuo .hezuo-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.xl-gongcheng {
    padding-bottom:50px;
    max-width: 1200px;
    margin:0 auto;
}
.xl-gongcheng h2 {
    text-align: center;
    color:#fff;
    background: #c02219;
    font-size: 12px;
    line-height: 35px;
}

.zhongdian-list {
    margin-top: 20px;
}
.zhongdian-list td {
    text-align: center;
    height: 49px;
    vertical-align: middle;
    border-color:#ddd;
}

.contact-inside {
    padding:30px 0px;
    max-width: 1200px;
    margin:0 auto;
}
.contact-center1 {
    text-align: justify;
    padding-bottom: 30px;
}
.contact-center1 .contact-left {
    position: relative;
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.contact-center1 .contact-left h3 {
    font-size: 24px;
    line-height: 60px;
    background: url(../images/h3bj.jpg) no-repeat 0px bottom;
    margin-bottom: 20px;
}
.contact-center1 .contact-left p {
    font-size: 16px;
    color:#333;
    line-height: 45px;
}
.contact-center1:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.contact-map img{
    max-width: 100%;
}

.job-inside {
    padding:60px 0px;
}
.job-cate {
    max-width: 1200px;
    margin:0 auto;
}
.job-cate h2 {
    font-size: 30px;
    color:#333;
    text-align: center;
    line-height: 35px;
    padding-bottom: 30px;
}
.job-cate h2 p {
    font-size: 16px;
    color:#333;
}
.job-cate-list {
    text-align: justify;
}
.job-cate-list li {
    position: relative;
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-bottom: 30px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.job-cate-list li img {
    width: 100%;
}
.job-cate-list li h3 {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.7);
    left:0;
    bottom:0;
    text-align: center;
}
.job-cate-list li h3 a {
    display: block;
    font-size: 16px;
    color:#fff;
}
.job-cate-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.talent-box {
    padding:60px 0px;
    background: url(../images/jobbj.jpg) no-repeat center;
}
.talent-center {
    max-width: 1200px;
    margin:0 auto;
}
.talent-box h2 {
    font-size: 30px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    padding-bottom: 30px;
}
.talent-box h2 p {
    font-size: 16px;
}
.talent-left {
    width: 602px;
    float:left;
}
.talent-left img {
    width: 100%;
}
.talent-right {
    width: calc(100% - 602px);
    float:left;
}
.talent-right img {
    width: 100%;
}
.job-position {
    max-width: 1200px;
    margin:0 auto;
    padding:50px 0px;
}
.job-position h2 {
    font-size: 30px;
    color:#333;
    text-align: center;
    line-height: 35px;
    padding-bottom: 30px;
}
.job-position h2 p {
    font-size: 16px;
}
.job-inside-list {
    
}
.job-title {
    font-size: 0px;
    background: #c02219;
    margin-top: 10px;
}
.job-title span {
    width: 16.66%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color:#fff;
}
.job-item {
    font-size: 0px;
    border-bottom:1px solid #ddd;
}
.job-item span {
    width: 16.66%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
}
.xypg-news-list {
    max-width: 1200px;
    margin:0 auto;
}
.news-top {
    max-width: 1200px;
    margin:0 auto;
    margin-bottom: 50px;
}
.news-top .content h3 {
    font-size: 22px;
    color: #333333;
}
.news-top .content span {
    font-size: 14px;
    color:#cccccc;
    display: block;
    margin:10px 0px;
}
.news-top .content .summary {
    font-size: 16px;
    color:#585858;
    margin:10px 0px;
}
.news-top .content .more {
    width: 157px;
    height: 41px;
    background: #c02219;
    border-radius: 5px;
    line-height: 41px;
    color:#fff;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
}

.sort_a {
    max-width: 1200px;
    margin:0 auto;
}
.sort_a .layer1 h3 {
    text-align: center;
    font-size: 30px;
    color:#333;
    margin-bottom: 50px;
    margin-top: 20px;
}
.sort_a .layer3,.sort_a .layer4 {
    margin-top: 150px;
}
.abb_product{
    
}
.abb_product .product_list li {
    width: 33.33%;
    float:left;
    border:1px solid #ddd;
}
.abb_product .product_list li img {
    width: 100%;
}
.sort_a .more {
    width: 110px;
    height: 34px;
    margin:0 auto;
    background: #c02219;
    line-height: 34px;
    text-align: center;
    margin-top: 70px;
}
.sort_a .more a {
    color:#fff;
    font-size: 14px;
}

.xypg-wrap-product {
    /*background: url(../images/probj.jpg) center repeat-y;*/
}

.yinxiao-inside {
    max-width: 1200px;
    margin:0 auto;
    padding:80px 0px;
}
.yinxiao-inside .yinxiao-left {
    width: 42.5%;
    float:left;
    position: relative;
}
.yinxiao-inside .yinxiao-right {
    width: 57%;
    float:right;
    position: relative;
}
.num-list1 span{
    position: absolute;
    font-size: 139px;
    color: #c02219;
    top: -19px;
    left: 67px;
}
.num-list2 span{
    position: absolute;
    font-size: 52px;
    color: #0059aa;
    bottom: 56px;
    left: 39px;
}
.num-list3 span{
    position: absolute;
    font-size: 52px;
    color: #0059aa;
    bottom: 56px;
    left: 197px;
}
.num-list4 span{
    position: absolute;
    font-size: 52px;
    color: #0059aa;
    bottom: 56px;
    left: 388px;
}


@media ( max-width: 768px ) {
    .logo img{
        width: 60%;
        margin-top: 9px;
		margin-left:65px;
    }
    #navbar {
        height: 80px;
    }
    .cate-list {
        margin-top: 10px;
        text-align: center;
    }
    .cate-list li {
        width: 45%;
        margin-bottom: 20px;
    }
    .pro-cate-more {
        margin-top: 0px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    .page3txt {
        width: 100% !important;
    }
    .about-list {
        margin-top: 0px;
    }
    .about-list li {
        width: 48%;
        padding:5px 10px;
        margin-bottom: 10px;
    }
    .page3txt {
        margin:0 !important;
    }
    .about-list li .content h3 {
        font-size: 20px;
        margin:10px 0px;
    }
    .news-right {
        width:100%;
    }
    .news-list-content .img {
        display: none;
    }
    .news-list-content .list1 {
        width:100%;
    }
    .news-list-content .list1 li a span {
        display: none;
    }
    .news-right .news-list .news-list-content {
        margin-bottom:5px;
    }
    .news-left {
        width: 100%;
        margin-top: 20px;
    }
    .userful-links li {
        width: 32%;
    }
    .userful-links {
        margin-top: 30px;
    }
    .contact-center #formsearch {
        margin-top: 10px;
    }
    .contact-list {
        margin-top: 10px;
        padding:10px;
    }
    .contact-left {
        display: none !important;
    }
    .contact-right {
        width: 100% !important;
    }
    .disnap {
        display: none;
    }
    #topnavright {
        width: 100%;
        float:none;
    }
    #topnavright li {
        width: 100%;
    }
    #topnavright li a {
        color: #fff;
        line-height: 30px;
        height: 30px;
        font-size: 16px !important;
        padding:0px !important;
    }
    .xypg-banner .wz h3:after {
        display: none;
    }
    .xypg-banner .wz {
        width: 100%;
    }
    .xypg-banner .wz h3 {
        padding-top: 15px;
    }
    .xypg-banner .wz h3 p {
        padding-top: 15px;
    }
    .about-gy {
        padding:0px 15px;
    }
    .navbar-default .navbar-toggle {
        border-color:#999;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color:#999;
    }
    .culture-box .culture-center {
        padding:0px 15px;
    }
    .culture-box .culture-center ul li {
        width: 47%;
        margin-bottom: 15px;
    }
    .abb_product .product_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sort_a {
        padding:0px 15px;
    }
    .xypg-wrap-product {
        background: none;
    }
    .case-cate-list {
        padding:0px 15px;
    }
    .case-cate-list li {
        width: 100%;
        margin-bottom: 15px;
    }
    .xl-hezuo .hezuo-list li {
        width: 32%;
    }
    .yinxiao-left {
        width: 96% !important;
        float:none;
        margin:0 auto;
    }
    .yinxiao-left img {
        width: 100%;
    }
    .num-list1 span {
        position: absolute;
        font-size: 76px;
        color: #c02219;
        top: 3px;
        left: 67px;
    }
    .num-list2 span {
        position: absolute;
        font-size: 37px;
        color: #0059aa;
        bottom: 38px;
        left: 26px;
    }
    .num-list3 span {
        position: absolute;
        font-size: 37px;
        color: #0059aa;
        bottom: 38px;
        left: 139px;
    }
    .num-list4 span {
        position: absolute;
        font-size: 37px;
        color: #0059aa;
        bottom: 38px;
        left: 277px;
    }
    .news-top {
        padding:0px 15px;
    }
    .news-top > div .img {
        width: 100%;
    }
    .news-top > div .content {
        width: 100%;
    }
    .xypg-news-list {
        padding:0px 15px;
    }
    .job-cate-list {
        padding:0px 15px;
    }
    .job-cate-list li {
        width: 48%;
    }
    .talent-left {
        width: 100%;
    }
    .talent-right {
        width: 100%;
    }
    .job-number,.job-city,.job-time {
        display: none !important;
    }
    .job-title span {
        width: 33.33%;
    }
    .job-item span {
        width: 33.33%;
    }
    .contact-center1 {
        padding:0px 15px;
    }
    .contact-center1 .contact-left {
        width: 100%;
        display: block !important;
    }
    .yinxiao-inside .yinxiao-right {
        width: 100%;
        float: none;
    }
    .map-dialog {
        width: 100% !important;
    }
    .map-dialog #jingl-list .lists {
        width: 100% !important;
    }
    .k1,.k2 {
        display: none;
    }
    .news-list-content:nth-of-type(2) {
        display:none;
    }
    .news-list-content:nth-of-type(3) {
        display:none;
    }
    #jingl-list div {
        width: 25% !important;
        background: #eee !important;
        line-height: 31px !important;
        text-align: center !important;
        color: #333 !important;
        font-size: 12px !important;
        display: inline-block !important;
        vertical-align: top !important;
        text-align: left !important;
    }
    .map-dialog #jingl-list .lists {
        background: #eee;
    }
    .map-dialog {
        padding:30px 5px !important;
    }
	
	.bq li{width:46%;height:40px;background:#1957c6;color:#fff;margin:2%; 10px;border-radius:5px;}
		
	.bq li a{font-size:14px;}
}

#main{
    width: 100%;
    height: 500px;
}
.map-dialog {
    width: 100%;
    min-height: 250px;
    padding:30px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:175px;
    z-index: 9999;
    background: #fff;
    display: none;
}
.map-dialog .close {
    position:absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}
.maptitle {
    font-size: 20px;
    color:#333;
    margin-bottom: 20px;
}

.jingl-list div {
    width: 25%;
    float:left;
    background: #aad5ff;
    line-height: 35px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border-right:1px solid #fff;
}
#jingl-list div {
    width:156px;
    float:left;
    background: #eee;
    line-height: 35px;
    height: 35px;
    text-align: center;
    color:#333;
    font-size: 14px;
    /* border-right:1px solid #fff; */
}
.prompt {
    width: 100%!important;
}
#jingl-list .lists {
    width:100% !important;
    background: none;
    border-bottom: 1px solid #fff;
}
























