html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: white;
	position: relative;
	font-family: "Microsoft Yahei", Arial;
	background-size: 100% 100%;
	min-width: 1200px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

* {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
}

.banner {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.nav-auto {}

.nav-auto .nav {
	float: right;
	list-style: none;
	margin-right: 400px;
}

.nav-auto .nav li {
	float: left;
	margin-right: 50px;
}

.nav-auto .nav li a {
	text-decoration: none;
	padding: 20px 35px;
	color: black;
	display: block;
	font-size: 18px;
	font-weight: bolder;
}

.nav-auto .nav li .sp-a {
	background-color: #4661ac;
	color: white;
}

.section {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background: url(../images/back.jpg) no-repeat;
	background-size: 100% 100%;
}

.section .section-content {
	width: 1000px;
	margin: 0 auto;
}

.section .section-content .index-content {
	position: relative;
	margin-bottom: 150px;
}

.section .section-content .index-content .title {
	display: block;
	margin-bottom: 25px;
}

.section .section-content .index-content .left-con {
	z-index: 222;
	width: 650px;
	background-color: #f7fcfe;
	text-align: justify;
	position: absolute;
	top: 100px;
	padding: 15px 15px;
}

.section .section-content .index-content .left-con p {
	text-indent: 2em;
	line-height: 30px;
}

.section .section-content .index-content .left-con .left-img {
	margin-top: 15px;
}

.section .section-content .index-content .con-img {
	float: right;
	display: block;
}

.section .section-content .index-content .center-content {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.section .section-content .index-content .center-content .num-img {
	float: left;
	display: block;
}

.section .section-content .index-content .center-content .right-content {
	float: right;
	width: 600px;
	position: relative;
	height: 229px;
}

.section .section-content .index-content .center-content .right-content .right-content-title {
	margin-bottom: 33px;
}

.section .section-content .index-content .center-content .right-content p {
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}

.section .section-content .index-content .center-content .right-content .bottom-img {
	width: 100%;
	bottom: 0;
	position: absolute;
}

.section .section-content .index-content .center-content .right-ccim {
	float: right !important;
}

.section .section-content .index-content .center-content .right-cccon {
	float: left !important;
	width: 550px !important;
}

.section .section-content .index-content .last-content {
	float: left;
	width: 700px;
}

.section .section-content .index-content .last-content p {
	line-height: 30px;
	text-align: justify;
}

.section .section-content .index-content .last-content a {
	text-decoration: none;
	color: #60b9ea;
	display: block;
	line-height: 30px;
}

.section .section-content .index-content .erweima {
	float: right;
	width: 250px;
}

.section .section-content .last-p {
	color: red;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 100px;
}

.footer {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #1679d3;
	color: white;
}