@charset "utf-8";
body,div,p,h1,h2,h3,h4,h5,h6,ul,dl,dd,dt,table,input,form,section{
	margin: 0;
	padding: 0;
}
body{
	font-family:"microsoft yahei";
	background-color: #f6f6f6;
}
html{
	font-size: 100px;
}
a{
	text-decoration: none;
}
a:hover{
	color: #ca151d;
}
ul{
	list-style: none;
}


:-moz-placeholder { /* mozilla firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* mozilla firefox 19  */
	color: #999;
}

input:-ms-input-placeholder{
	color: #999;
}

input::-webkit-input-placeholder{
	color: #999;
}

/*clear float*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

/*common style*/
/*float style*/

.fl{
	float: left;
}
.fr{
	float: right;
}

/*margin style*/

.martop26{
	margin-top: 26px;
}
.martop5{
	margin-top: 5px;
}
.marl30{
	margin-left: 30px;
}
.marr30{
	margin-right: 30px;
}

/*padding style*/

.pdleft20{
	padding-left: 20px;
}

/*color style*/

.red{
	color: #ca151d;
}
.black{
	color: #3a3a3a;
}
.lightgray{
	color: #a4a4a4;
}

/*position style*/

.relative{
	position: relative;
}

/*background style*/

.white{
	background: #fff;
}

/*fontweight  style*/

.bold{
	font-weight: bold;
}
.fonts18{
	font-size: 18px;
}
.fonts14{
	font-size: 14px;
}
.fonts24{
	font-size: 24px;
}
.overh{
	overflow: hidden;
}
