.banner{
	width: 100%;
	overflow: hidden;
	border-top: 3px solid #ededed;
}
.banner { 
	position: relative; 
	overflow: auto; 
}
.banner ul li { 
	float: left; 
}
.banner ul li img{
	width: 100%;
}
.banner .dots{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 5px;
	padding: 0;
}
.banner .dots li{
	display: inline-block;
	width: 13px;
	text-align: center;
	height: 13px;
	margin:auto 5px;
	border-radius: 10px;
	background: #fff;
	color: #fff;
}
.banner .dots li.active{
	background: red;
	color: red;
}

.news_box{
	padding: 10px 0;
	background: #ecedec;
}
.news{
	width: 100%;
	margin: auto;
}
.news .qh_title{
	background: #f7f7f7;
	width: 100%;
	overflow: hidden;
}
.news .qh_title h6{
	width: 25%;
	text-align: center;
	height: 60px;
	border-top: 2px solid #f7f7f7;
	line-height: 60px;
	float: left;
	color: #888888;
	font-size: 1.6rem;
}
.news .qh_title h6.active{
	border-top: 2px solid #9f242c;
	color: #9f242c;
	background: #fff;
}
.news .qh_box{
	width: 100%;
	margin: auto;
	background: #fff;
}
.news .qh_box ul{
	width: 92%;
	margin: auto;
	overflow: hidden;
}
.news .qh_box ul:last-child{
	display: none;
}
.news .qh_box ul li {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #ebedec;
}
.news .qh_box ul li div{
	width: 65%;
	float: left;
}
.news .qh_box ul li div h6{
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 8px;
}
.news .qh_box ul li div span{
	color: #979797;
	font-size: 1.2rem;
}
.news .qh_box ul li img{
	width: 33%;
	float: right;
}
.news .qh_box ul li.more {
	border-bottom: none;
}
.news .qh_box ul li.more a{
	color: #970009;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}

.group{
	width: 92%;
	margin: auto;
	overflow: hidden;
	padding: 3% 0;
}
.group img{
	width: 100%;
}
.group div div{
	float: right;
	width: 48.5%;
}
.group div div.box{
	float: left;
	position: relative;
}
.group div div.box div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}