body{font-size: 16px;} 
.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-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);}
.logoImg{ height: 50px;}
.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 dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--color)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{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 dl{ 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%); }
 

 
.h_nav{ height: 60px; width: 60px; background-color:var(--color); padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.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: #fff;      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); }
.h_nav.close{align-items: center; justify-content: center; }


.idxBan .swiper-slide{width: 100%; height: 100vh;   }
.idxBan .banImg{ }
.idxBan .swiper-slide .text{ position: absolute; z-index: 15; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.idxBan .swiper-slide .text .more .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxBan .swiper-slide .text .more:hover .round{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
.idxBan .swiper-slide.slide00 .text .tit span{ background:url(../images/b_text1.png) no-repeat center center / 100% 100%; font-size: 1.2em; margin: 0 1vw; width: 1.5em; height: 1.5em; display: inline-flex; align-items: center; justify-content: center;}
.idxBan .swiper-slide.slide00 .text { color: #333;}
.idxBan .button{ width: 100%; position: absolute; right: 0; bottom: 10%; z-index: 10; }
.idxBan .pagination .swiper-pagination-bullet{ background: #fff; opacity: 1; margin: 0 3px; width: 6px; height: 6px;}
.idxBan .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--color);}

.idxBan .slide01 .more,.idxBan .slide02 .more{display: none;}
.idxBan .slide01 .text{ padding: 20px 2vw; white-space: nowrap; text-align: center; left: 50%; top: 22%; transform-origin: top left; transform: scale(.7) translateX(-50%); /*background: linear-gradient(118deg,rgba(255,255,255,.6),transparent); border: 4px solid; border-image: linear-gradient(to right, #162eb5, #578aef) 1; */:; -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:;
}
.idxBan .slide01 .text .zwHeader{ display: none;}
/* ,.idxBan .slide02 .text .zwHeader */

.idxBan .slide02 .text { padding: 1vw; white-space: nowrap; left: 50%; top: 50%; transform-origin: top left; transform:scale(.7)  translate(-50%,-50%); -webkit-transform:scale(.7)  translate(-50%,-50%); -moz-transform:scale(.7)  translate(-50%,-50%); -ms-transform:scale(.7)  translate(-50%,-50%); -o-transform:scale(.7)  translate(-50%,-50%); }

/* .idxBan .slide02 .text .tit{ font-size: clamp(1.125rem, 0.7rem + 2.13vw, 3.25rem);} */
.idxBan .slide02 .text .tit::before,.idxBan .slide02 .text .tit::after{
	display: block;
	  content: '';
	  position: absolute;
	 
	  height: 50%;
	  width: 100%;
	 
  }
  .idxBan .slide02 .text .tit::before{
	background: url(../images/leftTop.png) no-repeat left top / auto 100%;
	left: -2em;
	top: -0.3em;
  }
  .idxBan .slide02 .text .tit::after{
	background: url(../images/rightBot.png) no-repeat right top / auto 100%;
	right: -2em;
	bottom: -0.3em;
  
  }
  

.idxBanScoll{ width: 6vw; height: 6vw; }
.idxBanScoll img{ animation: previewShapeY 15s linear infinite; -webkit-animation: previewShapeY 15s linear infinite;   }
.idxBanScoll::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/ScrollDownScrollDownScrollDown.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }
.idxBan .idxBanScoll{ position: absolute; z-index: 25;  right: 5vw;  z-index: 20; bottom: 0;}

.kuai{ width: 8px; height: 8px;}
.idxMore .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxMore:hover .round{ transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }
 

.idxProEng{ font-size: 16.6vw; position: absolute; bottom: -1vw; left: 50%; -webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to bottom, #ededed, #f5f5f5);
    transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.proSwiper .img{ width: 100%; height: 0; padding-bottom: 120%; }
.proSwiper .swiper-slide .text{ display: none;}
.proSwiper .swiper-slide-active .text{ display: block;}
/* .proSwiper .swiper-slide .right { transform: scale(.5); width: 60%; -webkit-transform: scale(.5); -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); }
.proSwiper .swiper-slide-active .right{  width: 45%;  } */
.proSwiper .swiper-slide  {  background: transparent; }
.proSwiper .swiper-slide-active .con{ opacity: 1;  }
 

.proSwiper .swiper-slide-active .floatImg{ opacity: 0; z-index: -1;}
.floatImg{ width:40% ; height:16vw ; 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%); }
.swiperBtn:hover{ background: var(--color); color: #fff;}

.idxPro .button{ position: absolute; right: 18%; bottom: 10%; z-index: 10;}

.idxPan{ background: url(../images/idxPanBg.jpg) no-repeat center center / cover;}
.idxPan .title{ width: 18.7%;}
.idxPan .more .round{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxPan .more:hover .round{ transform: rotate(0); }
 

.idxAbout{ background: url(../images/idxAboutBg.png) no-repeat center top / 100% auto;}

.numUl li .Shu{-webkit-box-reflect: below -15px linear-gradient(transparent, rgba(0, 0, 0, 0.1));}
.idxAboutCon .right{ border-radius: 20px 0 0 20px; -webkit-border-radius: 20px 0 0 20px; -moz-border-radius: 20px 0 0 20px; -ms-border-radius: 20px 0 0 20px; -o-border-radius: 20px 0 0 20px; }
@keyframes ripple-wave{
    to {
        box-shadow: 0 0 0 15px rgba(22,53,255, 0.1),0 0 0 30px rgba(22,53,255, 0.1),0 0 0 45px rgba(22,53,255, 0.02);
    }
}
.idxAboutvideo .paly{
	z-index: 20;
	width: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:  translate(-50%,-50%);
	cursor: pointer;
	background:rgba(22,53,255, 0.8) ;
	border-radius: 50%;
	height: 80px;
	box-shadow: 0 0 rgba(22,53,255, 0.1),0 0 0 15px rgba(22,53,255, 0.1),0 0 0 30px rgba(22,53,255, 0.1);
	animation: ripple-wave 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	-webkit-animation: ripple-wave 1s linear infinite;
	-webkit-transform:  translate(-50%,-50%);
	-moz-transform:  translate(-50%,-50%);
	-ms-transform:  translate(-50%,-50%);
	-o-transform:  translate(-50%,-50%);
}

.w31{ width: 31%;}
.idxNewsSwiper .swiper-slide{ height: auto;}
.idxNewsItem .img{ width: 100%; height: 0; padding-bottom: 57%;}
.idxNewsItem .tit{ height: 4em;}
.idxNewsItem:hover .more{ background: var(--color); color: #fff; padding: 0 15px;}
.idxNewsItems{ height: 48%;}
.idxNewsItems + .idxNewsItems{ margin-top: 4%;}
 
.idxGbook{ background: url(../images/idxGbookBg.jpg) no-repeat left bottom / cover;}
footer{ background: url(../images/footBg.jpg) no-repeat center center / cover; color: #fff;}
.footerForm .keys{ background: rgba(37,45,54, 0.64);}

footer a:hover{ color: rgba(255, 255, 255, .8);}
.ewmBox .img{ padding: 8px;  background: url(../images/ewmBg.png) no-repeat center center / 100% 100%; width: 135px;}
.ewmImg{ width: 135px;}

/*height: 100vh;*/
.neiBanImg{ width: 100%;  object-fit: cover; min-height: 320px;}
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background:rgba(0,0,0,.32) }
.neiBanBot{ position: absolute; left: 0; bottom: 0; z-index: 10;} 

.neiBan .text{ position: absolute; text-align: center; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 15; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.neiBan .ScroolBox{ position: absolute; left: 50%; width: 2.6vw; min-width: 25px; z-index: 10; transform: translateX(-50%) ; bottom: 10%; -webkit-transform: translateX(-50%) ; -moz-transform: translateX(-50%) ; -ms-transform: translateX(-50%) ; -o-transform: translateX(-50%) ; }
.ScroolIcon{ animation: ani-svg 1s linear 0s alternate infinite; -webkit-animation: ani-svg 1s linear 0s alternate infinite; }

.Introduction{ background: url(../images/Introductionbg.png) no-repeat left bottom / 100% auto;}
.proLeft{ width: 20%;} .proRight{ width:80%;}
.proTitle{ background: url(../images/proTitleBg.jpg) no-repeat center center / cover;}
.wapProTitle.on .icon-arrow-double-right{ transform:rotate(90deg) ; -webkit-transform:rotate(90deg) ; -moz-transform:rotate(90deg) ; -ms-transform:rotate(90deg) ; -o-transform:rotate(90deg) ; } 

.proClassUl{ position: sticky; left: 0; top: 3vw;}
.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;}


.prolsit{ display: grid; grid-gap: 3vw  1.8vw; grid-template-columns: repeat(3,1fr);}
.prolsit li {min-width:0}
.prolsit li .img{ padding-bottom: 88%; height: 0; width: 100%;}
.prolsit li .more{ position: absolute; right: 0; top: 0; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }
.prolsit li:hover .more{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.proInfo{ background: url(../images/proInfoBg.jpg) no-repeat center center / cover;}
.proInfo .img{ width: 100%; height: 0; padding-bottom: 80%;}

.proInfoCenter{ background: url(../images/proInfoCenterBg.jpg) no-repeat center top / 100% auto;}

/* .proinfoLeft{ width: 300px;} */

 
 

.proLine{ height: 1px; background: #e5ecf4;}
.prodetail .button a:first-child{border: #ea5d32;}

.proRightNav a{ height: 3.3em; padding-left:2vw;}
.proRightNav a::after{ display: block; content: ''; width:0; transition: all .36s; height: 100%; position: absolute;left: 0; top: 0; background:#fff ; box-shadow: 0 0 5px rgba(22,53,255, 0.05); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.proRightNav a::before{ display: block; content: ''; width:3px; transition: all .36s; height: 0; z-index: 10; position: absolute; left: 0; top: 0; background:var(--color); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }

.proRightNav a.on::after,.proRightNav a:hover::after{  width: 100%;}
.proRightNav a.on::before,.proRightNav a:hover::before{  height: 100%;}
.proRightNav a.on ,.proRightNav a:hover{font-weight: bold; color: var(--color);}
.h20{height: 20px;}
.proInfoRight{ position: sticky; right: 0; top: 2vw; }

.tjproSwiper .swiper-slide{ height: auto;}
.tjproSwiper .img{ width: 100%; height: 0; padding-bottom: 80%;}

.tjprBox .button .prev,.tjprBox .button .next{ width: 100px;}
/* .tjprBox .button .icon { filter: grayscale(100%); transition:all 0s ; -webkit-transition:all 0s ; -moz-transition:all 0s ; -ms-transition:all 0s ; -o-transition:all 0s ; } */
.tjprBox .button .prev:hover,.tjprBox .button .next:hover{ background: var(--color);}
.tjprBox .button .prev:hover .icon,.tjprBox .button .next:hover .icon{filter: grayscale(100%) brightness(500%); }
.tjprBox .pagination{ width: 30vw; height: 5px; background: #e1e1e1; position: relative; left: auto; right: auto; top: auto; bottom: auto;}


.appBg{ background: url(../images/appBg.jpg) no-repeat center top  #f8f8f8 ; background-attachment: fixed; background-size: 100% auto;}

.applist li .img{ width: 100%; height: 0; padding-bottom: 66.4%;}
.applist li .idxMore{ position: absolute; right: 0; bottom: 0; z-index: 10; transform: translateY(-5vw); opacity: 0; -webkit-transform: translateY(-5vw); -moz-transform: translateY(-5vw); -ms-transform: translateY(-5vw); -o-transform: translateY(-5vw); }
.applist li:hover .idxMore{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }

.applist li{ float: left;}
.applist li:nth-child(2n){ float: right;}
.applist li:nth-child(2){ margin-top: 10vw; }

.messages::after{ display: block; content: ''; width: 100%; height:80%; position: absolute; left: 0; top: 0; background: url(../images/messagesBg.jpg) no-repeat center top / cover }



.newslist{ display: grid; grid-gap: 1.8vw; grid-template-columns: repeat(3,1fr);}
.newslist li {min-width:0}

.infoBg{ background: url(../images/infoBg.jpg) no-repeat center top #f5f5f5; background-size:  100% auto;}

.aboutNumUl li:first-child{ margin-top: 0;}
.aboutNumUl li .Shu{-webkit-box-reflect: below -15px linear-gradient(transparent, rgba(0, 0, 0, 0.1));}


.honor{ background: url(../images/honorBg.jpg) no-repeat center bottom / 100% auto;}
.honorSwiper .img{ width: 100%; height: 0; padding-bottom: 117%;}