/*样式重置   全局样式*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    /*padding:100px 0;*/
    /*overflow:hidden;*/
}
body{
	width:100%;
	min-width: 1200px;
	font-size: 12px;
	font-family: 微软雅黑;
	margin: 0 auto;
	height:100%;
}
a{
	color: #666;
	text-decoration: none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*a:hover{
	color: #bb0836;
}*/
ul,ol,li{
	list-style: none;
}
img{
	border:none;
}
input,textarea{
	outline: none;
}
select option{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border:0;
}
option{
	border:none;
}
textarea{
	resize: none;
}
i,em{
	font-style: normal;
}
label{
	cursor: pointer;
}
.clearfix:after{
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}
.clearfix:before,.clearfix:after{
    display: table;
    content: "";
}
.w{
	width: 1165px;
	margin:0 auto;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.color{
	color:#f75416;
}
/*span,a,div,img,i,em,p{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}*/
