body{font-size: 16px; overflow-x: hidden;} 
.inner{ width:90vw;   margin: 0 auto;  }
.pl-inner{ padding-left: 5vw;}
.pr-inner{ padding-right: 5vw;}
.ml-inner{ margin-left: 5vw;}
.mr-inner{ margin-right:5vw;}

.zw{ margin-top: -90px; padding-top: 90px;}
.zwHeader{ height: 90px;}

header{ position: fixed; left: 0; right: 0; top: 0; z-index: 100; color: #fff;}
header .con{ padding: 0 1.5vw;}
header .icon02{ display: none;}
.logoImg{ height: 50px;}
.oneNav{ line-height:90px; white-space: nowrap; display: block; padding: 0 2vw; font-size: 18px; font-weight: bold;}
.oneNav span { position: relative; z-index: 5   ;}
.oneNav span::after{ width: calc(100% + 40px); height: 220%; left: -20px; bottom: -60%; border-radius:40px; display: block; content: ''; background:var(--orange);  z-index: -1; transform:scale(1,0) ; position: absolute;  -webkit-transform:scale(1,0) ; -moz-transform:scale(1,0) ; -ms-transform:scale(1,0) ; -o-transform:scale(1,0) ; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; }
nav li{ position: relative;}
nav li:last-child .oneNav{ padding-right: 0;}
nav li.on .oneNav span ,nav li:hover .oneNav span{ color: #fff;}
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 span{ 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%); }
 
.lanBtn{ height: 90px;}
.lanBtn dl{ line-height: 40px; position:absolute;text-align: center;  width:100px;  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); }
.lanBtn dl a{ display: block; border-bottom: 1px solid #e5e5e5;}
.lanBtn dl a:hover{ background: var(--color); color: #fff;}
.lanBtn 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; }
.lanBtn: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%); }

header.scroll{ box-shadow: 0  0 15px rgba(0,0,0,.15);}
header::after{ position: absolute; left: 0; bottom: 0; display: block; content: ''; transition: all .36s; width: 100%; height:  0;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header.scroll,header:hover,header.index{  color: #333;}
header.scroll::after,header:hover::after,header.index::after{    background-color: #fff;  height: 100%;}
header.scroll .icon01,header:hover .icon01,header.index .icon01{  display: none;}
header.scroll .icon02,header:hover .icon02,header.index .icon02{  display: block; }
header.scroll .oneNav  span::after,header:hover .oneNav  span::after,header.index .oneNav  span::after{ background: var(--color); }
header.scroll .on .oneNav  ,header:hover .on .oneNav   ,header.index .on .oneNav   { color: #fff }

header.index{ top: 40px; width: calc(100% - 3vw); left: 1.5vw; border-radius: 80px; -webkit-border-radius: 80px; -moz-border-radius: 80px; -ms-border-radius: 80px; -o-border-radius: 80px; }
header.index::after{border-radius: 80px; }

 

.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:; }
.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); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }

.nav{ color: #fff !important; padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%); background-color: var(--color); position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); 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(255, 255, 255, 0.25); 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: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }



.idxBanImg{ animation: swiper_img_move 8s linear 0s 1 normal both; width: 100vw; height: 100vh; object-fit: cover; min-height: 360px; -webkit-animation: swiper_img_move 8s linear 0s 1 normal both; }
.idxBan .banBg{ position: absolute; height: 100%;  right: 0; top: 0; z-index: 5;  width: 62%;}
.idxBan .text{ position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

.idxBanScoll{ width: 110px; height: 110px; }
.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;}
.idxBan .btn{ position: absolute; left: 5vw; bottom: 0; z-index: 20;}
.mySwiperBtn{ width: 66px; height: 66px;}
.mySwiperBtn:hover { background: var(--orange); border-color: var(--orange);}

.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center bottom / cover; background-attachment: fixed;}
.idxAbout::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(255,255,255,1) }
.line-height1-2{ line-height: 1.2;}
.idxAboutLogo{ position: absolute; bottom: 0; z-index: 5; width: 93vw; left:3.5vw ; bottom: -4vw;}
.idxAbout .round{ width: 30vw; height: 30vw;}
.idxAbout .round i:before { content: ''; position: absolute; left: 0; top: 0;  border: 1px solid var(--orange); width: 100%;height: 100%;  border-radius: 50%;  opacity: 0}
.idxAbout .round i:after {content: '';position: absolute; left: 0;top: 0;border: 1px solid var(--orange); width: 100%; height: 100%; border-radius: 50%;opacity: 0}
 
