@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;
}

@charset "utf-8";
 
*{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 "Microsoft Yahei","SimSun",Arial,sans-serif;color:#333;background:#fff;box-sizing: border-box;}
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}

.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.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); }

input,textarea{outline: none;}
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: 0.36rem;padding: 0.4rem;background: #fff;width: 60%;margin: 0 auto;top: 50%;margin-top: -0.58rem;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: 0.2rem;padding: 0.08rem 0;font-size: 0.14rem;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: 0.5rem;width: 0.4rem;text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap {border: 1px solid #e4eaec;border-radius: 1.2rem;position: relative;padding-right: 0.6rem;padding-left: 0.2rem;height: 0.5rem;}
.hidden_search .close_btn {position: absolute;right: 0;top: 0;padding: 0.1rem;width: 0.22rem;height: 0.22rem;-webkit-transition: 0.5s;transition: 0.5s;}
.hidden_search .close_btn:after, .hidden_search .close_btn:before {background: #cccccc;width: 0.2rem;height: 0.03rem;display: block;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;content: "";position: absolute;left: 0.1rem;top: 0.1rem;}
.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: 0.26rem;}
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before {background: #2775bf;}

.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: 90%;margin: 0 auto;/* padding: 0 5%; */box-sizing: border-box;max-width: 1400px;position: relative;}

.banner{width: 100%;position: relative;overflow: hidden;z-index: 2;}
.banner .swiper-slide a{display: block;height: 0;padding-bottom: calc(100vh - 0.9rem);position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.banner .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;-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{

position: absolute;

left: 0;

right: 0;

top: 0;

bottom: 0;

z-index: 3;

text-align: center;

font-size: 60px;

color: #e97518;

line-height: 74px;

text-shadow: rgba(0,0,0,0.3) 5px 5px 10px;

font-weight: bold;

-webkit-text-stroke: 2px white;

display: flex;

align-items: center;

justify-content: center;
}
.banner .swiper-slide.swiper-slide-active a em{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}

.banner .swiper-slide a .tit{position: absolute;left: 0;top: 46%;z-index: 3;/* font-size: 0.6rem; */color: #ffffff;line-height: 60px;width: 100%;margin-top: -0.3rem;}
.banner .swiper-slide a .tit h5{max-width: 100%;opacity: 0;-webkit-transform:translateY(72px);transform:translateY(72px);/* text-shadow: black 0.1em 0.1em 0.2em; */-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;text-align: center;font-size: 0.56rem;letter-spacing: 0.05rem;}
.banner .swiper-slide.swiper-slide-active a .tit h5{opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);
-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;}
/*.banner .swiper-slide a:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 2;background: url(../images/bShadow.png) no-repeat center;background-size: cover;}*/

/*.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: #e60012;}*/
.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;}

