body,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input,textarea {
	
	font-family: arial,simhei,"思源黑体";
}
.w1600{ width: 100rem; margin:0 auto;}
 .rl{
     position: relative;
     z-index: 1;
}
body {
      background: #fff;	
	}

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}