/******************* 样式重置 **********************/
*{
	margin: 0;
	padding: 0;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
}


/*合并表格边框*/

table,
td,
tr,
th {
	border-collapse: collapse;
}


/*img在盒子中有下边距*/

img {
	/*IE7*/
	border: none;
	vertical-align: middle;
}

ol,
ul,
li {
	list-style: none;
/*	float: left;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
code,
em {
	font-weight: normal;
	font-style: normal;
}
input{
	outline:medium;
}

/*常用属性*/

.fB {
	font-weight: bold;
}

.f14px {
	font-size: 14px;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

.of {
	overflow: hidden;
}

a {
	color: #666;
	text-decoration: none;
}
.flex{
	display: flex;justify-content:center;
}
.width_1200{
	width: 1200px;
	margin: 0 auto;
}

.text_center{
	text-align: center;
}
/*盒模型*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}
/* Hides from IE-mac */ 
* html .clearfix{height:1%;} 
.clearfix{display:block;} 
/* End hide from IE-mac */ 
*+html .clearfix{min-height:1%;}/* IE7 */ 

/*全局设置*/

body {
	font: 14px Helvetica, Arial, "Helvetica Neue", "Microsoft yahei", "SimHei", sans-serif;
	color: #636267;
}
a:hover{
	color:#df004a;
}
