 html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none
}

ul {
	text-indent: 0;
	font-weight: normal;
}

body {
	width:100%;
	min-width:1300px;
	font-size: 1.6rem;
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	overflow-x: hidden;
	line-height: 1.6;
}


/*覆盖浏览器默认样式*/

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}


/*共用样式*/

.font_w {
	font-weight: bold;
}

.img_wrap>img {
	width: 100%;
	display: block;
}

.div_wrap {
	width: 100%;
}

.inline_block {
	display: inline-block;
}

.block_block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position_rel {
	position: relative
}

.clearFix:after,
.clearFix:before {
	content: "";
	display: block;
	clear: both;
}
.w-container {
	width: 1200px;
	margin:0 auto;
}

.w-silde {
	padding-left: 1rem;
	padding-right: 1rem;
}

.fl{float:left;}
.fr{float:right;}

.mar80{margin-top:80px;}
.mar50{margin-top:50px;}

.tit{text-align:center;}
.tit h2{font-size:40px;color:#333333;font-weight:bold;}
.tit h2 b{color:#e4512e;}
.tit p{font-size:16px;color:#333333;}

.btn{width:216px;height:40px;background:url(../images/btn.png) center no-repeat;margin:0 auto;line-height:40px;text-align:center;font-size:18px;margin-top:50px;}
.btn a{color:#fff;display:block;}

.clear_fix{clear:both;}