@charset "utf-8";
/*初始化*/
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
}
a, a:link, a:active, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#666;
}
:-moz-placeholder{
caret-color:#666;
}
::-moz-placeholder{
	color:#666;
}
:-ms-input-placeholder{
flood-color:#666;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #037edb inset; 
	-webkit-text-fill-color: #fff;
}
body{
	overflow-x: hidden;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.ellipsis5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.ellipsis7{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}


/*头部*/
.wrap{
	max-width: 1200px;
	clear: both;
	margin: 0 auto;
}
.wrap2{
	max-width: 1230px;
	clear: both;
	margin: 0 auto;
}
.mob-menu{
	display: none;
}
#nav{
	background: #009a44;
	height: 100%;
}
#nav:after{
	content: '';
	height: 120px;
	position: absolute;
	right: -100%;
	width:200%;
	display: block;
	background: #009a44;
	z-index: -1;
}
.logo{
	float: left;
	z-index: 9999;
	height: 120px;
}
.headpic img,.logo img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.toptel{
	text-align: right;
	color: #009a44;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
nav{
	clear: both;
	background: #009a44;
	height: 60px;
	position: relative;
	z-index: 999;
}

.banner{
	clear: both;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
}
#mbanner{
	display: none;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after {
	color: #fff;
}
/*热门关键词*/
.block-0-l{
	float: left;
	width: 60%;
	background: #009a44;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: block;
	height: 80px;
    box-sizing: border-box;
    padding-top: 25px;
}
.block-0-l a{
	margin: 0 5px;
}
.block-0-l a:hover{
	color: #FFF;
}
.block-0-r{
	float: left;
	width: 40%;
	background: #faa50a;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: block;
	height: 80px;
	box-sizing: border-box;
	padding-left: 40px;
	text-align: left;
	padding-top: 10px;
}
.block-0-r .iconfont{
	font-size: 40px;
}
.block-0-r span{
	display: inline-block;
}
.block-0-r .tel-num{
	font-size: 18px;
	font-weight: bold;
}

/*产品中心*/
.block-1{
	clear: both;
	position: relative;
	z-index: 99;
	padding: 30px 0;
	background: url(../images/cp_bg.jpg) #f9f9f9 top center no-repeat;
}
.block-2{
	clear: both;
	background: #f4f4f4;
	position: relative;
	z-index: 9999;
	padding: 30px 0;
}
.block-3{
	clear: both;
	position: relative;
	z-index: 9999;
	padding: 30px 0 60px 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

.in-title1{
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	position: relative;	
	text-align: left;
	float: left;

}

.in-title2{
	clear: both;
	text-align: left;
	font-size: 42px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	position: relative;	
}
.in-title2 span{
	color: #009a44;
	font-size: 38px;
	line-height: 2;
}

.in-title3{
	color: #009a44;
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.tip-en{
	text-align: left;
	color: #FFF;
	text-transform:uppercase;
	float: left;
}
.tip-en2{
	clear: both;
	text-align: left;
	margin-bottom: 50px;
	text-transform: uppercase;
	color: #8e8e8e
}
.tip-en3{
	clear: both;
	text-align: center;
	margin-bottom: 50px;
	color: #8e8e8e;
	text-transform: uppercase;
}
.in-cate{
	float: right;
	text-align: center;
	padding: 10px 0;

}
.in-cate a{
	display: inline-block;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	text-align: center;
	margin: 10px;
	padding: 0 30px;
	color: #333;
	line-height: 50px;
	background: #ffffff;
	border-radius: 5px;
}

.in-pro-box{
	clear: both;
	background: #009a44;
	box-sizing: border-box;
	padding:15px;
	margin-left: -15px;
}
.block-2 .t1{
	color:#009a44;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}
.block-2 .t2{
	color:#333333;
	font-size: 20px;
	text-align: right;
}
.in-pro-li{
	border:1px solid #dcdcdc;
	margin-bottom: 30px;
}
.block-more{
	clear: both;
	text-align: center;
	margin: 20px 0;
}
.block-more .ab-more{
	line-height: 50px;
	padding:0 10px;
	background: #009a44;
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	width: 148px;
	margin-right: 10px;
	height: 50px;
}
.block-more .ab-tel{
	line-height: 50px;
	height: 50px;
	padding:0 10px;
	background: #faa50a;
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	width: 248px;
	margin-right: 10px;
}
.block-more .ab-tel i{
	font-size: 20px;
}
.in-pro-box .ch{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.in-pro-box .en{
	color: #84a1c9;
	font-size: 10px;
}
.tip1{
	color: #6a6a6a;
	font-size: 14px;
	text-align: center;
	line-height:3;
	margin-bottom: 20px;
}
.tip2{
	color: #6a6a6a;
	font-size: 14px;
	text-align: left;
	line-height:3;
	margin-bottom: 20px;
}
.pic1{
	width: 100%;
	height: 0;
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}
.pic2{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.pic3{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.pic4{
	width: 100%;
	height: 0;
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}
.pic5{
		width: 100%;
		height: 0;
		padding-bottom: 75%;
		overflow: hidden;
		position: relative;
}
.pic1 p,.pic2 p,.pic3 p,.pic4 p,.pic5 p{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition-duration: .8s;
}
.pic1 p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .8s;
	padding: 1px;
}
.pic2 p img,.pic3 p img,.pic5 p img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition-duration: .8s;
	padding: 1px;
}
.pic4 p img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition-duration: .8s;
	padding: 1px;
}
#products{
	padding:40px 15px 30px 15px;
	margin-left: -15px;
	clear: both;
	overflow: hidden;
	background: #FFF;
	margin-top: 50px;

}
#products h4{
	background: url(../images/name_bg.png) repeat-x;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	line-height: 2;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;

}


.catelist{
	clear: both;
	text-align: center;
	padding:0;
	background: #434343;
	margin-left: -15px;
	overflow: hidden;
}
.catelist a{
	display: block;
	color: #FFF;
	width: 100%;
	border-bottom: 1px dotted #626262;
	line-height: 60px;
	text-indent: 2rem;
	text-align: left;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
}

.catelist a:before{
	height: 3px;
	width: 3px;
	display: block;
	background: #FFF;
	border-radius: 15px;
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
}
#case{
	clear: both;
	overflow: hidden;
}
.case-li{
	padding: 30px;
	position: relative;
}
.case-li:after{
	background: #009a44;
	height: 144px;
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	bottom: 0;
	left: 0;
}



#case h4{
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	line-height: 1.5;
}
#case .swiper-slide a:hover img{
	transform:scale(1.2);
	transition-duration: .8s;
}
/*优势*/
.adv-bar{
	clear: both;
	overflow: hidden;
	padding: 40px 0;
	background-size: cover;
	position: relative;
}
.adv-t{
	font-size: 38px;
	font-weight: bold;
	color: #009a44;
	text-align: center;
	position: relative;
}
.adv-bar .en{
	color: #8e8e8e;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.adv-bar  .info{
	max-width: 1300px;
	font-size: 14px;
	color: #676767;
	text-align: center;
	line-height: 24px;
	margin: 20px auto;
}

