body,
ul,
li,
a,
img,
table,
tr,
td,
h1,
h2,
h3,
form,
p {
	margin: 0;
	padding: 0;
}

body {
	/* background: url(../images/background.jpg) no-repeat center center;
	width: 100%;
	background-size: cover; */
	font-family: 微软雅黑, Segoe UI, Arial sans-serif;
}

li {
	list-style: none;
	/* 表单无样式*/
}

a {
	text-decoration: none;
	display: inline-block;
}

img {
	display: block;
}

p {
	font-family: 微软雅黑;
	text-align: center;
}

#top {
				/* 固定定位 */
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				/* 弹性布局 */
				display: flex;
				/* 将元素靠边对齐 */
				justify-content: space-between;
				align-items: center;
				padding: 5px 0px;
				z-index: 1000;
				/* 动画过渡 */
				transition: 0.6s;
			}

			#top>ul {
				display: flex;
				width: 1200px;
				margin: 0 auto;
				justify-content: center;
				align-items: center;
			}

			#top>ul>li>a {
				margin: 0 50px;
				color: #fff;
				font-family: 微软雅黑;
				font-size: 18px;
				letter-spacing: 2px;
				transition: 0.6s;
			}

			#logo {
				margin-top: 3px;
				margin-right: 50px;
			}

.banner {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(./images/banner_one.jpg) no-repeat;
	/* 保持原有尺寸比例，裁切长边 */
	background-size: cover;
	/* 图片定位正中间 */
	background-position: center center;
}

/* 鼠标滚动后，改变导航栏样式 */
#top.sticky {
				background: rgba(0, 0, 0, 0.2);
			}

			#top a:hover {
				color: #e8d143;
			}

#footer {
				width: 100%;
				height: 500px;
				background-color: #000;
				position: relative;
			}

			#footer_box {
				width: 1200px;
				height: 161px;
				margin: 0 auto;

			}

			#footer_box>ul>li {
				float: left;
			}

			#map {
				border-radius: 10px;
				margin: 60px 33px 25px 0px;
			}

			#con {
				margin-top: 60px;
				height: 225px;
			}

			#bottom {
				position: absolute;
				bottom: 0;
				right: 0;
			}

			#con a{
				font-size: 35px;
				color: #fff;
			}

			#con_picture {
				float: left;
				margin-left: 65px;
				padding-top: 55px;
			}

			#con_pictureone {
				float: left;
				margin-left: 25px;
				padding-top: 55px;

			}

			#copyright {
				width: 1200px;
				float: left;
				text-align: center;
				color: #fff;
				margin-top: 50px;
				font-size: 20px;
			}
