* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
}

li {
	list-style: none;
}

.w {
	width: 1210px;
	margin: 0 auto;
}

p {
	padding-bottom: 26px;
	color: #999999;
}

img {
	width: 100%;
	height: 100%;
}

input,
textarea {
	border: 0;
	background-color: #EEEEEE;
	outline: none;
}

/* 首页导航 */
.header {
	position: relative;
	width: 100%;
	height: 50%;
	/* height: 880px; */
}

.header>img {
	width: 100%;
	height: 100%;
}

.header>.nav {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.header>.nav>.logo {
	width: 133px;
	height: 60px;
	font-size: 0;
}

.header>.nav>.logo img {
	width: 100%;
	height: 100%;
}

.header>.nav>.nav_bar {
	display: flex;
}

.header>.nav>.nav_bar li {
	padding: 0 15px;
}

.header>.nav>.nav_bar li>a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.header>.nav>.nav_bar li>a:hover {
	color: #CCB255;
}

.active {
	color: #CCB255;
}

/* 关于我们 */
#about {
	position: relative;
	z-index: 999;
	/* height: 362px; */
	height: 40%;
	margin-top: -10%;
}

.main>#new {
	padding-bottom: 58px;
}

.main .show_title {
	padding-top: 36px;
	padding-bottom: 42px;
	text-align: center;
}

.main .line {
	display: inline-block;
	width: 52px;
	height: 3px;
	background: #C8AC48;
}

.main>#why {
	width: 100%;
	height: 50%;
	margin-top: 67px;
}

.main>#team {
	position: relative;
	width: 100%;
	/* height: 729px; */
	height: 55%;
	margin-top: 64px;
}

.main>#team>.show_title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}

.main>#map {
	width: 100%;
	/* height: 662px; */
	height: 60%;
	background: #EEEEEE;
	padding-bottom: 88px;
}

.main>#map>.contact {
	width: 100%;
	height: 387px;
	display: flex;
	justify-content: center;
}

.main>#map>.contact>img {
	/* width: 700px; */
	width: 40%;
	height: 100%;
	margin-right: 43px;
}

.main>#map>.contact>.form {
	width: 30%;
	height: 100%;
}

.main>#map>.contact>.form>.form_name {
	display: flex;
	/* width: 469px; */
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #C8AC48;
	padding: 0 22px;
	border-radius: 10px;
	margin-bottom: 22px;
	color: #666666;
}

.main>#map>.contact>.form>.form_name input {
	margin-top: 3px;
	font-size: 16px;
	margin-left: 10px;
}

.main>#map>.contact>.form>.form_textarea {
	/* width: 469px; */
	width: 100%;
	height: 130px;
	padding: 17px 22px;
	margin-bottom: 22px;
	border: 1px solid #C8AC48;
	border-radius: 10px;
	font-size: 16px;
	color: #666666;
	resize: none;
}

.main>#map>.contact>.form>.button {
	/* width: 469px; */
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #C8AC48;
	border-radius: 10px;
	font-weight: bold;
	color: #000000;
}

.main>#map>.contact>.form>.button:hover {
	cursor: pointer;
}

.footer {
	background: #0F0F0F;
}

.footer>#relation {
	width: 100%;
	height: 50%;
}

.footer>.copy {
	width: 100%;
	height: 59px;
	line-height: 59px;
	background: #0F0F0F;
	text-align: center;
}

.footer>.copy>a {
	text-decoration: none;
	font-weight: bold;
	color: #565656;
}

/*分辨率低于1280，采用下面的样式*/

@media (min-width: 1024px) {
	body {
		font-size: 14px
	}

	.w {
		width: 600px;
		margin: 0 auto;
	}
}

/*>=1024的设备*/

@media (min-width: 1100px) {
	body {
		font-size: 16px
	}

	.w {
		width: 800px;
		margin: 0 auto;
	}
}

/*>=1100的设备*/
@media (min-width: 1280px) {
	body {
		font-size: 16px;
	}

	.w {
		width: 1000px;
		margin: 0 auto;
	}
}

/*>=1280的设备*/

@media (min-width: 1366px) {
	body {
		font-size: 16px;
	}

	.w {
		width: 1000px;
		margin: 0 auto;
	}
}

@media (min-width: 1440px) {
	body {
		font-size: 16px;
	}

	.w {
		width: 1200px;
		margin: 0 auto;
	}
}

@media (min-width: 1680px) {
	body {
		font-size: 16px;
	}

	.w {
		width: 1210px;
		margin: 0 auto;
	}
}

@media (min-width: 1920px) {
	body {
		font-size: 16px;
	}

	.w {
		width: 1220px;
		margin: 0 auto;
	}
}
