@font-face {
    font-family: 'ArialBlack';
    src: url('../font/ArialBlack.eot');
    src:
    url('../font/ArialBlack.eot?#font-spider') format('embedded-opentype'),
    url('../font/ArialBlack.woff') format('woff'),
    url('../font/ArialBlack.ttf') format('truetype'),
    url('../font/ArialBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINAltBold';
    src: url('../font/DINAltBold.eot');
    src:
    url('../font/DINAltBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINAltBold.woff') format('woff'),
    url('../font/DINAltBold.ttf') format('truetype'),
    url('../font/DINAltBold.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: "PingFang SC","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: "PingFang SC","Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "PingFang SC","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;}
.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;}

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

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


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

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "PingFang SC","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: #19408c;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 0;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon img{width: 100%;}

.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;}

.w1300{width: 90%;margin: 0 auto;max-width: 1300px;}

.header{width: 100%;position: fixed;left: 0;top:0;z-index: 9;background: rgba(255,255,255,0.7);box-shadow: 0px 2px 6px 0px rgba(6, 26, 64, 0.22);height: 100px;line-height: 100px;font-size: 0;}
.header.scroll{background: #fff;}
.header .searchBtn{width: 28px;height: 100px;cursor: pointer;background: url(../images/searchBtn.png) no-repeat center;margin-left: 88px;}
.header .nav .nLi{position: relative;padding: 0 20px;}
.header .nav .nLi h3 a{display: block;font-size: 23px;color: #061a40;}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a{color: #0e5491;}
.header .nav .nLi .navSub{position: absolute;left: 0;top:100px;width: 100%;background:  rgba(255,255,255,0.7);display: none;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 16px;line-height: 24px;color: #061a40;padding: 8px 3px;position: relative;text-align: center;}
.header .nav .nLi .navSub ul li a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.header .nav .nLi .navSub ul li a:hover:before{top: 0;height: 100%;}
.header .nav .nLi .navSub ul li a:hover{background: #0e5491;color: #fff;}


.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 880px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{bottom: 20px;height: 20px;line-height: 20px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 20px;height: 20px;margin: 0 6px;cursor: pointer;opacity: 1;position: relative;background: none;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 8px;height: 8px;position: absolute;left: 50%;top:50%;margin: -4px 0 0 -4px;border-radius: 50%;background: #ffffff;}
.banner .swiper-pagination .swiper-pagination-bullet svg{position: absolute;left: 0;top: 0;width: 20px;height: 20px;}
.banner .swiper-pagination .swiper-pagination-bullet svg path{fill: transparent;stroke-width: 2px;stroke: #fff;
	stroke-dasharray: 63;stroke-dashoffset: -63;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg path{animation: loopSvg 3s linear forwards;}
@keyframes loopSvg{to{stroke-dashoffset: 0;}}

.iTitle{position: relative;text-align: center;margin-bottom: 40px;}
.iTitle h3{font-size: 32px;line-height: 58px;color: #061a40;position: relative;z-index: 2;}
.iTitle h4{position: absolute;width: 100%;left: 0;top:50%;margin-top: -40px;line-height: 80px;font-size: 78px;color: #e4edf5;font-family: "ArialBlack";text-transform: uppercase;}

.moreBtn{width: 126px;height: 44px;margin: 0 auto;position: relative;background: #0e5491;text-align: center;line-height: 44px;font-size: 16px;color: #ffffff;overflow: hidden;}
.moreBtn a{display: block;position: relative;z-index: 2;}
.moreBtn a em{margin-left: 8px;}
.moreBtn:before{width: 300px;height: 300px;border-radius: 100%;background: #061a40;content: '';position: absolute;left: -24%;top: -100%;-webkit-transition: all 1.2s ease 0s;transition: all 1.2s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.4);transform: scale(1.4);}


.isect1{padding: 60px 0;background: url(../images/isect1Bg.jpg) no-repeat center;background-size: cover;}
.isect1 .container{width: 100%;position: relative;overflow: hidden;margin-bottom: 30px;}
.isect1 .container .wrap{display: block;}
.isect1 .container .wrap .pic{width: 100%;height: 0;padding-bottom: 62.5%;position: relative;overflow: hidden;margin-bottom: 9px;}
.isect1 .container .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .container .wrap span{display: block;font-size: 16px;line-height: 30px;color: #999999;}
.isect1 .container .wrap h5{font-size: 18px;line-height: 30px;color: #333333;}
.isect1 .container .wrap p{margin-bottom: 12px;font-size: 16px;line-height: 26px;color: #666666;height: 52px;overflow: hidden;}
.isect1 .container .wrap .more{display: inline-block;font-size: 16px;line-height: 30px;color: #999999;padding-right: 28px;position: relative;}
.isect1 .container .wrap .more:before{content: "";width: 16px;height: 7px;position: absolute;right: 0;top:50%;margin-top: -4px;background: url(../images/arrow1.png) no-repeat right center;}
.isect1 .container .wrap:hover h5,
.isect1 .container .wrap:hover .more{color: #061a40;}
.isect1 .container .wrap:hover .more:before{background-position: left center;}

.isect2{height: 700px;box-sizing:border-box;padding-top: 152px;background: url(../images/isect2Bg.jpg) no-repeat center;background-size: cover;position: relative;color: #ffffff;}
.isect2:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(1,9,23,0.4);}
.isect2 .w1300{position: relative;z-index: 2;}
.isect2 dl{max-width: 50%;}
.isect2 dl dt{margin-bottom: 50px;padding: 6px 0 8px 100px;position: relative;}
.isect2 dl dt .icon{position: absolute;left: 0;top:0;}
.isect2 dl dt h3{font-size: 28px;line-height: 43px;font-weight: normal;}
.isect2 dl dt h4{font-size: 14px;line-height: 24px;font-weight: normal;text-transform: uppercase;}
.isect2 dl dd ul li{margin-bottom: 18px;padding-left: 30px;position: relative;font-size: 20px;line-height: 36px}
.isect2 dl dd ul li span{margin-left: 10px;}
.isect2 dl dd ul li:before{content: "";width: 7px;height: 7px;background: #ffffff;border-radius: 50%;opacity: 0.7;position: absolute;left: 6px;top:14px;}
.isect2 dl dt:hover .icon{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.isect2 dl dd ul li:hover:before{width: 14px;height: 3px;border-radius: 0;top:16px;}

.isect3{padding: 60px 0;}
.isect3 .pic{width: 55.38%;position: relative;overflow: hidden;height: 0;padding-bottom: 580px;}
.isect3 .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .text{width: 41.38%;}
.isect3 .text .iTitle{text-align: left;margin-bottom: 24px;}
.isect3 .text .desc{font-size: 16px;line-height: 32px;color: #666666;text-indent: 2em;height: 256px;overflow: hidden;margin-bottom: 16px;}
.isect3 .text .moreBtn{margin: 0 0 46px;}
.isect3 .text .dl{padding-top: 20px;border-top: 1px solid #e4edf5;display: flex;justify-content:space-between;font-size: 16px;line-height: 30px;}
.isect3 .text .dl dt{color: #d9a900;}
.isect3 .text .dl dt h5{margin-bottom: 6px;position: relative;font-size: 30px;line-height: 60px;font-weight: normal;}
.isect3 .text .dl dt h5:before{content: "";width: 84px;height: 2px;background: #d9a900;position: absolute;left: 0;bottom: 0;}
.isect3 .text .dl dt p{text-transform: uppercase;}
.isect3 .text .dl dd h5{margin-bottom: 6px;position: relative;font-size: 36px;line-height: 60px;color: #666666;font-family: "ArialBlack";font-weight: bold;}
.isect3 .text .dl dd h5:before{content: "";width: 15px;height: 2px;background: #dddddd;position: absolute;left: 0;bottom: 0;}
.isect3 .text .dl dd p{color: #666666;}

.isect3 .text .dl dt{-webkit-transition:all 0.3s linear;transition:all 0.3s linear;color: #444; }
.isect3 .text .dl dt h5:before{background: #999;}
.isect3 .text .dl dt.on{color: #d9a900;}
.isect3 .text .dl dt.on h5:before{background: #d9a900;}

.isect3 .text .dl dd.on h5,.isect3 .text .dl dd.on p{color: #d9a900;}
.isect3 .text .dl dd.on h5:before{background: #d9a900;}

.footer{padding: 88px 0 70px;background: url(../images/footerBg.jpg) no-repeat center;background-size: cover;font-size: 16px;color: #fff;line-height: 30px;}
.footer .grayColor{opacity: 0.8;}
.footer .top{padding: 0 0 30px 287px;position: relative;border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer .top .iTitle{position: absolute;left: 0;top:0;text-align: left;}
.footer .top .iTitle h3{color: #ffffff;}
.footer .top .iTitle h4{color: #ffffff;opacity: 0.05;}
.footer .top .select{width: 24%;margin: 0 1.33% 20px 0;position: relative;}
.footer .top .select:nth-child(4n){margin-right: 0;}
.footer .top .select dt{height: 36px;padding: 0 12px;border: 1px solid #b5bbc6;cursor: pointer;position: relative;font-size: 16px;line-height: 36px;}
.footer .top .select dt:before{content: "";width: 8px;height: 8px;border-left: 1px solid #b5bac3;border-bottom: 1px solid #b5bac3;position: absolute;right: 12px;top: 50%;margin-top: -6px;-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.footer .top .select dt span{opacity: 0.8;}
.footer .top .select dd{position: absolute;left: 0;top:38px;width: 100%;display: none;z-index: 2;}
.footer .top .select dd ul {max-height: 180px;overflow: auto;}
.footer .top .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .top .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .top .select dd ul::-webkit-scrollbar-corner,
.footer .top .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.footer .top .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#061a40; }
.footer .top .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .top .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }
.footer .top .select dd ul li a{display: block;padding: 6px 12px;font-size: 13px;line-height: 24px;background: #fff;color: #333;}
.footer .top .select dd ul li a:hover{background: #efefef;}
.footer .med{padding: 34px 0 36px;}
.footer .med .tit{line-height: 47px;font-weight: normal;}
.footer .med .fNav a{display: inline-block;}
.footer .med .fNav dl{margin-right: 38px;}
.footer .med .fNav dl:last-child{margin-right: 0;}
.footer .med .fNav dl dd a{opacity: 0.8;}
.footer .med .fNav dl dd a:hover{opacity: 1;}
.footer .med .text{text-align: right;}
.footer .med .text .cont{opacity: 0.8;}
.footer .btm .text{padding-top: 43px;line-height: 40px;opacity: 0.8;}
.footer .btm .text p span{margin-right: 15px;}
.footer .btm .text p span:last-child{margin-right: 0;}
.footer .btm li{width: 110px;margin-left: 35px;text-align: center;}
.footer .btm li:first-child{margin-left: 0;}
.footer .btm li .pic img{width: 100%;height: 110px;}
.footer .btm li p{margin-top: 6px;line-height: 28px;opacity: 0.8;}

.footer .med .text .cont p.tel .line em{opacity: 0;display: none;}

.nyHeader{position: relative;}

.nyBanner{width: 100%;height: 400px;background-repeat: no-repeat;background-position: center;background-size: cover;color: #ffffff;}
.nyBanner .w1300{padding-top: 145px;}
.nyBanner h3{margin-bottom: 10px;font-size: 48px;line-height: 62px;}
.nyBanner .path{padding-left: 30px;background: url(../images/pathIcon.png) no-repeat left center;font-size: 20px;line-height: 34px;}
.nyBanner .path span{margin: 0 8px;}
.nyBanner .path a:hover{text-decoration: underline;opacity: 0.8;}

.nyNav{background:#f2f2f2;}
.nyNav ul{display: flex;}
.nyNav li{flex: 1;}
.nyNav li a{display: block;position: relative;font-size: 22px;line-height: 60px;color: #333333;text-align: center;font-weight: bold;}
.nyNav li a:before{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #0e5491;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nyNav li.on a:before,.nyNav li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nyNav li.on a,.nyNav li a:hover{color: #0e5491;}

.nyWrap{margin: 60px auto 63px;min-height: 300px;}

.recomNews{position: relative;overflow: hidden;}
.recomNews .wrap{display: block;height: 0;padding-bottom: 68.29%;position: relative;overflow: hidden;}
.recomNews .wrap em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews .wrap:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/shadow.png) no-repeat center;background-size: cover;z-index: 2;}
.recomNews .wrap h5{position: absolute;left: 0;bottom: 0;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 20px;font-size: 20px;color: #ffffff;line-height: 60px;font-weight: normal;}

.newsList{padding-bottom: 42px;}
.newsList li{padding: 50px 0 18px;border-bottom: 1px solid #e9e9e9;}
.newsList li a{display: block;height: 127px;padding-left: 124px;position: relative;}
.newsList li a .date{width: 95px;height: 95px;position: absolute;left: 0;top:0;background: #f3f6f9;box-sizing: border-box;padding: 12px 0 0;text-align: center;color: #0e5491;}
.newsList li a .date em{display: block;font-size: 52px;line-height: 50px;font-family: "DINAltBold";}
.newsList li a .date span{display: block;font-size: 16px;line-height: 22px;font-family: "Arial";}
.newsList li a h5{margin-bottom: 10px;font-size: 20px;line-height: 32px;color: #3a3a3a;}
.newsList li a p{font-size: 17px;line-height: 28px;color: #717171;height: 56px;overflow: hidden;}
.newsList li a:hover .date{background: #0e5491;color: #fff;}
.newsList li a:hover h5{color: #0e5491;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 3px;font-size: 16px;color: #444444;line-height: 40px;border: 1px solid #e4e4e4;padding: 0 16px;}
.page a.btn{padding: 0 21px;position: relative;}
.page a.prev{margin-right: 68px;}
.page a.next{margin-left: 68px;}
.page a.btn:before{content: "";width: 56px;height: 1px;background: #dfdfdf;position: absolute;top:50%;right: -64px;}
.page a.btn.next:before{right: auto;left: -64px;}
.page a.on,.page a:hover{border-color: #0e5491;color: #0e5491;}

.pageStyle{font-size: 17px;line-height: 32px;color: #333333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.passage .psgTitle{padding-bottom: 33px;border-bottom: 1px solid #dddddd;}
.passage .psgTitle h5{margin-bottom: 32px;font-size: 28px;line-height: 42px;color: #3a3a3a;}
.passage .psgTitle .info{font-size: 18px;color: #666666;line-height: 44px;}
.passage .psgTitle .info span{margin-left: 30px;padding-left: 33px;position: relative;}
.passage .psgTitle .info span:first-child{margin-left: 0;}
.passage .psgTitle .info span img{position: absolute;left: 0;top:50%;margin-top: -10px;}
.passage .psgTitle .info .psgShare em{font-size: 20px;color: #333333;}
.passage .psgTitle .info .psgShare .item{width: 42px;height: 42px;border:1px solid #d2d2d2;border-radius: 50%;text-align: center;line-height: 42px;margin-left: 33px;}
.passage .psgTitle .info .psgShare .item:hover{background: #0e5491;border-color: #0e5491;}
.passage .psgTitle .info .psgShare .item:hover img{filter: brightness(0) invert(1);}

.passage .psgMed{position: relative;}
.passage .psgMed:before{content: "";width: 1px;height: calc(100% - 39px);background: #dddddd;position: absolute;top:0;right: 27.7%;}
.passage .psgCont{padding-top: 15px;width: 65.77%;}
.passage .psgCont .pageStyle{min-height: 300px;}
.passage .psgCont .pic{padding: 22px 0;text-align: center;}
.passage .psgLink{margin-top: 30px;border-top:1px solid #dddddd;padding-top: 38px;font-size: 20px;line-height: 30px;color: #333333;text-align: center;}
.passage .psgLink .btn{max-width: 40%;box-sizing: border-box;position: relative;}
.passage .psgLink .btn.prev{padding-left: 40px;}
.passage .psgLink .btn.next{padding-right: 40px;}
.passage .psgLink .btn .icon{width: 28px;height: 28px;border:1px solid #0e5491;border-radius: 50%;position: absolute;top:0;}
.passage .psgLink .btn .icon:before{content: "";width: 9px;height: 9px;border-left: 1px solid #0e5491;border-bottom: 1px solid #0e5491;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -3px;-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}
.passage .psgLink .btn.prev .icon{left: 0;}
.passage .psgLink .btn.next .icon{right: 0;}
.passage .psgLink .btn.next .icon:before{-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);margin-left: -7px;}
.passage .psgLink .btn:hover{color: #0e5491;}
.passage .psgLink .btn:hover .icon{background: #0e5491;}
.passage .psgLink .btn:hover .icon:before{border-color: #fff;}
.passage .psgLink .btn em{display: none;}
.passage .psgLink .toList{display: inline-block;padding-left: 32px;background: url(../images/listIcon.png) no-repeat left center;}
.passage .psgLink .toList:hover{color: #0e5491;}
.passage .hotNews{width: 24.6%;padding-top: 20px;}
.passage .hotNews .tit{margin-bottom: 18px;font-size: 26px;line-height: 45px;color: #333333;font-weight: normal;}
.passage .hotNews li{border-top: 1px solid #e2e2e2;}
.passage .hotNews li:first-child{border-top: none;}
.passage .hotNews li a{display: block;padding: 30px 0;}
.passage .hotNews li:first-child a{padding-top: 0;}
.passage .hotNews li a .pic{width: 100%;height: 0;padding-bottom: 56.29%;position: relative;overflow: hidden;margin-bottom: 20px;}
.passage .hotNews li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.passage .hotNews li a span{display: block;font-family: "PingFang SC";font-size: 16px;line-height: 28px;color: #666666;font-weight: 300;}
.passage .hotNews li a h5{font-size: 20px;color: #333333;line-height: 34px;}
.passage .hotNews li a:hover h5{color: #0e5491;}

.aboutWrap{margin-bottom: 0;}
.aboutWrap .item1{margin-bottom: 88px;}
.aboutWrap .item1 .tit{margin-bottom: 20px;padding-bottom: 34px;position: relative;font-size: 30px;color: #333333;line-height: 32px;}
.aboutWrap .item1 .tit:before{content: "";width: 38px;height: 4px;background: #0e5491;position: absolute;left: 0;bottom: 0;}
.aboutWrap .item1 .left{width: 48.77%;}
.aboutWrap .item1 .right{width: 47.46%;}
.aboutWrap .item1 .right .dl{margin-top: 27px;padding-left: 20px;position: relative;}
.aboutWrap .item1 .right .dl:first-child{margin-top: 0;}
.aboutWrap .item1 .right .dl dt{position: relative;margin-bottom: 8px;font-size: 26px;color: #0e5491;line-height: 32px;font-weight: bold;}
.aboutWrap .item1 .right .dl dt:before{content: "";width: 4px;height: 4px;background: #0e5491;border-radius: 50%;position: absolute;left: -20px;top:50%;margin-top: -2px;}
.aboutWrap .item2{background: url(../images/aboutBg.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item2 .w1300{height: 480px;box-sizing: border-box;padding: 176px 662px 0 0;position: relative;}
.aboutWrap .item2 ul li{color: #fff;margin-left: 106px;}
.aboutWrap .item2 ul li:first-child{margin-left: 0;}
.aboutWrap .item2 li h5{margin-bottom: 7px;position: relative;font-size: 30px;line-height: 60px;}
.aboutWrap .item2 li h5.num{font-family: "ArialBlack";}
.aboutWrap .item2 li h5:before{content: "";width: 15px;height: 2px;position: absolute;left: 0;bottom: 0;background: #fff;}
.aboutWrap .item2 li p{font-size: 16px;line-height: 30px;}
.aboutWrap .item2 li:first-child h5:before{width: 84px;}
.aboutWrap .item2 .container{position: absolute;right: 0;top: -77px;width: 662px;overflow: hidden;}
.aboutWrap .item2 .container .pic{height: 0;padding-bottom: 455px;position: relative;overflow: hidden;}
.aboutWrap .item2 .container .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item2 .container .btn{width: 44px;height: 44px;position: absolute;top:50%;margin-top: -22px;cursor: pointer;background: rgba(0,0,0,0.5);border-radius: 50%;opacity: 1;z-index: 2;}
.aboutWrap .item2 .container .btn.prev{left: 20px;}
.aboutWrap .item2 .container .btn.next{right: 20px;}
.aboutWrap .item2 .container .btn:before{content: "";width: 9px;height: 9px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -3px;-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}
.aboutWrap .item2 .container .btn.next:before{-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);margin-left: -7px;}


.cultureWrap .culTitle{margin-bottom: 50px;text-align: center;font-size: 32px;color: #061a40;line-height: 32px;}
.cultureWrap .item1{margin-bottom: 62px;}
.cultureWrap .item1 .container{width: 100%;padding: 10px;margin-top: -10px;position: relative;overflow: hidden;}
.cultureWrap .item1 .wrap{height: 268px;box-sizing: border-box;padding: 40px 12px 0;text-align: center;border:1px solid #dddddd;}
.cultureWrap .item1 .wrap .icon{width: 70px;height: 70px;margin: 0 auto;padding: 8px 8px 0 0;background: url(../images/box.png) no-repeat center;font-size: 42px;color: #fefefe;line-height: 70px;font-family: "PingFang SC";font-weight: bold;}
.cultureWrap .item1 .wrap h5{margin: 24px auto 17px;padding-bottom: 18px;position: relative;font-size: 20px;line-height: 31px;color: #333333;font-weight: normal;}
.cultureWrap .item1 .wrap h5:before{content: "";width: 30px;height: 4px;background: #0e5491;position: absolute;left: 50%;margin-left: -15px;bottom: 0;}
.cultureWrap .item1 .wrap h6{font-size: 14px;color: #999999;line-height: 20px;font-family: "PingFang SC";font-weight: 300;text-transform: uppercase;}
.cultureWrap .item1 .wrap:hover{border-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.cultureWrap .item2{margin-bottom: 60px;}
.cultureWrap .item2 .content{height: 460px;box-sizing: border-box;padding-top: 157px;background: url(../images/culBg1.jpg) no-repeat center;background-size: cover;}
.cultureWrap .item2 li{width: 25%;text-align: center;position: relative;}
.cultureWrap .item2 li:before{content: "";width: 48%;height: 1px;background: #ffffff;opacity: 0.3;position: absolute;top:35px;left: 76%;}
.cultureWrap .item2 li:last-child:before{display: none;}
.cultureWrap .item2 li .icon{width: 70px;height: 70px;position: relative;margin: 0 auto 23px;line-height: 70px;font-size: 0;}
.cultureWrap .item2 li .icon:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;border-radius: 50%;background: #d9a900;animation: ripple 2.4s ease-out infinite;}
.cultureWrap .item2 li .icon i{display: block;width: 100%;height: 100%;background: #d9a900;border-radius: 50%;position: relative;z-index: 2;}
.cultureWrap .item2 li .icon i img{width: 100%;height: 100%;}
.cultureWrap .item2 li h5{font-size: 20px;line-height: 30px;color: #ffffff;font-family: "PingFang SC";}
@keyframes ripple {
    0% {opacity: 0;transform: scale(0.1);}
    50% {opacity: 1;}
    100% {opacity: 0;transform: scale(1.4);}
}
/* .cultureWrap .item2.item2-2 .content ul{max-width: 1200px;} */
.cultureWrap .item2.item2-2 li h5{font-size: 22px;letter-spacing: 2px;}

.cultureWrap .item3{padding-bottom: 20px;}
.cultureWrap .item3 .container{overflow: hidden;}
.cultureWrap .item3 .wrap{text-align: center;padding-top: 78px;position: relative;font-family: "PingFang SC";padding-top: 52px;}
.cultureWrap .item3 .wrap .num{position: absolute;left: 0;top:0;width: 100%;font-size: 80px;color: #0e5491;font-family: "DINAltBold";opacity: 0.2;font-weight: bold;line-height: 78px;}
.cultureWrap .item3 .wrap .tit{position: relative;z-index: 2;margin-bottom: 12px;font-size: 20px;line-height: 30px;color: #333333;}
.cultureWrap .item3 .wrap .tit span{color: #0e5491;}
.cultureWrap .item3 .wrap p{font-size: 16px;line-height: 26px;color: #999999;text-transform: uppercase;font-weight: 300;}

.honorList ul{padding-bottom: 10px;}
.honorList li{width: 31.4%;margin: 0 2.9% 18px 0;}
.honorList li:nth-child(3n){margin-right: 0;}
.honorList li a{display: block;text-align: center;}
.honorList li a .pic{padding: 13px;background: url(../images/honorBg.jpg) no-repeat center;background-size: 100% 100%;position: relative;}
.honorList li a .pic .wrap{overflow: hidden;height: 223px;line-height: 223px;text-align: center;font-size: 0;}
.honorList li a .pic em{display: block;width: 100%;height: 0;padding-bottom: 63.68%;background-repeat: no-repeat;background-position: center;background-size: cover;display: none;}
.honorList li a .pic img{max-width: 100%;max-height: 100%;}
.honorList li a h5{font-size: 18px;line-height: 52px;color: #333333;}
.honorList li a:hover h5{color: #0e5491;}

.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 }

.cdList ul{padding-bottom: 5px;}
.cdList li{width: 31.5%;margin: 0 2.75% 35px 0;border:none;}
.cdList li:nth-child(3n){margin-right: 0;}
.cdList li .wrap{display: block;}
.cdList li .wrap .pic{width: 100%;height: 0;padding-bottom: 58.53%;position: relative;overflow: hidden;cursor: pointer;}
.cdList li .wrap .pic em{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cdList li .wrap .text{padding: 12px 12px 20px;border:1px solid #dddddd;}
.cdList li .wrap .text h5{font-size: 18px;line-height: 30px;color: #333333;font-weight: normal;}
.cdList li .wrap .text p{margin-bottom: 6px;font-size: 16px;line-height: 28px;color: #666666;}
.cdList li .wrap .text p em{margin-left: 5px;}
.cdList li .wrap .text .more{display: inline-block;font-size: 16px;color: #999999;line-height: 28px;padding-right: 28px;position: relative;}
.cdList li .wrap .text .more:before{content: "";width: 16px;height: 7px;position: absolute;right: 0;top:50%;margin-top: -3px;background: url(../images/arrow3.png) right center;}
.cdList li .wrap:hover .text{background: #0e5491;border-color: #0e5491;}
.cdList li .wrap:hover .text h5,.cdList li .wrap:hover .text p,.cdList li .wrap:hover .text .more{color: #fff;}
.cdList li .wrap:hover .text .more:before{background-position: left center;}

.jobList .item{box-sizing: border-box;text-align: center;width: 15%;}
.jobList .item1{width: 25%;padding-left: 45px;text-align: left;}
.jobList .hd{background: url(../images/hdBg.jpg) no-repeat center;background-size: cover;font-size: 20px;color: #ffffff;line-height: 70px;}
.jobList .bd{padding-bottom: 40px;}
.jobList .bd .nLi:nth-child(2n){background: #f3f8fc;}
.jobList .bd .dl{margin-top: -1px;}
.jobList .bd .dt{cursor: pointer;border:1px solid #dddddd;font-size: 18px;line-height: 68px;color: #333333;}
.jobList .bd .dt .item{height: 68px;position: relative;}
.jobList .bd .dt .item i{width: 8px;height: 8px;border-left: 2px solid #3a3a3a;border-bottom: 2px solid #3a3a3a;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -5px;-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.jobList .bd .dd{display: none;}
.jobList .bd .dd .wrap{padding: 10px 45px 40px;color: #555555;border:1px solid #dddddd;border-top: none;}
.jobList .bd .dd .wrap .tit{margin-top: 12px;padding-left: 18px;position: relative;font-size: 18px;color: #333333;line-height: 35px;}
.jobList .bd .dd .wrap .tit:before{content: "";width: 3px;height: 17px;position: absolute;left: 0;top:50%;margin-top: -8px;background: #d9a900;}
.jobList .bd .dd .wrap .btnWrap{padding-top: 30px;}
.jobList .bd .dd .wrap .btnWrap .btn{width: 198px;height: 48px;border:1px solid #061a40;position: relative;font-size: 18px;color: #061a40;line-height: 48px;text-align: center;margin-left: 40px;overflow: hidden;}
.jobList .bd .dd .wrap .btnWrap .btn:first-child{margin-left: 0;}
.jobList .bd .dd .wrap .btnWrap .btn span{position: relative;z-index: 2;}
.jobList .bd .dd .wrap .btnWrap .btn em{margin-left: 38px;}
.jobList .bd .dd .wrap .btnWrap .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background-color: #061a40;}
.jobList .bd .dd .wrap .btnWrap .btn:after{content: "";width: 18px;height: 100%;position: absolute;left: 0;top:0;background-color: #0e5491;}
.jobList .bd .dd .wrap .btnWrap .btn:before,
.jobList .bd .dd .wrap .btnWrap .btn:after{-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin:left center;transform-origin:left center;}
.jobList .bd .dd .wrap .btnWrap .btn:hover{color: #fff;}
.jobList .bd .dd .wrap .btnWrap .btn:hover:before,
.jobList .bd .dd .wrap .btnWrap .btn:hover:after{-webkit-transform: scale(1,1);transform: scale(1,1);}
.jobList .bd .dd .wrap .wap{display: none;}
.jobList .bd .dd .wrap .wap .tit{margin-top: 2px;}

.jobList .bd .dt .btn{display: inline-block;padding-left: 24px;position: relative;}
.jobList .bd .dt .btn:before{content: "";width: 20px;height: 20px;position: absolute;left: 0;top:50%;margin-top: -10px;background: url(../images/viewIcon.png) no-repeat left top;}
.jobList .bd .dt .btn.download:before{background-image: url(../images/downIcon.png);}
.jobList .bd .dt .btn:hover{color: #0e5491;}
.jobList .bd .dt .btn:hover:before{background-position: left bottom;}

.contact .text{margin-bottom: 40px;}
.contact .text li{position: relative;box-sizing: border-box;padding: 0 0 0 40px;position: relative;font-size: 20px;}
.contact .text li:before{content: "";width: 1px;height: 99px;background: #dddddd;position: absolute;left: 0;top:-7px;}
.contact .text li .wrap{padding-left: 90px;position: relative;}
.contact .text li .wrap .icon{width: 69px;height: 69px;position: absolute;left: 0;top:0;border:2px solid #0e5491;border-radius: 50%;text-align: center;line-height: 69px;font-size: 0;}
.contact .text li .wrap .icon img{width: 100%;height: 100%;}
.contact .text li .wrap h5{line-height: 38px;color: #3a3a3a;}
.contact .text li .wrap p{line-height: 26px;color: #333333;word-break: break-all;}
.contact .text li:first-child{padding-left: 0;width: 27%;padding-right: 3.6%;}
.contact .text li:first-child:before{display: none;}
.contact .text li:nth-child(2){width: 30%;padding-right: 1.38%;}
.contact .text li:nth-child(3){width: 26.3%;padding-right: 1.38%;}
.contact .text li:nth-child(4){width: auto;float: right;}
.contact .text li:hover .wrap .icon{background: #0e5491;}
.contact .text li:hover .wrap .icon img{filter: brightness(0) invert(1);}
.contact .text li:hover h5,.contact .text li:hover p{color: #0e5491;}


.mapWrap{width: 100%;height: 582px;}

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

.aboutWrap .item2 .container .pic{cursor: pointer;}
.aboutWrap .item2 .container .pic img{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;opacity: 0;}

.viewer-title{font-size: 18px;color: #fff;opacity: 1;}

.partner{padding-bottom: 30px;}
.partner ul{padding-bottom: 30px;}
.partner li{width: 24%;margin: 0 1.3% 1.3% 0;}
/* .partner li:nth-child(4n){margin-right: 0;} */
.partner li a{display: block;height: 125px;text-align: center;line-height: 125px;font-size: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.partner li a img{max-width: 80%;max-height: 80%;}

.partner li{width: 18.8%;margin: 0 1.5% 1.5% 0;}
.partner li:nth-child(5n){margin-right: 0;}
.partner li a{height: 100px;line-height: 100px;}


.magnify-title{background: #fff;color: #333;font-size: 16px;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.magnify-btn-close:hover{color: #0e5491;}

.picView-magnify-list li{border: none;}
.picView-magnify-list li a img{width: auto;}
.magnify-image{height: auto !important;top:10px;}


.viewer-toolbar{margin-bottom: 40px;}
.viewer-toolbar>ul>li{width: 44px;height: 44px;margin: 0 4px;background: rgba(255,255,255,0.1);position: relative;}
.viewer-toolbar>ul>li:before{margin: 0;}
.viewer-toolbar>ul>.viewer-large{width: 44px;height: 44px;margin: 0 4px;}
.viewer-toolbar>ul>li:before,.viewer-toolbar>ul>.viewer-large:before{margin: 0;position: absolute;left: 50%;top:50%;margin: -10px 0 0 -10px;
-webkit-transform: scale(1.1);transform: scale(1.1);}
/* .viewer-prev:before{background: url(../images/leftArr1.png) no-repeat center;width: 100%;height: 100%;background-size:30px;}
.viewer-next:before{background: url(../images/rightArr1.png) no-repeat center;width: 100%;height: 100%;background-size:30px;} */


.header .searchBtn{background-size: 20px auto;}
.header .logo{margin-right: 50px;}
.header .searchBtn{margin-left: 20px;}
.header .form{padding-top: 32px;/* width: 0;overflow: hidden; */}
/* .header .form.active{width: 150px;} */
.header .form .wrap{border: 1px solid #444;position: relative;width: 150px;box-sizing: border-box;border-radius: 4px;}
.header .form .subm{width: 30px;height: 38px;border:none;background: url(../images/searchBtn.png) no-repeat center;cursor: pointer;background-size: 20px auto;}
.header .form .text{width: 116px;height: 38px;border:none;box-sizing: border-box;padding: 0 4px;background: none;font-size: 14px;color: #444;line-height: 38px;}
.header .form  .close{position: absolute;right: -4px;top: 9px;width: 20px;height: 20px;padding: 4px;cursor: pointer;}
.header .form  .close i{height: 1px;width: 12px;background: currentColor;display: block;margin-bottom: 10px;}
.header .form  .close i:first-child{    -webkit-transform: rotate(-45deg) scale(1.35);-moz-transform: rotate(-45deg) scale(1.35);transform: rotate(-45deg) scale(1.35);-webkit-transform-origin: 100% 0;-moz-transform-origin: 100% 0;transform-origin: 100% 0;}
.header .form  .close i:last-child{-webkit-transform: rotate(43deg) scale(1.35);-moz-transform: rotate(43deg) scale(1.35);transform: rotate(43deg) scale(1.35);-webkit-transform-origin: 100% 100%;-moz-transform-origin: 100% 100%;transform-origin: 100% 100%;}
.header .form  .close:hover i{background: #0e5491;}
/* .nyHeader.header .form{padding-top: 16px;} */

.header .w1300{position: relative;}
.header .form{position: absolute;right: 0;top:0;-webkit-transform-origin:left center;transform-origin:left center;/* -webkit-transform: scale(0,1);transform: scale(0,1); */z-index: 2;width: 150px;}
.header .form .box{width: 0;overflow: hidden;}
/* .header .form.active{-webkit-transform: scale(1,1);transform: scale(1,1);} */
.header .form.active .box{width: 150px;}
.header .searchBtn{margin-right: 120px;margin-left: 0;z-index: 3;position: relative;}
.header .searchBtn.hide{opacity: 0;z-index: -1;}

.footer .btm li{cursor: pointer;}
.layerHide{display: none;}
.layerHide img{max-width: 280px;}

.nyBanner .path{font-size: 18px;}

.mm-menu{width: 50%;}
html.mm-opening .mm-slideout{-webkit-transform: translate(50%, 0);-moz-transform: translate(50%, 0);-ms-transform: translate(50%, 0);-o-transform: translate(50%, 0);transform: translate(50%, 0);}


.codePopWrap{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 999;display: none;}
.codePopWrap .maskLayer{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.codePopWrap img{width: 280px;position: absolute;z-index: 2;left: 50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);}


.leaderList li{margin-bottom: 30px;padding: 30px;background: #f8f8f8;display: flex;align-items: center;}
.leaderList li .pic{flex-shrink: 0;width: 208px;margin-right: 50px;width: 160px;margin-right: 30px;}
.leaderList li .pic img{width: 100%;}
.leaderList li .text{flex: 1;overflow: hidden;}
.leaderList li .name{padding-bottom: 16px;border-bottom: 1px solid #cbcbcb;position: relative;line-height: 52px;font-size: 24px;color: #333333;font-weight: normal;margin-bottom: 24px;line-height: 1;padding-bottom: 12px;}
.leaderList li .name::before{content: "";width: 100px;height: 4px;background: #cacaca;position: absolute;left: 0;bottom: -1px;}
.leaderList li .name span{font-size: 14px;color: #666666;}
.leaderList li .cont{font-size: 16px;line-height: 26px;color: #333333;}
.leaderList li:hover{background: #ffffff;box-shadow: 0 0 35px rgba(3,61,127,0.1);}
.leaderList li:hover .name,.leaderList li:hover .name span{color: #0e5491;}
.leaderList li:hover .name:before{background: #0e5491;}


.leaderList1.leaderList li{align-items: center;}
.leaderList1.leaderList li .pic{width: 450px;height: 340px;}
.leaderList1.leaderList li .pic img{height:100%;}
.leaderList1.leaderList li .name{margin-bottom: 16px;padding-bottom:12px;line-height: 1;}
.leaderList1.leaderList li .cont{line-height: 24px}

/* 20220810 */
.header .nav .nLi{padding: 0 18px;}
/* .header .logo{margin-right: 20px;} */
.header .language{font-size: 20px;position: absolute;right: 5%;top:0;}
.header .language .on,.header .language a:hover{color: #0e5491;}


/* 20230216 */
.cultureWrap .item2.item2_2 .content{background-image: url(../images/culBg1-1.jpg);}
.cultureWrap .item2 .content ul{display: flex;align-items: center;justify-content: center;}
.cultureWrap .item1 .container1{max-width: 760px;margin: 0 auto;}



@media screen and (max-width: 1800px){
.leaderList1.leaderList li{align-items: center;}
.leaderList1.leaderList li .name{font-size: 20px;line-height: 1;}
}

@media screen and (max-width: 1620px){
	
.w1300{max-width: 1200px;}
	
.header{line-height: 84px;height: 84px;}
.header .logo img{height: 56px;}
.header .searchBtn{height: 84px;margin-left: 60px;}
.header .nav .nLi{padding: 0 17px;}
.header .nav .nLi h3 a{font-size: 19px;letter-spacing: 1px;}
.header .nav .nLi .navSub{top:84px;}
.header .searchBtn{margin-right: 70px;}

.iTitle{margin-bottom: 32px;}
.iTitle h3{font-size: 27px;line-height: 46px;}
.iTitle h4{font-size: 65px;}

.banner .swiper-slide a{padding-bottom: 734px;}

.isect1{padding: 50px 0;}
.isect1 .container{margin-bottom: 24px;}
.isect1 .container .wrap p{font-size: 13px;line-height: 22px;height: 44px;}

.isect2{height: 583px;padding-top: 126px;}
.isect2 dl dt{margin-bottom: 38px;padding: 8px 0 6px 82px;}
.isect2 dl dt .icon{width: 68px;height: 68px;}
.isect2 dl dt h3{font-size: 23px;line-height: 33px;}
.isect2 dl dt h4{font-size: 12px;line-height: 22px;}
.isect2 dl dd ul li{margin-bottom: 9px;font-size: 17px;line-height: 36px;}
.isect2 .w1300{width: 78%;}

.isect3{padding: 50px 0;}
.isect3 .pic{padding-bottom: 484px;}
.isect3 .text .iTitle{margin-bottom: 18px;}
.isect3 .text .desc{font-size: 14px;line-height: 26px;height: 182px;}
.isect3 .text .moreBtn{width: 105px;height: 36px;margin-bottom: 38px;font-size: 13px;line-height: 36px;}
.isect3 .text .dl{padding-top: 16px;font-size: 14px;}
.isect3 .text .dl dt h5{font-size: 25px;line-height: 51px;}
.isect3 .text .dl dd h5{font-size: 30px;line-height: 51px;}

.footer{padding: 80px 0 54px;font-size: 14px;line-height: 25px;}
.footer .top{padding: 0 0 24px 240px;}
.footer .top .select dt{height: 30px;line-height: 30px;font-size: 14px;}
.footer .top .select dd{top:32px}
.footer .med{padding: 30px 0 34px;}
.footer .med .tit{line-height: 36px;}
.footer .btm li{width: 92px;margin-left: 28px;}
.footer .btm li .pic img{height: 92px;}

.nyBanner{height: 334px;}
.nyBanner .w1300{padding-top: 110px;}
.nyBanner h3{margin-bottom: 0;font-size: 45px;line-height: 75px;font-weight: normal;}
.nyBanner .path{font-size: 17px;line-height: 25px;padding-left: 24px;background-size: auto 16px;}

.nyNav li a{font-size: 16px;line-height: 50px;}

.pageStyle{font-size: 14px;line-height: 26px;}


.nyWrap{margin-top: 50px;}
.aboutWrap .item1{margin-bottom: 74px;}
.aboutWrap .item1 .tit{font-size: 25px;line-height: 25px;padding-bottom: 28px;margin-bottom: 18px;}
.aboutWrap .item1 .right .dl{margin-top: 20px;}
.aboutWrap .item1 .right .dl dt{margin-bottom: 5px;font-size: 22px;}
.aboutWrap .item2 .w1300{height: 400px;padding-top: 146px;}
.aboutWrap .item2 ul li{margin-left: 80px;}
.aboutWrap .item2 li h5{line-height: 50px;font-size: 25px;}
.aboutWrap .item2 li:first-child h5:before{width: 71px;}
.aboutWrap .item2 li p{font-size: 14px;}
.aboutWrap .item2 .container{width: 552px;top:-64px;}
.aboutWrap .item2 .container .pic{padding-bottom: 380px;}

.cultureWrap .culTitle{font-size: 26px;line-height: 26px;margin-bottom: 42px;}

.cultureWrap .item1{margin-bottom: 52px;}
.cultureWrap .item1 .wrap{height: 224px;padding: 32px 6px 0;}
.cultureWrap .item1 .wrap .icon{width: 66px;height: 66px;background-size: 100% 100%;padding: 6px 6px 0 0;font-size: 35px;line-height: 66px;}
.cultureWrap .item1 .wrap h5{margin: 20px auto 13px;padding-bottom: 14px;font-size: 17px;line-height: 26px;}
.cultureWrap .item1 .wrap h5:before{width: 24px;height: 3px;margin-left: -12px;}
.cultureWrap .item1 .wrap h6{font-size: 12px;line-height: 18px;}

.cultureWrap .item2 .content{height: 383px;padding-top: 130px;}
.cultureWrap .item2 li .icon{width: 58px;height: 58px;line-height: 58px;margin-bottom: 18px;}
.cultureWrap .item2 li h5{font-size: 17px;line-height: 25px;}

.cultureWrap .item3{padding-bottom: 7px;}
.cultureWrap .item3 .wrap{padding-top: 44px;}
.cultureWrap .item3 .wrap p{font-size: 13px;line-height: 22px;}
.cultureWrap .item3 .wrap .tit{font-size: 17px;line-height: 25px;margin-bottom: 10px;}
.cultureWrap .item3 .wrap .num{font-size: 66px;line-height: 66px;}

.honorList li a h5{font-size: 15px;line-height: 44px;}

.page a{font-size: 12px;line-height: 30px;padding: 0 12px;}
.page a.btn{padding: 0 15px;}
.page a.prev{margin-right: 50px;}
.page a.next{margin-left: 50px;}
.page a.btn:before{width: 40px;}
.page a.btn.prev:before{right: -48px;}
.page a.btn.next:before{left: -48px;}

.cdList li{margin-bottom: 28px;}
.cdList li .wrap .text{padding: 10px 15px 12px;}
.cdList li .wrap .text h5{font-size: 15px;line-height: 25px;}
.cdList li .wrap .text p{font-size: 14px;line-height: 22px;margin-bottom: 6px;}
.cdList li .wrap .text .more{font-size: 14px;line-height: 22px;}

.passage .psgTitle{padding-bottom: 28px;}
.passage .psgTitle h5{font-size: 22px;line-height: 36px;margin-bottom: 26px;}
.passage .psgTitle .info{font-size: 15px;line-height: 36px;}
.passage .psgTitle .info span{margin-left: 25px;}
.passage .psgTitle .info .psgShare em{font-size: 16px;}
.passage .psgTitle .info .psgShare .item{width: 34px;height: 34px;line-height: 34px;margin-left: 28px;}
.passage .psgLink{margin-top: 25px;padding-top: 30px;font-size: 16px;line-height: 26px;}
.passage .psgLink .btn .icon{width: 24px;height: 24px;}
.passage .psgLink .toList{padding-left: 26px;background-size: auto 12px;}
.passage .hotNews{padding-top: 18px;}
.passage .hotNews .tit{font-size: 22px;line-height: 32px;}
.passage .hotNews li a{padding: 26px 0;}
.passage .hotNews li a .pic{margin-bottom: 16px;}
.passage .hotNews li a span{font-size: 13px;line-height: 25px;}
.passage .hotNews li a h5{font-size: 16px;line-height: 28px;}

.recomNews .wrap h5{font-size: 16px;line-height: 48px;padding: 0 12px;}

.newsList{padding-bottom: 36px;}
.newsList li{padding: 42px 0 14px;}
.newsList li a{padding-left: 104px;height: 108px;}
.newsList li a .date{width: 80px;height: 80px;padding-top: 11px;}
.newsList li a .date em{font-size: 43px;line-height: 40px;}
.newsList li a .date span{font-size: 13px;line-height: 17px;}
.newsList li a h5{margin-bottom: 10px;font-size: 16px;line-height: 26px;}
.newsList li a p{font-size: 14px;line-height: 23px;height: 69px;}

.jobList .hd{line-height: 58px;font-size: 17px;}
.jobList .bd .dt{font-size: 15px;line-height: 56px;}
.jobList .bd .dt .item{height: 56px;}
.jobList .bd .dd .wrap .tit{font-size: 15px;padding-left: 14px;}
.jobList .bd .dd .wrap .tit:before{width: 2px;height: 14px;margin-top: -7px;}
.jobList .bd .dd .wrap .btnWrap .btn{width: 164px;height: 46px;font-size: 15px;line-height: 46px;}
.jobList .bd .dd .wrap .btnWrap .btn em{margin-left: 32px;}

.contact .text{margin-bottom: 34px;}
.contact .text li{font-size: 16px;}
.contact .text li .wrap{padding-left: 78px;}
.contact .text li .wrap .icon{width: 58px;height: 58px;line-height: 58px;}

.mapWrap{height: 485px;}

.header .searchBtn{margin-right: 0;}
.header .form{padding-top: 26px;}
/* .header .form.active{width: 180px;} */
.header .form .wrap{width: 180px;}
.header .form .subm{height: 32px;}
.header .form .text{height: 32px;line-height: 32px;padding: 0 4px;width: 130px;}
.header .form .close{top:6px;}

.header .logo{margin-right: 56px;}
.header .searchBtn{margin-right: 150px;margin-left: 0;}
.header .form{width: 180px;}
.header .form.active .box{width: 180px;}

.nyBanner .path{font-size: 15px;}

.leaderList1.leaderList li .pic{width: 380px;height: 288px;}
}

@media screen and (max-width: 1460px){

.cultureWrap .item3 .wrap p{font-size: 14px;line-height: 22px;}
.contact .text li{padding-left: 30px;font-size: 18px;}
.contact .text li .wrap{padding-left: 80px;}
.contact .text li .wrap .icon{width: 60px;height: 60px;line-height: 60px;}

}
@media screen and (max-width: 1400px){
.header{height: 88px;line-height: 88px;}
.header .logo img{height: 60px;}
.header .searchBtn{margin-left: 40px;background-size: 18px auto;height: 88px;}
.header .nav .nLi h3 a{font-size: 18px;font-weight: bold;}
.header .nav .nLi .navSub{top:88px;}

.aboutWrap .item2 ul li{margin-left: 66px;}
.cultureWrap .item3 .wrap .tit{font-size: 16px;line-height: 24px;}
.cultureWrap .item3 .wrap .num{font-size: 50px;}
}

@media screen and (max-width: 1320px){
.header .searchBtn{margin-left: 0;margin-right: 100px;}
}
@media screen and (max-width: 1300px){
.banner .swiper-slide a{padding-bottom: 61.7%;}
.passage .psgTitle .info{font-size: 15px;line-height: 38px;}
.passage .psgTitle .info span{margin-left: 15px;}
.passage .psgTitle .info .psgShare em{font-size: 16px;}
.passage .psgTitle .info .psgShare .item{margin-left: 15px;width: 36px;height: 36px;line-height: 36px;}

.aboutWrap .item2 ul li{margin-left: 30px;}
.contact .text li{padding-left: 26px;}
.contact .text li .wrap{padding-left: 62px;}
.contact .text li .wrap .icon{width: 50px;height: 50px;line-height: 50px;}

.header .nav .nLi{padding: 0 11px;}

}


@media screen and (max-width: 1200px){
.header .logo img{height: 52px;}
.header .searchBtn{margin-left: 20px;}
.header .nav .nLi{padding: 0 16px;}

.iTitle{margin-bottom: 20px;}
.iTitle h3{font-size: 24px;line-height: 34px;}
.iTitle h4{font-size: 54px;line-height: 54px;margin-top: -27px;}

.isect1{padding: 40px 0;}
.isect1 .container .wrap span{font-size: 14px;line-height: 24px;}
.isect1 .container .wrap h5{font-size: 16px;}
.isect1 .container .wrap p{font-size: 13px;line-height: 22px;height: 44px;margin-bottom: 8px;}
.isect1 .container .wrap .more{font-size: 14px;}


.isect2{height: auto;padding: 8% 0;}
.isect2 .w1300{width: 90%;}
.isect2 dl dt{margin-bottom: 30px;padding-left: 72px;padding-top: 3px;}
.isect2 dl dt .icon{width: 60px;height: 60px;}
.isect2 dl dt h3{font-size: 20px;line-height: 28px;}
.isect2 dl dt h4{font-size: 12px;}
.isect2 dl dd ul li{margin-bottom: 8px;font-size: 16px;line-height: 30px;}
.isect2 dl dd ul li:before{width: 6px;height: 6px;top:12px;}

.isect3 .text .dl{font-size: 14px;line-height: 24px;}
.isect3 .text .dl dt h5{font-size: 24px;}
.isect3 .text .dl dt h5:before{width: 60px;}
.isect3 .text .dl dd h5{font-size: 30px;}

.footer{font-size: 14px;line-height: 24px;}
.footer .top{padding-left: 196px;}
.footer .top .select dt{font-size: 14px;}
.footer .btm li{margin-left: 16px;}

.nyBanner{height: auto;padding: 12% 0;}
.nyBanner .w1300{padding-top: 0;}
.nyBanner h3{font-size: 32px;line-height: 48px;margin-bottom: 0;}
.nyBanner .path{padding-left: 20px;font-size: 15px;background-size: auto 20px;}

.aboutWrap .item2{height: auto;}
.aboutWrap .item2 .w1300{box-sizing: border-box;padding: 5% 0;height: auto;}
.aboutWrap .item2 .container{position: relative;top:0;margin-top: 30px;width: 100%;}
.aboutWrap .item2 .container .pic{padding-bottom: 68.73%;}
.aboutWrap .item2 ul li{width: 33.33%;margin-left: 0;text-align: center;}
.aboutWrap .item2 li h5:before{left: 50%;-webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);}

.contact .text li{width: 50% !important;margin-bottom: 25px;font-size: 15px;}
.contact .text li:nth-child(3){padding-left: 0;}
.contact .text li:nth-child(3):before{display: none;}
.contact .text li .wrap h5{line-height: 28px;}
.contact .text li .wrap p{font-size: 13px;line-height: 20px;}

.partner li{width: 32%;}
.partner li:nth-child(3n){margin-right: 0;}
.partner li:nth-child(5n){margin-right: 1.3%;}
.partner li a{height: 100px;line-height: 100px;}

.header .form,.header .searchBtn{display: none;}
.header .searchBtn{display: none !important;}
}


@media screen and (max-width: 1024px){
.header .searchBtn,.header .nav{display: none;}
.header .menuIcon{display: block;}
.header .language{float:right;margin-right: 40px;}

.isect3{padding: 40px 0;}
.isect3 .pic{padding-bottom: 380px;}
.isect3 .text .desc{font-size: 14px;line-height: 24px;height: 144px;}
.isect3 .text .moreBtn{width: 110px;height: 38px;line-height: 38px;font-size: 13px;margin-bottom: 24px;}
.isect3 .text .dl{font-size: 13px;line-height: 24px;padding-top: 10px;}
.isect3 .text .dl dt h5{font-size: 20px;line-height: 32px;padding-bottom: 5px;}
.isect3 .text .dl dt h5:before{width: 60px;}
.isect3 .text .dl dd h5{font-size: 24px;line-height: 32px;padding-bottom: 5px;}


.footer .med{padding: 16px 0;}
.footer .med .fNav{display: none;}
.footer .med .text,
.footer .btm .text{width: 100%;text-align: center;float: none;}
.footer .btm .text{padding-top: 0;line-height: 28px;}
.footer .btm ul{width: 100%;float: none;text-align: center;padding-top: 12px;}
.footer .btm ul li{display: inline-block;float: none;}

.nyNav li a{font-size: 20px;line-height: 50px;}

.passage .hotNews,.passage .psgMed:before{display: none;}
.passage .psgCont{width: 100%;}
.passage .psgTitle{padding-bottom: 20px;}
.passage .psgTitle .info span{margin-left: 0;margin-right: 5px;padding-left: 24px;}
.passage .psgTitle .info span:last-child{margin-right: 0;}
.passage .psgTitle .info span:nth-child(1),.passage .psgTitle .info span:nth-child(2){display: none;}
.passage .psgTitle h5{margin-bottom: 20px;font-size: 24px;line-height: 34px;}
.passage .psgCont{padding-top: 20px;}
.passage .psgCont .pic{padding: 12px 0;}
.passage .psgLink{margin-top: 20px;padding-top: 20px;font-size: 16px;}
.pageStyle{font-size: 14px;line-height: 28px;}

.cultureWrap .item2 .content{height: auto;padding: 12% 0;}
.cultureWrap .item2 li:before{top:30px;}
.cultureWrap .item2 li .icon{width: 60px;height: 60px;line-height: 60px;}
.cultureWrap .item2 li h5{font-size: 16px;line-height: 20px;}

.cdList li .wrap .text{padding: 10px;}
.cdList li .wrap .text h5{font-size: 15px;line-height: 25px;}
.cdList li .wrap .text p{font-size: 14px;}
.cdList li .wrap .text p span{font-size: 13px;}

.jobList .item1{padding-left: 20px;}
.jobList .hd{font-size: 16px;line-height: 54px;}
.jobList .bd .dt{font-size: 15px;line-height: 58px;}
.jobList .bd .dt .item{height: 58px;}
.jobList .bd .dd .wrap{padding: 10px 20px 20px;}
.jobList .bd .dd .wrap .tit{font-size: 16px;line-height: 30px;}
.jobList .bd .dd .wrap .tit:before{width: 2px;height: 14px;margin-top: -7px;}
.jobList .bd .dd .wrap .btnWrap{padding-top: 15px;}
.jobList .bd .dd .wrap .btnWrap .btn{width: 140px;height: 40px;line-height: 40px;font-size: 15px;}
.jobList .bd .dd .wrap .btnWrap .btn em{margin-left: 18px;}

.leaderList li{margin-bottom: 20px;padding: 16px;}
.leaderList li .pic{margin-right: 20px;}
.leaderList li .name{/* line-height: 38px; */padding-bottom: 10px;}

.leaderList1.leaderList li{display:block;}
.leaderList1.leaderList li .pic{width: 100%;height:auto;margin-bottom: 20px;}
.leaderList1.leaderList li .pic img{}

}

@media screen and (max-width: 760px){
.header{position: relative;height: 66px;line-height: 66px;}
.header .logo img{height: 44px;}

.isect2 dl dd ul li span{display: block;margin-left: 0;}

.isect3 .pic,.isect3 .text{width: 100%;}
.isect3 .pic{margin-bottom: 20px;}
.isect3 .text .desc{height: auto;max-height: 144px;}

.footer{padding: 30px 0;}
.footer .top{padding: 0;}
.footer .top .iTitle{position: relative;}
.footer .top .select{width: 32%;margin-right: 2%;}
.footer .top .select:nth-child(3n){margin-right: 0;}
.footer .top .select:nth-child(4n){margin-right: 2%;}

.nyBanner h3{font-size: 24px;line-height: 40px;}
.nyBanner .path span{margin: 0 4px;}
.nyNav{display: none;}
.nyWrap{margin: 30px auto;}
.recomNews .wrap h5{padding: 0 10px;font-size: 15px;line-height: 40px;}
.newsList{padding-bottom: 20px;}
.newsList li{padding: 15px 0;}
.newsList li a{height: 72px;padding-left: 85px;}
.newsList li a .date{width: 72px;height: 72px;padding-top: 8px;}
.newsList li a .date em{font-size: 38px;line-height: 38px;}
.newsList li a .date span{font-size: 14px;line-height: 18px;}
.newsList li a h5{font-size: 15px;line-height: 24px;margin-bottom: 4px;}
.newsList li a p{font-size: 12px;line-height: 20px;height: 40px;overflow: hidden;}

.page a{padding: 0 12px;line-height: 30px;font-size: 14px;}
.page a.btn{margin: 0 3px;padding: 0 12px;}
.page a.btn:before{display: none;}

.passage .psgLink{margin-top: 12px;padding-top: 12px;font-size: 15px;}
.passage .psgLink .toList{display: none;}
.passage .psgLink .btn{width: 100%;max-width: none;text-align: left;padding: 0 !important;}
.passage .psgLink .btn .icon{display: none;}
.passage .psgLink .btn em{display: inline-block;}
.passage .psgTitle{padding-bottom: 12px;}
.passage .psgTitle .info .psgShare{display: none;}
.passage .psgTitle .info{text-align: center;font-display: 12px;line-height: 28px;}
.passage .psgTitle .info span{float: none;display: inline-block;}
.passage .psgTitle h5{font-size: 18px;line-height: 28px;margin-bottom: 8px;text-align: center;}
.passage .psgCont{padding-top: 12px;}
.aboutWrap .item1{margin-bottom: 40px;}
.aboutWrap .item1 .tit{font-size: 20px;line-height: 28px;padding-bottom: 10px;margin-bottom: 10px;}
.aboutWrap .item1 .left,.aboutWrap .item1 .right{width: 100%;}
.aboutWrap .item1 .left{margin-bottom: 15px;}
.aboutWrap .item1 .right .dl{padding-left: 12px;margin-top: 14px;}
.aboutWrap .item1 .right .dl dt{font-size: 20px;line-height: 28px;}
.aboutWrap .item2 ul li{text-align: left;width: 50%;}
.aboutWrap .item2 ul li:first-child{width: 100%;margin-bottom: 12px;}
.aboutWrap .item2 li h5{font-size: 20px;line-height: 32px;}
.aboutWrap .item2 li h5:before{left: 0;-webkit-transform:translateX(0); -moz-transform: translateX(0); -ms-transform:translateX(0); transform:translateX(0);}
.aboutWrap .item2 li h5.num{font-size: 24px;padding-bottom: 12px;}
.aboutWrap .item2 li p{font-size: 12px;line-height: 24px;}
.aboutWrap .item2 .container{margin-top: 15px;}
.aboutWrap .item2 .container .btn{width: 36px;height: 36px;margin-top: -18px;}
.aboutWrap .item2 .container .btn.prev{left: 10px;}
.aboutWrap .item2 .container .btn.next{right: 10px;}

.cultureWrap .item2 .content{padding: 15% 0;}
.cultureWrap .item2 .content ul{flex-wrap: wrap;justify-content: flex-start;}
.cultureWrap .item2 li{width: 50%;margin-bottom: 40px;}
.cultureWrap .item2 li:nth-child(2n):before{display: none;}
/* .cultureWrap .item2 li:nth-child(3),.cultureWrap .item2 li:nth-child(4){margin-bottom: 0;} */
.cultureWrap .item2 li:nth-child(5){margin-bottom: 0;}
.cultureWrap .item2 li .icon{margin-bottom: 18px;}
.cultureWrap .item2 li h5{font-size: 14px;}


.cultureWrap .culTitle{margin-bottom: 25px;font-size: 24px;line-height: 24px;}
.cultureWrap .item1{margin-bottom: 30px;}
.cultureWrap .item1 .wrap{padding-top: 20px;height: 180px;}
.cultureWrap .item1 .wrap .icon{width: 54px;height: 54px;padding: 4px 4px 0 0;background-size: 100% 100%;line-height: 54px;font-size: 30px;}
.cultureWrap .item1 .wrap h5{margin: 12px auto 10px;font-size: 17px;line-height: 26px;padding-bottom: 12px;}
.cultureWrap .item1 .wrap h5:before{width: 24px;height: 3px;margin-left: -12px;}
.cultureWrap .item1 .wrap h6{font-size: 12px;line-height: 18px;}
.cultureWrap .item1 .container{box-sizing: border-box;}
.cultureWrap .item2{margin-bottom: 30px;}
.cultureWrap .item3{padding-bottom: 0;}
.cultureWrap .item3 .wrap{padding-top: 24px;}
.cultureWrap .item3 .wrap .num{font-size: 44px;line-height: 40px;}
.cultureWrap .item3 .wrap p{font-size: 12px;line-height: 20px;}
.cultureWrap .item3 .wrap .tit{margin-bottom: 6px;}

.honorList li{width: 48%;margin-right: 0;margin-bottom: 10px;}
.honorList li:nth-child(2n){float: right;}
.honorList li a h5{font-size: 15px;line-height: 40px;}

.cdList li{width: 48%;margin-right: 0;margin-bottom: 20px;}
.cdList li:nth-child(2n){float: right;}

.jobList .item2,.jobList .item3,.jobList .item4,.jobList .item5{display: none;}
.jobList .item{width: 20%;}
.jobList .item1{width: 80%;}
.jobList .bd .dd .wrap .wap{display: block;}
.jobList .hd .item6{font-size: 13px;}
.jobList .bd .dt{font-size: 14px;line-height: 48px;}
.jobList .bd .dt .item{height: 48px;}
.jobList .bd .dd .wrap .btnWrap .btn{width: 120px;margin-left: 20px;}
.jobList .bd .dd .wrap .btnWrap .btn em{margin-left: 10px;}
.jobList .bd .dd .wrap{padding: 10px 10px 20px;}

.downloadList .item1{width: 60%;}
.downloadList .item5{display: block;}

.partner li{margin-right: 0;width: 49%;margin-bottom: 2%;}
.partner li:nth-child(2n){float: right;}
.partner li:nth-child(4n){margin-right: 0;}


.viewer-toolbar{margin-bottom: 20px;}
.viewer-toolbar>ul>li{width: 30px;height: 30px;}
.viewer-toolbar>ul>.viewer-large{width: 30px;height: 30px;margin: 0 4px;}

.leaderList li{display: block;}
.leaderList li .pic{margin-right: 0;margin-bottom: 10px;}
.leaderList li .name{font-size: 20px;/* line-height: 30px; */margin-bottom: 14px;}
.leaderList li .cont{font-size: 14px;line-height: 24px;}
}

@media screen and (max-width: 468px){
.header .language{font-size: 18px;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0;}
.banner .swiper-pagination .swiper-pagination-bullet:before{width: 4px;height: 4px;margin: -2px 0 0 -2px;}
.banner .swiper-pagination .swiper-pagination-bullet svg{-webkit-transform: scale(0.8);transform: scale(0.8);}

.iTitle h4{font-size: 44px;line-height: 44px;margin-top: -20px;}

.moreBtn{font-size: 14px;width: 120px;}

.isect1 .container{margin-bottom: 20px;}
.isect1 .container .wrap p{height: auto;max-height: 44px;}



.isect2 dl{width: 100%;max-width: 100%;margin-bottom: 30px;}
.isect2 dl:last-child{margin-bottom: 0;}
.isect2 dl dt{margin-bottom: 15px;}
.isect2 dl dd ul li span{display: inline-block;margin-left: 8px;}
.isect2 dl dd ul li{font-size: 15px;}

.isect3 .pic{padding-bottom: 80.55%;}
.isect3 .text .iTitle{margin-bottom: 12px;}
.isect3 .text .dl{font-size: 12px;}
.isect3 .text .moreBtn{margin-bottom: 18px;}

.footer{font-size: 12px;line-height: 24px;}
.footer .btm ul li{width: 68px;margin-left: 14px;}
.footer .btm li .pic img{height: 68px;}
.footer .btm li p{margin-top: 0;}
.footer .btm ul.hide{opacity: 0;visibility: hidden;pointer-events: none;}
.footer .top .select{margin-bottom: 12px;}
.footer .top .select dt{padding: 0 6px;height: 28px;line-height: 28px;}
.footer .top .select dt:before{width: 4px;height: 4px;margin-top: -3px;}
.footer .top .select dd ul li a{padding: 3px 6px;}
.footer .btm .text{font-size: 12px;line-height: 24px;}
.footer .btm .text p span{margin-right: 6px;}
.footer .med .tit{line-height: 30px;}
.footer .btm .text .block{display: block;}
.footer .med .text .cont p .line{display: block;}
.footer .med .text .cont p .space{display: none;}
.footer .med .text .cont p.tel .line em{opacity: 0;display: inline-block;}
.footer .med .text .cont p.tel .t{display: none;}

.honorList ul{padding-bottom: 15px;}
.honorList li{width: 100%;}
.honorList li:last-child{margin-bottom: 0;}

.cdList li{width: 100%;}
.cdList li .wrap .text p{margin-bottom: 0;}

.downloadList .bd .dt .item5,.downloadList .bd .dt .item6{font-size: 12px;}
.downloadList .item1{padding-left: 12px;width: 50%;}
.downloadList .item6{width: 30%;}

.jobList .bd{padding-bottom: 20px;}
.jobList .bd .dt .btn{padding-left: 17px;}
.jobList .bd .dt .btn:before{-webkit-transform: scale(0.7);transform: scale(0.7);-webkit-transform-origin:left center;transform-origin:left center;}

.contact .text{margin-bottom: 20px;}
.contact .text li{width: 100% !important;padding-left: 0;}
.contact .text li:before{display: none;}

.mapWrap{height: 300px;}
.contact .text li .wrap{padding-left: 54px;}
.contact .text li .wrap .icon{width: 44px;height: 44px;line-height: 44px;}

.partner li a{height: 78px;line-height: 78px;}

/* .isect2{background-size: auto;} */
.isect2 dl dt{margin-bottom: 0;padding-left: 58px;padding: 5px 0 5px 58px;}
.isect2 dl dt h3{font-size: 18px;line-height: 20px;}
.isect2 dl dt h4{font-size: 11px;line-height: 20px;}
.isect2 dl dt .icon{width: 42px;height: 42px;top: 50%;margin-top: -24px;}
.isect2 dl dd{display: none;}
.isect2 dl dd ul{padding-top: 15px;}
.isect2 dl dt:hover .icon{-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
.isect2 dl dt.active .icon{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}

.banner .swiper-slide a{padding-bottom: 75%;}

.pageStyle img{display: block !important;margin: 0 auto 4px !important;float: none !important;}

.isect3 .text .desc,.isect3 .text .moreBtn{margin-bottom: 20px;}
.isect3 .text .dl{padding-top: 16px;}
.isect3 .text .desc{padding-top: 3px;}

.passage .psgTitle h5,.passage .psgTitle .info{text-align: left;}


}