.dropdown:nth-child(6) .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;
}


/*加入我们*/

.join {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}

.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;
}

.zp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zp1 {
	width: 49%;
	padding: 30px 40px 30px 40px;
	border: solid #b6b2b2 1px;
	margin-bottom: 30px;
}

.cj1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 20px;
}

.cj1 p:nth-child(1) {
	font-size: 22px;
	color: #333;
}

.cj1 p:nth-child(2) {
	color: #777;
}

.cj2 a {
	color: #777;
	line-height: 28px;
}

.cj3 {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.ccj1 ul {
	display: flex;
}

.ccj1 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 30px;
	background-color: #F3F3F3;
	margin-right: 10px;
	padding: 0 10px;
}

.ccj1 ul li a {
	color: #333;
}

.zp1:hover {
	background-color: #2E1F88;
	transition: 0.2s;
}

.zp1:hover .cj1 p {
	color: #fff;
}

.zp1:hover .cj2 a {
	color: #fff;
}

.zp1:hover .cj3 ul li {
	background-color: #fff;
}

.zp1:hover .cj3 ul li a {
	color: #2E1F88;
}

.lw {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.ys {
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: ;
	margin-right: 5px;
	border-radius: 5px;
}

.gg {
	color: #fff!important;
}

.yb {
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: ;
	margin-right: 5px;
	border-radius: 5px;
	background-color: #F2F4F7;
}

.ys a {
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yb a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ys1 {
	background-color: #fff!important;
}

.ys:hover {
	background-color: #2E1F88;
}

.ys:hover a {
	color: #fff;
}

.ys2 {
	background-color: #2E1F88!important;
}

@media screen and (max-width:1200px) {
	.weizhi {
		padding-left: 2%;
		padding-right: 2%;
	}
	.join {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media screen and (max-width:768px) {
	.zp1 {
		width: 100%;
	}
	.jian1 p:nth-child(1) {
		font-size: 25px;
	}
	.tu img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}