@font-face {
    font-family: 'HELVETI1';
    src: url('../font/HELVETI1.eot');
    src:
    url('../font/HELVETI1.eot?#font-spider') format('embedded-opentype'),
    url('../font/HELVETI1.woff') format('woff'),
    url('../font/HELVETI1.ttf') format('truetype'),
    url('../font/HELVETI1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HELVETICABOLD';
    src: url('../font/HELVETICABOLD.eot');
    src:
    url('../font/HELVETICABOLD.eot?#font-spider') format('embedded-opentype'),
    url('../font/HELVETICABOLD.woff') format('woff'),
    url('../font/HELVETICABOLD.ttf') format('truetype'),
    url('../font/HELVETICABOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "SimSun",Arial,sans-serif; resize:none;}
body{font:12px "SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


/*transition*/
.tran100{-webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; -ms-transition:all 0.1s linear; transition:all 0.1s linear;}
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

body{color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {-webkit-appearance: none;}

.header .menuIcon{width: 24px;cursor: pointer;margin: 27px 0 0 20px;display: none;}
.header .menuIcon span{display: block;height: 3px;background: #000000;margin-top: 5px;position: relative;}
.header .menuIcon span:before{content: "";height: 100%;width: 0;background: #0076ab;position: absolute;left: 0;top: 0;}
.header .menuIcon span.line1:before{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.header .menuIcon span.line2:before{-webkit-transition:all 0.2s linear 0.1s; -moz-transition:all 0.2s linear 0.1s; -ms-transition:all 0.2s linear 0.1s; transition:all 0.2s linear 0.1s;}
.header .menuIcon span.line3:before{-webkit-transition:all 0.2s linear 0.2s; -moz-transition:all 0.2s linear 0.2s; -ms-transition:all 0.2s linear 0.2s; transition:all 0.2s linear 0.2s;}
.header .menuIcon:hover span:before{width: 100%;}

.header.iheader{background: #fff;position: fixed;z-index: 9999;width: 100%;left: 0;top: 0;}
.pageWrap{width: 100%;padding-top: 99px;}

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #0076ab;}

.w1440{width: 1440px;margin: 0 auto;}
.w1230{width: 1230px;margin: 0 auto;}

.header{height: 99px;position: relative;z-index: 6;}
.header .w1440{height: 100%;}
.header .logo{height: 99px;line-height: 99px;font-size: 0;margin-left: 30px;}
.header .logo img{max-height: 90%;}
.header .searchBtn{width: 58px;height: 100%;cursor: pointer;position: relative;margin-right: 10px;}
.header .searchBtn:before,.header .searchBtn:after{content: "";width: 18px;height: 18px;position: absolute;left: 20px;top: 32px;background: url(../images/searchBtn.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.header .searchBtn:after{z-index: 2;background-position: left bottom;filter:alpha(opacity=0);opacity:0;}
.header .searchBtn:hover:after{filter:alpha(opacity=100);opacity:1;}
.header .searchBtn:hover:before{filter:alpha(opacity=0);opacity:0;}

.header .pcNav{height: 99px;}
.header .pcNav .nLi{float: left;}
.header .pcNav .nLi h3{font-weight: normal;}
.header .pcNav .nLi h3 a{display: block;height: 99px;text-align: center;margin: 0 23px;position: relative;}
.header .pcNav .nLi h3 a i{width: 100%;height: 3px;background: #0076ab;position: absolute;left: 0;bottom: 0;filter:alpha(opacity=0);opacity: 0;}
.header .pcNav .nLi h3 a span{display: block;}
.header .pcNav .nLi h3 a span.ch{padding-top: 28px;height: 25px;line-height: 25px;font-size: 16px;color: #333333;}
.header .pcNav .nLi h3 a span.en{height: 17px;line-height: 17px;font-size: 12px;color: #999999;font-family: "Arial";text-transform: uppercase;}
/*.header .pcNav li.nLi:hover h3 a i{filter:alpha(opacity=100);opacity: 1;}*/
.header .pcNav .navLine{width: 36px;height: 3px;background: #0076ab;position: absolute;left: 0;bottom: 0;}

.header .pcNav .nLi .navSub{width: 100%;position: absolute;left: 0;top: 99px;z-index: 3;background: #ffffff;box-shadow: 3px 1px 8px 0px #dedcdc;
/*height: 0;overflow: hidden;*/}
.header .pcNav .nLi .navSub.hide{filter: alpha(opacity=0);opacity: 0;}
.header .pcNav .nLi .navSub .wrap{padding: 40px 0;}
.header .pcNav .nLi .navSub .wrap h3{font-size: 24px;color: #292929;line-height: 24px;font-weight: normal;margin-bottom: 34px;}
.header .pcNav .nLi .navSub .wrap ul li{margin: 0 18px;text-align: center;}
.header .pcNav .nLi .navSub .wrap ul li a{display: block;font-size: 14px;line-height: 36px;color: #666666;text-align: left;}
.header .pcNav .nLi .navSub .wrap ul li a:hover i:before{filter:alpha(opacity=0);opacity:0;}
.header .pcNav .nLi .navSub .wrap ul li a:hover i:after{filter:alpha(opacity=100);opacity:1;}
.header .pcNav .nLi .navSub .wrap ul li a:hover{color: #0076ab;}


.header .pcNav .nLi .navSub .wrap{padding: 20px 0;text-align: left;font-size: 0;}
.header .pcNav .nLi .navSub .wrap ul{display: inline-block;*display: inline;*zoom: 1;
/*-webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);*/}
/*.header .pcNav .nLi.nLi6 .navSub .wrap ul,.header .pcNav .nLi.nLi7 .navSub .wrap ul,.header .pcNav .nLi.nLi8 .navSub .wrap ul{text-align: right;}
.header .pcNav .nLi.nLi6 .navSub .wrap ul li,.header .pcNav .nLi.nLi7 .navSub .wrap ul li,.header .pcNav .nLi.nLi8 .navSub .wrap ul li{margin-left: 50px;margin-right: 0;}*/
.header .pcNav .nLi .navSub .wrap ul li{float: none;display: inline-block;*display: inline;*zoom: 1;}



.nyBanner{width: 100%;height: 300px;background-position: center top;background-repeat: no-repeat;}
.nyBanner .w1230{padding-top: 100px;font-size: 0;}
.nyBanner .w1230 h4{font-size: 36px;color: #ffffff;font-weight: normal;line-height: 50px;}
.nyBanner .w1230 h5{font-size: 36px;color: #ffffff;font-family: "Arial";line-height: 40px;margin-bottom: 19px;text-transform: uppercase;}
.nyBanner .w1230 i{display: block;width: 20px;height: 3px;background: #ffffff;display: none;}

.nyNav{width: 100%;border-bottom: 1px solid #d7d6d6;font-size: 0;}
.nyNav ul li{display: inline-block;*display: inline;*zoom: 1;margin-right: 13px;position: relative;}
.nyNav ul li a{display: block;font-size: 16px;color: #333333;line-height: 70px;padding: 0 28px;position: relative;z-index: 2;}
.nyNav ul li.on a{color: #ffffff;font-weight: bold;background: #0076ab;}
.nyNav ul li:hover a{color: #0076ab;}
.nyNav ul li.on:hover a{color: #fff;}

.nyMain{min-height: 300px;margin: 47px auto 98px;}

.nyTit{width: 100%;margin-bottom: 44px;text-align: center;font-size: 0;}
.nyTit h3{font-size: 30px;line-height: 36px;color: #333333;font-weight: normal;margin-bottom: 21px;}
.nyTit i{display: block;width: 15px;height: 3px;margin: 0 auto;background: #91bd64;display: none;}

.p1Tit{margin-bottom: 40px;}
.p1Tit h4{font-size: 30px;color: #333333;line-height: 40px;}
.p1Tit h5{font-size: 14px;line-height: 22px;color: #c0bfbf;font-weight: normal;font-family: "Arial";text-transform: uppercase;margin-bottom: 16px;}
.p1Tit i{display: block;width: 15px;height: 2px;background: #0076ab;}

.detail{font-size: 15px;line-height: 30px;color: #666666;word-break:break-all;}
.detail *{max-width: 100% !important;}
.detail img{height: auto !important;}
.buildpage {font-size: 16px;line-height: 34px;}


.about .pic{width: 32%;padding-top: 8px;}
.about .text{width: 62%;}
.about .ul1{padding: 18px 0 37px;border-bottom: 1px solid #dfdfdf;margin-bottom: 38px;}
.about .ul1 li{padding: 0 60px;text-align: center;position: relative;padding: 0 56px;}
.about .ul1 li:before{content: "";width: 1px;height: 55px;background: #d6d6d6;position: absolute;left: 0;top: 23px;}
.about .ul1 li.li1{padding-left: 0;}
.about .ul1 li.li1:before{display: none;}
.about .ul1 li em{display: block;font-size: 60px;color: #0076ab;line-height: 60px;margin-bottom: 6px;font-family: "HELVETI1";}
.about .ul1 li p{font-size: 15px;color: #666666;line-height: 24px;}
.about .mid{padding: 50px 0 57px;border-bottom: 1px solid #dfdfdf;margin-bottom: 43px;}
.about .mid dt{width: 165px;height: 66px;position: relative;margin-right: 44px;font-size: 36px;color: #0076ab;font-weight: bold;line-height: 51px;width: 200px;}
.about .mid dt:before{content: "";width: 1px;height: 55px;background: #d6d6d6;position: absolute;right: 0;top: 8px;}
.about .mid dt span{font-size: 60px;line-height: 60px;font-family: "HELVETI1";}
.about .mid dd{font-size: 16px;line-height: 34px;color: #666666;}
.about .mid dd em{color: #0076ab;}

.fTop{width: 100%;padding: 65px 0 46px;background: #f3f2f1;}
.fTop .fTit{font-size: 18px;color: #333333;line-height: 35px;font-weight: normal;margin-bottom: 20px;}
.fTop .item1{width: 320px;margin-right: 28px;}
.fTop .item1 .tel{padding-left: 39px;line-height: 39px;font-size: 26px;color: #0076ab;background: url(../images/telIcon.png) no-repeat left 4px;font-family: "HELVETICABOLD";}
.fTop .item1 .tel.tel2{background: none;margin-bottom: 12px;}
.fTop .item1 .text{font-size: 14px;color: #666666;line-height: 29px;}
.fTop .item2 dl{width: 161px;}
.fTop .item2 dl dd{font-size: 14px;line-height: 30px;color: #666666;}
.fTop .item2 dl a{display: inline-block;*display: inline;*zoom: 1;position: relative;}
.fTop .item2 dl a:before{content: "";width: 0;height: 2px;background: #0076ab;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.fTop .item2 dl a:hover{padding-left: 14px;color: #0076ab;}
.fTop .item2 dl a:hover:before{width: 12px;}

.ifTop{padding: 55px 0 24px;}
.ifTop .item1{width: 520px;}
.ifTop .item1 .tel em{margin: 0 6px;}
.ifTop .item2{width: 450px;padding-top: 52px;font-size: 14px;line-height: 24px;color: #666666;}



.fTop .item3{width: 208px;}
.fTop .item3 .select { height: 30px; position: relative; width: 100%;margin-bottom: 33px;width: 208px; }
.fTop .item3 .select dt { height: 28px; border: 1px solid #cdcdcd; background: #ffffff; line-height: 28px; padding-left: 10px; cursor: pointer; width: 195px;position: relative; z-index: 3; color: #666666; font-size: 14px; }
.fTop .item3 .select dt i{width: 12px;height: 7px;position: absolute;right: 13px;top: 10px;background: url(../images/trangle.png) no-repeat center;}
.fTop .item3 .select dt.cur i{-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}
.fTop .item3 .select dd { width: 100%;box-sizing: border-box; position: absolute; left: 0; bottom: 30px; border: 1px solid #d2ccc4; background: #fff; display: none;border-bottom: none;width: 100%;box-sizing:border-box;z-index: 99; }
.fTop .item3 .select dd ul { width: 100%; max-height: 250px; overflow: auto;}
.fTop .item3 .select dd ul li { display: block; width: 100%; float: left; }
.fTop .item3 .select dd ul li a { line-height: 30px; display: block; padding: 0 8px;}
.fTop .item3 .select dd ul li a:hover { background: #f5f5f5; }
.fTop .item3 .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.fTop .item3 .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.fTop .item3 .select dd ul::-webkit-scrollbar-corner,
.fTop .item3 .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.fTop .item3 .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#0076ab; }
.fTop .item3 .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.fTop .item3 .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }
.fTop .item3 .bdsharebuttonbox{width: 100%;height: 31px;}
.fTop .item3 .bdsharebuttonbox .shareItem{width: 32px;height: 31px;padding: 0;margin: 0 14px 0 0;background: url(../images/shareIcon.png) no-repeat left top;position: relative;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1{background-position: 0 top;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_tsina{background-position: -32px top;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1:hover{background-position: 0 bottom;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_tsina:hover{background-position: -32px bottom;}

.fTop .item3 .bdsharebuttonbox{position: relative;z-index: 8;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1 .codeImg{position: absolute;left: 50%;margin-left: -55px;bottom: 26px;z-index: 8;display: none;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1 .codeImg .pic{width: 100px;height: 100px;background: #fff;padding: 5px;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1 .codeImg .pic img{width: 100%;height: 100%;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1 .codeImg i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-top: 8px solid #fff;}
.fTop .item3 .bdsharebuttonbox .shareItem.bds_weixin1:hover{opacity: 1;}



.fBtm{padding: 18px 0;background: #011622;font-size: 14px;color: #878787;line-height: 30px;}
.fBtm ul{font-size: 0;}
.fBtm ul li{padding-left: 21px;position: relative;display: inline-block;*display: inline;*zoom: 1;font-size: 14px;}
.fBtm ul li:before{content: "";width: 2px;height: 15px;background: #878787;position: absolute;left: 10px;top: 50%;margin-top: -6px;}
.fBtm ul li:first-child{padding-left: 0;}
.fBtm ul li:first-child:before{display: none;}
.fBtm ul li a:hover{color: #fff;}

.chairman.detail{font-size: 15px;margin-bottom: 71px;}
.chairman .pic{width: 37%;margin-top: -133px;text-align: right;margin-top: -112px;}
.chairman .text{width: 58%;padding-top: 12px;}

.mEnterprise{width: 100%;overflow: hidden;}
.mEnterprise ul{width: 1260px;}
.mEnterprise ul li{width: 386px;height: 106px;border:1px solid #e0dfdf;margin: 0 30px 30px 0;text-align: center;line-height: 106px;font-size: 0;
-moz-box-shadow: 2.5px 5px 5px 0px #e6e6e6;-webkit-box-shadow: 2.5px 5px 5px 0px #e6e6e6;box-shadow: 2.5px 5px 5px 0px #e6e6e6;}
.mEnterprise ul li a{display: block;width: 100%;height: 100%;}
.mEnterprise ul li a img{max-width: 90%;max-height: 90%;}
.logo{position: relative;}
.logo a:after{content:""; position: absolute; width:100px; height:90px; left:-100px; top: 0px;
background-image:-webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0)); 
background-image:-moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0)); 
background-image:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));}
.logo a:hover:after{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear; 
-webkit-transform:translateX(400px); -moz-transform:translateX(400px); transform:translateX(400px);}
.logo a:hover img{opacity: 0.9;}

.devpWrap{width: 100%;}

.syFocusThumb{position: relative; width:100%;  overflow: hidden; margin:0 auto;}
.syFocusThumb .pagination {width: 100%;height: 119px;box-sizing: border-box;padding: 0 55px;position: relative;margin-bottom: 78px;}
.syFocusThumb .thumbWrap {width: 100%;height: 119px;overflow: hidden;position: relative;}
.syFocusThumb .thumbWrap:before{content: "";width: 100%;height: 1px;background: #dbdad9;position: absolute;left: 0;top: 50%;}
.syFocusThumb .holder {width: 4000px}
.syFocusThumb .holder I {cursor: pointer;}
.syFocusThumb .toc{width: 119px;height: 119px;text-align: center;line-height: 119px;font-size: 30px;color: #666666;margin-right: 48px;position: relative;background: #ffffff;position: relative;z-index: 2;}
.syFocusThumb .toc a{position: relative;z-index: 3;display: block;width: 100%;height: 100%;}
.syFocusThumb .toc b{width: 100%;height: 100%;box-sizing: border-box;position: absolute;left: 0;top: 0;border-radius: 50%;background: #fff;}
.syFocusThumb .toc b.cir1{border:2px solid #e0dfdf;}
.syFocusThumb .toc b.cir2{border:5px solid #0076ab;z-index: 2;filter: alpha(opacity=0);opacity: 0;
-webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7);}
.syFocusThumb .pagination I.selected{color: #0076ab;font-weight: bold;}
.syFocusThumb .pagination I.selected b.cir1{filter: alpha(opacity=0);opacity: 0;
-webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7);}
.syFocusThumb .pagination I.selected b.cir2{filter: alpha(opacity=100);opacity: 1;
-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.syFocusThumb .prev,.syFocusThumb .next{width: 26px;height: 100%;position: absolute;top: 0;cursor: pointer;z-index: 2;}
.syFocusThumb .prev:before,.syFocusThumb .next:before,
.syFocusThumb .prev:after,.syFocusThumb .next:after{content: "";width: 23px;height: 43px;position: absolute;right: 0;top: 50%;margin-top: -22px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.syFocusThumb .prev{left: 0;}
.syFocusThumb .next{right: 0;}
.syFocusThumb .prev:before{background: url(../images/leftArr.png) right top;}
.syFocusThumb .next:before{background: url(../images/rightArr.png) right top;}
.syFocusThumb .prev:after,.syFocusThumb .next:after{z-index: 2;filter: alpha(opacity=0);opacity: 0;}
.syFocusThumb .prev:after{background: url(../images/leftArr.png) right bottom;}
.syFocusThumb .next:after{background: url(../images/rightArr.png) right bottom;}
.syFocusThumb .next:hover:after,.syFocusThumb .prev:hover:after{filter: alpha(opacity=100);opacity: 1;}

.syFocusThumb .contentdiv{padding: 0 55px;min-height: 300px;}
.syFocusThumb .contentdiv.detail{font-size: 15px;}
.syFocusThumb .contentdiv .wrap{padding-left: 168px;position: relative;min-height: 50px;}
.syFocusThumb .contentdiv .wrap span.date{position: absolute;left: 0;top: 0;font-size: 30px;line-height: 40px;color: #333333;font-weight: bold;}
.syFocusThumb .contentdiv .wrap ul.list{padding-left: 58px;border-left: 1px solid #dddddd;min-height: 300px;}
.syFocusThumb .contentdiv .wrap ul.list li{margin-top: 30px;}
.syFocusThumb .contentdiv .wrap ul.list li:first-child{margin-top: 0;}

.contactTop{padding-top: 50px;margin-bottom: 68px;}
.contactTop ul li{padding-left: 117px;position: relative;min-height: 96px;}
.contactTop ul li .icon{width: 94px;height: 94px;border:1px solid #e0e0e0;border-radius: 50%;position: absolute;left: 0;top: 0;}
.contactTop ul li .icon:before,.contactTop ul li .icon:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.contactTop ul li .icon:after{z-index: 2;filter: alpha(opacity=0);opacity: 0;}
.contactTop ul li.li1{width: 280px;}
.contactTop ul li.li2{}
.contactTop ul li.li3{}
.contactTop ul li.li1 .icon:before{background: url(../images/contactIcon1.png) no-repeat center;}
.contactTop ul li.li1 .icon:after{background: url(../images/contactIcon1On.png) no-repeat center;}
.contactTop ul li.li2 .icon:before{background: url(../images/contactIcon2.png) no-repeat center;}
.contactTop ul li.li2 .icon:after{background: url(../images/contactIcon2On.png) no-repeat center;}
.contactTop ul li.li3 .icon:before{background: url(../images/contactIcon3.png) no-repeat center;}
.contactTop ul li.li3 .icon:after{background: url(../images/contactIcon3On.png) no-repeat center;}
.contactTop ul li:hover .icon{border-color: #0076ab;}
.contactTop ul li:hover .icon:before{filter: alpha(opacity=0);opacity: 0;}
.contactTop ul li:hover .icon:after{filter: alpha(opacity=100);opacity: 1;}
.contactTop ul li .tit{padding: 17px 0 12px;font-size: 14px;color: #333333;line-height: 22px;}
.contactTop ul li .cont{font-size: 18px;line-height: 24px;color: #333333;}
.contactTop ul li.li1 .cont{margin-bottom: 5px;}

.mapWrap{padding: 9px;background: #fff;border:1px solid #e0dfdf;height: 560px;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}

.newsTop{margin-bottom: 11px;padding-right: 336px;position: relative;min-height: 320px;padding-right: 0;}
.newsTop .form{width: 240px;height: 298px;border:6px solid #f3f3f3;padding: 10px 24px 0 24px;position: absolute;right: 0;top: 0;display: none;}
.newsTop .form .tit{font-size: 18px;color: #222222;font-weight: bold;line-height: 52px;}
.newsTop .form .select{width: 100%;height: 44px;margin-bottom: 14px;position: relative;}
.newsTop .form .select dt{width: 100%;height: 100%;box-sizing: border-box;position: relative;padding-right: 44px;cursor: pointer;}
.newsTop .form .select dt span{display: block;width: 100%;height: 100%;box-sizing: border-box;border:1px solid #e1e1e1;border-right: none;padding-left: 14px;font-size: 15px;color: #666666;line-height: 42px;}
.newsTop .form .select dt i{width: 44px;height: 44px;position: absolute;right: 0;top: 0;background: #eeeeee url(../images/trangle1.png) no-repeat center;}
.newsTop .form .select dd{width: 100%;position: absolute;left: 0;top: 44px;box-sizing: border-box;background: #fff;z-index: 2;display: none;}
.newsTop .form .select dd ul{max-height: 120px;overflow: auto;}
.newsTop .form .select dd ul li{padding: 0 14px;font-size: 14px;line-height: 30px;color: #666;cursor: pointer;}
.newsTop .form .select dd ul li:hover{background: #f5f5f5;}

.newsTop .form .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.newsTop .form .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.newsTop .form .select dd ul::-webkit-scrollbar-corner,
.newsTop .form .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.newsTop .form .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#0076ab; }
.newsTop .form .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.newsTop .form .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.newsTop .form .text{width: 100%;height: 44px;box-sizing: border-box;border:1px solid #e1e1e1;padding: 0 14px;font-size: 15px;color: #666666;line-height: 42px;font-family: "Microsoft Yahei";margin-bottom: 14px;}
.newsTop .form .subm{width: 100%;height: 44px;border:none;background: #0076ab;border:none;text-align: center;line-height: 44px;font-size: 18px;color: #ffffff;font-family: "Microsoft Yahei";cursor: pointer;}
.newsTop .form .subm:hover{background: #026794;}

.newsTop .news{width: 100%;padding-bottom: 33px;border-bottom: 1px solid #dad9d9;}
.newsTop .news a{display: block;height: 285px;position: relative;padding-left: 461px;}
.newsTop .news a .pic{width: 433px;height: 285px;position: absolute;left: 0;top: 0;overflow: hidden;}
.newsTop .news a .pic img{width: 100%;height: 100%;}
.newsTop .news a .text{width: 100%;padding-top: 20px;}
.newsTop .news a .text h5{margin: 0 0 10px 0;font-size: 22px;line-height: 36px;color: #333333;position: relative;}
.newsTop .news a .text h5:before{content: "";width: 0;height: 2px;background: #0076ab;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsTop .news a .text .date{font-size: 14px;line-height: 24px;color: #888888;margin-bottom: 26px;}
.newsTop .news a .text p{font-size: 14px;line-height: 24px;color: #888888;height: 72px;overflow: hidden;margin-bottom: 42px;}
.newsTop .news a .text .btn{width: 134px;height: 38px;border:1px solid #cbcaca;text-align: center;line-height: 38px;font-size: 14px;color: #666666;position: relative;}
.newsTop .news a .text .btn span{position: relative;z-index: 2;}
.newsTop .news a .text .btn:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #0076ab;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsTop .news a:hover .text .btn{border-color: #0076ab;color: #fff;}
.newsTop .news a:hover .text .btn:before{width: 100%;}
.newsTop .news a:hover .text h5{padding-left: 20px;color: #0076ab;}
.newsTop .news a:hover .text h5:before{width: 12px;}

.newsBtm{width: 100%;padding-top: 11px;}
.newsBtm ul{margin-bottom: 49px;}
.newsBtm ul li{padding: 24px 0 38px;border-bottom: 1px solid #dad9d9;}
.newsBtm ul li .wrap{display: block;padding: 0 198px 0 45px;position: relative;}
.newsBtm ul li .wrap a{display: inline-block;*display: inline;*zoom: 1;}
.newsBtm ul li .wrap h5{line-height: 50px;font-size: 20px;color: #333333;position: relative;}
.newsBtm ul li .wrap h5 a{display: block;}
.newsBtm ul li .wrap h5:before{content: "";width: 0;height: 2px;background: #0076ab;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsBtm ul li .wrap p{font-size: 14px;line-height: 28px;color: #777777;height: 56px;overflow: hidden;margin-bottom: 20px;}
.newsBtm ul li .wrap .btm{width: 132px;height: 29px;border:1px solid #dadada;border-radius: 15px;font-size: 0;}
.newsBtm ul li .wrap .btm .views{width: 86px;height: 29px;text-align: center;line-height: 29px;font-size: 14px;color: #999999;}
.newsBtm ul li .wrap .btm .views img{margin-right: 5px;}
.newsBtm ul li .wrap .btm .shareBtn{width: 43px;height: 29px;border-left: 1px solid #dadada;}
.newsBtm ul li .wrap .btm .shareBtn a{display: block;width: 100%;height: 29px;background: url(../images/shareIcon1.png) no-repeat center;font-size: 0;text-indent: 999em;padding: 0;margin: 0;}
.newsBtm ul li .wrap .date{width: 152px;position: absolute;top: 33px;right: 0;text-align: center;}
.newsBtm ul li .wrap .date em,.newsBtm ul li .wrap .date em{display: block;}
.newsBtm ul li .wrap .date em{font-size: 60px;color: #555555;line-height: 62px;font-weight: bold;}
.newsBtm ul li .wrap .date span{font-size: 16px;color: #555555;line-height: 29px;}
.newsBtm ul li:hover .wrap h5{padding-left: 20px;color: #0076ab;}
.newsBtm ul li:hover .wrap h5:before{width: 12px;}
.newsBtm ul li .wrap .date1{font-size: 14px;line-height: 24px;color: #888888;margin-bottom: 16px;display: none;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;height: 29px;padding: 0 26px;margin: 0 3px;font-size: 12px;color: #666666;line-height: 29px;border:1px solid #d5d5d5;}
.page a.num{padding: 0 10px;}
.page a.on,.page a:hover{border-color: #0076ab;background: #0076ab;color: #fff;}

.passage{margin: 58px auto 0;}
.passage .psgTit{font-size: 30px;line-height: 36px;color: #222222;font-weight: normal;text-align: center;margin-bottom: 39px;}
.passage .info{padding-bottom: 15px;border-bottom: 1px solid #dddddd;margin-bottom: 33px;font-size: 14px;color: #777777;line-height: 30px;}
.passage .info .dare{padding-left: 27px;background: url(../images/dateIcon.png) no-repeat 3px center;margin-right: 19px;}
.passage .info .views{padding-left: 26px;background: url(../images/views1.png) no-repeat left center;margin-right: 23px;}
.passage .info .share a{display: inline-block;*display: inline;*zoom: 1;padding: 0 0 0 23px;margin: 0;font-size: 14px;line-height: 30px;color: #777777;background: url(../images/shareIcon2.png) no-repeat left center;height: 30px;}

.passage .info .fontSize{margin-left: 19px;}
.passage .info .fontSize em{display: inline-block;*display: inline;*zoom: 1;padding: 0 3px;cursor: pointer;}
.passage .info .fontSize em:hover{color: #0076ab;}


.passage .info .toList{font-size: 14px;line-height: 30px;color: #777777;padding-left: 25px;position: relative;}
.passage .info .toList:before,.passage .info .toList:after{content: "";width: 24px;height: 13px;position: absolute;left: 0;top: 8px;background: url(../images/toList.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.passage .info .toList:after{z-index: 2;background-position: left bottom;filter: alpha(opacity=0);opacity: 0;}
.passage .info .toList:hover{color: #0076ab;}
.passage .info .toList:hover:after{filter: alpha(opacity=100);opacity: 1;}
.passage .info .toList:hover:before{filter: alpha(opacity=0);opacity: 0;}
.passage .psgCont{font-size: 15px;line-height: 34px;letter-spacing: 1px;color: #666666;text-align: justify;min-height: 300px;margin-bottom: 60px;word-break:normal;word-wrap:break-word;font-size: 16px;line-height: 34px;}
.passage .psgCont.small{font-size: 14px;line-height: 30px;}
.passage .psgCont.big{font-size: 18px;line-height: 40px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
/*.passage .psgCont p{text-indent: 2em;}*/
.passage .psgLink{padding-top: 27px;border-top: 1px solid #dddddd;font-size: 15px;color: #333333;line-height: 30px;}
.passage .psgLink p{margin-bottom: 9px;}
.passage .psgLink p span{font-weight: bold;color: #555555;}
.passage .psgLink p:hover a{color: #0076ab;text-decoration: underline;}

.business{width: 100%;overflow: hidden;}
.business ul{width: 1260px;}
.business ul li{width: 390px;margin: 0 30px 0 0;}
.business ul li a{display: block;}
.business ul li a .pic{width: 100%;height: 0;padding-bottom: 100%;position: relative;overflow: hidden;}
.business ul li a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.business ul li a .pic b{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: url(../images/blue80.png) repeat;filter: alpha(opacity=0);opacity: 0;}
.business ul li a .pic span{width: 92%;height: 92%;position: absolute;left: 4%;top: 4%;z-index: 3;border:1px solid #fff;box-sizing: border-box;filter: alpha(opacity=0);opacity: 0;
-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}
.business ul li a .pic i{width: 84px;height: 74px;position: absolute;left: 50%;top: 50%;z-index: 4;margin: -37px 0 0 -42px;background-repeat: no-repeat;background-position: center;
filter: alpha(opacity=0);opacity: 0;
-webkit-transition:all 0.3s linear 0.2s; -moz-transition:all 0.3s linear 0.2s; -ms-transition:all 0.3s linear 0.2s; transition:all 0.3s linear 0.2s;
/*-webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); transform: scale(0.2);*/}
.business ul li a:hover .pic b{filter: alpha(opacity=100);opacity: 1;}

.business ul li a:hover .pic span,.business ul li a:hover .pic i{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.business ul li a .text{width: 100%;height: 72px;padding-top: 15px;text-align: center;}
.business ul li a .text h4{height: 28px;line-height: 28px;font-size: 20px;color: #333333;font-weight: normal;}
.business ul li a .text h5{font-size: 12px;color: #747474;line-height: 20px;font-weight: normal;text-transform: uppercase;}

.business.business1 ul li a .pic{padding-bottom: 61.79%;}
.business.business1 ul li a .pic i{width: 100px;height: 76px;margin: -38px 0 0 -50px;}


.notice ul{padding-bottom: 27px;}
.notice ul li{height: 93px;border:1px solid #e0dfdf;margin-bottom: 26px;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}
.notice ul li a{display: block;height: 100%;padding: 0 110px 0 68px;background: url(../images/p4Icon1.png) no-repeat 30px center;position: relative;}
.notice ul li a h5{width: 100%;font-size: 18px;color: #333333;line-height: 93px;font-weight: normal;position: relative;}
.notice ul li a span{width: 97px;height: 93px;position: absolute;right: 0;top: 0;font-size: 12px;color: #999999;line-height: 93px;}
.notice ul li a:hover h5{color: #0076ab;padding-left: 20px;}
.notice ul li a h5:before{content: "";width: 0;height: 2px;background: #0076ab;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.notice ul li a:hover h5:before{width: 12px;}

.recomNews{width: 100%;overflow: hidden;position: relative;margin-bottom: 50px;}
.recomNews .swiper-slide a{display: block;width: 100%;height: 354px;box-sizing: border-box;padding-left: 560px;position: relative;}
.recomNews .swiper-slide a .pic{width: 560px;height: 354px;overflow: hidden;position: absolute;left: 0;top: 0;}
.recomNews .swiper-slide a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.recomNews .swiper-slide a .text{width: 100%;height: 100%;box-sizing: border-box;border:1px solid #e0dfdf;padding: 42px 39px;}
.recomNews .swiper-slide a .text h5{font-size: 22px;line-height: 36px;color: #333333;font-weight: bold;height: 72px;overflow: hidden;position: relative;}
.recomNews .swiper-slide a .text .date{font-size: 12px;color: #999999;line-height: 25px;margin: 12px 0 19px;}
.recomNews .swiper-slide a .text p{font-size: 14px;line-height: 28px;color: #777777;max-height: 84px;overflow: hidden;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{width: 100%;height: 10px;box-sizing: border-box;padding-left: 601px;text-align: left;line-height: 10px;font-size: 0;bottom: 42px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 11px 0 0;background: #cecbc8;opacity: 1;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0076ab;}
.recomNews .swiper-slide a:hover .text h5{color: #0076ab;}

.partyList{width: 100%;overflow: hidden;}
.partyList ul{width: 1259px;padding-bottom: 24px;}
.partyList ul li{width: 598px;height: 187px;border:1px solid #e0dfdf;margin: 0 29px 31px 0;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}
.partyList ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 29px 38px 30px 32px;}
.partyList ul li a h5{font-size: 18px;color: #333333;font-weight: normal;line-height: 36px;}
.partyList ul li a .date{font-size: 12px;color: #999999;line-height: 18px;margin-bottom: 18px;}
.partyList ul li a p{font-size: 14px;line-height: 28px;color: #777777;height: 56px;overflow: hidden;}
.partyList ul li:hover{background: #0076ab;border-color: #0076ab;}
.partyList ul li:hover a h5,.partyList ul li:hover a .date,.partyList ul li:hover p{color: #fff;}

.activityList{width: 100%;overflow: hidden;}
.activityList ul{width: 1260px;padding-bottom: 22px;}
.activityList ul li{width: 390px;margin: 0 30px 16px 0;}
.activityList ul li a{display: block;}
.activityList ul li a .pic{width: 100%;height: 0;padding-bottom: 66.67%;position: relative;overflow: hidden;}
.activityList ul li a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.activityList ul li a .pic b{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: url(../images/grayBg.png) repeat;filter: alpha(opacity=0);opacity: 0;}
.activityList ul li a h5{text-align: center;padding: 0 10px;height: 62px;line-height: 62px;font-size: 16px;color: #333333;font-weight: normal;}
.activityList ul li a:hover h5{color: #0076ab;}
.activityList ul li a:hover .pic b{filter: alpha(opacity=100);opacity: 1;}

.hrList{width: 100%;overflow: hidden;}
.hrList ul{width: 1260px;padding-bottom: 14px;}
.hrList ul li{width: 390px;height: 235px;box-sizing: border-box;border:1px solid #e0dfdf;margin: 0 30px 36px 0;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;height:260px;}
.hrList ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 28px 30px 0 30px;}
.hrList ul li a h5{font-size: 18px;line-height: 26px;color: #333333;font-weight: normal;margin-bottom: 8px;padding-top:6px;height:52px;overflow:hidden;}
.hrList ul li a p{font-size: 14px;line-height: 36px;color: #333333;}
.hrList ul li a .btn{width: 136px;height: 40px;margin: 20px 0 0 0;background: #0076ab;text-align: center;line-height: 40px;font-size: 14px;color: #ffffff;text-align: center;position: relative;}
.hrList ul li a .btn span{position: relative;}
.hrList ul li a .btn:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #015b83;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.hrList ul li a:hover h5{color: #0076ab;}
.hrList ul li a:hover .btn:before{width: 100%;}

.contHr{}
.contHr .tit{font-size: 24px;line-height: 30px;color: #444444;padding: 12px 0 28px 0;font-weight: normal;text-align:center;}
.contHr .info{font-size: 16px;color: #555555;line-height: 24px;padding-bottom: 33px;border-bottom: 1px solid #cacaca;margin-bottom: 20px;}
.contHr .info span{padding-left: 35px;margin-right: 46px;display: inline-block;*display: inline;*zoom: 1;}
.contHr .info span.span1{background: url(../images/hrIcon1.png) no-repeat left center;}
.contHr .info span.span2{background: url(../images/hrIcon2.png) no-repeat left center;}
.contHr .info em{font-size: 14px;color: #666666;line-height: 24px;}
.contHr .cont{font-size: 15px;line-height: 30px;color: #666666;text-align: justify;min-height: 300px;margin-bottom: 60px;word-break:normal;word-wrap:break-word;}
.contHr .cont *{max-width: 100% !important;}
.contHr .cont img{height: auto !important;}

.honorWrap{width: 100%;overflow: hidden;position: relative;}
.honorWrap .honorScroll{padding-bottom: 21px;position: relative;}
.honorWrap .honorScroll .swiper-slide{width: 100%;}
.honorWrap .honorScroll .swiper-slide .hd{width: 350px;padding-bottom: 30px;}
.honorWrap .honorScroll .swiper-slide .hd ul li{border-bottom: 1px solid #e0dfdf;margin-bottom: 8px;font-size: 16px;color: #333333;line-height:28px;padding: 10px 0;cursor: pointer;position: relative;}
.honorWrap .honorScroll .swiper-slide .hd ul li:before{content: "";width: 0;height: 1px;background: #0076ab;position: absolute;left: 0;bottom: -1px;z-index: 2;
-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.honorWrap .honorScroll .swiper-slide .hd ul li.on{color: #0076ab;font-weight: bold;}
.honorWrap .honorScroll .swiper-slide .hd ul li.on:before{width: 464px;width: 431px;}
.honorWrap .honorScroll .swiper-slide .bd{margin-top: 6px;width: 798px;height: 502px;border:1px solid #e0dfdf;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}
.honorWrap .honorScroll .swiper-slide .bd .swiper-slide .pic{width: 100%;height: 502px;text-align: center;line-height: 502px;font-size: 0;}
.honorWrap .honorScroll .swiper-slide .bd .swiper-slide .pic img{max-width: 90%;max-height: 90%;width: 80%;height: 80%;}

.honorWrap .honorScroll .btnWrap{position: absolute;left: 0;bottom: 0;height: 24px;}
.honorWrap .honorScroll .btnWrap .btn{width: 38px;height: 22px;border:1px solid #d4d4d4;margin: 0 9px 0 0;position: relative;margin-top: 0;top: 0;left: 0;right: 0;background: #fff;}
.honorWrap .honorScroll .btnWrap .btn:before,
.honorWrap .honorScroll .btnWrap .btn:after{content: "";width: 7px;height: 14px;position: absolute;left: 16px;top: 4px;z-index: 3;background: url(../images/arrow.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.honorWrap .honorScroll .btnWrap .btn:after{z-index: 4;background-position: left bottom;filter: alpha(opacity=0);opacity: 0;}
.honorWrap .honorScroll .btnWrap .btn.swiper-button-next:before{background-position: right top;}
.honorWrap .honorScroll .btnWrap .btn.swiper-button-next:after{background-position: right bottom;}
.honorWrap .honorScroll .btnWrap .btn b{width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #0076ab;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.honorWrap .honorScroll .btnWrap .btn:hover{border-color: #0076ab;}
.honorWrap .honorScroll .btnWrap .btn:hover b{width: 100%;}
.honorWrap .honorScroll .btnWrap .btn:hover:before{filter: alpha(opacity=0);opacity: 0;}
.honorWrap .honorScroll .btnWrap .btn:hover:after{filter: alpha(opacity=100);opacity: 1;}

.wapHonor{display: none;}
.wapHonor ul{padding-bottom: 12px;}
.wapHonor ul li{width: 32%;margin: 0 2% 18px 0;}
.wapHonor ul li:nth-child(3n){margin-right: 0;}
.wapHonor ul li .pic{width: 100%;height: 200px;text-align: center;line-height: 200px;font-size: 0;border: 1px solid #e0dfdf;}
.wapHonor ul li .pic img{max-width: 90%;max-height: 90%;}
.wapHonor ul li h5{text-align: center;padding: 0 10px;height: 62px;line-height: 62px;font-size: 16px;color: #333333;font-weight: normal;}
.wapHonor ul li:hover h5{color: #0076ab;}

/*.bannerWrap{width: 100%;height: 620px;overflow: hidden;position: relative;}
.bannerWrap .banner{width: 1920px;height: 620px;position: absolute;left: 50%;top: 0;margin-left: -960px;}
.bannerWrap .banner .swiper-slide{width: 100%;height: 620px;background-repeat: no-repeat;background-position: center top;}
.bannerWrap .banner .swiper-slide .w1230{width: 1230px;height: 100%;position: relative;font-size: 0;}*/


.bannerWrap{width: 100%;height: 620px;overflow: hidden;position: relative;}
.bannerWrap .banner .swiper-slide{width: 100%;}
.bannerWrap .banner .swiper-slide a{display: block;height: 620px;background-repeat: no-repeat;background-position: center top;background-color: #fff;}
.bannerWrap .banner .swiper-slide .w1230{width: 1230px;height: 100%;position: relative;font-size: 0;}

.banner .swiper-pagination-bullets{height: 14px;width: 100%;position: absolute;left: 0;bottom: 40px;line-height: 14px;z-index: 2;text-align: center;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{width: 14px;height: 14px;margin: 0 6px;padding: 0;background: #fff;opacity: 1;cursor: pointer;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0076ab;}

/*.bannerWrap .banner .swiper-slide .w1230 .banTxt10{padding: 106px 0 0 411px;}*/

/*.bannerWrap .banner .swiper-slide .w1230 .banTxt1{width: 393px;float: right;padding-top: 175px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt1 .line4{margin-bottom: 27px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt2{width: 513px;height: 354px;padding-top: 103px;text-align: center;position: absolute;left:50%;margin-left: -256px;top: 50%;margin-top: -302px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1{width: 100%;height: 166px;position: relative;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt1{position: absolute;left: 3px;top: 16px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt2{position: absolute;left: 3px;top: 54px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt3{position: absolute;left: 186px;top: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt4{position: absolute;right: 0;top: 58px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line2{width: 100%;height: 1px;background: #e0a784;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line4{margin: 20px auto 25px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt3{padding: 106px 0 0 411px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt4{padding-top: 224px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt4 .line2{margin: 29px 0 22px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt5{float: right;padding-top: 224px;width: 659px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt5 .line2{margin: 30px 0 22px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 102px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt7{width: 513px;height: 354px;padding-top: 103px;text-align: center;position: absolute;left:50%;margin-left: -256px;top: 50%;margin-top: -302px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line1{width: 100%;height: 166px;position: relative;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line1 .txt1{position: absolute;left: 3px;top: 16px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line1 .txt2{position: absolute;left: 3px;top: 54px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line1 .txt3{position: absolute;left: 186px;top: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line1 .txt4{position: absolute;right: 0;top: 58px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line2{width: 100%;height: 1px;background: #e0a784;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt7 .line4{margin: 20px auto 25px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt8{padding-top: 224px;position: absolute;width: 1230px;top: 0;left: 50%;margin-left: -615px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt8 .line2{margin: 29px 0 22px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt9{padding-top: 204px;float: right;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt10{padding-top: 190px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt11{padding-top: 204px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt12{padding-top: 205px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt13{padding-top: 144px;font-size: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt13 .line{margin-bottom: 27px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt14{width: 445px;height: 406px;position: relative;margin:0 auto;text-align: center;overflow: hidden;padding-top: 107px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt14 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 107px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt14 .ban14Txt1{padding: 76px 0 19px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt14 .ban14Txt3{padding: 38px 0 25px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt14 .line{margin-bottom: 27px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt16{padding-top: 206px;}


.bannerWrap .banner .swiper-slide .w1230 .banTxt4{padding-top: 200px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 112px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt8{padding-top: 196px;}


.bannerWrap .banner .swiper-slide .w1230 .banTxt10{padding-top: 172px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt8{padding-top: 161px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt4{padding-top: 186px;}

.bannerWrap .banner .swiper-slide .wapBannerTxt{display: none;}
.bannerWrap .banner .swiper-slide .wapBannerTxt img{max-width: 100%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt1 .text{width: 44%;padding: 12% 6% 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt2 .text{width: 42%;margin: 0 auto;padding-top: 10%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt3 .text{width: 54%;margin: 0 auto;padding-top: 12%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt4 .text{width: 60%;padding: 12% 0 0 6%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt5 .text{width: 54%;padding: 12% 6% 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt6 .text{width: 54%;padding: 12% 0 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt7 .text{width: 42%;margin: 0 auto;padding-top: 10%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt8 .text{width: 70%;padding: 12% 0 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt9 .text{width: 60%;padding: 18% 0 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt10 .text{width: 54%;padding: 20% 0 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt11 .text{width: 50%;padding: 20% 0 0 0;}

*/


.bannerWrap .banner .swiper-slide .w1230{font-size: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt1{width: 392px;padding-top: 175px;float: right;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt2{width: 513px;height: 354px;padding-top: 103px;text-align: center;position: absolute;left:50%;margin-left: -256px;top: 50%;margin-top: -302px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1{width: 100%;height: 166px;position: relative;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt1{position: absolute;left: 3px;top: 16px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt2{position: absolute;left: 3px;top: 54px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt3{position: absolute;left: 186px;top: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt4{position: absolute;right: 0;top: 58px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line2{width: 100%;height: 1px;background: #ffffff;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line4{margin: 20px auto 25px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt3{padding: 106px 0 0 411px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt4{padding-top: 204px;float: right;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt5{float: right;padding: 79px 106px 0 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 206px;}



.bannerWrap .banner .swiper-slide .wapBannerTxt{display: none;}
.bannerWrap .banner .swiper-slide .wapBannerTxt img{max-width: 100%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt1 .text{width: 44%;padding: 12% 6% 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt2 .text{width: 44%;padding: 12% 0 0 0;margin: 0 auto;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt3 .text{width: 54%;margin: 0 auto;padding-top: 12%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt4 .text{width: 50%;padding: 18% 0 0 0;float: right;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt5 .text{width: 50%;padding: 10% 0 0 0;float: right;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt6 .text{width: 70%;padding-top: 20%;}

/*去掉banner的英文*/
.bannerWrap .banner .swiper-slide .w1230 .banTxt4,
.bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 244px;}

.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt1 .text{padding: 20% 6% 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt4 .text{padding: 19% 0 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt6 .text{padding-top: 19%;}
/*去掉banner的英文 end*/

/*修改*/
.bannerWrap .banner .swiper-slide .w1230 .banTxt4, .bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 206px;}
/*修改 end*/


.itit{line-height: 84px;font-size: 24px;color: #333333;}
.itit .imore{font-size: 14px;color: #333333;font-weight: normal;}
.itit .imore:hover{color: #0076ab;}

.isect1{margin: 9px auto 32px;}
.isect1 .isect1_1{width: 66%;}
.isect1 .isect1_1 .tabs{margin-bottom: 2px;}
.isect1 .isect1_1 .tabs li{width: 20%;float: left;height: 48px;box-sizing: border-box;border:1px solid #dedddd;margin-left: -1px;line-height: 46px;text-align: center;font-size: 16px;color: #333333;position: relative;}
.isect1 .isect1_1 .tabs li{width: 25%;}
.isect1 .isect1_1 .tabs li a{display: block;}
.isect1 .isect1_1 .tabs li.active{border-color: #0076ab;background: #0076ab;color: #ffffff;font-weight: bold;}
.isect1 .isect1_1 .swiper-slide ul{width: 100%;}
.isect1 .isect1_1 .swiper-slide ul li{padding: 21px 0 22px;border-bottom: 1px solid #e0dfdf;height: 57px;}
.isect1 .isect1_1 .swiper-slide ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 0 60px 0 147px;position: relative;}
.isect1 .isect1_1 .swiper-slide ul li a .date{width: 96px;height: 54px;padding: 3px 1px 0 0;position: absolute;left: 23px;top: 0;text-align: center;}
.isect1 .isect1_1 .swiper-slide ul li a .date em{display: block;height: 33px;line-height: 33px;font-size: 32px;color: #0076ab;font-weight: bold;}
.isect1 .isect1_1 .swiper-slide ul li a .date span{display: block;height: 17px;line-height: 17px;font-size: 12px;color: #888888;}
.isect1 .isect1_1 .swiper-slide ul li a .date:before{content: "";width: 1px;height: 46px;position: absolute;right: 0;top: 7px;background: #d6d6d6;}
.isect1 .isect1_1 .swiper-slide ul li a .text{width: 100%;}
.isect1 .isect1_1 .swiper-slide ul li a .text h5{font-size: 16px;line-height: 30px;color: #333333;font-weight: normal;position: relative;}
.isect1 .isect1_1 .swiper-slide ul li a .text p{font-size: 14px;color: #888888;line-height: 27px;}
.isect1 .isect1_1 .swiper-slide ul li a .text h5:before{content: "";width: 0;height: 2px;background: #0076ab;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect1 .isect1_1 .swiper-slide ul li a:hover .text h5{padding-left: 20px;color: #0076ab;}
.isect1 .isect1_1 .swiper-slide ul li a:hover .text h5:before{width: 12px;}
.isect1 .isect1_1 .swiper-slide ul li a .icon{width: 25px;height: 26px;position: absolute;right: 6px;top: 24px;background: url(../images/arrow1.png) no-repeat left top;}

.isect1 .isect1_2{width: 32%;overflow: hidden;height: 353px;}
.isect1 .isect1_2 .inewsScroll{width: 100%;overflow: hidden;position: relative;}
.isect1 .isect1_2 .inewsScroll .swiper-slide a{display: block;border-bottom: 1px solid #dedddd;padding-bottom: 28px;}
.isect1 .isect1_2 .inewsScroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 61.8%;display: block;overflow: hidden;position: relative;}
.isect1 .isect1_2 .inewsScroll .swiper-slide a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect1 .isect1_2 .inewsScroll .swiper-slide a h5{font-size: 18px;font-weight: bold;color: #333;padding: 27px 36px 6px 20px;line-height: 24px;}
.isect1 .isect1_2 .inewsScroll .swiper-slide a p{font-size: 14px;color: #888;padding: 0 36px 0 20px;line-height: 24px;}
.isect1 .isect1_2 .inewsScroll .swiper-slide a:hover h5{color: #0076ab;}
.isect1 .isect1_2 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets{height: 10px;line-height: 10px;font-size: 0;bottom: 120px;z-index: 2;text-align: right;box-sizing: border-box;padding-right: 10px;}
.isect1 .isect1_2 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1;background: #ccc;margin: 0 3px;}
.isect1 .isect1_2 .inewsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0076ab;}

.isect3{padding: 67px 0 63px;background: #eaeaea;}
.isect3 .cont{background: #f5f5f5;}
.isect3 .cont .isect3_1{width: 68%;height: 358px;box-sizing: border-box;padding: 30px 60px 27px 40px;background: #f5f5f5 url(../images/isect3Bg.png) no-repeat center;}
.isect3 .cont .isect3_1 .itit{height: 66px;line-height: 66px;}
.isect3 .cont .isect3_1 .honorList{width: 100%;}
.isect3 .cont .isect3_1 .honorList li{width: 47.5%;float: left;height: 56px;line-height: 56px;border-top: 1px solid #e0dfdf;position: relative;}
.isect3 .cont .isect3_1 .honorList li.li2,.isect3 .cont .isect3_1 .honorList li.li4,.isect3 .cont .isect3_1 .honorList li.li6,.isect3 .cont .isect3_1 .honorList li.li8{float: right;}
.isect3 .cont .isect3_1 .honorList li.li1,.isect3 .cont .isect3_1 .honorList li.li2{border-top: none;}
.isect3 .cont .isect3_1 .honorList li a{display: block;position: relative;}
.isect3 .cont .isect3_1 .honorList li a h5{font-size: 16px;color: #333333;font-weight: normal;}
.isect3 .cont .isect3_1 .honorList li a span{display: none; width: 200px; position: absolute; right: 0; top: 50px; z-index: 9;}
.isect3 .cont .isect3_1 .honorList li a span img{width: 100%;}

.isect3 .cont .isect3_1 .honorList li a:before{content: "";width: 0;height: 2px;background: #0076ab;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect3 .cont .isect3_1 .honorList li a:hover:before{width: 12px;}
.isect3 .cont .isect3_1 .honorList li a:hover h5{padding-left: 16px;color: #0076ab;}

.isect3 .cont .isect3_2{width: 32%;height: 358px;}
.isect3 .cont .isect3_2 a,.isect3 .cont .isect3_2 a .pic,.isect3 .cont .isect3_2 a .pic span{display: block;width: 100%;height: 100%;}
.isect3 .cont .isect3_2 a .pic span{background-position: center;background-repeat: no-repeat;background-size: cover;}
.isect3 .cont .isect3_2 a{position: relative;overflow: hidden;}
.isect3 .cont .isect3_2 a b,.isect3 .cont .isect3_2 a i{width: 64px;height: 64px;position: absolute;left: 50%;top: 50%;margin: -32px 0 0 -32px;z-index: 1;background: url(../images/gray33.png) repeat;border-radius: 50%;}
.isect3 .cont .isect3_2 a i{z-index: 3;background: url(../images/videoIcon.png) no-repeat center;}
.isect3 .cont .isect3_2 a h5{text-align: center;font-size: 18px;line-height: 30px;color: #ffffff;font-weight: normal;width: 100%;position: absolute;left: 0;bottom: 24px;
z-index: 4;}
.isect3 .cont .isect3_2 a:hover b{-webkit-transform: scale(10); -moz-transform: scale(10); -ms-transform: scale(10); transform: scale(10);}
.isect3 .cont .isect3_2 a:hover .pic span{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

.isect4{padding: 60px 0 41px;border-bottom: 1px solid #d5d5d5;margin-bottom: 24px;position: relative;}
.isect4 .tit{height: 50px;line-height: 50px;font-size: 24px;color: #333333;font-weight: bold;position: absolute;left: 0;top: 60px;background: #fff;z-index: 3;width: 226px;}
.isect4 .ipartyScroll{width: 100%;overflow: hidden;height: 130px;}
.isect4 .ipartyScroll .swiper-slide a{display: block;width: 100%;box-sizing: border-box;position: relative;}
.isect4 .ipartyScroll .swiper-slide a .text{width: 226px;font-size: 14px;line-height: 26px;color: #666666;height: 52px;overflow: hidden;padding-top: 67px;}
.isect4 .ipartyScroll .swiper-slide a .pic{width: 920px;height: 130px;overflow: hidden;position: absolute;right: 0;top: 0;}
.isect4 .ipartyScroll .swiper-slide a .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 .ipartyScroll .swiper-slide a:hover .pic span{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}


.isect5{margin-bottom: 71px;}
.isect5 .cont{width: 1232px;}
.isect5 .cont ul li{width: 306px;height: 83px;border:1px solid #e0dfdf;margin: -1px 0 0 -1px;}
.isect5 .cont ul li a{display: block;width: 100%;height: 100%;text-align: center;line-height: 83px;position: relative;font-size: 0;overflow: hidden;}
.isect5 .cont ul li a img{max-width: 90%;max-height: 90%;}
.isect5 .cont ul li a:after{content:""; position: absolute; width:100px; height:90px; left:-100px; top: 0px;
background-image:-webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0)); 
background-image:-moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0)); 
background-image:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));}
.isect5 .cont ul li a:hover:after{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear; 
-webkit-transform:translateX(400px); -moz-transform:translateX(400px); transform:translateX(400px);}
.isect5 .cont ul li a:hover img{opacity: 0.9;}

.isect2{margin-bottom: 80px;}
.isect2 .itit .nav{font-size: 14px;color: #666666;font-weight: normal;margin-left: 38px;}
.isect2 .itit .nav a:hover{color: #0076ab;}

.wapBusiness{display: none;}
.wapBusiness .busTit{font-size: 18px;line-height: 36px;margin-bottom: 8px;}
.businessScroll{width: 100%;overflow: hidden;padding-bottom: 50px;position: relative;margin-bottom: 20px;}
.businessScroll .swiper-slide a{display: block;}
.businessScroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 92.68%;position: relative;overflow: hidden;}
.businessScroll .swiper-slide a .pic b{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/shadow.png) no-repeat center;background-size: 100% 100%;}
.businessScroll .swiper-slide a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.businessScroll .swiper-slide a .text{width: 100%;box-sizing: border-box;padding: 10px 30px;position: absolute;left: 0;bottom: 0;z-index: 2;overflow: hidden;/*background: url(../images/hoverBg.png) repeat;*/
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.businessScroll .swiper-slide a .text h5{height: 49px;line-height: 49px;font-size: 18px;color: #ffffff;text-align: center;}
.businessScroll .swiper-slide a .text .line{display: block;width: 30px;height: 3px;background: #fff;position: relative;margin-bottom: 6px;display: none;}
.businessScroll .swiper-slide a .text p{font-size: 14px;line-height: 24px;color: #ffffff;padding-top: 8px;filter: alpha(opacity=0);opacity: 0;}
.businessScroll.swiper-container-horizontal > .swiper-pagination-bullets{height: 10px;line-height: 10px;font-size: 0;}
.businessScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 3px;cursor: pointer;}
.businessScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0076ab;}

.businessScroll.businessScroll2 .swiper-slide a .pic{padding-bottom: 61.79%;}
.businessScroll.businessScroll2 .swiper-slide a .pic b{background-image: url(../images/shadow1.png);}
.businessScroll.businessScroll2 .swiper-slide a .text{padding: 10px 30px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}

.isect2 .isect2Pc{width: 100%;height: 380px;position: relative;}
.isect2 .isect2Pc .bdItem{width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 1 !important;}
.isect2 .cont{width: 100%;height: 380px;position: relative;}
.kwicks{width: 100%;height: 100%;overflow: hidden;position: absolute;left: 0;top: 0;}
.kwicks .kwick{width: 205px;float: left;overflow: hidden;}
.kwicks .kwick.on{width: 410px;}
.kwicks .kwick .kwickCont{width: 410px;height: 380px;cursor: pointer;}
.kwicks .kwick .kwickCont a{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: none;}
.kwicks .kwick .kwickCont .wrap,.kwicks .kwick .kwickCont .wrap .pic,.kwicks .kwick .kwickCont .wrap .pic img{display: block;width: 100%;height: 100%;}
.kwicks .kwick .kwickCont .wrap .pic{position: relative;}
.kwicks .kwick .kwickCont .wrap .pic em{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/shadow.png) no-repeat center bottom;}
.kwicks .kwick .kwickCont .wrap{position: relative;}
.kwicks .kwick .kwickCont .wrap .text{width: 100%;box-sizing: border-box;padding: 17px 45px 22px 30px;position: absolute;left: 0;bottom: 0;z-index: 2;height: 97px;overflow: hidden;}
.kwicks .kwick .kwickCont .wrap .text h5{height: 49px;line-height: 49px;font-size: 18px;color: #ffffff;}
.kwicks .kwick .kwickCont .wrap .line{display: block;width: 30px;height: 3px;background: #ffffff;position: relative;margin-bottom: 6px;display: none;}
.kwicks .kwick .kwickCont .wrap .line:before{content: "";width: 0;height: 100%;background: #fff;position: absolute;left: 0;top: 0;z-index: 2;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.kwicks .kwick .kwickCont .wrap .desc{font-size: 14px;line-height: 24px;color: #ffffff;height: 48px;overflow: hidden;padding-top: 8px;filter:alpha(opacity=0);opacity: 0;}
.kwicks .kwick.on .kwickCont .wrap .text{height: 154px;background: url(../images/hoverBg.png) repeat;
/*-webkit-transition:all 0.3s linear 0.4s; -moz-transition:all 0.3s linear 0.4s; -ms-transition:all 0.3s linear 0.4s; transition:all 0.3s linear 0.4s;*/}
.kwicks .kwick.on .kwickCont .wrap p{filter:alpha(opacity=100);opacity:1;
/*-webkit-transition:all 0.3s linear 0.4s; -moz-transition:all 0.3s linear 0.4s; -ms-transition:all 0.3s linear 0.4s; transition:all 0.3s linear 0.4s;*/}
.kwicks .kwick.on .kwickCont .wrap .line:before{width: 100%;}
.kwicks .kwick.on .kwickCont .wrap .pic em{filter: alpha(opacity=0);opacity: 0;}
.kwicks .kwick.on .kwickCont a{display: block;}

.isect2 .isect2Pc .bdItem.bdItem1{z-index: 1;}
.isect2 .isect2Pc .bdItem.bdItem2{z-index: 2;background: #fff;display: none;width: 100%;overflow: hidden;}
.isect2 .isect2Pc .bdItem.bdItem2 .kwicks{width: 1530px;}
.isect2 .isect2Pc .bdItem.bdItem2 .kwicks .kwick{width: 307px;}
.isect2 .isect2Pc .bdItem.bdItem2 .kwicks .kwick.on{width: 615px;}
.isect2 .isect2Pc .bdItem.bdItem2 .kwicks .kwick .kwickCont{width: 615px;}
.isect2 .isect2Pc .bdItem.bdItem2 .kwicks .kwick .kwickCont .wrap .pic em{background: url(../images/shadow1.png) no-repeat center bottom;}

.isect2 .cont #box{width: 1230px;margin: 0 auto;height: 380px;position: relative;overflow: hidden;}
.isect2 .cont .prev,.isect2 .cont .next{width: 37px;height: 78px;position: absolute;top: 140px;cursor: pointer;font-size: 0;text-indent: 999em;background: url(../images/arrow2.png) no-repeat left top;z-index: 9;}
.isect2 .cont .prev{left: -76px;}
.isect2 .cont .next{right: -76px;background-position: right top;}
.isect2 .cont .prev.disabled, .isect2 .cont .next.disabled{opacity: 0.6;pointer-events: none;}

.mm-listview .mm-next{width: 100%;}

.leaderList{width: 100%;overflow: hidden;}
.leaderList ul{width: 1290px;width: 1310px;}
.leaderList ul li{width: 255px;margin: 0 60px 0 0;width: 245px;margin: 0 80px 0 0;}
.leaderList ul li a{display: block;}
.leaderList ul li a .pic{width: 100%;height: 0;padding-bottom: 142.8%;position: relative;overflow: hidden;}
.leaderList ul li a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
/*.leaderList ul li a h5{margin: 20px 0 8px;height: 48px;line-height: 24px;font-size: 16px;color: #333333;font-weight: normal;text-align: center;overflow: hidden;}
*/
.leaderList ul li a h5{margin: 20px 0 8px;height: 24px;line-height: 24px;font-size: 18px;color: #333333;font-weight: normal;text-align: center;overflow: hidden;}
.leaderList ul li a p{margin: 0 0 28px;height: 24px;line-height: 24px;font-size: 16px;color: #333333;font-weight: normal;text-align: center;overflow: hidden;}

.leaderList ul li a:hover h5{color: #0076ab;}

/*.leaderList.leaderList1 ul li{width:356px;}*/

.leaderList.leaderList1 ul{width:100%;max-width:1002px;margin:0 auto;}
.leaderList.leaderList1 ul li{width:30%;margin-right:5%;}
.leaderList.leaderList1 ul li:nth-child(3n){margin-right:0;}

.isect2 .itit .tabs{margin-left: 58px;}
.isect2 .itit .tabs li{margin-right: 40px;font-size: 16px;color: #333333;font-weight: normal;cursor: pointer;position: relative;}
.isect2 .itit .tabs li:before{content: "";width: 0;height: 3px;background: #0076ab;position: absolute;left: 0;bottom: 21px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.isect2 .itit .tabs li.on:before{width: 100%;}

.values{width: 100%;}
.valuesList{width: 100%;padding-top: 30px;}
.valuesList li{width: 600px;min-height: 180px;margin-bottom: 30px;box-sizing: border-box;border:1px solid #e0dfdf;box-sizing: border-box;padding: 52px 35px 16px 162px;position: relative;padding: 24px 35px 16px;background: url(../images/valuesBg.jpg) no-repeat center top;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}
.valuesList li .icon{width: 162px;height: 66px;line-height: 66px;position: absolute;left: 0;top: 56px;font-size: 0;text-align: center;display: none;}
.valuesList li .icon img{max-height: 100%;}
.valuesList li h5{font-size: 20px;line-height: 36px;color: #333333;margin-bottom: 8px;color: #0076ab;}
.valuesList li p{font-size: 16px;line-height: 28px;color: #555555;}
/*.valuesList li.li2,.valuesList li.li8{padding-top: 32px;}*/

/*.valuesList li{padding: 31px 35px 30px;min-height: 180px;}
.valuesList li h5{font-size: 28px;line-height: 36px;margin-bottom: 12px;color: #0076ab;}
.valuesList li p{font-size: 24px;line-height: 36px;color: #444444;}*/

.ihtml .mm-panels > .mm-panel{margin-top: 80px;}

.header .headerBg{width: 100%;height: 112px;position: absolute;top: 0;left: 0;overflow:hidden;z-index: -1;}
.header .headerBg b{width: 100%;height: 112px;;position: absolute;right: 50%;margin-right: 290px;background: url(../images/headerBg.png) no-repeat top right;
box-sizing: border-box;padding: 0 62px 0 0;}
.header .headerBg b i{display: block;width: 100%;height: 100%;box-sizing: border-box;background: #fff;border-bottom: 6px solid #4c9588;float: right;}


.nyNav1{margin: 30px auto 0;}
/*.nyNav1 li{margin: 0 16px 0 0;padding: 0 26px;}
.nyNav1 li a{display: block;font-size: 15px;color: #333333;line-height: 34px;position: relative;}
.nyNav1 li a:before{content: "";width: 100%;height: 2px;background: #0076ab;position: absolute;left: 0;bottom: -1px;z-index: 2;display: none;}
.nyNav1 li.on a{color: #0076ab;font-weight: bold;}
.nyNav1 li.on a:before{display: block;}
.nyNav1 li a:hover{color: #0076ab;}*/

.nyNav1 li{/*width: 120px;*/box-sizing: border-box;margin: 0 10px 10px 0;border:1px solid #ccc;text-align: center;min-width:120px;box-sizing:border-box;padding:0 10px;}
.nyNav1 li a{display: block;font-size: 15px;color: #333333;line-height: 34px;position: relative;}
.nyNav1 li a span{letter-spacing: 24px;}
.nyNav1 li.on a,.nyNav1 li:hover a{color: #0076ab;}


.topicList{width: 100%;overflow: hidden;}
.topicList ul{width: 1260px;}
.topicList ul li{width: 600px;height: 189px;margin: 0 30px 32px 0;}
.topicList ul li a{display: block;width: 100%;height: 100%;font-size: 0;overflow: hidden;}
.topicList ul li a img{width: 100%;height: 100%;}



@media screen and (max-width: 1460px){
/*.w1440{width: auto;padding: 0 5%;}*/
.w1440{width: 1230px;}

.header .logo{margin-left: 0;}
.header .searchBtn{margin-right: 0;}
.header .pcNav .nLi h3 a{margin: 0 13px;}

.header .headerBg b{margin-right: 220px;}
/*.header .pcNav .nLi .navSub .wrap ul li{margin: 0 18px;}*/

/*.header .pcNav .navLine{display: none;}
.header .pcNav .nLi h3 a i{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.header .pcNav .nLi.on h3 a i{filter: alpha(opacity=100);opacity: 1;}
.header .pcNav .nLi h3 a span.ch,.header .pcNav .nLi h3 a span.en{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.header .pcNav .nLi.on h3 a span.ch,
.header .pcNav .nLi.on h3 a span.en,
.header .pcNav .nLi:hover h3 a span.ch,
.header .pcNav .nLi:hover h3 a span.en{color: #0076ab;}*/


}
@media screen and (max-width: 1440px){
.isect2 .cont .prev{left: 0;}
.isect2 .cont .next{right: 0;}

}

@media screen and (max-width: 1280px){
.fTop .item1{width: 280px;}
.fTop .item2 dl{width: 140px;}

.ifTop .item1{width: auto;}


}
@media screen and (max-width: 1260px){
.w1230{width: auto;padding: 0 5%;}
.header .logo img{height: 36px;}
/*.header .pcNav .nLi h3 a{margin: 0 8px;}*/
.w1440{width: auto;padding: 0 5%;}
.header .pcNav{display: none;}
.header .menuIcon{display: block;}

.header .headerBg{display: none;}

.header .pcNav .nLi .navSub .wrap{padding: 20px 5%;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt3{padding-left: 300px;}

.nyBanner{background-size: cover;height: auto;}
.nyBanner.p1Banner{background: #303b47 !important;}
.nyBanner .w1230{padding: 8% 0;text-align: center;}
/*.nyBanner.p1Banner .w1230{padding: 5% 0;}*/
.nyBanner .w1230 h4{font-size: 24px;line-height: 40px;}
.nyBanner .w1230 h5{margin-bottom: 9px;font-size: 24px;line-height: 30px;}
.nyBanner .w1230 i{margin: 0 auto;}
.nyNav ul li{margin-right: 0;}
.nyNav ul li a{padding: 0 20px;}

.nyNav1 li{padding: 0 16px;margin-right: 10px;}


.about .ul1 li{padding: 0 20px;}

.fTop .fTit{margin-bottom: 10px;}
.fTop .item1{width: 100%;margin-right: 0;margin-bottom: 20px;}
.fTop .item2{width: 100%;}
.fTop .item2 dl{width: 100%;margin-bottom: 12px;}
.fTop .item2 dl dt,.fTop .item2 dl dd{float: left;margin: 0 20px 10px 0;line-height: 24px;}
.fTop .item2 dl a:before{display: none;}
.fTop .item2 dl:hover a{padding-left: 0;}
.fTop .item3{width: 100%;}

.ifTop .item1{width: auto;margin-right: 58px;}
.ifTop .item2{width: 260px;}
.ifTop .item3{width: 208px;}


.mEnterprise ul{width: 100%;}
.mEnterprise ul li{width: 32%;box-sizing: border-box;height: 108px;margin-right: 2%;height: 98px;line-height: 96px;}
.mEnterprise ul li:nth-child(3n){margin-right: 0;}

.contactTop ul li,.contactTop ul li.li1{width: 33.3%;box-sizing: border-box;}

.business ul{width: 100%;}
.business ul li{width: 30%;margin-right: 5%;}
.business ul li:nth-child(3n){margin-right: 0;}

.partyList ul{width: 100%;}
.partyList ul li{width: 49%;box-sizing: border-box;height: 189px;margin-right: 2%;}
.partyList ul li:nth-child(2n){margin-right: 0;}

.activityList ul{width: 100%;}
.activityList ul li{width: 32%;margin-right: 2%;}
.activityList ul li:nth-child(3n){margin-right: 0;}

.hrList ul{width: 100%;}
.hrList ul li{width: 32%;margin-right: 2%;}
.hrList ul li:nth-child(3n){margin-right: 0;}

.honorWrap .honorScroll .swiper-slide .hd{width: 300px;}
.honorWrap .honorScroll .swiper-slide .hd ul li{padding: 5px 0;}
.honorWrap .honorScroll .swiper-slide .hd ul li.on:before{width: 300px;}
.honorWrap .honorScroll .swiper-slide .bd{width: 600px;height: 390px;}
.honorWrap .honorScroll .swiper-slide .bd .swiper-slide .pic{width: 100%;height: 390px;line-height: 390px;}

.bannerWrap{height: auto;}
.bannerWrap .banner .swiper-slide a{height: 0;padding-bottom: 50.4%;background-size: cover;}
.bannerWrap .banner .swiper-slide .w1230{width: 100%;position: absolute;left: 0;top: 0;box-sizing: border-box;}


.isect1 .isect1_1,.isect1 .isect1_2{width: 100%;}
.isect1 .isect1_2{height: auto;margin-top: 30px;}

.isect3{padding: 67px 5% 63px;}
.isect3 .w1230{padding: 0;}

.isect3 .cont .isect3_2{display: none;}
.isect3 .cont .isect3_1{width: 100%;background-size: cover;padding: 30px;}
.isect3 .cont .isect3_1 .honorList li.li2{border-top: 1px solid #e0dfdf;}

.isect4{padding: 26px 5%;}
.isect4 .tit{position: static;width: 100%;margin-bottom: 16px;}
.isect4 .ipartyScroll{height: 150px;}
.isect4 .ipartyScroll .swiper-slide a .text{display: none;}
.isect4 .ipartyScroll .swiper-slide a .pic{width: 100%;}

.isect5 .cont{width: 100%;}
.isect5 .cont ul li{width: 25%;box-sizing: border-box;}

.isect2Pc,.isect2 .itit .tabs{display: none;}

.wapBusiness{display: block;}



.leaderList ul{width: 100%;}
.leaderList ul li{width: 22%;margin-right: 4%;margin-bottom: 8px;}
.leaderList ul li:nth-child(4n){margin-right: 0;}

.leaderList.leaderList1 ul li{width:32%;margin-right: 2%;}
.leaderList.leaderList1 ul li:nth-child(3n){margin-right:0;}

.valuesList li{width: 48%;}


.topicList ul{width: 100%;}
.topicList ul li{width: 49%;margin-right: 2%;}
.topicList ul li:nth-child(2n){margin-right: 0;}
.topicList ul li{height: auto;}
.topicList ul li a{height: 0;padding-bottom: 31.5%;position: relative;}
.topicList ul li a img{position: absolute;left: 0;top: 0;}

}

@media screen and (max-width: 1220px){
.newsTop{padding-right: 0;}
.newsTop .form{width: 100%;position: static;margin-bottom: 20px;box-sizing: border-box;height: 320px;}

.recomNews .swiper-slide a{height: 300px;padding-left: 420px;}
.recomNews .swiper-slide a .pic{width: 420px;height: 300px;}
.recomNews .swiper-slide a .text p{max-height: 56px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{padding-left: 460px;}

.valuesList li,.valuesList li.li2, .valuesList li.li8{width: 100%;padding: 30px 30px 40px;min-height: auto;background-size: cover;}
.valuesList li .icon{position: static;width: 100%;text-align: left;margin-bottom: 8px;height: 44px;line-height: 44px;}
.valuesList li .icon img{height: 40px;}
}

@media screen and (max-width: 1050px){
.header{height: 80px;}
.header .logo{height: 80px;line-height: 80px;}

.pageWrap{padding-top: 80px;}

.nyNav,.nyNav1{display: none;}

.about .pic{display: none;}
.about .text{width: 100%;}

.fBtm .copy{line-height: 24px;}
.fBtm .copy,.fBtm ul{width: 100%;text-align: center;}
.fBtm .bah{padding: 0 !important;text-align: center;float:none;}

.mEnterprise ul li{height: 92px;line-height: 90px;}

.syFocusThumb .pagination,.syFocusThumb .thumbWrap{height: 90px;}
.syFocusThumb .toc{width: 90px;height: 90px;line-height: 90px;font-size: 24px;margin-right: 30px;}

.contactTop ul li{padding-left: 100px;padding-right: 12px;}
.contactTop ul li .icon{width: 80px;height: 80px;}
.contactTop ul li .icon:before,.contactTop ul li .icon:after{background-size: 100% 100%;}
.contactTop ul li .tit{padding: 7px 0 6px;}
.contactTop ul li .cont{font-size: 16px;}

.newsTop .news a{padding-left: 390px;height: 238px;}
.newsTop .news a .pic{width: 360px;height: 238px;}
.newsTop .news a .text p{height: 48px;margin-bottom: 22px;}

.recomNews .swiper-slide a{height: 228px;padding-left: 320px;}
.recomNews .swiper-slide a .pic{width: 320px;height: 228px;}
.recomNews .swiper-slide a .text p{max-height: 56px;}
.recomNews .swiper-slide a .text h5{height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.recomNews .swiper-slide a .text{padding-top: 20px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{padding-left: 360px;bottom: 22px;}

.hrList ul li{width: 49%;margin-right: 2%;}
.hrList ul li:nth-child(3n){margin-right: 2%;}
.hrList ul li:nth-child(2n){margin-right: 0;}

.pcHonor{display: none;}
.wapHonor{display: block;}

.bannerWrap .banner .swiper-slide .pcBannerTxt{display: none;}
.bannerWrap .banner .swiper-slide .wapBannerTxt{display: block;}


.isect2 .itit .nav{display: none;}

.leaderList ul li{width: 32%;margin-right: 2%;}
.leaderList ul li:nth-child(4n){margin-right: 2%;}
.leaderList ul li:nth-child(3n){margin-right: 0;}

.ifTop .item1{width: 100%;margin-right: 0;}
.ifTop .item2{width: auto;padding-top: 0;margin-bottom: 20px;}
.ifTop .item3{width: 100%;}

}

@media screen and (max-width: 768px){
.about .ul1 li{width: 100%;padding: 30px 0;}
.about .ul1 li:before{width: 100%;height: 1px;position: absolute;left: 0;top: 0;bottom: auto;right: auto;}

.about .mid dt{width: 100%;margin-right: 0;}
.about .mid dt:before{display: none;}

.chairman .pic{float: none;width: 100%;max-width: 320px !important;margin: 0 auto;text-align: center;margin-bottom: 20px;}
.chairman .text{width: 100%;}

.mEnterprise ul li{width: 49%;}
.mEnterprise ul li:nth-child(3n){margin-right: 2%;}
.mEnterprise ul li:nth-child(2n){margin-right: 0;}

.syFocusThumb .pagination{padding: 0 40px;margin-bottom: 38px;}
.syFocusThumb .contentdiv{padding: 0 40px;}
.syFocusThumb .contentdiv .wrap{padding-left: 0;}
.syFocusThumb .contentdiv .wrap span.date{display: block;position: static;margin-bottom: 20px;}
.syFocusThumb .contentdiv .wrap ul.list{padding-left: 0;border-left: none;}

.contactTop{margin-bottom: 38px;}
.contactTop ul li, .contactTop ul li.li1{width: 100%;margin-bottom: 12px;}
.mapWrap{height: 360px;}

.newsTop .news a{height: auto;padding-left: 0;}
.newsTop .news a .pic{width: 100%;height: 0;padding-bottom: 66.2%;position: relative;}
.newsTop .news a .pic img{position: absolute;left: 0;top: 0;}

.newsBtm ul li .wrap{padding: 0 25px;}
.newsBtm ul li .wrap .date{display: none;}
.newsBtm ul li .wrap .date1{display: block;}

.page a.num{display: none;}
.page a.num.on{display: inline-block;}

.business ul li{width: 48%;margin-right: 4%;}
.business ul li:nth-child(3n){margin-right: 4%;}
.business ul li:nth-child(2n){margin-right: 0;}

.recomNews{padding-bottom: 30px;}
.recomNews .swiper-slide a{height: auto;padding-left: 0;}
.recomNews .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 63.2%;position: relative;}
.recomNews .swiper-slide a .pic img{position: absolute;left: 0;top: 0;}
.recomNews .swiper-slide a .text{padding: 20px 12px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{padding-left: 0;text-align: center;bottom: 0;}

.partyList ul li{width: 100%;margin-right: 0;}
.partyList ul li a{padding: 29px 18px 30px;}

.activityList ul li{width: 49%;margin-right: 2%;}
.activityList ul li:nth-child(3n){margin-right: 2%;}
.activityList ul li:nth-child(2n){margin-right: 0;}

.hrList ul li{width: 100%;margin-right: 0;}
.hrList ul li:nth-child(3n){margin-right: 0;}

.wapHonor ul li{width: 49%;margin-right: 2%;}
.wapHonor ul li:nth-child(3n){margin-right: 2%;}
.wapHonor ul li:nth-child(2n){margin-right: 0;}

.banner .swiper-pagination-bullets{bottom: 18px;}

.isect1 .isect1_1 .tabs li{font-size: 12px;}


.isect3 .cont .isect3_1{height: auto;}
.isect3 .cont .isect3_1 .honorList li{width: 100%;}
.isect3 .cont .isect3_1 .honorList li:nth-child(5),.isect3 .cont .isect3_1 .honorList li:nth-child(6),
.isect3 .cont .isect3_1 .honorList li:nth-child(7),.isect3 .cont .isect3_1 .honorList li:nth-child(8){display: none;}

.isect5 .cont ul li:nth-child(5),.isect5 .cont ul li:nth-child(6),
.isect5 .cont ul li:nth-child(7),.isect5 .cont ul li:nth-child(8){display: none;}

.isect4 .ipartyScroll{height: 100px;}
.isect4 .ipartyScroll .swiper-slide a .pic{height: 100px;}

.isect5 .cont ul li{width: 50%;}

.contHr .info span{margin-bottom: 12px;}
.contHr .info em{width: 100%;box-sizing: border-box;}

.leaderList ul li{width: 49%;margin-right: 2%;}
.leaderList ul li:nth-child(3n){margin-right: 2%;}
.leaderList ul li:nth-child(2n){margin-right: 0;}

.leaderList.leaderList1 ul li{width: 49%;margin-right: 0;}
.leaderList.leaderList1 ul li:nth-child(2n){float:right;}

.valuesList{padding-top: 40px;}
/*.valuesList li h5{font-size: 24px;}
.valuesList li p{font-size: 18px;}*/

}

@media screen and (max-width: 568px){
.topicList ul li{width: 100%;margin-right: 0;}
}


@media screen and (max-width: 468px){
.header .searchBtn{width: 42px;}
.header .logo img{height: 32px;}

.about .mid{padding: 35px 0;}

.mEnterprise ul li{width: 100%;}
.mEnterprise ul li:nth-child(3n){margin-right: 0;}

.mapWrap{height: 320px;}

.passage .psgTit{font-size: 24px;line-height: 32px;margin-bottom: 20px;}
.passage .info .toList{width: 100%;box-sizing: border-box;}
.passage .info .fontSize{display: none;}

.business ul li{width: 100%;margin-right: 0;margin-bottom: 12px;}
.business ul li:nth-child(3n){margin-right: 0;}

.notice ul li{height: auto;}
.notice ul li a{padding: 18px 18px 18px 46px;height: auto;background-position: 10px 23px;}
.notice ul li a h5{line-height: 30px;margin-bottom: 12px;}
.notice ul li a span{display: block;position: static;line-height: 20px;height: 20px;}

.activityList ul li{width: 100%;margin-right: 0;}
.activityList ul li:nth-child(3n){margin-right: 0;}

.wapHonor ul li{width: 100%;margin-right: 0;}
.wapHonor ul li:nth-child(3n){margin-right: 0;}
.wapHonor ul li .pic{height: 280px;line-height: 280px;}

.banner .swiper-pagination-bullets{height: 10px;line-height: 10px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px;width: 10px;height: 10px;}

.isect1 .isect1_1 .tabs li{}
/*.isect1 .isect1_1 .tabs li{width: 33.3%;}
.isect1 .isect1_1 .tabs li:nth-child(4),.isect1 .isect1_1 .tabs li:nth-child(5){border-top: none;}*/

/*.isect1 .isect1_1 .tabs li{width: 25%;}
.isect1 .isect1_1 .tabs li:nth-child(5){display: none;}*/

.isect1 .isect1_1 .swiper-slide ul li a{padding: 0 0 0 94px;}
.isect1 .isect1_1 .swiper-slide ul li a .date{left: 0;width: 76px;}
.isect1 .isect1_1 .swiper-slide ul li a .icon{display: none;}

.isect3 .cont .isect3_1{padding:  30px 16px;}
.isect2{margin-bottom: 40px;}
.isect5 .cont ul li{width: 100%;}

.isect4 .ipartyScroll{height: 80px;}
.isect4 .ipartyScroll .swiper-slide a .pic{height: 80px;}

.contactTop{padding-top: 0;}
.newsBtm ul li .wrap{padding: 0 5px;}

.hrList ul li a{padding: 28px 16px 0 16px;}


.fTop,.ifTop{padding: 20px 0;}


.header .searchBtn,.fTop .item2,.fTop .item3{display: none;}
.header .menuIcon{margin-top: 24px;}

.ifTop .item1 .tel span{width: 100%;}
.ifTop .item1 .tel em{display: none;}
.ifTop .item2{width: 100%;display: block;}

.businessScroll .swiper-slide a .text{padding: 10px 16px;background: url(../images/hoverBg.png) repeat;}

.businessScroll.businessScroll2 .swiper-slide a .text{padding: 10px 16px;}
.businessScroll.businessScroll2 .swiper-slide a .text h5{height: 40px;line-height: 40px;}

.syFocusThumb .contentdiv{padding: 0 20px;}

.nyMain{margin-bottom: 48px;}

.contHr .info span{margin-right: 20px;}
.contHr .info span:nth-child(2){margin-right: 0;}

.leaderList ul{width: 80%;margin: 0 auto;}
.leaderList ul li{width: 100%;margin-right: 0;}
.leaderList ul li:nth-child(3n){margin-right: 0;}
.leaderList ul li a h5{height: auto;}

.leaderList.leaderList1 ul li{width: 100%;}
.leaderList.leaderList1 ul{width:80%;}

.valuesList li,.valuesList li.li2, .valuesList li.li8{width: 100%;padding: 20px 20px 30px;}

.nyTit{margin-bottom: 24px;}


/*.passage .psgCont{font-size: 17px;line-height: 34px;}
.passage .psgCont.small{font-size: 16px;}
.passage .psgCont.big{font-size: 19px;line-height: 34px;}*/
}