@charset "utf-8";
/* CSS Document */
 
body {
	background: #fff;
	color: #333;
}
* {
	margin:00;
	padding:0
}
.fl, .left {
	float:left
}
.fr, .right {
	float:right
}
.color-00466E {
	color: #00466e;
}
.color-EA3120 {
	color: #ea3120;
}
.white {
	color: #fff;
}
.mt10 {
 margin-top: .133333rem;
}
.mt50 {
 margin-top: .666667rem;
}
.ft32 {
 font-size: .426667rem;
}
.ft28 {
 font-size: .373333rem;
}
.tc {
	text-align: center;
}
.w100 {
	width: 100%;
}
.relative {
	position: relative;
}.absolute {
    position: absolute;
}
.clear:after {
	content: " ";
	display: table;
	clear: both;
}
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
li {
	list-style:none
}
a { text-decoration:none}