@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

header,
footer,
aside,
nav,
article,
section {
	display: block;
}

img {
	border: none;
}

ul {
	list-style: none;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 22px;
}

a {
	text-decoration: none;
}

h1,
h2,
ul,
li {
	margin-bottom: 15px;
}

h1 {
	font-size: 30px;
	color: #353535;
}

h2 {
	font-size: 18px;
	color: #353535;
}

body {
	background: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	color: #0a0a0a;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

header {
	width: 100%;
	padding: 15px 0 11px;
	background: #fff;
	border-bottom: solid #a479e7 1px;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	float: left;
}

nav {
	float: right;
	margin-top: 17px;
}

nav li {
	float: left;
}

nav li a {
	font-size: 18px;
	color: #666;
	padding: 10px 10px;
	margin: 0 3px;
}

nav li a:hover {
	color: #a479e7;
}

.section1 {
	background: url(banner_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 160px 0;
	color: #fff;
}

.button img {
	margin: 0 5px 10px;
}

.mainbox {
	text-align: center;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.section3 {
	padding: 25px 0 10px;
	color: #535353;
}

footer {
	background: #893eff;
	padding: 20px 0 5px;
	text-align: center;
}

footer p a {
	color: #FFF;
	margin: 0 15px;
	line-height: 30px;
}

footer p {
	color: #fff;
}

@media screen and (max-width:767px) {

	header,
	section,
	footer,
	.container {
		width: 100%;
	}

	.section1 {
		background: url(banner_bg.jpg) -420px 0 no-repeat;
		background-size: cover;
		padding: 120px 0 30px 0;
	}

	.desbox,
	.mainbox {
		width: auto;
		padding: 0 10px 0 15px;
	}
}