﻿body,
html {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	background-color: white;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: "microsoft yahei";
	min-width: 1200px;
	background-color: #041938;
}
* {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
}
a {
	text-decoration: none;
}
.nav {
	width: 1200px;
	margin: 0 auto;
}
.nav img {
	float: left;
	margin-top: 10px;
}
.nav ul {
	float: right;
	list-style-type: none;
}
.nav ul li {
	float: left;
	margin-left: 35px;
	padding: 15px 10px;
}
.nav ul .special-li {
	background: url(images/guang.png) center;
	border-bottom: 2px solid white;
}
.nav ul li a {
	color: #007AFF;
}
.banner {
	width: 100%;
	display: block;
}
.section-auto {
	width: 100%;
	background: url(images/back_3.jpg) no-repeat center center;
	background-size: 100% 100%;
	/*使用滤镜*/
	background: none\9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_3.jpg', sizingMethod='scale');
	padding: 150px 0;
}
}
.section {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 250px;
	padding-top: 100px;
}
.section .imgArr {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section .imgArr img {
	margin-left: 60px;
	cursor: pointer;
	float: left;
}
.section .imgArrs {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section .imgArrs img {
	margin-left: 25px;
	float: left;
	cursor: pointer;
}
.section .imgArrss {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section .imgArrss img {
	margin-left: 60px;
	float: left;
	cursor: pointer;
}
.section .content {
	color: white;
	width: 900px;
	margin: 0 auto;
	padding: 15px 10px;
	border: 1px solid #007AFF;
	border-radius: 15px;
}
.section .content2 {
	color: white;
	width: 900px;
	margin: 0 auto;
	padding: 15px 10px;
	border: 2px solid #007AFF;
	border-radius: 15px;
	margin-top: 35px;
}
.section .content2 p {
	text-align: center;
	line-height: 30px;
}
.section .content p {
	text-align: justify;
	text-indent: 2em;
	line-height: 30px;
}
.section .content img {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.section .contentImg {
	display: block;
	margin: 0 auto;
}
.swiper-container {
	width: 865px;
	height: 535px;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer {
	width: 100%;
	padding: 10px 0;
	color: white;
	text-align: center;
}
.footer a {
	color: white;
}