@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	background: url(../images/bg1.jpg) no-repeat top center;
}
ul,li,dl,dt,dd,p,em,b,h1,h2,h3,h4,h5,h6,select,checkbox,textarea,span,input,button,img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	list-style-type: none;
	outline: none;
}
dl,dt,dd {
	font-weight: normal;
}
li {
	list-style: none;
}
a {
	display: inline-block;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}

.mt40{
	margin-top: 40px;
}
.mb20{
	margin-bottom: 20px;
}
.clearfix:after  /*清除浮动*/
{
	display:block;
	clear:both;
	content:'';
}
.clearfixm {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.banner {
	width: 100%;
	height: 320px;
	background: url(../images/banner.png) no-repeat top center;
	overflow: hidden;
}
.wrap {
	width: 1100px;
	margin: 0 auto 20px;
	overflow: hidden;
}
