@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, img, p, tr {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	font-size: 1rem;

}
h1, h2, h3, h4, h5, h6 {
	
	font-weight: bold;
}
body {
	font-size: 1rem;
	color: #000;
	word-wrap: break-word;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #1c9058;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0 auto;
	line-height: 0px;
	zoom: 1;
	font-size: 1px;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.wrap {
	max-width: 1420px;
	padding: 0 10px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
.wrap {
	max-width: 1380px;
}
}
@media screen and (max-width: 1440px) {
.wrap {
	max-width: 1260px;
}
}
@media screen and (max-width: 1280px) {
.wrap {
	max-width: 1120px;
}
}
@media screen and (max-width: 1024px) {
.wrap {
	max-width: 920px;
}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mid {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.block {
	display: block;
}
@font-face {
	font-family: "1";
	src: url("../font/1.woff2") format("woff2"),  url("../font/1.woff") format("woff"),  url("../font/1.ttf") format("truetype"),  url("../font/1.eot") format("embedded-opentype"),  url("../font/1.svg") format("svg");
}
@font-face {
	font-family: "1";
	src: url("../font/impact.woff2") format("woff2"),  url("../font/impact.woff") format("woff"),  url("../font/impact.ttf") format("truetype"),  url("../font/impact.eot") format("embedded-opentype"),  url("../font/impact.svg") format("svg");
}
