
/*=== banner === */
#slideBox{
	margin-top: 0;
	height: 600px;
	margin-top: 80px;
}
.slidebtns{
	width: 1240px;
	height: 100px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -620px;
	margin-top: -50px;
}
#slideBox .swiper-button-next{
	width: 60px;
	height: 100px;
	background: url(../images/next.png) no-repeat left top;
	z-index: 9999;
	right: -60px;
	top: 0;
	margin: 0;
}
#slideBox .swiper-button-prev{
	width: 60px;
	height: 100px;
	background: url(../images/pre.png) no-repeat left top;
	z-index: 9999;
	left:-60px;
	top: 0;
	margin: 0;
}
#slideBox .swiper-pagination-bullet{
	width: 40px;
	border-radius: 2px;
	height: 4px;
	background: rgba(205,205,205);
}
#slideBox .swiper-pagination-bullet-active{
	opacity: 1;
	background: #00a73b;
}
#slideBox a{	
	display: block;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	display: block;
}



/*=== 公用样式 headline ===*/
.headline{ padding-top: 40px; padding-bottom: 40px; text-align: center;}
.headline h1{
	color: #007329;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
	padding-bottom: 10px;
}
.headline p{
	color: #999;
	font-size: 12px;
	text-align: center;
}
.headline p+p{ padding-top: 8px; }

.headline a{
	display: inline-block;
	width: 6rem;
	height: 2rem;
	margin-top: 1rem;
	border: 1px solid #ddd;
	border-radius: 1rem;
	text-align: center;
	color: #00a73b;
	line-height: 2rem;
	margin-right: 1rem;
}
.headline a:last-child{
	margin-right: 0;
}
.headline a:hover,.headline .on{
	background:#00a73b ;
	color: white;
	border-color: #00a73b;
}

/*=== 产品种类 product ===*/
#product{ width: 100%; }
.product{
	width: 1200px;
	margin: 0 auto;
	padding-top: 26px;
}
.product-list{ 
	position: relative;
	width: 1200px; 
}
.picScroll-left .hd .pre{
    display: inline-block;
    width: 40px;
    height: 68px;
    background: url("../images/pre.png") no-repeat;
    position: absolute;
    left: -40px;
    top: 78px;
    cursor: pointer;
    overflow: hidden;
}
.picScroll-left .hd .next{
    display: inline-block;
    width: 40px;
    height: 68px;
    background: url("../images/next.png") no-repeat;
    position: absolute;
    top: 78px;
    right: -40px;
    cursor: pointer;
    overflow: hidden;
}
.picScroll-left .bd{
    margin:0 auto;
    overflow: hidden;
}
.picScroll-left .bd ul{
    position: relative;
    overflow: hidden;
}
.picScroll-left .bd ul li{
    float: left;
    overflow: hidden;
    width: 240px;
    text-align: center;
}

.picScroll-left .bd ul li:hover .product-name{
	background: url(../images/bg2.png) no-repeat 48px 30px;
}
.product-name{
	width: 240px;
	height: 186px;
	padding-top: 68px;
	background: url(../images/product-bg.png) no-repeat 58px 40px;
}
.product-name img{ padding-bottom: 6px;}
.product-name img.b{ padding-bottom: 10px; padding-top: 10px; }
.product-name i.icon{ 
	display: block;
	font-size: 32px;
	font-weight: normal;
    line-height: 30px;
    color:#fff;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
    padding-bottom: 16px;
}
.product-name .name{
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.product-state{
	width: 240px;
	height: 84px;
	padding-top: 36px;
	overflow: hidden;
	text-align: left;
	font-size: 0;
}
.product-state a{
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 2px;
	/*padding: 0 16px;*/
	line-height: 28px;
}
.product-state a:hover{ color: #007329; }
.more{ 
	display: none;
	padding-left: 20px; 
	padding-top: 10px;
    text-align: left; 
}
.more a{ 
	color: #007329; 
	font-size: 14px; 
}


/*=== 关于我们 about ===*/
#about{ width: 100%;margin-top: 30px; }
.about{ width: 1200px; margin: 0 auto; }
.about-us{
	padding-bottom: 80px;
	padding-top: 20px;
}
.about-left{
	width: 600px;
	text-align: center;
}
.about-right{
	width: 600px;
	padding-top: 20px;
}
.about-right .about-title{
	display: block;
	padding-bottom: 10px;
	color: #007329;
	font-size: 16px;
	font-weight: bold;
}
.about-right p{
	line-height: 24px;
	margin-bottom: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.about-right .about-more{
	display: block;
	width: 88px;
	height: 36px;
	padding-left: 28px;
	line-height: 36px;
	border: 1px solid #007329;
	color: #007329;
	background: url(../images/icon1.png) no-repeat 78px center;
}
.about-right .about-more:hover,
.about-right .about-title:hover{ color: #03956d; }


/*=== 产品中心 product-center ===*/
#product-center{
	width: 100%;
	background-color: #f4f4f4;
}
.product-center{
	width: 1200px;
	padding-bottom: 54px;
	margin: 0 auto;
}
.picScroll .hd{ 
	padding-top: 32px;
	width: 1200px;
	height: 11px;
	position: relative;
}
.picScroll .hd ul{
	position: absolute;
	top: 32px;
	left: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	height: 11px;
}
.picScroll .hd ul li{
	/*display: inline-block;*/
	float: left;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	cursor: pointer;
	background: url(../images/hd1.png) no-repeat;
}
.picScroll .hd ul li.on{
	background: url(../images/hd-on.png) no-repeat;
}


/*=== 品牌中心 brand ===*/
#brand{
	width: 100%;
	background-color: #f4f4f4;
}
.brand{
	width: 1200px;
	margin: 0 auto;
}
.brand-list{ padding-bottom: 62px;}