.banner .pagWrap{position: absolute;left: 50%;margin-left: -720px;bottom: 0.5rem;}
.banner .swiper-pagination{left: 0;right: 0;height: 0.06rem;line-height: 0.06rem;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 0.6rem;height: 0.06rem;background: rgba(255,255,255,0.5);position: relative;margin: 0 0 0 0.1rem;opacity: 1;border-radius: 0;border-radius: 50px;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top:0;background: #2775bf;-webkit-transition: all 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;border-radius: 50px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{width: 100%;}



.header .w1440 {
    display: flex;
    justify-content: space-between;
}
.header{/*position: fixed;*/width: 100%;z-index: 9;box-sizing:border-box;/* padding: 0 3%; */left: 0;top:0;/* display: flex; *//* align-items: center; *//* justify-content: space-between; *//* -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); */background: rgba(255,255,255,0.99);}
.header .logo{display: block;position: relative;/* width: 10%; */}
.header .logo span{display: block;height: 0.9rem;line-height: 0.9rem;font-size: 0;display: flex;align-items: center;justify-content: left;}
.header .logo span.o{opacity: 0;position: absolute;left: 0;top:0;right: 0;}
.header .btnWrap{position: absolute;right: 0;top:50%;margin-top: -0.1rem;}
.header .btnWrap .searchBtn{width: 0.3rem;height: 0.21rem;margin-right: 0;background: url(../images/searchBtn.png) no-repeat left top;cursor: pointer;background-position: 0;background-size: 0.3rem;}
.header .btnWrap .menuIcon{width: 31px;padding: 2px 4px 3px;cursor: pointer;box-sizing:border-box;}
.header .btnWrap .menuIcon i{display: block;width: 0.23rem;height: 0.02rem;background: #fff;margin-top: 0.05rem;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.99);}
.header.fixed span{height: 0.9rem;line-height: 0.9rem;}
.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(0.8); *//* transform: scale(0.8); *//* width: 100%; */}
.header.fixed .btnWrap .searchBtn{/* background-position: left -21px; */}
.header.fixed .btnWrap .menuIcon i{background: #333;}

.header .nav{margin-right: 0.6rem;display: flex;}
.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: 0.9rem;line-height: 0.9rem;padding: 0 0.2rem;font-size: 0.18rem;color: #292929;font-weight: normal;/*font-weight: bold;*/}
.header .nav .nLi .navSub{position: absolute;left: 50%;top: 0.9rem;width: 1.5rem;margin-left: -0.75rem;background: rgba(255,255,255,0.9);display: none;border-top:1px solid #e3e3e3;z-index: 999;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 16px;color: #333;line-height: 24px;padding: 10px 3px;text-align: center;}
.header .nav .nLi .navSub ul li a:hover{color: #2775bf;}
.header .nav .nLi.on h3 a,.header .nLi:hover h3 a{color: #2775bf;}

.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(247,247,247,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: #333333;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: #333333;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: 0.5rem;width: 0.32rem;height: 0.32rem;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: #e60012;}

.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: #e60012;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: #e60012;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: #e60012;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 14px 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: #e60012;}
.isect1 .wrap:hover .text .btm i{background-position: left top;}

.moreBtn{display: block;width: 170px;height: 54px;margin: 0 auto;background: #e60012;font-size: 0;box-sizing:border-box;padding: 0 25px;text-align: left;position: relative;overflow: hidden;}
.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: #c6a151;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{width: 100%;position: relative;}

.isect2 .tabs{position: absolute;left: 0%;bottom: 0;z-index: 2;width: 100%;background: rgba(0,0,0,0.4);}
.isect2 .tabs li{width: 33.33%;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 h5{display: inline-block;font-size: 20px;color: #ffffff;line-height: 77px;font-weight: normal;padding-left: 68px;position: relative;}
.isect2 .tabs li h5 span{margin-left: 10px;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: 640px;margin: 0 auto;position: relative;z-index: 2;text-align: center;padding: 224px 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: 28px;color: #ffffff;line-height: 44px;position: relative;box-sizing:border-box;max-width: 100%;overflow: hidden;height: 44px;}
.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: 22px;margin-bottom: 34px;overflow: hidden;}

.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: #e60012;}
.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);}

.footer{background: #f4f4f4;background-size: cover;}
.footer .top{padding: 40px 0 61px;text-align: center;}
.footer .top .title{margin-bottom: 42px;position: relative;font-size: 34px;line-height: 55px;color: #ffffff;font-weight: normal;}
.footer .top .title:before{/* content: ""; */width: 78px;height: 2px;background: #e60012;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: #e97518;}
.footer .med{padding: 36px 0 54px;/* border-top: 1px solid #727272; */border-bottom: 1px solid #dcdcdc;}
.footer .med .logo{width: 2.6rem;}
.footer .med .logo img{height: 0.15rem;margin-bottom: 20px;}
.footer .med .fNav li{/* margin-left: 62px; */}
.footer .med .fNav li a{display: block;position: relative;font-size: 0.2rem;line-height: 42px;margin-bottom: 0.1rem;font-weight: bold;}
.footer .med .fNav li a:before{content: "";width: 100%;height: 2px;background: #e97518;position: absolute;left: 0;bottom: -3px;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.footer .med .fNav li .fot_ej a:hover,.footer .med .fNav li a:hover{transform: scaleX(1);-webkit-transform: scaleX(1);/* opacity: 1; */visibility: visible;/* color: #2775bf; */}
.footer .med .select{width: 110px;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: 15px;line-height: 26px;color: #333;padding: 6px 24px;border-bottom: 1px solid #efefef;}
.footer .med .select dd ul li a:hover{background: #efefef;}
.footer .med .logo span{
    display: block;
    font-size: 0.18rem;
    padding-left: 0.3rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.24rem;
}
.footer .med .logo p{
    font-size: 0.34rem;
    font-family: number;
    font-family: Montserrat;
    color: #2775bf;
    margin: 0.05rem 0 0.05rem 0;
}
ul.fNav {}

.fot_chat {
    display: flex;
    align-items: center;
}

.fot_chat em {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    margin-left: 0.12rem;
    line-height: 0.32rem;
    color: #999;
}

.ewm_img {}

.footer .med .logo .ewm_img img {
    width: 1rem;
    height: 1rem;
    margin: 0;
}
.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:#e60012; }
.footer .med .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .med .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.footer .btm{padding: 0.2rem 0;text-align: center;}
.footer .btm p{font-size: 14px;color: #a3a3a3;}
.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%;}
.footer .med .w1440{
    display: flex;
}
.footer .med .w1440 ul.fNav{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.header.nyHeader{background: #fff;position: relative;border-bottom: 3px solid #e60012;}
.header.nyHeader span{height: 147px;line-height: 147px;}
.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: 20px;line-height: 147px;height: 147px;padding: 0 48px;}
.header.nyHeader .nav .nLi .navSub{top:147px;}

.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: 60px;background: url(../images/homeIcon.png) no-repeat left center;font-size: 25px;color: #e60012;line-height: 132px;}
.bread ul li{margin-left: 70px;}
.bread ul li:first-child{margin-left: 0;}
.bread ul li a{display: block;font-size: 20px;color: #a2a2a2;line-height: 132px;position: relative;}
.bread ul li a:before{content: "";width: 100%;height: 2px;background: #e60012;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: #e60012;}
.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 78px;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: #e60012;}

.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: #e60012;border-color: #e60012;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: #e60012;}
.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:#e60012; }
.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: #e60012;}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*/
.branchList li .tit{font-size: 30px;font-weight: normal;}
.branchList li .tit img{height: auto;}
.branchList li .text{padding: 20px 0 38px;}
.branchList li .text .t{display: none;}
.branchList li .text .tLogo{padding: 0 46px;line-height: 60px;font-size: 20px;color: #343434;margin-bottom: 18px;}
.branchList li .text .tLogo img{height: 60px;margin-right: 24px;}


.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: 44px;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: 55px;padding: 0 68px 0 60px;
  height: 150px;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: 183px;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: 60px 60px 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: #e60012;}
.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: #e60012;}
.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;padding-left: 106px;position: relative;}
.aboutWrap .item2 .container .wrap .tit .logo{position: absolute;left: 0;top:-8px;}
.aboutWrap .item2 .container .wrap .tit h4{margin-bottom: 5px;font-size: 20px;line-height: 35px;color: #343434;}
.aboutWrap .item2 .container .wrap .tit h5{font-size: 18px;color: #343434;line-height: 28px;text-transform: uppercase;font-family: "HelveticaBold";font-weight: normal;opacity: 0.3;}

.aboutWrap .item2 .container .slide2 .tit{padding-left: 86px;}
.aboutWrap .item2 .container .slide2 .tit .logo{top:2px;}

.aboutWrap .item3{padding: 165px 0 204px;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: #e60012;line-height: 42px;}
.aboutWrap .item3 .pageStyle{color: #383838;font-weight: 300; }


.pageStyle{font-size: 18px;color: #545454;line-height: 32px;text-align:justify;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}
.pageStyle table{width: 100% !important;border-collapse:collapse;}
.pageStyle table td{border: 1px solid #aaa;padding:8px;}


.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: #e60012;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: #e60012;}
.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: #e60012;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: #e60012;}

.Gallery{width:100%;height:100%;position:fixed;left:0;top:0;background:#111;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;font-size: 16px;}
.g-left{position:absolute;top:43%;left:0;height:14%;background:rgba(0,0,0,.5);width:55px;cursor:pointer}
.g-right{position:absolute;top:43%;right:0;height:14%;background:rgba(0,0,0,.5);width:55px;cursor:pointer}
.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-left:after{content:'';width:20px;height:2px;background:#fff;position:absolute;left:16px;top:50%;margin-top:-1px}
.g-left:before{content:'';width:10px;height:10px;border:2px solid #fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-top:none;border-right:none;display:block;position:absolute;left:16px;top:50%;margin-top:-6px}
.g-right:after{content:'';width:20px;height:2px;background:#fff;position:absolute;right:16px;top:50%;margin-top:-1px}
.g-right:before{content:'';width:10px;height:10px;border:2px solid #fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-left:none;border-bottom:none;display:block;position:absolute;right:16px;top:50%;margin-top:-6px}
.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}
.loading{width:100%;height:100%;background:rgba(17,17,17,1);position:absolute;left:0;top:0;z-index:1000}
/*.loading s{display:block;width:30px;height:30px;background:#0ad1a9;border-radius:50%;position:absolute;left:50%;top:50%;margin-top:-15px;margin-left:-15px;-moz-animation:load 1.5s linear infinite;-webkit-animation:load 1.5s linear infinite}*/
.loading p{text-align:center;font-size:12px;position:relative;top:50%;margin-top:25px}
@keyframes load{
    0%{transform:scale(.5);opacity:1}
    100%{transform:scale(1.5);opacity:0}
}
@-moz-keyframes load{
    0%{transform:scale(.5);-moz-transform:scale(.5);opacity:1}
    100%{transform:scale(1.5);-moz-transform:scale(1.5);opacity:0}
}
@-webkit-keyframes load{
    0%{transform:scale(.5);-webkit-transform:scale(.5);opacity:1}
    100%{transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0}
}



.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: #e60012;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: #e60012;}
.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: 400px;box-sizing:border-box;padding: 18px 12px 0 88px;position: relative;}
.contactWrap dl dd .icon{position: absolute;left: 0;top:20px;}
.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: 24.6%;text-align: center;}
.jobList .nLi .dt .item3{width: 15%;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: #e60012;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: #e60012;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: #c6a151;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: #535353;}
.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: #e60012;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: #e60012;}
.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: #e60012;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: #e60012;}
.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: #e60012;}
.passage .psgLink .link a:hover:before{border-color: #e60012;}
.passage .psgLink .toList{display: inline-block;padding-left: 32px;background: url(../images/list.png) no-repeat left center;}
.passage .psgLink .toList:hover{color: #e60012;}

.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: #e60012;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%;}*/

.busList dl dd.dl1_3,
.busList dl dd.dl4_2,
.busList dl dd.dl4_3,
.busList dl dd.dl2_2{margin-bottom: 2.22%;}
.busList dl dd.dl1_3 a,.busList dl dd.dl1_4 a,
.busList dl dd.dl2_2 a,
.busList dl dd.dl2_3 a,
.busList dl dd.dl4_2 a,
.busList dl dd.dl4_3 a,
.busList dl dd.dl4_4 a,
.busList dl dd.dl4_5 a{padding-bottom: 69.1%;}

.busList dl dd.dl2_1{float: right;width: 65.9%;}
.busList dl dd.dl2_1 a{padding-bottom: 70.9%;}
.busList dl dd.dl2_2,
.busList dl dd.dl2_3{margin-left: 0;}

.busList dl dd.dl3_1{width: 65.6%;}
.busList dl dd.dl3_1 a{padding-bottom: 70.5%;}

.sitemap{}
.sitemap .nLi{ border-bottom: 1px dashed #dbdbdb; padding: 15px 0; }
.sitemap .nLi h3{ line-height: 30px; font-family: "Microsoft Yahei"; font-size: 18px; color: #333; font-weight: bold; position: relative;padding-left: 16px;}
.sitemap .nLi h3:before{ content: ""; display: inline-block; width: 4px; height: 16px; background: #bb0614;position: absolute;left: 0;top: 50%;margin-top: -8px; }
.sitemap .nLi h3 a:hover{ color: #bb0614; }
.sitemap .nLi .sub{ padding: 0 0 0 16px;}
.sitemap .nLi .sub .inLi{margin-bottom: 20px;}
.sitemap .nLi .sub .inLi h5{font-size: 16px;color: #bb0614;line-height: 36px;}
.sitemap .nLi .sub .inList li{ float: left; margin-right: 40px; line-height: 30px; font-family: "Microsoft Yahei"; font-size: 14px; color: #4c4c4c; }
.sitemap .nLi .sub .inList li a:hover{ color: #bb0614; text-decoration: underline; }
.sitemap .nLi .sub.sub1 .inLi{float: left;margin-right: 40px;}

.partyWrap{position: relative;background: #f6f6f6 url(../images/partyBg1.png) no-repeat center top;padding: 107px 0 92px;}
.partyWrap .newsList{padding: 50px 30px 94px;background: #fff;position: relative;z-index: 2;min-height: 500px;}
.partyWrap:before{content: "";width: 100%;height: 212px;position: absolute;left: 0;bottom: 0;background: url(../images/partyBg2.png) no-repeat center;}

.cultural{position: relative;}
.cultural .watermark{position: absolute;right: 0;top:280px;}
.cultural .item1{padding: 96px 0 145px;background: url(../images/box.png) repeat;position: relative;z-index: 2;}
.cultural .item1 .title{margin-bottom: 54px;text-align: center;font-size: 25px;color: #000000;line-height: 44px;}
.cultural .item1 .cont{padding: 100px 0 0 570px;position: relative;min-height: 380px;}
.cultural .item1 .cont .logo{position: absolute;left: 20px;top:0;width: 478px;}
.cultural .item1 .cont .logo img{width: 100%;}
.cultural .item1 .cont .dl{margin-bottom: 110px;padding-left: 100px;position: relative;line-height: 34px;}
.cultural .item1 .cont .dl .dt{position: absolute;left: 0;top:0;font-size: 30px;color: #e60012;font-weight: bold;}
.cultural .item1 .cont .dl .dd{font-size: 20px;color: #000000;}

.cultural .bg{padding: 70px 0 108px;background: #f6f6f6 url(../images/culturalBg.jpg) no-repeat center bottom;position: relative;z-index: 2;}

.cultural .culTitle h4{font-size: 25px;line-height: 41px;color: #454545;}
.cultural .culTitle h5{font-size: 25px;line-height: 36px;color: #eaeaea;text-transform: uppercase;font-family: "HelveticaBold";font-weight: normal;}


.cultural .item2 .dl .dt{width: 50%;overflow: hidden;}
.cultural .item2 .dl .dt em{display: block;width: 100%;height: 0;padding-bottom: 550px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cultural .item2 .dl .dd{width: 50%;height: 550px;box-sizing:border-box;padding: 56px 4.5% 0 5%;background: url(../images/culturalBg1.jpg) no-repeat center;background-size: cover;overflow: auto;}
.cultural .item2 .dl .dd .slogan{padding: 0 0 20px;font-size: 28px;line-height: 54px;color: #e60012;font-weight: normal;}
.cultural .item2 .dl .dd .pageStyle{color: #505050;}



.cultural .item3{padding-top: 100px;}
.cultural .item3 .culTitle{margin-bottom: 46px;text-align: center;}
.cultural .item3 .container{width: 100%;position: relative;overflow: hidden;}
.cultural .item3 .container .swiper-pagination{display: none;}
.cultural .item3 .wrap{display: block;}
.cultural .item3 .wrap .pic{width: 100%;height: 0;padding-bottom: 70.4%;overflow: hidden;position: relative;margin-bottom: 34px;}
.cultural .item3 .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cultural .item3 .wrap h5{font-size: 20px;line-height: 42px;color: #777777;text-align: center;font-weight: normal;}
.cultural .item3 .wrap:hover h5{color: #e60012;}

.isect3 .pic video{display: block;min-height: 100%;height: auto !important;width: 100% !important;position: absolute;left: 50% !important;top: 50% !important;bottom: auto;right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}

.isect3 .pic .btn{width: 120px;position: absolute;left: 50%;top:50%;z-index: 2;-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);text-align: center;}
.isect3 .pic .btn i{display: block;width: 60px;height: 60px;cursor: pointer;margin: 0 auto 18px;position: relative;}
.isect3 .pic .btn i:after,
.isect3 .pic .btn i:before{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;border-radius: 50%;opacity: .5;transition: 0.5s;animation: scaleBtn 2s linear infinite;}
.isect3 .pic .btn i:before{animation: scaleBtn 2s linear infinite 1s;}
.isect3 .pic .btn i img{width: 100%;height: 100%;filter: drop-shadow(2px 2px 4px rgba(0,0,0,.7));}
.isect3 .pic .btn p{font-size: 28px;color: #fff;line-height: 40px;font-weight: bold;}
@keyframes scaleBtn{
    to{transform: scale(1.6,1.6);opacity: 0;}
}

@media screen and (max-width: 1700px){
.header.nyHeader .nav .nLi h3 a{padding: 0 30px;}
}

@media screen and (max-width: 1460px){
.w1440{/* width: auto; *//* padding: 0 5%; */}

.banner .swiper-slide a{padding-bottom: 56.9%;}
.banner .swiper-slide a .text{}
.banner .swiper-slide a .text img{width: 46.7%;}

.banner .pagWrap{width: 100%;left: 0;margin-left: 0;right: 0;box-sizing:border-box;}
.banner .swiper-pagination{/* right: 5%; */}

.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;}

.isect3 .pic{width: 880px;}

.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 .nav .nLi h3 a{/* padding: 0 0.2rem; */}

.header.nyHeader .logo span img{height: 40px;}
.header.nyHeader .nav .nLi h3 a{padding: 0 22px;font-size: 18px;}

.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: 175px;}

.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%;}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*/
.branchList li .text .tLogo{padding: 0 20px;}
.branchList li .text .tLogo{font-size: 16px;line-height: 52px;}
.branchList li .text .tLogo img{height: 40px;margin-right: 12px;}
.branchList li .text .cont{padding: 0 20px;}
.branchList li .text{font-size: 15px;}

.partyWrap{padding: 40px 5%;background-position: 12% top;}

}

@media screen and (max-width: 1300px){
.header .nav .nLi h3 a{padding: 0px 0.15rem;font-size: 0.16rem;}

.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;}

.branchList li .text{padding-top: 20px;}

.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;top:0px;}
.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: 800px){
.header .btnWrap .menuIcon.wap{display: block;}
.header .btnWrap .menuIcon.pc{display: none;}
.header .nav{display: none;}

.banner .swiper-slide a .tit{/* font-size: 22px; *//* bottom: 20px; */}
.banner .pagWrap{bottom: 44px;}

.busList dl{margin-bottom: 20px;}
.busList dl dd a h5{font-size: 14px;line-height: 22px;padding: 0 12px;bottom: 12px;max-height: 48px;}

.cultural .item1{padding: 40px 0;}
.cultural .item1 .cont .logo{left: 0;width: 300px;}
.cultural .item1 .cont{padding: 30px 0 0 330px;min-height: 275px;}
.cultural .item1 .cont .dl{margin-bottom: 30px;}
.cultural .item1 .cont .dl .dd{font-size: 16px;}
.cultural .item1 .cont .dl .dt{font-size: 20px;}
.cultural .item1 .title{margin-bottom: 24px;font-size: 20px;line-height: 30px;}

.cultural .item2 .dl .dd .slogan{padding: 12px 0 15px;font-size: 24px;}
.cultural .item2 .dl .dd .pageStyle{font-size: 15px;}
}
@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;}

.partyWrap{background: #f6f6f6;}
.partyWrap:before{display: none;}
}
.header .logo span img{height: 0.48rem;}
@media screen and (max-width: 1024px){
.header .logo span{}



.banner .swiper-slide a .text{/* padding-top: 20%; */font-size: 44px;line-height: 64px;-webkit-text-stroke: 1px white;}


.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: 52px;}
.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;text-align: center;}

.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: 33.33%;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;}

.cultural .item1 .cont{padding: 0;}
.cultural .item1 .title{margin-bottom: 12px;font-size: 18px;}
.cultural .item1 .cont .logo{position: relative;margin: 0 auto;width: 80%;max-width: 240px;}
.cultural .item1 .cont .dl{padding-left: 60px;}

.cultural .item2 .dl .dd,.cultural .item2 .dl .dt{width: 100%;}
.cultural .item2 .dl .dd{height: auto;padding: 30px;}

}

@media screen and (max-width: 768px){
.pageWrap{/* padding-top: 66px; */}
.header .logo span{height: 66px;line-height: 66px;}
.header .logo span img{height: 26px;}
.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{padding-bottom: 0;}
.banner .pagWrap{bottom: 12px;}
.banner .swiper-pagination{position: relative;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 5px;}
.banner .swiper-slide a .tit h5{max-width: 100%;}

.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;}

.isect2 .container .innerScroll .wrap .text{width: 100%;}

.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;}*/

.busList dl dd.dl2_2,
.busList dl dd.dl2_3{float: left;}

.iNav li{margin: 0 10px;}
.iNav li a{font-size: 16px;min-width: 80px;line-height: 36px;}

.jobList .nLi.on .dt .item1,.jobList .nLi .dt .item1{background: none;}

.cultural .bg{padding: 40px 0;}
.cultural .item2 .dl .dt em{padding-bottom: 76.4%;}
.cultural .item3{padding-top: 30px;}
.cultural .item3 .culTitle{margin-bottom: 20px;}
.cultural .item3 .wrap .pic{margin-bottom: 12px;}
.cultural .item3 .wrap h5{font-size: 16px;}

.isect3 .pic i{width: 30px;height: 30px;margin: -15px 0 0 -15px;}
}

@media screen and (max-width: 768px){



.banner .swiper-slide a .tit{/* font-size: 15px; *//* line-height: 0.6rem; *//* bottom: 0; */}
.banner .swiper-pagination .swiper-pagination-bullet{width: 20px;height: 2px;}
.banner .swiper-slide a .text{padding-top: 0;font-size: 28px;}


.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%;}
.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: 120px;height: 36px;}
.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: 14px;line-height: 42px;}
.footer .top .title{font-size: 24px;line-height: 42px;margin-bottom: 20px;}
.footer .btm{padding: 12px 5%;}
.footer .btm .text{padding: 0;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: 14px 8px;font-size: 12px;line-height: 20px;}
.aboutWrap .item2 .container .wrap{padding: 15px;}
.aboutWrap .item2 .container .wrap .tit{margin-bottom: 12px;padding-left: 64px;}
.aboutWrap .item2 .container .wrap .tit h5{font-size: 12px;line-height: 18px;}
.aboutWrap .item2 .container .wrap .tit .logo{height: 50px;top:0;}
.aboutWrap .item2 .container .slide2 .wrap .tit{padding-left: 60px;}
.aboutWrap .item2 .container .slide2 .wrap .tit .logo{top:4px;}

.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;}


.branchList li .tit img{height: 30px;}
.branchList li .text{padding-top: 12px;}
.branchList li .text .tLogo{line-height: 40px;}
.branchList li .text .tLogo img{height: 36px;}

.sitemap .nLi .sub .inLi{margin-bottom: 10px;}
.sitemap .nLi .sub.sub1 .inLi{margin-right: 20px;margin-bottom: 0;}
.sitemap .nLi .sub .inLi h5{font-size: 13px;line-height: 30px;}

.g-bottom{font-size: 13px;}

.partyWrap{padding: 30px 5%;}
.partyWrap .newsList{padding: 20px 12px;min-height: 300px;}

.cultural .culTitle h4{font-size: 20px;line-height: 26px;}
.cultural .culTitle h5{font-size: 20px;line-height: 28px;}

.cultural .item1{padding: 20px 0;}
.cultural .item1 .title{font-size: 14px;line-height: 24px;}
.cultural .item1 .cont .dl{margin-bottom: 12px;line-height: 26px;}
.cultural .item1 .cont .dl .dt{font-size: 18px;}
.cultural .item1 .cont .dl .dd{font-size: 13px;}
.cultural .item2 .dl .dd{padding: 15px;}
.cultural .item2 .dl .dd .slogan{font-size: 20px;line-height: 28px;}
.contactWrap dl dd .icon{top:4px;}

.header{/* position: absolute; */}
.footer .btm .text p span{display: block;margin: 0;}

.isect3 .pic .btn p{font-size: 18px;line-height: 24px;}
}
.nei_ban_zi{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nei_ban_zi .w1440{
    /* display: flex; */
    /* align-items: center; */
}
.nei_ban_zi h4{
    font-size: 0.24rem;
}
.nei_ban_zi i{
    display: block;
    width: 0.8rem;
    height: 0.03rem;
    background: #fff;
    margin: 0.2rem 0 0;
}