@charset "utf-8";

h1{
	margin: 0px;
	font-weight: normal;
}
hr{
	border: none;
	background-color: #ea3242;
	width: 30px;
	height: 2px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
#box{
	width: 848px;
	margin: 0 auto;
}

/*视频展示*/
.video{
	background: url(../images/video.jpg) no-repeat;
	height: 800px;
	padding-top: 50px;
}
/*视频展示-标题*/
.video .video-title{
	text-align: center;
	margin-bottom: 36px;
}
.video .video-title h1{
	font-size: 30px;
	color: #ffffff;	
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.video .video-title p{
	font-family: Arial;
	color: #666666;
	letter-spacing: 10px;
	margin-top: 5px;
}
.video .video-case{
	width: 848px;
	margin: 0 auto;
}