.idxAbout .round i:before { animation: serv_one_border .9s 0s ease infinite; -webkit-animation: serv_one_border .9s 0s ease infinite; }
.idxAbout .round  i:after { animation: serv_one_border 1.5s 0s ease infinite; -webkit-animation: serv_one_border 1.5s 0s ease infinite; }

.idxMore{ flex-shrink: 0; width: 6.2vw; height: 6.2vw;}
.idxMore img{ width: 23%;}
.idxMore:hover{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }

.idxPro{background: var(--color);
	/* url(../images/idxProBg.jpg) no-repeat center bottom / cover; background-attachment: fixed */
	padding-top: 200px;}
.idxPro .idxMore{ border: 1px dashed rgba(255, 255, 255, .6);}

.idxPro .title{  position: absolute; top: 0; left: 0;  z-index: 5;}

.idxPro .center{ width: 33.7%;}
.idxPro .left{ width:40.6%;}



.idxPro .w80{ padding-top: 10.4vw;}
.idxProCenterSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 80%;}
.idxProLeftSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 80%;}
.idxProSwiper .swiper-wrapper{ align-items: flex-end;}
/* .idxProSwiper .swiper-slide{ width: 15.6vw; margin-right: 4.6vw;}
.idxProSwiper .swiper-slide.swiper-slide-prev{ width: 30.2vw; margin-bottom: 100px;} */

