@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c00 !important;
	
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

.mt35{
	margin-top: 35px;
}

.mt70{
	margin-top: 70px;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.topic{
	text-align: center;
}

.topic img{
	display: inline-block;
	vertical-align: top;
}

#footer{
	background: #c41a1a;
	text-align: center;
	line-height: 26px;
	padding: 30px 0px;
}

#header{
	background: url(images/header.jpg) no-repeat center top;
	height: 530px;
}

#content{
	width: 990px;
	margin: 60px auto 0px auto;
}

#content h2{
	font-size: 45px;
	line-height: 52px;
	text-align: center;
	color: #000;
	letter-spacing: 2px;
}

#content .show{
	background: #f2f2f2;
	margin-top: 30px;
	position: relative;
	padding: 15px 0px 15px 65px;
}

#content .show .title{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 35px;
	background: #cd0201;
}

#content .show .video{
	width: 890px;
	height: 570px;
	background: #000;
}