.banner .pro {
	max-height: 350px;
}

.proleft .list {
	border: 1px solid #ccc;
}

.proleft .list h2 {
	padding: 15px 0 0 15px;
	font-size: 18px;
}

.proleft .list ul {
	width: 100%;
	padding-left: 0;
}

.proleft .list li {
	width: 100%;
	height: 64px;
	border-top: 1px solid #000;
	line-height: 64px;
	padding-left: 25px;
}

.proleft .list li:nth-child(-n+4) {
	padding-left: 35px;
}

.proleft .list li .proimg {
	width: 100px;
	float: left;
	height: 50px;
	overflow: hidden;
}

.proleft .list li:nth-child(-n+4) .proimg {
	width: 90px;
}

.proleft .list li .proimg img {
	max-width: 55px;
	max-height: 40px;

}

.proleft .list ul li:hover {
	background-color: #eaeaea;
	transition: 0.5s;
}

.proleft .list ul li:hover a {
	color: #000;
}

.proleft .list ul li:hover img {
	transition: filter 0.5s ease;
	filter: grayscale(100%);
	/* 图片变灰 */
}

.proleft .tel {
	padding: 20px 0;
	text-align: center;
}

.pro-1 {
	padding: 15px 0;
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 25px;
}

.pro-1 h3 {
	font-size: 21px;
}

.proright .zxdh {
	margin-top: 45px;
}

.zxdh button {
	padding: 5px 10px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	border-radius: 8px;
}

.zxdh:hover span {
	color: #00007f;
}

.zxdh:hover button {
	color: #fff;
	background-color: #00007f;
	transition: all 0.5s;
}

.zxdh button i {
	padding-right: 5px;
}

.zxdh span {
	padding: 5px 10px;
	font-size: 18px;
}

.single-team-box {
	border: 1px solid #dbdce6;
	padding: 20px 15px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s;
	height: 290px;
	overflow: hidden;
}

.single-team-box:hover {
	border-radius: inherit;
	border: 1px solid #6a4bc4;
	transition: 0.3s;
	transform: translateY(-10px);
}

.team-thumb img {
	width: 100%;
	max-height: 200px;
}

.single-team-content {
	padding: 12px 10px 22px;
	height: 80px;
}

.single-team-content h4 {
	font-size: 15px;
	margin: 0 0 10px;
	color: #6a4bc4;
	transition: 0.3s;
}

.single-team-content span {
	color: #858aa7;
	font-size: 14px;
	line-height: 1.2;
	transition: 0.3s;
}

.propage p a {
	border: 1px solid #eee;
	padding: 5px 7px;
}

.pd-des {
	font-size: 16px;
	color: #aa0000;
	padding-top: 15px;
}

/* =========================================s
			mobile  css
 ============================================*/
@media (max-width: 575px) {
	.banner .pro {
		padding-top: 55px;
	}

	.proleft .list ul li {
		display: inline-block;
		width: 23.5%;
		border: none;
		padding-left: 0;
		text-align: center;
	}

	.proleft .list {
		border: none;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}

	.proleft .list li:nth-child(-n+4) {
		padding-left: 0px;
	}

	.proleft .tel {
		display: none;
	}

	.proright .pro-1 img {
		max-width: 280px;
	}

	.proright .zxdh {
		text-align: center;
		margin-top: 25px;
	}

	.zxdh span {
		padding-top: 15px;
		padding-left: 5px;
		font-size: 16px;
	}

	.footer__widgets h6 {
		margin-bottom: calc(1.34375rem);
	}

	.footer_contact .text {
		padding-bottom: 15px;
	}
}