@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	font-size:14px;
	font-family:"微软雅黑", Arial, sans-serif;
}
a{
	text-decoration:none;
}
img{
	border:0;
}
ul, ol{
	list-style:none;
}
.clear{
	clear:both;
	height:0;
	font-size:0;
}
.c_lf{
	float:left;
}
.c_lr{
	float:right;
}
.line{
	background:url(../images/line.jpg) no-repeat center;
	padding:40px 0;
	clear:both;
}

.body_bg{
	background:#000;
}
.wrap{
	width:960px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	background:#9d0000;
}
.head{
	background:url(../images/head_bg.jpg) no-repeat;
	height:447px;
	position:relative;
}
.head_text{
	position:absolute;
	width:710px;
	top:305px;
	left:130px;
}
.head_text p{
	text-indent:2em;
	line-height:22px;
	font-family:"黑体";
	font-size:14px;
	color:#fcd996;
}

.content{
	background:#FFF;
	width:880px;
	margin:20px auto;
	padding:20px;
}
.content p{
	text-indent:2em;
	color:#333;
	font-size:14px;
}
.content h2{
	color:#9d0000;
	font-size:40px;
	background:url(../images/h2_BG.jpg) no-repeat left top;
	padding-left:80px;
	padding-bottom:30px;
}
.main_col1 .c_lf{
	padding-left:10px;
}
.main_col1 .c_lr{
	width:370px;
	line-height:26px;
	padding-right:10px;
}
.main_col2 .c_lf{
	width:395px;
	line-height:28px;
	padding-left:10px;
}
.main_col2 .c_lr{
	width:460px;
}
.main_col2 .c_lr img{
	padding-bottom:10px;
	padding-right:10px;
}
.main_col3 .c_lf{
	width:418px;
	padding-left:10px;
}
.main_col3 .c_lf img{
	padding-bottom:10px;
}
.main_col3 .c_lr{
	width:425px;
	padding-right:10px;
	line-height:27px;
}
.main_col4{
	text-align:center;
	font-size:60px;
	color:#ff9e9e;
	padding:30px 0;
}

.bottom{
	height:50px;
	clear:both;
	margin-top:10px;
}
.bottom p{
	text-align:center;
	color:#FFF;
	line-height:50px;
	font-size:12px;
}









