﻿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;
}
a {
	text-decoration: none;
}
.nav {
	width: 1000px;
	margin: 0 auto;
}
.nav ul {
	list-style-type: none;
}
.nav ul li {
	float: left;
	margin-left: 55px;
}
.nav ul li a {
	padding: 15px 10px;
	font-weight: bolder;
	font-size: 18px;
	color: black;
	display: block;
}
.nav ul li .sp-a {
	background-color: #004199;
	color: white;
}
.banner {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.section {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.section .title {
	display: block;
	margin-bottom: 25px;
	width: 100%;
}
.section .city-section {
	width: 800px;
	display: block;
	margin: 0 auto;
}
.section .city-section .city-content-s {
	width: 395px;
	float: left;
	height: 395px;
	margin-bottom: 5px;
}
.section .city-section .city-content-q {
	width: 395px;
	float: left;
	height: 395px;
	margin-bottom: 5px;
}
.section .city-section .city-content-s h3 {
	margin-left: 50px;
	margin-top: 50px;
}
.section .city-section .city-content-s P {
	width: 295px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
	margin-left: 50px;
	margin-top: 25px;
}
.section .city-section .city-content-q h3 {
	margin-left: 50px;
	margin-top: 50px;
}
.section .city-section .city-content-q P {
	width: 295px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
	margin-left: 50px;
	margin-top: 25px;
}
.section .city-section .mar-right {
	margin-right: 5px;
}
.section .city-section .q-back {
	background-color: #f3f7fc;
}
.section .city-section .s-back {
	background-color: #e8eff9;
}
.section .title-text {
	margin-left: 100px;
	margin-top: 50px;
}
.section .logo-content {
	width: 800px;
	margin: 0 auto;
}
.section .logo-content p {
	margin-bottom: 70px;
}
.section .logo-content p .img1 {
	margin-bottom: -32px;
}
.section .logo-content p .img2 {
	width: 73%;
	margin-bottom: -27px;
}
.section .center-img {
	width: auto;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.footer {
	width: 100%;
	padding: 5px 0;
	background-color: #004199;
	text-align: center;
	color: white;
}
.section .title-p {
	background: url(images/title-back-img.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px 0;
	text-align: center;
	width: 200px;
	color: white;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 50px;
}
.section2 h1 {
	text-align: center;
	margin-bottom: 15px;
}
.section2 h2 {
	margin-bottom: 15px;
	color: #004199;
}
.section2 h3 {
	margin-bottom: 10px;
}
.section2 p {
	text-align: justify;
	line-height: 30px;
}
.section2 .center {
	text-align: center;
}
.section2 .indent{
	text-indent: 2em;
}
.section2 a{
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section2 a img{
	display: block;
	margin: 0 auto;
}