body{
	margin: 0;
	font-size: 16px;
	font-family: "microsoft yahei";
}
ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}
iframe{
	display: block;
}
img{
	border: none;
	max-width: 100%;
	display: block;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,i,em,b{
	font-weight: normal;
	font-style: normal;
}
a{
	text-decoration: none;
}
input,select,textarea{
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "microsoft yahei";
}

table{
	border-collapse: collapse;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #2f88ba;  
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #2f88ba;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #2f88ba;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #2f88ba;  
}  
.erj-wrap{
	padding: 20px;
	font-size: 16px;
}

/*header*/