@charset "gb2312";
/* CSS Document */

/****************定义全局************************/
body, div, ul, ol, li, p, input, img, table, tr, td, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: none; /* for Forefox */
}
a {
star:expression(this.onFocus=this.blur()); /* for Ie*/
}
ul, li {
	list-style-type: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
body {
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
}
.cb {
	clear: both;
}
/****************页面样式*************************/
.content {
	width: 760px;
	margin: 0 auto;
	background: #B24E33;
	padding-bottom: 20px;
}
.top {
	height: 210px;
	background: url(../images/top-bg.png);
	margin-bottom: 10px;
	overflow:hidden;
}
.top p{
	text-align:center;
	margin-top:140px;
	color:#fff;
	}
.under {
	width: 736px;
	height: auto;
	background: #fefbe3;
	padding: 30px 0 20px;
	text-align: center;
	border-bottom: 1px dashed #fdb7a4;
	*border-bottom:1px dashed #fff;/*针对IE6,7*/
	margin-left: 12px;
}
.under h1 {
	width: 100%;
	position: relative;
	float: left;
}
.under p {
	width: 70px;
	height: 45px;
	background: url(../images/mark.png);
	position: absolute;
	left: -7px;
	color: #fff;
	font:italic bold 26px/40px Arial;
}
.under span {
	display: block;
	margin-left: 75px;
	font-size: 18px;
	line-height:24px;
	color: #555;
	font-family: "微软雅黑";
	text-align: left;
	margin-top: 8px;
	padding-right:10px;
	text-align:justify;
}
.under img {
	margin-top: 10px;
}
.fx_sc_pl {
	height: 40px;
	margin-top: 20px;
	text-align: left;
	padding-left: 193px;
}
.fx_sc_pl a {
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	background: url(../images/share-bg.png);
	float: left;
}
.fx_sc_pl a:hover {
	color: #fefabe;
	background: url(../images/share-hover.png);
}
.end {
	width: 736px;
	margin-left: 12px;
	font-size: 18px;
	color: #ff4000;
	font-family: "微软雅黑";
	text-align: center;
	background: #fff;
	line-height: 60px;
}
.footer {
	text-align: center;
	color: #fff;
	margin-top: 20px;
}