body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:84vw;   margin: 0 auto;  }
.pl-inner{ padding-left: 8vw;}
.pr-inner{ padding-right: 8vw;}
.ml-inner{ margin-left:8vw;}
.mr-inner{ margin-right: 8vw;}

.zwHeader{ height: 90px;}
.zw{ margin-top: -90px; padding-top: 90px;}

.h-40{ height: 40px;}.w-40{ width: 40px; }
.h-50{ height: 50px;}.w-50{ width: 50px; }
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}

header{ position: fixed; width: 100%; left: 0; top: 0; z-index: 100;}
header.scroll { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
 
header .con{padding-left: 8vw;padding-right: 8vw;}
.logoImg{ height:79px;}
.footLogo{ height: 70px;}
.oneNav{ line-height:90px; white-space: nowrap; display: block; padding: 0  1.3vw; font-size: 18px;  }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--color); transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
/* nav li{ position: relative;} */
nav>li.on .oneNav span ,nav>li:hover .oneNav span { color: var(--color);}
nav>li.on .oneNav span::after,nav>li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav:hover>li:not(:hover) .oneNav{ color: #333; }
nav:hover>li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }

nav>li .navSlideDown2{position:absolute;text-align: center;  min-width: 150px; top:100%;left:50%; background:#fff;  }
nav>li .navSlideDown2 dd{white-space: nowrap; }
nav>li .navSlideDown2 dd:last-child{border-bottom:0}
nav>li .navSlideDown2 dd a{ padding: 0 20px;  line-height: 3.2em; color:#333!important; font-weight: normal!important;   display:block }
nav>li .navSlideDown2 dd:hover{background:var(--color)}
nav>li .navSlideDown2 dd:hover a{color:#fff!important;}
 
nav>li .navSlideDown2{ pointer-events: none; visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateX(-50%) translateY(20px); -ms-transform: translateX(-50%) translateY(20px); -o-transform: translateX(-50%) translateY(20px); -webkit-transform: translateX(-50%) translateY(20px); -moz-transform: translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav>li:hover .navSlideDown2{ pointer-events: auto; visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 

nav>li .navSlideDown{ width: 100%; position: absolute; left: 0; top: 100%;background:#fff; 
    box-shadow: inset 0px 5px 10px rgb(0 0 0 / 15%);
 }
   nav  li .navSlideDown{ pointer-events: none; visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:  translateY(20px); -ms-transform:  translateY(20px); -o-transform:  translateY(20px); -webkit-transform:  translateY(20px); -moz-transform:  translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover .navSlideDown{ pointer-events: auto; visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); }
  .firstNavUl{ min-height:calc(55vh + 40px) !important;}
 
  .navSlideDown ul{ min-height: 55vh;}
 .h-90{ height: 90px;}.imgHeight2{  height: 2em;}
.firstNavUl{ width: 16vw;}
.firstNav>div.item i{ display: block; content: ''; width: 3em; height: 2px; position: absolute; left: 0; bottom: -1px; background:var(--orange)}


.secondNavUl{ position: absolute; left: 100%; top: 0;}
.secondNav{ width: 26vw;}
.secondNavIcon{ filter: grayscale(100%); -webkit-filter: grayscale(100%); }
.secondNav>a:hover .secondNavIcon{ filter: none; -webkit-filter: none; }
.thirdNavUl{ position: absolute; left: 100%; top: 0;}
.thirdNav{ width: 26vw;}
.fourthNavUl{ position: absolute; left: 100%; top: 0; width: 28vw;}
 
.firstNavUl ul{ display: none;}
.firstNavUl li:hover>ul{ display: block;}
.thirdNavUl li:hover>ul{ display: block;}
 .linka-orange a:hover{ color: var(--orange);}

/* .fourthNavUl{display: grid; grid-gap:0 10px; grid-template-columns: repeat(2,1fr);} */
.navshows .secondNavUl { display: block;}
.navshows .secondNavUl .secondNav:first-child .thirdNavUl{ display: block;}
.navshows .secondNavUl .secondNav:first-child .thirdNavUl .thirdNav:first-child .fourthNavUl{ display: block;}





.firstNavUl:hover   .firstNav:not(:hover) .secondNavUl{ display: none !important;}
.firstNavUl:hover  .secondNavUl:hover .secondNav:not(:hover) .thirdNavUl{ display: none !important;}
.thirdNavUl:hover .thirdNav:not(:hover) .fourthNavUl{ display: none !important;}


 

.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #333;  transition: .8s; display:inline-block;       }
header.scroll .h_nav .burger,header:hover .h_nav .burger{ background: #333;}
.h_nav .burger:nth-of-type(2){  width:66%;}
  /* .h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }

.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }   */
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #333;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }
.nav{ padding-bottom: 60px; width: 100vw; display: none; height:  130vh ; animation: leftFloat .8s; transition:all .6s ; background: #fff; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; -webkit-animation: leftFloat .8s; }
.nav.show{  display: block; }
.nav li.go-child{ border-top: 1px solid rgba(0, 0, 0, 0.15); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(0, 0, 0, 0.15); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #fff; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #efefef; width: 1px; }


.headerSearch .keys{ width: 16vw;}
.idxBanImg{ width: 100%; min-height: 360px; object-fit: cover; max-height: 100vh; width: 100%;}

.idxBan .swiper-slide::after{ display: block; content: ''; width:60%; height: 100%; position: absolute; left: 0; top: 0; background:linear-gradient(to right,rgba(0,38,94,.88),transparent); }
.idxBan .swiper-slide .text{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  z-index: 5;}

.idxMore .left{ height: 53px;}
.idxMore .right{ width: 40px; height: 40px; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxMore:hover .right{ right: 0; height: 100%; width: 100%; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
.idxMore:hover .right .icon-youjiantou{ opacity: 0;}
.idxMore:hover{ color: var(--orange);}

.idxMore.border-white:hover{ color: #fff; border-color: var(--orange);}
.idxMore.color-color:hover{color:#fff;}
.idxMore.color-orange:hover{color:#fff;}

.banLogo{ position: absolute; right: 0; bottom: 0; z-index: 10; width: 38%;}

.idxWhy{ background: url(../images/idxWhyBg.jpg) no-repeat center top / 100% auto;}
.idxWhySwiper .img{  width: 100%; height: 0; padding-bottom:76% ;}
.idxWhySwiper .img::after{ display: block; content: ''; width: 100%; height: 50%; z-index: 5; position: absolute; left: 0; bottom: 0;background:linear-gradient(to top,rgba(0,38,94,.5),transparent); }
.idxWhySwiper .img .text{  position: absolute; bottom: 0; right: 0; z-index: 10;}
.idxWhyUl li .idxWhyUlIcon{ transition: all 0s; filter: grayscale(100%); -webkit-filter: grayscale(100%); -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.idxWhyUl li.on .tit{ color: var(--orange);}
.idxWhyUl li.on .idxWhyUlIcon{ filter: none; -webkit-filter: none; }

.idxThereUl{ display: grid; grid-gap: 0; grid-template-columns: repeat(3,1fr);}
.idxThereLogo{ max-height: 100%;}
.idxThereUl li:nth-child(1){ color: #fff; background: url(../images/idxThereUlBg01.jpg) no-repeat center center / cover;}
/* .idxThereUl li:nth-child(1) .idxThereIcon{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); } */
.idxThereUl li:nth-child(2){ background: url(../images/idxThereUlBg02.jpg) no-repeat center center / cover;}

.authenticationSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 120%;}

.honor .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 120%;}

.idxCompleteUl li .img{ width: 100%; height: 0; padding-bottom: 41%;}
.idxCompleteUl li .bg{background:linear-gradient(to bottom,#d3e1f3 , #fff 66%, #fff);}
 
.idxCompleteUl li .center .items  .item:last-child{ margin-right: 0;}

.idxCompleteUl li .subTit span::after{ display: block; content: ''; width: .4vw; height: 100%; position: absolute; left: -1.1vw; top: 0; background:var(--orange) }
.idxCompleteUl li .subTit.ss span::after{   background:var(--color) }


.idxCompleteUl li:nth-child(2){ border-left: 1px solid #e9ebed;}
.idxCompleteUl li:nth-child(2) .pl-inner{ padding-left:2vw ;}

.idxCompleteUl li:nth-child(2) .idxMore.bg-orange{ background: transparent; border: 1px solid var(--color); color: var(--color);}
.idxCompleteUl li:nth-child(2) .idxMore.bg-orange .right{ background:var(--color) ;color:#fff;}
.idxCompleteUl li:nth-child(2) .idxMore.bg-orange:hover{ color:#fff;}
/* .idxCompleteUl li:nth-child(2) .idxMore.border-orange{ border-color: var(--color);} */
/* .idxCompleteUl li:nth-child(2) .idxMore.bg-orange:hover{ color: var(--color);} */

.idxSolutionUl{ display: grid; grid-gap: 2.3vw; grid-template-columns: repeat(3,1fr);}
.idxSolutionUl li .idxSolutionUlIcon{ filter: grayscale(100%); -webkit-filter: grayscale(100%); }
.idxSolutionUl li .desc{ height: 14em;}
.idxSolutionUl li::after{ display: block; content: ''; width: 100%; height: 42%; opacity: 0; transition: all .36s; position: absolute; left: 0; bottom: 0; background:url(../images/idxSolutionUlBg.jpg) no-repeat center bottom / cover ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
/* .idxSolutionUl li:hover::after{ height: 100%; opacity: 1;}
.idxSolutionUl li:hover div{ color: #fff;}
.idxSolutionUl li:hover .idxSolutionUlIcon{ filter: grayscale(0); -webkit-filter: grayscale(0); }
.idxSolutionUl li:hover .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(45deg, #3f8bf8, #81caff);}
.idxSolutionUl li:hover .idxMore{ background: #fff; border-color: #fff; color: #333;} */
.idxSolutionUl li.on{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.idxSolutionUl li.on::after{ height: 100%; opacity: 1;}
.idxSolutionUl li.on div{ color: #fff;}
.idxSolutionUl li.on .idxSolutionUlIcon{ filter: grayscale(0); -webkit-filter: grayscale(0); }
.idxSolutionUl li.on .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(45deg, #3f8bf8, #81caff);}
.idxSolutionUl li.on .idxMore{ background: #fff; border-color: #fff; color: #333;}
.idxSolutionUl li .idxMore:hover{ color: #fff !important;}

.idxContact .text{position: absolute; bottom: 0; left: 0; z-index: 10;background: url(../images/idxContactTextBb.png) no-repeat top right / 100% 100%;}
.idxContact .text .more{ position: absolute; top: 0; right: 0; }
.idxContact .text .more:hover{ background: var(--color); transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

.idxServiceUl{ display: grid; grid-gap:1.3vw; grid-template-columns: repeat(4,1fr);}
.idxServiceUl li::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; left: 0; top: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxServiceUl li .pic{ width: 65%; position: absolute; right: 0; top: 0;}
.idxServiceUl li .pic .idxServiceIcons{ width: 14.4%; position: absolute; right: 26%; top: 30%;}
.idxServiceUl li .img{ height: 8.4vw;}
.idxServiceUl li .text{ height: 12em;}
.idxServiceUl li .icon02{ display: none;}
.idxServiceUl li.on::after { height: 100%;}
.idxServiceUl li.on{ background: var(--color); color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.idxServiceUl li.on .pic .idxServiceIcons{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }
.idxServiceUl li.on .more .bg-white{ background: var(--orange);}
 

footer{ background: url(../images/footerBg.png) no-repeat top 15% right   #00265e; background-size: 84% auto;  color: #fff;}
.drop-txt{ background: rgba(255, 255, 255, .12); width: 100%; height: 60px;  }
.drop-txt::after{ display: block;   content: "\eb6d";  transition: all .36s; font-family: "iconfont" !important; position: absolute; right: 20px;}
.drop-downs ul{ position: absolute; bottom: 60px; left:0;  min-width: 100%; background: #fff; z-index: 10; color: #333; white-space: nowrap; display: none;  }
.drop-downs ul li + li{ border-top: 1px solid #e5e5e5;}
.drop-downs ul a{ font-size: 14px; padding: 5px 10px;   display: block; line-height: 2.4;}
.drop-downs ul a:hover{ background: var(--color) ; color: #fff;}
.drop-downs:hover ul{ display: block;}
.drop-downs:hover .drop-txt::after{transform: rotate(180deg);}

footer a:hover{ color: rgba(255, 255, 255, .8);}

.neiBanImg{ width: 100%; min-height:260px; object-fit: cover; max-height: 100vh; width: 100%;}
.neiBan .text{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }

.proLeft{ width: 26%;}
.proRight{ width: 74%;}

@media screen and (min-width:900px) {
  .bbpp{ position: sticky; left: 0; top: 100px;}

}

.proClassUl .bottom {width: 100%; margin: 0 auto; border-radius: 15px;}
.proClassUl .icon-arrow-right-bold{ font-size: 1em;}
.proClassUl li .bottom{ padding-top: 35px; margin-top: -30px; display: none;}
.proClassUl li .bottom .on{ color: var(--color);}

.proClassUl li.on .top{ background: var(--color); color: #fff;}
.proClassUl li.on .top .icon-arrow-right-bold::before{content: "\e689";}
.proClassUl li i{color: #888888; opacity: 0.5; font-size: 14px;}
.proClassUl li.on i{color: #fff;  opacity: 1;}

.prolist{ display: grid; grid-gap: 2vw; grid-template-columns: repeat(2,1fr);}
.prolist li .desc{ height: 15em;}
.prolist li .idxMore:hover{ color: #fff;}
.prolist li .pic{ max-width: 50%; max-height: 70%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

.proDetailTop{ background: url(../images/proDetailTopBg.jpg) no-repeat center bottom / 100% auto;}

.proDetailTopSwiper .img{ width: 100%; height: 0; padding-bottom: 78%; background: url(../images/proDetailTopSwiperBg.jpg) no-repeat center center / cover;}
.proDetailTopBox .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.proDetailTopBox .btn:hover{ background: var(--color); color: #fff;}
.proDetailTopBox .prev{ left: 1vw;}
.proDetailTopBox .next{ right: 1vw;}


.proDetailTopRightUl li{ background: url(../images/duiIcon.png) left top  .18em no-repeat; background-size: auto 1em; padding-left: 1.5em;}
.proDetailTopRightUl li + li{ margin-top: .5em;} 
.proDetailTopRight .button{ border: 2px solid var(--color);}
.proDetailTopRight .button .border-right-color{ border-width: 2px;}

.parameter{ background: url(../images/parameterBg.jpg) no-repeat center top / 100% auto;}
.parameter table tr td{  line-height: 4; background: #f2f5f8; padding-left: 6vw; white-space: nowrap; }
.parameter table tr:nth-child(2n) td{ background: #fff;}
.parameter table tr td:first-child{ background: var(--color); color: #fff; text-align: center; padding: 0 1em;}

.features{ height: 30vw; min-height: 260px; background: url(../images/featuresImg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.features::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.featuresUl{ position: absolute; left: 0; bottom: 0;}
.featuresUl li{ flex: 1;}
.featuresUl li:last-child{ border-right: none;}


.scenariosSwiper .swiper-slide{ transform: scale(.7); -webkit-transform: scale(.7); -moz-transform: scale(.7); -ms-transform: scale(.7); -o-transform: scale(.7); }
.scenariosSwiper .swiper-slide-active{ transform: scale(1); z-index: 10; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.scenariosSwiper .img{ width: 100%; height: 0; padding-bottom: 60%;}
.scenariosSwiper .swiper-slide::after{ display: block; content: ''; z-index: 8; width: 100%; height: 50%; position: absolute; left: 0; bottom: 0; background:linear-gradient(to top,rgba(0,38,94,.65),transparent); }
.scenariosSwiper .swiper-slide .text{ opacity: 0; position: absolute; left: 0; bottom: 0; z-index: 10;}
.scenariosSwiper .swiper-slide-active .text{  opacity: 1;}

.scenariosSwiper .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.scenariosSwiper .btn:hover{ background: var(--color); color: #fff;}
.scenariosSwiper .prev{ left: 19.5%;}
.scenariosSwiper .next{ right: 19.5%;}

.dataDownUl{ display: grid; grid-gap: 3vw; grid-template-columns: repeat(3,1fr);}
.dataDownUl li{ height: 12.5vw;}
.dataDownUl li .pic{ width: 50%; position: absolute; right: 0; top: 0; z-index: 3;}
.dataDownUl li .pic .idxServiceIcons{ width: 14.4%; position: absolute; right: 26%; top: 30%;}
.dataDownUl li .more .round{ width: 2.2em; height: 2.2em;}
.dataDownUl li::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; left: 0; top: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.dataDownUl li:hover::after { height: 100%;}
.dataDownUl li:hover{  color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.dataDownUl li:hover .pic .idxServiceIcons{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }
.dataDownUl li:hover .more .bg-white{ background: var(--orange);}

.solutionOne{ background: url(../images/solutionOneBg.jpg) no-repeat center top / 100% auto;}
.solutionTwo table tr td{    background: #fff; white-space: nowrap; border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; padding: 2em 1em 2em 2em;  min-height: 4em;}
.solutionTwo table tr td:first-child{  background: #f0f6ff; }
.solutionTwo table tr:first-child td{  background: var(--color); color: #fff; padding: 1em 1em 1em 2em; }
.solutionTwo table tr td:last-child{ border-right: none;}
.solutionTwo table tr:last-child td{ border-bottom: none;}

.solutionThere li{ width: 14%; height: 26.7vw;}
.solutionThere li .text .desc{  display: none;}
.solutionThere li.on{ width:55.6% ;}
.solutionThere li::after{ display: block; content: ''; z-index: 2; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.solutionThere li .text{ position: absolute; left: 0; bottom: 0; z-index: 10;}
.solutionThere li.on .text{ text-align: left; padding-left: 2.6vw;}
.solutionThere li.on .text .desc{  display: block;}

.solutionThereUl3 li{ width: 20%;  }
.solutionThereUl3 li.on{ width:57% ;}

.solutionThereUl2 li{ width: 30%;  }
.solutionThereUl2 li.on{ width:68% ;}


.solutionFourSwiper .img{ width: 100%; height: 0; padding-bottom: 65%;}

.technicalUl{ display: grid; grid-gap: 2.6vw; grid-template-columns: repeat(2,1fr);}
.technicalUl li{ height: 12.5vw;}
.technicalUl li .pic{ width: 30%; position: absolute; right: 0; top: 0; z-index: 3;}
.technicalUl li .pic .idxServiceIcons{ width: 14.4%; position: absolute; right: 26%; top: 30%;}
.technicalUl li .more .round{ width: 2.2em; height: 2.2em;}
.technicalUl li::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; left: 0; top: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.technicalUl li:hover::after { height: 100%;}
.technicalUl li:hover{  color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.technicalUl li:hover .pic .idxServiceIcons{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }
.technicalUl li:hover .more .bg-white{ background: var(--orange);}


.contactBg{ background: url(../images/contactBg.jpg) no-repeat center top / 100% auto;}
.mapBox{ height: 66vh;}
.contactMessages{ background: url(../images/contactMessagesBg.jpg) no-repeat center center / cover;}

.sunNav{ box-shadow: 0 0 10px rgb(0 0 0 / 15%);}
.sunNav a{flex: 1;}
.sunNav a.on{ background: var(--color); color: #fff;}

.aboutBg{ background: url(../images/aboutBg.jpg) no-repeat center top / 100% auto;}
.valueUl li::after{ display: block; content: ''; width: 100%; height: 6px; position: absolute; left: 0; top: 0; background:var(--color) }
.valueUl li:nth-child(2)::after{ background: var(--orange);}
.valueUl li:nth-child(3)::after{ background: var(--red);}

.control .img::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:linear-gradient(to right,rgba(0,38,94,.8),transparent);}
.control .img .text{ position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.controlImg{ min-height: 180px; width: 100%; object-fit: cover;}

.worth{ background: url(../images/worthBg.jpg) no-repeat center bottom / 100% auto;}
.shareholderUl li:nth-child(2) .pl-inner{ padding-left: 2.6vw;}
.shareholderUl li:nth-child(1) .pr-inner{ padding-right: 2.6vw;}

.systemUl{ display: grid; grid-gap: 1.6vw; grid-template-columns: repeat(3,1fr);}
.systemUl li::after{ display: block; content: ''; width: 100%; height: calc(100% - .5vw); position: absolute; left: 0; top: .5vw; background:#fff ; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }

.platformUl{ display: grid; grid-gap: 1vw; grid-template-columns: repeat(4,1fr);}
.platformUl li:last-child .platformRight{  display: none;}
.platformRight{ width: 1.5vw;}
.platformLeft,.platformRight{ position: absolute;  height: 60%; top: 20%; }
.platformLeft {  right: calc(100% + 1vw); }
.platformRight {  left: calc(100% + 1vw); }


.newslist{ display: grid;grid-gap: 3.3vw;grid-template-columns: repeat(3,1fr);}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 65%;}
 
.newslist li:hover .more{ letter-spacing: 2px;}

.newsLeft{ width: 65%;}
.newsRight{ width: 31%;}
.newsRight .tit::after{ height: 1em; width: 6px; background: var(--color); display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.newsRightUl{ position: sticky; right: 0; top: 15px;}
.newsRightUl a .img{ width: 185px; height: 115px;}
.newsRightUl a .img img{ width: 100%; height: 100%; object-fit: cover;}
.newsRightUl a .text{ width: calc(100% - 204px);}
.newsRightUl a:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.honorTop button:hover{ background: var(--orange); color: #fff;}
.honorTop button{ position: absolute; top: 50%; transform:translateY(-50%) ; z-index: 10; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.honorTop .prev{ right: calc(100% + 1vw);}
.honorTop .next{ left: calc(100% + 1vw);}

.honorBottom button:hover{ background: var(--orange); color: #fff;}
.honorBottom button{ position: absolute; top: 50%; transform:translateY(-50%) ; z-index: 10; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.honorBottom .prev{ right: calc(100% + 1vw);}
.honorBottom .next{ left: calc(100% + 1vw);}

.honor .swiper-button-disabled{ opacity: 0;}

.honorPageBot{ background: url(../images/honorPageBotBg.jpg) no-repeat center top / cover;}
.searchlist li::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background-color: var(--color); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.searchlist li .left{ width:70% ;}
.searchlist li .right{ width: 70px; height: 70px;}
.searchlist li:hover::after{ width: 100%;}
.searchlist li:hover .right{ background-color: var(--orange); color: #fff; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.pop{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; display: none;}
.pop .bg{ z-index: 1; background: rgba(0, 0, 0, .6);}
.pop .con{ width: 90%; max-width: 900px;position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  z-index: 5;}
.pop .con .iconfont{ position: absolute; right: 0; top: 0; transform: rotate(45deg);}
.pop .con .iconfont:hover{ color: var(--red);}