@charset "UTF-8";
body {
	margin: 0;
	padding: 0;

	font-size: 10px;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ";
}
+body {
	overflow-x: hidden;
}
input,
button,
div,
html,
body,
p,
table,
ul,
ol,
dl,
li,
dt,
dd,
header,
section,
article,
img {
	border: 0px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
em,i{
list-style: none;
font-style: normal;
}
textarea {
	resize: none;
}

li {
	list-style: none;
}


.hr5,
.hr10,
.hr15,
.hr20,
.hr30,
.hr40,
.hr45,
.hr50 {
	line-height: 0;
	font-size: 0;
	clear: both;
}

.hr5 {
	height: 5px;
}

.hr10 {
	height: 10px;
}

.hr15 {
	height: 15px;
}

.hr20 {
	height: 20px;
}

.hr30 {
	height: 30px;
}

.hr40 {
	height: 40px;
}

.hr45 {
	height: 45px;
}

.hr50 {
	height: 50px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.cont {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.clearfix:after{
	content:" ";
	display: block;
	clear: both;
	height: 0px;
}






.marbot_5{
	margin-bottom: 5px;
}
.marbot_10{
	margin-bottom: 10px;
}
.marbot_15{
	margin-bottom: 15px;
}
.marbot_20{
	margin-bottom: 20px;
}
.marbot_25{
	margin-bottom: 25px;
}
.marbot_30{
	margin-bottom: 30px;
}