﻿@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/CAI978.ttf);
}
@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/HONORSans-Medium.ttf);
}
@font-face
{
    font-family: myFirstFont2;
    src: url(../fonts/HONORSans-ExtraBold.ttf);
}
*{ margin:0; box-sizing: border-box; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ font-family: myFirstFont; color:#333; font-size:0.9rem; line-height: 24px;  }
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #68a010;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
h4, .h4, h5, .h5, h6, .h6{ margin: 0;}
.auto1280{ width:1280px; margin: 0 auto;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center1 { display: flex; align-items: center; justify-content: center;}
.flex-center-contain { justify-content: space-between;}



#home .home,
#products .products,
#about .about,
#down .down,
#services .services,
#solutions .solutions,
#news .news,
#contact .contact{color: #68a010; }


.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:800px;margin:-180px 0 0 -400px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}


.customerList{ width:60px; height:auto; position: fixed; right: 0; top: 30%; z-index:999; }
.customerList a b{ display: block; color: #FFFFFF !important; font-size: 14px; line-height: 21px; font-weight: normal;}

.customerBox{ width: 60px; height: auto;  }
.customerBox a{ display: block; text-align: center; position: relative; width: 60px; height: 60px; line-height:60px; color:#fff; margin-bottom:1px; font-size:1.8rem; background: #68a010; border-radius: 6px  0px  0px  6px; }
.customerBox a:hover{ text-decoration:none; background:#333;}
.customerBox a .eso_divinfo{ display:none; position:absolute;  right:60px; top:0; background:#fff; color:#68a010; font-size:0.9rem;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); padding:15px; border-radius:6px; }
.customerBox a .eso_divinfo:before{
    content:""; position:absolute; right:-12px; top:50%; margin-top:-12px; 
width:0;
height:0;
border-top:12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #fff;
}
.customerBox a:hover .eso_divinfo{ display: block;}




input,button,select,textarea{ outline:none;  font-family: myFirstFont;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}

#warp{ width:100%; height:auto; position: relative; overflow: hidden;}

.searchshow{ width: 100%; height: 100%;  position: fixed; left: 0; top: 0; background:rgba(0,0,0,0.5); z-index: 999; display:none;}
.searchshow-box{ width:100%; height:100%;}
.searchshow-box-close{ display:block; position:absolute; right:10px; top:10px; width:27px; height:27px; background:url(../images/close.png) no-repeat;}
.searchshow-box div{ width:60%;}
.searchshow input{ background: #fff; width: 90%; border: none; padding: 0 20px; float: left; height: 46px;}
.searchshow button{ width: 10%; height: 46px; background: #68A010; color: #FFFFFF; border: none; font-size: 1.2rem; float: left; }

.TopBg{ width: 100%; height: 48px; line-height: 48px; text-align: center; color: #FFFFFF; background: #68a010;}
.TopBg img{ margin-left: 10px;}

header{ padding: 25px 0;}
header .search-btn{ width: 24px; height: 24px; }
header .search-btn a{ display: block; width: 24px; height: 24px; cursor: pointer; background: url(../images/search-btn.png) no-repeat;}

header .logo{ width: 160px; height: 60px;}
header .logo a{ display: block; width: 160px; height: 60px; background: url(../images/logo.png) no-repeat;}
header .logo a h1{ display:none;}
header .header-right{}

.lang{  position: relative; width: auto; height: 24px; line-height: 24px; cursor: pointer; } 
.lang img{ vertical-align: middle; margin-right: 5px;}
.lang:hover ul{ display: block;}
.lang ul{ display: none; position: absolute; left: 0; top: 24px; background: #FFFFFF; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); width: 140px;  z-index: 999;}
.lang ul li{ height: 42px; line-height: 42px; border-bottom: 1px solid #EEEEEE; text-align: center; font-size:15px;}
.lang ul li a{ display: block;}
.lang ul li a:hover{ background: #68a010; color: #FFFFFF;}

.header-shop{  width: 34px; height: 24px;  cursor: pointer; border-left: 1px solid #ddd; padding-left: 10px; margin-left: 10px; } 
.header-shop a{ display: block;  width: 24; height: 24px;  background: url(../images/shop-btn.png) no-repeat;}

.navigation{ width: 100%; background: #FFFFFF; position: relative;}
nav.Hnav{ padding: 0 200px;}
nav.Hnav li{ font-size: 1rem; height: 28px; line-height: 28px;}
nav.Hnav li a{ padding: 0 15px; position: relative; display: inline-block;}
nav.Hnav li a i{ margin-left: 5px;}
nav.Hnav li .sec_cont{width: 100%; height: auto; background: #68A010; position: absolute; left: 0; top: 32px; z-index: 999; padding: 30px; box-sizing: border-box; visibility: hidden;}
nav.Hnav li a.navmoon:after{ content: "";  width: 0;
    height: 0; position: absolute; left: 50%; bottom: -4px;
    border-bottom: 10px solid #68A010; margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;}
nav.Hnav li .auto1280{  opacity: 0;}    
nav.Hnav li:hover .sec_cont{ visibility: visible; }
nav.Hnav li:hover .auto1280{ opacity: 1.0;}
nav.Hnav li .sec_cont dl{ width: 31.3%; overflow: hidden; text-align: center; margin:0 1%;}
nav.Hnav li .sec_cont dl dt{ width: 100%; height: auto; overflow: hidden;}
nav.Hnav li .sec_cont dl dt a{ padding: 0; display: block;}
nav.Hnav li .sec_cont dl dt img{ width: 100%; height: auto;}
nav.Hnav li .sec_cont dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
nav.Hnav li .sec_cont dl dd{ width: 100%; height: 42px; line-height: 42px; font-size: 15px;}
nav.Hnav li .sec_cont dl dd a{ color: #FFFFFF;}




/**banner**/
.main_visual{ margin-top: 20px;}
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-carousel .item img{ width:100%; height:auto;}
.main_visual .owl-prev,.main_visual .owl-next{width:54px;height: 54px;background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -27px;text-indent: -999px; overflow: hidden;}
.main_visual .owl-prev{background-image: url(../images/BL.png);left: 5%; opacity: 0.5; }
.main_visual .owl-next{background-image: url(../images/BR.png);right: 5%;   opacity: 0.5;}
.main_visual .owl-prev:hover{ opacity: 1.0;}
.main_visual .owl-next:hover{ opacity: 1.0;}
.main_visual .owl-dots{ width: 100%; text-align: center; height: 4px; position:absolute; left: 0; bottom: 40px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 5px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 46px; height: 4px; background:#FFFFFF; }
.main_visual .owl-dot.active span{ background:#68a010; }
.main_visual .owl-carousel .item img.Bpic{ display: block;}
.main_visual .owl-carousel .item img.Bmpic{ display: none;}


.home-title{ text-align: center; padding: 60px 12% 30px 12%;}
.home-title b{ font-family: myFirstFont1; font-size: 2.6rem; font-weight: normal; color: #111; line-height: 50px;}
.home-title p{ line-height: 28px;}




.reco-products{}

.main_visual5 .owl-carousel,.main_visual5 .owl-stage-outer,.main_visual5 .owl-stage,.main_visual5 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual5 .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}

.reco-products-item{ position: relative; overflow:hidden;}
.reco-products-item a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.reco-products-item img{ width: 100%; height: auto; border-radius: 20px;}
.reco-products-item-box{ width: 94%; height: 76px; background: rgba(0,0,0,0.5); padding: 13px; position: absolute; left: 3%; bottom: 12px; z-index: 333; border-radius: 8px;}
.reco-products-item-box img{ display: block; width: 50px !important; height: 50px !important; border-radius: 50%;}
.reco-products-item-box-info{ width: calc(100% - 50px); color: #FFFFFF; padding-left: 13px;}
.reco-products-item-box-info b{ display: block; font-family: myFirstFont1; font-size: 1.2rem; line-height: 30px; height: 30px; overflow: hidden;}
.reco-products-item-box-info p{ line-height: 20px; font-size: 0.8rem; height: 20px; overflow: hidden;}


.main_visual5 .owl-prev,.main_visual5 .owl-next{width:54px;height: 54px; border-radius: 50%; background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -27px;text-indent: -999px; overflow: hidden;}
.main_visual5 .owl-prev{background-image: url(../images/BL.png);left: -27px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}
.main_visual5 .owl-next{background-image: url(../images/BR.png);right: -27px;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}
.main_visual5 .owl-dots{ display: none; text-indent: -99999em;}




.home-protab{ }
.home-protab ul{text-align: center; margin-bottom: 30px;}
.home-protab ul li{ margin: 0 15px; cursor: pointer; font-size: 1rem; line-height: 30px;}
.home-protab ul li.thistab{ border-bottom: 1px solid #000000;}


.home-hot-products{}
.main_visual1 .owl-carousel,.main_visual1 .owl-stage-outer,.main_visual1 .owl-stage,.main_visual1 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual1 .owl-carousel .item{width: 100%;height: 100%; text-align: center; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual1 .owl-carousel .item .home-hot-probox{ width: 100%; height: auto;}
.main_visual1 .owl-carousel .item img{ width: 100%; height: auto; border:1px solid #eee;  border-radius: 20px;}
.main_visual1 .owl-carousel b{ margin-top: 22px; display: block; font-family: myFirstFont2; font-size: 1.8rem; color: #000000; line-height: 38px; height: 38px; overflow: hidden;}
.main_visual1 .owl-carousel P{ line-height: 24px; height: 24px; overflow: hidden; text-transform: uppercase;}

.main_visual1 .owl-prev,.main_visual1 .owl-next{width:54px;height: 54px; border-radius: 50%; background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -27px;text-indent: -999px; overflow: hidden;}
.main_visual1 .owl-prev{background-image: url(../images/BL.png);left: -27px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}
.main_visual1 .owl-next{background-image: url(../images/BR.png);right: -27px;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}
.main_visual1 .owl-dots{ display: none; text-indent: -99999em;}


.home-advan{ width: 100%; margin-top: 60px;  color: #FFFFFF; }
.home-advan-left{ width: 65%; position: relative;}
.home-advan-left img{ width: 100%; height: 100%;}
.home-advan-left-info{ width: 100%; height: 100%; z-index: 333; position: absolute; left: 0; top: 0;text-align: center;}
.home-advan-left-info div{ width: 100%; padding: 0 30%;}
.home-advan-left-info a{ display: block; width: 150px; height: 150px; background: url(../images/video-btn.png) no-repeat; margin: 0 auto; }
.home-advan-left-info b{ display: block; font-size: 3rem; text-transform: uppercase; line-height: 72px; font-family: myFirstFont1; margin-top: 20px; font-weight: normal;}


.home-advan-right{ width: 35%;}

.home-advan-right-ad1{ width: 100%; height: 32%; position: relative;}
.home-advan-right-ad1 img{ width: 100%; height: 100%;}
.home-advan-right-ad1-info{ width: 100%; height: 100%; z-index: 333; position: absolute; left: 0; top: 0;}
.home-advan-right-ad1-info div{ width: 100%; padding: 0 30% 0 6%;}
.home-advan-right-ad1-info b{ display: block; font-size: 1.8rem; text-transform: uppercase; line-height: 42px; font-family: myFirstFont1;  font-weight: normal;}
.home-advan-right-ad1-info p{ line-height: 22px;}
.home-advan-right-ad1-info a{ display: block; width: 138px; height: 38px; line-height: 36px; text-align: center; color: #FFFFFF; text-transform: uppercase; margin-top: 30px; border: 1px solid #FFFFFF; border-radius: 30px;}
.home-advan-right-ad1-info a:hover{ background: #FFFFFF; color: #68A010;}

.home-advan-right-ad2{ width: 100%; height: 68%; position: relative;}
.home-advan-right-ad2 img{ width: 100%; height: 100%;}
.home-advan-right-ad2-info{ width: 100%; height: 100%; z-index: 333; position: absolute; left: 0; top: 0; width: 100%; padding: 30px  6%;}
.home-advan-right-ad2-info a{ display: block; font-size: 1.8rem; color: #111111; line-height: 42px; font-family: myFirstFont1; }
.home-advan-right-ad2-info a:hover{ color: #68A010;}
.home-advan-right-ad2-info p{ color: #666666;}


.home-solution{}

.main_visual2 .owl-carousel,.main_visual2 .owl-stage-outer,.main_visual2 .owl-stage,.main_visual2 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual2 .owl-carousel .item{width: 100%;height: 100%; position: relative; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual2 .owl-carousel .item .home-sou-item{ width: 100%; height: 100%; position: absolute; color: #FFFFFF; z-index: 333; left: 0; top: 0;}
.main_visual2 .owl-carousel .item .home-sou-item div{ padding: 0 50% 0 8%;}
.main_visual2 .owl-carousel .item .home-sou-item b{display: block; font-size: 3rem; text-transform: uppercase; line-height: 72px; height: 72px; overflow: hidden; font-family: myFirstFont1; font-weight: normal;}
.main_visual2 .owl-carousel .item .home-sou-item p{ line-height: 22px; overflow: hidden;}
.main_visual2 .owl-carousel .item .home-sou-item em{display: block; width: 138px; height: 38px; line-height: 36px; text-align: center; color: #FFFFFF; text-transform: uppercase; margin-top: 45px; border: 1px solid #FFFFFF; border-radius: 30px; font-style: normal;}


.main_visual2 .owl-prev,.main_visual2 .owl-next{width:52px;height: 52px;background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -26px;text-indent: -999px; overflow: hidden;}
.main_visual2 .owl-prev{background-image: url(../images/home-sou-left.png);left:-82px;}
.main_visual2 .owl-next{background-image: url(../images/home-sou-right.png);right:-82px;  }
.main_visual2 .owl-prev:hover{background-image: url(../images/home-sou-lefts.png);}
.main_visual2 .owl-next:hover{background-image: url(../images/home-sou-rights.png);}
.main_visual2 .owl-dots{ display: none; text-indent: -9999em;}
.main_visual2 .owl-carousel .item img.Bpic{ display: block;}
.main_visual2 .owl-carousel .item img.Bmpic{ display: none;}


.home-about-title{ width: 100%; background: #f6fbff; padding: 65px 0 35px 0; margin-top: 65px;}
.home-about-title-left{ width: 635px;}
.home-about-title-left em{ display: block; font-style: normal;}
.home-about-title-left b{ font-size: 2.6rem; line-height: 46px;  font-family: myFirstFont1; font-weight: normal; color: #111111; margin-top: 10px; display: block;}

.home-about-title a{ display: block; width: 175px; height: 49px; line-height: 47px; border: 1px solid #111111; color: #111111; text-transform: uppercase; border-radius: 30px; text-align: center;}
.home-about-title a:hover{ background: #111111; color: #FFFFFF;}


.home-ys{ width: 100%; height: auto; color: #FFFFFF; background: url(../images/home-ysbg.png) no-repeat center; background-size:cover; padding: 90px 0;}
.home-ys dl{ width: 28%;}
.home-ys dl dd{ padding:15px 0;}


.home-news{ padding-bottom: 50px;}


.main_visual3 .owl-carousel,.main_visual3 .owl-stage-outer,.main_visual3 .owl-stage,.main_visual3 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual3 .owl-carousel .item{width: 100%;height: 100%; position: relative; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual3 .owl-carousel .item img{ width: 100%; height: auto; border-radius: 20px;}
.main_visual3 b{ display: block; height: 32px; line-height: 32px; overflow: hidden; font-size: 1rem; font-family: myFirstFont1;  font-weight: normal;}
.main_visual3 p{ line-height: 22px; height: 44px; overflow: hidden; margin-top: 5px; color: #666666;}
.main_visual3 em{ display: block; margin-top: 15px; font-style: normal; color: #666666;}

.main_visual3 .owl-prev,.main_visual3 .owl-next{width:52px;height: 52px;background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -26px;text-indent: -999px; overflow: hidden;}
.main_visual3 .owl-prev{background-image: url(../images/home-sou-left.png);left:-82px;}
.main_visual3 .owl-next{background-image: url(../images/home-sou-right.png);right:-82px;  }
.main_visual3 .owl-prev:hover{background-image: url(../images/home-sou-lefts.png);}
.main_visual3 .owl-next:hover{background-image: url(../images/home-sou-rights.png);}
.main_visual3 .owl-dots{ display: none; text-indent: -9999em;}


.home-customer{ width: 100%; height: auto; background: #f6fbff; padding-bottom: 65px;}



.main_visual4 .owl-carousel,.main_visual4 .owl-stage-outer,.main_visual4 .owl-stage,.main_visual4 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual4 .owl-carousel .item{width: 100%;height: 100%; background: #FFFFFF; padding: 20px; border: 1px solid #EEEEEE; border-radius: 20px; position: relative; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}

.main_visual4 .owl-carousel .item .home-customer-div1{}
.main_visual4 .owl-carousel .item .home-customer-div1-left{ width: 94px; height: 94px;}
.main_visual4 .owl-carousel .item .home-customer-div1-left img{ width: 94px; height: 94px; border-radius: 6px;}
.main_visual4 .owl-carousel .item .home-customer-div1-right{ width: calc(100% - 94px); padding-left: 15px; height: 94px;}
.main_visual4 .owl-carousel .item .home-customer-div1-right img{ width: 100px; height: 16px;}
.main_visual4 .owl-carousel .item .home-customer-div1-right b{ display: block; color: #111111; font-size: 1.6rem; font-family: myFirstFont1; font-weight: normal; line-height: 36px;}
.main_visual4 .owl-carousel .item .home-customer-div1-right em{ font-style: inherit; color: #666666; line-height: 20px; margin-top: 10px; display: block; background: url(../images/customer_icon.png) no-repeat left center; padding-left: 25px;}


.main_visual4 .owl-carousel .item .home-customer-div2{ width: 100%; padding: 15px 0; border-bottom: 2px solid #e5e5e5; line-height: 20px;}

.main_visual4 .owl-carousel .item .home-customer-div3{ width: 100%; height: 50px; margin-top: 20px;}
.main_visual4 .owl-carousel .item .home-customer-div3-left{ width: 50px; height: 50px;}
.main_visual4 .owl-carousel .item .home-customer-div3-left img{ width: 50px; height: 50px; border: 1px solid #EEEEEE; border-radius: 6px;}
.main_visual4 .owl-carousel .item .home-customer-div3-right{ width: calc(100% - 50px); padding-left: 15px; height: 50px;}
.main_visual4 .owl-carousel .item .home-customer-div3-right b{ display: block; color: #111111; font-size: 1.1rem; font-family: myFirstFont1;  overflow: hidden; font-weight: normal; line-height: 30px; height: 30px;}
.main_visual4 .owl-carousel .item .home-customer-div3-right p{ color: #666666; line-height: 20px; height: 20px; overflow: hidden; font-size: 0.8rem;}


.main_visual4 .owl-prev,.main_visual4 .owl-next{width:52px;height: 52px;background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -26px;text-indent: -999px; overflow: hidden;}
.main_visual4 .owl-prev{background-image: url(../images/home-sou-left.png);left:-82px;}
.main_visual4 .owl-next{background-image: url(../images/home-sou-right.png);right:-82px;  }
.main_visual4 .owl-prev:hover{background-image: url(../images/home-sou-lefts.png);}
.main_visual4 .owl-next:hover{background-image: url(../images/home-sou-rights.png);}
.main_visual4 .owl-dots{ display: none; text-indent: -9999em;}




footer{ color: #FFFFFF; width: 100%; height: auto; background: url(../images/footer.png) no-repeat center; background-size:cover; padding-top: 65px;}

.footer-box{ padding-bottom: 50px;}
.footer-box-left{ width: 300px;}
.footer-box-left a{ display: block; width: 160px; height: 60px; background: url(../images/logo.png) no-repeat;}

.footer-box-right{ width: 980px; height: auto;}
.footer-box-right dl dt{ font-size: 1rem; line-height: 24px;}
.footer-box-right dl dd{ padding-top: 15px;}
.footer-box-right dl dd a{ display: block; line-height: 24px; color: #BCBCBC;}
.footer-box-right dl dd a:hover{ color: #FFFFFF;}
.footer-box-right dl dd p{color: #BCBCBC;}

.footer-share{ width: 100%; padding-top: 15px;}
.footer-share a{ display: block; font-size: 1.2rem !important; color: #FFFFFF !important; width: 40px; height: 40px; border-radius: 9px; line-height: 38px !important; border: 1px solid #FFFFFF; text-align: center;}
.footer-share a:hover{ background: #FFFFFF; color: #68A010 !important;}
.footer-copy{ width: 100%; text-align: center; padding: 20px 0; line-height: 26px; border-top: 2px solid #545454;}


.HeaderM{ display: none;}


.fposi{ display: none;}



#mmenu {
	opacity: 0;
}


.banner2{ position: relative; width: 100%; height: 350px; align-items: center; text-align: center; margin-top: 20px;}
.banner2 h1{ color: #FFFFFF; font-size: 2.2rem; line-height: 72px; text-transform: uppercase; font-family: myFirstFont1; }
.banner2 em{ display: block; width: 80px; height: 3px; background: #FFFFFF; margin: 0 auto;}

.abmenu{ width: 100%; height: 72px;  border-bottom: 2px solid #EEEEEE; line-height: 72px;}
.abmenuL{}
.abmenuL a{ display: block; float: left; padding: 0 25px;}
#lm_hover{ color: #FFFFFF; background:#68a010; }
.abmenuR i{ padding-right: 10px; color: #68a010; margin-top: 26px; font-size: 20px;}
.abmenuR a{ margin: 0 5px;}

.pro-lanmu{ display: none;}
.navbar-nav-more-body{ display: none;}


.about-imgbox1{ padding: 30px 0;}
.about-imgbox1 img{ width: 100%; height: auto;}


.about-title1{ height: 42px; line-height: 42px; }
.about-title1 b{ display: block; text-transform: uppercase; font-size: 1.8rem; font-family: myFirstFont1; font-weight: normal; color: #111111;}
.about-title1 em{ display: block; width: 680px; height: 1px; background: #333333;}

.about-logo{ padding: 20px 0 30px 0;}

.about-company{ padding-bottom: 60px;}
.about-company-left{ width: 44%;}
.about-company-left img{ width: 100%; height: auto;}

.about-company-right{ width: 56%; padding-left: 50px; line-height: 22px;}


.about-service{ width: 100%; height: auto; background: url(../images/about-servicebg.png) no-repeat center; background-size:cover; color: #FFFFFF; padding: 60px 0;}
.about-service-left{ width: 52%; padding:35px 75px 35px 0;}
.about-service-left b{display: block; text-transform: uppercase; font-size: 1.8rem; font-family: myFirstFont1; font-weight: normal; line-height: 55px;}
.about-service-left p{ margin-top: 20px; line-height: 22px;}


.about-service-right{ width: 48%;}
.about-service-right img{ width: 100%; height: auto;}



.about-title2{ height: auto;  margin-top: 55px;}
.about-title2 b{ display: block;  line-height: 42px; text-transform: uppercase; font-size: 1.8rem; font-family: myFirstFont1; font-weight: normal; color: #111111;}
.about-title2 em{ display: block; width: 680px; line-height: 22px; font-style: normal;}

.about-culture-list{ margin-bottom:40px;}
.about-culture-list dl{ width: 32%; height: auto; margin-bottom: 20px; text-align: center;}
.about-culture-list dl img{ width: 100%; height: auto;}
.about-culture-list dl dd{ width: 100%; height: 58px; line-height: 58px; font-size: 18px; background: #F5F5F5;}

.about-win{ width: 100%; height: auto;  background: url(../images/about-winbg.png) no-repeat center; background-size:cover; color: #FFFFFF; text-align: center; padding: 55px 0;}
.about-win .auto1280{ padding: 0 100px;}
.about-win  b{ display: block; text-transform: uppercase; line-height: 42px; font-size: 1.8rem; font-family: myFirstFont1; font-weight: normal; margin-bottom: 25px;}


.about-img-list{ padding: 25px 0;}
.about-img-list dl{ width: 32%; height: auto; text-align: center; margin: 0.5%;}
.about-img-list dl img{ width: 100%; height: auto;}
.about-img-list dl dd{ width: 100%; height: 58px; line-height: 58px; font-size: 18px; background: #F5F5F5;}


.about-info{ padding: 25px 0;}
.about-info img{ max-width: 100%; height: auto;}

/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important; }
.ContactInner .long .left,.ContactInner .long .right,.ContactInner #dituContent {height: 500px;}
.ContactInner .long .left {width:50%;}
.ContactInner .long .left img {}
.ContactInner .long .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:30px;background:#fff; box-sizing:border-box;}
.ContactInner .long .right .title {color:#111;font-size:24px;  font-family: Arial;}
.ContactInner .long .right .tel {position:relative;margin-top:15px;color:#333333;font-size:14px;display:block;}
.ContactInner .long .right .tel:before {content:"";position:absolute;left:0px;top:32px;width:10px;height:3px;background:#68a010;}
.ContactInner .long .right .tel:after {content:"";position:absolute;left:13px;top:32px;width:25px;height:3px;background:#68a010;}
.ContactInner .long .right .tel font {margin-top:30px;font-size:30px;color:#68a010;display:block;font-weight:bold;  font-family: Arial;}
.ContactInner .long .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}
.ContactInner .long .right .consult {position:absolute;top:100px;right:60px;}
.ContactInner .long .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}
.ContactInner .long .right .ewm img {width: 120px;display:block;margin:0 auto 5px;}
.ContactInner .long .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#68a010;display:block;border-radius:20px;text-align:center;}
.ContactInner .long .right .online:hover {background:#666;}
.ContactInner .map {}
.ContactInner #dituContent {height: 500px;}
.ContactInner #dituContent img{max-width: initial;}




/*==留言通用↓==*/

.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover; padding:100px 0; }

.MessageCon .long{padding:80px; background: #fff; }

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; width:49.5%; margin-bottom:15px;}


.MessageCon form{ width:100%; justify-content: space-between;}
.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px; box-sizing:border-box;}

.MessageCon textarea{width:100%;height:100px;}

.MessageCon button{width:25%;margin-top:15px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666; }

.MessageCon button:hover{background:#68a010}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png);}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png);}

.MessageCon .x5{background-image: url(../images/ico205.png);}





/*==留言表格↓==*/
.form-item{display: flex;flex-wrap: wrap;}
.form-item .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #ddd solid;padding: 10px 20px;align-items: center;background: #fff;}
.form-item .shell.w100{width:100%}
.form-item .ml{margin-left:20px;}
.form-item .shell.vt{    align-items: flex-start;}
.form-item h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #3a3a3a;font-size: 16px;}
.form-item .fill{flex: 1;/* width: 100%; */line-height: 30px;color: #fff;font-size: 15px;border: none;background: none;}
.form-item textarea{height:180px}
.form-item .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #68a010;}
.form-item .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.form-item .submit:hover:after{opacity:0.2}
/*--*/
.form-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid; background: #fff;align-items: center;}
.form-item .code input{ flex: 1;}
.form-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.form-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.form-item .yzm input{width: 150px;padding: 18px 20px;border: none;background: none;}
.form-item .explain{margin-top:20px;color: #9a9a9a;font-size:16px;}
.form-item .explain i{color:red}
.form-item .explain font{color: #68a010;font-weight:bold;}

.rack{width:100%; background:#f7f7f7;}

.titleBx{color:#111;font-size:40px;padding:35px 0; text-align: center;  font-family: myFirstFont1; text-transform:uppercase;}

.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}

/*==新闻详情↓==*/
  .EssayCont{ padding:30px 0;}
 .EssayCont .lefter {width:70%; background:#fff; padding:30px; }
 .EssayCont .righter {width:27%;}
 .EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
 .EssayCont .righter .shell:last-child {margin-bottom:0px;}
 .EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
 .EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#68a010;}
 .EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
 .EssayCont .righter .shell .tit .more:hover{color:#68a010}
 /*--*/
 .EssayCont .bgb {margin-bottom:30px;background:#fff;}
 .EssayCont .bgb:last-child {margin-bottom:0px;}
 .EssayCont .bgb.p3 {padding:20px; box-sizing:border-box;}

 /*--*/
 .EssayCont .news {}
 .EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
 .EssayCont .news li:last-child{margin-bottom:0px;}
 .EssayCont .news .one {position:relative;}
 .EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
 .EssayCont .news .one:hover h4 {background:#68a010}
 .EssayCont .news .two{}
 .EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
 .EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
 .EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
 .EssayCont .news .two:hover a {color:#68a010;}
 .EssayCont .news .two:hover a:before {background:#68a010;}
 /*--*/
 .EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
 .EssayCont .content .title{color:#333333;font-size:24px;  font-family: myFirstFont1; line-height:32px;}
 .EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
 .EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
 .EssayCont .content .msg span{margin:0 5px;}
 .EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#68a010}
 .EssayCont .content .msg .active{font-weight:bold;}
 .EssayCont .content .wor{font-size:16px; line-height:30px;}
.EssayCont .content .wor img{ max-width:100%; height:auto;}


 /*--*/
 .EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
 .EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
 .EssayCont .pagIng li{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6; box-sizing:border-box;}
 .EssayCont .pagIng li:hover{ background: #68a010; color:#fff;}
  .EssayCont .pagIng li:hover a{color:#fff;}
 .EssayCont .pagIng .prev{float:left}
 .EssayCont .pagIng .next{float:right} 

.NewsList{ padding:30px 0;}
.NewsList dl{ width:32.3%; background:#f7f7f7; margin:0.5%; overflow:hidden;}
.NewsList dl dt{ width: 100%; height: auto; overflow:hidden;}
.NewsList dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.NewsList dl dt img{ width: 100%; height: auto;}
.NewsList dl dd{ width: 100%; height: auto;  padding:25px;}
.NewsList dl dd em{ display: block; height: 14px; line-height: 14px; font-style: normal; font-size: 14px;}
.NewsList dl dd em img{ width: 14px; height: 14px; display: inline-block; margin-right: 6px;}
.NewsList dl dd a.InTeamLinks{ display: block; font-size: 1.2rem; line-height: 28px; height:56px; overflow: hidden; color: #111111; margin-top: 15px;}
.NewsList dl dd a.InTeamLinks:hover{ color: #68a010;}
.NewsList dl dd a.InTeamIcon{ width: 54px; height: 40px; background: url(../images/newsjt.png) no-repeat; display: block; margin-top: 25px;}
.NewsList dl dd a.InTeamIcon:hover{background: url(../images/newsjts.png) no-repeat;}

.GoodsWz{ width:100%; height:auto; line-height:26px; padding:10px 0; background:#fff; border-bottom:1px solid #eee; }
.GoodsWz i{ margin-right:10px;}
.GoodsList{ padding:30px 0;}
.GoodsLeft{ width:25%; }
.GoodsLeftBox{ width:100%; background:#fff; padding:30px; }
.GoodsLeft h2{text-transform: uppercase; color: #111111; font-size: 32px; line-height: 38px; font-family: myFirstFont1; }
.GoodsLeft dl{ margin-top:10px;}
.GoodsLeft dl dt{ width:100%; height:42px; line-height:42px; overflow:hidden; border-bottom:1px solid #eee; font-size:18px;}
.GoodsLeft dl dt i{ line-height:42px; font-weight:bold; font-size:22px; cursor:pointer;}
.GoodsLeft dl dd{ padding:5px 0; font-size:15px; border-bottom:1px solid #eee; display:none;}
.GoodsLeft dl dd a{ display:block; line-height:32px; height:32px; overflow:hidden; color:#666;}
.GoodsLeft dl dd a span{ margin-right:5px;}
.GoodsLeft dl dd a:hover{ color:#68a010;}
#lm_hover1{ color:#68a010;}

/* 旋转效果 */
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s; /* 设置旋转过渡效果 */
}
.GoodsMenuMobile{ display:none;}


.GoodsRight{ width:74%; height:auto;}
.GoodsRight dl{ width:31.3%; margin:0 1% 2% 1%; text-align:center;overflow:hidden; }
.GoodsRight dl dt{ width:100%; height:auto; overflow:hidden;}
.GoodsRight dl dt img{ width:100%; height:auto; border:1px solid #eee; border-radius:6px;}
.GoodsRight dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.GoodsRight dl dd{ width:100%; height:auto;}
.GoodsRight dl dd a{ font-weight:bold; color:#111; display:block; height:42px; line-height:42px; font-size:18px; overflow:hidden;}

.SearchList{ padding:30px 0;}
.SearchList dl{ width:23%; margin:0 1% 2% 1%; text-align:center; background:#fff; border-radius:6px; overflow:hidden; padding:30px;}
.SearchList dl dt{ width:100%; height:auto; overflow:hidden;}
.SearchList dl dt img{ width:100%; height:auto;}
.SearchList dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.SearchList dl dd{ width:100%; height:auto;}
.SearchList dl dd a{ font-weight:bold; color:#111; display:block; height:42px; line-height:42px; font-size:18px; overflow:hidden;}

.GoodsContent{ padding:30px 0;}
.GoodsTab{ height:52px; line-height:52px; border:1px solid #eee;}
.GoodsTab li{ font-size:18px; cursor:pointer; border-right:1px solid #eee; width:33.3%; text-align:center;}
.GoodsTab li i{ margin-right:10px;}
.GoodsTab li:last-child{ border:none;}
.GoodsTab li.thistab{ background:#68a010; color:#fff;}
.Prodte{ padding:25px 0;}
.Prodteinfo{ width:100%; line-height:26px;}
.Prodteinfo table {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
    table-layout: fixed;
    width: auto;
    box-sizing: border-box;
    border-spacing: 0;
}

    .Prodteinfo table td {
        border: 1px solid #ccc;
        border-right: 0px;
        border-bottom: 0px;
        padding: 8px 2px;
        text-align: center;
        word-wrap: break-word;
    }

    .Prodteinfo table tr {
        background: #fff;
    }

        .Prodteinfo table tr:nth-child(1) {
            background: #68a010;
            color: #fff;
        }
.ProdteVideo{ width:100%; }
.ProdteVideo video{ width:100%; height:auto;}
.relaproducts{ width:100%; height:auto;}
.relaproducts dl{ width:23%; margin:0 1% 2% 1%; text-align:center; background:#f7f7f7; border-radius:6px; overflow:hidden; padding:30px;}
.relaproducts dl dt{ width:100%; height:auto; overflow:hidden;}
.relaproducts dl dt img{ width:100%; height:auto;}
.relaproducts dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.relaproducts dl dd{ width:100%; height:auto;}
.relaproducts dl dd a{ font-weight:bold; color:#111; display:block; height:42px; line-height:42px; font-size:18px; overflow:hidden;}

/*==产品详情↓==*/

/*==字符串↓==*/



@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('../fonts/font_1963410_g2n4e42qv0n.woff2') format('woff2'),
       url('../fonts/font_1963410_g2n4e42qv0n.woff') format('woff'),
       url('../fonts/font_1963410_g2n4e42qv0n.ttf') format('truetype');
}

.ProductShow { padding:30px 0;}

.DetailCont .top {}

/*--*/

.DetailCont .pst-left {float:left;width:50%;}

.DetailCont .pst-right {float:right;width:45%}

/*--*/

.pst-right .title {color:#191919;margin-bottom:5px;font-size: 28px; line-height:42px;  font-family: myFirstFont1; }
.pst-right h2{ color:#68a010; font-size:1.4rem; line-height:28px; margin-bottom:10px;}
.pst-right h4{ font-weight:normal; font-size:16px; line-height:28px; margin-top:10px;}
.pst-right b{ display:block; margin-top:10px; font-weight:normal; color:#666; font-size:15px; line-height:26px;}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}

.pst-right .wx {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}

.pst-right .rok {-webkit-line-clamp:3;}

.pst-right .tel {color:#191919;height: 46px;line-height: 46px;font-size: 23px;display: inline-block;margin-top: 30px;border: 1px solid #68a010;}

.pst-right .tel i {float:left;color: #fff;font-size:25px;background: #68a010;padding: 10px;height: 46px;width: 60px;text-align: center;}

.pst-right .tel font {color:#68a010;}
.pst-right .tel  a{
    display: inline-block;
    padding: 0px 15px;
    transition: all .3s;
    font-size: 16px;
}
.pst-right .tel  a:hover{background:#68a010; color:#fff}

.pst-right .online {margin-top:40px;overflow:hidden;}

.pst-right .online a {float:left;margin-right:20px;color:#fff;font-size:14px;padding:12px 50px;border:1px #1b1b1b solid;background:#1b1b1b;}

.pst-right .online a.cor {color:#1b1b1b;background:#fff;}

.pst-right .online a:hover {color:#fff;border-color:#68a010;background:#68a010;}

.pst-right .trait {padding:25px 0;display:flex;justify-content:space-between;margin-top: 30px;}

.pst-right .trait li {position:relative;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;}

.pst-right .trait li:before {margin:0 8px 0 0;font-size:28px;}

.pst-right .trait li:nth-child(1):before {content:"\e75c"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.pst-right .trait li:nth-child(2):before {content:"\ea00"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.pst-right .trait li:nth-child(3):before {content:"\e703"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

/*--*/

.psc-content {margin-top:70px;}

.psc-content .wx {}

.psc-content .wor {line-height:26px;font-size:16px;}

.psc-content .long td p{ padding:8px 0px 8px 20px ;font-size:16px;}

.psc-content .long {position:relative;display:flex;}

.psc-content .psd-left {flex:1;min-width:50%}

.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}

.psc-content .tone {position:relative;display:flex;margin-bottom:30px;border-left:1px #eee solid;}

.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;top:0;height:1px;background:#ddd;}

.psc-content .tone:after {bottom:0;top:auto;}

.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding:18px 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}

.psc-content .tone li:before {content:"";float:left;color:#444;font-size:24px;margin-right:10px;}

.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#68a010;}

.psc-content .tone li.thistab,.psc-content .tone li:hover {color:#68a010}

.psc-content .tone li.thistab:before,.psc-content .tone li:hover:before {color:#68a010}

.psc-content .tone li.thistab:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .tone li.x1{border-left:1px #eee solid;}
.psc-content .tone li.x1:before {content:"\e6b9"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .tone li.x2:before {content:"\e68f"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .tone li.x3:before {content:"\e692"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .tone li.x4:before {content:"\e694"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}

.psc-content .frame:last-child,.psc-content .mr {}

.psc-content h2 {position:relative;color:#333;font-size:22px; margin:15px 0; padding-left:20px}

.psc-content h2:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#0068cb;}

.psc-content h3 {position:relative;color:#333;font-size:22px; margin:15px 0; padding-left:20px}

.psc-content h3:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#0068cb;}
.psc-content img{ border:1px solid #eee; border-radius:20px; margin:15px 0; padding:25px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}

.psc-content .download {}

.psc-content .download li {display:flex;color:#666;font-size:15px;margin-bottom:2px;background:#e9eef4;}

.psc-content .download .state {padding:13px 20px;display:block;border-right:1px #dedede solid;}

.psc-content .download .state:last-child {border-right:none}

.psc-content .download .title {flex:1;color:#333;}

.psc-content .download .block {width:200px;flex-shrink:0;color:#666;}

.psc-content .download .file:before {content:"\e784";float:left;margin:3px 5px 0 0;font-size:20px;color:#666}

.psc-content .download .file:hover {color:#68a010}

.psc-content .download .file:hover:before {color:#0068cb}

.psc-content .download .top * {color:#68a010;font-weight:bold;}

.psc-content table {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
}

    .psc-content table td {
        border: 1px solid #ccc;
        border-right: 0px;
        border-bottom: 0px;
        padding: 8px 2px;
        text-align: center;
        word-wrap: break-word;
    }

    .psc-content table tr {
        background: #fff;
    }

        .psc-content table tr:nth-child(1) {
            background: #f6f6f6;
        }



/*--*/

.psd-right .title {position:relative;color:#666;font-size:20px;margin-bottom:20px;border-bottom:1px #ddd solid;padding-bottom:20px;}

.psd-right .title:before {content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#68a010}

.psd-right .shell {margin-bottom:30px;border:1px #eee solid;box-shadow:6px 6px 15px #eee;padding:30px;background:#fff;}

.psd-right .thing {}

.psd-right .thing .pic {}

.psd-right .thing h4 {color:#333;font-size:18px;margin-top:20px;}

.psd-right .thing p {-webkit-line-clamp:1;color:#666;font-size:14px;margin-top:10px;}

.psd-right .list {}

.psd-right .list li {margin-bottom:20px}

.psd-right .list li:last-child {margin-bottom:0px;}

.psd-right .list h4 {color:#333;font-size:16px;margin-top:15px;}

/*--*/

.srll-recom {position:relative;}

.srll-recom .swiper-container {padding:6px;}

.srll-recom .product-list li {}

/*--*/

.psd-right {}

.is-affixed .info {margin-top:50px}





/*==左右图片切换↓==*/

.srllOrso {display:flex}

.srllOrso .leftPic {width:80%;float:left;border:2px #efefef solid;background:#fff; overflow:hidden;}

.srllOrso .leftPic img {display:block;margin:auto;max-width:86%;height: 100%;object-fit:cover; }

.srllOrso .rightPic {width:20%;float:right;margin-left:15px;}

.srllOrso .rightPic li {height:20%;margin-bottom:20px;border:2px #efefef solid;cursor:pointer;background:#fff; overflow:hidden;}

.srllOrso .rightPic li img {display:block;max-width:76%; height: auto;margin:auto; margin-top:6px !important; }

.srllOrso .rightPic li.swiper-slide-thumb-active {border-color:#68a010;}

.srllOrso .leftPic,.srllOrso .rightPic {height: 461px;}

.srllOrso .leftPic .look {opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:10px;color:#fff;font-size:16px;height:40px;text-align:center;transform:translateY(40px);background:rgba(0,0,0,0.5);}

.srllOrso .leftPic .look i {margin-right:10px;display:inline-block;font-size:20px; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.srllOrso .leftPic:hover .look {opacity:1;transform:translateY(0px);}

.srllOrso .rightPic:hover .btn {opacity:1 !important;}

.srllOrso .btn {opacity:0;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}

.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}

.srllOrso .sPrev:before {content:"\ebd1"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.srllOrso .sNext:before {content:"\eb9c"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.srllOrso .btn.sNext {top:auto;bottom:0;}

.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}







/*==滚动大图↓==*/

.srllPho{ position: relative;;width: 100%;margin: auto;}

.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}

.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}

.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}

.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}

.srllPho .gallery-top li{height:500px;}

.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}

.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}

.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}

.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #68a010 solid;}

.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}

.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#68a010;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}

.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}

.srllPho .btn.nt{left:auto;right:0;}

/*.srllPic .btn.next{transform:rotate(180deg);}*/

.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#68a010;}

.srllPho .swiper-button-disabled{opacity: .5;}

/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}

.cate-pro{ padding:30px 0; }
.cate-pro dl{ width: 31.3%; overflow: hidden; text-align: center; margin:1%;}
.cate-pro dl dt{ width: 100%; height: auto; overflow: hidden;}
.cate-pro dl dt a{ padding: 0; display: block;}
.cate-pro dl dt img{ width: 100%; height: auto;}
.cate-pro dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.cate-pro dl dd{ width: 100%; height: 42px; line-height: 42px; font-size: 15px; overflow:hidden;}

.solution-list{ padding:30px 0; }
.solution-list dl{ width:31.3%; margin:1%; background: #f7f7f7; border-radius:6px;}
.solution-list dl dt{ width:100%; border-radius:6px 6px 0 0;}
.solution-list dl dt img{ width:100%; height:auto; border-radius:6px 6px 0 0;}
.solution-list dl dd{ width:100%; padding:30px;}
.solution-list dl dd a{ display:block; line-height:42px; height:42px; overflow:hidden;  font-size: 1.8rem; font-family: myFirstFont1; font-weight: normal; color: #111111;}
.solution-list dl dd p{ margin-top:10px;}

.solution-show{ padding:30px 0; background: #f7f7f7;}
.solution-show-title{ text-align:center;  line-height:36px; overflow:hidden;  font-size: 1.6rem; font-family: myFirstFont1; color: #111111;}
.solution-show .auto1280{ background:#fff; padding:30px;}

.down-list{ padding:30px 0; }
.down-list dl{ width:23%; margin:1%; background:#fff; border-radius:8px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); padding:25px; }
.down-list dl dt{ width:60px; font-size:3rem;}
.down-list dl dt a{color: #111111;}
.down-list dl dd{  width: calc(100% - 60px); padding-left:5px;}
.down-list dl dd a{ display:block; height:30px; line-height:30px; overflow:hidden; font-size:1.2rem; font-family: myFirstFont1; font-weight: normal; color: #111111;}
.down-list dl dd p{ line-height:20px;}

@media (max-width: 768px) {
.customerList{ display:none;}
.auto1280{ width: 94%; height: auto; overflow: hidden;}
.HeaderM{ display: block ;  background: #FFFFFF; overflow: hidden; position: fixed; left: 0; top: 0; height: 60px; line-height: 60px; border-bottom: 1px solid #dedede; z-index: 9999; width:100%; padding: 0 3%;}
.HeaderM .logo{ float: left;  width: 133px; height:50px;overflow: hidden; margin-top: 5px;}
.HeaderM .logo a{ display: block; overflow: hidden;    width: 133px; height:50px;}
.HeaderM .logo a img{ width: 133px; height:50px;}
.HeaderM .mlang{ float: right; margin-right: 30px;}
.HeaderM .mlang img{ padding-right: 10px;}
.m-menu{float: right;width: 30px; padding-top: 15px;}
.m-menu .icon{line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;cursor: pointer;}
.m-menu .icon a{ display: block; width: 30px;}
.m-menu .icon>span{display: inline-block;width: 30px;height: 1px;background: #333;margin: 4px 0;display: inline-block;}
nav.Hnav{ display: none;}
.client-2{ display: none;}
header{ display: none;}
.TopBg{ display: none;}

.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:320px;margin:-100px 0 0 -160px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}


#mmenu {
	z-index:9999;  opacity: 1.0;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0074b1;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#004b9c;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#68A010 url(../images/search3.png) no-repeat center center;
}
#mmenu li em{ display: block; line-height: 32px; font-style: normal; text-align: center;}
#mmenu li img{ text-align: center; margin: 0 auto; display: block; padding-bottom: 15px;}


.home-title{ text-align: center; padding: 20px 0;}
.home-title b{ font-size: 1.4rem;line-height: 30px;}
.home-title p{ line-height: 22px;}


.reco-products-item{ width: 100%; position: relative; margin-bottom: 10px;}
.reco-products-item-box-info b{ font-size: 1rem;}




.home-protab ul{ margin-bottom:20px;}
.home-protab ul li{ margin: 0 10px; }


.main_visual1 .owl-carousel .item img{ width:100%; height:auto;}

.main_visual1 .owl-carousel b{ margin-top: 10px; font-size: 1.2rem; line-height: 32px; height: 32px;}
.main_visual1 .owl-carousel P{ line-height: 20px; height: 20px;}
.main_visual1 .owl-prev, .main_visual1 .owl-next{ margin-top:-50px;}

.main_visual1 .owl-prev{left: 0;}
.main_visual1 .owl-next{right:0; }


.home-advan{  margin-top: 20px;  }
.home-advan-left{ width: 100%;}
.home-advan-left-info div{ width: 100%; padding: 0 3%;}
.home-advan-left-info a{ width: 70px; height: 70px; background-size:cover;}
.home-advan-left-info b{ font-size: 1.2rem; line-height: 32px;margin-top: 10px; }


.home-advan-right{ width: 100%; height:100%;}

.home-advan-right-ad1{ width: 100%; height: 300px; }
.home-advan-right-ad1-info div{ width: 100%; padding:15px 3%; text-align: center;}
.home-advan-right-ad1-info b{ display: block; font-size: 1.2rem; line-height: 32px; }
.home-advan-right-ad1 img{object-fit: cover;}
.home-advan-right-ad1-info a{ margin: 0 auto; margin-top: 10px; }
.home-advan-right-ad2 img {object-fit: cover; height:520px;}

.home-advan-right-ad2{  height: auto; }

.home-advan-right-ad2-info{padding: 30px  3%; text-align: center;}
.home-advan-right-ad2-info a{  font-size: 1.2rem; line-height: 32px;  }

.main_visual2 .owl-carousel .item .home-sou-item img{object-fit: cover;}



.main_visual2 .owl-carousel .item .home-sou-item div{ padding: 0 20%;}
.main_visual2 .owl-carousel .item .home-sou-item b{font-size: 1.3rem;  line-height: 32px; height: 32px; overflow: hidden; font-weight: normal;}
.main_visual2 .owl-carousel .item .home-sou-item p{ line-height: 20px; overflow: hidden;}
.main_visual2 .owl-carousel .item .home-sou-item em{ margin-top: 15px;}

.main_visual2 .owl-prev{left:1%;}
.main_visual2 .owl-next{right:1%;  }
.main_visual2 .owl-carousel .item img.Bpic{ display: none;}
.main_visual2 .owl-carousel .item img.Bmpic{ display: block;}


.main_visual5 .owl-prev{ left:0;}
.main_visual5 .owl-next{ right:0;}

.fposi{ width:100%; height:70px; background:#68a010; position:fixed; left:0; bottom:0; display:block; z-index:999;}
.fposi a{ display:block; float:left; text-align:center; width:25%; height:70px; color:#fff !important; border-right:1px solid #eee;  }
.fposi a:last-child{ border:none}
.fposi a img{ width:30px; height:auto; padding-top:8px;}
.fposi a p{ line-height:32px; font-size:0.9rem}


.main_visual{ margin-top: 61px;}
.main_visual .owl-dots{ width: 100%; text-align: center; height: 8px; position:absolute; left: 0; bottom: 10px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 4px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 8px; height: 8px;border-radius: 10px;}
.main_visual .owl-dot.active span{width: 14px; height: 8px;  border-radius: 10px;}

.main_visual .owl-carousel .item img.Bpic{ display: none;}
.main_visual .owl-carousel .item img.Bmpic{ display:block;}


.home-about-title{ padding: 25px 0; margin-top: 10px;}
.home-about-title-left{ width: 100%;}
.home-about-title-left b{ font-size: 1.2rem; line-height: 32px;  margin-top: 0; }

.home-about-title a{ margin-top: 15px;}



.home-ys{ padding: 30px 0;}
.home-ys dl{ width: 100%;}


.home-news{ padding-bottom:20px;}




.main_visual3 .owl-prev,.main_visual3 .owl-next{ top: 30%;}
.main_visual3 .owl-prev{left:0;}
.main_visual3 .owl-next{right:0;  }


.home-customer{padding-bottom: 30px;}




.main_visual4 .owl-carousel .item .home-customer-div1-right b{  font-size: 1.2rem; }


.main_visual4 .owl-prev,.main_visual4 .owl-next{top: 30%;}
.main_visual4 .owl-prev{background-image: url(../images/home-sou-left.png);left:0;}
.main_visual4 .owl-next{background-image: url(../images/home-sou-right.png);right:0;  }


footer{  padding-top: 0; margin-bottom: 70px;}

.footer-box{ display: none;}



.banner2{ position: relative; width: 100%; height: 150px; align-items: center; text-align: center; margin-top: 61px;}
.banner2 h1{ color: #FFFFFF; font-size: 2rem; line-height: 60px;  }
.banner2 em{ display: none; }


.abmenu{ width: 100%; height: 52px; line-height: 52px; font-size: 0.9rem; }
.abmenuL{ display: none;}
.abmenuR span{ float: left;}
.abmenuR i{ margin-top: 16px; }
.pro-lanmu{ display: block; font-size: 1.4rem;  }
.pro-lanmu i{ margin-top: 15px;}
.navbar-nav-more-body{ display: block; position:fixed;top:0;left:100%;width:100vw;height:100vh;overflow:hidden;z-index:1000;background-color:rgba(0,0,0,0.6);transition:.2s}
.navbar-nav-more-body .box-shadown{position:absolute;top:0;left:0;width:40%;height:100%}
.navbar-nav-more-body .offcanva{position:absolute;top:0;right:0;width:60%;height:100%;overflow:hidden;background-color:#68a010; }
.navbar-nav-more-body .offcanvas-body{position:relative}
.navbar-nav-more-body .offcanvas-end{width:60%;z-index:999999}
.navbar-nav-more-body .top-menu-list{position:absolute;top:0px;right:0;width:100%;height:100%;transition:.2s;font-size:1rem;padding-top: 70px;}
.navbar-nav-more-body .top-menu-list.active{transform:translateX(-100%)}
.navbar-nav-more-body .top-menu-list>li{height:3.5rem;line-height:3.5rem;padding:0}
.navbar-nav-more-body .top-menu-list>li a{height:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between; color: #FFFFFF; border-bottom: 1px solid #EEEEEE;}
.navbar-nav-more-body .top-menu-list ul{position:absolute;left:100%;width:100%;background-color:#fff;top:0;height:100%;padding:0;display:none}
.navbar-nav-more-body .top-menu-list ul.active{display:block}
.navbar-nav-more-body .top-menu-list .icon{font-size:16px;color:#666}
.navbar-nav-more-body .top-menu-list ul.active .icon{margin-right:.5rem}





.about-imgbox1{ padding: 20px 0;}



.about-title1 b{  font-size: 1.4rem; }
.about-title1 em{ display: none; }

.about-logo{ padding:10px 0;}

.about-company{ padding: 20px 0;}
.about-company-left{ width: 100%;}


.about-company-right{ width: 100%; padding: 20px 0; }


.about-service{  padding: 0 0 30px 0;}
.about-service-left{ width: 100%; padding:20px 0;}
.about-service-left b{font-size: 1.4rem; line-height: 42px;}
.about-service-left p{ margin-top: 10px;}


.about-service-right{ width: 100%;}




.about-title2{  margin-top: 20px;}
.about-title2 b{  font-size: 1.4rem; }
.about-title2 em{width: 100%; }


.about-culture-list dl{ width: 100%; margin-bottom: 10px;}
.about-culture-list dl dd{ font-size: 1rem; }

.about-win{  margin-top: 20px; padding: 20px 0;}
.about-win .auto1280{ padding: 0;}
.about-win  b{ font-size: 1.4rem; margin-bottom: 5px;}


.about-img-list{ padding: 20px 0;}
.about-img-list dl{ width: 100%; margin: 5px 0;}

.about-img-list dl dd{ font-size: 1rem;}


.about-info{ padding: 20px 0;}


/*--*/
.padding30{ padding:10px;}
.titleBx{ font-size:1.8rem; margin:0; padding:15px 0;}
.ContactInner .long .left{ display:none;}
.ContactInner .long .right{padding: 20px; width:100%; height:auto;}
.ContactInner .long .right .title{font-size: 18px;}
.ContactInner .long .right .tel{margin-top:10px;font-size:14px;}
.ContactInner .long .right .tel:before{top:32px;width:10px;height: 2px;}
.ContactInner .long .right .tel:after{left:13px;top:32px;width:25px;height: 2px;}
.ContactInner .long .right .tel font{margin-top: 25px;font-size: 20px;}
.ContactInner .long .right .wx{min-height:auto;margin-top: 10px;font-size:14px;line-height: 24px;}
.ContactInner .long .right .consult{position: initial;margin-top: 25px;}
.ContactInner .long .right .ewm{float: left;margin-right: 30px;}
.ContactInner .long .right .ewm:before{content:"";position:absolute;right: -15px;top: 20%;width:1px;height: 60%;border-right: 1px #ddd dashed;}
.ContactInner .long .right .ewm:after{right:-20px;}
.ContactInner .long .right .online{float: left;display: table;margin: 50px 0 0 0px;font-size:14px;padding: 5px 20px;}
.ContactInner .long .right .rt{margin-top:15px;}
.ContactInner #dituContent{height:220px;}
/*--*/
.MessageCon{ padding:50px 0;}
.MessageCon .long{padding:20px;}
.MessageCon .title{margin-bottom:20px;}
.MessageCon .title h2{font-size:18px;width: 100%;}
.MessageCon .title .tel{margin-top:15px;font-size:20px;width: 100%;}
.MessageCon .title .tel em{margin:5px 10px 0 0;font-size:20px;}
.MessageCon input{width:100%;margin-bottom:1%}
.MessageCon .block:nth-child(2n+1){margin-left:0;}
.MessageCon input,.MessageCon textarea{padding:10px 20px 10px 40px;background-position:10px 12px;}
.MessageCon textarea{height:100px;}
.MessageCon button{width:49%;margin-top:15px;padding:10px 0;font-size:14px;}
.MessageCon .block{ margin-left:0;}
.MessageCon .x5{ width:100%;}



 .EssayCont{ padding:20px 0; width:100%;}
/*--*/
.EssayCont .lefter{width:100%;}
.EssayCont .righter{display: none;}
.container{width:100%;padding-left:10px; padding-right:10px; box-sizing:border-box;}
.titleBx{font-size:22px; }
.titleBx span{margin:5px auto 0;}
.titleBx.tTop{margin:30px }


.NewsList{ padding:20px 0;}
.NewsList dl{ width:100%;  margin:0; margin-bottom:10px; }
.NewsList dl dd{  padding:20px;}
.NewsList dl dd a.InTeamLinks{ font-size: 1rem; line-height: 30px; height: 60px;  margin-top: 10px;}

.GoodsMenuMobile{ display:block; width:100%;  padding:0 20px; height:42px; line-height:42px; background:#fff; margin-bottom:5px; border-bottom:1px solid #eee;}
.GoodsMenuMobile a i{ margin-left:10px;}

.GoodsList{ padding:20px 0;}
.GoodsLeft{ width:100%; background:#fff; padding:20px; margin-bottom:0; display:none;}
.GoodsLeft h2{display:none;}
.GoodsLeft dl{ margin-top:5px;}
.GoodsLeft dl dt{ width:100%; height:32px; line-height:32px; }
.GoodsLeft dl dt i{ line-height:32px;}
.GoodsLeft dl dd{ padding:3px 0; }
.GoodsLeft dl dd a{ display:block; line-height:26px; height:26px; }



.GoodsRight{ width:100%; height:auto; margin-top:15px;}
.GoodsRight dl{ width:100%; margin:0; margin-bottom:10px; }
.GoodsRight dl dd a{  font-size:16px;}



.SearchList{ padding:20px 0;}
.SearchList dl{ width:100%; margin:0; margin-bottom:10px; padding:20px;}
.SearchList dl dd a{  font-size:16px;}


.GoodsContent{ padding:20px 0;}
.GoodsTab{ height:auto; line-height:42px; border:1px solid #eee;}
.GoodsTab li{border-right:none;  border-bottom:1px solid #eee; width:100%; height:42px; text-align:center;}
.GoodsTab li.thistab{ background:#68a010; color:#fff;}
.Prodte{ padding:15px 0;}


.relaproducts dl{ width:100%; margin:0; margin-bottom:10px; padding:20px;}
.relaproducts dl dt{ width:100%; height:auto; overflow:hidden;}
.relaproducts dl dd a{ font-size:16px; }


.psc-content .left{ float:none !important;}
.psc-content .right{ float:none !important;}
/*--*/
.DetailCont .pst-left{width:100%;}
.DetailCont .pst-right{width:100%;margin-top:30px}
/*--*/
.pst-right .title{
    font-size: 24px; margin-bottom:10px;
}
.pst-right .number{font-size: 14px;margin-top: 10px;}
.pst-right .wx {padding: 0;font-size:14px;min-height:50px;line-height:26px;}
.pst-right .rok{-webkit-line-clamp:3;}
.pst-right .tel {font-size:18px; margin-top:10px;}
.pst-right .tel i{font-size:22px;margin:0;}
.pst-right .online {margin-top:10px;}
.pst-right .online a{margin-right:20px;font-size:13px;padding:10px 40px;}
.pst-right .trait {padding-top:0;}
.pst-right .trait li {font-size:14px;}
.pst-right .trait li:before {margin:0 5px 0 0;font-size:24px;}
/*--*/
.psc-content{margin-top:5px;}
.psc-content .wor{
    line-height:26px;
    font-size:15px;
 
}
.gsContent1 h3{font-size:30px;    line-height: 40px;}
	
.psc-content .long{display: block;}
.psc-content .prodetial dl {width: 77%;margin-top: 9px;box-shadow: 0 0 20px rgb(12 49 113 / 16%);}
.psc-content .prodetial dl dt{width: 99%;float:none}
.psc-content .prodetial dl dd{width: 99%;float:none}
.psc-content .psd-right{display:none}
.psc-content .tone{margin-bottom:40px;}
.psc-content .tone li{font-size: 16px;padding: 15px 20px;}
.psc-content .tone li:before{font-size: 20px;margin:2px 5px 0 0;}
.psc-content .frame{margin-bottom:40px;padding-bottom:40px;}
.psc-content .theme {font-size:18px;margin-bottom:20px;padding-left:15px}
.psc-content .download li{font-size: 14px;}
.psc-content .download .state{padding: 10px 20px;}
.psc-content .download .block{width:150px;} 

	
/*--*/
.srllOrso .leftPic, .srllOrso .rightPic{height: 400px;}
/*--*/
.srllPho .leftPic, .srllPho .rightPic{height: 400px;}
/*--*/
.work-list li{margin-bottom: 30px;padding-bottom: 30px;flex-direction: column !important;}
.work-list .pic{width: 100%;margin: 0px !important;}
.work-list .info{width: 100%;margin-top: 20px;font-size: 15px;line-height: 28px;}

/*--*/
.srllOrso{display: block;}
.srllOrso .leftPic{width:100%;height:250px;}
.srllOrso .rightPic{width: -webkit-fill-available;height:auto;margin: 30px 0 0 0;}
.srllOrso .rightPic li{height:auto;margin-bottom:0px;}
.srllOrso .btn{opacity: 1;left: 0;display: flex;width: 30px;height: 100%;padding:2px 0;align-items: center;justify-content: center;}
.srllOrso .btn:before{font-size:25px;}
.srllOrso .sNext{left:auto;right:0;}
.srllOrso .sPrev:before{transform:rotate(-90deg);}
.srllOrso .sNext:before{transform:rotate(-90deg);}

.psc-content h3,.psc-content h2{ font-size:17px;}


.cate-pro{ padding:20px 0; }
.cate-pro dl{ width: 100%;  margin:1% 0;}

.solution-list{ padding:20px 0; }
.solution-list dl{ margin-bottom:10px; width:100%;}
.solution-list dl dt{ width:100%;}
.solution-list dl dd{ width:100%; padding:20px;}
.solution-list dl dd a{  font-size: 1.2rem; }
.solution-list dl dd p{ margin-top:0;}

.solution-show{ padding:20px 0; }
.solution-show-title{  line-height:30px;   font-size: 1.2rem;}
.solution-show .auto1280{ background:#fff; padding:20px;}


.down-list{ padding:20px 0; }
.down-list dl{ width:100%; margin:5px 0;  padding:20px; }


}