.img {
	width: 100%;
	float: left;
}

.img>img {
	width: 100%;
}

.new {
	width: 100%;
	float: left;
	margin-top: -5px;
	margin-bottom: 30px;
}
.news_bg{
	width: 100%;
	height: 94px;
	position: absolute;
	z-index: -22;
	background: #f5f6f9;
}
.news {
	width: 1200px;
	margin: 0 auto;
}

#tab {
	width: 1200px;
	height: auto;
}

.list{
	width: 1080px;
	margin-left: calc((1200px - 1080px)/2);
	height: 94px;
	float: left;
}

.list_nav {
	float: left;
	width: 108px;
	height: 94px;
	text-align: center;
	line-height: 94px;
	margin-left: 36px;
	margin-right: 36px;
	color: #000;
}

.actives {
	float: left;
	width: 108px;
	height: 94px;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
	line-height: 94px;
	color: #ff9000 !important;
	margin-left: 36px;
	margin-right: 36px;
	border-bottom: 2px solid #ff9000;
}

.tab_nav {
	display: none;
	width: 100%;
	height: auto;
	float: left;
}

.on {
	display: block;
}
.tab_nav_title{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	margin-top: 50px;
}
.tab_nav_text{
	font-size: 18px;
	color: #000;
	margin-top: 42px;
}