body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

h1 {
	margin-top: 0px;
}

p {
	margin-top: 0;
	line-height: 27px;
}

hr {
	border:0.7px solid #2d3436;
	margin-top:35px;
	margin-bottom:35px;
}

.head {
	margin: 0 auto;
	overflow: hidden;
	background: url(../image/img-head.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	height: 560px;
}

.box {
	margin: 0 auto;
	overflow: hidden;
	height: 120px;
	background: rgba(255,255,255,.65);
	border-bottom: 2px solid #fff;
}

.main {
	width: 1200px;
	margin: 0 auto;
	height: 120px;
}

.title {
	float: left;
	height: 60px;
	width: 1200px;
	text-align: center;
}

.title h1 {
	margin-top: 14px;
}

.title a {
	color: #2f3640;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.title a:hover {
	color: #2f3640;
}

.menu-area {
	float: left;
	width: 1200px;
	height: 40px;
	text-align: center;
}

.menu-area ul {
	padding-left: 0;
	list-style: none;
	margin-top: 15px;
}

.menu-area li {
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
}

.menu-area a {
	color: #2f3640;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-area a:hover {
	text-decoration: underline;
}

.pointer {
	margin: auto;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	display: block;
	text-align: center;
	border-bottom: 40px solid #fff;
	margin-top: 400px;
}

.main-wrapper {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
	background: #FFF;
	margin-top: 40px;
}

.sidebar {
	width: 270px;
	float: right;
	padding: 25px 15px 15px 15px;
	border: 1px dotted #039;
	background: rgb(248,248,248);
	margin: 65px 0px 20px 20px;
}

.sidebar p {
	line-height: 30px;
}

.sidebar a {
	color: #039;
	text-decoration: underline;
}

.sidebar a:hover {
	text-decoration: none;
	color: #000;
}

.footer {
	margin: 0 auto;
	text-align: center;
	height: 60px;
	background: #2d3436;
	overflow: hidden;
}

.footer p {
	color: #fff;
	text-transform: uppercase;
	margin-top: 16px;
}
