@charset "utf-8";
html {
	-overflow-y: scroll;
}

body {
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #666;
	background: #fff;
	font-family: "微软雅黑";
}

article, aside, blockquote, body, dd, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, legend, li, menu, nav, ol, p, pre, section, table, td, th, ul {
	margin: 0;
	padding: 0;
}

fieldset, img, table, td, th {
	border: 0;
}

address, caption, cite, code, dfn, em, i, ins, mark, meter, output, th, time, var {
	font-style: normal;
	text-decoration: none
}

h1, h2, h3, h4, h5, h6, th {
	font-size: 100%;
	font-weight: 400;
}

button, input, select, table, textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

q:after, q:before {
	content: ""
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption, th {
	text-align: center;
	border: 1px solid #c8c8c8;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}

a, img, button, input, textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
	text-decoration: none;
	outline: 0;
}

img {
	display: block;
	border: none;
}

input {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

.clearfix:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

#wrap {
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	margin: auto
}

.header {
	width: 980px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	margin: 0 auto;
	position: relative;
}

.logo-container {
	width: 130px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 5;
}

.banner-container {
	overflow: hidden;
	width: 100%;
	height: 530px;
	background: -webkit-linear-gradient(left, #fb5833, #fb8d2c);
	position: relative;
	margin-bottom: 60px;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	padding-top: 60px;
}

.left-container, .rigth-container {
	width: 360px;
	height: 440px;
	float: left;
}

.left-container > img {
	float: right;
	margin-right: 60px;
}

.rigth-container {
	overflow: hidden;
	width: 620px;
	text-align: left;
}

.rigth-container > h3 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

.rigth-container > h3 > span {
	letter-spacing: 5px;
	border-bottom: 4px solid #fff;

}

.rigth-container > p {
	font-size: 16px;
	color: #fff;
	text-align: justify;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding-right: 40px;
}

.white-circle {
	width: 150%;
	height: 300px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: -25%;
	bottom: -70px;
	z-index: 1;
}

.flgContainer {
	width: 580px;
	padding-top: 30px;
}

.flg-btn-container {
	width: 250px;
	float: left;
	padding-top: 22px;
}

.flg-btn-container > img {
	display: block;
	width: 190px;
	height: auto;
	margin-bottom: 20px;
	cursor: pointer;
}

.code-container {
	width: 220px;
	float: left;
}

.code-container > img {
	display: block;
	width: 156px;
	height: 156px;
}

.container > h2 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 60px;
}

.container > h2 > span {
	border-bottom: 2px solid #333;
}

.container > ul {
	width: 90%;
	margin: 0 auto;
	padding: 60px 5% 0 5%;
}

.container > ul > li {
	width: 33.3%;
	height: 300px;
	float: left;
}

.container > ul > li > img {
	margin: 10px auto;
}

.container > ul > li > p {
	font-size: 12px;
	color: #9c9c9c;
	line-height: 20px;
	text-align: justify;
	padding: 20px 40px 0 40px;
}

.container > ol {
	width: 100%;
	padding-top: 80px;
}

.container > ol > li {
	width: 21%;
	height: 410px;
	float: left;
	border-radius: 6px;
	background: #f7f7f7;
	margin: 0 2%;
}

.container > ol > li > img {
	margin: 15px auto 0;
}

.container > ol > li > p {
	font-size: 12px;
	color: #777;
	line-height: 20px;
	text-align: center;
	padding: 10px 30px 15px 30px;
}

.copyright {
	text-align: center;
	line-height: 20px;
	font: normal 14px/24px '微软雅黑';
	background: #f7f7f7;
	margin-top: 180px;
	padding: 40px 0;
}

