@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.eot');
    src:
    url('../font/Helvetica.eot?#font-spider') format('embedded-opentype'),
    url('../font/Helvetica.woff') format('woff'),
    url('../font/Helvetica.ttf') format('truetype'),
    url('../font/Helvetica.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;
}

@font-face {
    font-family: 'pf_din_text_comp_proregular';
    src: url('pfdintextcomppro-regular_1-webfont.eot');
    src: url('pfdintextcomppro-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdintextcomppro-regular_1-webfont.woff2') format('woff2'),
         url('pfdintextcomppro-regular_1-webfont.woff') format('woff'),
         url('pfdintextcomppro-regular_1-webfont.ttf') format('truetype'),
         url('pfdintextcomppro-regular_1-webfont.svg#pf_din_text_comp_proregular') 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: "Microsoft Yahei","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: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Source Han Sans CN", "Microsoft Yahei","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}

/*小号文字  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;}

.nyBannerlx{width: 100%;height: 902px;background-repeat: no-repeat;background-position: center;background-size: cover;border-bottom: 10px solid #ebebeb;border-top: 10px solid #ebebeb;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*transition*/
.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;}
.tran2000{-webkit-transition:all 2s linear; -moz-transition:all 2s linear; -ms-transition:all 2s linear; transition:all 2s linear;}
.tran3000{-webkit-transition:all 3s linear; -moz-transition:all 3s linear; -ms-transition:all 3s linear; transition:all 3s linear;}


.scaleimg:hover .pic em,
.scaleimg:hover .pic 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);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 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: "Source Han Sans CN", "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: #f9a400;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.w1440{width: 1440px;margin: 0 auto;}

