* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	font-family: "微软雅黑";
}

.clear {
	clear: both;
}

#header,
#content,
#footer {
	margin: 0 auto;
	margin-top: 10px;
}

#header,
#footer {
	margin-top: 10px;
	height: 100px;
}

#header,
#footer,
.left,
.right,
.center {
	background: #333;
}


/*通用样式*/


/*手机*/

@media screen and (max-width:600px) {
	#header,
	#content,
	#footer {
		width: 400px;
	}
	.right,
	.center {
		margin-top: 10px;
	}
	.left,
	.right {
		height: 100px;
	}
	.center {
		height: 200px;
	}
}


/*平板*/

@media screen and (min-width:600px) and (max-width:960px) {
	#header,
	#content,
	#footer {
		width: 600px;
	}
	.right {
		display: none;
	}
	.left,
	.center {
		height: 400px;
		float: left;
	}
	.left {
		width: 160px;
		margin-right: 10px;
	}
	.center {
		width: 430px;
	}
}


/*PC*/

@media screen and (min-width:960px) {
	#header,
	#content,
	#footer {
		width: 960px;
	}
	.left,
	.center,
	.right {
		height: 400px;
		float: left;
	}
	.left {
		width: 200px;
		margin-right: 10px;
	}
	.center {
		width: 540px;
		margin-right: 10px;
	}
	.right {
		width: 200px;
	}
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.xl {
	position: relative;
	background-color: #f5f5f7;
	width: 100%;
	height: 150px;
}

.xl .rm {
	width: 45%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	background-color: #7b3a1c;
}

.xl .fw {
	width: 45%;
	height: 35px;
	position: absolute;
	text-align: center;
	display: block;
	top: 0;
	right: 0;
	background-color: #7b3a1c;
}

.xl .sk {
	width: 45%;
	height: 35px;
	display: block;
	position: absolute;
	text-align: center;
	top: 40px;
	left: 0;
	background-color: #7b3a1c;
}

.xl .jc {
	width: 45%;
	height: 35px;
	position: absolute;
	top: 40px;
	right: 0;
	display: block;
	text-align: center;
	background-color: #7b3a1c;
}

.xl p {
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}

.xl h1 {
	position: absolute;
	top: 100px;
	left: 50%;
	font-size: 20px;
	color: #803c27;
	transform: translateX(-50%);
}

.xl .fgx {
	border-top: 1px dashed;
	position: absolute;
	top: 140px;
	width: 100%;
	color: #cccccc;
	height: 1px;
	overflow: hidden;
}

.rmmdxl img {
	width: 100%;
}

.fwlkxl img {
	width: 100%;
}

.sktsxl img {
	width: 100%;
}

.jcxl img {
	width: 100%;
}

.jxcj img {
	width: 100%;
}