.adv-tip{
	font-size: 20px;
	color: #FFF;
	line-height: 2;
	text-align: center;
	margin-bottom: 50px;
}
.adv-t span{
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
}
.ys-box{
	position: relative;
	max-width: 1400px;
	margin: 40px auto 0 auto;
	height: 100%;
	display: block;
	z-index: 999;
	overflow: hidden;
	height: 220px;
}
.ys-box ul li{
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	padding:20px;
	height: 180px;
	overflow: hidden;
	position: relative;
}

.ys-box ul li p{
	text-align: center;
}
.ys-box ul li .icon{
	margin-top:10px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 10px;
}
.ys-box ul li .title1{
	font-size: 16px;
	line-height: 24px;
	position: relative;
	top: 90px;
	transition-duration: 0.2s;
}
.ys-box ul li i{
	opacity: 0;
}
.ys-box ul li:hover i{
transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-moz-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
width: 23px;
height: 23px;
border-radius: 20px;
background: #FFF;
display: block;
margin: 30px auto 0 auto;
text-align: center;
color: #009a44;
opacity: 1;
}
.ys-box ul li .title1:after{
	content: '';
	height: 3px;
	width: 40px;
	display: block;
	background: #009a44;
	clear: both;
	margin: 10px auto;
}
.ys-box ul li .content{
	opacity: 0;
}
.ys-box ul li:hover{
	background: #009a44;
	height: 233px;
}
.ys-box ul li:hover .icon{
	position: absolute;
	top: -80px;
}
.ys-box ul li:hover .title1{
	color: #FFF;
	font-size: 25px;
	top: 10px;
	transition-duration: 0.2s;
} 
.ys-box ul li:hover .content{
	opacity: 1;
	color: #FFF;
	width: 80%;
	margin: 20px auto;
}


