/* 公共样式 */
body{
	font-family:"Microsoft Yahei", "宋体";
	color:#333;
}

a{
	color:#333;
}

img{
	display:block;
}

.w1000{
	width:1000px;
	margin:0px auto;
}

.wrapper{
	width:100%;
	min-width:1000px;
}

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

#header .w1000{
	height:351px;
}

#footer{
	background:#e03637;
}

#footer .w1000{
	padding:25px 0px;
	text-align:center;
	color:#000;
	line-height:26px;
	color:#fff;
}

#footer a{
	color:#fff;
}

#layout1 .block{
	width:930px;
	margin:50px auto 0px auto;
	padding-bottom:30px;
	background:#f0f0f0;
}

#layout1 .block .photo{
	width:930px;
	height:540px;
	position:relative;
}

#layout1 .block .photo img{
	width:100%;
	height:100%;
}

#layout1 .block .photo .shadow{
	position:absolute;
	left:0px;
	bottom:15px;
	width:850px;
	height:205px;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#layout1 .block .photo .text{
	position:absolute;
	width:780px;
	height:175px;
	left:35px;
	bottom:30px;
	color:#fff;
}

#layout1 .block .photo .text h2{
	font-size:42px;
	height:50px;
	line-height:50px;
	overflow:hidden;
}

#layout1 .block .photo .text h4{
	font-size:18px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-weight:normal;
	margin-top:6px;
}

#layout1 .block .photo .text h3{
	font-size:28px;
	line-height:38px;
	height:76px;
	overflow:hidden;
	font-weight:normal;
	border-top:1px solid #fff;
	margin-top:10px;
	padding-top:8px;
}

#layout1 .block .play{
	margin:30px 0px 0px 30px;
}

#layout1 .block .con{
	font-size:16px;
	line-height:30px;
	color:#000;
	margin:22px 30px 0px 30px;
}