@charset "utf-8";
ul{
	padding:0;
} 
/* index */
.banner {position: relative;}
.index-banner-swiper {position: relative;background: #000;z-index:1;}
.banner-slide .txt{position: absolute;width: 900px;left: 10%;top: 54%;margin-top: -167px;z-index: 33;}
.banner-slide .txt h4{font-size: 20px;color: #4db560;margin: 0;padding: 0;position: relative;text-transform: uppercase;}
.banner-slide .txt h2{font-size: 60px;color: #fff;padding:10px 0 25px 0;margin:0;line-height:70px;font-weight: bold;}
.banner-slide .txt h3{font-size: 20px;color: #fff;padding:25px 0;margin:0;font-weight: normal;line-height: 30px;}
.banner-slide .txt .line {width: 80px;height: 4px;background: #4db560;margin: 10px 0;}
.banner-slide .txt.center {text-align: center;width:100%;left:0;top:20%;margin: 0;}
.banner-slide .txt.center .line{margin: 10px auto;}
.banner-slide .txt.right {left: auto;right: 5%;}
.banner-slide .txt.none {display: none;}
.banner-slide .img {text-align: center;}
.banner-slide .txt .img {text-align: left;}

.banner-slide .txt h4 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
.banner-slide .txt h2 {transform:translateY(200px);opacity:0;transition:all 0.5s;}
.banner-slide .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.8s;}
.banner-slide .txt .line {transform:translateY(200px);opacity:0;transition:all 0.7s;}
.index-banner-swiper .swiper-slide-active .txt h4,
.index-banner-swiper .swiper-slide-active .txt h2,
.index-banner-swiper .swiper-slide-active .txt h3,
.index-banner-swiper .swiper-slide-active .txt .line{transform:translateY(0px);opacity:1;}

.swiper-banner-pagination {bottom: 55px;width: 100%; display: block;z-index: 90;}
.swiper-banner-pagination .swiper-pagination-bullet {width:60px;height:10px;margin:0 0 0 10px;border-radius: 0;opacity:1;background: none; position: relative;z-index: 11;outline: none;}
.swiper-banner-pagination .swiper-pagination-bullet::before {content: '';display: block;width: 100%;height: 2px;position: absolute;left: 0;top:5px;background: #fff;opacity: 0.3;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;}
.swiper-banner-pagination .swiper-pagination-bullet::after {content: '';display: block;position: absolute;left:0;top:5px;width:0;height: 2px;background: #4db560;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;z-index: 10;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {-webkit-animation: w100 4000ms 1;animation: w100 4000ms 1;}

@keyframes w100{0%{width: 0%;} 100%{width: 100%;}}

.index-products-center {padding: 3%;overflow: hidden;}
.index-products-center .top{width: 85%;margin: auto;padding:0px 0 50px 0;overflow: hidden;position: relative;}
.index-products-center .top .title-style{text-align: center;}
.index-products-center .top .title-style .line {margin: 20px auto auto;}
.index-products-center .top .text{padding: 20px 0 0 0;overflow: hidden; color: #737373;font-size: 16px;line-height: 26px;text-align: center;}
.index-products-center .bottom5{position: relative;padding-left: 33.333333%;background: #000;overflow: hidden;}
.index-products-center .bottom5 a:first-child {position: absolute;left: 0;top: 0;width: 33.333333%;height: 100%;}
.index-products-center .bottom5 a:first-child  .text {bottom:4.2%;}
.index-products-center .bottom5 a{position: relative;display: block;overflow: hidden;float: left;width: 50%;}
.index-products-center .bottom5 .text {position: absolute;left: 5%;bottom: 8%;width: 90%;z-index: 50;color:#fff;}
.index-products-center .bottom5 .text h4{font-size: 20px;font-weight: normal;margin:8px 0;text-transform: uppercase;opacity: .2;}
.index-products-center .bottom5 .text h3{font-size: 20px;margin: 0;}
.index-products-center .bottom5 .img {position: relative;overflow: hidden;}
.index-products-center .bottom5 a:hover .img img.img-center{transform: scale(1.1);}

.index-about {position: relative;}
.index-about .title-style {text-align: center;width: 100%;padding-bottom: 50px;}
.index-about .title-style h2 {color: #fff;}
.index-about .title-style .line {margin: 20px auto auto;}
.index-about .title-style h6 {font-size: 16px;line-height: 24px;color: #fff;padding: 20px 0;margin: 0;font-weight: normal;overflow: hidden;opacity: .6;}
.index-about .about-item {position: absolute;top:0;left: 12.5%;width: 75%;height: 100%;z-index: 3;}
.index-about .about-item .content {width: 100%; height: 470px;border: 1px solid rgba(255,255,255,.3);overflow: hidden;background: rgba(0,0,0,0.2)}
.index-about .about-item .left{padding: 6% 3% 0 5%;overflow: hidden;width:43%;height: 90%; position: relative;}
.index-about .about-item .left::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .3;}
.index-about .about-item .left .title{overflow: hidden;}
.index-about .about-item .left .title h2{text-transform: uppercase;margin: 0;color: #fff;}
.index-about .about-item .left .title h4{font-size: 20px; margin:10px 0;color: #fff;}
.index-about .about-item .left .title .line{width: 80px;height: 4px;background: #4db560;margin: 25px 0;}
.index-about .about-item .left .text{font-size: 16px;line-height: 26px;color: #fff;opacity: .6;}
.index-about .about-item .left .play {display: inline-block;margin-top:30px;}
.index-about .about-item .left .play a{display: block;overflow: hidden;background: #4db560;border: 1px solid #4db560;padding: 15px 20px;font-size: 0;}
.index-about .about-item .left .play i{width: 13px;height: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url("../upload/play.png") center no-repeat;background-size: 100%; }
.index-about .about-item .left .play span{font-size: 14px;color: #fff;display: inline-block;vertical-align: middle;margin-right: 10px;}
.index-about .about-item .left .play a:hover {background: #00e5a1;border: 1px solid #00e5a1;}
.index-about .about-item .left .play a:hover span,.index-about .about-item .left .play a:hover i{opacity: 1;}
.index-about .about-item .right {overflow: hidden;width:49%;position: relative;}
.index-about .about-item .right::after {content: '';display: block;width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 50%;margin-top: -0.5px;opacity: .3;}
.index-about .about-item .right .item {position: relative;float: left;width: 33.3333333%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.index-about .about-item .right .item:hover {background: #4db560;}
.index-about .about-item .right .item li {color:#fff;list-style: none;position: absolute;left: 0;top: 0;width:90%;padding:30% 0 0 10%;height:80%;}
.index-about .about-item .right .item li h2{font-weight: normal;margin: 0;}
.index-about .about-item .right .item li h2 strong{font-size: 60px;}
.index-about .about-item .right .item li h2 span{font-size: 18px;font-weight: normal;margin-left: 5px;}
.index-about .about-item .right .item li h6{font-weight: normal;margin: 0;font-size: 16px;line-height: 26px;opacity: .7;}
.index-about .about-item .right .item .img img{display: block;width: 100%;height: auto;opacity: 0;}
.index-about .about-item .right .item::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .3;}
.index-about .about-item .right .item:last-child::after,.index-about .about-item .right .item:nth-child(3)::after {display: none;}
.index-about .img{}
.index-about .img img{display: block;width: 100%;height: auto;}

.index-newscenter {padding: 100px 0 0px 0;overflow: hidden;width: 75%;margin: auto;}
.index-newscenter .title h2{font-size: 42px;text-transform: uppercase;margin: 0;color: #1a1a1a;}
.index-newscenter .title .line{width: 80px;height: 4px;background: #4db560;margin: 15px 0;}
.index-newscenter .top {position: relative;margin-bottom: 20px;overflow: hidden;}
.index-newscenter .top .newsnav-r {position: absolute;right: .4%;top:20px;padding-bottom: 20px;}
.index-newscenter .top .newsnav-r::after {content: '';width: 100%;height: 2px;background: #ccc;bottom: 0;position: absolute;right: 0;}
.index-newscenter .top .newsnav-r a{font-size: 17px;color: #999999;font-weight: bold;margin-left:50px;position: relative;}
.index-newscenter .top .newsnav-r a.cur::after {content: '';width: 100%;height: 2px;background: #4db560;bottom: -21px;position: absolute;right: 0;z-index: 1;}
.index-newscenter .top .newsnav-r a:first-child {margin-left: 0;}
.index-newscenter .top .newsnav-r a.cur {color: #1a1a1a;}
.index-newscenter .top .newsnav-r a:hover {color: #000;}
.index-newslist {overflow: hidden;}
.index-newslist a{display: block;overflow: hidden;float: left;width: 32.6%;background: #f7f7f7;margin-right: 1%;}
.index-newslist a .img{position: relative;overflow: hidden;}
.index-newslist a:hover .img img.img-center{transform: scale(1.1);}
.index-newslist a .text{padding: 6.2%;overflow: hidden;}
.index-newslist a .text h2{font-size: 17px;line-height: 26px; color: #1a1a1a;margin: 0px 0 13px 0;}
.index-newslist a .text h5{font-size: 14px;color: #999999;margin: 0;font-weight: normal;}
.index-newslist a:hover {background: #f0f0f0;}
.index-newslist a.mr0 {margin-right: 0;}
.index-newsmore {margin-top: 30px;clear: both;}
.viewmore-btn {font-size: 0;display: inline-block;position: relative;}
.viewmore-btn a {display: block;border: 1px solid #ccc;padding: 15px 30px;}
.viewmore-btn span{font-size: 14px;color: #666;display: inline-block;vertical-align: middle;margin-right: 10px;z-index: 3;position: relative;}
.viewmore-btn i{width: 9px;height: 12px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url("../upload/right2.png");background-size:100% 100%;margin-top: 3px;position: relative;z-index: 3;opacity: .5;}
.viewmore-btn a::before {content: '';display: block;width:5px;height: 100%;position: absolute;left: 0;top: 0;background: #4db560;z-index: 1;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.viewmore-btn a:hover::before{width: 100%;}
.viewmore-btn a:hover span {color: #fff;}
.viewmore-btn a:hover i{background: url("../upload/right3.png");background-size:100% 100%;opacity: 1;}

/* page*/
.header-height {height: 85px;}
.section {background-position: center;background-repeat: no-repeat;background-size: cover;clear: both;overflow: hidden;}
.section .content {}
.title-style {overflow: hidden;}
.title-style h3 {text-transform: uppercase;font-size: 36px;margin:5px 0 0 0;color: #4db560;}
.title-style h1 {text-transform: uppercase;font-size: 60px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;}
.title-style h2 {text-transform: uppercase;font-size: 42px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;}
.title-style h5 {font-size: 20px;margin:0;color: #666;line-height: 30px;}
.title-style h4 {text-transform: uppercase;font-size: 20px;margin:5px 0 0 0;color: #4db560;}
.title-style .line {width: 80px;height: 4px;background: #4db560;margin: 10px 0;}
.title-style-1 {}
.view-btn {overflow: hidden;display: inline-block;clear:both;}
.view-btn a {background: #4db560;display: block;padding:18px 30px;overflow: hidden;font-size: 0;line-height: normal;}
.view-btn i{display: inline-block;vertical-align: middle;margin-right:10px;}
.view-btn h5{display: inline-block;vertical-align: middle;font-size: 14px;color: #fff;margin: 0;}
.view-btn a:hover {background: #00aa77;}
.img-center {position: absolute;display: block;left: 0;top: 0;bottom: 0;right: 0;margin: auto;width: auto!important;height: auto!important;z-index:10;}
.img-block {display: block;width: 100%;height: auto;}
.faq-btn {clear: both;padding: 30px 0;}
.faq-btn a {background: #ededed;border-radius: 30px;display: inline-block;padding: 5px 20px;font-size: 0;}
.faq-btn i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.faq-btn i img {display: block;}
.faq-btn h6{font-size: 14px;color: #b2b2b2;font-weight: normal;display: inline-block;vertical-align: middle;margin: 0;}
.faq-btn a:hover {background: #000;}
.line-height-30 {line-height: 30px;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination .swiper-pagination-bullet {outline: none;}
.link-btn-r {display: block;width: 55px;height: 55px;background: #ccc url("../../product/images/link1.png") center no-repeat;border-radius: 100%; position: absolute;top: 7px;right: 0;}
.link-btn-r:hover {background: #4db560 url("../../product/images/link2.png") center no-repeat;}

/*产品详细*/
.product-section .content{width:75%;}
.screen {position: relative;background-repeat: no-repeat;overflow: hidden;}
.screen .title h3{margin: 0;font-size: 24px;color: #4db560;}
.screen .title h2{margin: 0;font-size: 60px;}
.screen .title h4{margin: 0;font-size: 48px;color: #fff;}
.screen .title .line{width: 80px;height: 4px;background: #4db560;margin: 25px 0;}
.screen .title.center {text-align: center;}
.screen .title.center .line{margin: 25px auto;}
.screen .text {font-size: 16px;line-height: 28px;color: #666666;}
.screen .text p:first-child{
	margin-bottom:1rem;
}
.screen .img {position: relative;}
.screen .img img{display: block;}
.screen .left {width: 50%;float: left;overflow: hidden;}
.screen .right {width: 50%;float: right;overflow: hidden;}

.screen-1-1 .main,.screen-1-6 .main {width: 600px;height: 100%;position: absolute;top: 0;left: 13%;z-index: 10;}
.screen-1-2 .main,.screen-1-4 .main,.screen-1-7 .main {width: 100%;height: 100%;position: absolute;top: 0;left:0;z-index: 10;text-align: center;}
.screen-1-1 .title {background: url("../../product/Chargingpile/images/s-t-1.png") left top no-repeat;padding-top:95px;}
.screen-1-1 .text {font-size: 18px;line-height: 32px;}
.screen-1-1 .img {position: relative;}
.screen-1-1 .img .productimg {width: 60%;height: auto;position: absolute;bottom:-5%;right:-10%;z-index: 10;}
.screen-1-2 .main .text{color: #a9aaac;}
.screen-1-2 .main .item3 {text-align: center;margin-top: 40px;}
.screen-1-2 .main .item3 li {list-style: none;display: inline-block;vertical-align: middle;padding: 0 50px;position: relative;}
.screen-1-2 .main .item3 li h3{margin: 0;font-weight: normal;font-size: 40px;color: #4db560;}
.screen-1-2 .main .item3 li span{color: #a9aaac;font-size: 16px;padding: 10px 0;display: block;}
.screen-1-2 .main .item3 li::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .1;}
.screen-1-2 .main .item3 li:last-child::after {display: none;}
.screen-1-2 .main .picain {background: url("../../product/Chargingpile/images/s-t-2.png") center no-repeat;padding:50px 10%;overflow: hidden;margin-top:100px;text-align: center;}
.screen-1-2 .main .picain img:first-child {margin-right:50px;}
.picain .item4 {width: 540px; text-align: left;position: relative;display: inline-block;margin:0 2%;}
.picain .item4 h4{font-size: 18px;color: #fff;margin:13px 0;}
.picain .item4 .jingdu{margin: 0;font-weight: normal;background: url("../../product/Chargingpile/images/jdt1.png") no-repeat;height: 8px;width: 100%;position: relative;}
.picain .item4 .jingdu span{display: block;top: 0;left: 0;border-radius: 10px;width: 50%;height: 8px;overflow: hidden;background-image: linear-gradient(to right,#01835c, #24dea7);}
.picain .item4 .jingdu i{display: block;width: 70px;height: 70px;background: url("../../product/Chargingpile/images/ggg.png") no-repeat;position: absolute;top: 50%;margin-top: -35px;}
.picain .item4 h5{font-size: 18px;margin:13px 0;font-weight: normal;color: #919296;}
.picain .item4 .rightshu{position: absolute;right: 0;top: 30px;}
.picain .item4 .rightshu h6{margin: 0;font-weight: normal;font-size: 14px;color: #919296;}
.picain .item4 .rightshu h3{margin: 0;font-weight: normal;font-size: 22px;color: #fff;}
@keyframes gmwidth30{0% { width:0;}100%{ width: 30%;}}
@keyframes gmwidth40{0% { width:0;}100%{ width: 40%;}}
@keyframes gmwidth62{0% { width:0;}100%{ width: 62%;}}
@keyframes gmwidth75{0% { width:0;}100%{ width: 75%;}}
@keyframes gmleft23{0% { left:0;opacity: 0;}100%{ left: 23%;opacity: 1;}}
@keyframes gmleft33{0% { left:0;opacity: 0;}100%{ left: 33%;opacity: 1;}}
@keyframes gmleft55{0% { left:0;opacity: 0;}100%{ left: 55%;opacity: 1;}}
@keyframes gmleft65{0% { left:0;opacity: 0;}100%{ left: 68%;opacity: 1;}}
.gmwidth30{-webkit-animation-name:gmwidth30;animation-name:gmwidth30;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmwidth40{-webkit-animation-name:gmwidth40;animation-name:gmwidth40;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmwidth62{-webkit-animation-name:gmwidth62;animation-name:gmwidth62;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmwidth75{-webkit-animation-name:gmwidth75;animation-name:gmwidth75;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmleft23{-webkit-animation-name:gmleft23;animation-name:gmleft23;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmleft33{-webkit-animation-name:gmleft33;animation-name:gmleft33;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmleft55{-webkit-animation-name:gmleft55;animation-name:gmleft55;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmleft65{-webkit-animation-name:gmleft65;animation-name:gmleft65;-webkit-animation-fill-mode:both;animation-fill-mode:both}


.screen-1-3 .left {background: #303438;position: absolute;left: 0;top: 0;height: 100%;width:28%;padding:0 9% 0 13%;}
.screen-1-3 .left .text {color: #bebfc0;}
.screen-1-3 .left .item3 {margin-top: 40px;width: 461px;}
.screen-1-3 .left .item3 a{display: block;position: relative;margin-top: 30px;}
.screen-1-3 .left .item3 a h4{margin: 0;color: #6c6e70;font-size: 18px;}
.screen-1-3 .left .item3 a h3{margin: 10px 0;color: #bebfc0;font-size: 30px;}
.screen-1-3 .left .item3 a .progress {position: relative;height: 8px;overflow: hidden;}
.screen-1-3 .left .item3 a .progress i{display: block;width:24%;height: 8px;position: absolute;top: 0;z-index: 1; background-image: linear-gradient(to right,#01835c, #24dea7);border-radius: 20px;}
.screen-1-3 .left .item3 a .progress img {display: block;width: 100%;height: auto;}
@keyframes gmleft45{0% { left:0;opacity: 0;}100%{ left: 45%;opacity: 1;}}
@keyframes gmleft60{0% { left:0;opacity: 0;}100%{ width:19%;left: 60%;opacity: 1;}}
@keyframes gmleft62{0% { left:0;opacity: 0;}100%{ width:26%;left: 61%;opacity: 1;}}
.gmleft45{-webkit-animation-name:gmleft45;animation-name:gmleft45;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmleft60{-webkit-animation-name:gmleft60;animation-name:gmleft60;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.gmleft62{-webkit-animation-name:gmleft62;animation-name:gmleft62;-webkit-animation-fill-mode:both;animation-fill-mode:both}


.screen-1-3 .left .item3 a .che{position: absolute;top: 0;right: 0;display: none;}
.screen-1-3 .left .item3 a:hover .che{display: block;}
.screen-1-3 .left .item3 a:hover h3{color: #4db560;}
.screen-1-3 .left .item3 .txt{color: #6c6e70;font-size: 12px;padding-top: 10px;}
.screen-1-3 .right img{display: block; height: 100%;}
.screen-1-4 .title h4{color: #000;margin-bottom: 50px;}
.screen-1-4 .text{padding-top:30px;width:700px;margin: auto;}
.screen-1-4 .text-left {width: 350px;text-align: center;font-size: 16px;line-height: 28px; color: #666666;position: absolute;left: 15%;top: 50%;margin-top: -20px;}
.screen-1-4 .text-right {width: 350px;text-align: center;font-size: 16px;line-height: 28px;color: #666666;position: absolute;right: 15%;top: 50%;margin-top: -20px;}
.pic-animation {width: 900px;height: 630px;position: absolute;z-index: 10;left: 50%;top: 50%;margin:-315px 0 0 -450px;}
.pic-animation-relative {position: relative;width: 100%;height: 100%;}
.pic-animation .item {width: 222px;height:103px;position: absolute;}
.pic-animation .item h5{margin: 0;font-weight: normal;color: #000;font-size: 14px;position: absolute;text-transform: uppercase;}
.pic-animation .item .jingdutiao1{position: absolute;width: 70%;height: 10px;}
.pic-animation .item .jingdutiao1 i{display: block;position: absolute;top: 0;left: 0;height: 10px;width:50%;border-radius: 20px;background-image: linear-gradient(to right,#00feb2, #00c288);}
.pic-animation .item .jingdutiao1 span{display: block;height: 10px;width: 100%;background: #cecfe0;border-radius: 20px;}
.pic-animation .item .yline1{}
.pic-animation .item.item1 {left: 0;top: 0;} 
.pic-animation .item.item1 h5{left:15px;top:40px;} 
.pic-animation .item.item1 .jingdutiao1 {bottom: 20px;left: -95px;}
.pic-animation .item.item2 {right: 0;top: 0;}
.pic-animation .item.item2 .yline1{transform: rotateY(180deg);}
.pic-animation .item.item2 h5{right:15px;top:40px;}
.pic-animation .item.item2 .jingdutiao1 {bottom: 20px;right: -85px;}
.pic-animation .item.item3 {left: 0;bottom: 0px;}
.pic-animation .item.item3 h5{left:15px;bottom: 30px;}
.pic-animation .item.item3 .yline1{transform: rotateY(180deg);transform: rotateX(180deg);}
.pic-animation .item.item3 .jingdutiao1 {top: 30px;left: -95px;}
.pic-animation .item.item4 {right: 0;bottom: 0px;}
.pic-animation .item.item4 h5{right:15px;bottom: 30px;}
.pic-animation .item.item4 .yline1{ transform: rotate(180deg);}
.pic-animation .item.item4 .jingdutiao1 {top: 30px;right: -95px;}

.screen-1-5 .main {width: 700px;height: 100%;position: absolute;top: 0;left: 13%;z-index: 10;}
.screen-1-5 .text {color: #b9b9bb;}
.screen-1-5 .img {position: relative;}
.screen-1-5 .dunimg {position: absolute;right: 14%;top: 28%;width: 452px;height: 512px;z-index: 10;-webkit-animation: topdown 4000ms infinite;animation: topdown 4000ms infinite;}
@keyframes topdown{0% { top:28%;} 50%{ top:32%; }100%{ top:28%; }}
.screen-1-5 .icons8 {overflow: hidden;margin-top: 50px;}
.screen-1-5 .icons8 li{list-style: none;float: left;width: 33%;font-size: 0;margin-bottom: 20px;}
.screen-1-5 .icons8 li * {transition:all .4s ease;}
.screen-1-5 .icons8 li i {display:inline-block;vertical-align: middle;width: 54px;height: 54px;position: relative;border: 1px solid #555561;overflow: hidden;border-radius: 100%;}
.screen-1-5 .icons8 li i img{display: block;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;transform: scale(0.9);}
.screen-1-5 .icons8 li h4 {margin: 0;font-size: 17px;color: #ccc;display: inline-block;vertical-align: middle;margin-left: 15px;}
.screen-1-5 .icons8 li:hover i {border: 1px solid #fff;}
.screen-1-5 .icons8 li:hover i img{transform: scale(1);}
.screen-1-5 .icons8 li:hover h4{color: #fff;}


.screen-1-6 .main{width: 850px;}
.screen-1-6 .title h4{color: #000;}
.screen-1-6 .text {margin-bottom: 100px;}
.screen-1-6 .main .pic img{margin-left: -50px;}
.screen-1-6 .rightpic {width: 60%;position: absolute;right: 0;top: 0;height: 100%;z-index: 20;}
.screen-1-6 .rightpic .item4 {position: absolute;width: 100%;height: 100%;}
.screen-1-6 .rightpic .item4 a{display: block;width: 450px;height: 100px;padding: 10px;float: right;clear: both;margin: 35px 7% 35px 0;}
.screen-1-6 .rightpic .item4 a:hover {background: url("../../product/Chargingpile/images/s-t-6-7.png") no-repeat;background-size:auto 100%;}
.screen-1-6 .rightpic .item4 .pic{width: 90px;height: 90px;border-radius: 100%;overflow: hidden;border: 4px solid #c8e2db;float: left;}
.screen-1-6 .rightpic .item4 .txt{float: left;width: 250px;padding: 0 10px;}
.screen-1-6 .rightpic .item4 .txt h4{margin: 0;color: #001a12;font-size: 17px;padding: 7px 0;}
.screen-1-6 .rightpic .item4 .txt h6{margin: 0;font-weight: normal;font-size: 12px;line-height: 20px; color: #858c8c;}
.screen-1-6 .rightpic .item4 a.item41 {margin: 35px 15% 35px 0;}
.screen-1-6 .rightpic .item4 a.item44 {margin: 35px 17% 35px 0;}
.screen-1-7 .text {color: #9d9da3;}
.screen-1-7 .item3 {text-align: center;margin-top: 50px;overflow: hidden;}
.screen-1-7 .item3 a {display: inline-block;vertical-align: middle;width: 400px;height: 400px;position: relative;color: #fff;background: url("../../product/Chargingpile/images/s-t-7-1.png") center no-repeat;margin: 0 2%;}
.screen-1-7 .item3 a i{display: block;width: 53px;height: 53px;margin: auto;opacity: .8;}
.screen-1-7 .item3 a h4{margin: 10px 0;font-size: 16px;opacity: .6;text-transform: uppercase;}
.screen-1-7 .item3 a h3{margin: 0;font-size: 24px;}
.screen-1-7 .item3 a:hover {background: url("../../product/Chargingpile/images/s-t-7-2.png") center no-repeat;}
.screen-1-7 .item3 a:hover h4 {opacity: 1;color: #4db560;}
.screen-1-7 .item3 a:hover i{opacity: 1;}


.screen-2-1 .main,.screen-2-3 .main,.screen-2-5 .main {width: 100%;height: 100%;position: absolute;top: 0;left:0;z-index: 10;text-align: center;}
.screen-2-2 .main,.screen-2-4 .main,.screen-2-6 .main {width: 750px;height: 100%;position: absolute;top: 0;left: 13%;z-index: 10;}
.screen-2-1 .main .text {margin-bottom: 230px;}
.screen-2-1 .main .title {padding-top: 70px;}
.screen-2-1 .img,.screen-2-2 .img,.screen-2-4 .img {position: relative;}
.screen-2-1 .img .productimg {width: 838px;height: 370px;position: absolute;bottom:-5%;left: 50%;margin-left: -419px;z-index: 10;}
.screen-2-2 .text,.screen-2-4 .text {color: #b8b8b9;}
.screen-2-2 .img .productimg {width: 622px;height: 589px;position: absolute;top:50%;margin-top:-294.5px;right: 14%;z-index: 10;}
.screen-2-3 .main .title h4,.screen-2-5 .main .title h4{color: #000;}
.screen-2-3 .main .text {margin-bottom: 10px;}
.screen-2-3 .main .chemain {margin: auto;overflow: hidden;position: relative;}
.screen-2-3 .main .chemain .cheitem5 {text-align: center;position: absolute;width: 1260px;left: 50%;top:40%;margin: 0 0 0 -630px;}
.screen-2-3 .main .chemain .cheitem5 li {list-style: none;display: inline-block;vertical-align: bottom;margin: 0 2%;}
.screen-2-3 .main .chemain .cheitem5 li i{display: block;}
.screen-2-3 .main .chemain .cheitem5 li i img{transition:all .4s ease;}
.screen-2-3 .main .chemain .cheitem5 li h6{margin: 0;font-weight: normal;font-size: 14px;color: #666666;padding: 10px 0;}
.screen-2-3 .main .chemain .cheitem5 li:hover i img{transform: scale(1.1);}


.screen-2-4 .img .productimg {width: 637px;height: 716px;position: absolute;top:10%;right: 11%;z-index: 10;-webkit-animation: topdown2 4000ms infinite;animation: topdown2 4000ms infinite;}
@keyframes topdown2{0% { top:10%;} 50%{ top:12%; }100%{ top:10%; }}
.screen-2-5 .productpic{width: 1130px;height: 460px;margin:50px auto auto;position: relative;overflow: hidden;}
.screen-2-5 .productpic div {position: absolute;}
.screen-2-5 .productpic .ppic1 {width: 616px;height: 346px;left: 50%;top: 50%;margin:-133px 0 0 -300px;z-index: 10;}
.screen-2-5 .productpic .ppic2 {width: 705px;height: 258px;right:-20px;top: 0;z-index: 11;}
.screen-2-5 .productpic .ppic3 {width: 468px;height: 298px;left: 0;top: 10%;z-index: 11;}
.screen-2-5 .productpic .ppic4 {width: 705px;height: 152px;right:0;bottom:18%;z-index: 11;}
.screen-2-5 .productpic .ppic5 {width: 278px;height: 166px;left:25%;bottom:0;}
.screen-2-5 .productpic .ppic5 h5 {margin: 0;font-weight: normal;color: #666666;font-size: 15px;margin-top: -40px;}
@keyframes fatopright1{0% { left:50%;bottom:20%;opacity: 0;}100%{ left:25%;bottom:0;opacity: 1;}}
.fatopright1{-webkit-animation-name:fatopright1;animation-name:fatopright1;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.screen-2-6 .text {color: #b8b8b9;}
.screen-2-6 .img .productimg {width: 520px;height: 502px;position: absolute;top:50%;margin-top: -251px;right: 15%;z-index: 10;}
.jingdutiao8 {width: 520px;position: absolute;right: 15%;top: 50%;z-index: 33;margin-top: -250px;}
.jingdutiao8 .item{position: relative;overflow: hidden;margin-bottom: 30px;}
.jingdutiao8 .item h4{display: block;margin: 0;font-weight: normal;}
.jingdutiao8 .item h4 span{font-weight: bold;font-size: 15px;color: #dededf;margin-right: 5px;}
.jingdutiao8 .item h4 strong{font-weight: normal;font-size: 18px;color: #4db560;}
.jingdutiao8 .item .jdt1{width:50%;height: 20px;border-radius:20px;margin: 10px 0;background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.5));}
.jingdutiao8 .item .jdt2{width:50%;height: 20px;border-radius:20px;margin: 10px 0;background-image: linear-gradient(to right,rgba(255,255,255,0),#4db560);}
@keyframes jdtwidth40{0% { width:0;opacity: 0;}100%{ width: 40%;opacity: 1;}}
@keyframes jdtwidth50{0% { width:0;opacity: 0;}100%{ width: 50%;opacity: 1;}}
@keyframes jdtwidth48{0% { width:0;opacity: 0;}100%{ width: 47%;opacity: 1;}}
@keyframes jdtwidth80{0% { width:0;opacity: 0;}100%{ width: 80%;opacity: 1;}}
@keyframes jdtwidth90{0% { width:0;opacity: 0;}100%{ width: 90%;opacity: 1;}}
@keyframes jdtwidth100{0% { width:0;opacity: 0;}100%{ width: 100%;opacity: 1;}}
.jdtwidth40{-webkit-animation-name:jdtwidth40;animation-name:jdtwidth40;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jdtwidth50{-webkit-animation-name:jdtwidth50;animation-name:jdtwidth50;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jdtwidth48{-webkit-animation-name:jdtwidth48;animation-name:jdtwidth48;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jdtwidth80{-webkit-animation-name:jdtwidth80;animation-name:jdtwidth80;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jdtwidth90{-webkit-animation-name:jdtwidth90;animation-name:jdtwidth90;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jdtwidth100{-webkit-animation-name:jdtwidth100;animation-name:jdtwidth100;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jingdutiao8 .bottom {}
.jingdutiao8 .bottom li{font-size: 14px;color: #8e8f91;list-style: none;display: inline-block;vertical-align: middle;position: relative;margin-right: 20px;}
.jingdutiao8 .bottom li::before {content: '';width: 20px;height: 9px;border-radius: 10px;background:#ccc;display: inline-block;vertical-align: baseline;margin-right: 10px;}
.jingdutiao8 .bottom li:last-child::before {background:#038566;}

.screen-3-1 .main,.screen-3-5 .main,.screen-3-6 .main,.screen-3-8 .main {width: 610px;height: 100%;position: absolute;top: 0;left: 13%;z-index: 10;}
.screen-3-3 .main,.screen-3-7 .main {width: 100%;height: 100%;position: absolute;top: 0;left:0;z-index: 10;text-align: center;}
.screen-3-1 .text {font-size: 18px;line-height: 32px;}
.screen-3-3 .main .title h4,.screen-3-5 .main .title h4,.screen-3-7 .main .title h4{color: #000;}
.screen-3-4 .text,.screen-3-6 .text,.screen-3-8 .text {color: #b8b8b9;}
.screen-3-1 .img,.screen-3-4 .img,.screen-3-5 .img {position: relative;}
.screen-3-1 .img .productimg {width: 926px;height: 743px;position: absolute;bottom:-8%;right:0;z-index: 10;}
.screen-3-3 .chedonghua {margin-top: 40px;position: relative;overflow: hidden;text-align: center;}
.screen-3-3 .chedonghua .chedatet{width: 502px;display: inline-block;margin: 5px 10px;}
.screen-3-3 .chedonghua .chedatet .jindu2 {height: 50px;position: relative;overflow: hidden;background: url('../../product/Chargingpile/images/jindu1.png') center no-repeat;}
.screen-3-3 .chedonghua .chedatet .jindu2 h6{width: 104px;height: 24px;right: 5%;top: 50%;margin-top: -12px; display: block;position: absolute;z-index: 1;background: url('../../product/Chargingpile/images/Charging.png') no-repeat;}
.screen-3-3 .chedonghua .chedatet .jindu2 i{display: block;position: absolute;right: 0;top: 0;height: 50px;width:40%;background-image: linear-gradient(to right,#2ae4ad,#13b483);border-radius: 3px;overflow: hidden;}
.screen-3-3 .chedonghua .chedatet.chedatet2 .jindu2 i{right: auto;left: 0;width:70%;}
.screen-3-3 .chedonghua .chedatet.chedatet2 .jindu2 h6{right: auto;left: 5%;}
@keyframes jdtright40{0% { width:0;opacity: 0;}100%{ width: 40%;opacity: 1;}}
@keyframes jdtright70{0% { width:0;opacity: 0;}100%{ width: 70%;opacity: 1;}}
.jdtright40{-webkit-animation-name:jdtright40;animation-name:jdtright40;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.jdtright70{-webkit-animation-name:jdtright70;animation-name:jdtright70;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.screen-3-3 .chedonghua .chepicb1 {position: relative;}
.screen-3-3 .chedonghua .chepicb1 .chpicl {width: 400px;height: 325px;position: absolute;left: 24%;top: 3%;}
.screen-3-3 .chedonghua .chepicb1 .chpicl .chec1{width: 100%;height: 187px;position: absolute;left: 0;top:50%;margin-top: -93.5px;z-index: 10;}
.screen-3-3 .chedonghua .chepicb1 .chpicl .chec2{width: 277px;height: 277px;position: absolute;left:50%;top:50%;margin: -138.5px 0 0 -138.5px;}
.screen-3-3 .chedonghua .chepicb1 .chpicl.chpicl2 {left:auto;right: 24%;}
.screen-3-3 .chedonghua .chepicb1 .chpicl.chpicl2 .chec1 {transform: rotateY(180deg);}

.screen-3-4 .main {width: 530px;height: 100%;position: absolute;top: 0;left: 13%;z-index: 10;}
.screen-3-4 .img .productimg {width: 865px;height:auto;position: absolute;bottom:10%;right:1%;z-index: 10;padding: 130px 0 0 50px;}
.screen-3-4 .img .productimg img.img-top {position: absolute;left: 0;top: 0;z-index: 11;}
.screen-3-4 .item li{list-style: none;margin: 0;padding: 0;margin-bottom: 30px;}
.screen-3-4 .item li i{display: block;float: left;width: 35px;margin-right: 10px;}
.screen-3-4 .item li h3{margin: 0;display: block;float: left;width:70%;color: #fff;}
.screen-3-4 .item li p {clear: both;}
.screen-3-5 .img .productimg {width: 987px;height: auto;position: absolute;bottom:0;right:3%;z-index: 10;}
.screen-3-8 .img .productimg {width: 60%;height: auto;position: absolute;bottom:-17%;right:1%;z-index: 10;}


.screen-4-1 .main,.screen-4-3 .main {width: 790px;height: 100%;position: absolute;top: 0;right:13%;z-index: 10;}
.screen-4-2 .main,.screen-4-6 .main {width: 790px;height: 100%;position: absolute;top: 0;left:13%;z-index: 10;}
.screen-4-5 .main {width: 100%;height: 100%;position: absolute;top: 0;left:0;z-index: 10;text-align: center;}
.screen-4-1 .title {background: url("../../product/Chargingpile/images/s-4-1-1.png") left top no-repeat;padding-top:95px;}
.screen-4-1 .text {font-size: 18px;line-height: 32px;}
.screen-4-2 .text,.screen-4-6 .text {color: #b8b8b9;}
.screen-4-3 .main .title h4,.screen-4-5 .main .title h4{color: #000;}
.screen-4-6 .main .item3.date3 span{color: #b8b8b9;}



.itempic {overflow: hidden;width: 100%;}
.itempic a{display: block;position: relative;width: 35%;float: left;}
.itempic a::before {content: '';display: block;width: 30px;height: 30px;position: absolute;bottom:5%;right:5%;background: url("../../product/Chargingpile/images/fd.png");}
.date3 {text-align: left;margin-top: 40px;}
.date3 li {list-style: none;display: inline-block;vertical-align: top;padding: 0 40px;position: relative;text-align: left;}
.date3 li h3{margin: 0;font-weight: normal;font-size: 40px;color: #4db560;}
.date3 li h3 strong {font-size: 60px;}
.date3 li h3 i {font-style: normal;font-size:34px;font-weight: bold;}
.date3 li h4{margin: 0;font-size: 26px;color: #4db560;}
.date3 li h6{color: #a9aaac;font-size: 16px;padding: 10px 0;display: block;margin: 0;}
.date3 li::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .1;}
.date3 li:last-child::after {display: none;}
.date3 li:first-child {padding: 0 40px 0 0px;}
.icon4 {text-align: left;margin-top: 40px;}
.icon4 li {text-align: center;display: inline-block;vertical-align: middle;padding: 0 20px;position: relative;}
.icon4 li i {width: 60px;height: 60px;margin: auto;display: block;position: relative;}
.icon4 li span{color: #a9aaac;font-size: 16px;padding: 10px 0;display: block;}
.icon4 li::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .1;}
.icon4 li:last-child::after {display: none;}
.icon4 li:first-child {padding: 0 20px 0 0px;}

/*产品详细 模版*/
.detail-template {position: relative;
}
.detail-template .img{position: relative;}
.detail-template .img img {display: block;width: 100%;height: auto;}
.detail-template .left{width: 730px;height: 100%;position: absolute;top: 0;left: 13%;z-index: 10;}
.detail-template .table {width: 100%;height: 100%;position: absolute;top: 0;left:0;z-index: 10;text-align: center;}
.detail-template .center.top10 {top: 10%;}
.detail-template .center.top10 .table,.detail-template .center.top10 .table-cell {display: block;}
.detail-template .center .title .line {margin: 25px auto;}
.detail-template .center .title.mtop13 {margin-top: 13%;}
.detail-template .center .title.mtop10 {margin-top: 10%;}
.detail-template .center .title.mtop7 {margin-top: 7%;}
.detail-template .center .title.mtop5 {margin-top: 5%;}
.detail-template .right{width: 700px;height: 100%;position: absolute;top: 0;right: 10%;z-index: 10;}
.detail-template .text{position: relative;font-size: 16px;line-height: 28px;color: #666666;}
.detail-template .text.text18 {font-size: 18px;line-height: 32px;}
.detail-template .width-main {width: 800px;margin: auto;}
.detail-template .picmain {margin-top: 80px;}
.detail-template .left .title.mtop13 {margin-top: 70px;}
.detail-template .title h2 {margin: 0;font-size: 60px;}
.detail-template .title h3 {margin: 0;font-size: 48px;}
.detail-template .title .line {width: 80px;height: 4px;background: #4db560;margin: 25px 0;}
.detail-template .baise h3,.detail-template .baise h2{color: #fff;}
.detail-template .title h4 {margin: 0;font-size: 24px;color: #4db560;}
.detail-template .baise .text{color: #b9babc;}

.detail-template .img .product-left-pic1 {position: absolute;bottom:0;left:0;z-index: 9;text-align:left;}
.detail-template .img .product-right-pic1 {width:700px;height:auto;position: absolute;bottom:5%;right: 10%;z-index: 9;text-align: center;}
.detail-template .img .product-right-pic2 {position: absolute;bottom:0;right:0;z-index: 9;text-align: right;}
.detail-template .img .product-right-pic2 img,.detail-template .img .product-left-pic1 img {display: inline-block;width: auto;height: auto;}
.detail-template .img .product-right-img1 {width:650px;height:auto;position: absolute;bottom:10%;right: 10%;z-index: 9;text-align: right;}
.detail-template .img .product-right-img1 img,.detail-template .img .product-right-pic1 img{display: inline-block;width: auto;height: auto;}
.detail-template .img .right-img1 {width:650px;height:auto;position: absolute;top:21%;right: 10%;z-index: 9;text-align: center;}
.detail-template .img .right-img1 img,.detail-template .img .right-img2 img,.detail-template .img .right-ycenter img{display: inline-block;width: auto;height: auto;}
.detail-template .img .right-img2 {width:800px;height:auto;position: absolute;top:19%;right: 10%;z-index: 9;text-align: center;}
.detail-template .img .center-bottom-img1 {width:100%;height:auto;position: absolute;bottom:0;left:0;z-index: 9;text-align: center;}
.detail-template .img .right-ycenter {width:800px;height:100%;position: absolute;top:0;right: 5%;z-index: 9;text-align: center;}
.detail-template .img .t25{top:25%;}
.detail-template .img .b0{bottom:0;}
.detail-template .img .b-5{bottom:-5%;}
.detail-template .img .b-13{bottom:-13%;}
.detail-template .img .b-15{bottom:-15%;}
.detail-template .img .b-20{bottom:-20%;}
.detail-template .img .b-26{bottom:-26%;}
.detail-template .pimg1 {margin-top: 50px;}
.detail-template .datepic {margin-top: 30px;}


.detail-template .product-left {width:40%;height:auto;position: absolute;top:15%;left: 7%;z-index: 9;text-align: center;}
.detail-template .product-left.ycenter {height:100%;top:0;}
.detail-template .product-left .img img{display: inline-block;width: auto;height: auto;}
.detail-template .table-right  {width:34%;height:auto;position: absolute;top:15%;right: 13%;z-index: 9;}
.detail-template .table-right.top10{top:10%;}
.detail-template .table-right.ycenter {height:100%;top:0;}
.detail-template .table-right .biaoti1 {color: #fff;font-size: 30px;font-weight: bold;}
.table-parameter {padding-top: 10px; overflow: hidden;}
.table-parameter-nav {padding: 20px 0;overflow: hidden;}
.table-parameter-nav.num4 a{width:23%;}
.table-parameter-nav.num4 a:nth-child(3),.table-parameter-nav.num4 a:nth-child(6),.table-parameter-nav.num4 a:nth-child(9) {margin:0 1% 1% 0;}
.table-parameter-nav a{font-size: 14px;color: #939393;width:31.88%;border-radius: 100px;border: 1px solid #353434;height: 40px;line-height:40px;text-align: center;display: inline-block;margin:0 1% 1% 0;}
.table-parameter-nav a.cur{color: #fff;border: 1px solid #fff;}
.table-parameter-nav a:hover {color: #fff;}
.table-parameter-nav a:nth-child(3),.table-parameter-nav a:nth-child(6),.table-parameter-nav a:nth-child(9) {margin:0 0px 1% 0;}
.table-parameter-list {border-top: 2px solid #323131;overflow: hidden;}
.parameter-li {overflow: hidden;position: relative;}
.parameter-li li{list-style: none;width: 40%;padding:20px 0;overflow: hidden; font-size: 14px;line-height: 24px; color: #fff;display: block;float: left;border-bottom: 1px solid #323131;margin-right:10%;}
.parameter-li h4 {display: block;margin: 0;color: #fff;border-bottom: 1px solid #323131;padding:20px 0;font-size: 14px;width: 90%;clear: both;overflow: hidden;}
.parameter-li h4:first-child {padding:0px 0 20px 0;}
.scrollh {overflow: auto;height: 550px;margin-top:30px;}
.scrollh::-webkit-scrollbar{height:4px; width:2px;background:rgba(255,255,255,.2)}


.icontxt5 {margin: 20px 0;overflow: hidden;}
.icontxt5 h4{font-size: 18px;padding-bottom: 10px;}
.icontxt5 li{position: relative;list-style: none;text-align: center;float: left;padding:0 4%;}
.icontxt5 li::after {content: '';display: block;width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #d9dce1;}
.icontxt5 li:nth-child(2){padding:0 5% 0 0;}
.icontxt5 li:last-child::after {display: none;}
.icontxt5 li i{display: block;width:80px;height: 50px;margin: auto;}
.icontxt5 li span{display: block;font-size: 16px;color: #666666;}
.detail-template .left.baise .icontxt5 li::after {opacity: .2;}
.detail-template .left.baise .icontxt5 li span{color: #999;}
.detail-template .center.baise .icontxt5 li {float: none;display: inline-block;padding:0 2%;}
.detail-template .center.baise .icontxt5 li:nth-child(2){padding:0 2% ;}
.detail-template .center.baise .icontxt5 li::after {opacity: .2;}
.detail-template .center.baise .icontxt5 li span{font-size: 14px;color: #98999a;}
.icontxt5.heise li::after {background: #000;opacity: .1;}
.mtb40 {margin: 40px 0;}
.pt10 {padding-top: 10px;}
.pt0 {padding-top: 0px;}
.textimg-swiper-pic .pic.pt0 {padding-top: 0px;}


.datetxt3 {text-align: center;margin-top: 40px;}
.datetxt3 li{position: relative;list-style: none;text-align: center;display: inline-block;padding:0;width:30%;}
.datetxt3 li::after {content: '';display: block;width: 1px;height:92%;position: absolute;right: 0;top: 5px;background: #d9dce1;}
.datetxt3 li:last-child::after {display: none;}
.datetxt3 li h4{margin:0;font-weight: normal;font-size: 30px;color: #4db560;text-transform: uppercase;}
.datetxt3 li h4 em {font-style: normal;font-size: 14px;}
.datetxt3 li span{font-size: 15px;color: #999999;display: block;padding-top: 10px;overflow: hidden;}
.detail-template .baise .datetxt3 li::after {background: #fff;opacity: .1;}
.detail-template .left .datetxt3,.detail-template .left .datetxt3 li  {text-align: left;vertical-align: top;}
.datetxt3.num2 li {width:40%;padding-left: 5%;}
.datetxt3.num2 li:first-child {padding-left:0;}
.datetxt3.num2 li span{color: #666666;}

.icontxt4 {margin: 50px 0 0 0;overflow: hidden;text-align: left;}
.icontxt4 li{position: relative;list-style: none;float: left;width:40%;margin-bottom: 20px;}
.icontxt4 li i{display: block;width: 50px;height: 50px;margin: 0;position: relative;}
.icontxt4 li span{display: block;font-size: 14px;color: #818386;}
.icontxt4.style2 li{width:auto;padding: 0 15px;text-align: center;}
.icontxt4.style2 li:first-child{padding: 0 15px 0 0px;}
.icontxt4.style2 li i {width:auto;}
.icontxt4.style2 li span {padding-top:10px;}


.icontxt3 {margin: 50px 0 0 0;overflow: hidden;text-align: left;}
.icontxt3 li{position: relative;list-style: none;float: left;margin-bottom:40px;padding:0 5%;}
.icontxt3 li:first-child,.icontxt3 li:last-child{padding:0 5% 0 0;}
.icontxt3 li:last-child{clear: both;}
.icontxt3 li:first-child::after {content: '';display: block;width: 1px;height:92%;position: absolute;right: 0;top: 5px;background: #b8bdca;}
.icontxt3 li i{display: block;width: 50px;height: 50px;margin: 0;}
.icontxt3 li span{display: block;font-size: 14px;color: #666666;}
 
.icontxt2 {margin: 40px 0 0 0;overflow: hidden;text-align: left;}
.icontxt2 li{position: relative;list-style: none;margin:50px 0 0 0;}
.cp2025.icontxt2 li{margin:30px 0 0 0;font-size:14px;}
.cp2025.icontxt2 li em img{
	margin-top:5px;
	display: inline-block;
	height: 20px;margin-right:10px;
}
.icontxt2 li h4 {margin:0;font-size:20px;padding-bottom: 10px;color:#333;}
.icontxt2 li span{display: block;font-size: 16px;line-height: 28px; color: #666666;}

.textimg-swiper-pic {text-align: center;margin-top:50px;height: 500px; overflow: hidden;}
.textimg-swiper-pic img{display: inline-block;}
.textimg-swiper-pic .pic {padding-top: 50px;}
.textimg-swiper-pic .pic img{margin:0 10px;}
.textimg-swiper-nav {text-align: center;margin-top:0px;overflow: hidden;position: absolute;width: 100%;bottom:10%;z-index: 20;}
.textimg-swiper-nav a {display: inline-block;vertical-align: top;min-width:220px;height: 95px;position: relative;margin:10px 20px;}
.textimg-swiper-nav a::after {content: '';display: block;width: 100%;height: 3px;background: #ccc;position: absolute;bottom: 0;left: 0;}
.textimg-swiper-nav a::before {content: '';display: none;width: 100%;height:100%;border: 3px solid #000;position: absolute;bottom: 0;left: 0;z-index: 10;box-sizing: content-box;}
.textimg-swiper-nav a.cur::before{display: block;}
.textimg-swiper-nav a.cur h5 span {color: #000;}
.textimg-swiper-nav a h5 {font-weight: normal;margin: 0;position: absolute;left:0;bottom:20%;width:100%;text-align: center;} 
.textimg-swiper-nav a span{font-size: 16px;color: #666666;line-height: 28px;display:inline-block;text-align: left;}
.textimg-swiper-nav.h45px a {height: 45px;}
.textimg-swiper-nav.h45px a h5 {bottom:27%;} 
.textimg-swiper-pic.hauto {height: auto;}
.textimg-swiper-pic.h100 {height: 100%;}
.textimg-swiper-nav.h45px a::after {background: #000;opacity: .1;}




.global-product-certification-iconbtn{margin-top:50px;overflow: hidden;width: 100%;background: url("../../product/Energystorage/product/30k/bg.png") center top no-repeat;padding:90px 0 50px 0;min-height: 360px;}
.global-product-certification-iconbtn .content-btn{padding-top: 40px;overflow: hidden;width: 890px;margin: auto;}
.global-product-certification-iconbtn .content-btn a{color: #435261;margin: 10px;border: 2px solid #a0b0bf;display: inline-block;vertical-align: middle;font-size: 14px;padding: 10px 30px;border-radius: 100px;}
.global-product-certification-iconbtn .content-btn a:hover {color: #c8e3ef;border: 2px solid #2778c9;background: #2778c9;}


.fcs10-main {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.fcs10-main-bottom {width: 1440px;position: absolute;left: 50%;bottom: 5%;margin-left: -700px;}
.fcs10-main-bottom li {display: block;list-style: none;padding:20px 0;float: left;width: 30%;margin-right:3.3%;margin-bottom: 1%; border-bottom: 2px solid #e5e5e6;}
.fcs10-main-bottom li i{display: inline-block;vertical-align: middle;margin-right:20px;}
.fcs10-main-bottom li h5{display: inline-block;vertical-align: middle;margin: 0;font-weight: normal;font-size: 16px;}
.fcs10-main-bottom li:nth-child(3),.fcs10-main-bottom li:nth-child(6) {margin-right: 0;}

.fcs10-main-top {width: 1440px;margin: auto;position: relative;}
.fcs-img {width: 960px;margin: auto;}
.fcs10-main-top .fcsitem3{width: 650px;height:540px;position: absolute;left: 50%;top: 50%;margin: -270px 0 0 -325px;}
.fcs10-main-top .fcsitem3 .item{position: absolute;display: block;z-index: 15;}
.fcs10-main-top .fcsitem3 .item em{display: block;width: 8px;height: 8px;background: #000;position: absolute;right: 5px;top: 13px;border-radius: 100%;opacity: .5;}
.fcs10-main-top .fcsitem3 .item em::after {content: '';display: block;width: 16px;height: 16px;position: absolute;right: -5px;top: -5px;border-radius: 100%;border: 1px solid #000;}
.fcs10-main-top .fcsitem3 .item h3{margin: 0;margin-bottom: 10px;border: 2px solid #ccc;padding: 7px 20px;;position: relative;font-size: 0;display:inline-block;overflow: hidden;}
.fcs10-main-top .fcsitem3 .item h3 i{display: inline-block;vertical-align: middle;margin-right: 10px;}
.fcs10-main-top .fcsitem3 .item h3 span{display: inline-block;vertical-align: middle;font-size: 17px;}
.fcs10-main-top .fcsitem3 .item h6{color: #666666;font-size: 15px;font-weight: normal;margin: 0;line-height: 26px;}
.fcs10-main-top .fcsitem3 .item:hover h3{border: 2px solid #000;}
.fcs10-main-top .fcsitem3 .item:hover em {opacity: 1;}
.fcs10-main-top .fcsitem3 .item.item1 {left: 0;top: -130px;width: 100%; text-align: center;}
.fcs10-main-top .fcsitem3 .item.item1 em{right: 50%;top: auto;bottom: -23px;margin-right: -10px;}
.fcs10-main-top .fcsitem3 .item.item2 {left: 615px;right: auto;top:300px;width: 250px; padding-left: 40px; text-align: left;}
.fcs10-main-top .fcsitem3 .item.item2 em{left:0;right: auto;}
.fcs10-main-top .fcsitem3 .item.item3 {left:auto;right: 610px;top:300px;width: 450px;text-align: right;padding-right: 40px;}

.iconpic4 {overflow: hidden;margin-top: 40px;}
.iconpic4 img{margin-right: 5%;display: block;float: left;}

/* fonts */
.title-style h1,.title-style h3,.title-style h2,.title-style h4,.screen-7 .swiper-right .swiper-text .item .title-1 h3,.swiper-tab-title h4,.screen-7 .swiper-right .swiper-text .item .title-1 h5,.screen-9 .upper-video .title-style h2,.screen-banner-swiper .screen-banner-slide .text h1,.our-project-swiper-3 .text h4,.product-range-list .item-2 .text h3,.screen-3 .upper .bottom .item .text h4,.screen-5 .upper .left .text h4,.screen-5 .upper .bottom .left li h2,.page-banner .text h2,.page-banner .text h5,.interesting-detail-title h1,.interesting-other h2,.Contact-our-team .left .email h3,.contact-bottom .right .name h2,.contact-bottom .right .name h4,.banner-slide .txt h1,.index-products-center .bottom3 a .text h2,.index-about .about-item .left .title h2,.index-interesting .title h2,.index-interesting-list a .text h2,.item-nav .left .ntitle h3,.item-nav .cnav li a h4,.screen-1 .title-style h5,.screen-12 .swiper-right .swiper-text .item .title-1 h3,.cd-nav a,.shownav-c  ul li a,.shownav-c ul li h4,.about-ours .left .text .item h3,.core-competence .absolute .item3 .item h3,.banner-slide .txt h4,.screen-banner-swiper .screen-banner-slide .title h2,.page-banner .text h3,.Contact-our-team .left .item2 h4 a
{font-family: 'Montserrat-Extra-Bold',Microsoft Yahei,Arial;}

.screen-3 .right .text .serial-num,.header .content .right .language .icon,.evcharger-data .item li h2 strong,.evcharger-data .item li h2 span,.screen-1 .upper .item4 li h2,.screen-3 .left .item2 li h2 strong,.screen-3 .img .text *,.screen-7 .screen-7-swiper .spagination7 span,.index-about .about-item .right li h2 strong,.index-about .about-item .right li h2 span,.about-global .top .left .text .num h2 strong,.about-global .top .left .text .num h2 span,.swiper-history .swiper-history-time .year-num,.swiper-history .swiper-history-time .year-num span,.about-date .left .item h2 strong,.about-swiper-pic .swiper-slide .text .itemlist .item h4 strong,.screen-banner-swiper .screen-banner-slide .data5 li h3 strong,.evcharger-solution-banner .item4 a h2,.screen-1-2 .main .item3 li h3,.screen-1-3 .left .item3 a h3,.screen-2-2 .main .item3 li h3,.date3 li h3,.about-ours .left .text .item3 li h3,.date3 li h3 strong,.swiper-history .swiper-history-time .swiper-slide-active .year-num,.swiper-history .swiper-history-time .swiper-slide-active .year-num  span,.swiper-pagination-num #current,.investors-date .left .ld2 span,.investors-date .right li h3 strong,.investors-date .right li h3 i,.service-support .left .text strong,.date3 li span,.jingdutiao8 .item h4 strong,.item-av6 h6,.datetxt3 li h4,.es-yuanquan-img .bgtext
{font-family: 'Barlow-Bold',Microsoft Yahei,Arial;}


.swiper-history .swiper-history-time .year-num,.swiper-history .swiper-history-time .year-num span,.swiper-pagination-num,.datetxt3 li h4 em
{font-family: 'Barlow-Light',Microsoft Yahei,Arial;}



.screen-7 .swiper-right .swiper-text .item .text  strong,.screen-7 .swiper-right .swiper-text .item .text  h2,.swiper-button-bottom .snext8 h6,.swiper-button-bottom .sprev8 h6,.swiper-button-bottom .swiper-pagination.spagination8 span,.swiper-button-bottom .swiper-pagination.spagination8,.contact-section .content .left .content-way li span h5,.popup-window-content .rolling-content .rolling-h h2,.header .content .center .nav li a,input,textarea,.screen-3 .img .text h3 p,.screen-5 .upper .bottom .left li h4,.interesting-detail-turnpage a span,.download-list a .text h3,.Contact-our-team .left .email h1,.screen-12 .swiper-right .swiper-text .item .text strong,.about-date .left .item h3,.about-date .left .item h3 strong,.about-date .right .item h4 strong,.index-products-center .bottom5 .text h4,.evcharger-advantage .item4 a .text h5,.evcharger-solution-banner .item4 a h5,.pic-animation .item h5,.detail-template .title h2,.table-parameter-nav a,.product-range-list .item .text h3,.global-product-certification .gpc-content-btn a,.global-product-certification-iconbtn .gpc-content-btn a,.global-product-certification-iconbtn .content-btn a
{font-family: 'Montserrat-Bold',Microsoft Yahei,Arial;}


.title-style h5,.view-btn h5,.screen-2 .top .right .text,.screen-2 .top .right .faq-btn h6,.screen-3 .left .text,.screen-3 .right .text .txt1,.header .content .right .search .search-input,.footer .content .center .left .subscribe input::-webkit-input-placeholder,.footer .content .center .left .subscribe .subscribe-submit,.page-path a,.download-list a .text h5 span,.download-list-bottom a .text h5 span,.page-banner .text h6,.index-products-center .bottom3 a .text h6 span,.index-about .about-item .left .play span,.index-about .about-item .right li h6,.screen8-swiper-img .section-item .item a h4 strong,.about-date .left .item h4,.battery-advantage .title h4,.amc-item4 .item .text h6
{font-family: 'Montserrat-Light',Microsoft Yahei,Arial;font-weight: normal;}

.item-av6 h3,.table-parameter-nav a,.download-list-nav a,.item-nav .right-nav ul li ul li a h5 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.item-av6 h5 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

.amc-item8 .item .text h5 {display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;overflow: hidden;}

.lh24{
	width:80%;
	line-height:36px;
	color:#666;
}
 /* Tab内容 */
        .tabs-content {
            padding: 30px;
        }
        
        .tab-pane {
            display: none;
            animation: fadeIn 0.5s ease;
			max-width:1200px;
			margin:auto;
        }
        
        .tab-pane.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

.specs-table {
            width: 100%;
            margin: 0 auto;
            border-collapse: collapse;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
			font-size:16px;
        }
        
        .specs-table td {
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
			text-align:center;
        }
        
        .specs-table tr:nth-child(odd) {
            background-color: #f5f7fa;
        }
        
        .specs-table tr:hover {
            background-color: #f0f5ff;
        }
        
        .specs-table td p {
            margin: 0;
            padding: 0;
        }
        
        /* 表头样式 */
        .specs-table tr:first-child {
            background-color: #4db560;
            color: white;
            font-weight: bold;
        }
        
        .specs-table tr:first-child td {
            border-bottom: 2px solid #4db560;
        }
        
        /* 子项缩进 */
        .specs-table tr td:first-child:empty + td {
            padding-left: 30px;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .specs-table {
                font-size: 14px;
            }
            
            .specs-table td {
                padding: 8px 10px;
            }
        }

.center{
	text-align:center;
}
.mg25{
	margin:2.5rem 0;
}
.font15{
	font-size:1.5rem;
}

.document-table {
            width: 100%;
            margin: 0 auto;
            border-collapse: collapse;
            overflow: hidden;
			font-size:16px;
        }
        
        .document-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #e0e0e0;
            vertical-align: middle;
        }
        
        /* 表头样式 - 绿底白字 */
        .document-table tr:first-child {
            color: #4db560;
            font-weight: 900;
			border-bottom:3px solid #4db560;
        }
        
        /* 奇数行样式 - 浅色底色 */
        .document-table tr:not(:first-child):nth-child(odd) {
            background-color: #f5f7fa; 
        }
        
        /* 链接样式 */
        .document-table a {
            //text-decoration: underline;
            font-weight: 600;
			//text-underline-offset: 5px; /* 控制间距 */
        }
        
        .document-table a:hover {
            text-decoration: underline;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .document-table {
                font-size: 14px;
            }
            
            .document-table td {
                padding: 10px 8px;
            }
        }
.image-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .image-item {
            text-align: center;
        }
        .image-cell {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
        }
		.image-caption {
            margin-top: 15px;
            font-size: 1.5rem;
            color: #333;
            line-height: 1.5;
        }
		/* 桌面端设置固定高度 */
        @media (min-width: 768px) {
            .image-grid {
                grid-template-columns: 1fr 1fr;
            }
            .svg .image-cell {
                height: 422px; /* 桌面端固定高度 */
            }
            .svg .responsive-image {
               height: 100%;
               width: auto;
            }
        }
        
        /* 移动端不设置固定高度，由图片自然撑开 */
        @media (max-width: 767px) {
            .image-cell {
                height: auto; /* 移动端自动适应高度 */
            }
            .responsive-image {
                width: 100%;
            }
            .image-caption {
                margin-top: 8px; /* 移动端进一步减小间距 */
                font-size: 1.4rem;
            }
        }
/* 一排4张图片项样式 */
.img4.image-grid {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
justify-items: center;
        }
        .img4 .image-item {
            width: 100%;
            max-width: 400px; /* 限制最大宽度为图片宽度 */
            transition: transform 0.3s ease;
        }
		.img4 .image-item:hover {
            transform: translateY(-5px);
        }
        
        .img4 .image-content img {
            max-width: 100%;
            height: 300px;
            object-fit: cover; 
            display: block;
			border-radius: 4px;
        }
        
        .img4 .image-caption h3 {
            font-size: 18px;
            color: #111827;
            font-weight: 500;
        }
        
        /* 响应式断点 - 控制每行显示数量 */
        @media (min-width: 1200px) {
            .img4.image-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        
        @media (max-width: 1199px) and (min-width: 900px) {
            .img4.image-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 899px) and (min-width: 600px) {
            .img4.image-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 599px) {
            .img4.image-grid {
                grid-template-columns: 1fr;
            }
        }
.section1{
background-image: url('../product/bg10.png');
padding: 150px 0;
}
@media (max-width: 599px) {
            .section1 {
                padding: 50px 0;
            }
        }
		
body,a,input,select,textarea{font-family:PingFang SC,'Microsoft YaHei',Arial,sans-serif;}
.detail {position: relative;}
.detail body {margin: 0;padding: 0;}
.detail a,.detail a * {transition:all .4s ease;}
.detail .img-block {width: 100%;height: auto;display: block;}
.detail .img-center {width: auto;height: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;max-width: 100%;max-height: 100%;}
.detail .tcenter-2 {text-align: center;}
.font48 {font-size: 48px;}
.font42 {font-size: 4.2rem;}
.font32 {font-size: 3.2rem;}
.font28 {font-size: 2.8rem;}
.font24 {font-size: 2.4rem;}
.font20 {font-size: 2rem;}
.font18 {font-size: 1.8rem;}
.font16 {font-size: 1.6rem;}
.font14 {font-size: 1.4rem;}
.flh26 {line-height: 2.6rem;}
.flh30 {line-height: 3rem;}
.flh36 {line-height: 3.6rem;}
.flh40 {line-height: 4.2rem;}

.product-detail-section {overflow: hidden;position: relative;}
.product-detail-section-content {position: relative;width: 80%;margin: auto;}
.product-detail-section-pic {position: relative;}
.product-detail-section-pic .pic {background-position: center;background-repeat: no-repeat;background-size: cover;}
.product-detail-section-text {position: absolute;width: 32%;left: 10%;top: 50%;transform: translateY(-50%);color: #fff;z-index: 10;}
.product-detail-section-title {position: relative;padding: 5% 0;border-top: 2px solid #fff;border-bottom: 2px solid #fff;overflow: hidden;color:#333;}
.product-detail-section-title .shtitle-1{font-weight: 900;}
.product-detail-section-title .shentitle-1{font-weight: 900;}
.product-detail-section-txt {margin-top: 5%;}
.product-detail-section-txt .shtext-1 {overflow: hidden;}
.product-detail-section-product {position: absolute;right: 5%;top:0%;width: 50%;height: 100%;z-index: 8;}
 

.product-detail-feature {padding: 5% 0;overflow: hidden;background: #f5f5f5;}
.product-detail-feature-title {text-align: center;}
.product-detail-feature-title .shtitle-2 {font-weight: 900;}
.product-detail-feature-title .shentitle-2 {color: #999;}
.product-detail-feature-list {margin-top: 3%;}
.product-detail-feature-item {float: left;width: 48.5%;overflow: hidden;margin-bottom: 3%;margin-right: 3%;}
.product-detail-feature-item.mr0 {margin-right: 0;}
.product-detail-feature-item:nth-child(2),.product-detail-feature-item:nth-child(4),.product-detail-feature-item:nth-child(6),.product-detail-feature-item:nth-child(8),.product-detail-feature-item:nth-child(10) {margin-right: 0;}
.product-detail-feature-item a{display: block;position: relative;background: #fff;}
.product-detail-feature-item a:hover .shicon-2 {opacity: 1;mix-blend-mode: color;}
.product-detail-feature-item a:hover .featurebg,.product-detail-feature-item a:hover .shicon-3 {opacity: 1;}
.product-detail-feature-item a:hover .text,.product-detail-feature-item a:hover .shtitle-1 {color: #fff;}
.product-detail-feature-item .pic {position: relative;}
.product-detail-feature-item .featurebg {opacity: 0;}
.product-detail-feature-item .shicon-2 {position: absolute;right: 0;bottom: 0;width: 45%;z-index: 1;}
.product-detail-feature-item .shicon-3 {position: absolute;right: 0;bottom: 0;width: 45%;z-index: 2;opacity: 0;}
.product-detail-feature-item .text {position: absolute;left: 10%;top: 50%;width: 40%;z-index: 11;color: #333333;transform: translateY(-50%);}
.product-detail-feature-item .shicon-1{position: relative;width: 5rem;height: 5rem;}
.product-detail-feature-item .shtitle-1{color: #333;margin-top: 8%;font-weight: bold;}
.product-detail-feature-item .shtext-1{color: #666666;margin-top: 4%;}

.product-detail-specification {padding-top: 5%;padding-bottom: 5%;}
.product-detail-specification-left {float: left;width: 48%;}
.product-detail-specification-left .pic {position: relative;}
.product-detail-specification-left .specificationbg {display: block;width: 100%;height: auto;}
.product-detail-specification-left .specification-botton {text-align: center;padding: 3% 0;border-top: 1px solid rgba(255,255,255,.1);border-bottom: 1px solid rgba(255,255,255,.1);}
.product-detail-specification-left .specification-botton a {display: inline-block;vertical-align: middle;margin: 0 1%;padding: 1rem 3rem;border-radius: 50px;}
.product-detail-specification-left .specification-botton a i {display: inline-block;vertical-align: middle;width: 2rem;height: 2rem;position: relative;}
.product-detail-specification-left .specification-botton a span {display: inline-block;vertical-align: middle;color: #fff;margin-left: 1.5rem;}
.product-detail-specification-left .specification-botton a:hover {background: #00bf86;}
.product-detail-specification-right  {float: right;width: 45%;}
.product-detail-specification-right .product-detail-feature-title {text-align: left;}
.product-detail-specification-content {position: relative;}
.product-detail-specification-top {padding: 3% 0;overflow: hidden;}
.product-detail-specification-top a {display: inline-block;vertical-align: middle;text-align: center;color: #999;font-weight: bold;text-decoration: none;margin-right: 15rem;margin-bottom: 1rem;	}
.product-detail-specification-top a.font48:last-child{margin-right:0;}
.product-detail-specification-top a.active {position: relative;color: #333;}
.product-detail-specification-top a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%; /* 从25%开始 */
  width: 50%; /* 宽度为元素的一半 */
  height: 4px; /* 边框高度 */
  background-color: #4db560; /* 边框颜色 */
  top: 70px;
}
.product-detail-specification-bottom {border-top: 2px solid rgba(255,255,255,.1);overflow: hidden;padding: 3% 0;}
.product-detail-specification-list {height: 49rem;overflow: hidden;overflow-y: auto;scrollbar-width:thin;}
.product-detail-specification-list::-webkit-scrollbar{height:4px; width:3px;background: #666;}
.product-detail-specification-list::-webkit-scrollbar-button{height:0; width:5px;background: #666;}
.product-detail-specification-list::-webkit-scrollbar-thumb{background-color:#fff;box-shadow:inset 1px 1px 0 #fff,inset 0 -1px 0 #fff;}
.product-detail-specification-item {overflow: hidden;clear: both;}
.product-detail-specification-item li{float: left;width: 43%;border-bottom: 1px solid rgba(255,255,255,.1);color: #333;list-style: none;margin: 0;padding: 0;padding: 3% 0;overflow: hidden;clear: left;margin-right: 10%;}
.product-detail-specification-item li.mr0 {margin-right: 0;clear: none;}

.product-detail-solution {padding: 5% 0;overflow: hidden;position: relative;background: #f5f5f5;}
.shplay-1 {width: 12rem;height: 12rem;background: url('./images/play.png') center no-repeat;background-size: 100%;margin: auto;}
.product-detail-solution-top {text-align: center;}
.product-detail-solution-bottom {margin-top: 3%;}
.product-detail-solution-item {overflow: hidden;position: relative;}
.product-detail-solution-item .text{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;text-align: center;color: #fff;}
.product-detail-solution-item .shtitle-1 {margin-top: 5%;font-weight: 900;}
.product-detail-solution-item a:hover .pic {transform: scale(1.05);}
.product-detail-solution-swiper .shplay-1 {width: 5.5rem;height: 5.5rem;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);}
.product-detail-solution-swiper .text{left: 0;width: 90%;top: auto;transform: none;bottom: 10%;text-align: left;padding: 0 5%;}
.product-detail-solution-swiper .text::before {content: '';width: 4px;height: 100%;position: absolute;left: 0;top: 0;background: #00bf86;}
.product-detail-solution-swiper .shtitle-1 {margin-top: 0;}

.product-detail-application-cases {padding: 5% 0;overflow: hidden;position: relative;}
.product-detail-application-cases-top {text-align: center;}
.product-detail-application-cases-bottom {margin-top: 3%;}
.product-detail-application-cases-item {overflow: hidden;position: relative;}
.product-detail-application-cases-item .img {background-color: #333;}
.product-detail-application-cases-item .pic {background-position: center;background-repeat: no-repeat;background-size: cover;}
.product-detail-application-cases-item .text{position: absolute;left: 5%;bottom:10%;z-index: 11;color: #fff;width: 90%;}
.product-detail-application-cases-item .shtitle-2 {font-weight: 900;}
.product-detail-application-cases-item .shtext-2 {margin-top: 1%;opacity: .7;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product-detail-application-cases-swiper .application-cases-prev,.product-detail-application-cases-swiper .application-cases-next {overflow: hidden;outline: none;}
.product-detail-application-cases-swiper .application-cases-prev::after,.product-detail-application-cases-swiper .application-cases-next::after {color: #fff;}
.product-detail-application-cases-swiper .application-cases-prev {left: 20%;}
.product-detail-application-cases-swiper .application-cases-next {right: 20%;}


.product-detail-section-product div {animation: icons 4s linear infinite;-webkit-animation:icons 4s linear infinite}


.product-detail-section-text.black,.product-detail-section-text.black .product-detail-section-txt {color: #555;}
.product-detail-section-text.black .product-detail-section-title  {border: none;overflow: unset;}
.product-detail-section-text.black .product-detail-section-title::before {content: '';width: 10%;height: 3px;position: absolute;left: 0;bottom: -1px;background: #00bf86;z-index:11;}
.product-detail-section-text.black .product-detail-section-title::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,.1);}


.product-detail-feature.style2 .product-detail-feature-item a:hover .shtitle-1 {color: #333;}
.product-detail-specification.style2 .product-detail-specification-left:first-child  {display:none;}
.product-detail-specification.style2 .product-detail-specification-left,.product-detail-specification.style2 .product-detail-specification-right {float: none;width: 100%;}
.product-detail-specification.style2 .product-detail-specification-right .product-detail-feature-title,.product-detail-specification.style2 .product-detail-specification-top {text-align: center;}
.product-detail-specification.style2 .product-detail-specification-top {padding: 1% 0;margin-bottom:50px;}
.product-detail-specification.style2 .product-detail-specification-item li {width: 23%;padding: 1% 0;clear: none;margin-right: 3rem;}
.product-detail-specification.style2 .product-detail-specification-item li.mr0 {clear: none;margin-right: 0;} 
.product-detail-specification.style2 .product-detail-specification-item li span {color: #999;}
.product-detail-specification.style2 .product-detail-specification-item li div {min-height:2.5rem;}
.product-detail-specification.style2 .product-detail-specification-bottom {padding: 0 0 3% 0;border:none;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton {padding: 0 0;border:none;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton a:last-child {background: #00bf86;border: 2px solid #00bf86;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton a:first-child {border: 2px solid #fff;}
.product-detail-specification.style2 .product-detail-specification-left .specification-botton a:hover {border: 2px solid #00bf86;}
.product-detail-specification.style2 .product-detail-specification-list {height: auto;}

.screen-6-1 {
    margin:150px 0;
}
.screen-6-1 .left {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 12.5%;
    overflow: hidden;
}
.screen-6-1 .right {
    width: 58%;
    text-align: center;
	overflow: hidden;
}
.screen-6-1 .right img {
    display: inline-block;
    width: auto;
    height: auto;
}
.footfoot{
	float:right;text-align: right;
}
.product-detail{
	padding-top:84px;
}
.banner-cp {
            width: 100%;
            height: 500px;
            position: relative;
            overflow: hidden;
        }
        
        .banner-image {
            width: 100%;
            height: 100%;
        }
        
        .banner-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            transition: object-position 0.5s ease;
        }
 .cutepage {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
}
.cutepage a {
    margin-left: 5px;
}
#cutepage .selected {
    color: #ff0000;
}
.cutepage input {
    width: 25px;
	text-align:center;
	border:1px solid #333;
}
.hand {
    cursor: pointer;
}       
      
        
        /* 响应式设计 */
        
        @media (max-width: 1455px) {
            .banner-image img {
                object-position: 75% center;
            }
            
            .banner-cp {
                height: 350px;
            }
        }
        
        @media (max-width: 576px) {
            .banner-image img {
                object-position: 85% center;
            }
            
            .banner-cp {
                height: 300px;
                border-radius: 0;
            }
        }


@-webkit-keyframes icons { 0%{-webkit-transform: translate(0,0);transform: translate(0,0);}50%{-webkit-transform: translate(0,3em);transform: translate(0,3em);}100%{-webkit-transform: translate(0,0);transform: translate(0,0);}}
@keyframes icons {0%{-webkit-transform: translate(0,0);transform: translate(0,0);}50%{-webkit-transform: translate(0,3em);transform: translate(0,3em);}100%{-webkit-transform: translate(0,0);transform: translate(0,0);}} 

.gallery {
            display: flex;
            flex-direction: column;
            gap: 80px;
			margin-left: 100px;
            margin-right: 100px;
        }
        
        .row {
            display: flex;
            gap: 10px;
            width: 100%;
            overflow: hidden;
        }
        
        /* 第一行3张图片 */
        .row.first {
            justify-content: space-between;
        }
        
        .row.first .item {
            width: calc(33.333% - 7px);
        }
                
        .item {
            text-align: center;
        }
        
        .item img {
            width:300px;
            height: auto;
			margin: auto;
            display: block;
            border-radius: 5px;
        }
        
        .item p {
            margin-top: 8px;
            font-size: 16px;
            color: #333;
        }
        
        /* 响应式调整 - 只缩小不放大 */
        @media (max-width: 992px) {
            .row {
                flex-wrap: wrap;
            }
            
            .row.first .item {
                width: calc(50% - 5px);
                margin-bottom: 10px;
            }
            
            .row .item:last-child {
                margin-bottom: 0;
            }
        }
        
        @media (max-width: 576px) {
            .row.first .item {
                width: 100%;
                margin-bottom: 15px;
            }
            
            .row .item:last-child {
                margin-bottom: 0;
            }
        }
.style2{
	padding-left:5px;
	padding-right:5px;
}

@media screen and (max-width: 5120px) { 
	html{font-size: 92.5%;}  
	.img-center {width: auto!important;height: auto!important;} 
	.product-detail-section-product .img-center {width: auto!important;height: auto!important;}
}
@media screen and (max-width: 3840px) { 
	html{font-size: 82.5%;} 
}
@media screen and (max-width: 2560px) {
	html{font-size: 72.5%;} 
} 
@media screen and (max-width: 1920px) {	
	html{font-size: 62.5%;} 
	.img-center {width: auto!important;height: auto!important;}
}
@media screen and (max-width: 1680px) {
	html{font-size: 52.5%;}  
}
@media screen and (max-width: 1440px) {
	html{font-size: 42.5%;} 
}
@media screen and (max-width: 1366px) {
}
@media screen and (min-width: 860px) and (max-width: 1280px) { 
.screen-5 .left, .screen-6-1 .left {
    left: 5%;
}
.icontxt2{margin:0;}
.font48{
	font-size:24px;
}
.cp2025.icontxt2 li {
    margin: 0;
    font-size: 12px;
}
.icontxt2 li h4 {
	font-size:16px;
	padding-bottom: 2px;
	padding-top:2px;
}
.cp2025.icontxt2 li em img {
	height:15px;
}
.screen-6-1 {
    margin: 100px 0;
}
.detail-template .img img.pcshow{
	height:640px;
}
.product-detail-specification-top a.active::after {
    top: 40px;
}
}
@media screen and (max-width: 1152px) { 
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 760px) {
	.product-detail-section-text {width: 90%;left: 5%;top: 2%;transform: none;}
	.product-detail-section-product { top: 2.5rem;width: 90%;}
	.product-detail-feature,.product-detail-solution,.product-detail-application-cases{padding: 20% 0;}
	.product-detail-section-content {width: 90%;}
	.product-detail-feature-item {float: none;width: 100%;margin-bottom: 5%;margin-right: auto;}
	.product-detail-feature-item .text { left: 5%;width: 50%;}
	.product-detail-specification-left,.product-detail-specification-right {float: none;width: 100%;}
	.product-detail-specification-right {margin-top: 10%;}
	.product-detail-specification-list {height: auto;}
	.product-detail-specification-item li {float: none;width: 100%; margin-right: 0;}
	.shplay-1 {width: 5.5rem;height: 5.5rem;}
	.product-detail-application-cases-swiper .application-cases-prev {left: 1%;}
	.product-detail-application-cases-swiper .application-cases-next {right: 1%;}
	.product-detail-specification.style2 .product-detail-specification-item li {width: 100%;padding: 2% 0;margin-right: 0;}
	.font48{
		font-size:4.0rem;
	}
	.product-detail-specification-top a.font48 {
		font-size:3.2rem;
		margin-right: 3rem;
	}
	.cp2025.icontxt2{
		margin-top:180px;
	}
	.product-detail-section-product .img-center {
    width: 60%!important;
}
.screen-6-1 .left {
    width: 90%;
}
.screen-6-1 .left {
    position: relative;
    top: auto;
    overflow: hidden;
	left: 5%;
}
 .screen-6-1 .right {
    width: 100%;
    float: none;
}
.screen-6-1 {
    margin:50px 0;
}
.screen-6-1 .left .text {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0 30px 0;
}
.product-detail-specification-top a.active::after {
	top:30px;
}
.footfoot{
	float:left;text-align: left;
}
.detail-template .img img.yycjbg{
	height:350px;
}
.product-detail-specification {padding-top: 15%;padding-bottom: 15%;}
}
@media screen and (min-width: 701px) and (max-width: 859px) {
.product-detail-section-product .img-center{
	top:120%;
}
.detail-template .img img.yycjbg{
	height:450px;
}
.product-detail-specification-top a.active::after {
    top: 50px;
}
.font48{
	font-size:32px;
}
}