.ly-bt{
	background: #009a44;
	line-height: 54px;
	color: #FFF;
	width: 188px;
	display: block;
	font-size: 18px;
	text-align: center;
    z-index: 9999;
    position: relative;
    float: left;
    border-radius: 5px;
    box-shadow:0 0 5px #11d065; 
}
.ly-bt:hover{
	color: #FFF;
}

.news1{
	clear: both;
	background: #434343;
}
.news1 .box{
	clear: both;
	box-sizing: border-box;
	padding: 20px;
}
.news1 .box .t1{
	font-size: 18px;
	color: #FFF;
	line-height: 3;
}
.news1 .box .date{
	font-size: 18px;
	color: #FFF;
	margin-bottom: 20px;
}
.news1 .box .info{
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-bar{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-li{
	clear: both;
	box-sizing: border-box;
	padding: 15px 0;
	overflow: hidden;
	line-height: 1.2;
	border-bottom: 1px dashed  #CCC;
}
.news-li a{
	color: #333;
	display: block;

}
.news-li .txt{
	float: left;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/news_li.jpg) left center no-repeat;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-li .frist{
	background: none !important;
}

.news-li .date{
	color: #666;
	clear: both;
	text-align: left;
	line-height: 2;
	margin: 20px auto;
}
.news-li .date .d{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #000;
}
.news-li .date .t{
	font-size: 18px;
	text-align: right;
	position: relative;
	text-align: center;
}


.news-li .txt{
	float: left;
	width: 80%;
}
.news-li .title{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}
.news-li .date2{
	float: right;
	color: #bbbbbb;
}
.news-li .info{
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*公司简介*/
.about{
	max-width: 1400px;
	margin: 0 auto;
	clear: both;
	box-sizing: border-box;
	padding: 70px;
	background:#FFF;
	overflow: hidden;
}
.about-t{
	margin-top: 20px;
	font-size: 38px;
	font-weight: bold;
}
.about-t:before{
	border: 8px solid #009a44;
	height: 200px;
	width: 100px;
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	top: 80px;
	left: 20px;
}
.about-t .en1{
	color: #e5e4e4;
	font-weight: bold;
	font-size: 52px;
	z-index: -3;
	position: relative;
}
.about-t .en2{
	color: #343434;
	font-weight: bold;
	font-size: 42px;
	background: #f5f5f5;
	padding: 20px 0 0 20px;
}
.about-t .ch{
	color: #343434;
	font-size: 24px;
	background: #f5f5f5;
	padding-left: 20px;
	padding-bottom: 10px;
}

.about-box{
	font-size: 16px;
	clear: both;
	color: #666666;
	line-height: 2;
	box-sizing: border-box;
	position: relative;
	z-index: 33;
	margin-top: 60px;
	margin-bottom: 50px;
}
.about-pic{
	width: 100%;
	right: 0;
	z-index: 1;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;

}
.ys-num{
	clear: both;
	overflow: hidden;
	padding-top: 80px;
}
.ys-num p{
	text-align: center;
}
.ys-num span{
	text-align: center;
	font-size: 14px;
	position: relative;
	color: #8d918d;
	display: inline-block;
}

.ys-num  .counter{
	font-size: 48px;
	font-weight: bold;
	color: #009a44;
}
.ab-link{
	clear: both;
	margin-top: 60px;
	overflow: hidden;
}
.ab-link a{
	width: 30%;
	font-size: 21px;
	line-height: 60px;
	text-align: center;
	float: left;
	display: block;
	color: #000;
	font-weight:  normal;
}
.ab-link a:nth-child(1){
	background: #f0f0f0;
}
.ab-link a:nth-child(2){
	background: #dfdfdf;
}
.ab-link a:nth-child(3){
	background: #d0d0d0;
}


.about-pic p{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.about-pic p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-more{
	width: 132px;
	height: 55px;
	background: #009a44;
	color: #FFF;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	z-index: 11;
	margin-left: 30px;
	margin-bottom: 50px;
}
.about-more:hover{
	color: #FFF;
}
.about-block{
	padding-top: 50px;
}
.mny-banner{
	display: none;
}
.ny-banner{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}
.ny-banner img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.position{
	position: relative;
	max-width: 1200px;
	clear: both;
	margin: 0 auto;
	text-align: right;
	z-index: 666;
	width: 100%;
	bottom: 50px;
	line-height: 3;
	color: #fff;
}
.position a{
	color: #fff;
}
.position a:hover{
	color: #fff;
}
/*内页侧栏*/
.category-t{
	line-height: 70px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #009a44;
	text-transform: uppercase;
}
.category{
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.category ul li{
	clear: both;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #ececec;
}
.category ul li a{
	color: #333;
	font-size: 16px;
	display: block;
	text-indent: 1rem;
}
.category ul li i{
	float: right;
	margin-right: 15px;
	transition-duration: .6s;
}
.category ul li:hover i{
	margin-right: 25px;
	transition-duration: .6s;
}
.contact-box{
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px;
	background: #eeeeee;
	margin-bottom: 20px;
}
.contact-box h2{
	color: #009a44;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
}
.contact-box p{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
article h2{
	font-size: 38px;
	color: #333;
	clear: both;
	text-align: center;
}
article h2:after{
	background: #009a44;
	width: 56px;
	height: 2px;
	display: block;
	content: '';
	clear: both;
	margin: 10px auto;
}
.in-image{
	clear: both;
	text-align:center;
	box-sizing: border-box;
	width: 100%;
}
.in-image img,.in-content img{
	max-width: 100%;
}
.in-content{
	padding:0 30px;
	font-size: 16px;
	line-height: 2;
	color: #333;
	clear: both;
}
#piclist{
	margin-bottom: 20px;
}
.news-box{
	background: #eee;
	clear: both;
	padding:0 30px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
	margin-bottom: 50px;
}
.news-box .date{
	background: #009a44;
    right: 10px;
    padding: 1px 20px;
    margin-bottom: 40px;
    width: 80px;
    position: absolute;
}
.news-box .d{
	font-size: 18px;
	color: #FFF;
	line-height: 2;
	border-bottom: 1px solid #FFF;
}
.news-box .t{
	font-size: 15px;
	line-height: 2;
	color: #FFF;
}
.news-box .title{
	color: #333;
	font-size: 18px;
	clear: both;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	margin-bottom: 20px ;
	height: 36px;
	font-weight: bold;
	width: 76%;
	margin-top: 30px;
}
.news-box .info{
	clear: both;
	color: #333;
	line-height: 2;
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 40px;
}
.news-box a{
	display: block;
}
.news-box:hover{
	background: #009a44;
}
.news-box:hover a p{
	color: #FFF;
}
.news-box:hover .date{
	background: #FFF;
}
.news-box:hover .date p{
	color: #009a44;
}
.news-box:hover .more{
	margin-top: 10px;
	opacity: 1;
	transition-duration: .5s;
	bottom: 20px;
	position: absolute;
	left: 30px;
	opacity: 1;
}
.news-box .more{
	width: 115px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #FFF;
	text-align: center;
	font-size: 14px;
	display: block;
	bottom: 10px;
	position: absolute;
	left: 30px;
	opacity: 0;
	transition-duration: .5s;
}
.news-box .more a{
	color: #009a44;
}
/*产品页*/

.pic4:hover img,.pic3:hover img,.pic2:hover img,.pic1:hover img{
	transform:scale(1.1);
	transition-duration: .8s;
}
.product-box{
	clear: both;
	border: 2px solid #EEE;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 10px;
}
.product-box .name{
	clear: both;
	font-size: 15px;
	text-align: center;
	line-height: 2;
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	transition-duration: 0.5s;
}
.product-box a{
	color: #333;
}
.product-box a:hover{
	color: #009a44;
}
.product-box a:hover .pic4 p img{
	transform:scale(1.2);
}
.product-box a:hover .name{
	border-top: 1px solid #009a44;
}
/*产品详情页*/
.photos{
	height: 440px;
}
.gallery-top .swiper-slide .pic,.gallery-thumbs .swiper-slide .pic{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border: 1px solid #EFEFEF;
}
.gallery-top .swiper-slide .pic img,.gallery-thumbs .swiper-slide .pic img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.pro-title{
	font-size: 26px;
	color: #333333;
	line-height: 2;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.info-img{
	clear: both;
	padding: 20px 0;
	text-align: center;
	margin: 20px auto;
}
.info-img img{
	padding: 1px;
	border: 1px solid #EFEFEF;
	max-width: 100%;
}
.info-box{
	clear: both;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
.info-box .t1{
	font-size: 16px;
	color: #333;
	margin: 20px 10px;
	clear: both;
	overflow: hidden;
}
.info-box .name{
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
.info-box a{
	color:#333;
}
.zx{
	background: #009a44;
	color: #FFF;
	padding:10px 15px; 
	float: left;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.zx2{
	background: #fed200;
	color: #FFF;
	padding:10px 15px; 
	float: left;
	font-size: 14px;
}
.pro-info-t{
	clear: both;
	background: #f6f6f6;
	height: 50px;
	display: block;
	margin: 20px 0;
}
.pro-info-t span{
	background: #009a44;
	display: block;
	padding: 0 30px;
	height: 100%;
	float: left;
	color: #FFF;
	font-size: 16px;
	line-height:50px;
}
.padding-1{
	padding:50px 0;
}
.info-t{
	clear: both;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 53px;
	border-bottom: 1px solid #EFEFEF;
}
.info-date{
	float: left;
	line-height: 5;
	font-size: 14px;
	color: #858383;
	margin-left: 30px;
}
.info-click{
	float: right;
	line-height: 5;
	font-size: 14px;
	color: #858383;
	margin-right: 30px;
}
.newsPage{
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.newsPage .page-a{
	width: 48%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #EFEFEF;
	font-size: 14px;
}
.newsPage .page-a:last-child{
	float: right;
}
.newsPage a,.newsPage a:hover{
	color: #666;
	display: inline-block;
}
/*联系我们*/
.c-name{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	border-left: 10px solid #009a44;
	padding-left: 15px;
}
.cont-li{
	background: #FFF;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0;
	text-indent: 2rem;
	color: #595959;
}
.cont-li i{
	margin-right: 10px;
}
#dituContent{
	clear: both;
	padding: 20px;
	height: 400px;
	margin-bottom: 20px;
}
/*在线留言*/
.de-message{
    overflow: hidden;
    padding:0 5px 20px;
}
.tips{
    font-size:13px;
    line-height: 55px;
    color:#737373;
}
.mes-form input{
	display: block;
	width:658px;
	padding:0 10px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
}
.mes-form textarea{
	display: block;
	width:658px;
	padding:5px 10px;
	height: 168px;
	border:1px solid #e6e6e6;
}

.code{
    overflow: hidden;
}   
.code input{
     width:188px;
     float: left;
}
.code .verify{
    cursor: pointer;
    float: left;
    margin-left:25px;
    width:120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.code .verify   img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.submit{
    margin-top:15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #009a44;
    color:#fff;
    font-size:15px;
    &:hover{
        background: #009a44;
    }
}
.error{
    height: 18px;
    line-height: 18px;
    font-size:12px;
    color:#f00;
    padding:0 5px;
}                    
/*页码*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  clear: both;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #009a44;
  background: #009a44;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*人才招聘*/
.jobs{
	clear: both;
	box-sizing: border-box;
	padding: 20px;
	background: #f7f7f7;
}
.jobs a{
	color: #333;
}
.job-title{
	line-height: 3;
}
.jobs-info{
	font-size: 16px;
	line-height: 2;
	padding-bottom: 30px;
	padding-top: 50px;
}
.jobs-info .btn{
	background: #009a44;
	padding: 10px 30px;
}
.mes-form #man,.mes-form #woman{
	width: 20px;
	float: left;
}
.mes-form  .man,.mes-form  .woman{
	line-height: 44px;
}
#verifyImg{
	width: 150px;
}
/*底部*/
footer{
	clear: both;
	background: #3d3d3d;
	padding-top: 50px;
	overflow: hidden;
}
.fr-link{
	clear: both;
	color: #b3b3b3;
	line-height: 38px;
	border-bottom: 1px solid #515151;
	margin-bottom: 20px;
}
.bot-nav{
	clear: both;
	background: url(../images/bot-nav.jpg) center center no-repeat;
	margin: 20px auto;
	line-height: 55px;
	text-align: center;
}
.bot-nav a{
	color: #FFF;
}
.fr-link-t span{
	font-size: 18px;
	color: #fff;
}
.copy{
	clear: both;
	background: #000;
	width: 100%;
	line-height: 30px;
	text-align: center;
}
.copy .c1{
	float: left;
	color: #FFF;
}
.copy .c2{
	float: left;
	color: #FFF;
	width: 30%;
}
.copy .c3{
	float: right;
	color: #FFF;
}
.copy .c3 a{
	color: #FFF;
}
.bot-logo,.bot-code{
	width: 100%;
	text-align: center;
}
.bot-logo img,.bot-code img{
	max-width: 100%;
}
.bot-menu{
	font-size: 16px;
	line-height: 3;
	border-left: 1px solid #3a3a3a;
	padding-left: 20px;
	float: left;
	padding-right: 50px;
}
.bot-menu p,.bot-menu p a{
	font-size: 16px;
}
.bot-contact{
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	padding-top: 8px;
}
.copy,.copy a,.bot-contact a,.copy .c1{
	color: #acacac;
}
.bot-contact p{
	line-height: 1.8;
	color: #acacac;
}
.m-bot{
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #009a44;
	color: #FFF;
	padding: 10px 0;
	z-index: 999999;
	text-align:center;
}
.m-bot a:hover{
	color: #fed200
}
.m-bot i{
	font-size: 30px;
	line-height: 1;
}
/*客服*/
/*鎮诞閾炬帴*/
.suspension{position:fixed;z-index:99999;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:0;}
.suspension .d-qrcode{top:38px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{line-height:22px;font-size:15px; text-align: center;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; text-align: center; font-size: 18px; color: #009a44}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.about-box{
		padding: 0;
	}

}
@media screen and (max-width: 1200px) {
	.num-adv-box:after{
		display: none;
	}
	.adv-t:before,.adv-t:after{
		display: none;
	}
	.in-cname{ 
		margin-top: 0;
		line-height: 1;
	}
	.about-pic{
		width: 100%;
		padding-bottom: 85%;

	}
	.ys-box ul li .title{
		font-size: 15px;
	}
	.about-t {font-size: 30px;}

}
@media screen and (min-width: 993px) and (max-width: 1199px){
	#products h4{
		font-size: 14px;
	}
	.news-li .date .d {
	    font-size: 24px;
	    font-weight: bold;
	}
	.toptel{
		margin-top: 40px;
	}
	#nav ul{
		display: none;
	}
	.ys-box ul li .title{
		padding-left: 0;
		background: none
	}
}
@media screen and (max-width: 992px) {
	.logo {height: 90px;}
	.block-1{
		padding: 0;
	}
	.news-bar{
		padding: 20px 0;
	}
	.adv-t{
	font-size: 30px;	
	}
	.adv-bar {
    padding: 20px 0 10px 0;
	}
	.#nav  ul  li  a{
		font-size: 14px;
	}
	.ys-box{
		height: auto;
	}
	.in-advbar .tel span{
		font-size: 24px;
	}
	.adv-bar{
		padding: 0 0 10px 0;
	}
	.block-3{
		padding: 0 0 60px 0;
	}
	.ys-box2 ul li .pic{
		height: 150px;
	}
	.in-cate{
		float: none;
		margin: 0 auto;
		padding: 10px;
	}
	.in-cate a{
		width: 46%;
		margin: 2%;
		float: left;
		padding: 0;
	}
	.ys-num span .counter{
		font-size: 36px;
	}
	.ys-num span .counter:before {
    content: '+';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #faa50a;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    display: block;
    right: 5px;
    position: absolute;
}
	.in-title1 span,.in-advbar .t1,.in-title2,.in-title2 span{
		font-size: 26px;
	}

	.block-0-l{
		width: 100%;
	}
	.block-0-r{
		display: none;
	}
	.about{
		padding:20px 0;
	}
	.about-box {margin-top: 15px;}
	.in-advbar .wrap{
		padding: 20px;
	}
	.ys-box2{
		background: #009a44;
		padding: 20px 0;
		clear: both;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
	}

	.ab-link a{
		font-size: 16px;
	}
	.catelist a{
		width: 33%;
		float: left;
	}
	.tab-num{
		width: 70px;
		height: 70px;
		clear: both;
		margin: 0 auto;
	}

	.ys-param ul li i{
		position: absolute;
		left: 5px;
		top: 5px;
		width: 3px;
		height: 3px;
	}

	.ys-param ul li{
		margin-bottom: 20px;
		padding: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.ys-param ul li .num{
		font-size: 18px;
	}
	.tab-content .tip{
		font-size: 20px;
	}
	.tab-content{
		padding: 30px 10px;
	}
	.tab-content .info{
		width: 100%;
		font-size: 16px;
	}
	.adv-t span{
		font-size: 28px;
	}
	.tab-content .title{
		font-size: 26px;
	}
	.adv-tip{
		clear: both;
		box-sizing: border-box;
		padding: 0 15px;
		font-size: 14px;
	}
	.num-adv-box{
		height: auto;
		overflow: hidden;
	}
	.news-li .date .d {
	    font-size: 22px;
	    font-weight: normal;
	}
	.news-li .date .t {
	    text-align: center;
	}
	.news-li .txt{
		width: 100%;
	}
	.news-li .date{
		width: 100%;
		padding: 0;
	}
	.slogen .t1 {
    font-size: 16px;
	}
	.slogen .t2{
	font-size: 14px;
	line-height: 1.5;
	}
	.slogen .t2 span{
		font-size: 14px;
	}
	.toptel{
		margin-top: 40px;
		font-size: 18px;
	}
	.slogen{
		max-width: 50%;
	}
	
	.about-pic{
	width: 95%;
	right: 0;
	z-index: 1;
	padding-top: 20%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.logo {height: auto;}
	.ys-num .counter{
		font-size: 35px;
	}
	.copy .c1,.copy .c2{
		width: 100%;
		text-align: left;
	}
	.ys-box ul li:hover{
		background: #009a44;
		height: 180px;
	}
	.mob-menu{
		clear: both;
		background: #009a44;
		overflow: hidden;
		display: block;
	}
	.mob-menu ul li{
		width: 25%;
		float: left;
		font-size: 14px;
		text-align: center;
		line-height: 38px;
	}
	.mob-menu ul li a:hover
	{
		color: #fed200
	}
	.tip-en2{
		margin-bottom: 20px;
	}
	.block-2{
		padding: 0;
	}
	.ys-num span{
		font-size: 14px;
	}
	#products h4{
		height: 80px;
		font-size: 14px;
	}
	.position{
		color: #FFF;
		text-indent: 30px;
	}
	.position a{
		color: #fff;
	}
	.wrap{
		padding: 0;
		clear: both;
		box-sizing: border-box;
		width: 100%;
	}
	#banner{
	display: none;
	}
	#mbanner{
	display: block;
	}

	.logo img{
		max-width: 100%;
	}
	.toptel{
		margin-top: 15px;
		font-size: 18px;
	}
	.num-adv{
		bottom: 0;
	}
	.catelist a{
	display: inline-block;
	background: #6e6e6e;
	color: #FFF;
	width: 50%;
	float: left;
	line-height:50px;
	border-bottom: 1px dotted #626262;
	font-size: 16px;
	}
	
	#products{
		margin-left: 0;
	}
	#in-gallery-thumbs{
		width: 100%;
		float: none;
		clear: both;
		margin-top: 60px;
	}
	.tab-num{
		width: 33px;
		height: 33px;
		margin-bottom: 50px;
	}
	.tab-num .num{
		padding-top: 4px;
	}
	.ys-li{
		padding: 5px 5px 30px 5px;
	}
	.ys-li .title{
		font-size: 18px;
		margin-bottom: 0;
	}
	.ys-li .info{
		line-height: 1.5;
	}
	.ys-li .zx{
		bottom: -20px;
	}
	.ny-banner{
		height: 300px;
	}
	.pic3{
		width: 100%;
		height: 0;
		padding-bottom: 80%;
		overflow: hidden;
		position: relative;
	}


	.news-li .date .d 
	{
	    font-size: 15px;
	    font-weight: normal;
	    text-align: center;
	}
	.news-li .date .t{
		text-align: center;
	}

	.news-li .title{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.news-li .info{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.about-pic{
	width: 100%;
	position: relative;
	right: 0;
	z-index: 1;
	bottom: 30%;
	}
	.about-t .en1 {
    color: #e5e4e4;
    font-weight: bold;
    font-size: 32px;
    z-index: -3;
    position: relative;
	}
	.about-t{
		padding-top: 15px;
		font-size: 20px;
	}
	.about-t:before {
    border: 8px solid #009a44;
    height: 105px;
    width: 200px;
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 80px;
    left: 20px;
	}
	.about-block{
		padding-top: 0;
	}
	.about-box{
		margin-top: 20px;
		padding: 0;
	}
	.num-adv-left{
		text-indent: 15px;
	}
	.in-cname{
		margin-top: 20px;
	}
	.in-pro-box{
		margin-right: -15px;
	}
	.catelist{
		margin-right: -15px;
	}
	.category ul li{
		clear: none;
		float: left;
		width: 50%;
		line-height: 34px;
	}
	.category ul li a{
	font-size: 14px;
	}
	.category-t{
		line-height: 50px;
	}
	.num-adv .counter{
		font-size: 28px;
	}
	.num-adv .num:after {
	    position: absolute;
	    width: 1px;
	    height: 50px;
	    background: #EEE;
	    display: block;
	    right: 0;
	    top: 50%;
	    content: '';
	}
	.in-title1{
	  font-size: 28px;
	  margin: 20px 0;
	  text-align: center;
	  float:none;
	}
	.ys-box ul li{
		padding: 5px;
	}
	.ys-box ul li:hover .title1{
		font-size: 18px;
	}
	.ys-box ul li:hover .content{
		margin: 0 auto;
		font-size: 13px;
	}
	.tip-en{
		float: none;
		text-align: center;
	}
	.tip1{
		line-height: 2;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.in-content{
		padding: 0;
	}
	.in-content img{
		max-width: 100%;
	}
	.in-title2{
		text-align: center;
	}
	.tip-en2{
		text-align: center;
	}
	article h2{
		font-size: 28px;
	}
	.zx,.zx2{
		clear: both;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.send-form {
	  width: 95%;
	}
	.contact-box h2{
		font-size: 20px;
	}
	.contact-box p{
		line-height: 1.5;
		font-size: 14px;
	}
	.contact-box{
		padding: 15px;
	}
	.mny-banner{
	display: block;
	}
	.ny-banner{
	display: none;
	}
	.mny-banner img{
	 max-width: 100%;
	}
	.mes-form input{
	display: block;
	width:95%;
	padding:0 10px;
	height: 38px;
	line-height: 38px;
	border:1px solid #e6e6e6;
	}
	.mes-form textarea {
    display: block;
    width: 95%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	}
	footer {
    clear: both;
    background: #252525;
    padding: 50px 0 70px 0;
    overflow: hidden;
	}
}

@media screen and (max-width: 650px) {
	.ly-bt {margin-bottom: 10px;}
	.ys-num {padding-top:30px;}
	.newsPage .page-a {width: 100%;float: none;margin-bottom: 5px;}
	#products h4 {height: 40px;font-size: 14px;line-height: 20px;}
	.ys-num .counter {font-size: 30px;}
	.photos {height: 270px;}
	.pro-title {font-size: 18px;}
	.in-title3 {font-size: 28px;}
	.news-box .date {padding: 1px 5px;text-align: center;}
	.product-box .name {font-size: 13px;}
}