.dropdown:nth-child(3) .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;
}


/*产品分类*/

.fenlei {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}

.fen {
	padding-bottom: 42px;
}

.fen div {
	display: flex;
	justify-content: flex-end;
}

.fen div a {
	width: 120px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.gs {
	background: #2E1F88;
	color: #fff!important;
}

.llb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zm {
	position: relative;
}

.fd {
	position: absolute;
	top: 38%;
	left: 44%;
	cursor: pointer;
	overflow: hidden;
	display: none;
}

.zm:hover .fd {
	display: block;
}

.zm:hover a {
	color: #312085;
}

.zm a {
	font-size: 18px;
	color: #333;
}

.zm a:nth-child(2) {
	padding: 28px 0!important;
	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%;
	}
	.zm {
		width: 32%;
	}
	.zm a:nth-child(1) img {
		width: 100%;
	}
	.fenlei {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media screen and (max-width:786px) {
	.zm {
		width: 49%;
	}
	.zm a:nth-child(2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16px;
	}
	.fen ul li {
		width: 25%;
	}
	.tu img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

@media screen and (max-width:375px) {
	.fen ul li {
		font-size: 15px;
	}
}