.idxProSwiper .swiper-slide .more{  display: none;}
.idxProSwiper .swiper-slide{ margin-bottom: 0; transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.idxProSwiper .swiper-slide.swiper-slide-prev .more{  display: flex;}
.idxProSwiper .swiper-slide.swiper-slide-active{ margin-bottom: 100px;}
.idxProSwiper .swiper-slide.swiper-slide-prev{   margin-bottom: 100px;}

.idxProRight li::after{ display: block; content: ''; width:0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background:#fff ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxProRight li.on::after{ width: 100%;}
.idxProRight li.on{ color: var(--color);}

.idxProLeftSwiper .swiper-wrapper{ align-items: flex-end;}
.idxProLeftSwiper .swiper-slide.swiper-slide-active{ padding-bottom: 0;}

.idxPro .center .pagination{ width: 100%; height: 2px; background: rgba(255, 255, 255, .4);}
.idxPro .center .pagination .swiper-pagination-progressbar-fill{ background: #fff;}

.idxNewlist li{ width: calc((100% - 60px)/3); margin-right: 30px;}
@media screen and (min-width:1100px) {.idxNewlist li:nth-child(3n){ margin-right: 0;} }
.idxNewlist li .img{ width: 100%; height: 0; padding-bottom: 62%;}
.idxNewlist li  .tip{ background: #f1eeeb;}
.idxNewlist li .item{ height: calc((100% - 30px)/2);}

.idxBot .text{ position: absolute; left: 0; top: 0; z-index: 10;}
footer{ background: url(../images/footBg.jpg) no-repeat center center  / cover; color: #fff;}
footer a:hover{ color: rgba(255, 255, 255, .6);}
.footLogo{ height: 100px;}
footer .left{ width: 22%;}
.footNav{display: grid; grid-gap: 1vw 3.6vw; grid-template-columns: repeat(2,1fr);}
.footNav a{min-width:0}
.footForm{ background: url(../images/footFormBg.jpg) no-repeat top right / cover; border-top-left-radius: 5vw;}
.footForm .submit{ width: 65px; height: 65px; background: url(../images/submitBg.jpg) no-repeat center center / 100% auto; }


.neiBan .text{ padding-top: 12.7vw; padding-bottom: 4vw;}
.neiBan::after{ display: block; content: ''; width: 100%; height:70%; position: absolute; left: 0; top: 0; 
	background: url(../images/footBg.jpg) no-repeat center center / cover
	/* background: url(../images/neiBanBg.jpg) no-repeat center center / cover */
 }

.technicalHighlightsLeft{ background: #f1f2f7; width: 74%;}
.technicalHighlightsRight{ width: 26%;}
.technicalHighlightsRightIcon{ position: absolute; right: 0; bottom: 0;}

.technicalHighlights .infoImg table tr{ border: none;}
.technicalHighlights .infoImg table tr td{ line-height: 3.3; border: none;}
.technicalHighlights .infoImg table tr:nth-child(2n) td{ background: #f1f2f7;}
.technicalHighlights .infoImg table tr:first-child td{ background: var(--color); color: #fff; font-size: 1.3em; font-weight: bold;} 

.techInOne{ padding-top: 9.3vw; padding-bottom: 9.3vw;}
.techInOne::after{ display: block; content: ''; width:51%; height: 100%; z-index: 5; position: absolute; left: 0; top: 0; background: url(../images/techInIcon.png) no-repeat center left  / 100% 100%}
.w58{ width: 58%;}

.techInTitle{ border-radius: 0 40px 40px 0; -webkit-border-radius: 0 40px 40px 0; -moz-border-radius: 0 40px 40px 0; -ms-border-radius: 0 40px 40px 0; -o-border-radius: 0 40px 40px 0; }
.techInlist li{ width: calc((100% - 100px)/3); margin-right: 50px;}
@media screen and (min-width:900px) { .techInlist li:nth-child(3n){ margin-right: 0;}}
.techInlist li .img{ width: 100%; height: 0; padding-bottom: 90%;}
.techInlist li:hover{ box-shadow: 0 0 2vw rgba(64, 66, 151, .5 ); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }

.neiBanImg{ min-height: 225px; object-fit: cover; width: 100%;}
.neiBan .img .paly{ width: 100px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

@keyframes ripple-wave{
    to {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
    }
}
.neiBan .img  .paly{
	z-index: 20;
	width: 100px;
	cursor: pointer;
	background:rgba(255, 255, 255, 0.8) ;
	border-radius: 50%;
	height: 100px;
	box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1);
	animation: ripple-wave 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	  
	-webkit-animation: ripple-wave 1s linear infinite;
}

.brief{ padding: 10.9vw 0; background: url(../images/briefBg.png) no-repeat center center / auto 100%;}

.sinceIcon{ position: absolute; top: 50%; left: -.3em;}
.teamNum{ font-size:10.5vw ; opacity: .1; z-index: 10; position: absolute; top: 50%; left: 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%); }

.teamSwiper .img{ width: 100%; height: 0; padding-bottom: 80%;}
.team .btn{ width:5vw ; height: 100%; position: absolute;  right: 0; top: 0; z-index: 10;}
.team .btn .prev{top: 0; height: 50%;}
.team .btn  .next{top: 50%;height: 50%;}
.team .btn>div:hover{ background: var(--color);	}
.teamUl li{ display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.teamUl li.on{ display: block;}

.team .pagination { position: absolute; left: 0; bottom: 0;}
.team .pagination .swiper-pagination-bullet{ color: #aaa; width: 60px; height: 60px; margin-right: .8vw; border: 1px solid #e5e5e5; background: transparent; opacity: 1; display: flex; align-items: center; justify-content: center;}
.team .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--orange); color: #fff;}

 
.history{ background: url(../images/historyBg.jpg) no-repeat center center; background-attachment: fixed;}
.history::after{ background: rgba(64, 66, 151, .8); width: 100% ; height: 100%; position: absolute; left: 0; top: 0; display: block; content: '';}
.historyRight{ width: 75%;}
.historySwiper{ height: 650px;}
.historySwiper .swiper-slide{ height: calc(100% / 3);}
.historySwiper .swiper-slide.swiper-slide-active{ opacity: 1;}
.historySwiper .swiper-slide.swiper-slide-active .text{ opacity: 1;} 
.history .button{ position: absolute; top: 0; right: calc(100% + 20px);}
.history .button .swiper-button-disabled{ opacity: .5;}

.honorSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 120%;}

.sunNav{ height: 125px;} 
.sunNav::after{ display: block; content: ''; width: 0; height: 2px; position: absolute; left: 0; bottom: -1px; background:var(--color) } 

.subNav li.on .sunNav{ color:var(--color);}
.subNav li.on .sunNav::after{ width: 100%;}

.proBrief .text{ position: absolute; 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%); }
.proBrief{ background: url(../images/proBriefBg.png) no-repeat bottom center / 100% auto;}

.featuresUl li{ width: calc((100% - 120px)/4); margin-right: 40px;}
@media screen and (min-width:1100px) {.featuresUl li:nth-child(4n){ margin-right: 0;} }

.featuresUl li .round{ width: 100px; height: 100px;}
.featuresUl li:hover{ box-shadow: 0 0 0 3px var(--color); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.featuresUl li .round i:before { content: ''; position: absolute; left: 0; top: 0;  border: 1px solid var(--color); width: 100%;height: 100%;  border-radius: 50%;  opacity: 0}
.featuresUl li .round i:after {content: '';position: absolute; left: 0;top: 0;border: 1px solid var(--color); width: 100%; height: 100%; border-radius: 50%;opacity: 0}
 
.featuresUl li:hover .round i:before { animation: serv_one_border .9s 0s ease 1; -webkit-animation:; }
.featuresUl li:hover .round i:after { animation: serv_one_border 1.5s 0s ease 1; -webkit-animation: serv_one_border 1.5s 0s ease 1; }

.heYsUl{ background: url(../images/heYsBg.jpg) no-repeat center center / cover; background-attachment: fixed;}

.heYsUl li{ flex: 1; height: 700px;perspective: 800px;}
.heYsUl li .tit{ position: absolute; 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%); }
.heYsUl li::after{display: block;content: '';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;background: rgba(0,0,0,.2);transform-origin: left center 0; transition: 0.54s;  opacity: 0;  visibility: hidden;  transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg); -ms-transform: rotateY(60deg); -o-transform: rotateY(60deg);}
.heYsUl li.on:after{ opacity: 1; transform: rotateY(0); -webkit-transform: rotateY(0); -moz-transform: rotateY(0);visibility: visible;   -ms-transform: rotateY(0); -o-transform: rotateY(0); }
.heYsUl li .desc{ display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.heYsUl li.on .desc{ display: block;}


.proBrief .infoImg table tr{ border: none;}
.proBrief .infoImg table tr td{ line-height: 3; border: none;}
.proBrief .infoImg table tr:nth-child(2n) td{ background: #f1f2f7;}
.proBrief .infoImg table tr:first-child td{ background: var(--color); color: #fff; font-size: 1.3em; font-weight: bold;} 

.prolist li{ width: 48%; margin-right: 4%; margin-bottom: 4%;}
.prolist li:nth-child(2n){ margin-right: 0;  }
.prolist li:hover{ box-shadow: 0 0   15px rgba(64 , 66,  151, 0.25); border-color: var(--color); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px);}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 100%;}
.prolist li .text .btn{ height: 3.2em;}
.prolist li .text .btn::after{ display: block; content: ''; width:0; transition: all .36s; height: 100%; 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; }
.prolist li .text .btn:hover{ color: #fff;}
.prolist li .text .btn:hover::after{ width: 100%;}

.proInfoBg{ background: url(../images/proInfoBgBg.jpg) no-repeat center bottom  var(--color) ; background-size: 100% auto;}

.smllInner{ width: 90%; max-width: 1520px; margin: 0 auto;}
.location a:hover{ color: #fff;}

.proinfoOne .proinfoImg{ width: 100%; height: 0; padding-bottom: 70%;}
.proinfoOne .btn{ height: 3.2em;}

.yycjSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom:77% ;}

.yycjpagination .swiper-pagination-bullet{ width: 5px; height: 5px; margin: 0 2px;}

.proinfoDesc table{ width: 100%; max-width: 1000px; border: none;}
.proinfoDesc table tr{ border: none;}
.proinfoDesc table tr td{ line-height: 2.6; border: none;}
.proinfoDesc table tr:nth-child(2n) td{ background: #f1f2f7;}
.proinfoDesc table tr:first-child td{ background: var(--color); color: #fff; font-size: 1.3em; font-weight: bold;} 

/* .yycjSwiperBtn .swiper-button-disabled{ opacity: 0;} */

/* .newsRight{ width: 64%;} */

.newslist li .img{ width: 100%; height: 0; padding-bottom: 62.2%;}
.w53{  width: 53%;}
.newslist li  .tip{ background: #f1eeeb;}
.newsLeft{ position: sticky; left: 0; top: 100px;}

.detailRight{ position: sticky; right:  0; top: 100px;}

.newsPage a:hover{ background: var(--color); color: #fff;}

.w31{ width: 31%;}

.contactUl li .img{ width: 100px; height: 100px;}

.messages{ background: url(../images/messagesBg.png) no-repeat bottom left / 28% auto;}
.messages .xing{ 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%); }

.messagesForm .submit{ height: 80px; background: url(../images/submitIcon.png) no-repeat center right 25% var(--color); border-bottom-right-radius: 0;}
.messagesForm .reset{ height: 80px; background: url(../images/resetIcon.png) no-repeat center right 25%  ;border-bottom-right-radius: 0;}
 


.searchTop form{ width: 700px;}
.searchTop form .text{ width: calc(100% - 70px); }
.searchTop form .submit{ width: 70px; height: 70px; background: url(../images/searchbig.png) no-repeat center center; background-size: 35% auto;}
.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(--color); 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); }

.asideRight{ box-shadow: 0 0 10px rgba(0,0,0,.15); background: #fff;  position: fixed; top: 35%; right: 10px; border-radius: 50px; z-index: 100; transform: translateX(100px); opacity: 0; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); }
.asideRight.show { opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.asideRight li:hover .item{ background: var(--color); color: #fff;}
.asideRight li .item{ width: 47px; height: 47px;} 
.asideRight li .float{ position: absolute; right: calc(100% + 15px); bottom: 0; display: none; animation: rightFloat .3s; -webkit-animation: rightFloat .3s; }
.asideRight li .float img{max-width: none;}
.asideRight li:hover  .float{ display: block;}