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,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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/* For modern browsers */
.cf:before,.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

html {
	background-color: #f2f2f2;
}

body {
	font-size: 12px;
}

a {
	text-decoration: none;
}

.page {
	width: 100%;
	min-width: 320px;
	max-width: 480px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}

/* header */
.header {
	width: 96%;
	height: 50px;
	margin-bottom: 14px;
	padding: 0 2%;
}

.header .logo {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/wap/demo_header.png') no-repeat 50% 0;
}

/* content */
.content {
	width: 96%;
	padding: 0 2%;
}

/* x_sbar */
.x_sbar {
	position: relative;
	z-index: 199;
	width: 100%;
	height: 48px;
	border: 1px solid #FA6567;
	margin-bottom: 17px;
	background: #fff;
}

.x_sbar .txt {
	float: left;
	width: 75.444445%;
	height: 48px;
	padding: 0 10px;
	border: none 0;
}

.x_sbar .submit {
	display: block;
	float: right;
	width: 86px;
	height: 48px;
	border-left: 1px solid #FA6567;
	border: none;
	background: url('../images/wap/search_btn.png') no-repeat 0 0;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

/* x_tab */
.x_tab {
	width: 100%;
	margin-bottom: 16px;
}

.x_tab .tab_l {
	display: block;
	float: left;
	width: 32%;
	padding: .73em 0;
	background: #92CF68;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 300 1.5em/1em arial, 'microsoft yahei', 'tahoma', 'simsun';
}

.x_tab .tab_m {
	display: block;
	float: left;
	margin-left: 2.2%;
	width: 32%;
	padding: .73em 0;
	background: #FF9326;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 300 1.5em/1em arial, 'microsoft yahei', 'tahoma', 'simsun';
}

.x_tab .tab_r {
	display: block;
	float: right;
	width: 32%;
	padding: .73em 0;
	background: #1E90FF;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 300 1.5em/1em arial, 'microsoft yahei', 'tahoma', 'simsun';
}

/* 焦点图 */
.focus {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.focus .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}

.focus .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}

.focus .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}

