/*品牌*/

.index-vod {
	width: 100%;
	min-width: 1200px;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.index-vodn {

	width: 1200px;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.index-vod-title {
	position: relative;	
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.index-vod-title h1 {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #797979;
	font-weight: normal;
}
.index-vod-title h2 {
	font-size: 28px;font-family: 微软雅黑;
	color: #0667ac;
	font-weight: normal;
}
.left-inline {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 450px;
	height: 1px;
	background-color: #015bab;
}
.right-inline {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 450px;
	height: 1px;
	background-color: #015bab;
}