html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    font-family: arial;
    list-style: none;
}
.f_left{
 float: left;
}
.f_right{
  float: right;
}
a{text-decoration: none;}
.wrap{
    width: 100%;
    height: 100%;
}
body{
   font-family: 'Microsoft Sans Serif,Arial,Helvetica,sans-serif';
   font-size: 0.16rem;
   background-color: #fafafa;
   max-width: 6.4rem;
   min-width: 3.2rem;
  margin:0 auto;
  line-height:1em;
}
.clear {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0px;
  clear: both;
  visibility: hidden;
}
.center{
	text-align: center;
}
.p_20{
	padding:0 0.2rem;
}
/* common part begin */
.meau_list{
	position: absolute;
	top: 1.2rem;
	width: 6.4rem;
	z-index: 9999999999999;
	background-color: rgba(94,182,137,0.9);
    display: none;
}
.meau_list li{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
}
.meau_list li a{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.2rem;
	border-bottom: 1px dashed #FFFFFF;
}

header{
  height: 1.2rem;
  line-height: 1.2rem;

   padding-top: 0.26rem;
  background-color: #ffffff;
  position: relative;
}
.header{
	padding: 0 0.2rem;
	height: 0.65rem;
	line-height: 0.65rem;
	position: relative;
}
.logo{
  display: block;
  width: 2.24rem;
  height: 100%;
  float: left;
}
.logo img{
 display: block;
 width: 100%;
}
.header .email{
	color: #595959;
    font-size: 0.2rem;
    width: 3.1rem;
    float: left;
    text-align: center;
}
.header .email .iconfont{
		color: #595959;
	font-size: 0.18rem;
}
.meau{
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    float: right;
    margin-top: 0.04rem;
}
.meau img{
	display: block;
	width: 100%;
}
.search{
  background-color: #f6f6f6;
  padding: 0.12rem 0.2rem;
  height: 0.74rem;
  overflow: hidden;
}
.search input{
  height: 0.5rem;
  width: 4.6rem;
  border-radius: 0.2rem;
  border: 1px solid #c3c3c3;
  margin: 0;
  font-size: 0.22rem;
}
.search a{
  height: 0.5rem;
  width: 1.28rem;
  font-size: 0.18rem;
  display: block;
  line-height:  0.5rem;
  text-align: center;
   border-radius: 0.2rem;
   background-color: #3ba86f;
  color: #ffffff;
}

