.index_herd{
	width:100%;
	min-width: 1200px;
	height: 187px;
}
.meber_imgs{
	width:100%;
	height: 430px;
	margin-top:30px;
	border:2px solid #44c6a4;
}
.meber_imgs .member_img_title{
	width:100%;
	height: 40px;
	line-height: 40px;
	color:#fff;
	font-size:16px;
	text-align: center;
	background-color:#44c6a4;
}
.meber_imgs .meber_img{
	width:100%;
	height: 386px;
	padding:10px 8px 0;
}
.meber_img li{
	float: left;
	width:216px;
	height: 164px;
	text-align: center;
	margin:15px 10px 0;
}
.meber_img li img{
	display: block;
	width: 216px;
	height: 140px;
	margin-bottom:5px;
}
.meber_img li span{
	font-size:16px;
}
.add_meber{
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 40px 0 45px;
}
.add_meber a{
	position:relative;
	display: block;
	width:400px;
	height: 50px;
	color: #fff;
	padding-left:28px;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	background-image:url(../img/addbtn.png);
}
.add_meber a img{
	position: absolute;
	top:12px;
	left:120px;
}
.new_adds{
	max-height: 720px;
}
.new_add_title{
	width:100%;
	line-height: 35px;
	color: #44c6a4;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	border-bottom:2px solid #44c6a4;
}
.new_add{
	width: 100%;
    max-height: 620px;
    min-height: 100px;
    padding-top: 10px;
}
.new_add li{
	list-style: initial;
	margin-left:40px;
	width: 360px;
	float:left;
	line-height: 30px;
	height: 30px;
}
.new_add li a{
	display: block;
	width:100%;
	height: 30px;
	font-size:16px;
	overflow: hidden;
}
/*分页功能*/
.my_paging{
	float: left;
	width:100%;
	height:50px;
	margin-top:20px;
	text-align: center;
}
.my_paging span{
    padding: 5px 8px;
    color: #ff7c6d;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 19px;
    cursor: pointer;
    border: 1px solid #ff7c6d;
}
.my_page span.active,
.my_paging span:hover{
	color:#fff;
	background-color:#ff7c6d;
}


/*服务热线*/
.hotlines{
	float: left;
	width:100%;
	height: 250px;
	border:2px solid #44c6a4;
	margin-top: 30px;
}
.hotline_title{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size:16px;
	background-color: #44c6a4;
}
.hotline_list{
	padding:14px 22px 0;
}
.hotline_list li{
	line-height: 30px;
	font-size:14px;
}
.hotline_list li span{
	margin-left: 10px;
}

.index_foot{
	width:100%;
	min-width: 1200px;
	float:left;
	margin-top: 30px;
	height: 200px;
}