

/* CSS Reset */
body, div, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button{margin: 0;padding: 0;border: 0;}
html{-webkit-text-size-adjust:none; }
body{overflow-x:hidden;margin:0; padding:0;}
body sup {display: inline-block!important;vertical-align: top;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
a{text-decoration:none;color:#242424;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a:hover{text-decoration:none;color:#000;} 
a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
a *{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
* {font-family:'Montserrat-Light',Microsoft Yahei,PingFang SC,Verdana, Helvetica Neue,Hiragino Sans GB,Microsoft Sans Serif,Arial;}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none; font-size:14px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#a1a4b2;font-size:14px;}
input::-moz-input-placeholder,textarea::-moz-input-placeholder{color: #a1a4b2;font-size:14px;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder {color: #a1a4b2;font-size:14px;}
img {max-width: 100%;max-height:100%;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.opacity0{filter:alpha(Opacity=0);-moz-opacity:0;opacity:0;}
.no-touch { height:100%;}
.no-touch body{ overflow:hidden;height:100%;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.ipshow {display: none!important;}
.relative {position: relative;}
.table {display: table;width: 100%;height: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
.fullscreen,.fullscreen body {height: 100%;overflow: hidden}
.display-block {display: block!important;}
.height-auto {height: auto!important;}
.hide {display: none;opacity: 0;width: 0px;height: 0px;z-index: -1;overflow: hidden;}
.content {width:75%;margin: auto;}
.dblockw100hauto{display:block;width: 100%;height:auto;}
.mark-nav-bg {width: 100%;height: 100%;position:fixed;left: 0;top: 0;z-index: 100;background: #000;opacity: .5;display: none;}
.mark-nav-bg.cur {display: block;}
.loading {position: relative;}
.loading::before {content: '';width: 40px;height: 40px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;background: url('../../static/images/loading.gif') center no-repeat;background-size: 100%;}



/* header */
.header {position: fixed;left: 0;top:0;width: 100%;z-index: 999;background: #fff;border-bottom: 1px solid #e6e6e6;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.header .content {width: 90%;height: 100%;margin: auto;position: relative;}
.header .content .left {position: relative;height: 84px;}
.header .content .left .logo{display: block;width: 300px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.header .content .left .logo img{}
.header .content .left .stockcode{font-size: 12px;color: #666;margin-left: 150px;margin-top: 30px;padding-left:20px; position: relative;}
.header .content .left .stockcode::before {content: '';display: block;width: 1px;height:30px;background: #ccc;position: absolute;left: 0;top: 0;}
.header .content .left .stockcode p {text-decoration: underline;}

.header .content .center {text-align: center;position: absolute;left: 15%;width: 100%;height: 100%;top: 0;}
.header .content .center .nav{margin: 0;padding: 0;list-style: none;font-size: 0;}
.header .content .center .nav li{display: inline-block;margin: 0;list-style: none;position: relative;}
.header .content .center .nav li a{display: block; font-size: 18px;line-height: 84px;padding: 0 25px; position: relative;text-transform:uppercase;}
.header .content .center .nav li a:hover{color: #4db560;}


.header .content .right {text-align: right;font-size: 0;padding-top: 30px;}
.header .content .right .search {display: inline-block;vertical-align: middle;width: 160px; position: relative;}
.header .content .right .search .icon {display: block;width: 18px;height: 18px;position: absolute;right: 0;top: 50%;margin-top: -9px; background: url("../images/ss.png") center no-repeat;background-size: 100% ;}
.header .content .right .search .icon input {width: 100%;display: block;height: 100%;border: none;opacity: 0;background: none;cursor: pointer;}
.header .content .right .search .search-input {border: none;border-bottom: 1px solid #ccc;background: none; width: 100%;height: 30px;font-size: 12px;outline: none;}
.header .content .right .language {display: inline-block;vertical-align: middle;margin: 0 0px 0 30px; overflow: hidden;cursor: pointer;}
.header .content .right .language .icon{display: block; width: 18px;height: 18px;padding-left: 25px;color: #1a1a1a;font-size: 14px; background: url("../images/ll.png") left center no-repeat;}
.header .content .right .language .language-show{display: none;position: absolute;width: 100px;padding:20px 10px 10px 10px;right: -40px;text-align: center;top:60px;background: #fff; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}
.header .content .right .language .language-show:before {content: '';position: absolute;top: -10px;left: 50%;margin-left: -15px;border-right: 15px solid transparent;border-left: 15px solid transparent;border-bottom: 15px solid #fff;}
.header .content .right .language .language-show a{display: block; color: #000;font-size: 12px;line-height: 20px; margin-bottom:5px;opacity: .5;}
.header .content .right .language .language-show a:hover {opacity: 1;}
.header .content .right .language .language-show.cur {display: block;}


.inside-pages .header-height{height: 0px;}
.inside-pages .header {background: none;border-bottom: 1px solid rgba(255,255,255,.1);}
.inside-pages .header .content .right .search .icon { background: url("../images/ss1.png") center no-repeat;background-size: 100% ;}
.inside-pages .header .content .right .language .icon{color: #fff;background: url("../images/ll1.png") left center no-repeat;}
.inside-pages .header .content .right .search .search-input {border-bottom: 1px solid rgba(255,255,255,.3);}
.inside-pages .header.scroll-top,.inside-pages .header:hover {background: #fff;border-bottom: 1px solid #e6e6e6;}
.inside-pages .header.scroll-top .content .right .search .icon,.inside-pages .header:hover .content .right .search .icon{ background: url("../images/ss.png") center no-repeat;background-size: 100%;}
.inside-pages .header.scroll-top .content .right .language .icon,.inside-pages .header:hover .content .right .language .icon{color: #1a1a1a;background: url("../images/ll.png") left center no-repeat;}
.inside-pages .header.scroll-top .content .right .search .search-input,.inside-pages .header:hover .content .right .search .search-input{border-bottom: 1px solid #ccc;}
.inside-pages .header .content .center .nav li a {color: #fff;}
.inside-pages .header:hover .content .center .nav li a,.inside-pages .header.scroll-top .content .center .nav li a {color: #242424;}
.inside-pages .header .content .center .nav li a.cur {color: #4db560;}
.inside-pages .header:hover .content .center .nav li a:hover {color: #4db560;}
.inside-pages .header .content .center .nav li.cur a {color: #4db560;}


.header.scroll-down {top: -100px;}
.header.scroll-down .header-nav-show 
{display: none;}

 

/* header - menu */
.header .content .center .nav li.cur a::after {width:100%;}
.header .content .center .nav li.cur a{color: #4db560;}
/*.header .content .center .nav li a.cur{color: #4db560;}*/
.header-nav-show {position: absolute;left: 0;top: 84px;background: #fff;width: 100%;height: auto;overflow: hidden;z-index: 999;}
.header-nav-show::before {content: '';display: block;width: 100%;height: 1px;background: #e6e6e6;top: 0;left: 0;position: absolute;}
.header-nav-show .content {overflow: hidden;width: 74.5%;margin: auto;}
.header-nav-show .content .nav-content.Hide {display: block;opacity: 0;height: 0px;padding:0;min-height:0px;overflow: hidden;}
.header-nav-show .content .nav-content {display: block;padding:5% 0;min-height: 100px;opacity:1;height: auto;}
.item-nav {position: relative;overflow: hidden;}
.item-nav .left{float: left;width: 40%;overflow: hidden;height: auto!important;position: relative;}
.item-nav .left .ntitle{padding-bottom: 10px;}
.item-nav .left .ntitle h3{font-size: 24px;color: #1a1a1a;text-transform: uppercase;margin: 0;}
.item-nav .left .item-nav-pic-swiper {position: relative;}
.item-nav .left .img {display: block;}
.item-nav .left .text{padding: 20px 0;overflow: hidden;font-size: 14px;line-height: 24px;color: #666;}
.item-nav .left .btn {font-size: 0;border: 1px solid #ccc;display: inline-block;padding: 15px 20px;position: relative;}
.item-nav .left .btn span{font-size: 14px;color: #666;display: inline-block;vertical-align: middle;margin-right: 10px;z-index: 3;position: relative;}
.item-nav .left .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;}
.item-nav .left .btn::before {content: '';display: block;width:0px;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;}
.item-nav .left a {display: block;overflow: hidden;}
.item-nav .left a:hover .btn::before{width: 100%;}
.item-nav .left a:hover .btn span {color: #fff;}
.item-nav .left a:hover .btn i{background: url("../upload/right3.png");background-size:100% 100%;opacity: 1;}

.item-nav .right-nav {float: left;width:60%;height: 450px;}
.item-nav .right-nav ul {width:95%;height: 100%;margin: 0;padding:0 0 0 5%;list-style: none;position: relative;overflow: hidden;}
.item-nav .right-nav ul::before {content: '';display: block;width: 1px;height: 100%;background: #e5e5e5;position: absolute;left: 0;top: 0;z-index: 1;}
.item-nav .right-nav ul:last-child::after{display: none;}
.item-nav .right-nav ul.nav {position: relative;margin-top: -10px;}
.item-nav .right-nav ul.two {position: absolute;top: 0; left: 340px;background: #fff;}
.item-nav .right-nav ul.three {position: absolute;top: 0;left: 340px;background: #fff;}
.item-nav .right-nav ul li{list-style: none;width: 240px;padding-right:50px;}
.item-nav .right-nav ul li a{position: relative;display: block;padding:15px 0;overflow: hidden;}
.item-nav .right-nav ul li a::before,.item-nav .right-nav ul li a::after{content: '';display: block;width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;bottom: 0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.item-nav .right-nav ul li a::before {width: 0px;height: 2px;z-index: 3;}
.item-nav .right-nav ul li a:hover::before{width: 100%;background: #4db560;}
.item-nav .right-nav ul li a h4{font-size: 17px;color: #999999;margin: 0;}
.item-nav .right-nav ul li a i{width: 9px;height: 12px;position: absolute;top: 50%;right: 5%;margin-top: -6px; background: url("../upload/right2.png");background-size:100% 100%;display: block;opacity: 0;}
.item-nav .right-nav ul li a:hover i,.item-nav .right-nav ul li.cur a i {opacity: .5;}
.item-nav .right-nav ul li.cur a h4{color: #000;}
.item-nav .right-nav ul li.cur a::before{width: 100%;background: #4db560;}
.item-nav .right-nav ul li.cur ul li a::before{width: 0px;}
.item-nav .right-nav ul li.cur ul li a:hover::before{width: 100%;}
.item-nav .right-nav ul li ul li.cur.on a i{opacity: .5;display: block;}
.item-nav .right-nav ul li ul li.cur.on a::before{width: 100%;}
.item-nav .right-nav ul li ul li.cur.on ul li a::before{width:0;}
.item-nav .right-nav ul li ul li.cur.on ul li a:hover::before{width:100%;}
.item-nav .right-nav ul li ul li.cur.on ul li a i{opacity: 0;display: none;}
.item-nav .right-nav ul li ul li.cur.on ul li a:hover i{opacity: .5;display: block;}
.item-nav .right-nav ul li ul{display:none;}
.item-nav .right-nav ul li ul li a{color: #999999;}
.item-nav .right-nav ul li ul li a i {opacity: 0;display: none;}
.item-nav .right-nav ul li ul li a:hover i {opacity: .5;display: block;}
.item-nav .right-nav ul li ul li a:hover,.item-nav .right-nav ul li ul li a:hover h5 {color: #000;}
.item-nav .right-nav ul li ul li a h5{font-size: 15px;color: #999999;margin: 0;font-weight: normal;width: 90%;}


.product-list-top-nav {text-align: center;padding: 2% 0;overflow: hidden;}
.product-list-top-nav a {display: inline-block;vertical-align: middle;padding: 0 3%;position: relative;}
.product-list-top-nav a::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #ccc;}
.product-list-top-nav a:last-child::after {display: none;}
.product-list-top-nav a i {width: 30px;height: 30px;display: inline-block;vertical-align: middle;position: relative;}
.product-list-top-nav a img {filter: grayscale(1);opacity: .5;}
.product-list-top-nav a span {font-size: 18px;color: #8f8e8e;display: inline-block;vertical-align: middle;font-weight: bold;margin-left: 10px;}
.product-list-top-nav a.cur img {filter: none;opacity: 1;}
.product-list-top-nav a.cur span {color: #00bf86;}
.product-list-top-nav a:hover img {filter: none;opacity: 1;}
.product-list-top-nav a:hover span {color: #00bf86;}
@media screen and (max-width: 1280px) {
    .product-list-top-nav a {padding: 0 1%;}
    .product-list-top-nav a span {font-size: 14px;margin-left: 0px;margin-right: 10px;}
}
@media screen and (max-width: 860px) {
    .product-list-top-nav a{border: 1px solid #ccc;padding: 3%;margin: 1%;}
    .product-list-top-nav a span {font-size: 14px;margin: 0;}
    .product-list-top-nav a i {display: block;margin: auto;}
    .product-list-top-nav a::after {display:none;}
}

.caigou-windows {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 911;text-align: center;display: none;transform: translateY(-100%);}   
.caigou-windows.cur {transform: translateY(0);display:block;}
.caigou-form {width: 550px;height: auto;margin: auto;display: inline-block;background: #fff;padding: 25px;position: relative;}
.cgcloses {width:40px;height:40px;position:absolute;right:2%;top:2%;z-index:3;cursor: pointer;}
.cgcloses i{width:20px;height:20px;margin:5px;position: relative;transform: rotate(45deg);display:block;transition:all .4s ease;}
.cgcloses i::before {content: '';width: 20px;height: 2px;background: #000;position: absolute;right: 0;top: 9px;}
.cgcloses i::after {content: '';width: 2px;height: 20px;background: #000;position: absolute;right: 9px;top: 0;}
.cgcloses:hover i{transform: rotate(180deg);}
@media screen and (max-width: 860px){
   .caigou-form {width: 100%;box-sizing: border-box;} 
   .caigou-form.content-form li .input2{height: 40px;}
}


.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: 4.8rem;}
.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;color: #fffoverflow: hidden;}
.product-detail-section-title .shtitle-1{font-weight: 900;}
.product-detail-section-title .shentitle-1{font-weight: 900;color: #fff;}
.product-detail-section-txt {margin-top: 5%;}
.product-detail-section-txt .shtext-1 {overflow: hidden;color: #fff;}
.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: 5% 0;overflow: hidden;background: url('/img/canshu_bg.jpg') center no-repeat;background-size: cover;}
.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 {color: #fff;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;padding: 1rem 3rem;text-align: center;border: 2px solid #999;border-radius: 50px;color: #666;font-weight: bold;text-decoration: none;margin-right: 1rem;margin-bottom: 1rem;}
.product-detail-specification-top a.cur {color: #fff;border: 2px solid #fff;}
.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;padding-right: 2%;}
.product-detail-specification-item li{float: left;width: 43%;border-bottom: 1px solid rgba(255,255,255,.1);color: #fff;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: #333;}
.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;}
.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;}






@-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);}} 



@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;max-width:80%;max-height:80%;width: 80%!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 (max-width: 1280px) { 
}
@media screen and (max-width: 1152px) { 
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 860px) {
	.product-detail-section-text {width: 90%;left: 5%;top: 10%;transform: none;}
	.product-detail-section-product { top: auto;width: 90%;height: 50%;bottom: 5%;right: 5%;}
	.product-detail-feature,.product-detail-specification ,.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;}
}


/* footer */
.footer { background: linear-gradient(to right, #0c672d, #48a735);padding-top:20px;overflow: hidden; color: #fff;}
.footer .content {width: 80%; margin:auto;}

.footer .content .top {padding-bottom:20px;overflow: hidden;border-bottom: 1px solid #d9d7d7; width:1200px;margin:auto;}
.footer .content .top .footer-nav{text-align:center;}
.footer .content .top .footer-nav a{font-size: 16px;color: #fff;margin-right: 50px; text-align:center;}
.footer .content .top .footer-nav a:hover {color: #fff;}


.footer .content .center{clear: both;position: relative;padding:40px 0 30px 0;overflow: hidden;}
.footer .content .center .left { width:350px; margin-left:35%;}
.footer .content .center .left .subscribe {font-size: 0;}
.footer .content .center .left .subscribe input {height: 38px;border: 1px solid #484848;background: none;color: #5f5f5f;font-size: 12px;padding: 0 20px;}
.footer .content .center .left .subscribe input::-webkit-input-placeholder {font-size:12px;color:#5f5f5f;}
.footer .content .center .left .subscribe .subscribe-input{width: 240px;display: inline-block;vertical-align: middle;}
.footer .content .center .left .subscribe .subscribe-submit{width: 90px;height: 40px;display: inline-block;vertical-align: middle;margin-left:7px;cursor: pointer;}
.footer .content .center .left .subscribe .subscribe-submit:hover {color: #fff;border: 1px solid #fff;}
.footer .content .center .right .social{float: left;}
.footer .content .center .right .social a {width: 36px;height: 36px;margin-left: 10px;display: block;float: left;opacity: .5;border: 1px solid #404040;position: relative;}
.footer .content .center .right .social a.f1 {background: url("../img/f1.png") center no-repeat;}
.footer .content .center .right .social a.f2 {background: url("../img/f2.png") center no-repeat;}
.footer .content .center .right .social a.f3 {background: url("../img/f3.png") center no-repeat;}
.footer .content .center .right .social a.f4 {background: url("../img/f4.png") center no-repeat;}
.footer .content .center .right .social a.f5 {background: url("../img/f5.png") center no-repeat;}
.footer .content .center .right .social a.f6 {background: url("../img/f6.png") center no-repeat;}
.footer .content .center .right .social a:hover {opacity: 1;}
.footer .content .center .right .social a img{width:100px;height:100px;position:absolute;left:-30px;top:-30px;z-index:33;max-width:100px;max-height:100px;display: none;}
.footer .content .center .right .social a:hover img {display: block;}
.footer .content .center .right .wxshow {display: none;position: absolute;width: 100px;height: 100px;padding: 5px; background: #fff;left: -40px;bottom: 40px;z-index: 3;}
.footer .content .center .right .wxshow::before{content: '';display: block;position: absolute;left:50%;bottom: -10px;margin-left: -20px;border-right:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #fff;}
.footer .content .center .right .wxshow img {display: block;width: 100%;height: auto;}

.footer .content .bottom{clear: both;overflow: hidden;padding: 0 0 25px 0; font-size: 15px;color: #fff;position: relative; text-align:center}
.footer .content .bottom * {font-family:Arial,Microsoft Yahei,PingFang SC;}
.footer .content .bottom .copy{font-size: 15px;text-align:center}
.footer .content .bottom .copy a {color: #fff;} 
.footer .content .bottom .copy a:hover {color: #fff;}
.footer .content .bottom .copy a.niego {margin-left: 15px;}

 



/*浏览器*/
#browser_ie {BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT:auto;overflow: hidden; COLOR: #000; FONT-SIZE: 15px;text-align: center;position: absolute;left: 0;top: 0;width: 100%;z-index: 9999;}
#browser_ie .brower_info {MARGIN: 0px auto; WIDTH: 800px;padding: 1% 0;overflow: hidden;position:relative;text-align: center;}
#browser_ie .brower_info .notice_info {POSITION: relative;overflow: hidden;}
#browser_ie .brower_info .notice_info P { text-align: center; LINE-HEIGHT: 25px;overflow: hidden;DISPLAY: inline-block}
#browser_ie .browser_list {POSITION: relative;text-align: center;}
#browser_ie .browser_list IMG {WIDTH: 40px; HEIGHT: 40px}
#browser_ie .browser_list SPAN {TEXT-ALIGN: center;padding:1%;DISPLAY: inline-block;vertical-align: top;}
.close { z-index: 9999;width: 30px; height:30px;background: url("../images/xx.png") center no-repeat;background-size: 40%;text-align:center; padding:10px; position:absolute; right:2%; display:block; top:30px;cursor: pointer;}
.close:hover {background: url("../images/xx.png") center no-repeat #000;background-size: 40%; }

 



/* 图片弹窗 */
.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { /*background: url("../images/loading.gif") no-repeat center center;*/ height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none; /*background: url(../images/arrows.png) no-repeat;*/ opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;background: url(../images/close.png) no-repeat; transition-duration: 0.5s;}
.closed:hover {opacity: 0.5;}


.popup-close {z-index:1;width: 30px; height:30px;background: url("../images/xx.png") center no-repeat;background-size: 40%;text-align:center; padding:10px; position:absolute; right:1%; display:block; top:30px;cursor: pointer;}




/*scrollbar*/
::-webkit-scrollbar{height:4px; width:0px;}
::-webkit-scrollbar-button{height:0; width:0}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:block}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement{display:none}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal{border-style:solid; border-color:transparent}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box; background-color:#ccc;}
::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 1px 1px 0 #ccc,inset 0 -1px 0 #ccc; background-clip:padding-box; background-color:#ccc; min-height:28px;}
::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 1px 1px 1px #ccc; background-color:#ccc;}
::-webkit-scrollbar-thumb:active{-webkit-box-shadow:inset 1px 1px 3px #ccc; background-color:#ccc;}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal{border-width:0;}
::-webkit-scrollbar-track:hover{-webkit-box-shadow:inset 1px 0 0 #ccc; background-color:#ccc}
::-webkit-scrollbar-track:active{-webkit-box-shadow:inset 1px 0 0 #ccc,inset -1px -1px 0 #ccc; background-color:#ccc}



.zUIpanelScrollBox,.zUIpanelScrollBar{width:2px;top:4px;right:2px;border-radius:0px;}
.zUIpanelScrollBox{background:#e6e6e6;height: 100%;}
.zUIpanelScrollBar{background:#a8a8a8;height: auto!important;min-height: 100px;}


.investor-end {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;text-align: center}
.investor-end.showtip {opacity: 0;display: none;}
.investor-end-content {width:550px;height:auto;margin: auto;display: inline-block; background: #fff;padding: 25px;}
.investor-end h2{font-size: 24px;}
.investor-end h5{font-size: 14px;}
.investor-end-ok {display: block;width:130px;height:40px;font-size: 14px;line-height: 40px;color: #fff; background: #4db560;margin:10px auto;cursor: pointer;}
.investor-end-ok:hover {background: #000;}
.cfcheckboxtxt {font-size: 12px;line-height: 20px; color: #666;display: inline-block;vertical-align: bottom;}
.content-form .cfcheckboxtxt a{font-size: 12px;line-height: 20px; color: #4db560;}.cfcheckbox{width: 20px;height: 20px;display: inline-block;vertical-align: bottom;border: 1px solid #ccc;margin-right: 10px;appearance: checkbox;-webkit-appearance: checkbox;}.showseemore { display:none;}
.popupmoer {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;text-align: center;display:none;}
.popupmoer.showtip {opacity: 0;display: none;}
.popupmoer.investor-end-content {width:550px;height:auto;margin: auto;display: inline-block; background: #fff;padding: 25px;}
.popupmoer h5{font-size: 18px;}
.popupmoer-ok {display: block;width:130px;height:40px;font-size: 14px;line-height: 40px;color: #fff; background: #4db560;margin:10px auto;cursor: pointer;}
.popupmoer-ok:hover {background: #000;}



.aside-top {position: fixed; width: 50px;bottom:5%;right:0; z-index:199;display: none;}
.aside-top a {width: 38px;height: 38px;display: block;overflow: hidden; background: #4db560 url(../images/aside-top.png) no-repeat center;background-size:70%;border:1px solid #4db560;float: right;}
.aside-top a:hover {background: #4db560 url(../images/aside-top.png) no-repeat center;border:1px solid #4db560 ;background-size: 70%;opacity: 1;}
 


.righta2 {position: fixed;bottom: 40%;right: 0;z-index: 199;}
.righta2 a {width: 50px;height: 50px;display: block; overflow: hidden;margin-bottom: 1px;background: #4db560;position: absolute;right:0;top:0;}
.righta2 a i{display: block;width: 30px;height: 30px;position: absolute;right: 50%;top: 50%;margin: -15px -15px 0 0 ;}
.righta2 a.rzixun i{background: url(/img/zx1.svg) no-repeat center #4db560;background-size:100%;}
.righta2 a.rcaigou i{background: url(/img/cg1.svg) no-repeat center #4db560;background-size:100%;}
.righta2 a.rcontact i{background: url(/img/dh3.svg) no-repeat center #4db560;background-size:80%;}
.righta2 a.rmessage i{background: url(/img/yj2.svg) no-repeat center #4db560;background-size:80%;}
.righta2 a.rcaigou {top:51px;}
.righta2 a.rcontact {top:102px;}
.righta2 a.rmessage {top:153px;}
.righta2 a span{font-size: 12px;color: #fff;line-height: 40px;position: absolute;right: -300%;top: 50%;margin: -20px 0 0 0px;}
.righta2 a.dakai:hover {width: 120px;}
.righta2 a.rcontact:hover {width: 150px;}
.righta2 a.rmessage:hover {width: 180px;}
.righta2 a.dakai:hover span{right: 15px;}
.righta2 a.dakai.rmessage:hover i {right:77%;margin: -15px 0px 0 0 ;}
.righta2 a.dakai.rcontact:hover i {right:70%;margin: -15px 0px 0 0 ;}
.righta2 a.dakai:hover i {right: 70%;}



@font-face {
	font-family: 'Barlow-Bold';
	src: url('../fonts/Barlow-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow-Regular';
	src: url('../fonts/Barlow-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow-Light';
	src: url('../fonts/Barlow-Light.otf');
	src: local('☺'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype'), url('../fonts/Barlow-Light.svg') format('svg'), url('../fonts/Barlow-Light.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Extra-Bold';
	src: url('../fonts/Montserrat-Extra-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Extra-Bold.woff') format('woff'), url('../fonts/Montserrat-Extra-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Extra-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



