@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 {
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	line-height: 50px;
}

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;
}

.section1 h1 {
	font-size: 30px;
	margin-bottom: 25px;
}

.section1 p {
	margin-bottom: 35px;
}

.mainbox {
	text-align: center;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.section2 {
	padding: 25px 0 10px;
}

.section2 h2 {
	text-align: center;
	font-size: 35px;
	color: #000;
	margin-bottom: 20px;
}

.section2 hr {
	border-color: #a479e7;
	display: block;
	margin: 0 auto;
	width: 90px;
	margin-bottom: 35px;
}

.section2 p {
	font-size: 17px;
	color: #878484;
	margin-bottom: 20px;
	line-height: 25px;
}

.section2 ul {
	margin-bottom: 15px;
}

.section2 li {
	font-size: 17px;
	color: #878484;
	margin-bottom: 5px;
}

.section3 {
	padding: 25px 0 10px;
	color: #878484;
}

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;
	}
}