@font-face {
    font-family: 'calibri';
    src: url('../font/calibri.eot');
    src:
    url('../font/calibri.eot?#font-spider') format('embedded-opentype'),
    url('../font/calibri.woff') format('woff'),
    url('../font/calibri.ttf') format('truetype'),
    url('../font/calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibriBold';
    src: url('../font/calibriBold.eot');
    src:
    url('../font/calibriBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/calibriBold.woff') format('woff'),
    url('../font/calibriBold.ttf') format('truetype'),
    url('../font/calibriBold.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: "calibri",Arial,"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: "calibri",Arial,"SimSun",Arial,sans-serif; resize:none;}
body{font:12px "calibri",Arial,"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{ -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: 90%;margin: 0 auto;max-width: 1200px;}

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;}
.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: 5%;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;}

/*按钮背景动效*/
.ani-btn{z-index: 1;position: relative;overflow: hidden;}
.ani-btn:after{content: '';z-index: -1;position: absolute;left: 30%;top: 100%;width: 40px;height: 40px;border-radius: 50%;background-color: #2a9cd2;transform: translate(-50%,-50%) scale(0);}
.ani-btn:hover{border-color: #2a9cd2!important;color: #fff!important;transition: 0.5s ease-in-out;}
.ani-btn:hover:after{transform: translate(-50%,-50%) scale(10);transition: 1s ease-in-out;}
.ani-btn:hover .icon{filter: brightness(0) invert(1);}

.poHidden{position: relative;overflow: hidden;}


/* 单页默认样式 */
.pageStyle{color: #666666;line-height: 2;font-size: 16px;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner::before{content: "";width: 100%;height: 140px;position: absolute;left: 0;bottom: -5px;z-index: 3;background: url(../images/hover.png) no-repeat center bottom;background-size: 100% auto;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 774px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{bottom: 32px;height: 10px;line-height: 10px;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;border-radius: 5px;opacity: 1;margin: 0 3px;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;opacity: 0.8;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;background: #1464a3;opacity: 1;}

.header{position: fixed;left: 0;top:0;width: 100%;z-index: 99999;}
.header .logo{height: 100px;line-height: 100px;position: relative;}
.header .logo span{position: absolute;left: 0;top:0;}
.header .logo span.o{opacity: 0;}
.header .logo span img{height: 76px;filter: brightness(0) invert(1);}
.header .btn{margin: 36px 0 0 36px;padding: 0 8px;height: 26px;border:1px solid #1464a3;border-radius: 4px;line-height: 26px;font-size: 14px;color: #1464a3;}
.header .btn:hover{background: #1464a3;color: #fff;}
.header .nav .nLi{position: relative;margin: 0 17px;}
.header .nav .nLi h3 a{display: block;font-size: 18px;color: #ffffff;line-height: 100px;font-weight: normal;}
.header .nav .nLi h3 a:hover,.header .nav .nLi.on h3 a{color: #1464a3;}
.header .nav .nLi .navSub{position: absolute;left: 0;top:100px;width: 100%;background: #fff;display: none;width: 150px;left: 50%;margin-left: -75px;left: 0;margin-left: 0;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #555;line-height: 20px;padding: 10px 15px;text-align: left;}
.header .nav .nLi .navSub ul li a:hover{color: #1464a3;}

.header:hover,.header.scroll{background: rgba(255,255,255,0.96);box-shadow: 0 0 10px rgba(0,0,0,0.1);}
/* .header:hover .logo span.d,.header.scroll .logo span.d{opacity: 0;}
.header:hover .logo span.o,.header.scroll .logo span.o{opacity: 1;} */
.header:hover .logo span img,.header.scroll .logo span img{filter: brightness(1) invert(0);}
.header:hover .nav .nLi h3 a,.header.scroll .nav .nLi h3 a{color: #333;}
.header:hover .nav .nLi h3 a:hover,.header.scroll .nav .nLi.on h3 a{color: #1464a3;}

.header .language{width: 30px;height: 30px;background: #1464a3;border-radius: 50%;text-align: center;line-height: 30px;color: #fff;margin: 32px 0 0 10px;font-size: 16px;}

.ititle{padding-bottom: 33px;}
.ititle .ch{font-size: 44px;color: #494949;line-height: 1;margin-bottom: 8px;font-weight: normal;}
.ititle .en{font-size: 16px;color: #bababa;text-transform: uppercase;font-weight: normal;}
.ititle.center{text-align: center;}
.ititle.white .ch,
.ititle.white .en{color: #fff;}
/* .ititle:before{content: "";width: 40px;height: 4px;background: #1464a3;position: absolute;left: 0;bottom: 0;} */

.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexBetween{display: flex;justify-content: space-between;align-items: center;}
.flexAlignCenter{display: flex;align-items: center;}

/* 查看更多 */
.moreBtn{width: 150px;height: 46px;box-sizing: border-box;border: 2px solid #2a9cd2;border-radius: 24px;padding: 0 30px;color: #2a9cd2;font-size: 16px;margin: 0 auto;}

.isect1{margin: 99px auto 91px;}
.isect1 .ititle{padding-bottom: 0;}
.isect1 .isect1_1{width: 32%;}
.isect1 .isect1_1 dl{margin-top: 70px;}
.isect1 .isect1_1 dl.dl1{margin-top: 52px;}
.isect1 .isect1_1 dl dt{height: 60px;margin-bottom: 14px;}
.isect1 .isect1_1 dl dt img{max-height: 100%;}
.isect1 .isect1_1 dl dd .tit{font-size: 24px;color: #333333;font-weight: normal;margin-bottom: 10px;}
.isect1 .isect1_1 dl dd .desc{font-size: 16px;color: #666;line-height: 26px;}
/* .isect1 .isect1_1 dl.dl2 dt{background-position: left -60px;} */
.isect1 .isect1_2{width: 50.8%;}
.isect1 .isect1_2 ul li{width: 48.8%;margin-bottom: 9px;overflow: hidden;border-radius: 8px;}
.isect1 .isect1_2 ul li a{display: block;width: 100%;height: 0;padding-bottom: 97.65%;border-radius: 8px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .isect1_2 ul li:hover a{-webkit-transform: scale(1.1);transform: scale(1.1);}

.isect2{padding: 80px 0;background: url(../images/isect2_bg.jpg) no-repeat center;background-size: cover;}
.isect2  > .w1200{flex-direction: row-reverse;}
.isect2 .moreBtn{margin-top: 20px;}
.isect2 .text{width: 51.66%;}
.isect2 .text .cont{padding-top: 20px;}
.isect2 .text  .item{padding-left: 72px;position: relative;margin-top: 42px;color: #fff;margin-top: 60px;}
.isect2 .text  .item:first-child{margin-top: 0;}
.isect2 .text  .item .icon{width: 60px;height: 40px;position: absolute;left: 0;top: 0;object-fit: contain;}
.isect2 .text  dl dt{margin-bottom: 7px;font-size: 26px;line-height: 42px;text-transform: uppercase;}
.isect2 .text  dl dd{font-size: 16px;line-height: 28px;}
.isect2 .text  dl.dl2:before{background-position: left -180px;}
.isect2 .text  dl.dl3:before{background-position: left -240px;}
.isect2 .pic{width: 43%;position: relative;overflow: hidden;height: 526px;}
.isect2 .pic img{max-width: 90%;max-height: 90%;}
.isect2 .pic:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}

.isect3{padding: 100px 0;background: #eeeeee;}
.isect3 .ititle{text-align: center;}
.isect3 .ititle:before{left: 50%;margin-left: -20px;}
.isect3 .container{padding: 0 0 50px;}
.isect3 .container a{display: block;padding: 30px 26px 36px;background: #fff;}
.isect3 .container a h5{margin-bottom: 20px;font-size: 24px;line-height: 40px;color: #222222;font-weight: normal;text-transform: uppercase;}
.isect3 .container a p{font-size: 16px;line-height: 30px;color: #666666;height: 150px;overflow: hidden;}
.isect3 .container a:hover{background-image: linear-gradient(to right, #23c8e4, #0b3f79);}
.isect3 .container a:hover h5,.isect3 .container a:hover p{color: #fff;}
.isect3 .container .swiper-pagination{bottom: 0;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet{background: #cacaca;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image: linear-gradient(to bottom right, #23c8e4, #0b3f79);}
.isect3 .logoList{padding: 1px;margin-top: 30px;}
.isect3 .logoList li{width: 20%;box-sizing: border-box;border: 1px solid #dedede;margin: -1px 0 0 -1px;background: #fff;}
.isect3 .logoList li .wrap{display: block;height: 0;padding-bottom: 40%;}
.isect3 .logoList li .wrap .box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.isect3 .logoList li .wrap .box img{max-width: 80%;max-height: 80%;}
/* .isect3 .logoList li .wrap:hover .box img{filter: brightness(1) invert(0);} */

.isect4{display: none;}
.isect4 ul li{width: 25%;}
.isect4 ul li a{display: block;height: 640px;box-sizing:border-box;padding: 85px 40px 0;text-align: center;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.isect4 ul li a::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(17, 44, 135, 0.6);}
.isect4 ul li a .box{position: relative;z-index: 2;}
.isect4 ul li a .icon{height: 80px;width: 80px;border-radius: 50%;margin: 0 auto;background-image: linear-gradient(-135deg, #23c8e4, #0b3f79);}
.isect4 ul li a .icon img{height: 50%;filter: brightness(0) invert(1);}
.isect4 ul li a h5{margin: 60px 0 36px;font-size: 28px;color: #fff;line-height: 40px;font-family: "calibriBold";overflow: hidden;text-transform: uppercase;}
.isect4 ul li a .desc{font-size: 16px;color: #fff;line-height: 30px;max-height: 90px;overflow: hidden;}
.isect4 ul li:nth-child(2n){background: #f3f3f3;}
/* .isect4 ul li a:hover{background: #1464a3;} */
.isect4 ul li a:hover h5,.isect4 ul li a:hover p{color: #fff;}
.isect4 ul li a:hover .icon{transform: scale(0.8);}


.footer{background: #16348a;font-size: 14px;color: rgba(255, 255, 255, 0.6);}
.footer .top{padding: 60px 0 30px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.footer .top .qrcode{width: 145px;text-align: center;}
.footer .top .qrcode img{width: 100%;margin-bottom: 8px;}
.footer .top .left .tit{font-size: 18px;font-weight: normal;margin-bottom: 12px;color: #fff;}
.footer .top .left .text{font-size: 15px;line-height: 30px;}
.footer .btm{padding: 30px 0;}
.footer .btm .logo img{height: 60px;filter: brightness(0) invert(1);}
.footer .btm .right{display: flex;flex-direction: column;align-items: flex-end;}
.footer .btm .nav{font-size: 16px;color: #fff;}
.footer .btm .nav li{margin-left: 20px;}
.footer .btm .nav li:first-child{margin-left: 0;}
.footer .btm .text{padding-top: 10px;font-size: 14px;}
.footer .btm .text span{margin-left: 8px;}
.footer .btm .text span:first-child{margin-left: 0;}
.footer a:hover{color: #fff;text-decoration: underline;}


.nyPageWrap{padding-top: 100px;}

.nyBanner{width: 100%;height: 500px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanner h3{padding: 162px 0 22px;position: relative;font-size: 46px;color: #ffffff;line-height: 50px;font-family: "calibriBold";text-transform: uppercase;}
.nyBanner h3:before{content: "";width: 40px;height: 4px;background: #ffffff;position: absolute;left: 0;bottom: 0;}

.nyWrap{padding: 100px 0;background: #f4f4f4;}
.nyWrap .nyContent{box-sizing:border-box;padding: 60px 100px;background: #ffffff;min-height: 350px;}

.nyForm .tit{padding: 20px 0 10px;font-size: 42px;line-height: 60px;color: #333333;font-family: "calibriBold";}
.nyForm .tit:first-child{padding-top: 0;}
.nyForm .text,
.nyForm textarea{width: 100%;height: 50px;box-sizing:border-box;padding: 0 18px;background: #f2f2f2;border:none;font-size: 14px;color: #444;line-height: 50px;margin-bottom: 30px;}
.nyForm .text.w48p{width: 48%;}
.nyForm textarea{height: 220px;line-height: 38px;padding: 6px 18px;}
.nyForm .subm{display: block;margin-top: 20px;width: 200px;height: 60px;background: #1464a3;border-radius: 4px;cursor: pointer;text-align: center;line-height: 60px;font-size: 20px;color: #ffffff;border:none;}
.nyForm .subm:hover{background: #094574;}
.nyForm .desc{font-size: 18px;line-height: 25px;color: #333333;margin-bottom: 26px;}
.nyForm .desc .blue{color: #1464a3;}
.nyForm1 .subm{margin: 20px auto 0;width: 170px;}

.bread{margin-bottom: 26px;font-size: 16px;line-height: 34px;color: #222222;}
.bread .toList{padding-right: 32px;position: relative;}
.bread .toList:before{content: "";width: 20px;height: 12px;position: absolute;right: 0;top:50%;margin-top: -6px;background: url(../images/toList.png) no-repeat left top;}
.bread .toList:hover:before{background-position: left bottom;}
.bread a:hover{color: #1464a3;}
.bread .nav li{margin-left: 30px;}
.bread .nav li:first-child{margin-left: 0;}
.bread .nav li a{display: block;position: relative;}
.bread .nav li a::before{content: "";width: 100%;height: 2px;background: #1464a3;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;}
.bread .nav li.on a,
.bread .nav li a:hover{color: #1464a3;}
.bread .nav li.on a::before,
.bread .nav li a:hover::before{opacity: 1;transform: scale(1);}

.nyWrap1{padding: 30px 0 35px;background: #f4f4f4;}
.nyWrap1 .nyContent{box-sizing:border-box;padding: 54px 54px 50px 35px;background: #ffffff;min-height: 350px;}

.newsList{padding-bottom: 13px;}
.newsList li{padding-bottom: 50px;border-bottom: 1px solid #e5e5e5;margin-bottom: 47px;}
.newsList li a{display: block;height: 155px;padding-left: 312px;position: relative;}
.newsList li a .pic{width: 274px;height: 155px;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: 22px;color: #222222;font-weight: normal;line-height: 24px;padding-bottom: 20px;border-bottom: 1px solid #e6e6e6;}
.newsList li a p{margin: 13px 0 17px;font-size: 16px;line-height: 26px;color: #444444;height: 52px;overflow: hidden;}
.newsList li a span{display: block;font-size: 14px;color: #999999;line-height: 30px;}
.newsList li a:hover h5{color: #1464a3;}

.page{text-align: center;font-size: 14px;}
.page .clearfix{display: inline-block;}
.page a,.page input{margin: 0 4px;height: 36px;line-height: 36px;padding: 0 17px;border:1px solid #dddddd;font-size: 14px;color: #444444;background: #fff;text-transform: uppercase;}
.page input{width: 38px;text-align: center;padding: 0;}
.page em{border:none;line-height: 38px;padding: 0 4px;}
.page a.num{padding: 0 14px;}
.page a.on,.page a:hover,.page .btn:hover{background: #019add;border-color: #019add;color: #fff;}
.page .btn{cursor: pointer;}
.page form{margin-left: 10px;}

/* .pageStyle{font-size: 16px;line-height: 30px;color: #666666;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;} */

.nyWrap1 .nyContent.passage{padding: 50px 124px;}
.passage .psgTit{margin-bottom: 34px;}
.passage .psgTit h3{margin-bottom: 20px;padding-bottom: 39px;border-bottom: 2px solid #dcdcdc;text-align: center;font-size: 26px;color: #222222;line-height: 40px;font-weight: normal;}
.passage .psgTit .info{font-size: 16px;line-height: 30px;color: #666666;}
.passage .psgTit .info .line{margin: 0 10px;}
.passage .psgTit .share .item{margin-left: 12px;}
.passage .psgTit .share .item img{float: left;}
.passage .shareStyle{justify-content: flex-start;color: #919191;}
.passage .shareStyle .item{margin-left: 20px;cursor: pointer;}
.passage .psgCont{min-height: 300px;}
             
.nyWrap1 .nyContent1{padding: 50px 40px;min-height: 350px;box-sizing:border-box;background: #ffffff;}

.picList{padding-bottom: 20px;}
.picList li{width: 31%;margin: 0 3.5% 40px 0;}
.picList li:nth-child(3n){margin-right: 0;}
.picList li a{display: block;padding-bottom: 40px;position: relative;}
.picList li a .pic{width: 100%;height: 0;padding-bottom: 61.25%;position: relative;overflow: hidden;}
.picList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picList li a .text{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;padding-top: 12px;}
.picList li a .text h5{font-size: 18px;line-height: 28px;color: #333333;font-weight: normal;padding: 0 8px;}
.picList li a .text i{width: 32px;height: 32px;position: absolute;left: 50%;bottom: 25px;margin-left: -16px;background: url(../images/moreIcon.png) no-repeat center;opacity: 0;-webkit-transform: scale(0);transform: scale(0); }
.picList li a:hover .text{padding: 40px 0 78px;background: #1464a3;}
.picList li a:hover .text h5{color: #fff;}
.picList li a:hover .text i{opacity: 1;-webkit-transform: scale(1);transform: scale(1);-webkit-transition:all 0.3s linear 0.2s;transition:all 0.3s linear 0.2s;  }

.thirdNav{margin: 50px auto;flex-wrap: wrap;justify-content: flex-start;}
.thirdNav li{margin: 0 5px 10px;}
.thirdNav li a{display: block;padding: 0 10px;border: 1px solid #dedede;font-size: 16px;color: #333;line-height: 32px;}
.thirdNav li.on a,
.thirdNav li a:hover{border-color: #1464a3;background: #1464a3;color: #fff;}

.newsTextBox .list{ padding-bottom: 35px;}
.newsTextBox .list li{ margin-bottom: 25px;}
.newsTextBox .list li a{position: relative; padding: 0 25px 25px 25px; border-bottom: 1px #D8D8D8 solid;}
.newsTextBox .list li a::before{ content: ""; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: #1464a3; transition: 0.5s;}
.newsTextBox .list li a .time{ width: 96px; height: 115px; background-color: #F9F9F9; text-align: center; font-family: 'DINProLight';}
.newsTextBox .list li a .time b{ font-size: 50px; line-height: 1; display: block; padding-top: 16px;}
.newsTextBox .list li a .time span{ display: block; font-size: 18px; line-height: 1; padding-top: 10px;}
.newsTextBox .list li a .text{ width: calc(100% - 126px);}
.newsTextBox .list li a .text h3{ font-weight: normal; color: #333333; height: 20px; line-height: 20px;font-size: 18px;}
.newsTextBox .list li a .text p{ line-height: 26px; height: 52px; color: #8F8F8F; margin-top: 14px;font-size: 16px;}
.newsTextBox .list li a:hover::before{ width: 100%;}
.newsTextBox .list li a:hover .text h3{ color: #1464a3;}
.newsTextBox .list li a:hover .time{ background: #1464a3;}
.newsTextBox .list li a:hover .time b,.newsTextBox .list li a:hover .time span{ color: #fff;}

.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}

.productWrap{background: #F9F9F9;}
.inSearch{ height: 58px; line-height: 58px; background: #fff;border: 1px solid #ccc;}
.inSearch .text{ width: 79%; padding: 0 45px; box-sizing: border-box; color: #333; height: 100%;border: none;}
.inSearch .button{ width: 21%; background: #1464a3; height: 100%; color: #fff; cursor: pointer;border: none;}
.productWrap .box{ padding-bottom: 40px;} 
.productWrap .box .item{ margin-top: 40px; background: #f6f6f6; padding: 34px 40px 38px 40px;}
.productWrap .box .item h3{color: #1464a3; line-height: 30px;}
.productWrap .box .item .text{ overflow: auto;}
.productWrap .box .item .text span{position: relative; display: block; float: left; width: 27.33%; padding-right: 10px; box-sizing: border-box; line-height: 30px; margin-top: 20px;  transition: 0.3s;}
.productWrap .box .item .text span:nth-child(4n){ width: 18%; padding-right: 0;}
.productWrap .box .item .text span a{ position:relative; padding-left: 18px; box-sizing: border-box; relative transition: 0.3s;}
.productWrap .box .item .text span a::before{ content: ""; position: absolute; top: 5px; left: 0; width: 8px; height: 8px; border: 2px #666666 solid; border-radius: 50%; box-sizing: border-box; transition: 0.3s;}
.productWrap .box .item .text span a:hover{ color: #1464a3;}
.productWrap .box .item .text span a:hover::before{border-color: #1464a3;}

.productWrap .tip{ color: #999999; margin: 25px 0;}
.productWrap .tip b{color: #1464a3;}
.productWrap .tableBox{ padding-bottom: 30px;}
.productWrap table{ width: 100%; border: none; border: 1px #DADADA solid; border-bottom: none; border-right: none; box-sizing: border-box; margin-bottom: 30px;}
.productWrap table th,.productWrap table td{ line-height: 24px; color: #333333; text-align: center;  border-right: 1px #DADADA solid; border-bottom: 1px #DADADA solid; box-sizing: border-box;}
.productWrap table th{ font-size: 20px; font-weight: 500; background: #F1F1F1; padding: 28px 10px;}
.productWrap table td{ font-size: 14px; padding: 10px; height: 80px;}
.productWrap table td:first-child{ width: 20%; text-align: left; padding-left: 3.3%;}
.productWrap table td:nth-child(2){ width: 5.7%;}
.productWrap table td:nth-child(3){ width: 36%; text-align: left; padding-left: 17px;}
.productWrap table td:nth-child(4){ width: 158px;}
.productWrap table td:nth-child(5){ width: 172px;}
.productWrap table td .bug{ color: #fff; background: #1464a3; border-radius: 24px; padding: 4px 24px; display: inline-block; margin-top: 4px; transition: 0.3s;}
.productWrap table td .bug:hover{ padding: 4px 30px;}
.productWrap table tbody tr:nth-child(2n) td{ background: #F9F9F9;}

/*
@media screen and (max-width: 1200px){
.header .logo span img{height: 44px;}
.header .btn{margin-left: 20px;}
.banner .swiper-slide a{padding-bottom: 56%;}

.isect1 .isect1_1{width: 45%;}
.isect1 .isect1_1 dl{margin-top: 52px;}

.isect4 ul li a{padding: 60px 20px 20px;height: 460px;}
.isect4 ul li a .icon{height: 60px;}
.isect4 ul li a h5{font-size: 20px;line-height: 30px;height: 60px;margin: 30px 0 20px;}
}


@media screen and (max-width: 1024px){
.header .nav{display: none;}
.header .btn{margin-right: 42px;}
.header .menuIcon{display: block;}

.isect1{margin: 30px auto;}
.isect1 .isect1_1,.isect1 .isect1_2{width: 100%;}
.isect1 .isect1_1{margin-bottom: 30px;}
.isect1 .isect1_1 dl.dl1,.isect1 .isect1_1 dl{margin-top: 30px;}
.isect1 .isect1_1 dl dt{-webkit-transform: scale(0.6);transform: scale(0.6);margin-bottom: 0;}
.isect1 .isect1_1 dl dd{font-size: 18px;line-height: 24px;}

.isect3 .container a h5{font-size: 26px;line-height: 34px;}

.nyBanner{height: auto;padding: 15% 0 30%;}
.nyBanner h3{padding-top: 0;}

.nyWrap{padding: 45px 0;}
.nyWrap .nyContent{padding: 30px;}
.nyForm .tit{font-size: 30px;line-height: 44px;padding-top: 10px;}
.nyForm .text{height: 44px;line-height: 44px;margin-bottom: 15px;}
.nyForm .subm{width: 160px;height: 52px;line-height: 52px;font-size: 18px;}

.newsList li{padding-bottom: 20px;margin-bottom: 20px;}

.nyWrap1 .nyContent.passage{padding: 50px;}
}

@media screen and (max-width: 768px){
.header{position: relative;}
.header .logo span.d{opacity: 0;}
.header .logo span.o{opacity: 1;}
.header .logo{height: 66px;line-height: 66px;}
.header .logo span img{height: 32px;}
.header .btn{margin-top: 20px;}

.ititle{text-align: center;padding-bottom: 20px;font-size: 30px;line-height: 30px;padding-top: 20px;}
.ititle:before{left: 50%;margin-left: -20px;}

.isect2{padding: 30px 0;}
.isect2 .text,.isect2 .pic{width: 100%;}
.isect2 .pic{margin-top: 20px;padding-bottom: 141.54%;}
.isect2 .text .cont{padding-top: 0;}
.isect2 .text dl{padding-left: 50px;}
.isect2 .text dl:before{-webkit-transform: scale(0.7);transform: scale(0.7);-webkit-transform-origin:left center;transform-origin:left center;top:-14px;}
.isect2 .text dl dt{font-size: 24px;line-height: 34px;}
.isect2 .text dl dd{font-size: 15px;line-height: 24px;max-height: none;}

.isect3{padding: 30px 0;}
.isect3 ul{padding-top: 20px;}
.isect3 .container{width: 100%;margin-bottom: 12px;}
.isect3 .container:last-child{margin-bottom: 0;}
.isect3 .container a{background: #1464a3;}
.isect3 .container a h5,.isect3 .container a p{color: #fff;}
.isect3 .container a p{height: auto;max-height: 125px;}

.isect4 ul li{width: 50%;}
.isect4 ul li{background: #e6e6e6;}
.isect4 ul li:nth-child(2),.isect4 ul li:nth-child(3){background: #f3f3f3;}
.isect4 ul li:nth-child(4){background: #e6e6e6;}


.nyPageWrap{padding-top: 0;}

.nyBanner h3{font-size: 34px;line-height: 40px;padding-bottom: 12px;}

.nyForm .text.w48p{width: 100%;}
.nyForm .desc{font-size: 16px;line-height: 22px;margin-bottom: 18px;}

.bread{margin-bottom: 12px;font-size: 16px;line-height: 24px;}
.bread .toList{display: none;}

.newsList li a{height: 114px;padding-left: 215px;position: relative;}
.newsList li a .pic{width: 200px;height: 114px;}
.newsList li a h5{font-size: 20px;line-height: 20px;padding-bottom: 10px;}
.newsList li a p{margin: 6px 0 8px;font-size: 14px;line-height: 24px;height: 48px;}
.newsList li a span{font-size: 12px;line-height: 20px;}

.page a.num{display: none;}
.page a.num.on{display: inline-block;}
.page a, .page span, .page em, .page .text{height: 32px;line-height: 32px;padding: 0 12px;margin: 0 2px;}
.page .text{width: 24px;}

.pageStyle{font-size: 14px;line-height: 24px;}

.passage .psgTit{margin-bottom: 15px;}
.passage .psgTit h3{margin-bottom: 12px;padding-bottom: 12px;font-size: 20px;line-height: 26px;}
.passage .psgTit .share{display: none;}
.passage .psgTit .info > .fl{width: 100%;text-align: center;font-size: 12px;}


.picList li{width: 48%;margin-right: 0;margin-bottom: 20px;}
.picList li:nth-child(2n){float: right;}
}

@media screen and (max-width: 468px){
.header .btn{display: none;}

.banner .swiper-pagination{bottom: 5%;height: 6px;line-height: 6px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 20px;}

.isect1 .isect1_1 dl.dl1, .isect1 .isect1_1 dl{margin-top: 15px;}
.isect1 .isect1_1 dl dt{margin: 0 auto;}
.isect1 .isect1_1 dl dd{text-align: center;}

.isect3 .container a{padding: 20px;}
.isect3 .container a h5{font-size: 24px;margin-bottom: 12px;}

.isect4 ul li a{padding: 30px 12px;height: 280px;}
.isect4 ul li a .icon{height: 40px;}
.isect4 ul li a h5{font-size: 18px;line-height: 24px;height: 48px;}
.isect4 ul li a p{font-size: 16px;line-height: 24px;max-height: 72px;}

.footer .top{padding: 20px 0;}
.footer .top .text .tit{font-size: 24px;margin-bottom: 12px;}
.footer .top .text p{padding-left: 30px;}
.footer .top .text p .icon{margin-top: -13px;}
.footer .top .text p .icon img{height: 20px;}
.footer .top .qrcode{margin: 12px auto 0;padding-top: 0;}
.footer .top .qrcode .pic{margin-bottom: 6px;}

.nyWrap .nyContent{padding: 16px;}

.newsList li a{height: auto;padding-left: 0;}
.newsList li a .pic{position: relative;width: 100%;height: 0;padding-bottom: 56.56%;margin-bottom: 12px;}
.newsList li a p{height: auto;max-height: 48px;}

.nyWrap1 .nyContent.passage{padding: 30px 15px;}
.passage .psgTit h3{font-size: 18px;margin-bottom: 6px;padding-bottom: 6px;}
.passage .psgTit{margin-bottom: 10px;}

.picList li{width: 100%;}
.picList li a .text h5{font-size: 22px;}
}
*/