﻿/*home_banner 轮播图开始*/
.home_banner{
	height:680px;
	width:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;	
}
.home_banner .pics li{
	height:680px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
}
.home_banner .pics a{
	display:inline-block;
	height:680px;
	width:100%;	
}
.home_banner .btns{
	position:absolute;
	left:0;
	bottom:37px;
	z-index:60;
	width:100%;
	height:12px;
	text-align:center;	
	font-size:1px;
}
.home_banner .btns span{
	display:inline-block;
	width:12px;
	height:12px;
	font-size:1px;
	background:url("../images/home_btn.png") no-repeat left top;	
	margin:0 5px;
}
.home_banner .btns .hover{
	background:url("../images/home_hover.png") no-repeat left top;		
}
/*home_banner 轮播图结束*/

/*home_main 首页主体区*/
.home_main{
	height:295px;
	position:relative;
	z-index:70;
	width:1002px;
	margin:-17px auto 0 auto;	
	overflow:hidden;
}

.home_nav{
	height:93px;
	width:1005px;
	margin-bottom:40px;	
}
.home_nav a{
	display:inline-block;
	width:332px;
	height:93px;
	background:url("../images/home_nav.png") no-repeat left top;	
	float:left;
	margin-right:3px;
}
.home_nav a:hover{
	background:url("../images/home_navh.png") no-repeat left top;	
}
.home_nav dl{
	height:93px;
	padding-left:90px;	
}
.home_nav .d1{
	background:url("../images/home_nav1.png") no-repeat 28px center;	
}
.home_nav .d2{
	background:url("../images/home_nav2.png") no-repeat 28px center;	
}
.home_nav .d3{
	background:url("../images/home_nav3.png") no-repeat 28px center;	
}
.home_nav dt{
	font-size:18px;
	color:#fff;
	padding-top:26px;	
}
.home_nav dd{
	font-size:15px;
	color:#4e9e78;	
}

.home_slide{
	height:135px;
	position:relative;
	overflow:hidden;	
}
.home_slide .c_btn{
	width:43px;
	height:135px;
	float:left;
	cursor:pointer;	
}
.home_slide .pre{
	background:url("../images/home_pre.png") no-repeat left center;	
}
.home_slide .next{
	background:url("../images/home_next.png") no-repeat right center;	
}
.home_slide .s_outer{
	width:916px;
	height:135px;
	float:left;
	position:relative;	
	overflow:hidden;	
}
.home_slide li{
	width:916px;
	height:135px;
	float:left;	
	position:relative;	
}
.home_slide .pic{
	float:left;
	display:inline-block;
	width:200px;
	height:135px;	
}
.home_slide .pic img{
	width:200px;
	height:135px;	
}
.home_slide dl{
	width:685px;
	float:right;	
}
.home_slide dt{
	height:30px;
	line-height:30px;
	font-size:14px;	
}
.home_slide dd{
	line-height:22px;	
}
.home_slide .more{
	display:inline-block;
	width:69px;
	height:21px;
	line-height:21px;
	text-align:center;
	background:#9ca5b6;	
	color:#fff;
	border-radius:3px;
	position:absolute;
	right:0;
	bottom:10px;
}
.home_slide .more:hover{
	background:#1a945b;	
	color:#fff;	
}
/*home_main 首页主体区*/