* {
	margin: 0 auto;
	touch-action: none;
}

html {
	color: #000;
	background: #FFF;
	font-size: 625%;
}



div {
	box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

input,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

/* 清除浮动*/
.clearfix {
	clear: both
}

@font-face {
	font-family: 'iconfont';
	font-family: Muiicons;
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/icon.ttf') format('truetype');
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	line-height: .5rem;
	background: rgba(247, 123, 65, 1);
	text-align: center;
	font-size: .17rem;
	color: #333;
}

header img {
	width: 1.1rem;
	position: absolute;
	top: 50%;
	left: .4rem;
	transform: translate(0%, -50%);
}

.header_row {
	width: 11.8rem;
	margin: 0 auto;
}

.header_box {
	width: 1.31rem;
	font-size: .16rem;
	color: #fff;
	/* background: red; */
}
.header_box a{
	color: #fff;
}
.header_box:hover{
	background: rgba(255, 255, 255, .3);
	cursor:pointer;
}

.header_boxs {
	width: .5rem;
	float: left;
}

.header_box_l {
	float: left;
}

.header_box_r {
	float: right;
}
.xz{
	background: rgba(0, 0, 0, .3);
}

.bg {
	margin-top: .5rem;
	width: 100%;
	min-width: 13.66rem;
	overflow: hidden;
}

.bg img {
	width: 100%;
	float: left;
}

footer {
	width: 100%;
	padding: .1rem .06rem;
	overflow: hidden;
	background: #dfdfdf;
}

.footer_title{
	margin-bottom: .1rem;
	font-size: .19rem;
	font-weight: bold;
	color: #666564;
	text-align: center;
}

footer p{
	margin: auto;
	width: 11.8rem;
	font-size: .14rem;
	line-height: 2;
	color: #484646;
	/* margin-bottom: .1rem; */
}

.foot_bq{
	font-weight: 600;
	color: #666564;
	text-align: center;
	line-height: .5rem;
}

.foot_bah{
	font-weight: 600;
	color: #666564;
	text-align: center;
}

footer a{
	color: #666564;
}

/* header .iconfont {
	position: absolute;
	top: 50%;
	left: .1rem;
	transform: translate(0%, -50%);
	font-size: .2rem;
} */