@font-face {
    font-family: 'DINBlack';
    src: url('../font/DINBlack.eot');
    src:
    url('../font/DINBlack.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINBlack.woff') format('woff'),
    url('../font/DINBlack.ttf') format('truetype'),
    url('../font/DINBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.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;}
.TXTovehid-four{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -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 img,
.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);}

/*网页限定宽度*/
.w1280{width: 1280px;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: "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: #1abda0;}

.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 span{display: block;height: 3px;background: #0c2387;margin-top: 5px;position: relative;}
.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;}

.header{position: relative;background: #f3f1f4;z-index: 9;}
.header .logo{height: 80px;line-height: 80px;}
.header .logo img{height: 90%;}
.header .searchBtn{width: 22px;height: 22px;margin-top: 29px;cursor: pointer;position: relative;background: url(../images/search.svg) no-repeat;background-size: 100%;filter: brightness(0) invert(0.5);transition: 0.3s;}
.header .searchBtn:hover{filter: brightness(1) invert(0);}
/* .header .searchBtn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/searchBtn.png) no-repeat left top;}
.header .searchBtn:hover:before{background-position: left bottom;} */
.header .tel{margin: 20px;padding-left: 28px;background: url(../images/telIcon.png) no-repeat left center;line-height: 40px;color: #1abda0;font-style: italic;font-family: "DINBlack","Arial";font-size: 20px;}
.header .nav{padding: 22px 0 18px;}
.header .nav .nLi{margin-left: 0;position: relative;}
.header .nav .nLi:first-child{margin-left: 0;}
.header .nav .nLi h3 a{display: block;height: 40px;font-size: 14px;color: #022d33;font-weight: normal;line-height: 40px;padding: 0 18px;border-radius: 5px;font-size: 16px;}
.header .nav .nLi.on h3 a{background: #1abda0;color: #fff;}
.header .nav .nLi:hover h3 a{color: #1abda0;}
.header .nav .nLi.on:hover h3 a{color: #fff;}
.header .nav .nLi .navSub{position: absolute;width: 200px;left: 50%;margin-left: -100px;top:40px;padding-top: 8px;display: none;}
.header .nav .nLi .navSub i{display: block;border:8px solid transparent;border-bottom-color: #fff;position: absolute;top: -8px;left: 50%;margin-left: -4px;}
.header .nav .nLi .navSub ul{background-color: #fff;border-radius: 5px;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #333;line-height: 24px;padding: 3px 4px;text-align: center;}
.header .nav .nLi .navSub ul li a:hover{color: #1abda0;}
.header .lan{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;background: #1abda0;border-radius: 50%;margin: 37px 0 0 20px;font-size: 14px;color: #fff;text-align: center;line-height: 30px;}
.header .lan img{height: 60%;filter: brightness(0) invert(1);}
.header .language{font-size: 15px;line-height: 100px;color: #022d33;margin-left: 15px;display: flex;align-items: center;}
.header .language em{margin: 0 4px;}
.header .language span,
.header .language a:hover{color: #1abda0;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 820px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{bottom: 16px;height: 14px;line-height: 14px;text-align: center;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 14px;height: 14px;background: #ffffff;opacity: 0.6;margin: 0 4px;border-radius: 7px;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 44px;opacity: 1;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width: 55px;height: 106px;margin-top: -53px;}
.banner .swiper-button-prev{left: -60px;background: url(../images/arrow1.png) no-repeat left top;}
.banner .swiper-button-next{right: -60px;background: url(../images/arrow1.png) no-repeat right top;}
.banner:hover .swiper-button-prev{left: 0;}
.banner:hover .swiper-button-next{right: 0;}

.ititle{margin-bottom: 64px;position: relative;text-align: center;font-size: 32px;color: #1a1a1a;font-weight: normal;line-height: 72px;padding-top: 44px;}
.ititle:before{content: "";width: 40px;height: 2px;background: #18bc99;position: absolute;left: 50%;bottom: 0;margin-left: -20px;}

.moreBtn{display: block;width: 138px;height: 38px;margin: 0 auto;border:1px solid #022d33;border-radius: 5px;text-align: center;font-size: 14px;line-height: 38px;color: #022d33;}
.moreBtn:hover{background: #1abda0;color: #fff;border-color: #1abda0;}

.isect1{margin-bottom: 70px;}
.isect1 ul{margin-bottom: 50px;}
.isect1 ul li{width: 31.25%;margin-left: 3.125%;}
.isect1 ul li:first-child{margin-left: 0;}
.isect1 ul li a{display: block;width: 100%;height: 0;padding-bottom: 51.25%;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 ul li a .text{width: 100%;position: absolute;left: 0;top:0;padding: 10.5% 40% 0 12.5%;box-sizing:border-box;}
.isect1 ul li a .text h5{margin-bottom: 4%;font-size: 26px;line-height: 42px;color: #fff;font-weight: normal;}
.isect1 ul li a .text p{font-size: 14px;line-height: 28px;color: #fff;}
.isect1 ul li:hover{box-shadow: 0 0 14px rgba(0,0,0,0.3);-webkit-transform:translateY(-6px);transform:translateY(-6px);}
.isect1 .desc{padding: 0 15%;margin-bottom: 60px;text-align: center;font-size: 16px;line-height: 34px;color: #676767;/* max-height: 68px; */overflow: hidden;}

.isect2{background: url(../images/isect2Bg.jpg) no-repeat center;background-size: cover;padding-bottom: 80px;}
.isect2 .ititle{padding-top: 34px;color: #fff;}
.isect2  .cont{margin-top: -10px;}
.isect2 .text{width: 47.6%;height: 360px;box-sizing:border-box;background: #fff;padding: 38px 4.3% 50px;}
.isect2 .text .title{margin-bottom: 18px;font-size: 20px;line-height: 44px;color: #343434;}
.isect2 .text .desc{text-indent: 2em;font-size: 14px;line-height: 36px;height: 180px;overflow: hidden;margin-bottom: 24px;-webkit-line-clamp: 5;}
.isect2 .text .btn{display: block;width: 96px;height: 40px;background: #18bb9c;border-radius: 5px;text-align: center;line-height: 40px;font-size: 14px;color: #fff;}
.isect2 .text .btn:hover{background: #001e22;}
.isect2 .video{width: 47.6%;height: 360px;position: relative;overflow: hidden;background: #fff;cursor: pointer;}
.isect2 .video em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .video video{width: 100%;height: 100%;}
.isect2 .video img{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect2 .video i{width: 78px;height: 78px;position: absolute;left: 50%;top:50%;margin: -39px 0 0 -39px;background: url(../images/videoIcon.png) no-repeat center;background-size: 100%;}
.isect2 .video:hover i{-webkit-transform: scale(0.9);transform: scale(0.9);}

.isect3{padding-bottom: 80px;}
.isect3 .container{padding: 85px 10px 90px 12px;position: relative;overflow: hidden;}
.isect3 .container .swiper-slide {position: relative;width: 33.3%;transition: 1s;-webkit-transition: 1s;}
.isect3 .container .wrap{position: relative;}
.isect3 .container .wrap .pic{width: 100%;height: 0;padding-bottom: 54.5%;position: relative;overflow: hidden;background: #fff;}
.isect3 .container .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .container .wrap .text{padding: 20px 20px 30px;background: #fff;text-align: center;/* box-shadow: 0 0 10px rgba(0,0,0,0.2); */border: 1px solid #eee;}
.isect3 .container .wrap .text h5{font-size: 20px;line-height: 38px;color: #373737;font-weight: normal;}
.isect3 .container .wrap .text p{font-size: 12px;line-height: 30px;color: #6c6c6c;margin-bottom: 15px;}
.isect3 .container .wrap .text .btn{display: block;width: 28px;height: 28px;margin: 0 auto;border:1px solid #1abda0;text-align: center;line-height: 28px;color: #1abda0;font-size: 20px;line-height: 24px;}
.isect3 .container .wrap .text .btn:hover{background: #1abda0;color: #fff;}
.isect3 .container .swiper-slide.swiper-slide-active{z-index: 2;transform: scale(1.35);-webkit-transform: scale(1.35);}
.isect3 .container .swiper-slide.swiper-slide-active .wrap .text{box-shadow: 0 0 10px rgba(0,0,0,0.2);border-color: #fff;}
.isect3 .container .swiper-button-prev,.isect3 .container .swiper-button-next{width: 30px;height: 60px;margin-top: -30px;background: rgba(0,0,0,0.6);text-align: center;line-height: 60px;font-size: 24px;color: #fff;font-family: "SimSun";}
.isect3 .container .swiper-button-prev{left: -30px;}
.isect3 .container .swiper-button-next{right: -30px;}
.isect3 .container:hover .swiper-button-prev{left: 1px;}
.isect3 .container:hover .swiper-button-next{right: 1px;}
.isect3 .container .swiper-pagination{display: none;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet-active{background: #1abda0;}

.footer{padding: 74px 0;background: #303030;text-align: center;font-size: 14px;line-height: 50px;text-align: center;color: #a6a6a6;line-height: 34px;padding: 44px 0;padding: 30px 0;}
.footer p span{margin: 0 15px;}
.footer a:hover{color: #fff;text-decoration: underline;}

.nyBanner{padding: 74px 0 86px;text-align: center;background: url(../images/nyBanner.png) no-repeat center;background-size: cover;}
.nyBanner .ititle{padding-top: 0;margin-bottom: 21px;line-height: 73px;}
.nyBanner .nav{text-align: center;font-size: 18px;line-height: 32px;color: #1d1c18;}
.nyBanner .nav span{margin: 0 20px;}
.nyBanner .nav .on{color: #1abda0;font-weight: bold;}
.nyBanner .nav a:hover{color: #1abda0;}

.nyWrap{margin: 82px auto 90px;min-height: 350px;}

.picList{padding-bottom: 27px;}
.picList li{width: 31.25%;margin: 0 3.125% 5.5% 0;box-shadow: 0 0 3px 3px rgba(0,0,0,0.06);}
.picList li:nth-child(3n){margin-right: 0;}
.picList li a{display: block;}
.picList li a .pic{width: 100%;height: 0;padding-bottom: 87.5%;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{padding: 30px 40px 38px;background: #fff;}
.picList li a .text h5{font-size: 22px;color: #383838;line-height: 63px;font-weight: normal;}
.picList li a .text p{font-size: 16px;line-height: 40px;color: #6b6b6b;max-height: 80px;overflow: hidden;}
.picList li a:hover .text h5{color: #1abda0;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 10px;padding: 0 37px;border: 1px solid #646464;border-radius: 5px;height: 48px;line-height: 48px;font-size: 14px;color: #656565;}
.page a.num{padding: 0 19px;}
.page a.on,.page a:hover{background: #1abda0;border-color: #1abda0;color: #fff;}

.pageStyle{font-size: 15px;line-height: 36px;color: #1a1a1a;overflow: hidden;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height:  auto !important;}
.pageStyle table{margin: 0 auto !important;float: none !important;}

.newsList{padding-bottom: 40px;}
.newsList li{margin-bottom: 50px;padding: 30px;box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.newsList li a{display: block;height: 180px;padding-left: 350px;position: relative;}
.newsList li a .pic{width: 300px;height: 180px;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{margin-bottom: 3px;line-height: 60px;font-size: 18px;color: #1e1e1e;}
.newsList li a p{font-size: 14px;line-height: 30px;color: #545454;height: 60px;overflow: hidden;margin-bottom: 16px;}
.newsList li a span{display: block;font-size: 14px;line-height: 28px;color: #989898;}
.newsList li a:hover h5{color: #1abda0;}

.mapWrap{height: 500px;border:1px solid #ccc;margin-bottom: 20px;}

.passage{}
.passage .psgTit{padding-bottom: 23px;border-bottom: 1px solid #eeeeee;font-size: 22px;line-height: 28px;color: #333333;font-weight: normal;text-align: center;}
.passage .info{margin: 13px 0 28px;text-align: center;font-size: 14px;line-height: 26px;color: #999999;}
.passage .info span{margin: 0 9px;}
.passage .psgCont{padding-bottom: 30px;border-bottom: 1px solid #eeeeee;margin-bottom: 20px;min-height: 350px;}
.passage .psgLink{font-size: 14px;line-height: 34px;color: #555555;}
.passage .psgLink li:hover a{text-decoration: underline;color: #1abda0;}

.msgForm{}
.msgForm .item{width: 48%;margin-bottom: 10px;}
.msgForm .item.w100p{width: 100%;}
.msgForm .item label{display: block;font-size: 16px;line-height: 54px;color: #000000;}
.msgForm .item label span{color: #d80101;margin-right: 6px;}
.msgForm .item .text,.msgForm .item select,
.msgForm .item textarea{width: 100%;box-sizing:border-box;height: 45px;border: 1px solid #aaa9a9;border-radius: 4px;background: #ffffff;padding: 0 20px;font-size: 15px;color: #333;line-height: 45px;font-family: "Microsoft Yahei";}
.msgForm .item select{background: url(../images/trangle.png) no-repeat calc(100% - 20px) center;padding: 0 14px;}
.msgForm .item textarea{height: 140px;overflow: auto;line-height: 30px;padding: 7px 20px;}
.msgForm .item .text.codeText{width: 280px;}
.msgForm .item .codePic{margin: 0 18px 0 12px;width: 120px;height: 45px;background: #fff;}
.msgForm .item .codePic img{width: 100%;height: 100%;cursor: pointer;}
.msgForm .item .subm{width: 150px;height: 45px;border:none;background: #1abda0;text-align: center;line-height: 45px;font-size: 16px;color: #ffffff;font-weight: bold;cursor: pointer;font-family: "Microsoft Yahei";}
.msgForm .item .subm:hover{background: #001e22;}



.searchList{padding: 3px 0 38px;}
.searchList li{position: relative;}
.searchList li a{display: block;height: 54px;line-height: 54px;color: #333333;font-size: 16px;padding: 0 112px 0  18px;position: relative;border-bottom: 1px dotted #d6d6d6;}
.searchList li a:before{content: "";width: 4px;height: 4px;background: #666666;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}
.searchList li a h5{font-weight: normal;}
.searchList li a span{position: absolute;right: 0;top:0;font-size: 13px;color: #999999;}
.searchList li:hover a h5{color: #1abda0;}
.searchList li:hover a:before{background: #1abda0;}
.searchList li:hover a span{color: #1abda0;}


/*修改*/
.header .logo{height: 100px;line-height: 100px;}
.header .logo img{height: 50%;}
.header .nav{padding-top: 32px;}
.header .searchBtn{margin-top: 40px;width: 27px;}
.header .tel{margin-top: 35px;}
.header .nav .nLi{margin-left: 20px;margin-left: 0;}
.header .nav .nLi h3 a{padding: 0 10px;}

#video{display: none;}


/* float */
.float{position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 8;background: #FFFFFF;border-radius: 15px;box-shadow: -5px 2px 15px rgba(26, 42, 117, 0.08);text-align: center;color: #666666;line-height: 36px;width: 60px;right: -80px;}
.float.show{right: 0;}
.float li{padding: 24px 0 21px;position: relative;cursor: pointer;}
.float li::before{content: "";width: 1rem;height: 1px;background: #E1E1E1;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.float li:last-child::before{display: none;}
.float li .icon{height: 27px;filter: brightness(0) invert(0.4);}
.float li .codeImg{position: absolute;right: 100%;top: 50%;transform: translateY(-50%);z-index: 8;padding-right: 16px;display: none;box-shadow: -5px 2px 15px rgba(26, 42, 117, 0.08);}
.float li .codeImg .pic{width: 130px;height: 130px;background: #fff;padding: 5px;}
.float li .codeImg .pic img{width: 100%;height: 100%;}
.float li .codeImg i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-left: 8px solid #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.float li .tel{position: absolute;right: 100%;top: 50%;transform: translateY(-50%);background: #fff;white-space: nowrap;padding: 0 30px;font-weight: bold;height: 60px;line-height: 60px;display: none;font-size: 20px;box-shadow: -5px 2px 15px rgba(26, 42, 117, 0.08);color: #1abda0;}
.float li .tit{line-height: 1.4;margin-top: 10px;}
.float li:hover .codeImg,
.float li:hover .tel{display: block;}
.float li:hover{color: #1abda0;}
.float li:hover .icon{filter: brightness(1) invert(0);}

.isect1 ul{margin-bottom: 0;}
.isect1Scroll{position: relative;overflow: hidden;width: 100%;padding: 20px 20px 50px;margin: -20px 0 0 -20px;}
.isect1Scroll .swiper-button-prev,.isect1Scroll .swiper-button-next{width: 30px;height: 60px;margin-top: -48px;background: rgba(0,0,0,0.6);text-align: center;line-height: 60px;font-size: 24px;color: #fff;font-family: "SimSun";cursor: pointer;opacity: 0;}
.isect1Scroll .swiper-button-prev{left: 20px;}
.isect1Scroll .swiper-button-next{right: 20px;}
.isect1Scroll:hover .swiper-button-prev,
.isect1Scroll:hover .swiper-button-next{opacity: 1;}
.isect1 ul li{margin-left: 0;}

/* 20240426 */
.header .nav .nLi h3 a{font-size: 16px;padding: 0 10px;}
.nyBanner .nav span:last-child{display: none;}
.picList li a .pic{padding-bottom: 55%;}

.nyBanner{padding: 35px 0 50px;}
/* .banner .swiper-slide a{padding-bottom: 580px;} */
.isect1 ul li a .text{padding-right: 30%;;}

@media screen and (max-width: 1300px){
.w1280{width: auto;padding: 0 5%;}

.header .logo img{height: 40%;}
.header .tel{margin: 32px 20px 20px 10px;}
.header .nav .nLi h3 a{padding: 0 8px;font-size: 14px;}

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


@media screen and (max-width: 1200px){
.header .nav,.header .searchBtn{display: none;}
.header .menuIcon{display: block;}
.header .tel{margin-right: 0;margin-top: 32px;}
.header .lan{margin-right: 30px;margin-left: 10px;}
.header .language{margin-right: 30px;}
.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}

/* .isect1 ul{margin-bottom: 30px;} */
.isect1Scroll{padding-bottom: 30px;}
.isect1 ul li{width: 32%;margin-left: 2%;}
.isect1 ul li a .text{padding: 0 40% 0 8%;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect1 ul li a .text h5{font-size: 20px;line-height: 26px;}
.isect1 ul li a .text p{font-size: 12px;line-height: 24px;max-height: 48px;}
.isect1 .desc{padding: 0;margin-bottom: 30px;}

.picList{padding-bottom: 17px;}
.picList li a .text{padding: 15px 20px 20px;}
.picList li a .text h5{font-size: 20px;line-height: 40px;margin-bottom: 6px;}
.picList li a .text p{font-size: 13px;line-height: 24px;max-height: 48px;}

}

@media screen and (max-width: 768px){
.header .logo{height: 66px;line-height: 66px;}
.header .tel{margin: 13px 0 13px 0;padding-left: 23px;}
.header .lan{margin-top: 20px;}
.header .language{line-height: 66px;}

.banner .swiper-pagination{bottom: 8%;height: 10px;line-height: 10px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 4px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;opacity: 1;}

.isect1{margin-bottom: 30px;}
.isect1 ul li{width: 100%;margin-left: 0;margin-bottom: 20px;}
.isect1 ul li:last-child{margin-bottom: 0;}
.isect1 ul li a .text h5{font-size: 26px;}
.isect1 ul li a .text p{font-size: 14px;}
.isect1 .desc{font-size: 13px;line-height: 26px;max-height: none;}

.ititle{margin-bottom: 20px;font-size: 24px;padding-top: 20px;line-height: 60px;}

.isect2{padding-bottom: 30px;}
.isect2 .ititle{padding-top: 20px;}
.isect2 .text,.isect2 .video{width: 100%;}
.isect2 .text{margin-bottom: 20px;}

.isect3 .container{padding: 10px;}
.isect3 .container .swiper-slide.swiper-slide-active{transform: scale(1);-webkit-transform: scale(1);}
.isect3 .container:hover .swiper-button-prev{left: 10px;}
.isect3 .container:hover .swiper-button-next{right: 10px;}

.nyBanner{padding: 40px 0 50px;}
.nyBanner .nav{font-size: 16px;}
.nyBanner .nav span{margin: 0 20px;}
.nyBanner .ititle{line-height: 44px;padding-bottom: 10px;}

.nyWrap{margin: 40px auto 50px;}

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

.page a{height: 30px;line-height: 32px;font-size: 14px;padding: 0 18px;margin: 0 4px;}
.page a.num{padding: 0 13px;}

.newsList li{padding: 15px;margin-bottom: 30px;}
.newsList li a{padding-left: 250px;height: 138px;}
.newsList li a .pic{width: 230px;height: 138px;}
.newsList li a h5{font-size: 16px;line-height: 24px;}
.newsList li a p{font-size: 12px;line-height: 24px;height: 48px;margin-top: 10px;}

.mapWrap{height: 300px;}


.passage .psgTit{font-size: 16px;line-height: 22px;padding-bottom: 15px;}
.passage .info{font-size: 12px;line-height: 20px;margin: 8px 0 18px;}
.passage .info span{margin: 0 3px;}
.passage .psgCont{padding-bottom: 24px;}
.passage .psgLink{font-size: 13px;line-height: 28px;}

.msgForm .item{margin-bottom: 12px;width: 100%;}
.msgForm .item label{font-size: 14px;line-height: 32px;}
.msgForm .item .text, .msgForm .item select, .msgForm .item textarea{padding: 0 10px;font-size: 13px;}
.msgForm .item .subm{width: 100%;margin-top: 20px;}
.msgForm .item .text.codeText{width: 70%;}
.msgForm .item .codePic{width: 28%;margin: 0;float: right;}
}

@media screen and (max-width: 468px){
.isect1 ul li a .text h5{font-size: 20px;}
.isect1 ul li a .text p{font-size: 12px;}

.isect2  .cont{margin-top: 0;}
.isect2 .video{height: auto;}
.isect2 .video em{display: block;position: relative;height: 0;padding-bottom: 59%;}
.isect2 .video video{width: 100%;height: auto;}
.isect2 .video i{width: 50px;height: 50px;margin: -25px 0 0 -25px;}
.isect2 .text{height: auto;padding: 20px 4.3%;}
.isect2 .text .title{margin-bottom: 10px;text-align: center;margin-bottom: 0;font-size: 16px;}
.isect2 .text .desc{font-size: 13px;line-height: 30px;height: auto;max-height: 120px;}
.isect2 .text .btn{margin: 0 auto;}

.isect3 .container{padding-bottom: 40px;}
.isect3 .container:hover .swiper-button-prev,
.isect3 .container:hover .swiper-button-next{display: none;}
.isect3 .container .swiper-slide.swiper-slide-active{display: none;}
.isect3 .container .swiper-pagination{display: block;}
.isect3 .container .wrap .text{padding: 12px 20px 20px;}
.isect3 .container .wrap .text h5{font-size: 18px;}

.footer{padding: 30px 0;font-size: 13px;line-height: 28px;}
.footer p span{display: block;}

.nyBanner{padding: 8% 0 6%;}
.nyBanner .nav{display: none;}

.picList li{width: 100%;}

.newsList{padding-bottom: 20px;}
.newsList li a{height: auto;padding-left: 0;}
.newsList li a .pic{position: relative;width: 100%;height: 0;padding-bottom: 60%;margin-bottom: 20px;}

.searchList li a{height: 44px;line-height: 44px;font-size: 14px;padding-right: 72px;}

.header .logo img{height: 44%;}
.header .tel{padding-left: 15px;background-size: 14px auto;font-size: 14px;margin: 16px 0 0 0;}
.header .lan{width: 24px;height: 24px;font-size: 12px;margin-top: 25px;}

.ititle{font-size: 20px;line-height: 1.2;padding: 15px 0;}
.isect1Scroll{padding-bottom: 0;}
.isect1Scroll .swiper-button-prev, .isect1Scroll .swiper-button-next{margin-top: -32px;}

.float{line-height: 30px;}
.float li{padding: 15px 0;}
.float li .icon{height: 20px;}

.passage .psgTit{text-align: left;}
.passage .info span{display: block;margin: 0;text-align: left;}
}