.main_h1{
  height: 0.46rem;
  text-align: center;
  color: #595959;
  font-size: 0.24rem;
   margin: 0.24rem 0;
  position: relative;
}
.main_h1 a{
  color: #595959;
}
.main_h1::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.56rem;
  height: 0.05rem;
  background-color: #3ba86f;
}
.main_h2{
  height: 0.46rem;
  text-align: center;
  color: #595959;
  font-size: 0.24rem;
  margin: 0;
  position: relative;
}
.main_h2 a{
  color: #595959;
}
.main_h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.56rem;
  height: 0.05rem;
  background-color: #3ba86f;
}
.crumb{
	background-color: #FFFFFF;
	height: 0.45rem;
	line-height: 0.45rem;
    font-size: 0.18rem;
    color: #767676;
}
.crumb a{
	color: #767676;
    font-size: 0.18rem;
}
.crumb .iconfont{
	padding-right: 0.1rem;
	color: #767676;
}
footer{
	margin-top: 0.32rem;
	background-color: #343d44;
	padding: 0.26rem 1.1rem 1.2rem 0.2rem;
}
footer>h2{
  height: 0.46rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin: 0;
  position: relative;
}
footer>h2 a{
  color: #FFFFFF;
}
footer>h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.68rem;
  height: 0.04rem;
  background-color: #3ba86f;
}
footer>a{
	font-size: 0.18rem;
	color: #FFFFFF;
	display: block;
	padding-top: 0.2rem;
}
footer p{
	font-size: 0.18rem;
	color: #FFFFFF;
	display: block;
	line-height: 0.24rem;
	padding-top: 0.2rem;
}
footer .link{
	padding-top: 0.36rem;
}
footer .link a{
	display: inline-block;
	width: 0.46rem;
	margin-left: 0.1rem;
}
footer .link a:nth-of-type(1){
	margin-left: 0;
}
footer .link a img{
	display: inline-block;
	width: 100%;;
}
.follwn{
     width: 100%;
	height: 1rem;
	padding-top: 0.1rem;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.follwn li{
	width: 25%;
	float: left;
   text-align: center;
}
.follwn li a{
	display: block;
	width: 100%;
}
.follwn li a .iconfont{
	font-size: 0.5rem;
	color: #5e6265;
	line-height: 0.5rem;
}
.follwn  li a p{
	color: #5e6265;
	padding-top: 0.06rem;
	font-size: 0.24rem;
}
.follwn  .active  .iconfont{
	color: #3ba86f;
}
.follwn   .active  p{
	color: #3ba86f;
}
/* index begin */

.banner .swiper-slide img{
  display: block;
  width: 100%;
}
.banner .pagination{
  bottom: 0.12rem;
  text-align: left;
}
.banner .pagination .swiper-pagination-bullet{
  margin-left: 0.12rem;
  margin-right: 0;
  display: inline-block;
  width: 0.26rem;
  height: 0.15rem;
  border-radius: 0;
}
.banner .pagination span:nth-of-type(1){
  margin-left: 0.2rem;
}
.banner .swiper-pagination-bullet{
  background: #ffffff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
   background-color: #3ba86f;
}
.main_t{
	padding-bottom: 0.2rem;
}
.lunbo .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lunbo .swiper-wrapper{
	position: relative;
}
.lunbo-t {
    width: 3.5rem;
    float: left;
    padding: 0.35rem;
    border: 2px solid #a1a1a1;
}
.lunbo-t img {
	display: block;
    width: 100%;
}

.lunbo-b {
    position: absolute;
    width: 2.8rem;
    height: 1.2rem;
    right: 0;
    top: 50%;
    padding: 0.3rem 0.2rem 0 0.2rem;
    transform: translateY(-50%);
    z-index: 22;
    background-color: #3ba86f;
}
.lunbo-b h3{
	color: #FFFFFF;
	font-size: 0.18rem;
	line-height: 0.3rem;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.button_next{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
	background-color: #347bcd;
	height: 0.36rem;
	 line-height: 0.36rem;
	 width: 0.9rem;
	 font-size: 0.3rem;
	 text-align: center;
	 z-index: 99;
}
.button_prev{
	position: absolute;
	bottom: 0;
	right: 0;
	 background-color: #3ba86f;
	 color: #FFFFFF;
	 right: 1rem;
	 height: 0.36rem;
	 line-height: 0.36rem;
	 width: 0.9rem;
	 font-size: 0.3rem;
	 text-align: center;
	 z-index: 99;

}



.main_c ul{
	margin-top: 0.24rem;
}
.main_product{
	overflow: hidden;
}
.main_product li{
	width: 49%;
	float: left;
	background-color: #FFFFFF;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-bottom: 0.24rem;
}
.main_product li:nth-of-type(even){
	margin-right: 0;
}
.main_product li .tu{
	width: 100%;
}
.main_product li .tu img{
	display: block;
	width: 100%;
}
.main_product li h3{
	font-size: 0.18rem;
    color: #595959;
    padding:0.24rem 0.12rem 0 0.12rem;
    margin-top: 0.24rem;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main_product_link{
	display: inline-block;
	color: #FFFFFF;
	background-color: #3ba86f;
	padding: 0 0.2rem;
	margin: 0.2rem auto 0;
	height: 0.5rem;
	font-size: 0.18rem;
	line-height: 0.5rem;
	text-align: center;
}
.main_product_link img{
	width: 0.18rem;
	vertical-align: middle;
	margin-left: 0.08rem;
}
.main_b{
	margin-top: 0.2rem;
}
.main_b>h2{
	margin-bottom: 0.14rem;
}
.main_blog{
	background-color: #FFFFFF;
	padding-bottom: 0.22rem;
}
.main_blog li{
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.main_blog li::before{
	content: "";
	position: absolute;
	width: 0.36rem;
	height: 2px;
	background-color: #434343;
	bottom: 0;
}
.main_blog li span{
	color: #747474;
	font-size: 0.20rem;
}
.main_blog li h3{
	color: #303030;
	font-size: 0.24rem;
	margin: 0.1rem 0;
	line-height: 0.34rem;
}
.main_blog li p{
	color: #747474;
	font-size: 0.22rem;
	line-height: 0.3rem;
}

/*product begin*/

.product_t li{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.product_t li:nth-of-type(even){
	margin-right: 0;
}
.product_t li>a{
	background-color: #FFFFFF;
	padding-bottom: 0.24rem;
	display: block;
}
.product_t li .tu{
	width: 100%;
}
.product_t li .tu img{
	display: block;
	width: 100%;
}
.product_t li h3{
	font-size: 0.18rem;
    color: #595959;
    padding:0.24rem 0.12rem 0 0.12rem;
    margin-top: 0.24rem;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_t li .pt-link{
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	margin-top: 0.14rem;
}
.product_t li .pt-link a:nth-of-type(1){
	width: 48%;
	background-color: #3ba86f;
	color: #FFFFFF;
}
.product_t li .pt-link a:nth-of-type(2){
	width: 48%;
	background-color: #999999;
	color: #FFFFFF;
}
.page{
	text-align: center;
	height:0.4rem;
    line-height: 0.4rem;
	margin-top: 0.2rem;
	box-sizing: border-box;
}
.page a {
    display: inline-block;
    text-align: center;
    color: #9b9b9b;
    font-size: 0.14rem;
    width: 0.4rem;
    box-sizing: border-box;
    border: 1px solid #bbb;
    background-color: #FFFFFF;
}
.page .active{
	background-color: #3ba86f;
	color: #FFFFFF;
}

/*product-list begin*/
.pro_details{
	margin-top: 0.3rem;
}
.datail_view .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.datail_view   .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.datail_view .swiper-slide img {
  display: block;
  width: 100%;
}
 .prev,.next{
 	position: absolute;
    top: 50%;
    width: 0.24rem;
    height: 0.4rem;
    transform: translateY(-50%);
    z-index: 10;
    background-size: 0.24rem 0.4rem;
 }
 .prev{
	background-image: url(../images/left.png) ;
    left: 0;
}
 .next{
	background-image: url(../images/right.png);
    right: 0;
}
.datail_view h1{
	color: #595959;
	font-size: 0.2rem;
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
	padding-left: 0.15rem;
}
.datail_view .detail_view_b{
	background-color: #FFFFFF;
	padding: 0.24rem 0.4rem 0.24rem 0.14rem;
	border: 1px solid #f0f0f0;
}
.detail_view_b p{
	font-size: 0.18rem;
	color: #777777;
	line-height: 0.3rem;
}
.detail_view_b p span{
	color: #3ba86f;
}
.detail_view_b .detail_link{
	margin-top: 0.3rem;
    overflow: hidden;
}
.detail_view_b .detail_link a {
	display: block;
    color: #FFFFFF;
    float: left;
    height: 0.55rem;
    font-size: 0.18rem;
    text-align: center;
    padding: 0 0.16rem;
    background-color: #3ba86f;
    line-height: 0.6rem;
}
.detail_view_b .detail_link a img{
	width: 0.34rem;
	margin-right: 0.1rem;
}
.detail_view_b .detail_link a:nth-of-type(1) {
	margin-right: 0.2rem;
}
.detail_view_b .detail_link a:nth-of-type(1) img{
	width: 0.28rem;
}
.detail_view_b .detail_link a:nth-of-type(2){
	   background-color: #347bcd;
}
.detail_list{
	margin-top: 0.25rem;
}
.detail_list>li{
	padding-bottom: 0.3rem;
}
.detail_title{
	border-bottom: 0.04rem solid #347bcd;
	margin-bottom: 0.14rem;
}
 .detail_title h3{
	color: #FFFFFF;
	font-size: 0.18rem;
	border-radius: 0.1rem 0.1rem 0 0;
	display: inline-block;
	padding: 0.14rem 0.24rem;
	background-color: #347bcd;
}
.feature{
	background-color: #FFFFFF;
	padding: 0.24rem 0.3rem 0 0.1rem;
	font-size: 0.22rem;
	    line-height: 0.34rem;
}
.feature img{
	display: block;
	width: 100%!important;
    height: auto!important;

}
.feature p{
	color: #777777;
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding-bottom: 0.2rem;
}
.data{
	background-color: #FFFFFF;
	padding: 0.24rem 0.3rem 0.24rem 0.1rem;
	overflow: auto!important;
}
table  tbody td{
	color: #777777;
	font-size: 0.18rem;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.4rem;
}
table{
	border:1px solid #cbcbcb;
    width: 100%!important;
}
table tr{
	border-bottom:1px solid  #cbcbcb;

}
table tr td{
	border-right:1px dashed  #cbcbcb;
}
.message form>div{
	margin-bottom: 0.14rem;
	overflow: hidden;
}
.message form>div span{
	width: 1.6rem;
    float: left;
    color: #595959;
    padding-right: 0.1rem;
    font-size: 0.18rem;
    text-align: right;
    height: 0.5rem;
	line-height: 0.5rem;
}
.message form>div input{
	width: 4rem;
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
	margin: 0;
	padding: 0;
	font-size: 0.18rem;
	color: #a9a9a9;
	padding-left: 0.1rem;
}
.message form .textarea span{
	width: 1.6rem;
    float: left;
    color: #595959;
    padding-right: 0.1rem;
    font-size: 0.18rem;
    text-align: right;
    height: 1.2rem;
	line-height: 1.2rem;
}
.message form span b{
	color: #d0484d;
}
.message form .textarea textarea{
	width: 4rem;
	float: left;
	 height: 1.2rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0;
	font-size: 0.18rem;
	color: #a9a9a9;
	padding-left: 0.1rem;
	box-sizing: border-box;
}
.message form .form_in input{
	width: 1.75rem;
	font-size: 0.18rem;
	color: #a9a9a9;
}
.message form .form_in img{
	width: 1.2rem;
	height: 0.5rem;
	margin-left: 0.2rem;
}
.message form input[type=submit]{
	width: 100%;
	height: 0.55rem;
	line-height: 0.55rem;
	background-color: #3ba86f;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 0.2rem;
	outline: none;
}
.mend .product_t li {
	margin-bottom: 0;
	position: relative;
}
.mend .product_t li a>img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0.34rem;
}
/*404 begin*/

.flex{
	padding: 0.5rem 0;
	text-align: center;
}
.flex h2{
	color: #d22f23;
	font-size: 0.24rem;
}
.flex h1{
	margin-top: 0.3rem;
	color: #303030;
	font-size: 0.24rem;
}
.message h1{
	padding: 0.25rem 0;
	color: #303030;
	font-size: 0.24rem;
	text-align: center;
}
.message h2{
	padding: 0.25rem 0;
	color: #303030;
	font-size: 0.24rem;
	text-align: center;
}
.message_t{
	background: url("../images/message.png");
	padding: 0.24rem 0.12rem 0 0.12rem;
}
.message_t h3{
	color:#595959;
	font-size: 0.24rem;
	padding-left: 0.3rem;
	position: relative;
}
.message_t h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.12rem;
	height: 0.12rem;
	background: url(../images/icon_2.png);
	background-size: cover;
}
.message_t fieldset{
	border:none;
	margin-top: 0.3rem;
}
.message_t fieldset input{
	margin-bottom: 0.16rem;
	font-size: 0.18rem;
	height: 0.52rem;
	padding: 0;
	padding-left: 0.1rem;
	line-height: 0.52rem;
	color: #a9a9a9;
}
.message_t fieldset textarea{
	margin-bottom: 0.16rem;
	font-size: 0.18rem;
	height: 1.22rem;
	padding: 0;
	padding-left: 0.1rem;
	line-height: 1.22rem;
	color: #a9a9a9;
}
.message_t fieldset .form-in{
	overflow: hidden;
}
.message_t fieldset .form-in input{
	width: 1.8rem;
	margin-right: 0.2rem;
	margin-bottom: 0.16rem;
	float: left;
}
.message_t fieldset .form-in img{
	width: 1.1rem;
	display: block;
	float: left;
}
.message_t fieldset button {
	font-size: 0.2rem;
	height: 0.52rem;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 0.52rem;
	color: #FFFFFF;
	background-color: #3ba86f;
}

/*search begin*/
.sousuo{
	padding-bottom: 0.3rem;
}
.sousuo h1{
	padding: 0.4rem 0;
	text-align: center;
	font-size: 0.24rem;
	color:#303030;
}

/*about begin */

.about h1{
	margin: 0.24rem;
}
.about .about_t{
	background-color: #FFFFFF;
	padding-top: 0.2rem;
}
.about .about_t>p{
	margin-bottom: 0.24rem;
	font-size: 0.22rem;
	color:#555555;
	line-height: 0.34rem;
}
.about .about_t .team h2{
	margin-bottom: 0.24rem;
}
.about .about_t .team p{
	margin-bottom: 0.2rem;
	font-size: 0.22rem;
	color:#555555;
	line-height: 0.34rem;
}
.about .about_t .team img{
	display: block;
	width: 100%;
}

/*service begin*/

.service{
	background-color: #FFFFFF;
	padding-top: 0.3rem;
}
.service p{
	font-size: 0.22rem;
	color: #555555;
	line-height: 0.34rem;
}
.service_list{
	padding-bottom: 0.15rem;
	padding-top: 0.1rem;
}
.service_list img{
	display: block;
	width: 100%;
}
.service_list h2{
	color: #3c3b3b;
	font-size: 0.18rem;
	text-align: center;
	padding-top: 0.1rem;
	padding-bottom: 0.15rem;
}
.service_list p{

}
/*case begin*/

.case{
	background-color: #FFFFFF;
}

.case li{
	padding: 0.2rem 0;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}
.case .case_left{
   width: 2.5rem;
}
.case .case_left img{
	display: block;
    width: 100%;
}
.case .case_right{
   width: 3.4rem;
   text-align: center;
}
.case .case_right  h3{
	color: #3c3b3b;
	font-size: 0.24rem;
   height: 0.3rem;
    line-height: 0.3rem;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
   margin-top: 0.2rem;
}
.case .case_right p{
	color: #787878;
	font-size: 0.22rem;
	margin: 0.2rem 0;
     text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 0.25rem;
    height: 0.5rem;
}
.case .case_right span{
	color: #FFFFFF;
	text-align: center;
	background-color: #3ba86f;
	font-size: 0.16rem;
	padding: 0.06rem 0.3rem;
}
/*contact begin*/
.contact{
	background-color: #FFFFFF;
	padding-top: 0.15rem;
}
.contact_in{
	background: url("../images/message.png");
	padding: 0.4rem 0.12rem 0  0.12rem;
    margin-bottom: 0.1rem;
    position: relative;
}
.contact_in img{
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    left: 0.12rem;
    top: 0.2rem;
}
.contact_in p{
	color: #595959;
	line-height: 0.24rem;
	padding-bottom: 0.24rem;
	font-size: 0.18rem;
}
.contact_in p a{
	color: #595959;
	font-size: 0.18rem;
}
/* blog_list begin */
.blog_list{
    margin-top: 0.1rem;
    background-color: #ffffff;
}
.blog_list_top{
	padding-top: 0.3rem;
	padding-bottom: 0.2rem;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
}
.blog_list_top h1{
	color: #595858;
	font-size: 0.26rem;
}
.blog_list_top p{
	margin-top: 0.2rem;
	color: #ababab;
	font-size: 0.16rem;
}

.blog_list_bottom{
	  background-color: #ffffff;
	  padding-top: 0.218rem;
	  font-size: 0.22rem;
	    line-height: 0.34rem;
}
.blog_list_bottom img{
	display: block;
	width: 100%;
	margin-bottom: 0.3rem;
}
.blog_list_bottom p{
	color: #575757;
	font-size: 0.16rem;
	line-height: 0.3rem;
	padding-bottom: 0.3rem;
}
.blog_list_link {
	background-color: #3ba86f;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	margin-bottom: -0.32rem;
}
.blog_list_link a{
	color: #FFFFFF;
	display: block;
	font-size: 0.16rem;
	line-height: 0.36rem;
}
.feature iframe,.blog_list_bottom iframe{
	width: 100% !important;
}

#code{
	width: 50%;
}
#send{
	display: block;
	padding: 6px 42px;
	background: #3ba86f;
	margin: auto;
	color: #fff;
}
.message_tit{
	    padding: 10px;
    line-height: 24px;
    font-size: 14px;
}
#send:hover{
	background: #347bcd;
}
#LRfloater0 img{
width:150px !important;
}
#LRfloater0{
bottom:70px !important;
z-index: 80 !important;
height: 56px;
}