.dropdown:nth-child(7) .dropbtn a {
	color: #312085;
	border-bottom: solid 1px #312085;
	font-weight: 600;
}


/*图片*/

.tu {
	width: 100%;
	overflow: hidden;
}

.tu img {
	width: 100%;
}


/*位置*/

.weizhi {
	width: 100%;
	overflow: hidden;
	padding-top: 16px;
	padding-bottom: 46px;
}

.wz {
	font-size: 14px;
	color: #777;
}

.wz a {
	font-size: 14px;
	color: #777;
}


/*联系我们*/

.contact {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}

.jian1 {
	text-align: center;
}

.jian1 p:nth-child(1) {
	font-size: 30px;
	color: #333;
	padding-bottom: 7px;
}

.jian1 p:nth-child(2) {
	font-size: 16px;
	color: #777;
	padding-bottom: 37px;
}

.map img {
	width: 100%;
}

.rexian {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

.rx {
	text-align: center;
	padding-top: 43px;
	flex: 1;
}

.rx p:nth-child(2) {
	font-size: 18px;
	color: #2E1F88;
	padding-top: 17px;
	padding-bottom: 20px;
}

.rx p:nth-child(3) {
	font-size: 22px;
	color: #2E1F88;
}

.xin1 {
	display: flex;
	justify-content: space-between;
}

.xin1 input {
	width: 32%;
	height: 50px;
	border: 0px;
	border-bottom: solid #d8d4d4 2px;
	background: none;
	outline: none;
}

.xin2 {
	padding-top: 20px;
}

.xin2 textarea {
	width: 100%;
	height: 165px;
	padding-top: 20px;
	border: 0px;
	border-bottom: solid #d8d4d4 2px;
	background: none;
	outline: none;
}

.xin1 input:focus {
	border: 0px;
	border-bottom: solid #2E1F88 2px;
}

.xin2 textarea:focus {
	border: 0px;
	border-bottom: solid #2E1F88 2px;
}

.xin3 button {
	width: 120px;
	height: 36px;
	background-color: #2E1F88;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}

.xin3 {
	padding-top: 30px;
}

@media screen and (max-width:1200px) {
	.weizhi,
	.contact {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media screen and (max-width:768px) {
	.rexian {
		flex-wrap: wrap;
	}
	.rx {
		width: 50%;
	}
	.rx p:nth-child(3) {
		font-size: 16px;
	}
	.xin1 {
		flex-wrap: wrap;
	}
	.xin1 input {
		width: 100%;
		margin-bottom: 25px;
	}
	.tu img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.jian1 p:nth-child(1) {
		font-size: 25px;
	}
}