.banner{width: 100%;position: relative;overflow: hidden;z-index: 2;}
.banner .swiper-slide a{display: block;height: 0;padding-bottom: 791px;position: relative;overflow: hidden;}
.banner .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;-webkit-transition: all 2s linear;transition: all 2s linear;opacity: 0;-webkit-transform: scale(1.1);transform: scale(1.1);}
.banner .swiper-slide a .text{padding-top: 300px;position: relative;z-index: 2;text-align: center;}
.banner .swiper-slide.swiper-slide-active a em{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.banner .swiper-pagination{bottom: 5%;display: none;}
.banner .swiper-pagination .swiper-pagination-bullet{background: #fff;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #f9a400;}
.banner .swiper-button-prev,.banner .swiper-button-next{margin-top: -23px;opacity: 0.7;background: none;}
.banner .swiper-button-prev{left: -50px;}
.banner .swiper-button-next{right: -50px;}
.banner:hover .swiper-button-prev{left: 5%;}
.banner:hover .swiper-button-next{right: 5%;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{opacity: 1;}

.header{position: fixed;width: 100%;z-index: 9;box-sizing:border-box;padding: 0 3%;left: 0;top:0;}
.header .logo{display: block;position: relative;}
.header .logo span{display: block;height: 142px;line-height: 142px;font-size: 0;}
.header .logo span.o{opacity: 0;position: absolute;left: 0;top:0;}
.header .btnWrap{position: absolute;right: 3%;top:50%;margin-top: -10px;}
.header .btnWrap .searchBtn{width: 30px;height: 21px;margin-right: 22px;background: url(../images/searchBtn.png) no-repeat left top;cursor: pointer;}
.header .btnWrap .menuIcon{width: 31px;padding: 2px 4px 3px;cursor: pointer;box-sizing:border-box;}
.header .btnWrap .menuIcon i{display: block;width: 23px;height: 2px;background: #2bafe5;margin-top: 5px;animation: navBtn 2s infinite ease;}
.header .btnWrap .menuIcon i:first-child{margin-top: 0;}
.header .btnWrap .menuIcon i.i2{animation-delay: 0.5s;}
.header .btnWrap .menuIcon i.i3{animation-delay: 1.0s;}
.header .btnWrap .menuIcon.wap{display: none;}
@keyframes navBtn{50%{width: 60%;}100%{width: 100%;}}
.header.fixed{-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);background: rgba(255,255,255,0.9);}
.header.fixed span{height: 99px;line-height: 99px;}
.header.fixed span.d{opacity: 0;}
.header.fixed span.o{opacity: 1;}
.header.fixed span img{-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform: scale(1);transform: scale(1);}
.header.fixed .btnWrap .searchBtn{background-position: left -21px;}
.header.fixed .btnWrap .menuIcon i{background: #333;}

.header .nav{margin-right: 100px;}
.header .nav .nLi{position: relative;-webkit-transform:scale(0) translateY(26px); transform:scale(0) translateY(26px);opacity: 0;}
.header .nav .nLi h3 a{display: block;height: 99px;line-height: 99px;padding: 0 35px;font-size: 18px;color: #292929;font-weight: normal;}
.header .nav .nLi .navSub{position: absolute;left: 50%;top:99px;width: 150px;margin-left: -75px;background: rgba(255,255,255,0.9);display: none;border-top:1px solid #e3e3e3;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #333;line-height: 24px;padding: 8px 3px;text-align: center;}
.header .nav .nLi .navSub ul li a:hover{color: #f9a400;}
.header .nav .nLi.on h3 a,.header .nLi:hover h3 a{color: #f9a400;}

.header.fixed .btnWrap .menuIcon.pc{-webkit-transform: scale(0);transform: scale(0);opacity: 0;display: none;}
.header.fixed .nav .nLi{-webkit-transform:scale(1) translateY(0); transform:scale(1) translateY(0);opacity: 1;}
.header.fixed .nav .nLi:nth-child(2){-webkit-transition:all 0.3s linear 0.1s;}
.header.fixed .nav .nLi:nth-child(3){-webkit-transition:all 0.3s linear 0.2s;}
.header.fixed .nav .nLi:nth-child(4){-webkit-transition:all 0.3s linear 0.3s;}
.header.fixed .nav .nLi:nth-child(5){-webkit-transition:all 0.3s linear 0.4s;}
.header.fixed .nav .nLi:nth-child(6){-webkit-transition:all 0.3s linear 0.5s;}
.header.fixed .nav .nLi:nth-child(7){-webkit-transition:all 0.3s linear 0.6s;}

.pcNav{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 8;background: rgba(3,77,107,0.9);display: none;}
.pcNav .wrap{display: flex;justify-content:center;align-items:center;text-align: center;height: 100%;}
.pcNav ul{flex:1;}
.pcNav ul li{opacity: 0;-webkit-transform:translateY(16px);transform:translateY(16px);max-width: 300px;margin: 0 auto;}
.pcNav ul li a{display: block;position: relative;padding: 25px 0;}
.pcNav ul li a h3{font-size: 24px;color: #fff;font-weight: 500;line-height: 32px;opacity: 0.9;}
.pcNav ul li a h4{position: absolute;left: 0;top:0;width: 100%;font-size: 14px;line-height: 32px;top: 20px;opacity: 0;text-transform: uppercase;color: #fff;font-weight: normal;}
.pcNav ul li a:hover h3{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity: 1;}
.pcNav ul li a:hover h4{opacity: 0.5;top:32px;}
.pcNav.on{}
.pcNav.on ul li{opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);}
.pcNav.on ul li:nth-child(1){-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.pcNav.on ul li:nth-child(2){-webkit-transition:all 0.3s linear 0.1s;transition:all 0.3s linear 0.1s;}
.pcNav.on ul li:nth-child(3){-webkit-transition:all 0.3s linear 0.2s;transition:all 0.3s linear 0.2s;}
.pcNav.on ul li:nth-child(4){-webkit-transition:all 0.3s linear 0.3s;transition:all 0.3s linear 0.3s;}
.pcNav.on ul li:nth-child(5){-webkit-transition:all 0.3s linear 0.4s;transition:all 0.3s linear 0.4s;}
.pcNav.on ul li:nth-child(6){-webkit-transition:all 0.3s linear 0.5s;transition:all 0.3s linear 0.5s;}
.pcNav.on ul li:nth-child(7){-webkit-transition:all 0.3s linear 0.6s;transition:all 0.3s linear 0.6s;}
.header .close{position: absolute;right: 3%;top:50px;width: 32px;height: 32px;background: url(../images/close1.png) no-repeat center;background-size: 100% 100%;cursor: pointer;cursor: pointer;-webkit-transform: scale(0);transform: scale(0);opacity: 0;cursor: pointer;z-index: 10;}
.header.on .close{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.header.on .btnWrap{-webkit-transform: scale(0);transform: scale(0);opacity: 0;}
.header.on .logo span.d{opacity: 0;}
.header.on .logo span.o{opacity: 1;}

.line{position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background: #f9a400;}


.titr {margin-bottom: 51px;padding-bottom: 9px;position: relative;text-align: center;font-size: 30px;color: #545454;line-height: 80px;}
.titr:before{content: "";width: 78px;height: 3px;background: #f9a400;position: absolute;left: 50%;bottom: 0;margin-left: -39px;}


.isect11{padding: 80px 0 0;background: url(../images/isect1Bg.jpg) no-repeat center top;min-width: 1200px;}
.isect11 .title{margin-bottom: 72px;text-align: center;margin-bottom: 46px;}
.isect11 .title h3{font-size: 35px;color: #444444;font-weight: normal;line-height: 58px;}
.isect11 .title h4{font-size: 38px;color: #dcdddd;line-height: 50px;font-family: "DINLight";text-transform: uppercase;font-weight: normal;}
.isect11 .title p{font-size: 16px;line-height: 34px;color: #8e8f8f;}
.isect11 .pic{width: 50%;height: 592px;overflow: hidden;position: relative;}
/*.isect11 .pic a{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}*/

/*视频*/
.iboxT { height:70px;}
.iboxT .zh,.iboxT .en{ font-size: 24px; line-height: 1.5;}
.iboxT .zh{ color: #2170b9;}
.iboxT .en{ color: #bbbbbb; text-transform: uppercase; padding-left: 6px; font-family: "pf_din_text_comp_proregular";}

.moreBtnn{ text-align: center; font-family: "pf_din_text_comp_proregular"; background: url(../images/more_bg.png) no-repeat scroll center bottom; display: block; width: 110px; padding-bottom: 2px; position: relative; margin:0 auto;}
.moreBtnn:before { content: ""; width: 100%; height: 100%; background: url(../images/more_bg2.png) no-repeat scroll left bottom; position: absolute; left: 0; bottom: 0px; /*transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);  transition: transform .3s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility:hidden\9;*/ width: 0; transition: 0.3s; -webkit-transition: 0.3s;}

.ibox ul{ width: 100%; position: relative;}
.ibox .img{ overflow: hidden; position: relative;}
.ibox .img img{ width: 100%; display: block; transition: 1s; -webkit-transition: 1s;}
.ibox .black-20{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: 330ms; -webkit-transition: 330ms;}
.videoIbox a:link, .videoIbox a:visited { color: #fff;}
.videoIbox a:active,.videoIbox a:hover { color: #2170b9;}
.videoIbox .con{ position: absolute; left: 5%; top: 0; width: 90%; top: 50%; text-align: center; margin-top: -75px;}  
.videoIbox .vico{ background: url(../images/videoIco.png) no-repeat scroll center center; width: 55px; height: 55px; margin: 0px auto; display: block; cursor: pointer;}
.videoIbox .iboxT{ padding: 15px 0px;}
.videoIbox .iboxT .zh,.videoIbox .iboxT .en{ color: #fff;}
.videoIbox .moreBtn{ margin: 0px auto;}
.ibox ul:hover .black-20{ opacity: 1; visibility: visible;}
.ibox ul:hover .img img{ -webkit-transform:scale(1.3) rotate(10deg); transform: scale(1.3) rotate(10deg);}
/*视频END*/

/*.isect1 .pic a:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}*/

.isect11 .text{width: 50%;height: 592px;box-sizing:border-box;-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); background:rgba(255,255,255,0.8);}
.isect11 .text .wrap{width: 560px;padding: 20px 0 0 60px;}
.isect11 .text .wrap .tit{margin-bottom: 20px;}
.isect11 .text .wrap .tit h6{line-height: 70px;font-size: 90px;color: #f6f1ea;font-family: "hum7Black";text-transform: uppercase; margin-top:50px;}
.isect11 .text .wrap .tit h5{font-size: 28px;line-height: 67px;color: #282828;}
.isect11 .text .wrap .tit i{display: block;width: 0px;height: 2px;background: #dee2eb;}
.isect11 .text .wrap .cont{font-size: 16px;line-height: 28px;color: #5d5d5d;height: 210px;overflow: hidden;margin-bottom: 38px;text-align:justify;}




/*
.isect1{padding: 71px 0 88px;background: url(../images/isect1Bg.jpg) no-repeat center top;background-size: cover;position: relative;}
.isect1 .title{margin-bottom: 94px;}
.isect1 .title h3{font-size: 28px;line-height: 48px;color: #1d1d1d;margin-right: 134px;position: relative;}
.isect1 .title h3:before{content: "";width: 78px;height: 2px;background: #f9a400;position: absolute;right: -107px;top:50%;margin-top: -1px;
-webkit-animation: scrolldown 3s infinite cubic-bezier(0.645, 0.045, 0.355, 1); animation: scrolldown 3s infinite cubic-bezier(0.645, 0.045, 0.355, 1);}
@-webkit-keyframes scrolldown { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  70% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  85% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } }
@keyframes scrolldown { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  70% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  85% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } }

.isect1 .title .tabs li{margin-right: 26px;position: relative;}
.isect1 .title .tabs li a{display: block;height: 46px;padding: 0 36px;border:1px solid #dededf;font-size: 20px;color: #1d1d1d;line-height: 46px;position: relative;z-index: 2;font-weight: 300;}
.isect1 .title .tabs li:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #f9a400;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect1 .title .tabs li.active:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect1 .title .tabs li.active a{border-color: #f9a400;color: #fff;}
.isect1 .container{width: 90%;margin: 0 auto;max-width: 1640px;position: relative;overflow: hidden;}
.isect1 .container .innerScroll{padding: 0 84px;position: relative;}
.isect1 .container .innerScroll .swiper-button-prev,
.isect1 .container .innerScroll .swiper-button-next{width: 26px;height: 46px;position: absolute;top:50%;margin-top: -23px;background: url(../images/arrow1.png) no-repeat left top;}
.isect1 .container .innerScroll .swiper-button-next{background-position: right top;}
.isect1 .container .innerScroll .swiper-button-prev:hover,
.isect1 .container .innerScroll .swiper-button-next:hover{background-position-y:bottom;}
.isect1 .container .innerScroll .inContainer{width: 100%;position: relative;overflow: hidden;box-sizing:border-box;padding: 0 16px 20px;margin-bottom: 50px;}
.isect1 .wrap{display: block;}
.isect1 .wrap .pic{width: 100%;height: 0;padding-bottom: 57.66%;position: relative;overflow: hidden;}
.isect1 .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .wrap .text{padding: 21px 30px 23px;}
.isect1 .wrap .text h5{margin-bottom: 13px;font-size: 20px;line-height: 35px;color: #282828;}
.isect1 .wrap .text p{margin-bottom: 32px;font-size: 16px;line-height: 28px;color: #646464;height: 56px;overflow: hidden;}
.isect1 .wrap .text .btm{padding-top: 25px;border-top: 1px solid #ebebeb;font-size: 18px;color: #282828;line-height: 28px;}
.isect1 .wrap .text .btm i{width: 27px;height: 15px;margin-top: 7px;background: url(../images/arrow2.png) no-repeat right top;}
.isect1 .wrap:hover{background: #fbfbfb;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.isect1 .wrap:hover .text h5{color: #f9a400;}
.isect1 .wrap:hover .text .btm i{background-position: left top;}*/

.moreBtn{display: block;width: 170px;height: 54px;margin: 0 auto;background: #f9a400;font-size: 0;box-sizing:border-box;padding: 0 35px;text-align: left;position: relative;overflow: hidden;border-radius: 7px;}
.moreBtn span{display: block;font-size: 16px;color: #f9f9f9;line-height: 54px;position: relative;z-index: 2;}
.moreBtn span img{float: right;margin-top: 21px;}
.moreBtn:before{width: 238px;height: 238px;border-radius: 100%;background: #2bafe5;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1);transform: scale(1);}


.isect2 .container .innerScroll .wrap .text2{width: 100%;max-width: 936px;margin: 0 auto;position: relative;z-index: 2;text-align: center;padding:50px 0 0;}
.isect2 .container .innerScroll .wrap .text3{width: 100%;max-width: 312px;margin: 0 auto;position: relative;z-index: 2;text-align: center;padding:50px 0 0;}
.isect2 .container .innerScroll .wrap .text4{width: 100%;max-width:312px;margin: 0 auto;position: relative;z-index: 2;text-align: center;padding:50px 0 0;}
.isect2 .container .innerScroll .wrap .text5{width: 100%;max-width: 624px;margin: 0 auto;position: relative;z-index: 2;text-align: center;padding:50px 0 0;}

.showBtn{display: block;width: 160px;height: 54px;font-size: 0;box-sizing:border-box;text-align: center;position: relative;overflow: hidden; border:1px solid #fff; margin-left:8px; margin-right:8px;}
.showBtn span{display: block;font-size: 16px;color: #f9f9f9;line-height: 54px;position: relative;z-index: 2;}
.showBtn span img{float: right;margin-top: 21px;}
.showBtn:before{width: 238px;height: 238px;border-radius: 100%;background: #2bafe5;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.showBtn:hover:before{-webkit-transform: scale(1);transform: scale(1);}


.showBtn0{display: block;width: 140px;height: 54px;font-size: 0;box-sizing:border-box;text-align: center;position: relative;overflow: hidden; border:1px solid #fff; margin-left:8px; margin-right:8px;}
.showBtn0 span{display: block;font-size: 16px;color: #f9f9f9;line-height: 54px;position: relative;z-index: 2;}
.showBtn0 span img{float: right;margin-top: 21px;}
.showBtn0:before{width: 238px;height: 238px;border-radius: 100%;background: #2bafe5;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.showBtn0:hover:before{-webkit-transform: scale(1);transform: scale(1);}

/*荣誉资质*/

.index_four{background: #eaeaea url(../images/four_bg.jpg) right bottom no-repeat; background-size:cover;padding: 52px 0 30px 0;}

.index_four .title{margin-bottom: 72px;text-align: center;margin-bottom: 46px;}
.index_four .title h3{font-size: 35px;color: #444444;font-weight: normal;line-height: 58px;}
.index_four .title h4{font-size: 38px;color: #dcdddd;line-height: 50px;font-family: "DINLight";text-transform: uppercase;font-weight: normal;}
.index_four .title p{font-size: 16px;line-height: 34px;color: #8e8f8f;}

.four_swiper{position: relative;overflow: hidden;margin-top: 38px;}
.four_swiper a{display: block;padding-bottom: 20px;overflow: hidden;}
.four_swiper a > *{display: block;line-height: 30px;}
.four_swiper a span.img{padding-bottom:304px;width: 100%;overflow:hidden;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.four_swiper a span.tit{margin: 15px 7% 5px;font-size: 16px;color: #333;overflow: hidden;white-space: nowrap;text-overflow:ellipsis; text-align:center;}
.four_swiper a span.price{margin: 0 7%;font-size: 16px;color: #333;}
.four_swiper a span.price i{color: #db0101;}
.four_swiper a em.more{margin: 11px 7% 0;padding-right: 35px;background: url(../images/more2.png) right center no-repeat;display: inline-block;font-size: 14px;}
.four_swiper a:hover span.img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.four_swiper a:hover span.tit{color: #db0101;}
.four_swiper a:hover em.more{padding-right: 45px;color: #db0101;}

.four_swiper .swiper-button-prev,
.four_swiper .swiper-button-next{width:30px;height: 79px;position: absolute;cursor: pointer; margin-top:-80px;}
.four_swiper .swiper-button-prev{left: 0;background: url(../images/leftArr.png) no-repeat left center;}
.four_swiper .swiper-button-next{right: 0;background: url(../images/rightArr.png) no-repeat right center;}



/*.four_hd,.seven_hd{text-align: center;width: 100%;margin-top: 39px;}
.four_hd span.swiper-pagination-bullet,.seven_hd span.swiper-pagination-bullet{margin: 0 6px;display: inline-block;width: 15px;height: 6px;opacity: 0.6;filter: alpha(opacity=60);background: #c3c3c3;-webkit-border-radius: 5px;border-radius: 5px;}
.four_hd span.swiper-pagination-bullet-active,.seven_hd span.swiper-pagination-bullet-active{background: #f9bf00;opacity: 1;filter: alpha(opacity=100);width: 25px;}*/

/*.four_swiper .swiper-pagination{width: auto;left: auto;right: 27px;bottom: 34px;text-align: left;box-sizing: border-boxfont-size: 0;height: 12px;line-height: 12px;}
.four_swiper .swiper-pagination .swiper-pagination-bullet{margin: 0 9px 0 0;background: none;width: 12px;height: 12px;position: relative;opacity: 1;}
.four_swiper .swiper-pagination .swiper-pagination-bullet:before,
.four_swiper .swiper-pagination .swiper-pagination-bullet:after{content: "";position: absolute;}
.four_swiper .swiper-pagination .swiper-pagination-bullet:before{width: 100%;height: 100%;box-sizing: border-box;border:2px solid #fff;border-radius: 50%;opacity: 0;
-webkit-transform: scale(0);transform: scale(0);}
.four_swiper .swiper-pagination .swiper-pagination-bullet:after{width: 8px;height: 8px;left: 2px;top:2px;background: rgba(255,255,255,0.4);border-radius: 50%;}
.four_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.four_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 0;-webkit-transform: scale(0);transform: scale(0);}*/





/*荣誉资质END*/


.isect2{width: 100%;position: relative;}


.isect2 .title{margin-top:50px;text-align: center;margin-bottom: 20px;}
.isect2 .title h3{font-size: 35px;color: #444444;font-weight: normal;line-height: 58px;}
.isect2 .title h4{font-size: 38px;color: #dcdddd;line-height: 50px;font-family: "DINLight";text-transform: uppercase;font-weight: normal;}
.isect2 .title p{font-size: 16px;line-height: 34px;color: #8e8f8f;}




.isect2 .tabs{position: absolute;left: 0%;bottom: 0;z-index: 2;width: 100%;background: rgba(0,0,0,0.4);}
.isect2 .tabs li{width:25%;position: relative;text-align: center;font-size: 0;cursor: pointer;box-sizing:border-box;border-right: 1px solid #556971;}
.isect2 .tabs li:first-child{border-left: 1px solid #556971;}

.isect2 .tabs li h4{ text-align:center;margin-top: 30px;}
.isect2 .tabs li:hover h4{-webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg);}

.isect2 .tabs li h5{ display:block; font-size: 20px;color: #ffffff;line-height: 37px; padding-bottom:25px;font-weight: normal;position: relative;}
.isect2 .tabs li h5 p{  display:block;text-transform: uppercase;font-family: "Helvetica";}
/*.isect2 .tabs li h5 img{position: absolute;left: 0;top:50%;margin-top: -25px;}*/
.isect2 .tabs li .line{transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;z-index: 2;clip-path: polygon(0 0,100% 0,100% 100%,0 100%);-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
-webkit-transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.isect2 .tabs li.active .line{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.isect2 .container{width: 100%;position: relative;overflow: hidden;}
.isect2 .container .innerScroll{width: 100%;position: relative;overflow: hidden;}
.isect2 .container .innerScroll .wrap{display: block;width: 100%;height: 755px;position: relative;}
.isect2 .container .innerScroll .wrap em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .container .innerScroll .wrap .text{width: 100%;max-width: 920px;margin: 0 auto;position: relative;z-index: 2;text-align: center;padding:150px 0 0;}

.isect2 .container .innerScroll .wrap .text h4{font-size: 0;}
.isect2 .container .innerScroll .wrap .text h4 span{display: inline-block;padding: 0 68px;position: relative;font-size:32px;color: #ffffff;line-height: 54px;position: relative;box-sizing:border-box;max-width: 100%;overflow: hidden;height: 54px;}
.isect2 .container .innerScroll .wrap .text h4 span:before,
.isect2 .container .innerScroll .wrap .text h4 span:after{content: "";width: 42px;height: 1px;background: #fff;top:50%;position: absolute;}
.isect2 .container .innerScroll .wrap .text h4 span:before{left: 0;}
.isect2 .container .innerScroll .wrap .text h4 span:after{right: 0;}
.isect2 .container .innerScroll .wrap .text h5{font-size: 20px;color: #ffffff;line-height: 34px;}
.isect2 .container .innerScroll .wrap .text p{font-size: 16px;color: #ffffff;line-height: 30px;font-weight: 300;min-height: 57px;margin-top:36px;margin-bottom: 34px;overflow: hidden;}




/*8大行业*/

.section_two{position: relative;overflow: hidden;}
.small_div{width: 100%;position: absolute;bottom: 0;background: rgba(0,0,0,0.3);z-index: 2;}
.small_box{position: relative;overflow: hidden;width: 96%;float: left;}
.small_box .swiper-slide a{position: relative;padding: 20px 0 9px;}
.small_box .swiper-slide a:after{width: 100%;height: 0;background: rgba(0,64,152,0.5);top: 0;left: 0;position: absolute;}
.small_box .swiper-slide a:hover:after,.small_box .swiper-slide.swiper-slide-thumb-active a:after{height: 100%;}
.small_box .swiper-slide a,.small_box .swiper-slide a *{display: block;}
.small_box .swiper-slide a *{position: relative;z-index: 3;}
.small_box .swiper-slide a span.img{margin: auto;width: 80px;height: 80px;background-image: url(../images/ico2.png);background-repeat: no-repeat;-webkit-background-size: 560px;background-size: 560px;}
.small_box .swiper-slide a span.txt{text-align: center;color: #fff;line-height: 60px;}
.small_box .swiper-slide a.small_ico1 span.img{background-position: 0 0;}
.small_box .swiper-slide a.small_ico2 span.img{background-position: -80px 0;}
.small_box .swiper-slide a.small_ico3 span.img{background-position: -160px 0;}
.small_box .swiper-slide a.small_ico4 span.img{background-position: -240px 0;}
.small_box .swiper-slide a.small_ico5 span.img{background-position: -320px 0;}
.small_box .swiper-slide a.small_ico6 span.img{background-position: -400px 0;}
.small_div .next-btn,.small_div .prev-btn{position: absolute;z-index: 3;background-image: url(../images/ico3.png);width: 35px;height: 80px;background-repeat: no-repeat;-webkit-background-size: 85px;background-size: 85px;top: 50px;cursor: pointer;}
.small_div .next-btn{background-position: right 0;right:0;}
.small_div .prev-btn{background-position: left 0;right:40px;}
.small_div .swiper-button-disabled{opacity: 0;filter: alpha(opacity=0);}
.small_box .swiper-slide a:hover span.img{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.Img_box{position: relative;overflow: hidden;}
.Img_box .swiper-slide{height: 799px;position: relative;}
.Img_box .swiper-slide .img{display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;background-position: center;}
.Img_box h4,.section_four h4{margin-top: 140px;line-height: 114px;position: relative;}
.Img_box h4:after,.Img_box h4:before,.section_four h4:after,.section_four h4:before{position: absolute;bottom: 0;left: 0;height: 1px;}
.Img_box h4:before,.section_four h4:before{width: 160px;background: rgba(255,255,255,0.5);}
.Img_box h4:after,.section_four h4:after{width: 80px;background: #fff;-webkit-animation: scrolldown 4s infinite cubic-bezier(0.645, 0.045, 0.355, 1); animation: scrolldown 4s infinite cubic-bezier(0.645, 0.045, 0.355, 1);}
.Img_box h4 a{color: #fff;}
.Img_box p{ margin: 36px 0 30px;line-height: 28px;color: #fff;width: 43.2%;}
.Img_box a.more_details,.section_four a.more_details{background-color:inherit;border:1px solid #fff}
.Img_box .swiper-slide .w_1366{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translateY(100px);transform: translateY(100px);-webkit-transition:all 1s ease 0.5s; transition:all 1s ease 0.5s;}
.Img_box .swiper-slide.swiper-slide-active .w_1366{opacity: 1;filter: alpha(opacity=100);-webkit-transform: translateY(0);transform: translateY(0);}
@-webkit-keyframes scrolldown { 0% { width: 0; }
  55% { width: 80px; }
  100% { width: 0;  }
}
@keyframes scrolldown { 0% { width: 0; }
  55% { width: 80px; }
  100% { width: 0;  }
}
@-webkit-keyframes scrollDown { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  70% { -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  85% { -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } }
@keyframes scrollDown { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  70% { -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  85% { -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } }

/*动画*/
.isect2 .container .innerScroll .wrap .text h4,
.isect2 .container .innerScroll .wrap .text h5,
.isect2 .container .innerScroll .wrap .text p,
.isect2 .container .innerScroll .wrap .text .moreBtn{-webkit-transform:translateY(50px);transform:translateY(50px);opacity: 0;}
.isect2 .container .innerScroll .wrap .text h4 span:before{-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin:right center;transform-origin:right center;}
.isect2 .container .innerScroll .wrap .text h4 span:after{-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin:left center;transform-origin:left center;}
.isect2 .container .innerScroll .swiper-slide-active .wrap .text h4,
.isect2 .container .innerScroll .swiper-slide-active .wrap .text h5,
.isect2 .container .innerScroll .swiper-slide-active .wrap .text p,
.isect2 .container .innerScroll .swiper-slide-active .wrap .text .moreBtn{-webkit-transform:translateY(0);transform:translateY(0);opacity: 1;}
.isect2 .container .innerScroll .swiper-slide-active .wrap .text h4 span:before,
.isect2 .container .innerScroll .swiper-slide-active .wrap .text h4 span:after{-webkit-transform: scale(1);transform: scale(1);
webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;}
.isect2 .container .innerScroll .swiper-slide-active .wrap .text h4{-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;}
.isect2 .container .innerScroll .swiper-slide-active .wrap .text h5{-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;}
.isect2 .container .innerScroll .swiper-slide-active .wrap .text p{-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.0s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.0s;}
.isect2 .container .innerScroll .swiper-slide-active .wrap .text .moreBtn{-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;}


.isect3{width: 100%;position: relative;overflow: hidden;}
.isect3 .text{width: 28.88%;padding: 63px 0 71px;position: relative;z-index: 2;}
.isect3 .text .title h3{font-size: 28px;line-height: 42px;color: #282828;}
.isect3 .text .title h4{font-size: 20px;line-height: 32px;color: #b7b7b7;text-transform: uppercase;font-family: "Helvetica";font-weight: normal;}
.isect3 .text .subTit{margin: 12px 0;font-size: 20px;line-height: 36px;color: #1d1d1d;}
.isect3 .text .subTit span{color: #f9a400;}
.isect3 .text .desc{font-size: 16px;line-height: 25px;color: #7b7b7b;height: 100px;overflow: hidden;margin-bottom: 55px;}
.isect3 .text .moreBtn{margin-left: 0;}
.isect3:before{content: "";width: 720px;height: 100%;position: absolute;top:0;right: 50%;margin-right: 240px;background: url(../images/isect3Bg.jpg) no-repeat center;background-size: cover;}
.isect3 .pic{width: 1200px;height: 100%;position: absolute;top:0;left: 50%;margin-left: -240px;overflow: hidden;}
.isect3 .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: left center;background-size: cover;-webkit-transform-origin:right center;transform-origin:right center;}
.isect3:hover .pic em{-webkit-transform: scale(1.03);transform: scale(1.03);}



/*首页新闻*/
.isect4 { padding-top:60px;}


.isect4 .title{margin-bottom: 72px;text-align: center;margin-bottom: 46px;}
.isect4 .title h3{font-size: 35px;color: #444444;font-weight: normal;line-height: 58px;}
.isect4 .title h4{font-size: 38px;color: #dcdddd;line-height: 50px;font-family: "DINLight";text-transform: uppercase;font-weight: normal;}
.isect4 .title p{font-size: 16px;line-height: 34px;color: #8e8f8f;}

.sec_news{position: relative;overflow: hidden;width: 49%;float: left;}
.sec_news a{display: block;position: relative;}
.sec_news .img{display: block;padding-bottom: 420px;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}



.sec_news .txt{background: #fcfcfc;padding: 25px 4% 20px;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;}
.sec_news .txt  > *{display: block;}
.sec_news .txt i{font-size: 24px;color: #4a4a4a;font-weight:normal; line-height: 30px;}
.sec_news .txt em{padding-top: 15px;font-size: 16px;color: #4a4a4a;line-height:28px;height:60px;overflow: hidden;}
.sec_news .txt > b{/*padding-top: 44px;*/float: right;color: #bababa;font-size: 16px; font-weight:normal;}
.sec_news_pag{position: absolute;bottom:20px !important;left:4% !important;z-index: 2;}
.sec_news_pag span{margin-right: 16px !important;-webkit-border-radius: 0 !important;border-radius: 0 !important;width: 17px;height: 4px;background: #dadada;opacity: 1;filter: alpha(opacity=100);}
.sec_news_pag span.swiper-pagination-bullet-active{background: #1969ab;}

.sec_news .swiper-pagination { width:80px; height:20px;position: absolute;bottom:20px !important;left:0 !important;z-index: 2;}


.sec_3_box{margin: 40px auto 50px;position: relative;overflow: hidden;}
.news_right{width: 49%;position: relative;}
.news_right dl dt a{display: block;line-height: 36px;font-size: 22px;/*font-weight:bold;*/color: #4a4a4a;}
.news_right dl dd p{padding-top:14px;font-size: 16px;color: #4a4a4a;line-height: 26px;height:56px;overflow: hidden;}
.news_right dl{margin-top: 25px;background: #fcfcfc;padding:20px 30px;}
.news_right dl:first-child{margin-top: 0;}
.news_right dl dd a{display: inline-block;width: 78px;height: 20px;background-repeat: no-repeat;background-position: right 0;background-image: url(../images/more_new.png);}
.news_right dl dd div{padding-top: 15px;}
.news_right dl dd b{font-size: 15px;font-weight: normal;color: #bababa;}
.news_right dl:hover dd a{background-position: left 0;}
.news_right dl:hover dt a,.sec_news a:hover .txt i{color: #eb8537;-webkit-transform: translateX(5px);transform: translateX(5px);}

.sec_news  a:hover .img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
/*新闻END*/

/*首页合作院校*/

.isect5 .title{margin-bottom: 72px;text-align: center;margin-bottom: 26px;}
.isect5 .title h3{font-size: 35px;color: #444444;font-weight: normal;line-height: 58px;}
.isect5 .title h4{font-size: 38px;color: #dcdddd;line-height: 50px;font-family: "DINLight";text-transform: uppercase;font-weight: normal;}
.isect5 .title p{font-size: 16px;line-height: 34px;color: #8e8f8f;}


.h15 { width:100%; height:15px; overflow:hidden;}
.h35 { width:100%; height:35px; overflow:hidden;}


.isect5{padding:20px 0 19px;}
.isect5 .isect5Scroll{width: 100%;overflow: hidden;box-sizing: border-box;padding-left: 1px;}
.isect5 .isect5Scroll .swiper-slide a{display: block;margin-left: -1px;text-align: center;}
.isect5 .isect5Scroll .swiper-slide a .pic{height: 88px;border:1px solid #e3e1e1;line-height: 88px;font-size: 0;}
.isect5 .isect5Scroll .swiper-slide a .pic img{max-width: 90%;max-height: 90%;}
.isect5 .isect5Scroll .swiper-slide a h5{height: 54px;line-height: 54px;font-size: 14px;color: #555555;font-weight: normal;}
.isect5 .isect5Scroll .swiper-slide a:hover h5{color: #027151;}




/*首页合作院校END*/


/*底部招聘*/
.fTop{padding: 15px 0 15px;background: #143250 url(../images/footer_line_element.png) no-repeat 30% 0; margin-top:35px;}
.fTop .w1440{position: relative;box-sizing: border-box; }
.fTop .w1440 .logo{width: 162px;height: 122px;}

.fTop .w1440 .tel{font-size: 26px;line-height: 58px;color: #fffefe;font-weight: bold;font-family: "Microsoft JhengHei";margin-right: 39px;}
.fTop .w1440 .tel span{font-family: "GOTHICB";}
.fTop .w1440 .btn{width: 170px;height: 56px;border:0px solid #fff;text-align: right;font-size: 0; margin-top:8px;}
.fTop .w1440 .btn span{display: inline-block;*display: inline;*zoom: 1;font-size: 22px;color: #ffffff;line-height: 56px;padding-left: 41px;position: relative; font-weight:bold;}
.fTop .w1440 .btn span:before{content: "";width:34px;height:34px;position: absolute;left: 0;top:50%;margin-top: -16px;background: url(../images/telIcon2.png) no-repeat center;
-webkit-animation: swing 1.5s infinite linear; animation: swing 1.5s infinite linear;}
.fTop .w1440 .slogan{font-size:38px;margin-top: 40px;color: #ffffff;line-height: 71px;font-family: "Source Han Sans CN";filter: alpha(opacity=100);opacity:1;}
@-webkit-keyframes swing {
	10% { -webkit-transform: rotate3d(0, 0, 1, -30deg);}
	20% { -webkit-transform: rotate3d(0, 0, 1, 25deg);}
	30% { -webkit-transform: rotate3d(0, 0, 1, -20deg);}
	40% { -webkit-transform: rotate3d(0, 0, 1, 15deg);}
	50% { -webkit-transform: rotate3d(0, 0, 1, -10deg);}
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);}
	70% { -webkit-transform: rotate3d(0, 0, 1, 0deg);}
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg);}
}
@keyframes swing {
	10% {transform: rotate3d(0, 0, 1, -30deg);}
	20% {transform: rotate3d(0, 0, 1, 25deg) }
	30% {transform: rotate3d(0, 0, 1, -20deg) }
	40% {transform: rotate3d(0, 0, 1, 15deg) }
	50% {transform: rotate3d(0, 0, 1, -10deg) }
	60% {transform: rotate3d(0, 0, 1, 5deg) }
	70% {transform: rotate3d(0, 0, 1, 0deg) }
	100% {transform: rotate3d(0, 0, 1, 0deg) }
}

/*底部招聘END*/

.footer{background: url(../images/footerBg.jpg) no-repeat center;background-size: cover;}
.footer .top{padding: 40px 0 61px;text-align: center;}
.footer .top .title{margin-bottom: 42px;position: relative;font-size: 28px;line-height: 55px;color: #ffffff;}
.footer .top .title:before{content: "";width: 78px;height: 2px;background: #f9a400;position: absolute;bottom: 0;left: 50%;margin-left: -39px;}
.footer .top ul{font-size: 0;}
.footer .top ul li{display: inline-block;margin: 0 23px;}
.footer .top ul li a{display: block;min-width: 300px;box-sizing:border-box;border:1px solid #ffffff;border-radius: 24px;font-size: 18px;color: #ffffff;line-height: 46px;text-align: center;padding: 0 23px;}
.footer .top ul li a:hover{background: #fff;color: #f9a400;}
.footer .med{padding: 35px 0 35px;border-top:0px solid #727272;border-bottom: 1px solid #727272;}
.footer .med .logo{line-height: 42px;}
.footer .med .logo img{height: 42px;}
.footer .med .fNav li{margin-right: 62px;}
.footer .med .fNav li a{display: block;position: relative;font-size: 20px;line-height: 42px;color: #ffffff;font-weight: bold;}
.footer .med .fNav li a:before{content: "";width: 100%;height: 2px;background: #f9a400;position: absolute;left: 0;bottom: -3px;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.footer .med .fNav li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.footer .med .select{width: 20.8%;position: relative;}
.footer .med .select dt{height: 42px;padding: 0 24px;background: #ffffff;position: relative;font-size: 16px;color: #515151;line-height: 42px;cursor: pointer;}
.footer .med .select dt:before{content: "";border: 5px solid transparent;border-top-color: #b1b1b1;position: absolute;right: 20px;top:50%;margin-top: -2px;}
.footer .med .select dt.cur:before{-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);margin-top: -4px;}
.footer .med .select dd{position: absolute;left: 0;bottom: 42px;background: #fff;width: 100%;display: none;}
.footer .med .select dd ul{max-height: 250px;overflow: auto;}
.footer .med .select dd ul li a{display: block;font-size: 13px;line-height: 24px;color: #333;padding: 4px 24px;border-bottom: 1px solid #efefef;}
.footer .med .select dd ul li a:hover{background: #efefef;}

.footer .med .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .med .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .med .select dd ul::-webkit-scrollbar-corner,
.footer .med .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.footer .med .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#f9a400; }
.footer .med .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .med .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.footer .btm{padding: 20px 0;}
.footer .btm .text{padding: 14px 0 20px;font-size: 16px;color: #a3a3a3;line-height: 35px;max-width: 80%;}
.footer .btm .text p span{margin-right: 18px;}
.footer .btm .text p span:last-child{margin-right: 0;}
.footer .btm .text a:hover{color: #fff;text-decoration: underline;}
.footer .btm .pic{width: 103px;height: 103px;}
.footer .btm .pic img{width: 100%;height: 100%;}

.header.nyHeader{background: #fff;position: relative;border-bottom: 3px solid #f9a400;}
.header.nyHeader span{height: 99px;line-height:99px;}
.header.nyHeader .btnWrap .searchBtn{background-position: left -21px;}
.header.nyHeader .btnWrap .menuIcon i{background: #333;}
.header.nyHeader .btnWrap .menuIcon.pc{-webkit-transform: scale(0);transform: scale(0);opacity: 0;display: none;}
.header.nyHeader .nav .nLi{-webkit-transform:scale(1) translateY(0); transform:scale(1) translateY(0);opacity: 1;}
.header.nyHeader .nav .nLi h3 a{font-size: 18px;line-height: 99px;height:99px;padding: 0 35px;}
.header.nyHeader .nav .nLi .navSub{top:99px;}

.nyBanner{width: 100%;height: 346px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.bread{width: 100%;border-bottom: 2px solid #dcdcdc;border-top: 1px solid #dcdcdc;}
.bread h3{padding-left: 40px;background: url(../images/homeIcon.png) no-repeat left center;font-size: 18px;font-weight:normal;color: #f9a400;line-height: 82px;}
.bread ul li{margin-left: 70px;}
.bread ul li:first-child{margin-left: 0;}
.bread ul li a{display: block;font-size: 18px;color: #4b4b4b;line-height: 82px;position: relative;}
.bread ul li a:before{content: "";width: 100%;height: 2px;background: #f9a400;position: absolute;left: 0;bottom: -1px;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.bread ul li.on a,.bread ul li a:hover{color: #f9a400; font-weight:normal;}
.bread ul li.on a:before,.bread ul li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.nyWrap{padding: 107px 0 71px;background: #f5f6f6 url(../images/nyBg.jpg) no-repeat center top;background-size: cover;}
.nyWrap .nyContent{padding: 26px 30px 38px;background: #ffffff;min-height: 400px;}

.nyWrap2{padding: 57px 0 71px;background: #f5f6f6 url(../images/nyBg.jpg) no-repeat center top;background-size: cover;}
.nyWrap2 .nyContent{padding: 26px 30px 38px;background: #ffffff;min-height: 400px;}

.partyList{padding-bottom: 15px;}
.partyList li{width: 49%;margin-bottom: 36px;}
.partyList li a{display: block;}
.partyList li a .pic{position: relative;overflow: hidden;width: 100%;height: 0;padding-bottom: 43%;}
.partyList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.partyList li a h5{font-size: 20px;color: #363636;line-height: 112px;text-align: center;font-weight: normal;}
.partyList li a:hover{-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.partyList li a:hover h5{color: #f9a400;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 10px;border:1px solid #e5e5e5;border-radius: 2px;height: 37px;padding: 0 24px;font-size: 15px;color: #434749;line-height: 37px;font-family: "Helvetica";}
.page a.more{border:none;height: 39px;line-height: 39px;padding: 0;}
.page a.num{padding: 0 10px;}
.page a.on,.page a:hover{background: #f9a400;border-color: #f9a400;color: #fff;}
.page a.more:hover{background: none;color: #434749;}

.branchList li{width: 32.6%;margin-right: 1.1%;background: #ffffff;}
.branchList li:nth-child(3n){margin-right: 0;}
.branchList li .tit{font-size: 20px;line-height: 109px;color: #343434;text-align: center;position: relative;}
.branchList li .tit img{height: 70px;margin-right: 14px;}
.branchList li .tit:before{content: "";height: 4px;width: 26%;position: absolute;left: 8%;top:0;background: #f9a400;}
.branchList li .pic{width: 100%;height: 0;padding-bottom: 71.7%;position: relative;overflow: hidden;}
.branchList li .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.branchList li .text{padding: 64px 0 20px;box-sizing:border-box;font-size: 18px;color: #545454;line-height: 32px;position: relative;}
.branchList li .text .t{width: 232px;height: 71px;position: absolute;left: 50%;margin-left: -116px;top:-35px;z-index: 2;background: #ffffff;font-size: 25px;color: #3d3d3d;line-height: 71px;text-align: center;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(83, 83, 83, 0.16);box-shadow: 0px 8px 27px 0px rgba(83, 83, 83, 0.16);}
.branchList li .text .t img{margin-right: 28px;}
.branchList li .text .cont{height: 200px;overflow: auto;padding: 0 46px;}
.branchList li .text .cont::-webkit-scrollbar{width:3px;height:3px}
.branchList li .text .cont::-webkit-scrollbar-button:vertical{display:none}
.branchList li .text .cont::-webkit-scrollbar-corner,
.branchList li .text .cont::-webkit-scrollbar-track{background-color:#ccc}
.branchList li .text .cont::-webkit-scrollbar-thumb{border-radius:0;background-color:#f9a400; }
.branchList li .text .cont::-webkit-scrollbar-thumb:vertical:hover{ }
.branchList li .text .cont::-webkit-scrollbar-thumb:vertical:active{ }
.branchList li:hover .tit:before{left: 0;width: 100%;}
.branchList li:hover .text .t{color: #f9a400;}

.aboutWrap .item1{padding: 107px 0 137px;background: url(../images/nyBg.jpg) no-repeat center top;}
.aboutWrap .item1 .cont{background: url(../images/aboutBg1.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item1 .cont .text{width: 56.8%;min-height: 552px;box-sizing:border-box;padding: 45px 0;background: url(../images/mask1.png) repeat;}
.aboutWrap .item1 .cont .text .tit{margin-bottom: 24px;padding: 0 68px 0 60px;}
.aboutWrap .item1 .cont .text .tit h4{font-size: 35px;line-height: 50px;color: #ffffff;}
.aboutWrap .item1 .cont .text .tit h5{font-size: 18px;color: #ffffff;line-height: 32px;font-family: "HelveticaBold";text-transform: uppercase;opacity: 0.5;font-weight: normal;}
.aboutWrap .item1 .cont .text .pageStyle{font-size: 18px;color: #d4dce1;line-height: 30px;margin-bottom: 25px;padding: 0 40px 0 60px;
  height: 340px;overflow: auto;}

.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar-corner,
.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar-track{background-color:#ccc}
.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff; }
.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item1 .cont .text .pageStyle::-webkit-scrollbar-thumb:vertical:active{ }

.aboutWrap .item1 .cont .ul li{width: 25%;position: relative;text-align: center;color: #ffffff;}
.aboutWrap .item1 .cont .ul li:before{content: "";width: 1px;height: 80px;background: rgba(255,255,255,0.2);position: absolute;left: 0;top:24px;}
.aboutWrap .item1 .cont .ul li:first-child:before{display: none;}
.aboutWrap .item1 .cont .ul li h5{font-size: 20px;line-height: 74px;font-weight: normal;}
.aboutWrap .item1 .cont .ul li h5 span{font-size: 45px;font-family: "HelveticaBold";margin-right: 2px;}
.aboutWrap .item1 .cont .ul li p{font-size: 20px;line-height: 30px;}

.aboutWrap .item2{padding: 94px 0;background: url(../images/aboutBg2.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item2 .w1440{box-sizing:border-box;padding: 42px 37px 42px 370px;background: #fff url(../images/aboutBg3.jpg) no-repeat right top;position: relative;}
.aboutWrap .item2 .tabs{position: absolute;left: 0;top:0;width: 296px;}
.aboutWrap .item2 .tabs li{height: 137px;border-top: 1px solid #d2d2d2;border-right: 1px solid #d2d2d2;cursor: pointer;position: relative;}
.aboutWrap .item2 .tabs li:first-child{border-top: none;}
.aboutWrap .item2 .tabs li h5{padding: 55px 76px 0 78px;font-size: 20px;line-height: 30px;color: #404040;font-weight: bold;}
.aboutWrap .item2 .tabs li:before{content: "";width: 11px;height: 19px;position: absolute;right: -10px;top:50%;margin-top: -9px;background: url(../images/trangle.png) no-repeat center;opacity: 0;}
.aboutWrap .item2 .tabs li.active h5{color: #f9a400;}
.aboutWrap .item2 .tabs li.active:before{opacity: 1;}
.aboutWrap .item2 .tabs li:after{content: "";width: 5px;height: 0;position: absolute;left: 0;top:0;background: #f9a400;}
.aboutWrap .item2 .tabs li.active:after{height: 100%;}
.aboutWrap .item2 .container{width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item2 .container .wrap{padding: 18px 43px 0 0;height: 468px;overflow: auto;box-sizing:border-box;}

.aboutWrap .item2 .container .wrap::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item2 .container .wrap::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item2 .container .wrap::-webkit-scrollbar-corner,
.aboutWrap .item2 .container .wrap::-webkit-scrollbar-track{background-color:#dfdfdf}
.aboutWrap .item2 .container .wrap::-webkit-scrollbar-thumb{border-radius:0;background-color:#d3b467; }
.aboutWrap .item2 .container .wrap::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item2 .container .wrap::-webkit-scrollbar-thumb:vertical:active{ }

.aboutWrap .item2 .container .wrap .tit{margin-bottom: 52px;}
.aboutWrap .item2 .container .wrap .tit h4{margin-bottom: 5px;font-size: 24px;line-height: 35px;color: #343434;}
.aboutWrap .item2 .container .wrap .tit h5{font-size: 18px;color: #ff0000;line-height: 28px;text-transform: uppercase;font-family: "HelveticaBold";font-weight: normal;}

.aboutWrap .item3{padding: 130px 0 160px;background: url(../images/aboutBg4.jpg) no-repeat center bottom;}
.aboutWrap .item3 .wrap{max-width: 916px;}
.aboutWrap .item3 .tit{margin-bottom: 48px;font-size: 25px;color: #f9a400;line-height: 42px;}
.aboutWrap .item3 .pageStyle{color: #383838;font-weight: 300;text-align:justify;}


.pageStyle{font-size: 18px;color: #545454;line-height: 32px;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}
.pageStyle table{width: 100% !important;}


.iNav{margin-bottom: 82px;text-align: center;font-size: 0;}
.iNav li{display: inline-block;*display: inline;*zoom: 1;margin: 0 24px;position: relative;}
.iNav li a{display: block;padding: 0 15px;min-width: 142px;position: relative;z-index: 2;font-size: 30px;color: #bcbcbc;font-weight: bold;line-height: 55px;text-align: center;border:1px solid #c1c1c1;border-radius: 28px;}
.iNav li:before{content: "";width: 100%;height: 100%;border-radius: 28px;background: #f9a400;position: absolute;left: 0;top: 0;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.iNav li.on a,.iNav li a:hover{color: #fff;border-color: #f9a400;}
.iNav li.on:before,.iNav li:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}


.honorList{padding-bottom: 30px;}
.honorList li{width: 29%;margin: 0 2.1% 35px;}
.honorList li a{display: block;}
.honorList li .pic{height: 290px;background: #f7f7f7;text-align: center;line-height: 290px;font-size: 0;overflow: hidden;position: relative;}
.honorList li .pic img{max-width: 92%;max-height: 92%;}
.honorList li .pic:before{content: "";width: 0;height: 4px;background: #f9a400;position: absolute;left: 0;bottom: 0;}
.honorList li h5{font-size: 18px;color: #4c4c4c;font-weight: normal;line-height: 108px;text-align: center;}
.honorList li:hover .pic:before{width: 100%;}
.honorList li:hover h5{color: #f9a400;}

/*
.Gallery{width:100%;height:100%;position:fixed;left:0;top:0;background: rgba(0,0,0,0.8);opacity:0;z-index:999999;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.Gallery.show{opacity:1}
.g-bottom,.g-left,.g-right,.g-top{z-index:99;display:block;-webkit-appearance:none;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.g-top{position:absolute;top:0;left:0;width:100%;background:rgba(0,0,0,.7);height:45px;text-align:center;line-height:45px;color:#fff;z-index:120}
.g-left.none,.g-right.none{opacity:.3;cursor:not-allowed}
.g-bottom{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.7);height:45px;text-align:center;line-height:45px;color:#fff;z-index:120}
.Gallery img{max-height:87%;max-width:99%}
.Gallery.Gallery-none img{max-height:100%;max-width:99%}
.Gallery-wrap{width:100%;height:100%;position:relative;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.g-list{width:100%;height:100%;text-align:center;vertical-align:middle;position:absolute;left:0;top:0}
.g-list span{display:inline-block;vertical-align:middle;height:100%}
.g-list img{vertical-align:middle;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;transition:all .4s ease;-moz-transition:all .4s ease;-webkit-transition:all .4s ease}
.Gallery-wrap.grab .g-list img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.g-top .g-count{width:auto;height:100%;position:absolute;left:0;top:0;padding:0 18px}
.g-top button{height:45px;width:45px;border:none;position:absolute;right:0;top:0;opacity:.8;background:0 0;-webkit-tap-highlight-color:transparent}
.g-top span{display:block;width:100%;height:100%;line-height:45px;color:#fff}
.g-close{cursor:pointer}
.g-close:after{content:'';width:24px;height:2px;background:#fff;display:block;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);position:absolute;left:8px;top:21px}
.g-close:before{content:'';width:24px;height:2px;background:#fff;display:block;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;left:8px;top:21px}
.g-top button:hover{opacity:1}
*/

.orgWrap .tit{margin-bottom: 51px;padding-bottom: 9px;position: relative;text-align: center;font-size: 30px;color: #545454;line-height: 80px;}
.orgWrap .tit:before{content: "";width: 78px;height: 3px;background: #f9a400;position: absolute;left: 50%;bottom: 0;margin-left: -39px;}

.picList{padding-bottom: 31px;}
.picList li{width: 29%;margin: 0 2% 36px;}
.picList li a{display: block;}
.picList li a .pic{width: 100%;height: 0;padding-bottom: 68.4%;position: relative;overflow: hidden;}
.picList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picList li a h5{font-size: 18px;color: #4c4c4c;line-height: 106px;text-align: center;font-weight: normal;}
.picList li a:hover h5{color: #f9a400;}
.picList li a:hover{-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);box-shadow: 0 0 5px rgba(0,0,0,0.2);}

.contactWrap{box-sizing:border-box;padding: 44px 490px 0 44px;position: relative;min-height: 496px;background: #ffffff url(../images/contactBg.jpg) no-repeat right bottom;}
.contactWrap .tit{margin-bottom: 64px;}
.contactWrap .tit h4{font-size: 25px;line-height: 40px;color: #454545;}
.contactWrap .tit h5{font-size: 25px;color: #eaeaea;line-height: 35px;font-weight: normal;font-family: "HelveticaBold";text-transform: uppercase;}
.contactWrap dl{margin-bottom: 68px;}
.contactWrap dl dd{width:50%;box-sizing:border-box;padding: 10px 12px 0 88px;position: relative;}
.contactWrap dl dd .icon{position: absolute;left: 0;top:0;}
.contactWrap dl dd h5{font-size: 20px;color: #454545;line-height: 22px;}
.contactWrap dl dd .text{font-size: 20px;color: #454545;line-height: 35px;font-weight: 300;}
.contactWrap .qrcode{width: 306px;height: 423px;position: absolute;bottom: 0;right: 146px;box-sizing:border-box;padding: 114px 10px 0;text-align: center;background: url(../images/phone.png) no-repeat center;}
.contactWrap .qrcode .pic{width: 173px;height: 173px;margin: 0 auto 27px;}
.contactWrap .qrcode .pic img{width: 100%;height: 100%;}
.contactWrap .qrcode p{font-size: 20px;line-height: 35px;color: #3e3e3e;text-align: center;}

.map{width: 100%;height: 648px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.map a{display: block;width: 100%;height: 100%;}

.jobList{padding-bottom: 44px;}
.jobList .nLi{margin-bottom: 44px;}
.jobList .nLi .dt{background: #9f9f9f;font-size: 18px;color: #ffffff;line-height: 67px;cursor: pointer;}
.jobList .nLi .dt span{box-sizing:border-box;padding-right: 12px;}
.jobList .nLi .dt .item1{width: 22%;padding-left: 34px;background: #8a8a8a;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.jobList .nLi .dt .item2{width: 17.6%;text-align: center;}
.jobList .nLi .dt .item3{width: 22%;text-align: center;}
.jobList .nLi .dt .item4{width: 15.7%;text-align: center;}
.jobList .nLi .dt .item5{width: 17%;text-align: center;}
.jobList .nLi .dt .item6 i{display: block;width: 22px;height: 22px;margin-top: 23px;position: relative;}
.jobList .nLi .dt .item6 i:before,
.jobList .nLi .dt .item6 i:after{position: absolute;background: #fff;content: "";}
.jobList .nLi .dt .item6 i:before{width: 100%;height: 1px;left: 0;top:10px;}
.jobList .nLi .dt .item6 i:after{width: 1px;height: 100%;left: 10px;top:0;}
.jobList .nLi .dd{display: none;}
.jobList .nLi .dd .wrap{padding: 30px 64px 0;}
.jobList .nLi .dd .wrap .tit{margin-bottom: 12px;font-size: 20px;line-height: 50px;color: #f9a400;font-weight: 300;}
.jobList .nLi .dd .wrap .text{line-height: 50px;color: #737373;margin-bottom: 45px;}
.jobList .nLi .dd .wrap .more{display: block;width: 235px;height: 64px;background: #f9a400;text-align: center;line-height: 64px;font-size: 20px;color: #ffffff;line-height: 64px;position: relative;overflow: hidden;}
.jobList .nLi .dd .wrap .more span{position: relative;z-index: 2;}
.jobList .nLi .dd .wrap .more:before{width: 238px;height: 238px;border-radius: 100%;background: #2bafe5;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.jobList .nLi .dd .wrap .more:hover:before{-webkit-transform: scale(1.6);transform: scale(1.6);}
.jobList .nLi .dd .wrap .wap{display: none;}
.jobList .nLi.on .dt{background: #989898;}
.jobList .nLi.on .dt .item6 i:before,
.jobList .nLi.on .dt .item6 i:after{-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}
.jobList .nLi.on .dt .item6 i:before{opacity: 0;}
.jobList .nLi.on .dt .item1{background: #2bafe5;}
.jobList .nLi:first-child .dl .dd{display: block;}

.noticeList{padding-bottom: 63px;}
.noticeList li{width: 32%;margin: 0 2% 25px 0;}
.noticeList li:nth-child(3n){margin-right: 0;}
.noticeList li a{display: block;height: 306px;background: #f8f8f8;box-sizing:border-box;padding: 34px 42px 0;position: relative;}
.noticeList li a h5{margin-bottom: 30px;font-size: 20px;line-height: 35px;color: #363636;}
.noticeList li a p{font-size: 18px;color: #545454;line-height: 32px;height: 92px;overflow: hidden;margin-bottom: 43px;}
.noticeList li a span{display: block;font-size: 18px;line-height: 26px;color: #929292;font-family: "Helvetica";}
.noticeList li a:before{content: "";width: 0;height: 4px;background: #f9a400;position: absolute;left: 0;bottom: 0;
-webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.noticeList li a:hover:before{width: 100%;}


.recomNews{padding: 107px 0 58px;background: url(../images/nyBg.jpg) no-repeat center top;background-size: cover;}
.recomNews .news{width: 66.8%;}
.recomNews .news a{display: block;width: 100%;height: 0;padding-bottom: 490px;position: relative;overflow: hidden;}
.recomNews .news a em,
.recomNews .news a:before{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.recomNews .news a em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews .news a:before{z-index: 2;background: url(../images/mask2.png) no-repeat center;background-size: cover;content: "";}
.recomNews .news a h5{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 3;box-sizing:border-box;padding: 0 54px;font-size: 20px;line-height: 96px;color: #ffffff;font-weight: normal;}
.recomNews .qrcode{width: 31.3%;height: 490px;text-align: center;box-sizing:border-box;padding: 50px 10px 0;background: url(../images/newsBg.jpg) no-repeat center;background-size: cover;}
.recomNews .qrcode h5{font-size: 30px;line-height: 72px;color: #f9a400;}
.recomNews .qrcode p{margin-bottom: 56px;font-size: 20px;line-height: 31px;color: #494949;}
.recomNews .qrcode .pic{width: 305px;height: 281px;margin: 0 auto;background: url(../images/phone1.png) no-repeat center;box-sizing:border-box;padding: 64px 0 0;}
.recomNews .qrcode .pic img{display: block;width: 200px;height: 200px;margin: 0 auto;}

.newsList{padding: 67px 0 106px;min-height: 200px;}
.newsList ul{padding-bottom: 32px;}
.newsList ul li{width: 32%;margin: 0 2% 30px 0;}
.newsList ul li:nth-child(3n){margin-right: 0;}
.newsList ul li a{display: block;position: relative;background: #f8f8f8;}
.newsList ul li a .pic{width: 100%;height: 0;padding-bottom: 69.13%;position: relative;overflow: hidden;}
.newsList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList ul li a .text{padding: 32px 42px 44px;}
.newsList ul li a .text h5{margin-bottom: 27px;font-size: 20px;line-height: 39px;color: #363636;}
.newsList ul li a .text p{font-size: 18px;color: #545454;line-height: 32px;height: 96px;overflow: hidden;margin-bottom: 44px;}
.newsList ul li a .text span{display: block;font-size: 16px;line-height: 26px;color: #929292;font-family: "Helvetica";}
.newsList ul li a:before{content: "";width: 0;height: 4px;background: #f9a400;position: absolute;left: 0;bottom: 0;
-webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.newsList ul li a:hover:before{width: 100%;}
.newsList ul li a:hover .text h5{color: #f9a400;}
.newsList ul li a:hover{-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);}

.nyWrap .nyContent.passage{padding-top: 65px;}
.passage .psgTitle{padding-bottom: 43px;border-bottom: 1px solid #d7d7d7;margin-bottom: 30px;}
.passage .psgTitle h4{margin-bottom: 33px;font-size: 30px;line-height: 46px;color: #434343;}
.passage .psgTitle .info{font-size: 18px;line-height: 36px;color: #b4b4b4;}
.passage .psgTitle .info em{width: 1px;height: 20px;background: #b4b4b4;margin: 8px 27px 0;}
.passage .psgCont{padding-bottom: 62px;line-height: 40px;color: #5f5f5f;}
.passage .psgCont .pic{text-align: center;margin: 55px 0 67px;}

.share-wrap{font-size: 0;position: relative;padding-bottom: 65px;}
.share-wrap:before{content: "分享到：";display: inline-block;vertical-align: top;margin-right: 22px;font-size: 18px;color: #7b7b7b;line-height: 42px;}
.share-wrap .item{position: relative;display: inline-block;vertical-align: top;width: 42px;height: 42px;margin: 0 20px 0 0;transition: 0.3s;text-align: center;line-height: 42px;}
.share-wrap .item img{width: 100%;height: 100%;}
.share-wrap .item:hover{opacity: .9;}

.passage .psgLink{padding-top: 77px;border-top: 1px solid #d7d7d7;text-align: center;font-size: 20px;color: #333333;line-height: 35px;}
.passage .psgLink .link{width: 350px;}
.passage .psgLink .link a{display: block;position: relative;}
.passage .psgLink .prev a{padding-left: 44px;}
.passage .psgLink .link a:before{content: "";width: 12px;height: 12px;position: absolute;border-left: 2px solid #333333;border-bottom: 2px solid #333333;top:50%;margin-top: -7px;}
.passage .psgLink .next a{padding-right: 44px;}
.passage .psgLink .next a:before{right: 3px;-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.passage .psgLink .prev a:before{left: 3px;-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}
.passage .psgLink .link a:hover{color: #f9a400;}
.passage .psgLink .link a:hover:before{border-color: #f9a400;}
.passage .psgLink .toList{display: inline-block;padding-left: 32px;background: url(../images/list.png) no-repeat left center;}
.passage .psgLink .toList:hover{color: #f9a400;}

.busNav{position: relative;overflow: hidden;background: #848484;width: 90%;margin: 0 auto;max-width: 1502px;}
.busNav .slide{position: relative;}
.busNav .slide:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #f9a400;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.busNav .slide a{display: block;border-left: 1px solid #acacac;font-size: 20px;line-height: 90px;color: #ffffff;position: relative;z-index: 2;text-align: center;}
.busNav .slide a img{margin-right: 20px;}
.busNav .slide.on:before,
.busNav .slide:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.busList{padding-bottom: 77px;}
.busList dl{margin-bottom: 32px;}
.busList dl dd{width: 32%;margin-left: 2%;}
.busList dl dd:first-child{margin-left: 0;}
.busList dl dd a{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 145.65%;overflow: hidden;}
.busList dl dd a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.busList dl dd a b{width: 100%;height: 44%;position: absolute;left: 0;bottom: 0;z-index: 2;opacity: 0.8;
background-image: -moz-linear-gradient( 90deg, rgb(39,39,39) 0%, rgba(39,39,39,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(39,39,39) 0%, rgba(39,39,39,0) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(39,39,39) 0%, rgba(39,39,39,0) 100%);}
.busList dl dd a h5{position: absolute;left: 0;bottom: 28px;z-index: 3;width: 100%;box-sizing:border-box;padding: 0 32px;font-size: 20px;color: #ffffff;line-height: 36px;max-height: 72px;overflow: hidden;}

.busList dl.dl1 dd:nth-child(3),
.busList dl.dl4 dd:nth-child(2),
.busList dl.dl4 dd:nth-child(3),
.busList dl.dl2 dd:nth-child(2){margin-bottom: 2.22%;}
.busList dl.dl1 dd:nth-child(3) a,.busList dl.dl1 dd:nth-child(4) a,
.busList dl.dl2 dd:nth-child(2) a,
.busList dl.dl2 dd:nth-child(3) a,
.busList dl.dl4 dd:nth-child(2) a,
.busList dl.dl4 dd:nth-child(3) a,
.busList dl.dl4 dd:nth-child(4) a,
.busList dl.dl4 dd:nth-child(5) a{padding-bottom: 69.1%;}

.busList dl.dl2 dd:nth-child(1){float: right;width: 65.9%;}
.busList dl.dl2 dd:nth-child(1) a{padding-bottom: 70.9%;}
.busList dl.dl2 dd:nth-child(2),
.busList dl.dl2 dd:nth-child(3){margin-left: 0;}

.busList dl.dl3 dd:nth-child(1){width: 65.6%;}
.busList dl.dl3 dd:nth-child(1) a{padding-bottom: 70.5%;}



.w50 {width:100%;}

@media screen and (max-width: 1700px){
.header.nyHeader .nav .nLi h3 a{padding: 0 20px;}
.header .nav { margin-right: 60px;}
}

@media screen and (max-width: 1460px){
.w1440{width: auto;padding: 0 5%;}

.banner .swiper-slide a{padding-bottom: 54.9%;}
.banner .swiper-slide a .text{padding-top: 26%;}
.banner .swiper-slide a .text img{width: 46.7%;}

.isect1{padding: 40px 0;}
.isect1 .container .innerScroll{padding: 0;}
.isect1 .container .innerScroll .swiper-button-prev, .isect1 .container .innerScroll .swiper-button-next{-webkit-transform: scale(0.5);transform: scale(0.5);display: none;}
.isect1 .container .innerScroll .swiper-button-prev{-webkit-transform-origin:left center;transform-origin:left center;}
.isect1 .container .innerScroll .swiper-button-next{-webkit-transform-origin:right center;transform-origin:right center;}
.isect1 .container .innerScroll .inContainer{margin-bottom: 30px;padding: 0 5px 20px;}
.isect1 .title{margin-bottom: 45px;}

.isect3:before{margin-right: 160px;}
.isect3 .pic{margin-left: -160px;}

.footer .med .logo img{height: 28px;}
.footer .med .fNav li{margin-left: 32px;}
.footer .med .fNav li a{font-size: 16px;}
.footer .med .select dt{padding: 0 24px 0 12px;}
.footer .med .select dd ul li a{padding: 4px 12px;}
.footer .btm{padding: 20px 5%;}

.header {padding: 0 1.5%;}
.header .btnWrap {  right: 1%;}

.header .nav .nLi h3 a{padding: 0 25px;}

.header.nyHeader .logo span img{height: 50px;}
.header.nyHeader .nav .nLi h3 a{padding: 0 20px;font-size: 17px;}

.bread ul li{margin-left: 30px;}
.bread h3{line-height: 88px;}
.bread ul li a{font-size: 16px;line-height: 88px;}

.nyWrap{padding: 30px 0;}
.nyWrap .nyContent{margin: 0 5%;box-sizing:border-box;padding: 20px 20px 60px;}

.partyList li{margin-bottom: 20px;}
.partyList li a h5{font-size: 16px;line-height: 66px;}

.aboutWrap .item1 .w1440{margin: 0 5%;padding: 0;}
.aboutWrap .item1 .cont .text{padding: 30px 0;min-height: 460px;}

.aboutWrap .item1 .cont .text .tit{margin-bottom: 20px;padding: 0 30px;}
.aboutWrap .item1 .cont .text .tit h4{font-size: 24px;line-height: 32px;}
.aboutWrap .item1 .cont .text .tit h5{font-size: 15px;line-height: 20px;}
.aboutWrap .item1 .cont .text .pageStyle{font-size: 15px;line-height: 25px;margin-bottom: 20px;height: 225px;}

.aboutWrap .item1 .cont .text .pageStyle{padding: 0 30px;}
.aboutWrap .item1 .cont .ul li p{font-size: 16px;line-height: 24px;}
.aboutWrap .item1 .cont .ul li h5{font-size: 16px;line-height: 44px;}
.aboutWrap .item1 .cont .ul li h5 span{font-size: 30px;}
.aboutWrap .item1 .cont .ul li:before{top:10px;height: 60px;}

.aboutWrap .item2 .w1440{padding: 42px 37px 42px 370px;margin: 0 5%;}

.jobList .nLi .dt{font-size: 15px;line-height: 54px;}
.jobList .nLi .dt .item6 i{margin-top: 18px;}

.noticeList li a{padding: 34px 20px 0;}

.newsList{padding: 40px 5%;}

}



@media screen and (max-width: 1440px){
.contactWrap dl dd { width: 35%;}
.w50 {width:100%;}


}
@media screen and (max-width: 1370px){
.header .nav .nLi h3 a{padding: 0 18px; font-size: 16px; }
.header .nav {   margin-right: 60px;}



.branchList li .tit{font-size: 16px;line-height: 66px;}
.branchList li .tit img{height: 42px;margin-right: 6px;}
.branchList li .text .t{width: 80%;left: 10%;margin-left: 0;height: 58px;line-height: 58px;font-size: 18px;}
.branchList li .text .t img{margin-right: 10px;height: 28px;}
.branchList li .text{padding: 40px 0 30px;font-size: 14px;line-height: 24px;}
.branchList li .text .cont{padding: 0 20px;height: 150px;}

.honorList li{margin-bottom: 20px;}
.honorList li .pic{height: 220px;line-height: 220px;}
.honorList li h5{font-size: 16px;line-height: 56px;}

.picList{padding-bottom: 20px;}
.picList li{margin-bottom: 10px;}
.picList li a h5{font-size: 16px;line-height: 56px;}

.contactWrap{margin: 0 5%;padding: 44px 490px 0 44px;background: #fff;}
.contactWrap .tit{margin-bottom: 30px;}
.contactWrap .tit h4{font-size: 20px;line-height: 32px;}
.contactWrap .tit h5{font-size: 16px;line-height: 24px;}
.contactWrap dl dd{width: 50%;min-width: auto;padding: 0 12px 0 50px;}
.contactWrap dl dd .icon{width: 30px;height: 30px;}
.contactWrap dl dd h5{font-size: 16px;}
.contactWrap dl dd .text{font-size: 14px;line-height: 24px;}
.contactWrap .qrcode{right: 20px;}


}

@media screen and (max-width: 1200px){
.header .btnWrap .menuIcon.wap{display: block;}
.header .btnWrap .menuIcon.pc{display: none;}
.header .nav{display: none;}

.busList dl{margin-bottom: 20px;}
.busList dl dd a h5{font-size: 14px;line-height: 22px;padding: 0 12px;bottom: 12px;max-height: 48px;}


}
@media screen and (max-width: 1100px){
.recomNews{padding: 30px 0;}
.recomNews .news{width: 100%;}
.recomNews .qrcode{display: none;}
.newsList ul li a .text{padding: 20px;}
}

@media screen and (max-width: 1024px){
.header .logo span{height: 88px;line-height: 88px;}
.header .logo span img,.header.nyHeader .logo span img{height: 30px;}

.isect1 .title h3{font-size: 22px;margin-right: 80px;line-height: 38px;}
.isect1 .title h3:before{width: 40px;right: -60px;}
.isect1 .title .tabs li{margin-right: 18px;}
.isect1 .title .tabs li:last-child{margin-right: 0;}
.isect1 .title .tabs li a{height: 36px;line-height: 36px;padding: 0 28px;font-size: 16px;}

.isect2 .tabs li h5{font-size: 16px;line-height:26px;}
.isect2 .tabs li h5 span{display: none;}
.isect2 .tabs li h5{padding-left: 30px;}
.isect2 .tabs li h5 img{height: 30px;margin-top: -15px;}
.isect2 .container .innerScroll .wrap{height: auto;padding: 12% 5% 20%;box-sizing:border-box;}
.isect2 .container .innerScroll .wrap .text{padding-top: 0;}
.isect2 .container .innerScroll .wrap .text h4 span{font-size: 22px;padding: 0 48px;line-height: 30px;height: 30px;}
.isect2 .container .innerScroll .wrap .text h5{font-size: 18px;}
.isect2 .container .innerScroll .wrap .text p{font-size: 14px;line-height: 28px;max-height: 56px;margin: 12px 0 15px;min-height: 56px;}

.isect3:before{display: none;}
.isect3 .w1440{padding: 0;}
.isect3 .text{width: 100%;background: url(../images/isect3.jpg) no-repeat center;background-size: cover;box-sizing:border-box;padding: 35px 5%;}
.isect3 .text .desc{height: auto;max-height: 100px;}
.isect3 .pic{width: 100%;position: relative;left: 0;margin-left: 0;height: 0;padding-bottom: 39.9%;}

.footer .med{display: none;}
.footer .top{border-bottom: 1px solid #727272;padding: 40px 0;}
.footer .top .title{margin-bottom: 30px;font-size: 24px;}
.footer .top ul li{margin: 0 10px 5px;}
.footer .top ul li a{line-height: 34px;font-size: 15px;padding: 0 12px;min-width: 120px;}
.footer .btm .text{width: 100%;max-width: none;text-align: center;float: none;font-size: 14px;line-height: 24px;}
.footer .btm .text p span{margin: 0 4px;}
.footer .btm .pic{float: none;margin: 0 auto;}

.branchList li{width: 100%;margin-bottom: 30px;}
.branchList li .text .cont{height: auto;}
.branchList li .tit:before{width: 100%;left: 0;}

.aboutWrap .item1{padding: 30px 0;}
.aboutWrap .item1 .cont{padding: 0;background: url(../images/about2.jpg) no-repeat left center;background-size: cover;}
.aboutWrap .item1 .cont .text{width: 100%;min-height: auto;padding: 50px 0;}
.aboutWrap .item1 .cont .text .pageStyle{height: auto;margin-bottom: 50px;}

.aboutWrap .item2{padding: 30px 0;}
.aboutWrap .item2 .w1440{padding: 0;}
.aboutWrap .item2 .tabs{width: 180px;position: relative;width: 100%;}
.aboutWrap .item2 .tabs li{height: auto;width: 25%;box-sizing:border-box;float: left;border-top: none;border-bottom: 1px solid #d2d2d2;text-align: center;}
.aboutWrap .item2 .tabs li h5{padding: 30px 8px;font-size: 16px;line-height: 24px;}
.aboutWrap .item2 .tabs li:before{display: none;}
.aboutWrap .item2 .container .wrap{padding: 30px;height: auto;}
.aboutWrap .item2 .container .wrap .tit{margin-bottom: 20px;}
.aboutWrap .item2 .container .wrap .tit h4{font-size: 16px;line-height: 24px;margin-bottom: 0;}
.aboutWrap .item2 .container .wrap .tit h5{font-size: 14px;line-height: 20px;}

.aboutWrap .item3{padding: 50px 0;}
.aboutWrap .item3 .tit{margin-bottom: 16px;font-size: 18px;line-height: 28px;}

.pageStyle{font-size: 14px;line-height: 28px;}

.iNav{margin-bottom: 30px;}
.iNav li{margin: 0 20px;}
.iNav li a{padding: 0;font-size: 24px;line-height: 44px;}


.contactWrap{padding: 20px;min-height: auto;}
.contactWrap .qrcode{position: relative;width: 200px;background: none;right: 0;margin: 0 auto;padding: 0;height: auto;}
.contactWrap .qrcode .pic{margin-bottom: 12px;}
.contactWrap .qrcode p{font-size: 14px;}

.jobList{padding-bottom: 20px;}
.jobList .nLi{margin-bottom: 20px;}
.jobList .nLi .dt .item2,.jobList .nLi .dt .item3,.jobList .nLi .dt .item4,.jobList .nLi .dt .item5{display: none;}
.jobList .nLi .dt .item6{float: right;width: 10%;}
.jobList .nLi .dt .item1{width: 90%;padding-left: 20px;}
.jobList .nLi .dd .wrap .wap{display: block;}
.jobList .nLi .dd .wrap{padding: 20px;}
.jobList .nLi .dd .wrap .tit{font-size: 15px;font-weight: normal;line-height: 32px;}
.jobList .nLi .dd .wrap .text{margin-bottom: 20px;font-size: 14px;line-height: 28px;}
.jobList .nLi .dd .wrap .more{width: 180px;height: 48px;line-height: 48px;font-size: 14px;}
.jobList .nLi .dt .item6 i{width: 16px;height: 16px;}
.jobList .nLi .dt .item6 i:before{top:8px;}
.jobList .nLi .dt .item6 i:after{left: 8px;}

.noticeList li{width: 49%;margin-right: 0;}
.noticeList li:nth-child(2n){float: right;}

.newsList ul li{width: 49%;margin-right: 0;}
.newsList ul li:nth-child(2n){float: right;}


.passage .psgTitle{padding-bottom: 20px;margin-bottom: 20px;}
.passage .psgTitle h4{font-size: 20px;line-height: 28px;margin-bottom: 12px;}
.passage .psgTitle .info{font-size: 14px;line-height: 28px;}
.passage .psgTitle .info em{margin: 6px 12px 0;height: 16px;}
.passage .psgCont{padding-bottom: 30px;}
.passage .psgCont .pic{margin: 20px 0;}
.share-wrap{padding-bottom: 20px;}
.passage .psgLink{padding-top: 20px;font-size: 14px;}
.passage .psgLink .toList{display: none;}
.passage .psgLink .link{width: 48%;}
.passage .psgLink .prev a{padding-left: 30px;text-align: left;}
.passage .psgLink .next a{padding-right: 30px;text-align: right;}

}

@media screen and (max-width: 768px){
.nyWrap2 { padding: 5px 0 71px;}	
	
.pageWrap{padding-top: 66px;}
.header .logo span{height: 66px;line-height: 66px;}
.header .logo span img{height: 46px;}
.header .logo span.d{opacity: 0;}
.header .logo span.o{opacity: 1;}
.header .btnWrap .searchBtn{background-position: left -21px;}
.header .btnWrap .menuIcon i{background: #333;}
.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}
.banner .swiper-pagination{display: block;}

.banner .swiper-slide a .text img {width: 80%;}
.banner .swiper-slide a .text { padding-top: 16%; }


.isect1 .title h3{width: 100%;text-align: center;margin-right:0;margin-bottom: 20px;}
.isect1 .title h3:before{bottom: 0;right: auto;left: 50%;width: 20px;margin-left: -10px;top:auto;}
.isect1 .title .tabs{text-align: center;font-size: 0;width: 100%;float: none;}
.isect1 .title .tabs li{float: none;display: inline-block;margin: 0 6px;}
.isect1 .wrap{-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.isect1 .wrap .text{padding: 12px;background: #fff;}
.isect1 .wrap .text h5{margin-bottom: 8px;font-size: 16px;line-height: 24px;}
.isect1 .wrap .text p{font-size: 13px;line-height: 24px;height: 48px;margin-bottom: 16px;}
.isect1 .wrap .text .btm{padding-top: 12px;font-size: 15px;}
.isect1 .container .innerScroll .inContainer{margin-bottom: 15px;}


.isect11 { min-width:90%; padding-top:20px}
.isect11 .pic { width: 100%;height: 235px;}
.isect11 .text { width: 100%; height: 545px;}

.isect11 .text .wrap { width: 100%; padding:0;}
.isect11 .text .wrap .tit h6 { line-height: 40px;font-size: 40px;margin-top:0px;padding-top: 20px;  padding-left: 15px;}
.isect11 .text .wrap .tit h5 {  padding-left:15px;line-height: 37px;}
.isect11 .text .wrap .cont { padding:0 15px; height:auto;margin-bottom:20px;}



.isect11 .title h4 { font-size: 22px;line-height: 20px; padding-bottom:15px;}
.isect11 .title p { line-height: 24px;padding: 0 15px;}
.isect11 .title {margin-bottom: 20px;}



.index_four {  background: #fff;  padding: 22px 0 20px 0;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);}
.index_four .title {  margin-bottom: 20px;}
.index_four .title h4 { font-size: 22px; line-height: 20px;  padding-bottom: 15px;}
.four_swiper {margin-top: 0;}
.four_swiper a span.img {padding-bottom: 220px;}
.four_swiper a { padding-bottom:0;}

.h35 {width: 100%; height:0px;  overflow: hidden;}

.isect2 .title {  margin-top: 20px;   margin-bottom: 20px;}
.isect2 .title h4 { font-size: 22px; line-height: 20px;  padding-bottom: 15px;}

.isect2 .container .innerScroll .wrap .text{width: 100%;}


.isect2 .tabs li h5 { padding-left:0;}
.isect2 .tabs li h4 {margin-top: 15px;}
.isect2 .tabs li h5 {padding-bottom: 15px;    font-size: 18px;}

.isect2 .container .innerScroll .wrap .text2 { max-width:480px; padding: 15px 0 0;}

.showBtn0 { width:45%; margin-bottom:10px;}
.showBtn { width:45%; margin-bottom:10px;}

.isect4 {  padding-top: 0px;}
.isect4 .title { margin-top: 20px;   margin-bottom: 20px;}
.isect4 .title h4 { font-size: 22px; line-height: 20px;  padding-bottom: 15px;}


.sec_3_box {  margin: 0px auto 20px;}

.sec_news { width: 100%;  float: left;}
.sec_news .txt i { font-size:18px; font-weight:bold;}
.sec_news .txt em { font-size:15px;}
.news_right dl dd p { font-size:15px;}
.news_right { width: 100%;}
.sec_news .txt { margin-bottom:20px;}


.isect5 .title h4 { font-size: 22px; line-height: 20px;  padding-bottom: 15px;}

.fTop .w1440 .slogan { font-size: 15px;  line-height: 26px; padding-top:15px;}
.fTop .w1440 .btn { margin-top:30px;}


.news_right dl dt a {font-size:18px; font-weight:bold;}
.news_right dl { padding: 20px 4%;}

.moreBtn{width: 140px;height: 42px;}
.moreBtn span{line-height: 42px;font-size: 14px;}
.moreBtn span img{margin-top: 14px;}
.moreBtn:hover:before{-webkit-transform: scale(1.2);transform: scale(1.2);}

.nyBanner{height: 220px;}
.bread ul{display: none;}
.bread h3{padding-left: 30px;font-size: 18px;line-height: 54px;border-bottom-width: 1px;background-size: auto 16px;}

.page .num,.page .more{display: none;}
.page .num.on{display: inline-block;}

.aboutWrap .item1 .cont .text{padding: 30px 0;}
.aboutWrap .item1 .cont .text .tit,.aboutWrap .item1 .cont .text .pageStyle{padding: 0 20px;}
.aboutWrap .item1 .cont .text .tit h5{font-size: 13px;line-height: 18px;}
.aboutWrap .item1 .cont .text .pageStyle{margin-bottom: 30px;}

.aboutWrap .item1 .cont .ul li{width: 50%;margin-bottom: 30px;}
.aboutWrap .item1 .cont .ul li:nth-child(3n):before{display: none;}

.honorList li{width: 48%;margin: 0 1% 20px;}

.orgWrap .tit{margin-bottom: 30px;font-size: 22px;line-height: 32px;}

.picList li{width: 48%;margin: 0 1% 12px;}

.map{height: 300px;}

.noticeList{padding-bottom: 30px;}
.noticeList li a{padding: 12px 12px 20px;height: auto;}
.noticeList li a h5{font-size: 16px;margin-bottom: 6px;}
.noticeList li a p{font-size: 13px;line-height: 24px;height: 72px;margin-bottom: 20px;}
.noticeList li a span{font-size: 13px;}

.recomNews .news a{padding-bottom: 50.9%;}
.recomNews .news a h5{padding: 0 12px;font-size: 14px;line-height: 40px;bottom: 10px;}

.nyWrap .nyContent.passage{padding-top: 20px;}
.passage .psgLink .link{width: 100%;}
.passage .psgLink .prev,.passage .psgLink .next{width: 100%;text-align: left;}
.passage .psgLink .link a:before{display: none;}
.passage .psgLink .prev a{padding: 0;}
.passage .psgLink .next a{text-align: left;padding: 0;}
.passage .psgTitle .info em{margin: 6px 6px 0;}
.passage .psgTitle .info .hide{display: none;}
.share-wrap{display: none;}

.busNav .slide a{font-size: 16px;line-height: 66px;}
.busNav .slide a img{height: 32px;margin-right: 12px;}

.busList{padding-bottom: 30px;}
.busList dl{margin-bottom: 2%;}
.busList dl dd{width: 49% !important;margin-bottom: 2% !important;margin-left: 0% !important;}
.busList dl dd:nth-child(2n){float: right;}
.busList dl dd a{padding-bottom: 69.1% !important;}
.busList dl.dl2 dd:nth-child(2),
.busList dl.dl2 dd:nth-child(3){float: left;}

.iNav li{margin: 0 10px;}
.iNav li a{font-size: 16px;min-width: 80px;line-height: 36px;}
}

@media screen and (max-width: 468px){

.header.fixed span img{-webkit-transform: scale(1);transform: scale(1);}
.isect1 .title{margin-bottom: 25px;}
.isect1 .title .tabs li{margin: 0 3px;}
.isect1 .title .tabs li a{padding: 0 16px;} 

.isect2 .container .innerScroll .wrap{padding: 20% 5% 30%;height: 650px;}
.isect2 .container .innerScroll .wrap .text h5{font-size: 15px;line-height: 30px;margin-top: 5px;}
.isect2 .container .innerScroll .wrap .text p{font-size: 13px;line-height: 24px;max-height: 48px;min-height: 48px;}

.moreBtn{width: 140px;height: 36px;padding: 0 15px; margin-left: 15px;}
.moreBtn span{line-height: 36px;font-size: 12px;}
.moreBtn span img{margin-top: 14px;height: 8px;}

.isect3 .text .title h3{font-size: 22px;line-height: 32px;}
.isect3 .text .title h4{font-size: 16px;line-height: 24px;}
.isect3 .text .subTit{margin: 6px 0;font-size: 15px;line-height: 24px;}
.isect3 .text .desc{font-size: 14px;margin-bottom: 25px;}

.footer .top{padding: 20px 0;}
.footer .top ul li{box-sizing:border-box;width: 72%;margin: 0 auto 10px;display: block;}
.footer .top ul li:last-child{margin-bottom: 0;}
.footer .top ul li a{font-size: 12px;line-height: 28px;}
.footer .top .title{font-size: 20px;line-height: 42px;margin-bottom: 20px;}
.footer .btm{padding: 12px 5%;}
.footer .btm .text{padding: 0 0 12px;font-size: 12px;line-height: 22px;}

.nyBanner{height: 140px;}
.nyWrap{padding: 20px 0;}
.nyWrap .nyContent{padding: 12px 12px 40px;}
.partyList li{margin-bottom: 12px;width: 100%;}
.partyList li:last-child{margin-bottom: 0;}
.partyList li a h5{padding: 0 8px;font-size: 14px;line-height: 44px;}

.page a{margin: 0 4px;padding: 0 16px;height: 32px;line-height: 32px;font-size: 13px;}

.aboutWrap .item2 .tabs li h5{padding: 20px 8px;font-size: 14px;line-height: 20px;}
.aboutWrap .item2 .container .wrap{padding: 15px;}
.aboutWrap .item2 .container .wrap .tit{margin-bottom: 12px;}
.aboutWrap .item2 .container .wrap .tit h5{font-size: 12px;line-height: 18px;}

.honorList{padding-bottom: 10px;}
.honorList li{width: 100%;margin-bottom: 12px;}
.honorList li:last-child{margin-bottom: 0;}

.iNav{margin-bottom: 20px;}
.iNav li{margin: 0 4px;}
.iNav li a{font-size: 14px;line-height: 32px;}

.orgWrap .tit{font-size: 18px;line-height: 28px;}

.picList li{width: 100%;}

.contactWrap{padding: 12px;}
.contactWrap .tit{margin-bottom: 20px;}
.contactWrap .tit h4{font-size: 18px;}
.contactWrap .tit h5{font-size: 13px;line-height: 20px;}
.contactWrap dl{margin-bottom: 0;}
.contactWrap dl dd{width: 100%;margin-bottom: 20px;}
.contactWrap .qrcode{display: none;}
.contactWrap .qrcode .pic{width: 140px;height: 140px;}
.map{height: 260px;}

.jobList .nLi .dt{font-size: 14px;line-height: 48px;}
.jobList .nLi .dd .wrap{padding: 12px;}
.jobList .nLi .dt .item1{padding: 0 0 0 12px;}
.jobList .nLi .dd .wrap .tit{margin-bottom: 6px;}
.jobList .nLi .dd .wrap .more{width: 160px;}

.noticeList{padding-bottom: 20px;}
.noticeList li{width: 100%;margin-bottom: 12px;}
.noticeList li a p{height: auto;max-height: 72px;}

.newsList{padding: 30px 5%;}
.newsList ul{padding-bottom: 20px;}
.newsList ul li{width: 100%;}
.newsList ul li:last-child{margin-bottom: 0;}
.newsList ul li a .text{padding: 20px 12px;}
.newsList ul li a .text h5{margin-bottom: 12px;font-size: 16px;line-height: 24px;}
.newsList ul li a .text p{font-size: 13px;line-height: 24px;height: auto;max-height: 72px;margin-bottom: 20px;}
.newsList ul li a .text span{font-size: 13px;}

.passage .psgTitle{padding-bottom: 12px;margin-bottom: 12px;}
.passage .psgTitle h4{font-size: 18px;line-height: 24px;margin-bottom: 4px;}
.passage .psgTitle .info{font-size: 12px;}
.passage .psgCont{line-height: 28px;padding-bottom: 16px;}
.passage .psgCont .pic{margin: 12px 0;}
.passage .psgLink{padding-top: 16px;line-height: 28px;}


.busNav .slide{width: auto;}
.busNav .slide a{padding: 0 30px;font-size: 15px;line-height: 52px;}
.busNav .slide a img{height: 26px;}

.busList{padding-bottom: 20px;}
.busList dl{margin-bottom: 0;}
.busList dl dd{width: 100% !important;}
}