/*
主题名称:样式表
描述: 全局公用样式表
作者:石燕兵
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	width: 100%;
	margin:0 auto;
}
ol, ul, dl {
	list-style: none;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
}
/*PC公共头部--开始*/
.activity_top {
	width: 100%;
	background: url(../img/activity_topbg.jpg) repeat-x bottom #f5f5f5;
	border-bottom: 1px solid #d7c39f;
	box-shadow: 0 1px 1px #dcd8cb;
	-webkit-box-shadow: 0 1px 1px #dcd8cb;
	-moz-box-shadow: 0 1px 1px #dcd8cb;
}
.top_link {
	width: 1000px;
	margin: 0 auto;
	height: 40px;
}
.top_link a {
	line-height: 40px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.top_link a.llogo {
	background: url(../img/logo.png) no-repeat left center;
	padding-left: 100px;
	float: left;
}
.top_link a:hover {
	color: #d2112c;
}
.top_link a.lright {
	float: right;
	margin-left: 30px;
}
/*公共头部--结束*/

/*phone头部返回*/
.waptop{
	width:100%;
	background:#fff;
	height:2.2em;
	text-align:center;
	font-size:1.4em;
	line-height:2.2em;
	position:relative;
	}
.waptop a{
	position:absolute;
	left:1.25em;
	background-image:url(../img/icon_back.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:24%;
	padding-left:1.2em;
 	color: #333;
 	text-decoration: none;
	}