@charset "utf-8";/* CSS Document */
html {
}
a, a:hover {
	text-decoration: none;
	color: #000;
}
* {
	outline: none;
}
body {
	background: #e9e9e9 none repeat scroll 0 0;
	color: #101820;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
}
h1 {
	font-size: 46px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}
.couon {
	display: block;
}
#part1 {
	background: rgba(0, 0, 0, 0) url("../images/banner1.jpg") repeat scroll 0 0 / cover;
	color: #fff;
	width: 100%;
	overflow: hidden;
	height: 610px;
	text-align: center;
}
#part1 h1 {
	font-size: 60px;
	margin: 70px auto 10px;
	width: 1060px;
}
#part1 h2 {
	font-size: 27px;
	font-weight: 300;
	margin: 50px 0 24px;
}
#part2 {
	background: #e9e9e9;
	width: 100%;
	height: 65px;
}
.wrapin {
	max-width: 1200px;
	margin: 31px auto 0;
	font-size: 12px;
}
.copyr {
	font-size: 12px;
	text-align: right;
	margin-top: -19px;
}
#goto {
	cursor: pointer;
	font-size: 24px;
	margin: 21px auto;
	padding: 8px;
	width: 298px;
}
