.banner{
	width: 100%;
	overflow: hidden;

}
.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{
	background: #ecedec;
}
.news{
	width: 100%;
	margin: auto;
}
.news .qh_title{
	background: #f7f7f7;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}
.news .qh_title h6{
	width: 20%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	float: left;
	color: #888888;

}
.news .qh_title h6.active{
	color: #9f242c;
	background: #fff;
}
.news .qh_box{
	width: 100%;
	margin: auto;
	background: #fff;
}
.news .qh_box ul{
	width: 92%;
	margin: auto;
	overflow: hidden;
	display: none;
}
.news .qh_box ul:first-child{
	display: block;
}
.news .qh_box ul li {
	padding: 10px 0;
	overflow: hidden;
}
.news .qh_box ul li a{
	color: #000;
}
.news .qh_box ul li div.right{
	width: 66%;
	float: right;
}
.news .qh_box ul li p{
	margin-bottom: 5px;
	height: 34px;
	line-height: 18px;
	overflow: hidden;
}
.news .qh_box ul li div.right h6{
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 8px;
	height: 24px;
	overflow: hidden;
}
.news .qh_box ul li div.right span{
	color: #979797;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
}
.news .qh_box ul li div.left{
	width: 30%;
	height: 80px;
	overflow: hidden;
	float: left;
}
.news .qh_box ul li div.left img{
	width: 100%;	
}
.news .qh_box ul li.more {
	border-bottom: none;
}
.news .qh_box ul li.more a{
	background: #970009;
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
	margin-top: 10px;
	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%;
}


