@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* *, :after, :before {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
} */
	
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑"; overflow-x: hidden }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
textarea, select, input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
input::-webkit-calendar-picker-indicator {
	display:none;
	-webkit-appearance:none;
}
::selection {
	color:#fff;
	background-color:#ffb74e;
}
::-moz-selection {
	color:#fff;
	background-color:#ffb74e;
}
::-webkit-selection {
	color:#fff;
	background-color:#ffb74e;
}
::-o-selection {
	color:#fff;
	background-color:#ffb74e;
}
::-ms-selection {
	color:#fff;
	background-color:#ffb74e;
}
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
    text-decoration: none;
    color: #454545;
}
sub, sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative;  
	vertical-align: baseline;
 }
img{ 
	border: none 
}
address, cite, dfn, em, var ,b ,i{ 
	font-style: normal; 
}
.w1200{ 
	width:1200px; 
	margin:0 auto;
}
.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.c0{
	color: #000;
}
.cf{
	color: #fff;
}
.c42{
	color: #424242;
}
.fs32{
	font-size: 32px;
}
.fs30{
	font-size: 30px;
}
.fs20{
	font-size: 20px;
}
.fs18{
	font-size: 18px;
}
.fs16{
	font-size: 16px;
}
.fs14{
	font-style: 14px;
}
.fs12{
	font-style: 12px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}