
html {font-size: 30px ;  }

input,textarea{outline: none;}
input[type="submit"],input[type="reset"],select,button,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color: #999;}

body *::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #aaa;border-radius: 2px;}
article,aside,footer,header,section,footer,nav,figure,main{display:block}
.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: 5; -webkit-box-orient: vertical;}
.TXTovehid-four{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.tran100{-webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; -ms-transition:all 0.1s linear; transition:all 0.1s linear;}
.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);}
*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }
.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/graybg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #1574b1;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;}
.header .menuIcon img{width: 100%;}
.menuIcon span{display: block;width: 100%;height: 2px;background: #fff;border-radius: 2px;animation: navBtn 2s infinite ease;}
.menuIcon span:nth-child(2){margin: 6px 0;animation-delay: 0.5s;}
.menuIcon span:nth-child(3){animation-delay: 1.0s;}
@keyframes navBtn{
  50%{width: 60%;}
  100%{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: #EEEEEE;border-radius: 2px;}
.scrollStyle::-webkit-scrollbar-thumb{background: #CCCCCC;border-radius: 2px;}
.scrollStyle.white::-webkit-scrollbar{background: rgba(255, 255, 255, 0.1);}
.scrollStyle.white::-webkit-scrollbar-thumb{background: rgba(255, 255, 255, 0.4);}
.bgStyle{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ani-btn{z-index: 1;position: relative;overflow: hidden;}
.ani-btn:after{content: '';z-index: -1;position: absolute;left: 30%;top: 100%;width: 40px;height: 40px;border-radius: 50%;background-color: #006AB8;transform: translate(-50%,-50%) scale(0);}
.ani-btn:hover{border-color: #006AB8!important;color: #fff!important;transition: 0.5s ease-in-out;}
.ani-btn:hover:after{transform: translate(-50%,-50%) scale(10);transition: 1s ease-in-out;}
.ani-btn1{z-index: 1;position: relative;overflow: hidden;}
.ani-btn1:after{content: '';z-index: -1;position: absolute;left: 30%;top: 100%;width: 40px;height: 40px;border-radius: 50%; background-image: linear-gradient(#A1D6F8, #008BE3);transform: translate(-50%,-50%) scale(0);}
.ani-btn1:hover,
.ani-btn1.active{border-color: #008BE3!important;color: #fff!important;transition: 0.5s ease-in-out;}
.ani-btn1:hover:after,
.ani-btn1.active:after{transform: translate(-50%,-50%) scale(10);transition: 1s ease-in-out;}
.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: #1574b1;transform: skew(50deg) scaleX(0);transform-origin: left bottom;}
.ani-btn2:hover{background-color: rgba(255,255,255,0);border-color: #1574b1!important;color: #fff!important;transition: 0.5s ease-in;}
.ani-btn2:hover:after{transform: skew(50deg) scaleX(1.5);transition: 0.5s ease-in;}
.ani-btn3{z-index: 0;position: relative;overflow: hidden;}
.ani-btn3:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(90deg,red,orange,yellow,orange,red,orange,yellow,orange,red);background-size: 200% 100%;transform: skew(50deg) scaleX(0);transform-origin: left bottom;}
.ani-btn3:hover{color: #fff!important;transition: 0.5s ease-in-out;}
.ani-btn3:hover:after{transform: skew(50deg) scaleX(1.5);transition: 0.6s ease-in;animation: bgAni 2s infinite linear;}
@keyframes bgAni{
0%{background-position: 0 0;}
}  
.w1200{width: 1200px;margin: 0 auto;}
.w1440{width: 90%;margin: 0 auto;max-width: 1440px;}
.w1400{width: 90%;margin: 0 auto;max-width: 1400px;}
.mrgBtm10{margin-bottom: 10px;}
.padding80{padding: 2.66rem 0;}
.margin80{margin: 2.66rem auto;}
.padding60{padding: 2rem 0;}
.padding50{padding: 1.66rem 0;}
.padding40{padding: 1.33rem 0;}
.padding30{padding: 1rem 0;}
.padding20{padding: 0.66rem 0;}
.mrgBtm30{margin-bottom: 1rem;}
.pageStyle{color: #222222;line-height: 0.93rem;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}
.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexBetween{display: flex;justify-content: space-between;align-items: center;}
.fz12{font-size:0.4rem ;}
.fz14{font-size: 0.466rem;}
.fz16{font-size: 0.533rem;}
.fz18{font-size: 0.6rem;}
.fz20{font-size: 0.66rem;}
.fz22{font-size:0.733rem ;}
.fz24{font-size: 0.8rem;}
.fz26{font-size: 0.866rem;}
.fz28{font-size: 0.933rem;}
.fz30{font-size: 1rem;}
.fz32{font-size: 1.06rem;}
.fz34{font-size: 1.13rem;}
.fz36{font-size: 1.2rem;}
.fz38{font-size: 1.26rem;}
.fz39{font-size: 1.3rem;}
.fz40{font-size: 1.33rem;}
.fz42{font-size: 1.4rem;}
.fz44{font-size: 1.46rem;}
.fz45{font-size: 1.5rem;}
.fz48{font-size: 1.6rem;}
.fz50{font-size: 1.66rem;}
.fz56{font-size: 1.86rem;}
.fz180{font-size: 6rem;}
.fwb{font-weight:bold;}
.colff{color:#fff;}



@media screen and (max-width: 1480px){
html {font-size: 170% !important;}

.padding80{padding: 2rem 0;}
.margin80{margin: 2rem auto;}
}

@media screen and (max-width: 1280px){
.fz56{font-size:1.6rem;}
html {font-size: 160% !important;}
}


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

}

@media screen and (max-width: 760px){
.fz50{font-size: 1rem;}
.fz45{font-size: 0.9rem;}
.fz44{font-size: 0.9rem;}
.fz42{font-size: 0.9rem;}
.fz36{font-size: 0.9rem;}
.fz32{font-size: 0.76rem;}
.fz30{font-size: 0.75rem;}
.fz28{font-size: 0.7rem;}
.fz56{font-size: 1.2rem;}
.fz22{font-size: 0.6rem;}
.fz18{font-size: 0.56rem;}
}

@media screen and (max-width: 468px){
.fz56{font-size: 0.8rem;}

.padding80{padding: 1rem 0;}
.margin80{margin: 1rem auto;}

.cd-popup-container{padding: 40px 20px;width: 80%;}
}


.pageWrap{padding-top: 3.33rem;}
.overHide{overflow: hidden;}

.header{position: fixed;left: 0;top: 0;width: 100%;z-index: 99;line-height: 3rem;border-bottom: 1px solid rgba(255, 255, 255, 0);}
.header > .w1440{position: relative;}
.header .logo img{height: 1rem;}
.header .logo img,
.header .searchBtn{filter: brightness(0) invert(1);}
.header .searchBtn{width: 20px;height: 20px;background: url(../fonts/icon_search.svg) no-repeat center;background-size: 100%;cursor: pointer;margin-left: 0.66rem;}
.header .nav .nLi{padding: 0 0.66rem;}
.header .nav .nLi h2 a{display: block;color: #FFFFFF;font-weight: normal;position: relative;}
.header .nav .nLi h2 a::before{content: "";width: 100%;height: 2px;background: #1574b1;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;}
.header .nav .nLi.on h2 a::before,
.header .nav .nLi:hover h2 a::before{transform: scale(1);opacity: 1;}
.header .nav .navSub{position: absolute;right: 0;top: 100%;display: none;border-top: 1px solid #D8D8D8;}
.header .nav .navSub1{width: 31.3rem;box-shadow: 0 6px 10px rgb(0 0 0 / 0.1);}
.header .nav .navSub1 .wrap{padding: 2rem 2rem 2rem 3.33rem;background: #FFFFFF;}
.header .nav .navSub .picWrap{width: 38.4%;}
.header .nav .navSub .picWrap .pic{height: 0;padding-bottom: 46.66%;position: relative;overflow: hidden;margin-bottom: 8px;}
.header .nav .navSub .picWrap .pic h2{color: #FFFFFF;text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 2;width: 100%;}
.header .nav .navSub .picWrap p{color: #666666;line-height: 0.93rem;}
.header .nav .navSub1 ul{width: 61.6%;}
.header .nav .navSub1 ul li{width: 41.66%;margin: 1rem 8.34% 0 0;display: flex;}
.header .nav .navSub1 ul li:first-child,
.header .nav .navSub1 ul li:nth-child(2){margin-top: 0;}
.header .nav .navSub1 ul li a{display: block;color: #222222;line-height: 0.93rem;position: relative;padding-right: 0.5rem;min-width: 4rem;box-sizing: border-box;}
.header .nav .navSub1 ul li a:before{content: "";width: 8px;height: 12px;position: absolute;right: 0;top: 50%;margin-top: -6px;background: url(../fonts/right_arr2.svg) no-repeat center;filter: brightness(0) invert(0.5);opacity: 0.5;}
.header .nav .navSub1 ul li a:hover{color: #1574b1;}
.header .nav .navSub1 ul li a:hover::before{filter: brightness(1) invert(0);opacity: 1;}
.header .nav .navSub2{background: #FFFFFF;width: 100%;box-shadow: 0 6px 10px rgb(0 0 0 / 0.1);}
.header .nav .navSub2 .wrap{align-items: flex-start;}
.header .nav .navSub2 .tabs{flex-shrink: 0;width: 8.4rem;min-height: 15.5em;background: url(../images/navbg.png) no-repeat center;background-size: cover;box-sizing: border-box;padding: 2rem 0 2rem 2rem;min-height: 19rem;position: relative;}
.header .nav .navSub2 .tabs li{margin-top: 0.66rem;position: relative;}
.header .nav .navSub2 .tabs li:first-child{margin-top: 0;}
.header .nav .navSub2 .tabs li:before{content: "";width: 1.33rem;height: 2px;background: #1574b1;position: absolute;transform-origin:left center;transform: scale(0,1);position: absolute;left: 0;top: 50%;margin-top: -1px;}
.header .nav .navSub2 .tabs li a{display: block;color: #222222;line-height: 0.93rem;}
.header .nav .navSub2 .tabs li.active a{color: #1574b1;transform: translateX(1.6rem);}
.header .nav .navSub2 .tabs li.active:before{transform: scale(1);}
.header .nav .navSub2 .tabs .more{display: flex;align-items: center;color: #222;font-weight: bold;position: absolute;left: 2rem;bottom: 2rem;}
.header .nav .navSub2 .tabs .more img{filter: brightness(0) invert(0.1);}
.header .nav .navSub2 .tabs .more:hover{color: #1574b1;}
.header .nav .navSub2 .tabs .more:hover img{filter: brightness(1) invert(0);}
.header .nav .navSub2 .right{flex: 1;overflow: hidden;box-sizing: border-box;padding: 2rem 2rem 2rem 1.33rem;}
.header .nav .navSub2 .picWrap{width: 27.57%;}
.header .nav .container{position: relative;overflow: hidden;}      
.header .nav .container ul{height: 10.93rem;overflow: auto;width: 70.6%;height: 15rem;}
.header .nav .container li{width: 47.6%;margin: 0.66rem 2.4% 0 0;}
.header .nav .container li:first-child,
.header .nav .container li:nth-child(2){margin-top: 0;}
.header .nav .container li a{display: flex;width: 100%;height: 3.2rem;box-sizing: border-box;padding: 0.66rem;background: url(../images/navbg1.png) no-repeat right bottom;background-size: cover;}
.header .nav .container li:nth-child(2n) a{background-image: url(../images/navbg2.png);}
.header .nav .container li:nth-child(3n) a{background-image: url(../images/navbg3.png);}
.header .nav .container li .icon{flex-shrink: 0;margin-right: 0.4rem;margin-top: 4px;height: 0.66rem;}
.header .nav .container li .text{flex: 1;overflow: hidden;line-height: 0.93rem;}
.header .nav .container li .text h3{color: #222222;font-weight: normal;}
.header .nav .container li .text p{color: #999999;}
.header .nav .container li:hover .text h3{color: #1574b1;}
.header.fixed,
.header:hover{background: #fff;border-color: #D8D8D8;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.header.fixed .logo img,
.header:hover .logo img{filter: brightness(1) invert(0);}
.header.fixed .nav .nLi h2 a,
.header:hover .nav .nLi h2 a{color: #222222;}
.header.fixed .searchBtn,
.header:hover .searchBtn{filter: brightness(0) invert(0.1);}
.header.fixed .menuIcon span,
.header:hover .menuIcon span{background: #1574b1;}
.btnStyle{display: block;width: 5.4rem;height: 2rem;margin-right: 0.66rem;position: relative;color: #FFFFFF;box-sizing: border-box;padding-right: 0.7rem;}
.btnStyle:last-child{margin-right: 0;}
.btnStyle:before,
.btnStyle:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.btnStyle:before{background: url(../images/box1.svg) no-repeat left center;background-size: 100%;}
.btnStyle:after{background: url(../fonts/box2.svg) no-repeat left center;background-size: 100%;clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);}
.btnStyle .flexCenter{position: relative;z-index: 2;height: 100%;}
.btnStyle .flexCenter img{margin: 0 8px;}
.btnStyle:hover:after{clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
.btnStyle.gray::before{background-image: url(../fonts/box3.svg);}
.btnStyle.gray{color: #999999;}
.btnStyle.gray img{filter: brightness(0) invert(0.5);opacity: 0.7;}
.btnStyle.gray:hover{color: #fff;}
.btnStyle.gray:hover img{filter: brightness(1) invert(0);opacity: 1;}
.btnStyle1 .btn{width: 40px;height: 40px;box-sizing: border-box;border: 2px solid rgba(255, 255, 255, 0.4);border-radius: 50%;position: relative;text-align: center;line-height: 36px;font-size: 0;margin-right: 0.66rem;cursor: pointer;}
.btnStyle1 .btn:last-child{margin-right: 0;}
.btnStyle1 .btn svg{position: absolute;left: -3px;top: -2px;bottom: 0;fill: transparent;stroke-width: 2px;stroke: #fff;stroke-dasharray: 114;stroke-dashoffset: -114;width: 40px;height: 40px;}
.btnStyle1 .btn:hover{border-color: rgba(255, 255, 255, 0);}
.btnStyle1 .btn:hover svg{animation: svgAni  1s linear forwards;}
@keyframes svgAni{to{stroke-dashoffset: 0;}}
.btnStyle1.gray .btn{border-color: #CCCCCC;}
.btnStyle1.gray .btn img{filter: brightness(0) invert(0.5);opacity: 0.4;}
.btnStyle1.gray .btn svg{stroke: #1574b1;}
.btnStyle1.gray .btn:hover{border-color: rgba(255, 255, 255, 0);}
.btnStyle1.gray .btn:hover img{filter: brightness(1) invert(0);opacity: 1;}
.btnStyle1 .btn.swiper-button-disabled{pointer-events: none;opacity: 0.6;}
.paginationStyle{display: flex;align-items: center;z-index: 2;bottom: 0 !important;}
.paginationStyle .swiper-pagination-bullet{display: block;width: 0.66rem;height: 4px;background: #D8D8D8;border-radius: 0;opacity: 1;margin: 0 8px 0 0;transition:all 0.3s linear;}
.paginationStyle .swiper-pagination-bullet:last-child{margin-right: 0;}
.paginationStyle .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 1.33rem;background: #1574b1;}
.paginationStyle.white .swiper-pagination-bullet{background: #FFFFFF;opacity: 0.5;}
.paginationStyle.white .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;opacity: 1;}
.paginationStyle.center{justify-content: center;}
.titleStyle{margin-bottom: 1rem;text-align: center;color: #666666;line-height: 0.93rem;}
.titleStyle h3{color: #222222;line-height: 1.38;}
.btnStyle2{position: absolute;bottom: 0;right: 11.86rem;}
.btnStyle2 .btn{width: 1.73rem;height: 1.73rem;text-align: center;line-height: 1.73rem;position: relative;cursor: pointer;margin-left: 10px;}
.btnStyle2 .btn:first-child{margin-left: 0;}
.btnStyle2 .btn::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #222222;cursor: pointer;transform: skew(-20deg);}
.btnStyle2 .btn img{position: relative;z-index: 2;}
.btnStyle2 .btn:hover::before{background: #1574b1;}
.btnStyle2 .btn.swiper-button-disabled{pointer-events: none;opacity: 0.6;}
.btnStyle2.white .btn::before{background: #fff;}
.btnStyle2.white .btn img{filter: brightness(0) invert(0.1);}
.btnStyle2.white .btn:hover::before{background: #1574b1;}
.btnStyle2.white .btn:hover img{filter: brightness(1) invert(0);}
.more{color: #222222;line-height: 1;}
.more img{margin-left: 8px;}
.more:hover{color: #1574b1;}
.float{position: fixed;right: 0.66rem;top: 50%;transform: translateY(-50%);z-index: 8;width: 2.66rem;background: #FFFFFF;box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);right: -3rem;border-radius: 8px;}
.float.show{right: 0;}
.float .nLi{height: 2.66rem;position: relative;}
.float .nLi::before{content: "";width: 1.33rem;height: 1px;position: absolute;left: 50%;top: 0;transform: translateY(-50%);background: #D8D8D8;}
.float .nLi:first-child::before{display: none;}
.float .nLi a{width: 100%;height: 100%;color: #666666;line-height: 20px;text-align: center;}
.float .nLi .icon{filter: brightness(0) invert(0.2);margin-bottom: 8px;}
.float .nLi .hide{display: none;}
.float .tel{height: 1.5rem;position: absolute;right: calc(100% + 5px);top: 50%;transform: translateY(-50%);background: #fff;box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);padding: 0 1rem;color: #222;font-family: "DINBold";white-space: nowrap;line-height: 1.5rem;border-radius: 4px;display: flex;align-items: center;}
.float .tel img{filter: brightness(0) invert(0.1);margin-right: 0.5rem;}
.float .qrcode{width: 86px;padding: 5px;background: #fff;box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);position: absolute;right: calc(100% + 5px);top: 50%;transform: translateY(-50%);border-radius: 8px;}
.float .qrcode img{width: 100%;}
.float .qrcode p{color: #666666;margin-bottom: 10px;text-align: center;}
.float .nLi:hover a{color: #1574b1;}
.float .nLi:hover .icon{filter: brightness(1) invert(0);}


@media screen and (max-width: 1280px){
.float.show{width: 2.4rem;}
.float .nLi .icon{margin-bottom: 2px;}
.float .qrcode{top: 29%;}
.header{line-height: 2.6rem;}
.header .nav .nLi{padding: 0 0.5rem;}
.btnStyle{width: 5.4rem;}
}


@media screen and (max-width: 1024px){
.header .nav{display: none;}
.header .menuIcon{display: block;margin-left: 1rem;}

.btnStyle{width: 5rem;}
.btnStyle .flexCenter img{max-height: 16px;}

.titleStyle{margin-bottom: 1rem;}
.titleStyle h3{font-size: 0.8rem;}
.titleStyle p{font-size: 14px;}

}

@media screen and (max-width: 760px){
.titleStyle p{margin: 0 20px;}
.header{position: relative;line-height: 66px;}
.header .logo img{filter: brightness(1) invert(0);height: 20px;}
.header .nav .nLi h2 a{color: #222222;}
.header .searchBtn{filter: brightness(0) invert(0.1);}
.header .menuIcon span{background: #1574b1;}
.btnStyle{width: 4rem;font-size: 12px;}
.btnStyle:last-child{padding-right: 0.3rem;}
.float{display: none;}

.adForm{padding: 1rem 0;}
.adForm .form form{display: block;overflow: hidden;}
.adForm .formItem{width: 49%;margin-bottom: 10px;float: left;height: 1.4rem;}
.adForm .formItem:nth-child(2n){float: right;}
.adForm .btn{float: left;margin-right: 0.5rem;height: 1.5rem;}
.adForm .formItem dd .text{height: 1.4rem;line-height: 1.4rem;}

}

.isect1{background: #f6f6f6;padding-bottom: 5.33rem;}
.isect1 .tabs li{position: relative;}
.isect1 .tabs li::before{content: "";width: 100%;height: 4px;background: #1574b1;position: absolute;left: 0;top: 0;transform: scale(0,1);opacity: 0;}
.isect1 .tabs li::after{content: "";width: 100%;height: 71.4%;position: absolute;left: 0;top: 0;background-image: linear-gradient(rgb(0 229 218 / 10%), rgba(229,0,17,0));opacity: 0;}
.isect1 .tabs li .line{width: 1px;height: 1.5rem;background: #D8D8D8;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.isect1 .tabs li a{display: flex;padding: 0.6rem 1.66rem;color: #666666;line-height: 0.93rem;position: relative;z-index: 2;}
.isect1 .tabs .icon{flex-shrink: 0;height: 1.5rem;margin-right: 0.4rem;filter: brightness(0) invert(0.1);}
.isect1 .tabs h4{color: #222222;}
.isect1 .tabs li.active::before{transform: scale(1);opacity: 1;}
.isect1 .tabs li.active::after{opacity: 1;}
.isect1 .tabs li.active .icon{filter: brightness(1) invert(0);}
.isect1 .tabs li.active h4{color: #1574b1;}
.isect1 .tabs li.active .line{opacity: 0;}
.isect1 .container,
.isect1 .innerScroll{position: relative;overflow: hidden;}
.isect1 .innerScroll{padding-bottom: 3.06rem;}
.isect1 .innerScroll ul{display: flex;}
.isect1 .innerScroll ul li{flex: 23.26%;margin-right: 0.66rem;}
.isect1 .innerScroll ul li.active{flex: 38.88%;}
.isect1 .innerScroll a{display: block;height: 0;padding-bottom: 107.46%;position: relative;overflow: hidden;padding-bottom: 12rem;}
.isect1 .innerScroll a::before{content: "";position: absolute;width: 100%;height: 100%;z-index: 2;left: 0;bottom: 0;background-image: linear-gradient(rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.9) 100%);}
.isect1 .innerScroll a .text{position: absolute;left: 0;bottom: 0.66rem;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;}
.isect1 .innerScroll a .text .icon{filter: brightness(0) invert(1);height: 0.93rem;margin-bottom: 8px;}
.isect1 .innerScroll a .text .tit{color: #FFFFFF;line-height: 0.93rem;font-weight: normal;}
.isect1 .innerScroll a:hover em{transform: scale(1.1);}
.isect1 .innerScroll a .hover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;background: rgba(0, 0, 0, 0.8);box-sizing: border-box;padding: 1rem;color: #FFFFFF;line-height: 0.83rem;opacity: 0;}
.isect1 .innerScroll a .hover .tit{display: flex;align-items: center;padding-bottom: 0.83rem;border-bottom: 1px solid rgba(255, 255, 255, 0.4);margin-bottom: 0.66rem;line-height: 1rem;}
.isect1 .innerScroll a .hover .tit .icon{flex-shrink: 0;width: 1.6rem;height: 1.6rem;background: #1574b1;margin-right: 0.4rem;}
.isect1 .innerScroll a .hover .tit .icon img{filter: brightness(0) invert(1);height: 0.7rem;}
.isect1 .innerScroll a .hover .tit p{opacity: 0.6;}
.isect1 .innerScroll a .hover .desc{height: 4.15rem;overflow: hidden;opacity: 0.8;}
.isect1 .innerScroll a .hover .more{position: absolute;left: 1rem;bottom: 1rem;color: #fff;}
.isect1 .innerScroll a .hover .more img{filter: brightness(0) invert(1);}
.isect1 .innerScroll .active a .text{transform: translateY(30px);opacity: 0;}
.isect1 .innerScroll .active a .hover{opacity: 1;transition:all 0.3s linear 0.3s;}

.isect1 .innerScroll .paginationStyle{bottom: 0.8rem;}
.isect2{padding-bottom: 0;}
.isect2 .wrap{position: relative;overflow: hidden;padding-bottom: 1.33rem;}
.isect2 .tabs{border-bottom: 1px solid rgba(255, 255, 255, 0.3);position: relative;z-index: 2;}
.isect2 .tabs ul{display: flex;}
.isect2 .tabs li{flex: 1;position: relative;}
.isect2 .tabs li .line{content: "";width: 1px;height: 1.06rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.isect2 .tabs li::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(rgba(229,0,17,0), #58596d);opacity: 0;}
.isect2 .tabs li::after{content: "";width: 100%;height: 4px;background: #1574b1;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;}
.isect2 .tabs li a{height: 2.6rem;position: relative;z-index: 2;color: #FFFFFF;}
.isect2 .tabs li a .icon{height: 0.93rem;margin-right: 0.4rem;}
.isect2 .tabs li a .tit{font-weight: normal;}
.isect2 .tabs li.active .line{opacity: 0;}
.isect2 .tabs li.active::before{opacity: 1;}
.isect2 .tabs li.active::after{transform: scale(1);opacity: 1;}
.isect2 .bgContainer{position: absolute;left: 0;top: 0;width: 100%;height: calc(100% - 1.33rem);}
.isect2 .bgContainer .swiper-slide{height: 100%;}
.isect2 .bgContainer a{display: block;overflow: hidden;height: 100%;position: relative;background: #001223;}
.isect2 .bgContainer a em{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;transition: 1s linear 2s;opacity: 0.1;}
.isect2 .bgContainer .swiper-slide-active a em,
.isect2 .bgContainer .swiper-slide-duplicate-active a em{transition: 2s linear; transform: scale(1,1);}
.isect2 .content{position: relative;z-index: 2;}
.isect2 .textScroll{padding: 0.66rem 0 5.5rem;width: 41.66%;position: relative;overflow: hidden;}
.isect2 .textScroll a{display: block;color: #fff;}
.isect2 .textScroll .tit{line-height: 1.45;padding-bottom: 0.66rem;border-bottom: 1px solid rgba(255, 255, 255, 0.2);margin-bottom: 1.33rem;position: relative;}
.isect2 .textScroll .tit::before{content: "";width: 1.33rem;height: 1px;background: #1574b1;position: absolute;left: 0;bottom: -1px;}
.isect2 .textScroll .desc{line-height: 0.93rem;height: 4.65rem;overflow: hidden;margin-bottom: 1.33rem;opacity: 0.6;}
.isect2 .textScroll .swiper-pagination{position: absolute;left: 0;bottom: 0;width: auto;font-size: 4rem;color: rgba(255, 255, 255, 0.08);font-family: "DINBold";line-height: 0.8;}
.isect2 .textScroll .swiper-pagination .swiper-pagination-current{color: rgba(255, 255, 255, 0.2);}
.isect2 .picScroll{width: 60.9%;height: calc(100% - 0.66rem);position: absolute;top: 2rem;left: 50%;margin-left: -10.93%;}
.isect2 .picScroll .container{width: 100%;height: 100%;clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);position: relative;overflow: hidden;}
.isect2 .picScroll .container .swiper-slide{height: 100%;}
.isect2 .picScroll .container .swiper-slide a{display: block;height: 100%;position: relative;overflow: hidden;}
.isect2 .picScroll .btnStyle2{position: absolute;bottom: 3.66rem;left: 1rem;}
.isect2 .picScroll .btnStyle2 .btn:first-child{margin: 0 0 0.5rem 1rem;}
.isect2 .picScroll .btnStyle2 .btn::before{background: #fff;}
.isect2 .picScroll .btnStyle2 .btn img{filter: brightness(0) invert(0.1);}
.isect2 .picScroll .btnStyle2 .btn:hover::before{background: #1574b1;}
.isect2 .picScroll .btnStyle2 .btn:hover img{filter: brightness(1) invert(0);}
.isect3 .container{position: relative;overflow: hidden;width: 100%;padding: 1px 1px 1.5rem;margin: 0 0 0 -1px;}
.isect3 .container ul li{width: 16.66%;}
.isect3 .container a{display: block;height: 0;padding-bottom: 51.5%;position: relative;border: 1px solid rgb(216 216 216 / 0.3);margin: -1px 0 0 -1px;overflow: hidden;transition:all 0.3s linear;}
.isect3 .container a::before{content: "";width: 100%;height: 2px;position: absolute;left: 0;top: 0;background: #1574b1;transform: scale(0,1);opacity: 0;z-index: 3;}
.isect3 .container .pic,
.isect3 .container .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.isect3 .container .pic img{max-width: 60%;max-height: 50%;}
.isect3 .container .text{z-index: 2;background: #FFFFFF;text-align: center;top: 100%;}
.isect3 .container .text > div{width: 100%;box-sizing: border-box;padding: 0 10px;}
.isect3 .container .text .tit{line-height: 0.93rem;color: #222222;}
.isect3 .container .text .desc{color: #999999;line-height: 0.8rem;max-height: 1.6rem;overflow: hidden;}
.isect3 .container a:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.isect3 .container a:hover::before{transform: scale(1);opacity: 1;}
.isect3 .container a:hover .text{top: 0;}
.isect3 .container a:hover .pic img{transform: scale(0);opacity: 0;}
.isect3 .container .paginationStyle{bottom: 0;}
.isect4{padding: 2.66rem 0;background: url(../images/isect4bg.jpg) no-repeat center;background-size: cover;position: relative;}
.isect4 .textScroll{width: 40.625%;color: #fff;text-align: right;overflow: hidden;}
.isect4 .textScroll .tit{line-height: 1.66rem;}
.isect4 .textScroll .desc{line-height: 0.93rem;height: 3.72rem;overflow: hidden;margin: 1.33rem 0 0.5rem;}
.isect4 .textScroll .btm{padding-top: 1rem;display: flex;align-items: center;justify-content: flex-end;}
.isect4 .textScroll .btm img{width: 1.06rem;height: 1.06rem;border-radius: 50%;margin-right: 0.4rem;}
.isect4 .textScroll .dataList{display: flex;justify-content: space-between;padding-top: 1.7rem;line-height: 20px;color: rgba(255, 255, 255, 0.6);}
.isect4 .textScroll .dataList li{padding: 0 2.33rem;}
.isect4 .textScroll .dataList li:nth-child(2){border-left: 1px solid rgba(255, 255, 255, 0.4);border-right: 1px solid rgba(255, 255, 255, 0.4);}
.isect4 .textScroll .dataList li:first-child{padding-left: 0;}
.isect4 .textScroll .dataList li:last-child{padding-right: 0;}
.isect4 .textScroll .dataList .data{line-height: 1.2rem;margin-bottom: 7px;color: #1574b1;display: flex;align-items: center;justify-content: center;font-family: "DINBold";}
.isect4 .textScroll .dataList .data img{margin-left: 8px;}
.isect4 .picScroll{width: 58.64%;height: calc(100% - 1.33rem);position: absolute;bottom: 2.66rem;right: 50%;margin-right: -8.6%;}
.isect4 .picScroll .container{position: relative;overflow: hidden;width: 100%;height: 100%;clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);}
.isect4 .picScroll .swiper-slide,
.isect4 .picScroll .swiper-slide a{display: block;height: 100%;position: relative;overflow: hidden;}
.isect4 .picScroll .swiper-slide .logo{position: absolute;left: 8.66rem;top: 2rem;max-width: 7rem;filter: brightness(0) invert(1);z-index: 2;}
.isect4 .picScroll .btnStyle2{position: absolute;right: 16%;bottom: 2rem;}
.isect4 .picScroll .btnStyle2 .btn{margin-right: 0;}
.isect4 .picScroll .btnStyle2 .btn:last-child{margin: 0.5rem 0 0 -1rem;}
.isect5{padding-bottom:1.66rem;}
.isect5 .title{margin-bottom: 2rem;}
.isect5 .title .titleStyle{margin-bottom: 0;}
.isect5 .tabs li{padding: 0 0.8rem;}
.isect5 .tabs li a{display: block;position: relative;color: #222222;font-weight:bold;}
.isect5 .tabs li a::before{content: "";width: 2.53rem;height: 1px;background: #1574b1;position: absolute;left: 0;top: 50%;transform-origin:left center;transform: scale(0,1);opacity: 0;}
.isect5 .tabs li.active a{padding-left: 2.93rem;}
.isect5 .tabs li.active a::before{transform: scale(1);opacity: 1;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;}
.isect5 .container{width: 100%;position: relative;overflow: hidden;padding:0 20px 1rem;}
.isect5 .left{width: 68.1%;}
.isect5 .left li{width: 50%;box-sizing: border-box;padding-right: 1rem;}
.isect5 .left a{display: block;background: #FFFFFF;/* box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12); */border: 1px solid #f2f2f2;}
.isect5 .left a:hover{box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);}
.isect5 .left .pic{height: 0;padding-bottom: 55.9%;position: relative;overflow: hidden;}
.isect5 .left .text{padding: 0.7rem;}
.isect5 .left .text .tit{color: #222222;line-height: 0.93rem;height: 1.86rem;overflow: hidden;margin-bottom: 0.26rem;}
.isect5 .left .text .date{color: #999999;line-height: 0.93rem;}
.isect5 .right{width: 31.9%;}
.isect5 .right dd{padding: 0.66rem 0;border-top: 1px solid #D8D8D8;}
.isect5 .right dd:first-child{padding-top: 6px;border: none;}
.isect5 .right dd a{display: block;line-height: 0.93rem;color: #999999;}
.isect5 .right dd .tit{margin-bottom: 0.26rem;color: #222222;height: 1.86rem;overflow: hidden;}
.isect5 .right dd a:hover{transform: translateY(-6px);}
.isect6{padding: 2.66rem 0 3.46rem;background: url(../images/isect6bg.jpg) no-repeat center;background-size: cover;position: relative;overflow: hidden;}
.isect6::before{content: "";width: 100%;height: 102%;position: absolute;left: 0;top: -1%;background: #fff;opacity: 0.9;clip-path: polygon(0 0, 69% 0, 55% 100%, 0 100%);}
.isect6 .wrap{position: relative;z-index: 2;width: 57%;}
.isect6 .slogan{display: block;margin: 2rem 0 0.9rem;}
.isect6 .desc{color: #666666;line-height: 0.93rem;max-height: 1.86rem;overflow: hidden;}
.isect6 .dataList{display: flex;justify-content: space-between;margin: 1rem 0 2rem;}
.isect6 .dataList li{padding-left: 0.66rem;position: relative;color: #222222;line-height: 20px;}
.isect6 .dataList li::before{content: "";width: 1px;height: 2rem;background: #D8D8D8;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.isect6 .dataList li .data{line-height: 1.6rem;color: #1574b1;font-weight: bold;}
.isect6 .dataList li .data span{font-family: "DINBold";}
.isect6 .video{position: absolute;height: 100%;width: 43%;position: absolute;right: 0;top: 0;cursor: pointer;z-index: 2;color: #FFFFFF;}
.isect6 .video .icon{width: 2rem;height: 2rem;background: #FFFFFF;border-radius: 50%;margin-right: 0.4rem;text-align: center;line-height: 2rem;position: relative;}
.isect6 .video .icon img{margin-top: 0.25em;position: relative;z-index: 3;}
.isect6 .video .icon:after,
.isect6 .video .icon:before{content: "";z-index: -1;position: absolute;left: 50%;top:50%;width: 50px;height: 50px;margin: -25px 0 0 -25px;box-sizing: border-box;border: 1px solid #fff;border-radius: 50%;transition: 0.5s;transform: scale(0.6);animation: scaleBtn 4s linear infinite;}
.isect6 .video .icon:before{animation: scaleBtn 4s linear infinite 2s;}
@keyframes scaleBtn{
    to{transform: scale(2);opacity: 0;}
}



@media screen and (max-width: 1480px){
.isect1{background-position: center 4.7rem;padding-bottom:4rem;background-size: 120% auto;}
.btnStyle2{right: 12rem;}
.isect6 .video{width: 36%;}
}

@media screen and (max-width: 1280px){
.isect1{background-position: center 3.7rem;}
.isect2 .picScroll .container{clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);}
.isect2 .tabs li a{height: 2.6rem;}
.isect2 .textScroll{padding: 0.8rem 0 3.5rem;}
.isect2 .picScroll .btnStyle2{left: 0.6rem;}
.isect2 .textScroll .desc{height: 4.65rem; margin-bottom: 1rem;}
.isect4 .textScroll .dataList li{padding: 0 2rem;}
.isect4 .picScroll .btnStyle2{right: 15%;}
.isect4 .picScroll .swiper-slide .logo{left: 3rem;}
.isect1 .tabs{display: flex;}
.isect1 .tabs:after{display: none;}
.isect1 .tabs li{flex: 1;}
.isect1 .tabs li a{box-sizing: border-box;width: 100%;padding: 0.6rem 0;justify-content: center;line-height:0.8rem;}
.titleStyle{margin-bottom: 1rem;}
}


@media screen and (max-width: 1024px){
.isect1{background-position: center 2.8rem;}
.isect1 .tabs li a{padding: 0.5rem 0;display: block;text-align: center;}
.isect1 .tabs li a p{display: none;}
.isect1 .tabs .text{width: 100%;box-sizing: border-box;padding: 0 6px;}
.isect1 .tabs .icon{margin: 0 0 6px;}
.isect1 .innerScroll a{padding-bottom: 10rem;}
.isect1 .innerScroll ul li.active{flex: 23.26%;}
.isect1 .innerScroll a .hover{display: none;}
.isect1 .innerScroll .active a .text{opacity: 1;transform: translateY(0);}
.isect2 .tabs li a{display: block;text-align: center;height: auto;padding: 0.8rem 0;}
.isect2 .tabs li a .icon{margin: 0 0 6px;}
.isect5 .right dd{padding: 0.4rem 0;}

.isect3 .container ul li{width: 25%;}
}

@media screen and (max-width: 760px){
.isect1{background: #F6F6F6;padding-bottom: 2rem;}
.isect1 .tabs{display: block;overflow: hidden;}
.isect1 .tabs li{width: 25%;float: left;}
.isect1 .tabs li a{padding: 0.5rem 0;}
.isect1 .tabs li .icon{height: 1rem;}
.isect1 .tabs li h4{font-size: 13px;line-height: 16px;height: 32px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;white-space: normal;}
.isect1 .innerScroll{padding-bottom: 20px;padding-bottom: 40px;}
.isect1 .innerScroll ul{display: block;overflow: hidden;}
.isect1 .innerScroll ul li{width: 49%;margin: 0 0 2%;float: left;}
.isect1 .innerScroll ul li:nth-child(2n){float: right;}
.isect1 .innerScroll a{padding-bottom: 107.46%;}
.isect1 .innerScroll .btnStyle2{right: 20px;}
.isect1 .innerScroll .btnStyle2 .btn{width: 1.4rem;height: 1.4rem;line-height: 1.4rem;}
.isect1 .innerScroll .btnStyle2 .btn img{height: 6px;}
.isect1 .innerScroll .paginationStyle{bottom: 0;}

.isect2 .tabs ul{display: block;overflow: hidden;}
.isect2 .tabs ul li{width: 25%;float: left;}
.isect2 .tabs li a{padding: 0.5rem 0;}
.isect2 .wrap{padding-bottom: 0;}
.isect2 .textScroll{width: 100%;}
.isect2 .picScroll{width: 100%;height: auto;left: 0;top: 0;margin-left: 0;position: relative;}
.isect2 .picScroll .container .swiper-slide a{height: 0;padding-bottom: 47.86%;}
.isect2 .picScroll .btnStyle2{display: none;}
.isect2 .picScroll .container{clip-path: none;}
.isect2 .textScroll{padding: 1rem 0 3rem;}
.isect2 .textScroll .swiper-pagination{font-size: 2rem;}
.isect2 .textScroll .tit{padding-bottom: 0.3rem;margin-bottom: 0.6rem;}
.isect2 .textScroll .desc{margin-bottom: 0.6rem;}
.isect3{margin-bottom: 1rem;}
.isect3 .container{padding-bottom: 1rem;}
.isect3 .container .text{display: none;}
.isect3 .container a{padding-bottom: 43.5%;}
.isect3 .container .pic img{max-width: 75%;max-height: 75%;}
.isect3 .container a:hover .pic img{transform: scale(1);opacity: 1;}
.isect4{padding: 1rem 0 0;}
.isect4 .picScroll{position: relative;bottom: 0;right: 0;margin-right: 0;width: 100%;}
.isect4 .picScroll .container{clip-path: none;}
.isect4 .picScroll .swiper-slide a {padding-bottom: 50%;}
.isect4 .picScroll .btnStyle2{display: none;}
.isect4 .picScroll .swiper-slide .logo{left: 5%;top: 1rem;max-width: 4rem;}
.isect4 .textScroll{width: 100%;padding-bottom: 1rem;}
.isect4 .textScroll .desc{margin: 0.5rem 0;text-align: left;height: 4.65rem;}
.isect4 .textScroll .dataList{padding-top: 1rem;}
.isect4 .textScroll .dataList .data img{height: 0.7rem;}
.isect4 .textScroll .dataList li:nth-child(2){padding: 0;}
.isect4 .textScroll .dataList li{padding: 0;flex: 1;text-align: center;}
.isect5{padding: 1rem 0 0;}
.isect5 .title{margin-bottom: 1rem;display: block;}
.isect5 .tabs{padding-top: 0.3rem;}
.isect5 .tabs li{padding: 0 10px;}
.isect5 .tabs li.active a{padding-left: 0;color: #1574b1;}
.isect5 .tabs li a::before{display: none;}
.isect5 .more{display: none;}
.isect5 .left{width: 100%;}
.isect5 .right{width: 100%;padding-top: 0.5rem;}
.isect5 .right dd .tit{height: auto;max-height: 1.86rem;}
.isect5 .left .text{padding: 10px;}
.isect5 .left .text .tit{line-height: 0.77rem; height: 1.54rem;}
.isect5 .left li{width: 49%;padding-right: 0;}
.isect5 .left li:nth-child(2n){float: right;}
.isect6{padding: 1rem 0 3rem;}
.isect6::before{clip-path: none;}
.isect6 .video{display: none;}
.isect6 .wrap{width: 100%;}
.isect6 .logo{height: 0.7rem;}
.isect6 .slogan{margin: 1rem 0 0.3rem;height: 20px;}
.isect6 .dataList{margin: 0.5rem 0 1rem;}
.isect6 .dataList li{padding-left: 10px;}
.isect6 .dataList li .data{line-height: 1rem;}
.isect6 .dataList li .data span{font-size: 0.8rem;}
.isect6 .dataList li p{font-size: 12px;}


.isect2 .bgContainer a em{opacity: 0.4;}
.isect2 .picScroll,
.isect2 .textScroll .swiper-pagination,
.isect2 .textScroll .tit{display: none;}
.isect4 .textScroll .tit{text-align: center;}

.isect3 .container ul li{width: 33.33%;}

}

@media screen and (max-width: 468px){
.isect1{padding-bottom: 1rem;}

.isect3 .container ul li{width: 50%;}
}