@font-face {
    font-family: 'OswaldLight';
    src: url('../font/OswaldLight.eot');
    src:
    url('../font/OswaldLight.eot?#font-spider') format('embedded-opentype'),
    url('../font/OswaldLight.woff') format('woff'),
    url('../font/OswaldLight.ttf') format('truetype'),
    url('../font/OswaldLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OswaldReg';
    src: url('../font/OswaldReg.eot');
    src:
    url('../font/OswaldReg.eot?#font-spider') format('embedded-opentype'),
    url('../font/OswaldReg.woff') format('woff'),
    url('../font/OswaldReg.ttf') format('truetype'),
    url('../font/OswaldReg.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 "Source Han Sans CN","Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;-webkit-font-smoothing: antialiased;}
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 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);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}
.w1400{width: 90%;margin: 0 auto;max-width: 1400px;}

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: #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;}

.scrollStyle::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
.scrollStyle::-webkit-scrollbar-thumb{background: #2BA6A2;border-radius: 2px;}

.bgStyle{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.mrgBtm10{margin-bottom: 10px;}


/*按钮背景动效2*/
.ani-btn2{z-index: 1;position: relative;overflow: hidden;}
.ani-btn2:after{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #2BA6A2;transform: skew(50deg) scaleX(0);transform-origin: left bottom;}
.ani-btn2:hover,
.ani-btn2.on{background-color: rgba(255,255,255,0);border-color: #2BA6A2!important;color: #fff!important;transition: 0.5s ease-in;}
.ani-btn2:hover:after,
.ani-btn2.on:after{transform: skew(50deg) scaleX(1.9);transition: 0.5s ease-in;}

.pageStyle{color: #333333;line-height: 2;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}


/* flex布局 */
.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexBetween{display: flex;justify-content: space-between;align-items: center;}


.fz45{font-size: 45px;}
.fz40{font-size: 40px;}
.fz36{font-size: 36px;}
.fz30{font-size: 30px;}
.fz28{font-size: 28px;}
.fz26{font-size: 26px;}
.fz25{font-size: 25px;}
.fz24{font-size: 24px;}
.fz22{font-size: 22px;}
.fz21{font-size: 21px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz15{font-size: 15px;}
.fz14{font-size: 14px;}
.fz12{font-size: 12px;}


html.hide{overflow: hidden;}
.header .logo img{height: 60px;}
.header{line-height: 100px;position: relative;z-index: 2;}
.header > .w1400{display: flex;align-items: center;justify-content: space-between;}
.header .right{display: flex;align-items: center;}
.header .nav .nLi{position: relative;padding: 0 25px;}
.header .nav .nLi h3 a{display: block;position: relative;color: #333333;}
.header .nav .nLi h3 a:before{content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #2BA6A2;opacity: 0;transform: scale(0,1);}
.header .nav .nLi.on h3 a,
.header .nav .nLi:hover h3 a{color: #2BA6A2;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{opacity: 1;transform: scale(1);}
.header .nav .nLi .navSub{position: absolute;left: 50%;top: 100px;width: 150px;margin-left: -75px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.header .nav .nLi .navSub ul li{padding: 12px 0;}
.header .nav .nLi .navSub a{display: block;line-height: 24px;text-align: center;padding: 0 4px;position: relative;}
.header .nav .nLi .navSub a:hover{color: #2BA6A2;}
.header .nav .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: #2BA6A2;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .nav .nLi .navSub a:hover:before{-webkit-transform: scale(1);transform: scale(1);}
.header .searchBtn{margin-left: 35px;width: 20px;height: 20px;background: url(../images/searchBtn.svg) no-repeat center;cursor: pointer;filter: brightness(0) invert(0.5);}
.header .searchBtn:hover{filter: brightness(1) invert(0);}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner a{display: block;padding-bottom: 720px;position: relative;overflow: hidden;}
.banner a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .btn{width: 50px;height: 50px;position: absolute;top: 50%;transform: translateY(-50%);box-sizing: border-box;border: 1px solid #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;z-index: 2;}
.banner .btn.prev{left: -50px;}
.banner .btn.next{right: -50px;}
.banner .btn img{filter: brightness(0) invert(1);}
.banner:hover .btn.prev{left: 5%;}
.banner:hover .btn.next{right: 5%;}
.banner .swiper-pagination{bottom: 50px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;margin: 0 200px;position: relative;transition:all 0.3s linear;box-sizing: border-box;border: 1px solid #FFFFFF;border-radius: 50%;background: none;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet i{width: 366px;height: 1px;position: absolute;left: -386px;top:50%;background: rgba(255,255,255,0.5);}
.banner .swiper-pagination .swiper-pagination-bullet i:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #FFFFFF;transform-origin:left center;transform: scale(0,1);transition:all 0.2s linear;}
.banner .swiper-pagination .swiper-pagination-bullet:first-child i{display: none;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i:before{transform: scale(1);transition:all 5.5s linear;}

.iTitle{margin-bottom: 30px;line-height: 1;}
.iTitle .ch{color: #333333;margin-bottom: 12px;}
.iTitle .en{color: #DADADA;letter-spacing: 2px;text-transform: uppercase;}
.iTitle.center{text-align: center;}
.iTitle.white .ch,.iTitle.white .en{color: #FFFFFF;}

.moreBtn{display: block;width: 148px;height: 46px;border: 1px solid #2BA6A2;border-radius: 24px;color: #2BA6A2;text-align: center;line-height: 46px;overflow: hidden;position: relative;}
.moreBtn  span{display: inline-block;padding-right: 38px;position: relative;z-index: 2;}
.moreBtn  span:before{content: "";position: absolute;right: 0;top:50%;margin-top: -2px;width: 20px;height: 4px;background: url(../images/rightArr.svg) no-repeat right center;}
.moreBtn:before{width: 238px;height: 238px;border-radius: 100%;background: #2BA6A2;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
.moreBtn:hover{color: #fff;}
.moreBtn:hover span:before{filter: brightness(0) invert(1);}
.moreBtn.white{border-color: #fff;color: #fff;}
.moreBtn.white:before{background: #fff;}
.moreBtn.white span:before{filter: brightness(0) invert(1);}
.moreBtn.white:hover{color: #2BA6A2;}
.moreBtn.white:hover span:before{filter: brightness(1) invert(0);}

.isect1{margin: 80px auto;display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: flex-start;}
.isect1 .pic{flex-shrink: 0;width: 50%;margin-right: 5.57%;padding-bottom: 482px;position: relative;overflow: hidden;cursor: pointer;}
.isect1 .pic .hover{position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);z-index: 2;text-align: center;}
.isect1 .pic .hover p{color: #FFFFFF;line-height: 1;margin-top: 15px;}
.isect1 .pic:hover em{transform: scale(1.05);}
.isect1 .pic:hover .hover img{transform: scale(0.9);}
.isect1 .text{flex: 1;overflow: hidden;}
.isect1 .text .slogan{line-height: 1;color: #2BA6A2;margin-bottom: 38px;}
.isect1 .text .desc{line-height: 32px;color: #666666;max-height: 228px;overflow: hidden;margin-bottom: 40px;}

.isect2{height: 770px;box-sizing: border-box;padding: 110px 0 40px;position: relative;}
.isect2 .iTitle{margin-bottom: 0;}
.isect2 .bgContainer{position: absolute;left: 0;top:0;width: 100%;height: 100%;overflow: hidden;}
.isect2 .bgContainer .swiper-slide{height: 100%;overflow: hidden;}
.isect2 .bgContainer em{display: block;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 > .w1400{position: relative;z-index: 2;}
.isect2 .container{padding: 116px 0 119px;max-width: 648px;margin: 0 auto;position: relative;overflow: hidden;}
.isect2 .container p{color: #FFFFFF;line-height: 40px;text-align: center;height: 80px;overflow: hidden;margin-bottom: 65px;}
.isect2 .container .moreBtn{margin: 0 auto;}
.isect2 .tabs{display: flex;background: rgba(255,255,255,0.35);}
.isect2 .tabs li{flex: 1;position: relative;}
.isect2 .tabs li:before{content: "";width: 1px;height: 60px;background: #FFFFFF;position: absolute;left: 0;top:50%;transform: translateY(-50%);opacity: 0.5;}
.isect2 .tabs li:after{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background-image: linear-gradient(180deg, #54ccc8, #2BA6A2);opacity: 0;}
.isect2 .tabs li:first-child:before{display: none;}
.isect2 .tabs li a{width: 100%;height: 120px;display: flex;align-items: center;justify-content: center;line-height: 1;color: #FFFFFF;position: relative;z-index: 2;}
.isect2 .tabs li .wrap{display: flex;align-items: center;}
.isect2 .tabs li .wrap .icon{margin-right: 45px;}
.isect2 .tabs li .ch{margin-bottom: 15px;}
.isect2 .tabs li .en{opacity: 0.6;text-transform: uppercase;font-weight: normal;}
.isect2 .tabs li.active:before{opacity: 0;}
.isect2 .tabs li.active:after{opacity: 1;}

.isect3{padding: 66px 0 80px;background: url(../images/isect3Bg.jpg) no-repeat center top;background-size: cover;overflow: hidden;}
.isect3 .tabs{margin-bottom: 40px;display: flex;align-items: center;justify-content: center;}
.isect3 .tabs li{margin: 0 20px;position: relative;}
.isect3 .tabs li:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;border-radius: 24px;background: #2BA6A2;opacity: 0;transform: scale(0,1);}
.isect3 .tabs li a{display: block;color: #333333;line-height: 48px;position: relative;z-index: 2;padding: 0 30px;}
.isect3 .tabs li.active:before{opacity: 1;transform: scale(1);}
.isect3 .tabs li.active a{color: #fff;}
.isect3 .container{position: relative;width: 100%;padding: 0 20px;margin-left: -20px;overflow: hidden;}
.isect3 .innerScroll{position: relative;overflow: hidden;width: 100%;padding: 0 20px 54px;margin-left: -20px;}
.isect3 .innerScroll a{display: block;position: relative;background: #FFFFFF;}
.isect3 .innerScroll a:before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;transform-origin:left center;transform: scale(0,1);background-image: linear-gradient(-90deg, #54ccc8, #2BA6A2);transition:all 0.8s linear;}
.isect3 .innerScroll .pic{padding-bottom: 59.54%;position: relative;overflow: hidden;}
.isect3 .innerScroll .text{padding: 25px 30px 30px;line-height: 30px;}
.isect3 .innerScroll .text h5{color: #333333;height: 60px;overflow: hidden;}
.isect3 .innerScroll .text p{color: #666666;height: 60px;overflow: hidden;margin: 20px auto 25px;}
.isect3 .innerScroll .text .btm{display: flex;align-items: center;justify-content: space-between;color: #666666;line-height: 22px;}
.isect3 .innerScroll .text .btm span{color: #333333;padding-right: 38px;position: relative;}
.isect3 .innerScroll .text .btm span:before{content: '';width: 20px;height: 4px;position: absolute;right: 0;top:50%;transform: translateY(-50%);background: url(../images/rightArr.svg) no-repeat right center;filter: brightness(0) invert(0.5);}
.isect3 .innerScroll a:hover{box-shadow: 0 2px 20px rgba(165,165,165,0.22);}
.isect3 .innerScroll a:hover:before{transform: scale(1);}
.isect3 .innerScroll a:hover .text h5,
.isect3 .innerScroll a:hover .text .btm span{color: #2BA6A2;}
.isect3 .innerScroll a:hover .text .btm span:before{filter: brightness(1) invert(0);}
.swiper-pagination.pagination-style{bottom: 0;height: 14px;line-height: 14px;}
.swiper-pagination.pagination-style .swiper-pagination-bullet{margin: 0 8px;width: 14px;height: 14px;background: #DADADA;border-radius: 7px;opacity: 1;transition:all 0.3s linear;}
.swiper-pagination.pagination-style .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 45px;background: #2BA6A2;}

.footer{background: url(../images/footerBg.jpg) no-repeat center top;background-size: cover;color: #FFFFFF;position: relative;}
.footer .iLogo{position: absolute;right: 6%;top: -27px;}
.footer .top{padding: 30px 0 20px;border-bottom: 1px solid rgba(255,255,255,0.4);}
.footer .top .title{margin-bottom: 25px;padding-bottom: 21px;position: relative;text-align: center;line-height: 1;}
.footer .top .title::before{content: "";width: 60px;height: 1px;background: #2BA6A2;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.footer .top .flist{position: relative;padding: 0 40px;}
.footer .top .flist .btn{width: 40px;height: 40px;position: relative;cursor: pointer;margin: 10px auto 0;}
/* .footer .top .flist .btn:before{content: "";width: 11px;height: 11px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;left: 50%;top: 50%;margin: -6px 0 0 -6px;transform: rotateZ(-45deg);} */
.footer .top ul{display: flex;flex-wrap: wrap;height: 18px;overflow: hidden;}
.footer .top ul.show{height: auto;}
.footer .top ul li{width: 25%;position: relative;line-height: 18px;font-weight: bold;text-align: center;margin-bottom: 20px;}
.footer .top ul li:before{content: "";width: 1px;height: 18px;background: #FFFFFF;opacity: 0.5;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
/* .footer .top ul li:last-child:before{display: none;} */
.footer .top ul li a:hover{opacity: 0.8;}
.footer .med{padding: 25px;border-top: 1px solid rgba(255,255,255,0.4);border-bottom: 1px solid rgba(255,255,255,0.4);}
.footer .med > .w1400{display: flex;align-items: center;justify-content: center;}
.footer .med .logo img{filter: brightness(0) invert(1);height: 60px;}
.footer .med .right{display: flex;align-items: center;}
.footer .med .nav{padding-right: 35px;}
.footer .med .nav li{margin-right: 45px;line-height: 1;font-weight: bold;}
.footer .med .nav li a:hover{opacity: 0.8;}
.footer .select{width: 237px;position: relative;flex-shrink: 0;margin-left: 20px;}
.footer .select dt{padding-left: 45px;position: relative;line-height: 46px;background: rgba(255,255,255,0.1);border: 1px solid #FFFFFF;border-radius: 24px;cursor: pointer;}
.footer .select dt:before{content: "";width: 9px;height: 9px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;right: 45px;top:50%;transform: translateY(-50%) rotateZ(-45deg);margin-top: -3px;}
.footer .select dd{position: absolute;left: 0;bottom: 48px;width: 100%;background: #fff;border-radius: 10px;display: none;}
.footer .select dd ul{max-height: 200px;overflow: auto;}
.footer .select dd a{display: block;padding: 8px 20px;color: #222;font-weight: normal;}
.footer .select dd a:hover{background: #2BA6A2;color: #fff;}
.footer .btm{padding: 25px 0 30px;}
.footer .btm .w1400{display: flex;align-items: center;justify-content: center;}
.footer .qrcode{flex-shrink: 0;margin-left: 40px;padding: 10px 27px 10px 10px;background: rgba(255,255,255,0.1);display: flex;align-items: center;line-height: 1;}
.footer .qrcode img{width: 84px;height: 84px;margin-right: 20px;}
.footer .qrcode h5{margin-bottom: 16px;}
.footer .text{flex: 1;overflow: hidden;line-height: 24px;}
.footer .text p{margin-top: 12px;display: flex;align-items: center;}
.footer .text p:first-child{margin-top: 0;}
.footer .text p span img{margin-right: 12px;}
.footer .text p span:first-child{min-width: 392px;}
.footer .text p span:nth-child(2){min-width: 273px;}
.footer .text p .police{margin-right: 0;margin-left: 18px;}

.float{position: fixed;right: 3%;top:50%;z-index: 9;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);border: 1px solid #2BA6A2;box-sizing: border-box;background: #fff;border-radius: 5px;}
.float li{position: relative;border-top: 1px solid #2BA6A2;}
.float li:first-child{border-top:none;}
.float dt{width: 70px;height: 70px;text-align: center;color: #2BA6A2;display: flex;align-items: center;justify-content: center;line-height: 20px;cursor: pointer;}
.float .qrcode{position: absolute;right: 70px;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);padding-right: 16px;display: none;}
.float .qrcode:before,.float .tel::before{content: "";border: 10px solid transparent;border-left-color: #fff;position: absolute;right: -4px;top:50%;margin-top: -10px;}
.float .qrcode .pic{width: 180px;background: #fff;}
.float .qrcode .pic img{width: 100%;}
.float .tel{position: absolute;top: 0;right: 70px;height: 70px;padding: 0 20px;font-size: 24px;line-height: 70px;display: none;width: 170px;color: #2BA6A2;text-align: center;}
.float .tel div{background: #fff;}
.float .tel::before{right: 0;}
.float > li:nth-child(4) dt{}
.float > li dt:hover{background: #2BA6A2;color: #fff;}
.float > li dt:hover img{filter: brightness(0) invert(1);}
.float > li:hover dt{background: #2BA6A2;}

.nyBanner{height: 480px;background-repeat: no-repeat;background-position: center;background-size: cover;display: flex;align-items: center;color: #fff;line-height: 1;}
.nyBanner .en{letter-spacing: 2px;margin-top: 20px;text-transform: uppercase;}

.bread{background: #F1F4F2;line-height: 74px;}
.bread ul li{margin-right: 70px;}
.bread ul li:last-child{margin-right: 0;}
.bread ul li a{display: block;position: relative;color: #333333;}
.bread ul li a:before{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #2BA6A2;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;}
.bread ul li.on a,.bread ul li a:hover{color: #2BA6A2;}
.bread ul li.on a{font-weight: bold;}
.bread ul li.on a:before,.bread ul li a:hover:before{transform: scale(1);opacity: 1;}
.bread .path{color: #BFC0C4;padding-left: 28px;background: url(../images/icon_home.svg) no-repeat left center;}
.bread .path span{margin: 0 4px;}
.bread .path a:hover{color: #2BA6A2;text-decoration: underline;}

.nyTitle{line-height: 1;color: #2BA6A2;padding-bottom: 20px;position: relative;margin-bottom: 40px;}
.nyTitle:before{content: "";width: 52px;height: 3px;position: absolute;left: 0;bottom: 0;background: #2BA6A2;}
.nyTitle.center{text-align: center;}
.nyTitle.center:before{left: 50%;transform: translateX(-50%);}

.aboutWrap .slogan{margin: 90px auto 62px;text-align: center;line-height: 1;color: #2BA6A2;text-align: center;}
.aboutWrap .item1{padding-bottom: 70px;background: url(../images/aboutBg1.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .item1 > .w1400{position: relative;}
.aboutWrap .item1 .pic{width: 54%;padding-bottom: 590px;position: relative;overflow: hidden;cursor: pointer;}
.aboutWrap .item1 .pic .hover{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 2;text-align: center;}
.aboutWrap .item1 .pic .hover p{line-height: 1;color: #FFFFFF;margin-top: 16px;}
.aboutWrap .item1 .pic:hover em{transform: scale(1.05);}
.aboutWrap .item1 .text{width: 42.4%;padding-top: 49px;}
.aboutWrap .item1 .text .cont{height: 257px;overflow: auto;margin-bottom: 25px;color: #666;}
.aboutWrap .item1 .dataList{width: 54%;height: 128px;position: absolute;right: 0;bottom: 40px;z-index: 2;box-sizing: border-box;padding: 0 70px;display: flex;align-items: center;background: rgba(43,166,162,0.53);color: #FFFFFF;line-height: 1;text-align: center;}
.aboutWrap .item1 .dataList li .data{line-height: 55px;margin-bottom: 12px;font-family: "OswaldLight";}

.aboutWrap .item2{margin: 90px auto;}
.aboutWrap .item2 .scroll{position: relative;overflow: hidden;}
.aboutWrap .item2 .container{padding-bottom: 74px;position: relative;width: 720px;margin: 0 auto;}
.aboutWrap .item2 .container .slide{height: 370px;position: relative;overflow: hidden;}
.aboutWrap .item2 .container .slide:before,
.aboutWrap .item2 .container .slide:after{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;}
.aboutWrap .item2 .container .slide:before{background-image: linear-gradient(90deg, #FFFFFF, rgba(255,255,255,0));}
.aboutWrap .item2 .container .slide:after{background-image: linear-gradient(90deg, rgba(43,166,162,0.85), rgba(43,166,162,0));opacity: 0;}
.aboutWrap .item2 .container .slide .text{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 3;box-sizing: border-box;padding: 100px 40px 0;color: #333333;line-height: 26px;}
.aboutWrap .item2 .container .slide .text .tit{line-height: 20px;margin-bottom: 30px;justify-content: flex-start;}
.aboutWrap .item2 .container .slide .text .tit img{margin-right: 20px;}
.aboutWrap .item2 .container .slide.swiper-slide-active:before{opacity: 0;}
.aboutWrap .item2 .container .slide.swiper-slide-active:after{opacity: 1;}
.aboutWrap .item2 .container .slide.swiper-slide-active .text{color: #fff;}
.aboutWrap .item2 .container .slide.swiper-slide-active .tit img{filter: brightness(0) invert(1);}

.aboutWrap .item3{margin-bottom: 90px;}
.aboutWrap .item3 ul{display: flex;}
.aboutWrap .item3 ul li{width: 50%;height: 0;padding-bottom: 520px;position: relative;overflow: hidden;cursor: pointer;}
.aboutWrap .item3 ul li:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;z-index: 2;opacity: 0.1;}
.aboutWrap .item3 ul li .nyTitle{color: #fff;z-index: 3;white-space: nowrap;}
.aboutWrap .item3 ul li .nyTitle:before{background-color: #fff;}
.aboutWrap .item3 ul li .title1{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);transition:all 0.3s linear 0.3s;}
.aboutWrap .item3 ul li .text{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 4;box-sizing: border-box;padding: 0 60px 60px;color: #FFFFFF;line-height: 28px;opacity: 0;transform: translateY(40px);}
.aboutWrap .item3 ul li em{background-position: left center;}
.aboutWrap .item3 ul li:nth-child(2) em{background-position: right center;}
.aboutWrap .item3 ul li.active{width: 100%;}
.aboutWrap .item3 ul li.active:before{opacity: 0.4;}
.aboutWrap .item3 ul li.active .text{transform: translateY(0);opacity: 1;transition:all 0.3s linear 0.4s;}
.aboutWrap .item3 ul li.active .title1{opacity: 0;transition:all 0.3s linear;}
.aboutWrap .item3 ul li.dActive{width: 0;}
.aboutWrap .item3 ul li.dActive .title1{opacity: 0;}

.nyPage{padding: 90px 0 62px;min-height: 300px;}

.develop .pic{margin-bottom: 50px;}
.develop .pic img{width: 100%;}
.develop .scroll{overflow: hidden;}
.develop .container{width: calc((100% - 100px) / 3);}
.develop .swiper-slide{cursor: pointer;}
.develop .date{font-size: 44px;line-height: 54px;color: #2BA6A2;font-family: "OswaldReg";font-weight: bold;padding-bottom: 20px;border-bottom: 1px solid #D8D8D8;margin-bottom: 24px;}
.develop .cont{line-height: 30px;}

.level3Nav{margin-bottom: 50px;}
.level3Nav li{margin: 0 40px;}
.level3Nav li a{display: block;padding: 0 27px;color: #333333;line-height: 48px;border-radius: 24px;}
.level3Nav li.on a,.level3Nav li a:hover{background: #2BA6A2;color: #fff;}

.honorList{padding-bottom: 10px;}
.honorList li{width: 24%;margin: 0 1.33% 50px 0;box-sizing: border-box;padding: 40px 30px 30px;background: #F3F3F3 url(../images/honorBg.png) no-repeat center top;text-align: center;position: relative;cursor: pointer;}
.honorList li:before{content: "";width: 0;height: 2px;background: #2BA6A2;position: absolute;left: 0;bottom: 0;}
.honorList li:nth-child(4n){margin-right: 0;}
.honorList li .pic{position: relative;margin: 0 28px 20px;}
.honorList li .pic > div{height: 0;padding-bottom: 140.18%;position: relative;}
.honorList li .pic span{position: absolute;left: 0;top:0;width: 100%;height: 100%;overflow: hidden;}
.honorList li .pic img{max-width: 100%;max-height: 100%;}
.honorList li .pic .icon{width: 44px;height: 44px;position: absolute;left: 50%;top: 50%;margin: -22px 0 0 -22px;transform: scale(0);z-index: 3;background: url(../images/icon_scale.svg) no-repeat center;background-size: 100%;opacity: 0;pointer-events: none;}
.honorList li  h5{color: #333333;line-height: 28px;font-weight: normal;height: 56px;overflow: hidden;}
.honorList li:hover{box-shadow: 0 2px 20px -1px rgba(165,165,165,0.22);}
.honorList li:hover:before{width: 100%;}
.honorList li:hover h5{color: #2BA6A2;}
.honorList li:hover .pic .icon{transform: scale(1);opacity: 1;}

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

.page{line-height: 43px;color: #494949;}
.page a{display: block;margin: 0 7px;min-width: 45px;box-sizing: border-box;height: 45px;border: 1px solid rgba(0,0,0,0.15);border-radius: 2px;text-align: center;position: relative;}
.page .noBorder{border: none;line-height: 45px;}
.page .noBorder img{filter: brightness(0) invert(0.5);opacity: 0.5;}
.page span{margin: 0 7px;}
.page .text{width: 67px;height: 45px;margin: 0 7px;border: 1px solid rgba(0,0,0,0.15);border-radius: 2px;text-align: center;color: #494949;}
.page .btn:before{content: "";width: 9px;height: 9px;border-left: 1px solid rgba(73,73,73,0.65);border-bottom: 1px solid rgba(73,73,73,0.65);position: absolute;left: 50%;top: 50%;margin: -5px 0 0 -5px;transform: rotateZ(-135deg);}
.page .btn.prev:before{transform: rotateZ(45deg);margin-left: -4px;}
.page a:hover,.page a.on{border-color: #2BA6A2;background: #2BA6A2;color: #fff;}
.page a:hover:before{border-color: #fff;}
.page .noBorder:hover{background: none;}
.page .noBorder:hover img{filter: brightness(1) invert(0);opacity: 1;}
.page a.disable{pointer-events: none;opacity: 0.5;}

.cBusiness .nLi{padding: 90px 0;}
.cBusiness .nLi a{display: block;}
.cBusiness .nLi .flexBetween{flex-direction: row-reverse;}
.cBusiness .nLi dt{width: 50%;padding-bottom: 500px;position: relative;overflow: hidden;}
.cBusiness .nLi dd{width: 46.85%;}
.cBusiness .nLi dd .desc{line-height: 32px;color: #666666;max-height: 96px;overflow: hidden;}
.cBusiness .nLi dd ul{margin: 30px auto 70px;}
.cBusiness .nLi dd ul li{width: 50%;box-sizing: border-box;position: relative;padding: 0 15px 0 28px;background: url(../images/icon_box.svg) no-repeat left center;color: #3C3C3C;line-height: 38px;}
.cBusiness .nLi dd ul li a:hover{color: #2BA6A2;}
.cBusiness .nLi dd ul li a{transition: 0.3s;}
.cBusiness .nLi:first-child dd ul li{width: 33.33%;}
.cBusiness .nLi:nth-child(2n){background: #F3F3F3;}
.cBusiness .nLi:nth-child(2n) .flexBetween{flex-direction: row;}

.cTechnology .nLi dt{width: 52.1%;padding-bottom: 478px;}
.cTechnology .nLi dd{width: 42.28%;}
.cTechnology .nLi dd .desc{max-height: 160px;height: 160px;margin-bottom: 40px;}

.business{background: #FAFAFA url(../images/businessBg.png) no-repeat center top;background-size: cover;}
.businessList{padding-bottom: 20px;}
.businessList li{width: 31.4%;margin: 0 2.9% 2.9% 0;}
.businessList li:nth-child(3n){margin-right: 0;}
.businessList li a{display: block;background: #FFFFFF;position: relative;}
.businessList li a:before{content: "";width: 0;height: 2px;background: #2BA6A2;position: absolute;left: 0;bottom: 0;}
.businessList li .pic{padding-bottom: 65.22%;position: relative;overflow: hidden;}
.businessList li .text{padding: 22px 32px;}
.businessList li .text .btm{padding-top: 25px;color: #333333;line-height: 22px;}
.businessList li .text .btm .more img{margin-left: 17px;filter: brightness(0) invert(0.5);}
.businessList li .text .btm em{color: #666666;}
.businessList li h5{color: #3C3C3C;line-height: 30px;height: 60px;overflow: hidden;}
.businessList li a:hover{box-shadow: 0 2px 20px -1px rgba(165,165,165,0.22);}
.businessList li a:hover:before{width: 100%;}

.technology{background: #FAFAFA;}
.technology li a:hover h5,
.technology li a:hover .text .more{color: #2BA6A2;}
.technology li a:hover .text .more img{filter: brightness(1) invert(0);}

.popWrap{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999;display: none;}
.popWrap .bgLayer{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);}
.popWrap .content{width: 90%;max-width: 1240px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #FFFFFF;}
.popWrap .content .wrap{max-height: 80vh;overflow: auto;}
.popWrap .content .close{width: 44px;height: 44px;position: absolute;right: -44px;top: -44px;background: url(../images/icon_close.svg) no-repeat center;background-size: 100% 100%;cursor: pointer;}
.popWrap .picWrap{width: 62%;height: 614px;box-sizing: border-box;padding: 65px 65px 0;}
.popWrap .container{position: relative;overflow: hidden;}
.popWrap .picWrap .container{padding-bottom: 54px;}
.popWrap .picWrap .container .swiper-slide{padding-bottom: 430px;position: relative;overflow: hidden;}
.popWrap .picWrap .container .swiper-slide:hover em{transform: scale(1.05);}
.popWrap .textWrap{height: 614px;width: 38%;background: #F3F3F3;box-sizing: border-box;padding: 65px 32px 120px 40px;position: relative;}
.popWrap .textWrap .btnWrap{width: 190px;position: absolute;left: 50%;bottom: 40px;transform: translateX(-50%);}
.popWrap .textWrap .btnWrap .btn{width: 60px;height: 60px;background: #FFFFFF;box-shadow: 0 2px 24px -1px rgba(165,165,165,0.22);border-radius: 50%;cursor: pointer;}
.popWrap .textWrap .btnWrap .btn img{filter: brightness(0) invert(0.5);}
.popWrap .textWrap .btnWrap .btn:hover{background: #2BA6A2;box-shadow: 0 2px 24px -1px rgba(10,87,46,0.22);}
.popWrap .textWrap .btnWrap .btn:hover img{filter: brightness(0) invert(1);}
.popWrap .textWrap .text{height: 400px;/* opacity: auto; */overflow: auto;padding-right: 30px;}
.popWrap .textWrap .text .title{color: #3C3C3C;line-height: 30px;margin-bottom: 30px;}
.popWrap .textWrap .text .cont{color: #666666;line-height: 30px;}

.popWrap2 .picWrap{width: 100%;}
.popWrap2 .content{max-width: 900px;}

.partner{padding: 60px 0 90px;background: url(../images/partnerBg.jpg) no-repeat center top;background-size: cover;}
.partner .desc{max-width: 826px;margin: 0 auto 40px;text-align: center;line-height: 32px;color: #666666;}
.partner .container{padding: 1px 1px 74px;position: relative;overflow: hidden;}
.partner .container a{display: block;background: #FFFFFF;border: 1px solid #E5E5E5;margin: -1px 0 0 -1px;padding-bottom: 42.85%;position: relative;}
.partner .container a span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.partner .container a span img{max-width: 100%;max-height: 100%;}


.list{min-height: 200px;}
.list li{position: relative;padding-left: 24px;cursor: pointer;}
.list li:before{content: '';width: 4px;height: 4px;background: #999999;border-radius: 2px;position: absolute;left: 0;top:50%;margin-top: -2px;}
.list li h5{color: #666666;font-weight: normal;line-height: 40px;}
.list li.active:before{width: 20px;background: #2BA6A2;}
.list li.active h5{transform: translateX(20px);color: #2BA6A2;}


.rcgkPage .item1{margin: 90px auto;position: relative;}
.rcgkPage .item1 .pic{width: 74.64%;overflow: hidden;}
.rcgkPage .item1 .pic em{display: block;position: relative;padding-bottom: 48.23%;}
.rcgkPage .item1 .text{width: 32.78%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 2;box-sizing: border-box;padding: 80px 5%;background: rgba(43,166,162,0.6);color: #fff;line-height: 36px;backdrop-filter: blur(6px);}
.rcgkPage .item1 .text .nyTitle{color: #fff;}
.rcgkPage .item1 .text .nyTitle:before{background-color: #fff;}
.rcgkPage .item2{padding: 80px 0;background: url(../images/rcgkBg1.jpg) no-repeat center top;background-size: cover;}
.rcgkPage .item2 > .w1400{flex-direction: row-reverse;align-items: flex-start;}
.rcgkPage .item2 .picScroll{width: 52%;position: relative;overflow: hidden;}
.rcgkPage .item2 .picScroll .swiper-slide{overflow: hidden;}
.rcgkPage .item2 .picScroll .swiper-slide em{display: block;position: relative;padding-bottom: 400px;}
.rcgkPage .item2 .textScroll{width: 43%;padding-top: 30px;}
.rcgkPage .item2 .textScroll .container{padding-bottom: 40px;position: relative;overflow: hidden;}
.rcgkPage .item2 .textScroll .container .swiper-pagination.pagination-style{text-align: left;}
.rcgkPage .item3{padding: 90px 0;background: #FAFAFA;}
.rcgkPage .item3 .picList li a:before{display: none;}
.rcgkPage .item3 .picList li a h5{line-height: 78px;padding: 0 12px;text-align: center;color: #3C3C3C;height: auto;}
.rcgkPage .item3 .picList li a:hover h5{color: #2BA6A2;}

.jobPage{background-color: #FAFAFA;}
.jobList{padding-bottom: 40px;}
.jobList .nLi{margin-bottom: 20px;border: 1px solid #EDEDED;background: #FFFFFF;}
.jobList .nLi .dl{padding: 0 60px;}
.jobList .nLi .dt{line-height: 80px;color: #251A18;cursor: pointer;}
.jobList .nLi .dt .item1{width: 16.4%;}
.jobList .nLi .dt .item2{width: 19.8%;}
.jobList .nLi .dt .item3{width: 20.54%;}
.jobList .nLi .dt .item4{width: 16.4%;}
.jobList .nLi .dt .item5{width: 40px;height: 80px;}
.jobList .nLi .dt .item5 .arr{display: block;width: 40px;height: 40px;box-sizing: border-box;border: 1px solid #999999;border-radius: 50%;position: relative;}
.jobList .nLi .dt .item5 .arr:before{content: "";width: 7px;height: 7px;border-left: 1px solid #999999;border-bottom: 1px solid #999999;position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -4px;transform: rotateZ(-135deg);}
.jobList .nLi .dd{display: none;}
.jobList .nLi .dd .wrap{border-top: 1px solid #EDEDED;padding: 0 0 40px;color: #666666;}
.jobList .nLi .dd .tit{color: #251A18;line-height: 1;margin: 30px auto 20px;}
.jobList .nLi .dd .wap{display: none;}
.jobList .nLi .dd .moreBtn{margin-top: 50px;color: #fff;}
.jobList .nLi .dd .moreBtn:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
.jobList .nLi .dd .moreBtn span:before{filter: brightness(0) invert(1);}
.jobList .nLi.on .dt{color: #251A18;font-weight: bold;}
.jobList .nLi.on .dt .item5 .arr{border-color: #2BA6A2;background: #2BA6A2;}
.jobList .nLi.on .dt .item5 .arr:before{border-color: #fff;transform: rotateZ(135deg);}

.newsPage{background: #FAFAFA;overflow: hidden;}

.recomNews{width: 100%;padding: 20px;margin: -20px 0 50px -20px;overflow: hidden;}
.recomNews a{display: block;background: #FFFFFF;position: relative;}
.recomNews a:before{content: "";width: 0;height: 2px;position: absolute;left: 0;bottom: 0;background-image: linear-gradient(90deg, #2BA6A2, #138784);}
.recomNews a .pic{padding-bottom: 59.54%;position: relative;overflow: hidden;}
.recomNews a .text{padding: 25px 30px 30px;}
.recomNews a .text h5,
.recomNews a .text p{color: #333333;line-height: 30px;height: 60px;overflow: hidden;}
.recomNews a .text p{color: #666666;margin: 20px auto 25px;}
.recomNews a .text .btm{color: #666666;line-height: 21px;}
.recomNews a .text .btm .more{color: #333333;}
.recomNews a .text .btm .more img{margin-left: 16px;filter: brightness(0) invert(0.5);}
.recomNews a:hover{box-shadow: 0 2px 20px -1px rgba(165,165,165,0.22);}
.recomNews a:hover:before{width: 100%;}
.recomNews a:hover .text h5,
.recomNews a:hover .text .btm .more{color: #2BA6A2;}
.recomNews a:hover .text .btm .more img{filter: brightness(1) invert(0);}

.newsList{padding-bottom: 60px;}
.newsList li{margin-bottom: 30px;position: relative;}
.newsList li:last-child{margin-bottom: 0;}
.newsList li:before{content: "";width: 0;height: 2px;position: absolute;left: 0;bottom: 0;background: #2BA6A2;}
.newsList li a{display: flex;align-items: center;padding: 30px;background: #FFFFFF;}
.newsList li .date{flex-shrink: 0;width: 90px;color: #999999;font-family: "OswaldLight";}
.newsList li .date span{display: block;line-height: 32px;padding-bottom: 30px;position: relative;}
.newsList li .date span:before{content: "";width: 28px;height: 1px;position: absolute;left: 0;bottom: 15px;background: #DADADA;}
.newsList li .date em{display: block;line-height: 22px;}
.newsList li .pic{flex-shrink: 0;width: 320px;padding-bottom: 180px;position: relative;overflow: hidden;margin: 0 30px;}
.newsList li .arr{flex-shrink: 0;width: 32px;filter: brightness(0) invert(0.5);margin-left: 40px;}
.newsList li .text{flex: 1;overflow: hidden;box-sizing: border-box;padding-right: 48px;position: relative;}
.newsList li .text::before{content: '';width: 1px;height: 80px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #DADADA;}
.newsList li .text h5{line-height: 22px;color: #333333;font-weight: normal;margin-bottom: 30px;}
.newsList li .text p{color: #555555;line-height: 30px;height: 60px;overflow: hidden;}
.newsList li:hover:before{width: 100%;}
.newsList li:hover a{box-shadow: 0 2px 20px -1px rgba(165,165,165,0.22);}
.newsList li:hover a .date,
.newsList li:hover a .text h5{color: #2BA6A2;}
.newsList li:hover a .date span:before{background: #2BA6A2;}
.newsList li:hover a .arr{filter: brightness(1) invert(0);}

.noticeList{padding-bottom: 20px;}
.noticeList li{width: 31.4%;margin: 0 2.9% 2.9% 0;}
.noticeList li:nth-child(3n){margin-right: 0;}
.noticeList li a{display: block;padding: 30px;background: url(../images/noticeBg.jpg) no-repeat center;background-size: cover;}
.noticeList li a h5{line-height: 28px;color: #333333;height: 56px;margin-bottom: 20px;font-weight: normal;}
.noticeList li a .more{width: 100px;line-height: 20px;color: #333333;}
.noticeList li a .more img{filter: brightness(0) invert(0.5);}
.noticeList li a:hover{box-shadow: 0 2px 20px -1px rgba(165,165,165,0.22);}
.noticeList li a:hover h5,
.noticeList li a:hover .more{color: #2BA6A2;}
.noticeList li a:hover .more img{filter: brightness(1) invert(0);}

.passage{background: #FAFAFA;}
.passage .psgTitle{padding-bottom: 30px;border-bottom: 1px solid #D8D8D8;margin-bottom: 30px;}
.passage .psgTitle h5{margin-bottom: 34px;line-height: 1.2;color: #333333;font-weight: normal;text-align: center;}
.passage .psgTitle .info{line-height: 20px;color: #666666;}
.passage .psgTitle .info div{margin: 0 55px;}
.passage .psgTitle .info img{margin-right: 10px;}
.passage .psgCont{color: #666666;line-height: 30px;min-height: 350px;padding-bottom: 60px;}
.passage .psgCont .pic{text-align: center;padding: 20px 0;text-align: center;}
.passage .share{display: flex;line-height: 40px;color: #919191;margin-bottom: 60px;}
.passage .share .item{margin-left: 18px;}
.passage .psgLink{padding-top: 60px;border-top: 1px solid #D8D8D8;}
.passage .psgLink a{border: 1px solid #999999;box-sizing: border-box;}
.passage .psgLink .btn{width: 50px;height: 50px;border: 1px solid #999999;border-radius: 50%;}
.passage .psgLink .btn img{filter: brightness(0) invert(0.5);}
.passage .psgLink .toList{width: 193px;height: 50px;padding: 0 30px;border-radius: 34px;color: #999999;}
.passage .psgLink .btn:hover img,
.passage .psgLink .toList:hover img{filter: brightness(0) invert(1);}

.contactUs{background: #FAFAFA;}
.contactUs .item1{background: #FFFFFF;margin-bottom: 90px;}
.contactUs .item1 .mapWrap{width: 59.2%;padding: 10px;height: 480px;}
.contactUs .item1 .text{width: 27.57%;padding-left: 2.86%;}
.contactUs .item1 .text .title{line-height: 26px;color: #333333;margin-bottom: 35px;}
.contactUs .item1 .text dl{margin-bottom: 25px;display: flex;color: #666666;line-height: 26px;}
.contactUs .item1 .text dl:last-child{margin-bottom: 0;}
.contactUs .item1 .text dl dt{flex-shrink: 0;margin-right: 20px;}
.contactUs .item1 .text dl dt img{border-radius: 50%;box-shadow: 0 2px 24px -1px rgba(10, 87, 46,0.22);}
.contactUs .item2 ul li{width: 31.4%;height: 193px;box-sizing: border-box;padding: 40px 20px 20px 40px;background: url(../images/contactBg.jpg) no-repeat center top;background-size: cover;margin: 0 2.9% 2.9% 0;color: #666666;line-height: 24px;}
.contactUs .item2 ul li:nth-child(3n){margin-right: 0;}
.contactUs .item2 ul li .title{line-height: 26px;color: #333333;margin-bottom: 26px;}
.contactUs .item2 ul li .btm{margin-top: 16px;}
.contactUs .item2 ul li .btn{flex-shrink: 0;margin-left: 12px;padding-left: 20px;background: url(../images/icon_add1.svg) no-repeat left center;}
.contactUs .item2 ul li .btn:hover{color: #2BA6A2;}

.wapNav{width: 68%;height: calc(100% - 80px);position: fixed;right:0;top:66px;z-index:999;background:rgba(0, 0, 0, 0.85);box-sizing: border-box;overflow:auto;display:none;}
.wapNav .navForm{margin: 10px;}
.wapNav .nLi h3{position: relative;}
.wapNav .nLi h3 a{display: block;color: #fff;padding: 20px 30px;line-height:1;position: relative;}
.wapNav .nLi h3 i{position: absolute;width: 60px;height:100%;right: 0;top:0;}
.wapNav .nLi h3 i:before{content: "";width: 11px;height:11px;border-left:1px solid #fff;border-bottom:1px solid #fff;position:absolute;left: 50%;top:50%;margin: -6px 0 0 -6px;transform: rotateZ(-45deg);z-index: 3;}
.wapNav .nLi .subNav{background: #4a4848;color: #fff;display:none;}
.wapNav .nLi .subNav a{display: block;padding: 15px 60px;}
.wapNavBg{width: 100%;height: calc(100% - 66px);position: fixed;right:0;top:66px;z-index:998;display:none;}

.floatAd{width: 250px;position: fixed;left: 0;top: 50%;transform: translateY(-50%);z-index: 9;opacity: 0;pointer-events: none;}
.floatAd.show{opacity: 1;pointer-events: auto;}
.floatAd img{width: 100%;}
.floatAd .close{position: absolute;right: 10px;top:10px;color: #fff;cursor: pointer;}


@media screen and (max-width: 1480px){
.header .nav .nLi{padding: 0 20px;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 160px;}
.banner .swiper-pagination .swiper-pagination-bullet i{width: 280px;left: -300px;}
.isect1{margin: 60px auto;}
.isect1 .pic{padding-bottom: 450px;}
.isect1 .text .slogan{margin-bottom: 20px;}
.isect1 .text .desc{margin-bottom: 30px;}
.isect2{height: 700px;padding: 80px 0 30px;}
.isect2 .container{padding: 90px 0;}
.isect3{padding: 46px 0 60px;}
/* .footer .top ul li{width: 33.33%;} */
.footer .text p span:first-child{min-width: 360px;}
.footer .med .nav{padding-right: 20px;}
.footer .med .nav li{margin-right: 35px;}
.footer .select{width: 200px;}
.footer .select dt{padding-left: 24px;line-height: 40px;}
.footer .select dt:before{right: 24px;}
.banner .swiper-pagination{bottom: 5%;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 60px;}
.banner .swiper-pagination .swiper-pagination-bullet i{width: 100px;left: -110px;}

.fz45{font-size: 40px;}
.fz40{font-size: 34px;}
.fz36{font-size: 32px;}
.fz30{font-size: 28px;}
.fz28{font-size: 26px;}
.fz26{font-size: 24px;}
.fz25{font-size: 23px;}
.fz24{font-size: 22px;}
.fz22{font-size: 20px;}
.fz21{font-size: 19px;}
.fz20{font-size: 18px;}
.fz18{font-size: 16px;}
.fz16{font-size: 14px;}
.fz15{font-size: 13px;}
.fz14{font-size: 12px;}
.fz12{font-size: 12px;}

.nyTitle{margin-bottom: 30px;}
.nyBanner{height: 380px;}
.nyBanner .en{margin-top: 10px;}
.bread{line-height: 60px;}
.bread ul li{margin-right: 54px;}
.aboutWrap .slogan{margin: 70px auto 46px;}
.aboutWrap .item1 .pic{padding-bottom: 454px;}
.aboutWrap .item1 .text{padding-top: 30px;}
.aboutWrap .item1 .dataList{height: 100px;bottom: 20px;padding: 0 50px;}
.aboutWrap .item1 .dataList li .data{margin-bottom: 0;}
.aboutWrap .item1 .text .cont{height: 200px;padding-right: 30px;}
.aboutWrap .item2{margin: 70px auto;}
.aboutWrap .item3{margin-bottom: 70px;}
.aboutWrap .item3 ul li{padding-bottom: 400px;}
.aboutWrap .item3 ul li .text{padding: 0 40px 40px;}

.level3Nav{margin-bottom: 40px;}
.level3Nav li{margin: 0 30px;}
.honorList li{padding: 30px 20px 20px;}

.cBusiness .nLi{padding: 70px 0;}
.cBusiness .nLi dt{padding-bottom: 400px;}
.cBusiness .nLi dd .desc{line-height: 24px;max-height: 72px;}
.cBusiness .nLi dd ul{margin: 20px auto 40px;}

.businessList li .text{padding: 16px 24px;}

.popWrap .picWrap{padding: 40px 40px 0;height: 540px;}
.popWrap .picWrap .container .swiper-slide{padding-bottom: 380px;}
.popWrap .textWrap{height: 540px;padding: 40px 20px 80px;}
.popWrap .textWrap .btnWrap{width: 120px;}
.popWrap .textWrap .btnWrap .btn{width: 44px;height: 44px;}
.popWrap .textWrap .text .title{line-height: 24px;margin-bottom: 18px;}
.popWrap .textWrap .text .cont{line-height: 26px;}

.partner{padding: 40px 0 60px;}
.partner .desc{line-height: 26px;margin-bottom: 30px;}

.rcgkPage .item1{margin: 70px auto;}
.rcgkPage .item1 .text{padding: 60px 5%;}
.rcgkPage .item2{padding: 60px 0;}
.rcgkPage .item3{padding: 70px 0;}

.newsList li a{padding: 24px;}
.newsList li .pic{margin: 0 24px;}
.newsList li .arr{margin-left: 30px;}
.newsList li .text{padding-right: 30px;}

.noticeList li a{padding: 24px;}

.passage .psgTitle{padding-bottom: 20px;margin-bottom: 20px;}
.passage .psgTitle h5{margin-bottom: 24px;}
.passage .psgCont{padding-bottom: 40px;}
.passage .share{margin-bottom: 40px;}
.passage .psgLink{padding-top: 40px;}

.contactUs .item1{margin-bottom: 60px;}
.contactUs .item1 .mapWrap{height: 440px;}
.contactUs .item1 .text .title{margin-bottom: 24px;}
.contactUs .item1 .text dl{margin-bottom: 16px;}
.contactUs .item2 ul li{padding: 30px 20px 20px 30px;}
.contactUs .item2 ul li .btm{margin-top: 10px;}
}

@media screen and (max-width: 1280px){
.header{line-height: 80px;}
.header .nav .nLi{padding: 0 15px;}
.header .nav .nLi .navSub{top: 80px;}
.footer .med .nav{padding-right: 0;}
.footer .med .nav li{margin-right: 24px;}	
.footer .text p span:nth-child(2){min-width: 236px;}
.footer .qrcode{padding: 6px;margin-left: 12px;}
.footer .qrcode img{width: 64px;height: 64px;margin-right: 12px;}
.footer .qrcode h5{margin-bottom: 10px;}
}

@media screen and (max-width: 1200px){
.fz45{font-size: 36px;}
.fz40{font-size: 34px;}
.fz36{font-size: 30px;}
.fz30{font-size: 28px;}
.fz28{font-size: 26px;}
.fz26{font-size: 20px;}
.fz25{font-size: 18px;}
.fz24{font-size: 17px;}
.fz22{font-size: 17px;}
.fz21{font-size: 17px;}
.fz20{font-size: 16px;}
.fz18{font-size: 16px;}
.fz16{font-size: 14px;}
.fz15{font-size: 13px;}
.fz14{font-size: 12px;}

.header .nav,.header .searchBtn{display: none;}
.header .menuIcon{display: block;}
.banner a{padding-bottom: 53.57%;}
.iTitle{margin-bottom: 20px;}
.iTitle .ch{margin-bottom: 6px;}
.isect1{display: block;margin: 40px auto;}
.isect1 .text,.isect1 .pic{width: 100%;}
.isect1 .pic{margin: 20px 0 0;}
.isect2{height: auto;padding: 50px 0 30px;}
.isect2 .container{padding: 80px 0 60px;}
.isect2 .container p{margin-bottom: 40px;}
.isect2 .tabs li a{height: 100px;}
.isect2 .tabs li .wrap .icon{margin-right: 24px;height: 40px;}
.isect2 .tabs li .ch{margin-bottom: 10px;}
.isect3{padding: 40px 0;}
.isect3 .tabs{margin-bottom: 25px;}
.isect3 .tabs li{margin: 0 10px;}
.isect3 .tabs li a{line-height: 40px;}
.isect3 .innerScroll .text{padding: 20px;line-height: 24px;}
.isect3 .innerScroll .text h5,.isect3 .innerScroll .text p{height: 48px;}
.isect3 .innerScroll .text p{margin: 10px auto 15px;}

.footer .top{padding: 20px 0;}
.footer .top .title{padding-bottom: 12px;margin-bottom: 18px;}
.footer .top ul li{width: 33.33%;}
.footer .med{display: none;}
.footer .btm{border-top: 1px solid rgba(255,255,255,0.4);}
.footer .btm .w1400{display: block;}
.footer .text{text-align: center;}
.footer .text p{display: block;}
.footer .text p span{margin: 0 10px;}
.footer .qrcode{width: 200px;margin: 10px auto 0;}
.footer .select{margin: 12px auto;}
.footer .select dt{line-height: 32px;}
.footer .select dd{bottom: 34px;}

.honorList li{width: 32%;margin: 0 2% 2% 0;}
.honorList li:nth-child(4n){margin-right: 2%;}
.honorList li:nth-child(3n){margin-right: 0;}
.honorList li .pic{margin: 0 20px 10px;}
.honorList li h5{line-height: 24px;height: 48px;}

.jobList .nLi .dl{padding: 0 30px;}
.jobList .nLi .dt{line-height: 60px;}
.jobList .nLi .dt .item5{height: 60px;}
.jobList .nLi .dt .item5 .arr{width: 32px;height: 32px;}
.jobList .nLi .dd .tit{margin: 20px auto 10px;}
}


@media screen and (max-width: 1024px){
.bread{display: none;}
.nyBanner{height: 0;padding-bottom: 34%;position: relative;}
.nyBanner .w1400{position: absolute;left: 5%;top: 50%;transform: translateY(-50%);}
.aboutWrap .slogan{margin: 50px auto 30px;}
.aboutWrap .item1{padding-bottom: 50px;}
.aboutWrap .item1 .pic,.aboutWrap .item1 .text{width: 100%;}
.aboutWrap .item1 .dataList{position: relative;bottom: 0;width: 100%;padding: 0 5%;}
.aboutWrap .item1 .text .cont{height: auto;padding-right: 0;}
.aboutWrap .item2{margin: 50px auto;}
.aboutWrap .item2 .container{width: 70%;padding-bottom: 50px;}
.aboutWrap .item2 .container .slide{height: 0;padding-bottom: 52%;}
.aboutWrap .item2 .container .slide .text{padding: 20% 30px 0;}
.aboutWrap .item2 .container .slide .text .tit{margin-bottom: 20px;}
.aboutWrap .item3{margin-bottom: 50px;}
.aboutWrap .item3 ul li{padding-bottom: 300px;}
.aboutWrap .item3 ul li.active .text .cont{font-size: 14px;line-height: 24px;}

.nyPage{padding: 50px 0 30px;}
.develop .pic{margin-bottom: 30px;}
.develop .container{width: calc((100% - 40px) / 3);}

.rcgkPage .item1 .text{padding: 30px 3%;width: 40%;}

.jobList .nLi .dt .item2,.jobList .nLi .dt .item3,.jobList .nLi .dt .item4{display: none;}
.jobList .nLi .dt .item1{width: calc(100% - 80px);}
.jobList .nLi .dd .wap{display: block;}

.newsList li{margin-bottom: 20px;}
.newsList li .date{width: 60px;}
.newsList li .pic{width: 240px;padding-bottom: 135px;margin: 0 16px;}
.newsList li .text h5{margin-bottom: 10px;}
.newsList li .arr{margin-left: 16px;}
.newsList li .text{padding-right: 16px;}

.passage .psgTitle .info div{margin: 0 35px;}

.contactUs .item1{display: block;}
.contactUs .item1 .text{width: 100%;box-sizing: border-box;padding: 20px;}
.contactUs .item1 .mapWrap{width: 100%;}
.contactUs .item2 ul li{width: 100%;margin-right: 0;margin-bottom: 20px;height: auto;padding: 20px;}
.contactUs .item2 ul li .title{margin-bottom: 18px;}
}

@media screen and (max-width: 760px){
.fz40{font-size: 24px;}
.fz30{font-size: 24px;}
.fz28{font-size: 20px;}
.fz26{font-size: 18px;}
.fz24{font-size: 15px;}

.header{line-height: 66px;}
.header .logo img{height: 40px;}
.wapNav{height: calc(100% - 66px);}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 30px;width: 11px;height: 11px;}
.banner .swiper-pagination .swiper-pagination-bullet i{width: 50px;left: -55px;}

.moreBtn{width: 120px;height: 36px;line-height: 36px;border-radius: 18px;}
.moreBtn span{padding-right: 28px;}

.isect1{margin: 30px auto;}
.isect1 .text .desc{line-height: 24px;max-height: none;margin-bottom: 12px;}
.isect1 .pic{padding-bottom: 68.85%;}
.isect1 .pic .hover img{height: 44px;}
.isect1 .pic .hover p{margin-top: 10px;}
.isect2 .container{padding: 50px 0 40px;}
.isect2 .container p{line-height: 26px;height: 52px;margin-bottom: 20px;}
.isect2 .tabs li:before{display: none;}
.isect2 .tabs li a{height: 88px;}
.isect2 .tabs li .wrap{display: block;text-align: center;}
.isect2 .tabs li .wrap .icon{margin: 0 0 10px;height: 32px;}
.isect2 .tabs li .en{display: none;}
.isect2 .tabs li .ch{margin-bottom: 0;}
.isect3{padding: 30px 0;}
.isect3 .tabs{margin-bottom: 20px;justify-content: space-between;}
.isect3 .tabs li{margin: 0;width: 24%;text-align: center;}
.isect3 .tabs li a{padding: 0;line-height: 34px;border-radius: 17px;}
.isect3 .container{padding: 0;margin: 0;}
.isect3 .innerScroll{padding: 0 0 30px;margin-left: 0;}
.isect3 .innerScroll a:hover{box-shadow: none;}
.isect3 .innerScroll .text{padding: 20px;}
.isect3 .innerScroll .text .btm span{padding-right: 30px;}
.isect3 .innerScroll .swiper-slide{width: 100% !important;}
.swiper-pagination.pagination-style .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px;}
.swiper-pagination.pagination-style .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 25px;}

.footer .iLogo{top: -22px;}
.footer .iLogo img{height: 44px;}
.footer .top{padding-bottom: 10px;}
.footer .top ul{flex-wrap: wrap;}
.footer .top ul li{margin-bottom: 12px;width: 50%;box-sizing: border-box;padding: 0;font-size: 13px;}
.footer .top ul li:before{display: none;}
.footer .top .flist .btn{width: 30px;height: 30px;}
.footer .top .flist .btn img{width: 100%;height: 100%;}
.footer .text p span{display: block;margin: 0;}
.footer .btm{padding: 20px 0;}
.footer .qrcode{width: 238px;}
.footer .qrcode img{width: 84px;height: 84px;}

.nyTitle{margin-bottom: 20px;padding-bottom: 12px;}
.aboutWrap .slogan{margin: 30px auto 20px;}
.aboutWrap .item1{padding-bottom: 30px;}
.aboutWrap .item1 .pic{padding-bottom: 78%;}
.aboutWrap .item1 .dataList{height: auto;padding: 30px 0;}
.aboutWrap .item1 .dataList li{padding: 0 10px;}
.aboutWrap .item1 .dataList li .data{line-height: 1;margin-bottom: 12px;}
.aboutWrap .item2{margin: 30px auto;}
.aboutWrap .item2 .container{padding-bottom: 30px;}
.aboutWrap .item2 .container .slide .text{padding: 10% 20px 0;}
.aboutWrap .item2 .container .slide .text .tit{margin-bottom: 12px;}
.aboutWrap .item3 ul{flex-wrap: wrap;}
.aboutWrap .item3 ul li,.aboutWrap .item3 ul li.dActive,.aboutWrap .item3 ul li.active{width: 100%;height: auto;padding: 60px 0;}
.aboutWrap .item3 ul li:before{opacity: 0.4;}
.aboutWrap .item3 ul li .title1{opacity: 0;display: none;}
.aboutWrap .item3 ul li .text,.aboutWrap .item3 ul li.active .text{bottom: auto;position: relative;opacity: 1;padding: 0 20px;transform: translateY(0);}
.aboutWrap .item3 ul li.active .text .cont,
.aboutWrap .item3 ul li .text .cont{font-size: 12px;line-height: 24px;}

.nyPage{padding: 30px 0;}
.develop .pic{margin-bottom: 20px;}
.develop .container{width: 80%;}
.develop .date{font-size: 32px;line-height: 1;padding-bottom: 12px;margin-bottom: 12px;}
.develop .cont{line-height: 26px;}

.page a{min-width: 36px;height: 36px;line-height: 36px;}
.page .text{height: 36px;line-height: 36px;}
.page a.num,.page .noBorder{display: none;}
.page a.num.on{display: block;}

.level3Nav{margin-bottom: 20px;justify-content: space-between;}
.level3Nav li{margin: 0;}
.level3Nav li a{padding: 0 20px;line-height: 38px;}

.honorList li{width: 49%;margin-right: 0;padding:  20px 12px 12px;background-size: 50% auto;}
.honorList li:nth-child(4n){margin-right: 0;}
.honorList li:nth-child(2n){float: right;}
.honorList li .pic{margin: 0 10px 10px;}

.cBusiness .nLi{padding: 30px 0;}
.cBusiness .nLi .flexBetween{flex-wrap: wrap;}
.cBusiness .nLi dt,.cBusiness .nLi dd{width: 100%;}
.cBusiness .nLi dt{margin-bottom: 20px;padding-bottom: 71.42%;}
.cBusiness .nLi dd ul{margin: 10px auto 20px;}
.cBusiness .nLi dd ul li{line-height: 30px;padding: 0 10px 0 20px;width: 100%;}
.cBusiness .nLi:first-child dd ul li{width: 50%;}

.cTechnology .nLi dt{padding-bottom: 65.48%;}
.cTechnology .nLi dd .desc{max-height: none;height: auto;margin-bottom: 20px;}

.businessList li{width: 49%;margin-right: 0;margin-bottom: 2%;}
.businessList li:nth-child(2n){float: right;}
.businessList li .text{padding: 12px;}
.businessList li h5{line-height: 24px;height: 48px;}
.businessList li .text .btm{padding-top: 15px;}
.businessList li .text .btm .more img{margin-left: 10px;}

.popWrap .picWrap,.popWrap .textWrap{width: 100%;height: auto;}
.popWrap .picWrap{padding: 20px;}
.popWrap .picWrap .container{padding-bottom: 30px;}
.popWrap .picWrap .container .swiper-slide{padding-bottom: 67%;}
.popWrap .textWrap{padding: 20px;}
.popWrap .textWrap .text{height: auto;}
.popWrap .textWrap .text .title{margin-bottom: 10px;}
.popWrap .textWrap .btnWrap{position: relative;left: 0;transform: translateX(0);bottom: 0;margin: 20px auto 0;}
.popWrap .content .close{width: 32px;height: 32px;right: 0;}

.partner{padding: 30px 0;}
.partner .desc{margin-bottom: 20px;}
.partner .container a span img{max-width: 80%;max-height: 80%;}
.partner .container{padding-bottom: 34px;}

.list{min-height: auto;}
.rcgkPage .item1{margin: 30px auto;}
.rcgkPage .item1 .text{position: relative;top: 0;transform: translateY(0);width: 100%;line-height: 28px;}
.rcgkPage .item1 .pic{width: 100%;}
.rcgkPage .item1 .pic em{padding-bottom: 48.22%;}
.rcgkPage .item2,.rcgkPage .item3{padding: 30px 0;}
.rcgkPage .item2 > .w1400{flex-wrap: wrap;}
.rcgkPage .item2 .textScroll,.rcgkPage .item2 .picScroll{width: 100%;}
.rcgkPage .item2 .picScroll{margin-top: 20px;}
.rcgkPage .item2 .picScroll .swiper-slide em{padding-bottom: 55%;}
.rcgkPage .item2 .textScroll{padding-top: 0;}
.rcgkPage .item3 .picList li a h5{line-height: 48px;}
.list li h5{line-height: 36px;}

.jobList{padding-bottom: 20px;}
.jobList .nLi{margin-bottom: 12px;}
.jobList .nLi:last-child{margin-bottom: 0;}
.jobList .nLi .dl{padding: 0 20px;}
.jobList .nLi .dt{line-height: 50px;}
.jobList .nLi .dt .item5{height: 50px;}
.jobList .nLi .dt .item5 .arr{width: 30px;height: 30px;}
.jobList .nLi .dd .moreBtn{margin-top: 20px;}

.recomNews{padding: 0;margin: 0 auto 30px;}
.recomNews a:hover{box-shadow: none;}
.recomNews a .text{padding: 20px;}
.recomNews a .text h5, .recomNews a .text p{line-height: 24px;height: 48px;}
.recomNews a .text p{margin: 10px auto 15px;}

.newsList{padding-bottom: 20px;}
.newsList li{margin-bottom: 20px;}
.newsList li a{display: block;padding: 20px;}
.newsList li .date{width: 100%;display: flex;align-items: center;margin-bottom: 10px;}
.newsList li .date span{padding-bottom: 0;padding-right: 20px;}
.newsList li .date span:before{content: "";width: 1px;height: 12px;background: #DADADA;position: absolute;left: auto;bottom: auto;right: 10px;top: 50%;transform: translateY(-50%);}
.newsList li .pic{width: 100%;margin: 0 auto 12px;padding-bottom: 56.25%;}
.newsList li .arr{display: none;}
.newsList li .text{padding-right: 0;}
.newsList li .text:before{display: none;}
.newsList li .text p{line-height: 24px;height: auto;max-height: 48px;}

.noticeList li{width: 49%;margin-right: 0;margin-bottom: 2%;}
.noticeList li:nth-child(2n){float: right;}
.noticeList li a{padding: 16px;}
.noticeList li a h5{line-height: 24px;height: 48px;margin-bottom: 12px;}

.passage .psgTitle h5{margin-bottom: 16px;}
.passage .psgTitle .info div{margin: 0 16px;}
.passage .psgTitle .info div:first-child{display: none;}
.passage .psgTitle .info img{margin-right: 5px;}
.passage .psgCont{padding-bottom: 20px;}
.passage .psgCont .pic{padding: 12px 0;}
.passage .share{margin-bottom: 20px;display: none;}
.passage .psgLink{padding-top: 20px;}
.passage .psgLink .btn{width: 38px;height: 38px;}
.passage .psgLink .btn img{width: 16px;}
.passage .psgLink .toList{width: 140px;height: 38px;padding: 0 20px;}
.passage .psgLink .toList img{height: 16px;}
.passage .psgCont img{display: block;margin: 0 auto 10px;}


.contactUs .item1{margin-bottom: 30px;}
.contactUs .item1 .text .title{margin-bottom: 20px;}
.contactUs .item1 .text dl dt{margin-right: 12px;}
.contactUs .item1 .mapWrap{height: 350px;}
.contactUs .item2 ul li{margin-bottom: 12px;padding: 16px;}
.contactUs .item2 ul li .title{margin-bottom: 10px;}
.float{display: none;}
}

@media screen and (max-width: 468px){
.footer .top ul li{width: 100%;}
.businessList li{width: 100%;margin-bottom: 20px;}
.businessList li:last-child{margin-bottom: 0;}
.businessList li h5{height: auto;max-height: 48px;}
.rcgkPage .item3 .picList li a h5{max-height: none;}
.noticeList li{width: 100%;}
.noticeList li:last-child{margin-bottom: 0;}
.noticeList li a h5{height: auto;max-height: 48px;}
.aboutWrap .item1 .dataList li .txt{font-size: 12px;}
.aboutWrap .item2 .container .slide{height: auto;padding-bottom: 0;}
.aboutWrap .item2 .container .slide .text{position: relative;font-size: 13px;line-height: 20px;padding: 10% 20px;}
.viewer-toolbar>ul>li{width: 36px;height: 36px;}
.passage .psgTitle .info div{margin: 0 6px;}

.header{position:fixed;left:0;top:0;width:100%;box-sizing:border-box;z-index: 999;background: #fff;}
.banner{margin-top: 66px;}
.nyPageBox{padding-top: 66px;}

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