/*鍒濆鍖朿ss*/
/*娓呴櫎榛樿鏍峰紡*/
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
input {
	outline: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
em, i {
	font-style: normal;
}
img {
	border: 0;

	vertical-align: middle;
}

body {
	font: 12px arial, 'microsoft yahei';
	font-family:"Microsoft Yahei";
	background: url(55.jpg) no-repeat ;
	background: #fcf5f4;
	background-size: 100% auto;
}
@media (min-width: 1300px){
	.box{
		height: auto;
	}
}
.w {
	width: 1200px;
	margin: 0 auto;
}
a {
	color: #ffffff;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;

}