.section{
	clear: both;
	overflow: hidden;	
}

.banner{
	position: relative;
}
.banner_cut{
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 20;
	width: 100%;
	height: 12px;
	text-align: center;
}
.banner_cut ul li{
	margin: 0 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #757575;
	border-radius: 3px;	
	text-indent: -9999px;
	cursor: pointer;
}
.banner_cut ul li.on{
	background: #039831;	
}

article{
	padding: 80px 0;	
}
.art_title{
	margin: 0 auto;
	max-width: 600px;
	padding: 0 10px;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	text-align: center;
}
@media (max-width: 767px){
	.art_title{
		font-size: 24px;	
	}
}
.art_cut{
	margin: 20px 0 50px;
	text-align: center;	
}
.art_cut a{
	margin: 5px;
	display: inline-block;
	padding: 3px 10px;
	background: #e5e5e5;
	color: #666;
	border-radius: 2px;
	transition: .3s;
}
.art_cut a.active,
.art_cut a:hover{
	background: #039831;
	color: #fff;
	transition: .3s;
}

.art_a_list a{
	position: relative;
	margin-bottom: 30px;
	display: block;
	height: 150px;
	overflow: hidden;
}
.art_a_list a .img-responsive{
	width: 100%;
	transform: scale(1);
	transition: 2s;	
}
.art_a_list a:hover .img-responsive{
	transform: scale(1.1);
	transition: 2s;	
}
.art_a_list a .art_a_text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	max-width: 382px;
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
	background: rgba(0,0,0,.6);
	color: #fff;
	transition: .5s;
}
:root .art_a_list a .art_a_text { filter:none; }
@media (max-width: 767px){
	.art_a_list a .art_a_text{
		height: 30px;
		line-height: 30px;
	}	
}
.art_a_list a:hover .art_a_text{
	bottom: -50px;
	transition: .5s;	
}
.art_a_list a .art_a_text span{
	float: left;
	display: inline-block;
	width: 90%;
	width: calc(100% - 10px);
	font-size: 16px;
}
.art_a_list a .art_a_text i{
	float: right;
	line-height: 50px;
}


.art_b{
	height: 660px;
	background: url("../images/art_b_bg.jpg")/*tpa=http://www.wendergroup.cn/Public/home/images/art_b_bg.jpg*/ no-repeat center center;
}

.art_b .art_title{
	color: #fff;	
}
.art_b_detail{
	margin: 30px auto;
	padding: 0 10px;
	max-width: 940px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.art_b_list{
	padding: 30px 0;
	clear: both;
	overflow: hidden;	
}
.art_b_list .art_b_icon{
	display: table;
	width: 100%;
	height: 120px;
}
.art_b_list .art_b_icon span{
	display: table-cell;
	width: 100%;
	vertical-align: middle;	
}
.art_b_list .art_b_icon span img{
	margin: auto;	
}
.art_b_list .art_b_text{
	font-size: 24px;
	color: #fff;
	text-align: center;	
}
.art_b .art_b_link{
	margin-top: 40px;
	text-align: center;	
}
.art_b .art_b_link a{
	margin: 0 2%;
	display: inline-block;
	width: 120px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background: #039831;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	transition: .3s;
}
.art_b .art_b_link a:hover{
	background: rgba(3,152,49,.8);
	transition: .3s;
}

.art_c_list{
	margin: 20px 0;
	padding: 0 15px 60px 15px;
	overflow: hidden;
}

.art_c_slide .owl-controls .owl-nav .owl-prev,
.art_c_slide .owl-controls .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	z-index: 20;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	text-indent: -9999px;
}
.art_c_slide .owl-controls .owl-nav .owl-prev{
	left: -60px;
	background: #e5e5e5 url("../images/angle_left.png")/*tpa=http://www.wendergroup.cn/Public/home/images/angle_left.png*/ no-repeat center center;
	transition: .3s;
}
.art_c_slide .owl-controls .owl-nav .owl-prev:hover{
	left: -60px;
	background: #039831 url("../images/angle_left_hover.png")/*tpa=http://www.wendergroup.cn/Public/home/images/angle_left_hover.png*/ no-repeat center center;
	transition: .3s;
}
.art_c_slide .owl-controls .owl-nav .owl-next{
	right: -60px;
	background: #e5e5e5 url("../images/angle_right.png")/*tpa=http://www.wendergroup.cn/Public/home/images/angle_right.png*/ no-repeat center center;
	transition: .3s;
}
.art_c_slide .owl-controls .owl-nav .owl-next:hover{
	right: -60px;
	background: #039831 url("../images/angle_right.png")/*tpa=http://www.wendergroup.cn/Public/home/images/angle_right.png*/ no-repeat center center;
	transition: .3s;
}


