@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
	list-style: none;
	line-height: 1;
	transition-property: color, border-color;
    transition-duration:0.3s;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="submit"],
input[type="button"]{
     box-sizing:content-box;
}
a {
	text-decoration: none;
}
body {
	background: #fff;
	color: #333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: 400;
}
img {
	border: 0;
}
textarea,
select,
option,
input {
	outline: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fw400 {
	font-weight: 400;
}
.fw700 {
	font-weight: 700;
}
.clearBoth:after,
.clearboth:after {
	content:"";
	display: block;
	clear: both;
}
.bordernone {
	border: none!important;
}
.red {
	color: red;
}
.white {
	color: #fff;
}
.centerBox{
	margin:0 auto;
	width:100%;
	max-width:1200px;
	min-width:1200px;
}
.centerBox:after{
	content:"";
	display:block;
	clear:both;
}
