@charset "utf-8";

*,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
	margin:0; 
	padding:0; 
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	/*-webkit-appearance: none;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body{
	position: relative;
}
:before,:after { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box; 
	        box-sizing: border-box;
	}
img{
	border:none;
	vertical-align: middle;
	}
li{
	list-style: none;	
	}
a{
	text-decoration:none; 
	color:#fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
　　-webkit-tap-highlight-color: transparent;
	outline：none;
	}
a:hover{
	color:#e14337;
	}

.clearfloat:after{
	display: block;
	clear: both;
	content:"";
	visibility: hidden;
	height: 0;	
}
.clearfloat{
	zoom: 1;
}
h2{
	font-size: 36px;
	font-weight: 400;
	color: #E14337;
	text-align: center;
	line-height: 60px;
}
h3{
	font-size: 24px;
	font-weight: 300;
	color: #E14337;	
	text-align: center;
	line-height: 36px;
}
input[type="button"],input[type="submit"],input[type="reset"] { 
	/*-webkit-appearance:none; */
	appearance:none; 
	outline:none;
}