.art_c_slide .owl-controls .owl-dots{
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.art_c_slide .owl-controls .owl-dots .owl-dot{
	position: relative;
	margin: 0 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #aaa;
	transition: .3s;
}
.art_c_slide .owl-controls .owl-dots .owl-dot:after{
	position: absolute;
	left: -3px;
	top: -3px;
	width: 16px;
	height: 16px;
	border: 1px solid #039831;
	border-radius: 50%;
	content: "";
	opacity: 0;
	transition: .3s;
}
.art_c_slide .owl-controls .owl-dots .owl-dot.active,
.art_c_slide .owl-controls .owl-dots .owl-dot:hover{
	background: #039831;
	transform: scale(1.05);
	transition: .3s;
}
.art_c_slide .owl-controls .owl-dots .owl-dot.active:after,
.art_c_slide .owl-controls .owl-dots .owl-dot:hover:after{
	opacity: 1;
	transition: .3s;
}

.art_c_slide{
	text-align: center;	
}
.art_c_slide a{
	display: inline-block;
	overflow: hidden;	
}
.art_c_slide a .pro_index_img{
	width: 100%;
	width: 250px;
	height: 250px;
	border: 1px solid #e6e6e6;
	overflow: hidden;	
}
.art_c_slide a:hover .pro_index_img{
	box-shadow: 0 3px 6px .5px #e6e6e6;	
}
.art_c_slide a .pro_index_img .img-responsive{
	margin: auto;
}

.art_c_slide span{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #666;
}
.art_c_slide a:hover span{
	color: #039831;
}

.art_d{
	border-top: 1px solid #e5e5e5;	
}
.art_d_list .art_d_s a{
	margin: 0 auto 20px;
	display: block;
	max-width: 285px;
	height: 100%;
}
.art_d_list .art_d_s a .art_d_img{
	max-height: 177px;
	overflow: hidden;
}
.art_d_list .art_d_s a .art_d_text{
	padding: 0 10px 10px;
	clear: both;
	overflow: hidden;
	transition: .3s;
}
.art_d_list .art_d_s a:hover .art_d_text{
	box-shadow: 0px 3px 6px 2px #e6e6e6;
	transition: .3s;
}
.art_d_list .art_d_s a h3{
	margin-bottom: 6px;
	height: 30px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
}
.art_d_list .art_d_s a .art_d_t{
	height: 75px;
	line-height: 26px;
	font-size: 12px;
	color: #999;
	overflow: hidden;	
}
.art_d_list .art_d_s a .art_d_bottom{
	margin-top: 20px;
}

.art_d_list .art_d_s a .art_d_bottom .time{
	float: left;
}
.art_d_list .art_d_s a .art_d_bottom .more{
	float: right;
}
.art_d_list .art_d_s a:hover .art_d_bottom .more{
	background: #039831;
	color: #fff;
	transition: .3s;
}

.art_d_list .more_link{
	clear: both;
	overflow: hidden;
	padding: 40px 0 20px;
	text-align: center;
}
.art_d_list .more_link a{
	display: inline-block;
	width: 260px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #039831;
	border: 1px solid #ddd;
	text-transform: uppercase;
	border-radius: 3px;
	transition: .3s;	
}
.art_d_list .more_link a:hover{
	background: #039831;
	border: 1px solid #039831;
	color: #fff;
	transition: .3s;
}