body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 0
}

html {
	-webkit-text-size-adjust: none;
	-webkit-tap-hightlight-color: transparent;
	-webkit-user-select: none;
	height: 100%;
	margin: 0;
	padding: 0
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
div,
th,
td,
form,
fieldset,
legend,
input,
span,
img,
textarea,
button,
select {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

ul li {
	list-style: none;
}

em {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

input {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*首页*/
.index_bg {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: url(../images/index.png) no-repeat;
	background-size: 100% 100%;
}
.bot{
	position: absolute;
	bottom: 0.104166rem;
	left:0rem;
	width: 100%;
	font-size: 0.072916rem;
	text-align: center;
	color: #333;
}