/* f2 背景图  */
.contactus-bgtu {
	width: 100%;
	height: 0;
	padding-bottom: 23%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	padding-left: 10%;
	box-sizing: border-box;
	position: relative;
}

.contactus-bgtu h2 {
	color: #fff;
	font-size: 46px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* f3 二级导航栏 面包屑导航 */
.navList {
	width: 100%;
	background-color: rgba(240, 240, 240);
}

.NavList-1 {
	margin: 0 auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.NavList-2 {}

.NavList-2 li {
	height: 60px;
	line-height: 60px;
	text-align: left;
	float: left;
}

@media screen and (max-width: 500px) {
	.NavList-2 li {
		display: none;
	}
}

.NavList-2 li a {
	position: relative;
}

.NavList-more {
	position: relative;
}

.more1 {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}

.more::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	right: 0px;
}

.more {
	padding: 0 30px 0 30px;
}

/* 面包屑导航 */
.nav-bread {
	height: 60px;
	line-height: 60px;
}


/* f4 正文内容 */
.contactus-main {
	width: 100%;
}

.contactus-main1 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding-top: 66px;
	padding-bottom: 60px;
}

.contactus-main1-left {
	width: 50%;
	margin-right: 50px;
	font-size: 14px;
	color: rgba(135, 135, 135);
}

.contactus-main1-left p {
	line-height: 38px;
}

.information {
	margin-top: 22px;
	font-size: 14px;
}

.contactus-main1-right {
	width: 50%;
}

.contactus-main2 {
	width: 100%;
	margin-bottom: 70px;
}

.contactus-right-img {
	width: 100%;
}

/* 百度 */
.baidu-map {
	width: 90%;
	margin: 0 auto;
	height: 600px;
}

@media screen and (max-width: 1200px) {
	.contactus-main1-left {
		margin-right: 30px;
	}

	.contactus-main1-left p {
		line-height: 35px;
	}

	.contactus-main1 {
		width: 94%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.baidu-map {
		width: 94%;
	}

	.contactus-main2 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1100px) {
	.contactus-main1 {
		width: 96%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.baidu-map {
		width: 96%;
		height: 500px;
	}

	.contactus-main2 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1000px) {
	.contactus-main1-left p {
		line-height: 30px;
	}
}

@media screen and (max-width: 900px) {
	.contactus-main1-left {
		margin-right: 10px;
	}

	.contactus-main1-left p {
		line-height: 24px;
	}
}

@media screen and (max-width: 800px) {
	.contactus-bgtu {
	padding-bottom: 48%;
	background-size: cover;
	}
	.contactus-bgtu h2 {
		font-size: 38px;
	}

	.contactus-main1 {
		flex-direction: column;
	}

	.contactus-main1-left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.contactus-main1-left p {
		line-height: 38px;
	}

	.contactus-main1-right {
		width: 100%;
	}

	.contactus-right-img {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.contactus-main1 {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.contactus-main2 {
		margin-bottom: 30px;
	}

	.baidu-map {
		height: 400px;
	}
}