.dropdown:nth-child(5) .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;
}


/*合作伙伴*/

.hezuo {
	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;
}

.hu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hu1 {
	width: 24%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F3F3F3;
	margin-bottom: 17px;
}

.huu {
	display: none;
}

.hu1:hover {
	background-color: #fff;
	border: #2E1F88 solid 1px;
	transition: 0.2s;
	cursor: pointer;
}

.hu1:hover .huu1 {
	display: none;
}

.hu1:hover .huu {
	display: block;
}

.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%;
	}
	.hezuo {
		padding-left: 2%;
		padding-right: 2%;
		overflow: hidden;
	}
}

@media screen and (max-width:1024px) {
	.hu1 {
		width: 32%;
	}
}

@media screen and (max-width:768px) {
	.hu1 {
		width: 49%;
	}
	.tu img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

@media screen and (max-width:368px) {
	.jian1 p:nth-child(1) {
		font-size: 25px;
	}
}