.chc_footBg{
	width: 100%;
	float: left;
	background: url(../images/chc_foot_bg_l.png) -10% 3px no-repeat, url(../images/chc_foot_bg_r.png) 110% bottom no-repeat, url(../images/chc_foot_bg.jpg) center top repeat-x, #f6f5f5;
}
.chc_foot{
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 14px;
	line-height: 24px;
}
.foot_info{
	width: 230px;
	float: left;
	padding: 15px 0 15px 0;
}
.foot_info .count{
	font-size: 16px;
	color: #CC0000;
}
.foot_logo{
	width: 260px;
	height: 70px;
	float: left;
	background: url(../images/chc_foot_logo.png) left top no-repeat;
}
.foot_link{
	width: 910px;
	float: left;
	padding: 25px 0 15px 30px;
}
.foot_link li{
	float: left;
	width: 175px;
	margin: 0 8px;
}
.foot_link li.small{
	width: 130px;
}
.foot_link li span{
	float: left;
	background: url(../images/chc_footer.png) left top no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.foot_link li ul li{
	background: url(../images/foot_list.png) left 8px no-repeat;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	width: 165px;
}
.foot_link li.small li{
	width: 120px;
}
.foot_link li a{
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.foot_link li a:hover{
	color: #a43e3e;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-0-transition: 0.3s;
	transition: 0.3s;
}
.chc_copyBg{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	min-width: 1200px;
	background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.chc_footBg{
	min-width: 1000px;
}
.chc_foot, .chc_copy{
	width: 970px;
	padding: 0 15px;
}
.chc_copyBg{
	min-width: 1000px;
}
.foot_info{
	font-size: 14px;
	width: 220px;
}
.foot_link{
	width: 740px;
	padding: 25px 0 15px 10px;
}
.foot_link li{
	width: 125px;
}
.foot_link li ul li{
	width: 115px;
}
.foot_link li a{
	padding: 0 0 0 6px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.chc_footBg{
	height: auto;
	min-height: 220px;
	min-width: 320px;
}
.chc_foot{
	width: 90%;
	height: auto;
	padding: 0 5%;
}
.foot_info, .foot_logo{
	width: 100%;
	text-align: center;
}
.foot_logo{
	background: url(../images/chc_foot_logo.png) center top no-repeat;
}
.foot_link{
	display: none;
	width: 90%;
	float: left;
	padding: 0 5%;
}
.chc_copyBg{
	line-height: 24px;
	width: 100%;
	min-width: 320px;
}
.chc_copy{
	width: 90%;
	float: left;
	padding: 0 5%;
}
}