.focus .hd ul .on {
	background: #FA6567;
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li img {
	width: 100%;
	height: auto;
	vertical-align: top;
	background: url(../images/loading.gif) center center no-repeat;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

/* notice */
.notice {
	width: 100%;
	font: 300 16px/20px arial, 'microsoft yahei', 'tahoma', 'simsun';
	margin-bottom: 20px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px 0;
}

.notice img {
	float: left;
	width: 16px;
	height: 16px;
}

.notice a {
	margin-left: 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

/* x_part */
.x_part {
	margin-bottom: 20px;
}

.x_part .tit {
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.x_part .tit .title {
	position: absolute;
	top: -13px;
	left: 0%;
	display: inline-block;
	height: 26px;
	padding: 0 10 0 0;
	font: 700 22px/26px 'microsoft yahei', arial, 'simsun';
	color: #333;
	background-color: #f2f2f2;
}

.x_part .con {
	width: 100%;
	float: left;
}

.x_part .con dl.list {
	width: 204px;
	height: 300px;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 5px;
	margin-left: 2px;
	padding: 10px;
	text-align: center;
}

.x_part .con dl.list dt {
	text-align: center;
	display: block;
}

.x_part .con dl.list dt img {
	display: block;
	margin-left: 10px;
	border: 1px solid #ccc;
	width: 180px;
	height: 240px;
	background: url(../images/loading.gif) center center no-repeat;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1), 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.x_part .con dl.list dd {
	margin-top: 10px;
}

.x_part .con dl.list dd .s_tit {
	margin-bottom: 8px;
	font: 16px/20px 'microsoft yahei', arial, 'simsun';
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x_part .con dl.list dd .s_des {
	margin-bottom: 5px;
	font: 14px/18px 'microsoft yahei', arial, 'simsun';
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* x_more */
.x_more {
	width: 100%;
	margin-bottom: 20px;
}

.x_more a {
	display: block;
	width: 100%;
	padding: .73em 0;
	background: #FA6567;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 300 1.5em/1em arial, 'microsoft yahei', 'tahoma', 'simsun';
}

/* footer */
.footer {
	margin-top: 10px;
	text-align: center;
	line-height: 2em;
}

.footer .top a {
	display: inline-block;
	padding: 0 2%;
	font-size: 1.1667em;
	font-weight: 700;
	text-decoration: none;
	color: #777;
}

.footer .btm {
	color: #999;
	font-size: 1em;
	font-family: arial, 'microsoft yahei', 'simsun';
	margin-bottom: 10px;
}

.footer .gotop a {
	display: block;
	width: 100%;
	height: 73px;
	border-top: 1px solid #ccc;
	background: #fff;
	font: 20px/72px arial, 'microsoft yahei', 'simsun';
	text-decoration: none;
	color: #333;
}

/* 屏幕小于960px */
@media screen and (max-width:960px) {
}

/* 屏幕小于768px */
@media screen and (max-width:768px) {
}

/* 屏幕小于480px */
@media screen and (max-width:479px) {
	.page {
		width: 100%;
		min-width: 320px;
		max-width: 480px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		background-color: #f2f2f2;
	}
	/* header */
	.header {
		width: 96%;
		height: 34px;
		margin-bottom: 5px;
		padding: 0 2%;
	}
	.header .logo {
		display: block;
		width: 100%;
		height: 34px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background: url('../images/wap/demo_header_320.png') no-repeat 50% 0;
	}
	/* content */
	/* x_sbar */
	.x_sbar {
		position: relative;
		z-index: 199;
		width: 100%;
		height: 34px;
		border: 1px solid #FA6567;
		margin-bottom: 17px;
		background: #fff;
	}
	.x_sbar .txt {
		float: left;
		width: 75%;
		height: 34px;
		padding: 0 2.5%;
		border: none 0;
	}
	.x_sbar .submit {
		display: block;
		float: right;
		width: 60px;
		height: 34px;
		border: none;
		border-left: 1px solid #FA6567;
		background: url('../images/wap/search_btn_320.png') no-repeat 0 0;
		border-left: 1px solid #FA6567;
	}
	/* x_part */
	.x_part {
		margin-bottom: 20px;
	}
	.x_part .tit {
		position: relative;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.x_part .tit .title {
		position: absolute;
		top: -13px;
		left: 0%;
		display: inline-block;
		height: 26px;
		padding: 0 10px 0 0;
		font: 700 20px/26px 'microsoft yahei', arial, 'simsun';
		color: #333;
		background-color: #f2f2f2;
	}
	.x_part .con {
		width: 100%;
		float: left;
	}
	.x_part .con dl.list {
		width: 47.5%;
		min-height: 220px;
		max-height: 255px;
		float: left;
		border: 1px solid #ccc;
		background: #fff;
		margin-top: -1px;
		margin-left: -1px;
		text-align: center;
		padding: 1%;
	}
	.x_part .con dl.list dt {
		text-align: center;
		display: block;
	}
	.x_part .con dl.list dt img {
		display: block;
		border: 1px solid #ccc;
		margin-left: 10%;
		width: 80%;
		height: 80%;
		min-height: 167px;
		max-height: 195px;
		background: url(../images/loading.gif) center center no-repeat;
		box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1), 10px 10px 10px rgba(0, 0, 0, 0.1);
	}
	.x_part .con dl.list dd {
		margin-top: 10px;
	}
	.x_part .con dl.list dd .s_tit {
		margin-bottom: 8px;
		font: 16px/20px 'microsoft yahei', arial, 'simsun';
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.x_part .con dl.list dd .s_des {
		margin-bottom: 5px;
		font: 14px/18px 'microsoft yahei', arial, 'simsun';
		color: #999;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/* x_more */
	/* footer */
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:479px) {
	.header .logo {
		background: url('../images/wap/demo_header.png') no-repeat 50% 0;
		-webkit-background-size: 307px 34px;
		background-size: 307px 34px;
	}
	.x_sbar .submit {
		background: url('../images/wap/search_btn.png') no-repeat 0 0;
		-webkit-background-size: 60px 34px;
		background-size: 60px 34px;
	}
}

/* 屏幕小于320px */
@media screen and (max-width:320px) {
}