
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 10;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 16px;
  	height: 16px;
  	background-color: #ffffff;
	border-radius: 100%;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #226426;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 570px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/* 产品目录 */
.section1{
	margin-bottom: 15px;
}
.section1 .cate{
	width: 235px;
	height: 160px;
	overflow: hidden;
	background: #216425;
	padding: 15px 0 15px 50px;
}
.section1 .cate h2{
	font-size: 24px;
	color: #ffffff;
	line-height: 100%;
	margin-bottom: 10px;
}
.section1 .cate h3{
	font-size: 24px;
	color: #ffffff;
	line-height: 100%;
	margin-bottom: 10px;
}
.section1 .cate h4{
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	margin-bottom: 10px;
}
.section1 .cate a{
	display: block;
	width: 136px;
	height: 36px;
	background: url(../images/more.png) no-repeat center;
}
.section1 .list{
	width: 965px;
	height: 160px;
	border-left: 4px solid #216425;
	border-right: 4px solid #216425;
	overflow: hidden;
}
.section1 .list .item{
	width: 319px;
	padding: 25px 0;
	border-bottom: 4px solid #216425;
	cursor: pointer;
}
.section1 .list .item .pic{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.section1 .list .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section1 .list .item .title{
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.section1 .list .item.cur{
	background: #f0f0f0;
	border-bottom: 4px solid transparent;
}
/* 产品目录 */

/* 产品目录对应切换 */
.section2{
	padding-bottom: 20px;
}
.section2 .bg{
	display: none;
	background: #f5f5f5;
	padding: 20px 22px 20px 26px ;
}
.section2 .bg:nth-child(1){
	display: block;
}
.section2 .bg .pic{
	width: 604px;
	height: 375px;
}
.section2 .bg .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.section2 .bg .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section2 .bg .content{
	width: 516px;
	padding-top: 10px;
}
.section2 .bg .content .title{
	font-size: 24px;
	color: #333333;
	line-height: 100%;
	padding: 15px 0;
	position: relative;
}
.section2 .bg .content .title::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 54px;
	height: 3px;
	background: #216425;
	left: 0;
	bottom: 0;
}
.section2 .bg .content .desc{
	margin-top: 12px;
	font-size: 15px;
	color: #777777;
	line-height: 26px;
}
.section2 .bg .content .list{
	margin-top: 40px;
}
.section2 .bg .content .list li{
	width: 253px;
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
}
.section2 .bg .content .list li:nth-child(1),
.section2 .bg .content .list li:nth-child(2){
	margin-top: 0;
}
.section2 .bg .content .list li:nth-child(2n){
	margin-right: 0;
}
.section2 .bg .content .list li a{
	display: block;
	background: #216425;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	height: 100%;
	line-height: 30px;
	padding-left: 18px;
}
/* 产品目录对应切换 */

/* 关于我们+新闻部分 */
.section3{
	background: #f8f8f8;
	padding: 20px 0;
}
.section3 .box{
	border: 1px solid #ececec;
	border-radius: 5px;
}
.section3 .box .box_cate{
	background: #fafafa;
	border-bottom: 1px solid #ececec;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #216425;
	padding: 0 30px;
	position: relative;
}
.section3 .box .box_cate::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 27px;
	background: #216425;
	left: 15px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.section3 .box .bg{
	background: #ffffff;
	padding: 25px;
}
.section3 .box .bg .about{
	width: 570px;
}
.section3 .box .bg .about .pic{
	width: 100%;
	height: 300px;
}
.section3 .box .bg .about .pic a{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .box .bg .about .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .box .bg .about .content{
	margin-top: 14px;
}
.section3 .box .bg .about .content .title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
}
.section3 .box .bg .about .content .desc{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.section3 .box .bg .about .content .more{
	margin-top: 15px;
}
.section3 .box .bg .about .content .more a{
	display: block;
	width: 105px;
	height: 34px;
	background: #216425;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
}
.section3 .box .bg .news{
	width: 550px;
	border: 1px solid #ededed;
	border-top: none;
}
.section3 .box .bg .news .news_cate_list{
	border-top: 2px solid #216425;
}
.section3 .box .bg .news .news_cate_list li{
	width: 274px;
}
.section3 .box .bg .news .news_cate_list li a{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #216425;
	color: #ffffff;
}
.section3 .box .bg .news .news_cate_list li.active a{	
	background: #ffffff;
	color: #216425;
}
.section3 .box .bg .news .news_list{
	display: none;
	padding: 0 15px;
}
.section3 .box .bg .news .news_list:first-child{
	display: block;
}
.section3 .box .bg .news .news_list .item{
	padding: 17px 0;
	border-top: 1px dashed #e5e5e5;
}
.section3 .box .bg .news .news_list .item:first-child{
	border-top: none;
}
.section3 .box .bg .news .news_list .item .pic{
	width: 150px;
	height: 88px;
	margin-right: 15px;
}
.section3 .box .bg .news .news_list .item .pic a{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .box .bg .news .news_list .item .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section3 .box .bg .news .news_list .item .content{
	width: 353px;
	position: relative;
}
.section3 .box .bg .news .news_list .item .content .title{
	margin-bottom: 2px;
}
.section3 .box .bg .news .news_list .item .content .title a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section3 .box .bg .news .news_list .item .content .desc{
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.section3 .box .bg .news .news_list .item .content .time{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
/* 关于我们+新闻部分 */