@font-face {
    font-family: 'DINLight';
    src: url('../font/DINLight.eot');
    src:
    url('../font/DINLight.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINLight.woff') format('woff'),
    url('../font/DINLight.ttf') format('truetype'),
    url('../font/DINLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINBold';
    src: url('../font/DINBold.eot');
    src:
    url('../font/DINBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINBold.woff') format('woff'),
    url('../font/DINBold.ttf') format('truetype'),
    url('../font/DINBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DinMed';
    src: url('../font/DinMed.eot');
    src:
    url('../font/DinMed.eot?#font-spider') format('embedded-opentype'),
    url('../font/DinMed.woff') format('woff'),
    url('../font/DinMed.ttf') format('truetype'),
    url('../font/DinMed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "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;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*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;}

.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); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #c2221f;}

.header .menuIcon{width: 53px;height: 34px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;background: url(../images/navIcon.png) no-repeat center;background-size: 40px auto;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}

.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;}

.w1400{width: 1400px;margin: 0 auto;}


.header{position: fixed;left:0;top:0;width: 100%;z-index: 9999;padding: 22px 3% 0;box-sizing:border-box;}
.header .logo{height: 113px;line-height: 113px;position: relative;}
.header .logo .lWrap{position: absolute;left: 0;top:0;}
.header .logo .lWrap.o{opacity: 0;filter: alpha(opacity=0);}
.header .navBtn{width: 33px;height: 23px;margin-top: 45px;cursor: pointer;}
.header .navBtn span{display: block;height: 4px;background: #dbdbdb;margin-top: 5px;}
.header .navBtn span:first-child{margin-top: 0;}
.header .navBtn:hover span:nth-child(1),
.header .navBtn.on span:nth-child(1){transform: rotate(45deg);}
.header .navBtn:hover span:nth-child(2),
.header .navBtn.on span:nth-child(2){visibility: hidden;opacity: 0;transform: translate(100%, -5px);}
.header .navBtn:hover span:nth-child(3),
.header .navBtn.on span:nth-child(3){transform: rotate(-45deg) translate(12px, -13px);}
.header .navBtn.on span{background: #fff;}

.header .searchBtn{width: 34px;height: 23px;margin: 45px 0 0 27px;cursor: pointer;position: relative;
-webkit-transform:scale(0) translateY(26px); transform:scale(0) translateY(26px);opacity: 0;}
.header .searchBtn:before{content: "";width: 17px;height: 17px;position: absolute;right: 0;top:50%;margin-top: -8px;background: url(../images/searchBtn.png) no-repeat left top;}
.header .searchBtn:hover:before{background-position: left bottom;}
.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: 113px;line-height: 113px;padding: 0 25px;font-size: 18px;color: #292929;font-weight: normal;}
.header .nav .nLi .navSub{position: absolute;left: 50%;top:112px;width: 150px;margin-left: -75px;background: #fff;display: none;border-top:1px solid #e3e3e3;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #333;line-height: 24px;padding: 8px 3px;text-align: center;}
.header .nav .nLi .navSub ul li a:hover{color: #c2221f;}
.header .nav .nLi.on h3 a,.header .nLi:hover h3 a{color: #c2221f;}

/*logo*/
.header .logo .lWrap .logo-color{ display: none;}


.header.fixed{background: #fff;padding-top: 0;border-bottom: 1px solid #e3e3e3;}
.header.fixed .logo .lWrap .logo-white{ display: none;}
.header.fixed .logo .lWrap .logo-color{ display: inline-block;}
.header.fixed .nav .nLi,.header.fixed .searchBtn{-webkit-transform:scale(1) translateY(0); transform:scale(1) translateY(0);opacity: 1;}
.header.fixed .navBtn{-webkit-transform:scale(0) translateY(26px); transform:scale(0) translateY(26px);opacity: 0;}
.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: 88;background: rgba(0,0,0,0.96);display: none;}
.pcNav .wrap{display: flex;justify-content:center;align-items:center;text-align: center;height: 100%;}
.pcNav ul{flex:1;}
.pcNav ul li{opacity: 0;-webkit-transform:translateY(16px);transform:translateY(16px);max-width: 300px;margin: 0 auto;}
.pcNav ul li a{display: block;position: relative;padding: 25px 0;}
.pcNav ul li a h3{font-size: 24px;color: #fff;font-weight: 500;line-height: 32px;opacity: 0.5;}
.pcNav ul li a h4{position: absolute;left: 0;top:0;width: 100%;font-size: 14px;line-height: 32px;top: 20px;opacity: 0;text-transform: uppercase;color: #fff;font-weight: normal;}
.pcNav ul li a:hover h3{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity: 1;}
.pcNav ul li a:hover h4{opacity: 0.5;top:32px;}
.pcNav.on{}
.pcNav.on ul li{opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);}
.pcNav.on ul li:nth-child(1){-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.pcNav.on ul li:nth-child(2){-webkit-transition:all 0.3s linear 0.1s;transition:all 0.3s linear 0.1s;}
.pcNav.on ul li:nth-child(3){-webkit-transition:all 0.3s linear 0.2s;transition:all 0.3s linear 0.2s;}
.pcNav.on ul li:nth-child(4){-webkit-transition:all 0.3s linear 0.3s;transition:all 0.3s linear 0.3s;}
.pcNav.on ul li:nth-child(5){-webkit-transition:all 0.3s linear 0.4s;transition:all 0.3s linear 0.4s;}
.pcNav.on ul li:nth-child(6){-webkit-transition:all 0.3s linear 0.5s;transition:all 0.3s linear 0.5s;}
.pcNav.on ul li:nth-child(7){-webkit-transition:all 0.3s linear 0.6s;transition:all 0.3s linear 0.6s;}


body.lock{width: 100%;height: 100vh;overflow: hidden;}
/*body.lock .header .logo img{-webkit-clip-path: polygon(0 0, 54px 0, 54px 54px, 0 54px);clip-path: polygon(0 0, 54px 0, 54px 54px, 0 54px);}*/
body.lock .header .logo .d{opacity: 0;filter: alpha(opacity=0);}
body.lock .header .logo .o{opacity: 1;filter: alpha(opacity=100);}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide a{display: block;width: 100%;height: 100vh;position: relative;overflow: hidden;}
.banner .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;
-webkit-transition: all 2s linear;transition: all 2s linear;opacity: 0;-webkit-transform: scale(1.1);transform: scale(1.1);}
.banner .swiper-slide.swiper-slide-active a em{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.banner .swiper-slide.slide1 a .banTxt{padding-top: 398px;position: relative;z-index: 2;text-align: center;padding-top: 20.5%;}
.banner .swiper-slide a .proDesc{position: absolute;z-index: 2;left: 50%;margin-left: -600px;bottom: 44px;}

.banner .swiper-slide a .proDesc .tit{margin-bottom: 30px;padding-right: 210px;}
.banner .swiper-slide a .proDesc .tit h5{font-size: 20px;color: #ffffff;height: 34px;line-height: 34px;position: relative;overflow: hidden;}
.banner .swiper-slide a .proDesc .tit h5 span{display: inline-block;*display: inline;*zoom: 1;position: relative;padding-right: 40px;max-width: 50%;}
.banner .swiper-slide a .proDesc .tit h5 span:before{content: "";width: 1000px;height: 1px;background: #fff;position: absolute;left: 100%;top:50%;
-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: 0 50% 0;transform-origin: 0 50% 0;}
.banner .swiper-slide.swiper-slide-active a .proDesc .tit h5 span:before{-webkit-transform: scale(1,1);transform: scale(1,1);
-webkit-transition: all 2s ease 1s;transition: all 2s ease 1s;}
.banner .swiper-slide a .proDesc p{font-size: 15px;color: #ffffff;line-height: 26px;height: 52px;overflow: hidden;}

.banner .swiper-slide a .proDesc .tit h5 span{-webkit-transform:translateY(60px);transform:translateY(60px);opacity: 0;}
.banner .swiper-slide a .proDesc p{display: block;-webkit-transform:translateY(60px);transform:translateY(60px);opacity: 0;}
.banner .swiper-slide.swiper-slide-active a .proDesc .tit h5 span,
.banner .swiper-slide.swiper-slide-active a .proDesc  p{-webkit-transform:translateY(0);transform:translateY(0);opacity: 1;}
.banner .swiper-slide.swiper-slide-active a .proDesc .tit h5 span{-webkit-transition: all 0.3s linear 0.8s;transition: all 0.3s linear 0.8s;}
.banner .swiper-slide.swiper-slide-active a .proDesc .tit h5 span b{text-shadow: black 0.1em 0.1em 0.2em;}
.banner .swiper-slide.swiper-slide-active a .proDesc  p{-webkit-transition: all 0.3s linear 1.2s;transition: all 0.3s linear 1.2s; text-shadow: black 0.1em 0.1em 0.2em;}

.banner .pageState{position:absolute;bottom: 126px;width: 166px;left: 50%;margin-left: 434px;z-index: 3;}
.banner .pageState .btn{width: 34px;height: 34px;position: absolute;top:0;background: #fff url(../images/arrow.png) no-repeat left top;border-radius: 50%;cursor: pointer;}
.banner .pageState .btn.prev{left: 0;}
.banner .pageState .btn.next{right: 0;background-position: right top;}
.banner .pageState .btn:hover{background-color: #c2221f;background-position-y:bottom;}
.banner .pageState .btn.swiper-button-disabled{opacity: 0.4;pointer-events: none;}
.banner .pageState span{display: block;margin: 0 34px;height: 34px;line-height: 34px;text-align: center;font-size: 20px;color: #ffffff;font-family: "DinMed";}


.isect1{padding: 0 0 50px;background: url(../images/isect1Bg.jpg) no-repeat center;background-size: cover;}
.isect1 .title{padding-top: 29px;margin-bottom: 50px;}
.isect1 .title h3{font-size: 40px;color: #464646;line-height: 41px;font-weight: normal;}
.isect1 .title .line{display: block;width: 81px;height: 5px;background: #c2221f;margin: 18px 40px 0 38px;}
.isect1 .title ul li{margin-left: 22px;}
.isect1 .title ul li:first-child{margin-left: 0;}
.isect1 .title ul li a{display: block;width: 155px;height: 39px;border:1px solid #e5e5e5;border-radius: 20px;background: #f7f7f7;text-align: center;line-height: 39px;font-size: 20px;color: #646464;}
.isect1 .title ul li.active a{color: #c2221f;border-color: #c2221f;}
.isect1 .container{overflow: hidden;width: 1530px;margin: 0 auto;}
.isect1 .container{height: auto;}
.isect1 .container .innerScroll{margin: 0 65px;position: relative;}
.isect1 .container .innerScroll .swiper-button-prev,.isect1 .container .innerScroll .swiper-button-next{width: 20px;height: 35px;margin-top: -17px;background: url(../images/arrow2.png) no-repeat left top;}
.isect1 .container .innerScroll .swiper-button-prev{left: -65px;}
.isect1 .container .innerScroll .swiper-button-next{right: -65px;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;}
.isect1 .container .innerScroll .inContainer a{display: block;}
.isect1 .container .innerScroll .inContainer a .pic{width: 100%;height: 0;padding-bottom: 68%;position: relative;overflow: hidden;}
.isect1 .container .innerScroll .inContainer a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .container .innerScroll .inContainer a .text{padding: 0 46px 100px 36px;background: #ffffff;position: relative;}
.isect1 .container .innerScroll .inContainer a .text .tit{padding-left: 72px;margin-bottom: 25px;}
.isect1 .container .innerScroll .inContainer a .text .tit .date{width: 87px;height: 87px;background: #b3b3b3;position: absolute;left: 0;top:0;text-align: center;color: #ffffff;font-family: "DINLight";}
.isect1 .container .innerScroll .inContainer a .text .tit .date span{display: block;padding-top: 17px;font-size: 25px;line-height: 31px;}
.isect1 .container .innerScroll .inContainer a .text .tit .date em{display: block;font-size: 20px;line-height: 26px;}
.isect1 .container .innerScroll .inContainer a .text .tit h5{line-height: 87px;font-size: 20px;color: #525252;}
.isect1 .container .innerScroll .inContainer a .text p{font-size: 15px;color: #a7a7a7;line-height: 28px;height: 56px;overflow: hidden;}
.isect1 .container .innerScroll .inContainer a i{position: absolute;right: 30px;bottom: 24px;width: 49px;height: 49px;border:1px solid #dcdcdc;border-radius: 50%;background: #ffffff;}
.isect1 .container .innerScroll .inContainer a i:before,
.isect1 .container .innerScroll .inContainer a i:after{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect1 .container .innerScroll .inContainer a i:before{background: url(../images/arrow1.png) no-repeat  center;background-size: 100% 100%;}
.isect1 .container .innerScroll .inContainer a i:after{background: url(../images/arrow1On.png) no-repeat center;background-size: 100% 100%;opacity: 0;}
.isect1 .container .innerScroll .inContainer a:hover i{border-color: #c7161d;background: #c7161d;}
.isect1 .container .innerScroll .inContainer a:hover i:before{opacity: 0;}
.isect1 .container .innerScroll .inContainer a:hover i:after{opacity: 1;}
/*.isect1 .container .innerScroll .inContainer a:hover{-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}*/
.isect1 .container .innerScroll .swiper-pagination{height: 8px;line-height: 8px;width: 100%;bottom: 20px;display: none;}
.isect1 .container .innerScroll .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px;}
.isect1 .container .innerScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #c7161d;}
.isect1 .container .inNotice{margin: 0 65px 74px;}
.isect1 .container .inNotice ul{width: 48.57%;height: 543px;box-sizing:border-box;padding: 10px 60px 0;background: #fff;}
.isect1 .container .inNotice ul li{border-top: 1px dashed #d7d7d7;}
.isect1 .container .inNotice ul li:first-child{border:none;}
.isect1 .container .inNotice ul li a{display: block;height: 127px;box-sizing:border-box;padding: 36px 0 0 106px;position: relative;}
.isect1 .container .inNotice ul li a .date{position: absolute;;left: 0;top:18px;color: #525252;font-family: "DINLight";}
.isect1 .container .inNotice ul li a .date em{display: block;font-size: 60px;line-height: 67px;}
.isect1 .container .inNotice ul li a .date span{display: block;font-size: 16px;line-height: 30px;}
.isect1 .container .inNotice ul li a h5{font-size: 15px;color: #505050;line-height: 27px;overflow: hidden;height: 54px;overflow: hidden;font-weight: normal;}
.isect1 .container .inNotice ul li a:hover .date,
.isect1 .container .inNotice ul li a:hover h5{color: #c2221f;}
.isect1 .container .readMore{display: block;max-width: 335px;margin: 0 auto;border:1px solid #d2d2d2;border-radius: 30px;background: #fafafa;text-align: center;line-height: 58px;font-size: 20px;color: #525252;}
.isect1 .container .readMore:hover{background: #c2221f;border-color: #c2221f;color: #fff;}

.ititle{text-align: center;margin-bottom: 39px;}
.ititle h3{position: relative;line-height: 111px;font-size: 40px;color: #464646;font-weight: normal;}
.ititle h3:before{content: "";width: 81px;height: 2px;background: #c2221f;position: absolute;bottom: 0;left: 50%;margin-left: -40px;}

.isect2{padding: 19px 0 0;}
.isect2 .wap{display: none;}
.isect2 .wap li{width: 33%;margin: 0 0.5% 0.5% 0;}
.isect2 .wap li:nth-child(3n){margin-right: 0;}
.isect2 .wap li a{display: block;position: relative;overflow: hidden;}
.isect2 .wap li a em{display: block;width: 100%;height: 0;padding-bottom: 67%;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.isect2 .wap li a em:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(30,30,30,0.4);}
.isect2 .wap li a .text{position: absolute;left: 0;bottom: 5%;width: 100%;text-align: center;}
.isect2 .wap li a .text .icon{width: 40px;}
.isect2 .wap li a .text h5{font-size: 14px;color: #fff;line-height: 34px;}

.isect3{width: 100%;padding: 60px 0 0;margin: 51px 0 65px;position: relative;}
.isect3 .bg{width: 100%;height: 988px;position: absolute;left: 0;top:0;background: url(../images/isect3Bg.jpg) no-repeat center top;background-attachment: fixed;}
.isect3 .w1400{position: relative;z-index: 3;}
.isect3 .ititle{position: relative;}
.isect3 .ititle h3{line-height: 98px;position: relative;z-index: 2;color: #fff; letter-spacing: 0.1em;}
.isect3 .ititle h4{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 120px;font-size: 100px;color: #ffffff;text-align: center;text-transform: uppercase;opacity: 0.1;}
.isect3 .desc{margin: -3px 136px 46px;text-align: center;font-size: 15px;line-height: 35px;color: #ffffff;opacity: 0.7;}
.isect3 ul{margin-bottom: 35px;}
.isect3 ul li{width: 25%;text-align: center;position: relative;color: #ffffff;}
.isect3 ul li:before{content: "";width: 1px;height: 88px;position: absolute;left: 0;top:90px;background: #ffffff;opacity: 0.5;}
.isect3 ul li:first-child:before{display: none;}
.isect3 ul li .icon{line-height: 63px;font-size: 0;opacity: 0.5;}
.isect3 ul li h5{font-size: 31px;line-height: 94px;font-weight: normal;}
.isect3 ul li h5 span{font-size: 83px;font-family: "DINBold";}
.isect3 ul li p{font-size: 21px;line-height: 43px;}
.isect3 .video{height: 0;padding-bottom: 43.43%;position: relative;overflow: hidden;padding-bottom: 608px;}
.isect3 .video em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .video em:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(30,30,30,0.2);opacity: 0;}
.isect3 .video i{width: 73px;height: 73px;position: absolute;left: 50%;top:50%;margin: -36px 0 0 -36px;background: url(../images/videoIcon.png) no-repeat center;background-size: 100% 100%;}
.isect3 .video:hover em{ -webkit-transform: scale(1.05); transform: scale(1.05);}
.isect3 .video:hover em:before{opacity: 1;}

.isect4{padding: 51px 0 95px;background: url(../images/isect4Bg.jpg) no-repeat center;background-size: cover;}
.isect4 .ititle{margin-bottom: 30px;}
.isect4 .ititle h3{color: #fff; letter-spacing: 0.1em;}
.isect4 .text{font-size: 0;text-align: center;line-height: 40px;color: #ffffff;padding: 0 126px;}
.isect4 .text a,.isect4 .text span{font-size: 15px; display: inline-block;}
.isect4 .text span{margin: 0 15px;}
.isect4 .text a:hover{opacity: 0.7;}

.footer{background: #323232;}
.footer .top{padding: 62px 0;}
.footer .top .fLogo{height: 136px;line-height: 136px;}
.footer .top .fNav{padding: 6px 3% 0 4%;width: 25.57%;}
.footer .top .fNav li{width: 33.3%;}
.footer .top .fNav li a{display: block;font-size: 18px;line-height: 60px;color: #a4a4a4;text-align: center;font-weight: bold;}
.footer .top .fNav li a:hover{color: #fff;}
.footer .top .fContact{width: 32%;padding-top: 6px;}
.footer .top .fContact .tit{font-size: 18px;line-height: 27px;color: #a4a4a4;margin-bottom: 15px;}
.footer .top .fContact .text{font-size: 16px;color: #a4a4a4;line-height: 30px;font-weight: 300;}
.footer .top .fContact .text span{margin: 0 8px;}
.footer .top .qrcode img{width: 135px;height: 135px;}
.footer .copy{border-top: 1px solid #434343;padding: 23px 0;}
.footer .copy .w1400{box-sizing:border-box;padding-right: 260px;position: relative;font-size: 0;}
.footer .copy .w1400 .text{font-size: 15px;color: #a4a4a4;font-weight: 300;line-height: 26px;}
.footer .copy .w1400 .text span{margin: 0 18px;}
.footer .copy .w1400 .text a:hover{color: #fff;text-decoration: underline;}
.footer .copy select{width: 198px;height: 24px;border:1px solid #c9c9c9;background: #ffffff url(../images/trangle.png) no-repeat 94% center;position: absolute;right: 0;top:0;cursor: pointer;padding: 0 10px;font-size: 13px;color: #cdcdcd;line-height: 24px;}

.nyPageWrap{padding-top: 114px;}

.nyWrap{padding: 62px 0 47px;min-height: 400px;background-repeat: no-repeat;background-position: center top;background-color: #f6f6f6;}

.nyTitle{margin-bottom: 63px;position: relative;font-size: 40px;line-height: 87px;color: #464646;font-weight: normal;text-align: center;padding-bottom: 5px;}
.nyTitle:before{content: "";width: 43px;height: 5px;position: absolute;left: 50%;bottom: 0;margin-left: -21px;background: #c2221f;}
.bread{font-size: 15px;line-height: 46px;color: #676767;}
.bread span{margin: 0 6px;}
.bread a:hover{color: #c2221f;}


.nyContent{box-sizing:border-box;padding: 42px 44px 50px;background: #ffffff;min-height: 400px;overflow: hidden;}
.nyContent.bg{background: #ffffff url(../images/logoBg.png) no-repeat right bottom;}

.nyNav{padding-bottom: 28px;border-bottom: 1px solid #eaeaea;margin-bottom: 36px;}
.nyNav li{margin-bottom: 10px;}
.nyNav li a{display: block;font-size: 20px;line-height: 47px;color: #646464;padding: 0 42px;border-radius: 24px;}
.nyNav li.on a{background: #c2221f;color: #fff;}
.nyNav li a:hover{color: #c2221f;}
.nyNav li.on a:hover{color: #fff;}

.pageStyle{font-size: 16px;line-height: 40px;color: #525252;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.about .pic{margin: 43px 0 91px;}
.about .ul{margin-bottom: 96px;text-align: center;}
.about .ul li{width: 25%;}
.about .ul li .icon{line-height: 46px;font-size: 0;}
.about .ul li h5{line-height: 112px;font-size: 31px;color: #626262;font-weight: normal;}
.about .ul li h5 span{font-size: 83px;font-family: "DINBold";}
.about .ul li p{font-size: 20px;line-height: 25px;color: #626262;}

.honorList{overflow: hidden;}
.honorList ul{width: 1477px;padding-bottom: 18px;}
.honorList ul li{margin: 0 77px 25px 0; width: 26%;}
.honorList ul li a{display: block;}
.honorList ul li a .pic{height: 248px;border: 1px solid #ebebeb;text-align: center;line-height: 248px;font-size: 0;overflow: hidden;}
.honorList ul li a .pic img{max-width: 100%;max-height: 100%;}
.honorList ul li a h5{font-size: 15px;color: #8d8d8d;font-weight: normal;line-height: 90px;text-align: center;}
.honorList ul li a:hover h5{color: #c2221f;}


.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 0 10px;height: 37px;padding: 0 24px;border:1px solid #dedede;border-radius: 3px;font-size: 15px;color: #999999;line-height: 37px;}
.page a.num{padding: 0 12px;font-family: "DINLight";}
.page a.more{border-color: #fff;margin: 0;padding: 0 10px;}
.page a.on,.page a:hover{border-color: #c2221f;background: #c2221f;color: #fff;}
.page a.more:hover{background: none;border-color: #fff;color: #c2221f;}

.honorList1{overflow: hidden;}
.honorList1 .tit{margin-bottom: 53px;font-size: 20px;color: #c2221f;font-weight: normal;line-height: 22px;}
.honorList1 .tit span{padding-right: 61px;position: relative;}
.honorList1 .tit span:before{content: "";width: 40px;height: 3px;background: #c2221f;position: absolute;right: 0;top:50%;margin-top: -2px;}
.honorList1 ul{padding-bottom: 24px;width: 1420px;}
.honorList1 ul li{width: 386px;margin: 0 76px 53px 0;}
.honorList1 ul li a{display: block;margin-left: 30px;position: relative;border: 1px solid #cccccc;padding: 15px 20px 15px 51px;line-height: 60px;font-size: 15px;color: #777777;}
.honorList1 ul li a:before,
.honorList1 ul li a:after{content: "";width: 60px;height: 70px;position: absolute;left: -30px;top:50%;margin-top: -35px;background: #fff url(../images/honorIcon.png) no-repeat center;}
.honorList1 ul li a:after{background-image: url(../images/honorIcon1.png);opacity: 0;}
.honorList1 ul li a h5{font-weight: normal;}
.honorList1 ul li a:hover{color: #c2221f;border-color: #c2221f;}
.honorList1 ul li a:hover:before{opacity: 0;}
.honorList1 ul li a:hover:after{opacity: 1;}

.fzjg.honorList1 ul li a{margin-left: 0;}
.fzjg.honorList1 ul li a:before,.fzjg.honorList1 ul li a:after{display: none;}
.fzjg.honorList1 ul li a{padding: 15px 20px;}


.culTit{margin-bottom: 60px;text-align: center;font-size: 0;}
.culTit span{display: inline-block;*display: inline;*zoom: 1;padding: 0 140px;position: relative;height: 77px;line-height: 77px;font-size: 20px;color: #c2221f;}
.culTit span:before,.culTit span:after{content: "";width: 89px;height: 1px;background: #c2221f;position: absolute;top:50%;}
.culTit span:before{left: 0;}
.culTit span:after{right: 0;}

.cultureWrap .item1{padding: 0 0 80px;background: url(../images/culBg1.png) no-repeat center bottom;}
.cultureWrap .item1 .ul{padding-bottom: 98px;text-align: center;}
.cultureWrap .item1 .ul li{width: 25%;}
.cultureWrap .item1 .ul li .icon{width: 224px;height: 224px;border:1px solid #d7d7d7;border-radius: 50%;margin: 0 auto;position: relative;}
.cultureWrap .item1 .ul li .icon img{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.cultureWrap .item1 .ul li .icon img.o{opacity: 0;}
.cultureWrap .item1 .ul li h5{margin: 14px 0 6px;font-size: 20px;line-height: 40px;color: #515151;font-weight: normal;} 
.cultureWrap .item1 .ul li p{font-size: 15px;color: #9e9e9e;line-height: 26px;}
.cultureWrap .item1 .ul li:hover .icon{border-color: #c2221f;}
.cultureWrap .item1 .ul li:hover .icon .d{opacity: 0;}
.cultureWrap .item1 .ul li:hover .icon .o{opacity: 1;}
.cultureWrap .item1 .ul li:hover h5{color: #c2221f;}
.cultureWrap .item1 .dlWrap{padding: 0 57px;}
.cultureWrap .item1 .dlWrap dl{width: 38%;box-sizing:border-box;padding: 20px 0;line-height: 30px;font-size: 15px;color: #515151;}
.cultureWrap .item1 .dlWrap dl.dl2{width: 43%;}
.cultureWrap .item1 .dlWrap dl.dl3{width: 19%;}
.cultureWrap .item1 .dlWrap dl dt{padding: 0 15px;position: relative;color: #c2221f;font-weight: bold;}
.cultureWrap .item1 .dlWrap dl dt:before{content: "";width: 5px;height: 5px;background: #c2221f;border-radius: 50%;position: absolute;left: 0;top:12px;}

.cultureWrap .item2{padding-bottom: 60px;}
.cultureWrap .item2 .culTit{margin-bottom: 43px;}
.cultureWrap .item2 .scroll{width: 100%;position: relative;overflow: hidden;padding: 0 20px 88px;margin-left: -20px;}
.cultureWrap .item2 .scroll a{display: block;}
.cultureWrap .item2 .scroll a .pic{width: 100%;height: 0;padding-bottom: 70.97%;position: relative;overflow: hidden;}
.cultureWrap .item2 .scroll a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cultureWrap .item2 .scroll a .text{padding: 24px 26px 32px;}
.cultureWrap .item2 .scroll a .text h5{font-size: 15px;color: #515151;line-height: 26px;height: 52px;overflow: hidden;}
.cultureWrap .item2 .scroll a .text p{margin: 22px 0;font-size: 15px;color: #9e9e9e;line-height: 27px;height: 81px;overflow: hidden;}
.cultureWrap .item2 .scroll a .text .btm{line-height: 46px;color: #515151;font-size: 15px;font-family: "DINLight";}
.cultureWrap .item2 .scroll a .text .btm i{width: 44px;height: 44px;border:1px solid #e1e1e1;border-radius: 50%;background: url(../images/arrow3.png) no-repeat left top;}
.cultureWrap .item2 .scroll a:hover{-webkit-box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.1);}
.cultureWrap .item2 .scroll a:hover .btm i{border-color: #c2221f;background-position: left bottom;}
.cultureWrap .item2 .scroll .swiper-pagination{display: none;}
.cultureWrap .item2 .scroll .swiper-pagination .swiper-pagination-bullet-active{background: #c2221f;}
.cultureWrap .item2 .readMore{display: block;width: 232px;height: 50px;margin: 0 auto;border:1px solid #e1e1e1;border-radius: 26px;text-align: center;line-height: 50px;font-size: 20px;color: #515151;position: relative;overflow: hidden;}
.cultureWrap .item2 .readMore:before{content: "";width: 10px;height: 10px;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -5px;background: #c2221f;border-radius: 26px;z-index: 0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;
-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.cultureWrap .item2 .readMore span{position: relative;z-index: 2;}
.cultureWrap .item2 .readMore:hover:before{transform: scale(25);-webkit-transform: scale(25);opacity: 1;visibility: visible;}
.cultureWrap .item2 .readMore:hover{color: #fff;}

.cultureWrap .item3 a{display: block;width: 100%;height: 0;padding-bottom: 16.6%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.videoWrap .nyNav{border:none;padding-bottom: 48px;margin-bottom: 0;}

.recomNews{margin-bottom: 43px;padding-bottom: 44px;border-bottom: 1px solid #f6f6f6;}
.recomNews .container{width: 100%;position: relative;overflow: hidden;}
.recomNews .container a{display: block;height: 322px;padding-left: 656px;position: relative;}
.recomNews .container a .pic{width: 556px;height: 322px;position: absolute;left: 0;top:0;overflow: hidden;}
.recomNews .container a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews .container a i{display: block;width: 93px;height: 2px;background: #c2221f;margin-bottom: 54px;}
.recomNews .container a h5{font-size: 20px;color: #333333;line-height: 24px;max-height: 48px;overflow: hidden;}
.recomNews .container a span{display: block;font-size: 20px;line-height: 88px;color: #343434;font-family: "DinMed";}
.recomNews .container a p{font-size: 15px;line-height: 25px;color: #999999;height: 75px;overflow: hidden;}
.recomNews .container a:hover h5{color: #c2221f;}
.recomNews .container .swiper-pagination{height: 8px;line-height: 8px;font-size: 0;width: 100%;box-sizing:border-box;padding-left: 656px;text-align: left;}
.recomNews .container .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 8px 0 0;background: #e2e2e2;opacity: 1;}
.recomNews .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #d20a10;}
.recomNews .container .btnWrap{width: 556px;position: absolute;left: 0;top:50%;z-index: 2;}
.recomNews .container .btnWrap div{width: 47px;height: 47px;position: absolute;top:50%;margin-top: -24px;cursor: pointer;}
.recomNews .container .btnWrap div.prev{left: 10px;}
.recomNews .container .btnWrap div.next{right: 10px;}
.recomNews .container .btnWrap div:before,.recomNews .container .btnWrap div:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-image: url(../images/arrow4.png);}
.recomNews .container .btnWrap div:after{opacity: 0;}
.recomNews .container .btnWrap div.prev:before{background-position: left top;}
.recomNews .container .btnWrap div.prev:after{background-position: left bottom;}
.recomNews .container .btnWrap div.next:before{background-position: right top;}
.recomNews .container .btnWrap div.next:after{background-position: right bottom;}
.recomNews .container .btnWrap div:hover:before{opacity: 0; }
.recomNews .container .btnWrap div:hover:after{opacity: 1;}

.videoList{overflow: hidden;}
.videoList ul{width: 1365px;padding-bottom: 25px;}
.videoList ul li{width: 403px;margin: 0 52px 54px 0;}
.videoList ul li a{display: block;}
.videoList ul li a .pic{width: 100%;height: 0;padding-bottom: 67.99%;position: relative;overflow: hidden;}
.videoList ul li a .pic em,.videoList ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.videoList ul li a .pic b{background: rgba(0,0,0,0.3);opacity: 0;z-index: 2;}
.videoList ul li a .pic i{width: 57px;height: 57px;position: absolute;left: 50%;top:50%;margin: -28px 0 0 -28px;background: url(../images/videoIcon1.png) no-repeat center;background-size: 100% 100%;z-index: 3;opacity: 0; -webkit-transform: scale(0.4);transform: scale(0.4);}
.videoList ul li a .text{padding: 19px 34px 20px;background: #f4f4f4;}
.videoList ul li a .text h5{font-size: 20px;line-height: 39px;color: #333333;font-size: 18px;}
.videoList ul li a .text span{display: block;font-size: 15px;line-height: 32px;color: #333333;font-weight: 300;}
.videoList ul li a:hover .pic b,.videoList ul li a:hover .pic i{opacity: 1;}
.videoList ul li a:hover .pic i{-webkit-transform: scale(1);transform: scale(1);}

.noticeList{padding-bottom: 53px;}
.noticeList li{width: 48.29%;margin-bottom: 43px;}
.noticeList li a{display: block;height: 201px;background: #f7f7f7;padding: 0 56px 0 168px;position: relative;}
.noticeList li a .date{position: absolute;left: 58px;top:53px;color: #525252;font-family: "DINLight";}
.noticeList li a .date em{display: block;font-size: 70px;line-height: 65px;}
.noticeList li a .date span{display: block;font-size: 20px;line-height: 30px;}
.noticeList li a h5{padding-top: 40px;margin-bottom: 19px;font-size: 15px;line-height: 25px;color: #333333;height: 50px;overflow: hidden;}
.noticeList li a p{font-size: 15px;line-height: 25px;color: #999999;height: 50px;overflow: hidden;}
.noticeList li a:hover .date,.noticeList li a:hover h5{color: #c2221f;}

.newsList{padding-bottom: 18px;}
.newsList li{margin-bottom: 68px;}
.newsList li a{display: block;height: 229px;position: relative;padding-left: 463px;}
.newsList li a .pic{width: 396px;height: 229px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList 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 li a h5{font-size: 20px;line-height: 77px;color: #333333;font-size: 18px;}
.newsList li a span{display: block;margin-bottom: 23px;line-height: 30px;font-size: 15px;color: #333333;font-weight: 300;}
.newsList li a p{font-size: 15px;line-height: 25px;color: #999999;height: 75px;overflow: hidden;}
.newsList li a:hover h5{color: #c2221f;}

.passage .psgTit{padding: 10px 0 40px;margin-bottom: 47px;position: relative;border-bottom: 4px solid #f6f6f6;text-align: center;}
.passage .psgTit:before{content: "";width: 134px;height: 4px;background: #c2c2c2;position: absolute;left: 50%;bottom: -4px;z-index: 2;margin-left: -67px;}
.passage .psgTit h5{margin-bottom: 20px;font-size: 25px;line-height: 40px;color: #333333;}
.passage .psgTit .info{font-size: 15px;line-height: 34px;color: #ababab;position: relative;}
.passage .psgTit .info span{margin: 0 20px;}
.passage .psgTit .info .toList{position: absolute;right: 0;top:0;padding-left: 31px;}
.passage .psgTit .info .toList:before{content: "";width: 17px;height: 14px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/toList.png) no-repeat left top;}
.passage .psgTit .info .toList:hover{color: #c2221f;}
.passage .psgTit .info .toList:hover:before{background-position: left bottom;}
.passage .psgCont{padding: 0 100px 85px;border-bottom: 4px solid #f6f6f6;line-height: 30px;}
.passage .psgCont .pic{padding: 46px 0 32px;text-align: center;}
.passage .psgCont .desc{margin-bottom: 60px;text-align: center;font-size: 20px;line-height: 35px;color: #565656;font-weight: normal;}
.passage .psgLink{padding-top: 36px;}
.passage .psgLink li{max-width: 45%;}
.passage .psgLink li a{font-size: 20px;line-height: 44px;color: #565656;}
.passage .psgLink li a:hover{color: #c2221f;}

.nyWrap1 .nyTitle,.nyWrap1 .bread{color: #fff;}
.nyWrap1 .nyTitle:before{background: #fff;}

.ztList{padding-bottom: 52px;}
.ztList li{width: 47.3%;margin-bottom: 27px;}
.ztList li a{display: block;}
.ztList li a .pic{width: 100%;height: 0;padding-bottom: 38.647%;position: relative;overflow: hidden;}
.ztList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ztList li a h5{padding: 0 37px;font-size: 20px;line-height: 82px;color: #464646;background: #fbfbfb;font-weight: normal;}
.ztList li a:hover h5{color: #c2221f;}
.ztList li a:hover{-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}

.qkList{}
.qkList ul{width: 1360px;padding-bottom: 48px;}
.qkList ul li{box-sizing:border-box;width: 294px;border: 1px solid #ebebeb;margin: 0 46px 41px 0;}
.qkList ul li a{display: block;padding: 49px 25px 0;text-align: center;}
.qkList ul li a h5{font-size: 20px;height: 39px;line-height: 39px;color: #656565;font-weight: normal;font-size: 0;}
.qkList ul li a h5 span{display: inline-block;*display: inline;*zoom: 1;padding: 0 47px;position: relative;font-size: 20px;}
.qkList ul li a h5 span:before,.qkList ul li a h5 span:after{content: "";width: 28px;height: 1px;background: #9e9e9e;position: absolute;top:50%;}
.qkList ul li a h5 span:before{left: 0;}
.qkList ul li a h5 span:after{right: 0;}
.qkList ul li a p{margin: 5px 0 22px;font-size: 15px;line-height: 34px;color: #656565;}
.qkList ul li a img{width: 100%;}
.qkList ul li:hover{-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-webkit-transform:translateY(-6px);transform:translateY(-6px);}
.qkList ul li a:hover h5{color: #c2221f;}
.qkList ul li a:hover h5 span:before,.qkList ul li a:hover h5 span:after{background: #c2221f;}

.branchWrap{position: relative; padding: 274px 0 314px; background-repeat: no-repeat; background-position: center; background-size: cover;}

.branchWrap .cont{position: relative; box-sizing:border-box;padding: 0 43px;}
.branchWrap .cont::before{ content: ""; position: absolute; top: -20px; left: 0; width: 100%; max-width: 920px; height: 110%; background-color: rgba(0,0,0,0.5); padding: 30px; box-sizing: border-box;}
.branchWrap .cont .tit{font-size: 20px;line-height: 39px;color: #ffffff; position: relative; z-index: 2;}
.branchWrap .cont .line{display: block;width: 130px;height: 3px;background: #c2221f;margin: 39px 0 43px; position: relative; z-index: 2;}
.branchWrap .cont .detail{color: #ffffff;line-height: 27px;margin-bottom: 84px; position: relative; z-index: 2;}
.branchWrap .cont .detail .wrap{max-width: 825px !important;}
.branchWrap .cont .btnWrap a{width: 56px;height: 56px;border:1px solid #fff;border-radius: 50%;margin-left: 24px;text-align: center;line-height: 56px;font-size: 15px;color: #ffffff;position: relative;}
.branchWrap .cont .btnWrap a div{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.branchWrap .cont .btnWrap a div.o{opacity: 0;}
.branchWrap .cont .btnWrap a:first-child{margin-left: 0;}
.branchWrap .cont .btnWrap a:hover{background: #fff;color: #c2221f;}
.branchWrap .cont .btnWrap a:hover div.d{opacity: 0;}
.branchWrap .cont .btnWrap a:hover div.o{opacity: 1;}

.jobList .nLi{margin-bottom: 30px;}
.jobList .nLi .dt{padding: 0 0 0 40px;height: 67px;background: #cccccc;font-size: 15px;color: #ffffff;;line-height: 67px;cursor: pointer;}
.jobList .nLi .dt span{margin-left: 70px;}
.jobList .nLi .dt span:first-child{margin-left: 0;}
.jobList .nLi .dt span em{margin: 0 12px;}
.jobList .nLi .dt .btn{height: 100%;width: 83px;position: relative;}
.jobList .nLi .dt .btn i{position: absolute;width: 18px;height: 18px;left: 50%;top:50%;margin: -9px 0 0 -9px;}
.jobList .nLi .dt .btn i:before,.jobList .nLi .dt .btn i:after{content: "";position: absolute;background: #fff;}
.jobList .nLi .dt .btn i:before{width: 2px;height: 100%;left: 50%;margin-left: -1px;top:0;}
.jobList .nLi .dt .btn i:after{width: 100%;height: 2px;left: 0;top:50%;margin-top: -1px;}
.jobList .nLi .dt .apply{width: 112px;height: 32px;border:1px solid #ffffff;border-radius: 17px;text-align: center;line-height: 32px;margin-top: 17px;display: none;}
.jobList .nLi .dd{display: none;}
.jobList .nLi .dd .wrap{padding: 27px 0 7px;}
.jobList .nLi .dd .wrap .ul{margin-bottom: 33px;font-size: 15px;color: #303030;line-height: 34px;font-weight: bold;font-size: 14px;}
.jobList .nLi .dd .wrap .ul li{box-sizing:border-box;}
.jobList .nLi .dd .wrap .ul .li1{min-width: 26.5%;padding-right: 20px;}
.jobList .nLi .dd .wrap .ul .li2{min-width: 22.8%;padding-right: 20px;}
.jobList .nLi .dd .wrap .ul .li3{min-width: 21%;padding-right: 20px;}
.jobList .nLi .dd .wrap .tit{margin-bottom: 20px;font-size: 15px;line-height: 35px;color: #c2221f;font-weight: normal;}
.jobList .nLi .dd .wrap .pageStyle{color: #686868;line-height: 50px;}
.jobList .nLi.on .dt{background: #494949;}
.jobList .nLi.on .dt .btn i:before{-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}
.jobList .nLi.on .dt .btn i:after{-webkit-transform: rotateZ(-90deg);transform: rotateZ(-90deg);opacity: 0;}
.jobList .nLi:first-child .dd{display: block;}

.nyTop1 .nyNav{text-align: center;border:none;margin-bottom: 16px;padding-bottom: 0;}
.nyTop1 .nyNav li{float: none;display: inline-block;*display: inline;*zoom: 1;}

.busWrap{overflow: hidden;}
.busScroll{position: relative;background: #fff;}
.busScroll .container{width: 100%;position: relative;overflow: hidden;background: #f9f9f9;border-bottom: 1px solid #f5f5f5;}
.busScroll a{display: block;border-left: 1px solid #f5f5f5;text-align: center;padding: 41px 15px 34px;position: relative;}
.busScroll .swiper-slide:first-child a{border:none;}
.busScroll a .icon{width: 60px;height: 48px;margin: 0 auto 15px;
/*background: url(../images/busIcon.png) no-repeat left top;*/background-repeat: no-repeat;background-position: left top;}
.busScroll a h5{font-size: 16px;line-height: 35px;color: #777777;font-weight: normal;}
.busScroll a:before{content: "";width: 100%;height: 2px;background: #c2221f;position: absolute;left: 0;bottom: 0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.busScroll .on a .icon,.busScroll a:hover .icon{background-position-y: bottom !important;}
.busScroll .on a:before,.busScroll a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.busScroll .on a h5,.busScroll a:hover h5{color: #c2221f;}
/*.busScroll .slide2 a .icon{background-position: -60px top;}
.busScroll .slide3 a .icon{background-position: -120px top;}
.busScroll .slide4 a .icon{background-position: -180px top;}
.busScroll .slide5 a .icon{background-position: -240px top;}
.busScroll .slide6 a .icon{background-position: -300px top;}
.busScroll .slide7 a .icon{background-position: -360px top;}
.busScroll .slide8 a .icon{background-position: -420px top;}
.busScroll .slide9 a .icon{background-position: -480px top;}
.busScroll .slide10 a .icon{background-position: -540px top;}
.busScroll .slide11 a .icon{background-position: -600px top;}
.busScroll .slide12 a .icon{background-position: -660px top;}
.busScroll .slide13 a .icon{background-position: -720px top;}
.busScroll .slide14 a .icon{background-position: -780px top;}
.busScroll .slide15 a .icon{background-position: -840px top;}
.busScroll .slide16 a .icon{background-position: -900px top;}*/
.busScroll .swiper-pagination{display: none;}
.busScroll .swiper-pagination .swiper-pagination-bullet{margin: 0 4px;}
.busScroll .swiper-pagination .swiper-pagination-bullet-active{background: #c2221f;}

.busScroll .busBtn{background: #fff url(../images/arrow.png) no-repeat right top; width: 34px; height: 34px; 
    border-radius: 50%; transition: 0.3s; -webkit-transition: 0.3s;display: none;}
.busScroll .busBtn.next{ width: 34px; height: 34px; 
    border-radius: 50%;
    cursor: pointer; background: #fff url(../images/arrow.png) no-repeat left top;}
.busScroll .busBtn:hover{ background-color: #c2221f; background-position-y: bottom;}

.busList{overflow: hidden;padding: 25px 24px 86px;background: #fff;min-height: 350px;}
.busList ul{width: 1387px;padding-bottom: 56px;}
.busList ul li{width: 428px;margin: 0 34px 37px 0;}
.busList ul li a{display: block;height: 0;padding-bottom: 64.95%;position: relative;overflow: hidden;}
.busList ul li a em,.busList ul li a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.busList ul li a em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.busList ul li a b{z-index: 2;background: url(../images/shadow.png) no-repeat center;background-size: 100% 100%;opacity: 0;}
.busList ul li a h5{position: absolute;left: 0;bottom: 0;z-index: 3;width: 100%;box-sizing:border-box;padding: 0 26px;font-size: 20px;line-height: 67px;color: #ffffff;font-weight: normal;opacity: 0;-webkit-transform:translateY(16px);transform:translateY(16px);}
.busList ul li a:hover b{opacity: 1;}
.busList ul li a:hover h5{opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);}

.Gallery{width:100%;height:100%;position:fixed;left:0;top:0;background: rgba(0,0,0,0.6);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}
.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}

.devpWrap .desc{margin-bottom: 56px;}
.devpWrap .tabs{margin-bottom: 64px;position: relative;padding: 0 90px;}
.devpWrap .tabs:before{content: "";width: 100%;height: 1px;background: #cdcdcd;position: absolute;left: 0;top:50%;z-index: 1;}
.devpWrap .tabs .swiper-button-prev,
.devpWrap .tabs .swiper-button-next{width: 44px;height: 44px;position: absolute;top: 50%;margin-top: -23px;background: #fff url(../images/arrow5.png) no-repeat left top;border:1px solid #cccccc;border-radius: 50%;z-index: 9;}
.devpWrap .tabs .swiper-button-next.swiper-button-disabled,
.devpWrap .tabs .swiper-button-prev.swiper-button-disabled{opacity: 1;}
.devpWrap .tabs .swiper-button-prev{left: 0;}
.devpWrap .tabs .swiper-button-next{right: 0;background-position: right top;}
.devpWrap .tabs .swiper-button-prev:hover,.devpWrap .tabs .swiper-button-next:hover{border-color: #c2221f;background-position-y:bottom;}
.devpWrap .tabs .container{width: 100%;position: relative;z-index: 2;overflow: hidden;}
.devpWrap .tabs .container .date{margin: 0 auto;width: 111px;height: 111px;border:1px solid #cccccc;border-radius: 50%;background: #fff;text-align: center;line-height: 111px;font-size: 35px;color: #7b7b7b;font-family: "DINBold";cursor: pointer;}
.devpWrap .tabs .container .on .date{border-color: #c2221f;color: #c2221f;}
.devpWrap .cont{width: 100%;padding: 43px;margin-left: -43px;background: url(../images/devBg.png) no-repeat center;background-size: cover;}
.devpWrap .cont .container{width: 100%;position: relative;overflow: hidden;background: #fff url(../images/logoBg2.png) no-repeat right bottom;}
.devpWrap .cont .container .wrap{padding: 66px 82px 40px;min-height: 173px;}
.devpWrap .cont .container .wrap .date{margin-bottom: 24px;font-size: 35px;line-height: 41px;color: #c2221f;font-family: "DINBold";}
.devpWrap .cont .container .wrap .pageStyle{font-size: 20px;line-height: 35px;color: #525252;}


.searchList{width: 100%;margin-bottom: 65px;}
.searchList ul{margin-bottom: 44px;}
.searchList li{height: 59px;line-height: 59px;padding-left: 14px;position: relative;border-bottom: 1px dashed #dddddd;}
.searchList li:first-child{border-top: none;}
.searchList li:before{content: "";width: 3px;height: 3px;background: #777777;position: absolute;left: 0;top: 50%;margin-top: -2px;}
.searchList li a{display: block;}
.searchList li a h5{font-size: 14px;color: #444444;font-weight: normal;max-width: 70%;}
.searchList li a span{font-size: 12px;color: #808080;}
.searchList li:hover:before{background: #c2221f;}
.searchList li:hover a h5{color: #c2221f;}


.goTop{position: fixed;right: 0;bottom: 20%;z-index: 999;width: 60px;height: 60px;background: #e0e0e0 url(../images/goTop.png) no-repeat center;background-size: 40px;cursor: pointer;right: -60px;}
.goTop:hover{background-color: #c2221f;}
.goTop.show{right: 0;}

.partyWrap .nyTitle,.partyWrap .bread{color: #fff;}
.partyWrap .nyTitle:before{background: #fff;}
.partyWrap .bread a:hover{color: #ffffff;text-decoration: underline;}

/*20200430*/
.floatAd{position: fixed;left: 0;top:50%;margin-top: -80px;z-index: 99;display: none;}
.floatAd a{display: block;width: 280px;height: 160px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.floatAd .close{position: absolute;right:5px;top:0;font-size: 12px;color: #fff;line-height: 24px;cursor: pointer;z-index: 9;}

.fix{position: fixed;left: 0;bottom: 0;width:280px;z-index: 99;}
.fix .ewm{margin-bottom: 10px;}
.fix .ad_close{display: block;text-align: right;cursor: pointer;}

.fixRight{position: fixed;right: 0;top:125px;width:280px;z-index: 99;}
.fixRight .ad_close{display: block;text-align: right;cursor: pointer;}



@media screen and (max-width: 1550px){
.header .nav .nLi h3 a{font-size: 17px;padding: 0 22px;}
.header .searchBtn{margin-left: 12px;}
.isect1 .container{width: 1400px;}
.isect1 .container .innerScroll .swiper-button-prev,.isect1 .container .innerScroll .swiper-button-next{display: none;}
.isect1 .container .innerScroll{margin: 0;}
.isect1 .container .inNotice{margin: 0 0 40px;}

}

@media screen and (max-width: 1460px){
.isect3 .video{width: 80%;margin: 0 auto;padding-bottom: 580px;}
}

@media screen and (max-width: 1420px){
.w1400{width: auto;padding: 0 5%;}
.header .nav .nLi h3 a{padding: 0 20px;}
.header .searchBtn{margin-left: 10px;}
.header .logo img{height: 40px;}
.isect1 .container{width: auto;margin: 0 5%;}

.isect3 ul li h5{font-size: 24px;}
.isect3 ul li h5 span{font-size: 60px;}

.footer .top{margin: 0 5%;}
.footer .copy .w1400{padding: 0 260px 0 0;margin: 0 5%;}

.nyContent{padding: 42px 44px 50px;margin: 0 5%;}

.nyNav li a{font-size: 16px;line-height: 38px;border-radius: 19px;padding: 0 32px;}

.honorList ul{width: 100%;}
.honorList ul li{width: 30%;margin-right: 5%;}
.honorList ul li:nth-child(3n){margin-right: 0;}
.honorList ul li a h5{line-height: 60px;}

.honorList1 ul{width: 100%;}
.honorList1 ul li{width: 32%;margin-right: 2%;}
.honorList1 ul li:nth-child(3n){margin-right: 0;}


.cultureWrap .item1 .dlWrap{padding: 0 30px;}
.cultureWrap .item1 .dlWrap dl{font-size: 14px;}
.cultureWrap .item1 .dlWrap dl.dl1,.cultureWrap .item1 .dlWrap dl.dl2,.cultureWrap .item1 .dlWrap dl.dl3{width: auto;min-width: 33.3%;box-sizing:border-box;padding-right: 50px;}
.cultureWrap .item1 .dlWrap dl dt{padding: 0 10px;}

.cultureWrap .item1 .ul li .icon{width: 180px;height: 180px;}

.videoList ul{width: 100%;}
.videoList ul li{width: 32%;margin: 0 2% 2% 0;}
.videoList ul li:nth-child(3n){margin-right: 0;}
.videoList ul li a .text{padding: 12px 20px 20px;}
.videoList ul li a .text h5{font-size: 16px;}

.noticeList li a{height: 180px;padding: 0 26px 0 136px;}
.noticeList li a .date{left: 30px;top:30px;}
.noticeList li a h5{padding-top: 30px;}

.newsList li{margin-bottom: 40px;}
.newsList li a{padding-left: 440px;}

.qkList ul{width: 100%;}
.qkList ul li{width: 24%;margin: 0 1.33% 2.66% 0;}
.qkList ul li:nth-child(4n){margin-right: 0;}
.qkList ul li a{padding: 24px 15px 0;}
.qkList ul li a h5 span{font-size: 18px;padding: 0 30px;}
.qkList ul li a h5 span:before,.qkList ul li a h5 span:after{width: 20px;}

.branchWrap .cont{padding: 0 5%;}

.busList ul{width: 100%;}
.busList ul li{width: 32%;margin-right: 2%;}
.busList ul li:nth-child(3n){margin-right: 0;}

}

@media screen and (max-width: 1320px){
.isect1 .container .inNotice ul{padding: 10px 30px 0;}
.footer .top .fNav{padding: 6px 1% 0 2%;}

.recomNews .container a{height: 265px;padding-left: 480px;}
.recomNews .container a .pic{width: 458px;height: 265px;}
.recomNews .container .btnWrap{width: 458px;}
.recomNews .container .btnWrap div{-webkit-transform: scale(0.7);transform: scale(0.7);}
.recomNews .container a i{margin-bottom: 40px;}
.recomNews .container a h5{font-size: 16px;}
.recomNews .container a span{font-size: 14px;line-height: 60px;}
.recomNews .container .swiper-pagination{padding-left: 480px;}

}

@media screen and (max-width: 1220px){
.w1200{width: auto;margin: 0 auto;padding: 0 5%;}
.header{padding-top: 0;}
.header .logo{height: 90px;line-height: 90px;}
.header .nav,.header .searchBtn,.header .navBtn{display: none;}
.header .menuIcon{display: block;}

.banner .swiper-slide a{height: 0;padding-bottom: 68%;}
.banner .swiper-slide.slide1 a .banTxt{padding-top: 27%;}
.banner .swiper-slide.slide1 a .banTxt img{width: 49%;}

.banner .swiper-slide a .proDesc{width: 100%;box-sizing:border-box;left: 0;margin-left: 0;}
.banner .pageState{right: 5%;left: auto;margin-left: 0;}

.isect1 .title h3{font-size: 32px;}
.isect1 .title .line{margin: 18px 20px 0;}
.isect1 .title ul li{margin-left: 15px;}
.isect1 .title ul li a{width: 120px;font-size: 16px;}

.isect2 .box{display: none;}
.isect2 .wap{display: block;}

.isect3 .desc{margin: 0 0 32px;}
.isect4 .text{padding: 0;}

.nyNav li a{padding: 0 26px;}
.nyPageWrap{padding-top: 91px;}

.about .ul li h5{font-size: 24px;line-height: 80px;}
.about .ul li h5 span{font-size: 60px;}
.about .ul li .icon img{height: 38px !important;}

.cultureWrap .item1 .ul{padding-bottom: 40px;}
.cultureWrap .item1 .ul li .icon{width: 140px;height: 140px;}
.cultureWrap .item1 .ul li h5{font-size: 16px;margin: 10px 0 5px;}
.cultureWrap .item1 .ul li p{font-size: 13px;line-height: 24px;}

.jobList .nLi .dt .btn{display: none;}
.jobList .nLi .dt .apply{margin-right: 20px;}

.busScroll{padding-bottom: 25px;}
.busScroll .swiper-pagination{display: block;width: 100%;bottom: 0;}
.busScroll a{padding-bottom: 40px;padding: 20px 12px;}
.busScroll a h5{font-size: 16px;}
.busScroll a .icon{-webkit-transform: scale(0.8);transform: scale(0.8);margin-bottom: 8px;}
.busList ul li{margin-bottom: 2%;}
.busList ul li a h5{font-size: 16px;line-height: 44px;}

.passage .psgCont{padding-left: 0;padding-right: 0;}
}


@media screen and (max-width: 1024px){
.banner .swiper-slide a .proDesc{bottom: 20px;}
.banner .swiper-slide a .proDesc p{display: none;}
.banner .swiper-slide a .proDesc .tit{margin-bottom: 0;}
.banner .pageState{bottom: 20px;}

.isect1 .title{margin-bottom: 18px;}
.isect1 .title h3{font-size: 24px;}
.isect1 .title .line{margin: 20px 16px 0;height: 3px;width: 60px;}
.isect1 .title ul li a{width: 100px;height: 30px;margin-top: 5px;line-height: 30px;font-size: 14px;}

.isect1 .container .inNotice ul.fr{display: none;}
.isect1 .container .inNotice ul{width: 100%;}

.ititle{margin-bottom: 20px;}
.ititle h3{font-size: 24px;line-height: 60px;}
.ititle h3:before{width: 54px;margin-left: -27px;}

.isect3 .ititle h4{font-size: 60px;line-height: 80px;}
.isect3 .ititle h3{line-height: 60px;}
.isect3 .desc{font-size: 14px;line-height: 30px;}
.isect3 ul li:before{top:40px;}
.isect3 ul li .icon{line-height: 40px;}
.isect3 ul li .icon img{height: 30px;}
.isect3 ul li h5{font-size: 15px;line-height: 60px;}
.isect3 ul li h5 span{font-size: 40px;}
.isect3 ul li p{font-size: 16px;line-height: 30px;}
.isect3 .video{padding-bottom: 43.43%;width: 100%;}
.isect3 .bg{height: 80%;}

.isect4 .ititle{margin-bottom: 20px;}
.isect4 .text{line-height: 26px;}
.isect4 .text a, .isect4 .text span{font-size: 13px;}

.footer .top .fLogo,.footer .top .fNav{display: none;}
.footer .top .fContact{width: 60%;}

.nyNav{display: none;}
.nyTitle{font-size: 28px;line-height: 60px;margin-bottom: 30px;}
.nyTitle:before{height: 3px;}
.nyContent{padding: 30px;}
.nyWrap{padding: 40px 0 47px;}

.about .ul{margin-bottom: 60px;}

.about .pic{margin: 20px 0 30px;}
.about .ul{margin-bottom: 40px;}
.about .ul li h5{font-size: 18px;line-height: 60px;}
.about .ul li h5 span{font-size: 40px;}
.about .ul li p{font-size: 16px;}

.honorList ul li{margin-bottom: 18px;}
.honorList ul li a .pic{height: 200px;line-height: 200px;}

.honorList1 ul li{width: 49%;margin-right: 0;}
.honorList1 ul li:nth-child(2n){float: right;}

.cultureWrap .item2 .culTit{margin-bottom: 20px;}
.cultureWrap .item2 .scroll a .text{padding: 16px 16px 24px;}
.cultureWrap .item2 .scroll a .text h5{font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;}
.cultureWrap .item2 .scroll a .text p{margin: 12px 0;font-size: 13px;line-height: 26px;height: 52px;}
.cultureWrap .item2 .scroll a .text .btm i{-webkit-transform: scale(0.7);transform: scale(0.7);}
.cultureWrap .item2 .scroll a .text .btm{line-height: 32px;font-size: 12px;}

.recomNews{padding-bottom: 20px;margin-bottom: 20px;}
.recomNews .container{padding-bottom: 30px;}
.recomNews .container .swiper-pagination{padding: 0;text-align: center;bottom: 0;}
.recomNews .container a{height: auto;padding-left: 0;}
.recomNews .container a .pic{width: 100%;position: relative;margin-bottom: 20px;}
.recomNews .container a i{display: none;}
.recomNews .container .btnWrap{display: none;}

.noticeList li a{height: 140px;padding: 0 26px 0 80px;}
.noticeList li a .date{left: 20px;text-align: center;left: 12px;}
.noticeList li a .date em{font-size: 40px;line-height: 40px;}
.noticeList li a .date span{font-size: 14px;line-height: 24px;}
.noticeList li a h5{padding-top: 25px;margin-bottom: 10px;height: auto;
 white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
 .noticeList li a p{font-size: 13px;}

.newsList li a{height: 190px;padding-left: 350px;}
 .newsList li a .pic{width: 330px;height: 190px;}
 .newsList li a h5{line-height: 52px;}

.passage .psgTit{padding-bottom: 20px;margin-bottom: 30px;}
.passage .psgTit .info .toList{display: none;}
.passage .psgTit h5{font-size: 20px;line-height: 30px;margin-bottom: 12px;}
.passage .psgTit .info{font-size: 13px;}
.passage .psgTit .info span{margin: 0 8px;}
.passage .psgCont .pic{padding: 20px 0;}
.passage .psgCont .desc{font-size: 16px;margin-bottom: 30px;}
.passage .psgCont{padding-bottom: 45px;}

.ztList{padding-bottom: 20px;}
.ztList li a h5{padding: 0 20px;line-height: 72px;font-size: 16px;}
.ztList li a{-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}

.qkList ul li{width: 32%;margin-right: 2%;}
.qkList ul li:nth-child(3n){margin-right: 0;}
.qkList ul li:nth-child(4n){margin-right: 2%;}

.branchWrap{padding: 150px 0 250px;}

.jobList .nLi.on .dt{padding-left: 20px;}
.jobList .nLi .dt span{display: none;}
.jobList .nLi .dt span:first-child{display: block;}
.jobList .nLi .dd .wrap{padding: 15px 0 7px;}
.jobList .nLi .dd .wrap .ul{margin-bottom: 20px;}
.jobList .nLi .dd .wrap .tit{margin-bottom: 0;}
.jobList .nLi .dd .wrap .pageStyle{line-height: 34px;}

.jobList .nLi .dd .wrap .ul li,.jobList .nLi .dd .wrap .ul .li1,.jobList .nLi .dd .wrap .ul .li2,.jobList .nLi .dd .wrap .ul .li3{min-width: 50%;}
.jobList .nLi .dd .wrap .ul li.fr{float: left;}
}

@media screen and (max-width: 768px){
.header .logo{height: 68px;line-height: 68px;}
.header .logo img{height: 34px;}

.banner .pageState{height: 34px;width: 70px;}
.banner .pageState span{display: none;}
.banner .swiper-slide a .proDesc .tit{padding-right: 80px;}
.banner .swiper-slide a .proDesc .tit h5{font-size: 15px;}
.banner .swiper-slide a .proDesc .tit h5 span{padding-right: 20px;}

.isect1 .container .innerScroll .swiper-button-prev,.isect1 .container .innerScroll .swiper-button-next{display: none;}

.isect1 .container .innerScroll .inContainer a .text{padding: 0 20px 72px 20px;}
.isect1 .container .innerScroll .inContainer a .text .tit{padding-left: 52px;margin-bottom: 15px;}
.isect1 .container .innerScroll .inContainer a .text .tit .date{width: 64px;height: 64px;}
.isect1 .container .innerScroll .inContainer a .text .tit .date span{padding-top: 7px;font-size: 18px;line-height: 30px;}
.isect1 .container .innerScroll .inContainer a .text .tit .date em{font-size: 14px;line-height: 20px;}
.isect1 .container .innerScroll .inContainer a .text .tit h5{font-size: 16px;line-height: 64px;}
.isect1 .container .innerScroll .inContainer a .text p{font-size: 14px;line-height: 24px;height: 48px;}
.isect1 .container .innerScroll .inContainer a i{width: 34px;height: 34px;right: 24px;}

.isect1 .title h3{width: 100%;text-align: center;}
.isect1 .title .line{display: none;}
.isect1 .title ul{width: 100%;text-align: center;font-size: 0;padding-top: 12px;}
.isect1 .title ul li{float: none;display: inline-block;margin: 0 4px;}
.isect1 .title ul li:first-child{margin: 0 4px;}
.isect1 .title ul li a{width: 80px;font-size: 14px;height: 24px;line-height: 24px;font-size: 13px;}

.isect1 .container .inNotice{margin-bottom: 20px;}
.isect1 .container .inNotice ul{height: auto;padding: 10px 30px;}
.isect1 .container .inNotice ul li a{padding: 16px 0 0 72px;height: 86px;}
.isect1 .container .inNotice ul li a .date em{font-size: 34px;line-height: 34px;}
.isect1 .container .inNotice ul li a .date span{font-size: 14px;line-height: 20px;}
.isect1 .container .inNotice ul li a h5{font-size: 14px;}
.isect1 .container .readMore{width: 150px;height: 30px;line-height: 30px;font-size: 15px;}

.isect2 .wap li{width: 49%;margin: 0 0 1%;}
.isect2 .wap li:nth-child(2n){float: right;}

.isect3 .video i{width: 50px;height: 50px;margin: -25px 0 0 -25px;}
.isect4{padding: 20px 0 40px;}

.footer .top{padding: 30px 0;}
.footer .top .fContact{width: 100%;float: none;text-align: center;}
.footer .top .qrcode{float: none;margin: 0 auto;width: 135px;margin-top: 20px;}
.footer .copy .w1400{padding-right: 0;}
.footer .copy .w1400 select{position: relative;display: block;margin: 12px auto 0;}
.footer .copy .w1400 .text{text-align: center;font-size: 13px;}
.footer .copy .w1400 .text span{display: none;}
.footer .copy .w1400 .text em{display: block;}

.bread{text-align: center;font-size: 12px;}
.nyTitle{font-size: 24px;line-height: 40px;padding-bottom: 10px;margin-bottom: 18px;}
.nyContent{padding: 20px 20px 40px;background: #fff;}
.pageStyle{font-size: 14px;line-height: 30px;}
.about .pic{margin: 20px 0 40px;}

.about .ul li .icon img{height: 30px !important;}
.about .ul li h5{font-size: 16px;line-height: 40px;}
.about .ul li h5 span{font-size: 30px;}
.about .ul li p{font-size: 15px;}

.honorList ul li{width: 48%;margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}

.page a{padding: 0 18px;font-size: 14px;height: 32px;line-height: 32px;}
.page .num{display: none;padding: 0 8px;}
.page .num.on{display: inline-block;}

.honorList1 ul li{width: 100%;}

.culTit{margin-bottom: 20px;}
.culTit span{padding: 0 80px;line-height: 44px;height: 44px;}
.culTit span:before,.culTit span:after{width: 60px;}
.cultureWrap .item1 .ul li .icon{width: 80px;height: 80px;}
.cultureWrap .item1 .ul li h5{margin: 4px 0 0;}
.cultureWrap .item1 .dlWrap{padding: 0 20px;}
.cultureWrap .item1 .dlWrap dl{padding: 10px 0;}
.cultureWrap .item1 .dlWrap dl.dl1, .cultureWrap .item1 .dlWrap dl.dl2, .cultureWrap .item1 .dlWrap dl.dl3{width: 100%;padding-right: 0;min-width: none;}

.videoList ul li{width: 49%;margin-right: 0;}
.videoList ul li:nth-child(2n){float: right;}


.noticeList li{width: 100%;margin-bottom: 20px;}

.newsList li a{height: auto;padding-left: 0;}
.newsList li a .pic{position: relative;width: 100%;height: 0;padding-bottom: 57.83%;}
.newsList li a p{height: 50px;font-size: 13px;}
.newsList li a span{margin-bottom: 15px;}

.passage .psgCont{padding-bottom: 30px;}
.passage .psgLink{padding-top: 20px;}
.passage .psgLink li{width: 100%;max-width: 100%;}
.passage .psgLink li a{font-size: 16px;line-height: 32px;}
.passage .psgTit{margin-bottom: 20px;}
.passage .psgTit h5{font-size: 16px;line-height: 24px;margin-bottom: 6px;}
.passage .psgTit .info{font-size: 12px;line-height: 24px;padding-top: 5px;}
.passage .psgTit .info .hide{display: none;}
.passage .psgCont .pic{padding-bottom: 10px;}
.passage .psgCont .desc{margin-bottom: 15px;}
.passage .psgLink{padding-top: 10px;}
.passage .psgLink li a{font-size: 14px;line-height: 28px;}
.passage .psgTit:before{width: 80px;margin-left: -40px;}

.qkList ul li{width: 49%;margin-right: 0;margin-bottom: 30px;}
.qkList ul li:nth-child(4n){margin-right: 0;}
.qkList ul li:nth-child(2n){float: right;}

.branchWrap{text-align: center;padding: 100px 0 180px;}
.branchWrap .cont .line{margin: 20px auto 30px;width: 100px;}
.branchWrap .cont .btnWrap{display: inline-block;}

.busList ul{padding-bottom: 30px;}
.busList ul li{width: 49%;margin-right: 0;}
.busList ul li:nth-child(2n){float: right;}

.devpWrap .tabs .container .date{width: 80px;height: 80px;line-height: 80px;font-size: 24px;}
.devpWrap .tabs .swiper-button-prev,.devpWrap .tabs .swiper-button-next{ -webkit-transform: scale(0.8); transform: scale(0.8);}
.devpWrap .tabs .swiper-button-prev{transform-origin: 0 50% 0;}
.devpWrap .tabs .swiper-button-next{transform-origin: 100% 50% 0;}
.devpWrap .cont .container{background: #fff;}
}

@media screen and (max-width: 468px){
.header{background: #fff;}
.header .logo img{height: 26px;}
.header .logo .lWrap .logo-white{ display: none;}
.header .logo .lWrap .logo-color{ display: inline-block;}
.header .menuIcon{width: 40px;background-size: 30px auto;}
.padTop{padding-top: 68px;}
.banner .pageState .btn{-webkit-transform: scale(0.7);transform: scale(0.7);}
.banner .swiper-slide a .proDesc .tit h5 span{max-width: 100%;}
.banner .swiper-slide a .proDesc .tit h5 span:before{display: none;}

.isect1 .title{padding-top: 20px;}
.isect1 .title ul li a{margin-top: 0;margin: 0 2px;width: 68px;font-size: 12px;}
.isect1 .container .innerScroll .inContainer a i{display: none;}
.isect1 .container .innerScroll .inContainer a .text{padding-bottom: 30px;}

.isect1 .container .inNotice ul{padding: 10px;}

.isect2 .wap li a .text{}
.isect2 .wap li a .text .icon{width: 30px;}
.isect2 .wap li a .text h5{font-size: 12px;line-height: 24px;}

.isect3{padding-top: 20px;margin: 30px 0;}
.isect3 .ititle h4{font-size: 40px;}
.isect3 .bg{height: 90%;}
.isect3 ul li{width: 50%;}
.isect3 ul li:nth-child(1),.isect3 ul li:nth-child(2){margin-bottom: 20px;}
.isect3 ul li:before{height: 60px;top:50%;margin-top: -30px;}
.isect3 ul li:nth-child(3):before{display: none;}

.isect3 ul li .icon{line-height: 32px;}
.isect3 ul li .icon img{height: 20px;}
.isect3 ul li h5{font-size: 13px;line-height: 40px;}
.isect3 ul li h5 span{font-size: 30px;}
.isect3 ul li p{font-size: 13px;}
.isect3 .desc{font-size: 12px;line-height: 26px;margin-bottom: 20px;}

.isect4{background-position: 60% center;}
.isect4 .text span{display: none;}
.isect4 .text a{display: block;line-height: 34px;}

.footer .top .qrcode{width: 100px;margin-top: 10px;}
.footer .top .qrcode img{width: 100px;height: 100px;}
.footer .top .fContact .text{font-size: 13px;line-height: 26px;}
.footer .top .fContact .tit{margin-bottom: 8px;}


.nyPageWrap{padding-top: 69px;}
.about .pic{margin-bottom: 20px;}
.about .ul{margin-bottom: 20px;}
.about .ul li{width: 50%;margin-bottom: 20px;}

.honorList ul{padding-bottom: 0;}
.honorList ul li{width: 100%;margin-bottom: 20px;}
.honorList ul li a h5{line-height: 40px;}
.honorList ul li a .pic{height: 190px;line-height: 190px;}

.honorList1{padding-top: 20px;}
.honorList1 .tit{margin-bottom: 18px;font-size: 18px;}
.honorList1 .tit span{padding-right: 40px;}
.honorList1 .tit span:before{width: 30px;height: 2px;}
.honorList1 ul{padding-bottom: 10px;}
.honorList1 ul li{margin-bottom: 20px;}
.honorList1 ul li a:before,.honorList1 ul li a:after{-webkit-transform: scale(0.7);transform: scale(0.7);}
.honorList1 ul li a{margin-left: 21px;padding: 6px 6px 6px 30px;font-size: 14px;}

.cultureWrap .item1{padding-bottom: 40px;}
.cultureWrap .item1 .ul{padding-bottom: 0;}
.cultureWrap .item1 .ul li{width: 50%;margin-bottom: 20px;}
.cultureWrap .item1 .ul li .icon{width: 70px;height: 70px;}
.cultureWrap .item1 .dlWrap{padding: 0 10px;text-align: center;}
.cultureWrap .item1 .dlWrap dl dt{width: 100%;float: none;}
.cultureWrap .item1 .dlWrap dl dt:before{display: none;}
.cultureWrap .item1 .dlWrap dl dd{float: none;}
.cultureWrap .item2{padding: 20px 0 0;}
.cultureWrap .item2 .scroll{padding: 0 4px 40px;margin-left: -4px;}
.cultureWrap .item2 .scroll a .text{padding: 10px 12px 16px}
.cultureWrap .item2 .scroll a{-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);}
.cultureWrap .item2 .readMore{width: 180px;height: 40px;line-height: 40px;font-size: 16px;}
.cultureWrap .item3{display: none;}
.cultureWrap .item3 a{padding-bottom: 33%;background-position: left center;}

.recomNews .container a .pic{height: 0;padding-bottom: 57.91%;}
.recomNews .container a h5{font-size: 15px;}
.recomNews .container a span{font-size: 12px;line-height: 24px;margin: 8px 0 12px;}

.videoList ul{padding-bottom: 10px;}
.videoList ul li{width: 100%;margin-bottom: 20px;}
.videoList ul li a .text{padding: 12px;}
.videoList ul li a .text h5{font-size: 15px;line-height: 30px;}
.videoList ul li a .text span{font-size: 12px;}

.noticeList{padding-bottom: 10px;}
.noticeList li a{height: 100px;}
.noticeList li a .date{top:20px;}
.noticeList li a h5{padding-top: 12px;margin-bottom: 6px;}
.noticeList li a p{font-size: 12px;}

.newsList{padding-bottom: 10px;}
.newsList li{margin-bottom: 24px;}
.newsList li a h5{font-size: 16px;line-height: 32px;margin-top: 10px;}
.newsList li a span{font-size: 12px;margin-bottom: 6px;}

.passage .psgTit h5{font-size: 15px;}

.ztList li{width: 100%;}

.qkList ul{padding-bottom: 15px;}
.qkList ul li{width: 100%;}
.qkList ul li a p{margin: 5px 0 12px;font-size: 13px;}
.qkList ul li a h5{height: 30px;line-height: 30px;}
.qkList ul li a h5 span{font-size: 16px;}
.qkList ul li:hover{-webkit-transform:translateY(0);transform:translateY(0);}

.branchWrap{padding: 60px 0 100px;}
.branchWrap .cont .tit{font-size: 18px;line-height: 36px;}
.branchWrap .cont .line{margin: 12px auto 20px;width: 60px;}
.branchWrap .cont .detail{margin-bottom: 60px;}

.jobList .nLi{margin-bottom: 18px;}
.jobList .nLi .dt{padding: 0 12px;height: 44px;line-height: 44px;}
.jobList .nLi .dt .apply{margin: 0;height: 24px;margin-top: 9px;line-height: 24px;width: 80px;font-size: 12px;}
.jobList .nLi .dd .wrap .ul{font-weight: normal;line-height: 24px;font-size: 12px;margin-bottom: 10px;}
.jobList .nLi .dd .wrap .pageStyle{font-size: 13px;line-height: 28px;}

.busList ul{padding-bottom: 15px;}
.busList ul li{width: 100%;}
.busList ul li a b{opacity: 1;}
.busList ul li a h5{opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);}
.busScroll a h5{font-size: 14px;line-height: 24px;}
.busScroll a .icon{margin-bottom: 5px;-webkit-transform: scale(0.7);transform: scale(0.7);}


.devpWrap .desc{margin-bottom: 30px;}
.devpWrap .tabs{margin-bottom: 30px;padding: 0 60px;}
.devpWrap .tabs .container .date{width: 60px;height: 60px;line-height: 60px;font-size: 20px;}
.devpWrap .cont{padding: 20px;margin-left: -20px;}
.devpWrap .cont .container .wrap{padding: 20px;min-height: 250px;}
.devpWrap .cont .container .wrap .date{font-size: 24px;margin-bottom: 5px;}
.devpWrap .cont .container .wrap .pageStyle{font-size: 14px;line-height: 26px;}

.isect3 .bg{background-attachment:scroll;background-size: cover;}

.searchList ul{margin-bottom: 30px;}
.searchList li{height: 48px;line-height: 48px;}
.searchList li a h5{font-size: 13px;}


.floatAd{display: none !important;}
}