body {
	background: #f8f8f8;
}

.distributor {
	margin: 5rem auto !important;
	background-color: #ffffff;
}


.distributor .distributor-head {
	padding: 24px 60px;
	background-color: #143a94;

}

.distributor .distributor-head div {
	width: 60%;
	font-family: Arial, Arial;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}

.distributor .distributor-head div::first-letter{
	font-weight: bold;
	font-size: 28px;
}

.distributor .distributor-con {
	padding: 40px 60px;

}

.distributor .distributor-con .tit {
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 24px;
	color: #121418;
	margin-bottom: 24px;
}


.distributor .distributor-con .distributor-box {
	display: flex;
	flex-wrap: wrap;
}

.distributor .distributor-con .distributor-box div {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 24px;
}

.distributor .distributor-con .distributor-box div:nth-child(3n) {
	margin-right: 0;
}

.distributor .distributor-con .distributor-box div a {
	font-family: Arial, Arial;
	font-size: 20px;
	color: #121418;
	line-height: 28px;
	cursor: default;
}

.distributor .distributor-con .distributor-box div .bold-a {
	font-weight: 900;
	color: #181712;
}

/* 产品展示 */
.product {
	margin-bottom: calc(5rem - 20px) !important;
}



.product .product-list {
	display: flex;
	flex-wrap: wrap;
}

.product .product-list .product-item {
	width: calc((100% - 60px) / 4);
	height: 23.25rem;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	position: relative;
}

.product .product-list .product-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: default;
}

.product .product-list .product-item:nth-child(4n) {
	margin-right: 0;
}

.product .product-list .product-item .top {
	height: 17.25rem;
	padding: 1.6rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}


.product .product-list .product-item .top img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}


.product .product-list .product-item:hover .top img {
	transform: scale(1.2);
}

.product .product-list .product-item .item-line {
	border-top: 1px solid #E5E5E5;
}

.product .product-list .product-item .bot {
	padding: 1.6rem 2rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;


}

.product .product-list .product-item .bot div {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 20px;
	color: #121418;
	line-height: 28px;


}

.product .product-list .product-item .hover-line {
	display: none;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(90deg, #143A94 0%, #A82FBC 100%);
}

.product .product-list .product-item:hover .hover-line {
	display: block;
}

@media (max-width: 1680px) {
	.product .product-list .product-item .bot {
		padding: 1.6rem 2rem;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		height: 110px;
		display: flex;
		align-items: center;
		justify-content: center;
	
	
	}
	.distributor .distributor-head div {
		width: 70%;
	}
	.distributor .distributor-head div {
		width: 60%;
		font-family: Arial, Arial;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 28px;
	}
	
	.distributor .distributor-head div::first-letter{
		font-weight: bold;
		font-size: 26px;
	}
	.distributor .distributor-con .tit {
		font-size: 20px;
	}
	.distributor .distributor-con .distributor-box div a {
		font-size: 16px;
	}
}

@media (max-width: 1460px) {
	.product .product-list .product-item .bot {
		padding: 1.6rem 2rem;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	
	
	}
	.distributor .distributor-head {
		padding: 20px 40px;
	}

	.distributor .distributor-con {
		padding: 30px 40px;
	}

	.distributor .distributor-con .distributor-box div {
		margin-bottom: 15px;
	}

	.distributor .distributor-con .distributor-box div a {
		font-size: 15px;
	}

	.product .product-list .product-item {
		height: auto;
	}

	.product .product-list .product-item .bot {
		padding: 20px 30px;
	}

	.product .product-list .product-item .bot div {
		font-size: 14px;
		line-height: 24px;
	}

	.product .product-list .product-item .top {
		padding: 20px;
	}

	.product {
		margin-bottom: 40px !important;
	}

}

@media (max-width: 900px) {
	.product .product-list .product-item .bot {
		padding: 1.6rem 2rem;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	
	
	}
	.distributor .distributor-head {
		padding: 20px;
	}

	.distributor .distributor-head div {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.product .product-list .product-item .bot {
		padding: 15px 10px;
	}

	.product .product-list .product-item .bot div,
	.distributor .distributor-con .distributor-box div a {
		font-size: 16px;
		line-height: 20px;
	}

	.distributor .distributor-con .tit {
		font-size: 20px;
	}

}

@media (max-width: 750px) {

	.product .product-list,
	.distributor .distributor-con .distributor-box {
		justify-content: space-between;
	}

	.product .product-list .product-item {
		width: calc((100% - 20px) / 2);
	}

	.product .product-list .product-item {
		margin-right: 0;
	}

	.product .product-list .product-item .top {
		height: 30.25rem;
	}

	.distributor .distributor-con .distributor-box div {
		width: 46%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.product .product-list .product-item .bot {
		padding: 1.6rem 2rem;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		height:60px;
		display: flex;
		align-items: center;
		justify-content: center;
	
	
	}
	.product .product-list .product-item .top {
		padding: 10px;
	}

	.product .product-list .product-item .bot div,
	.distributor .distributor-con .distributor-box div a {
		font-size: 14px;
	}

	.distributor .distributor-con .distributor-box div {
		margin-bottom: 10px;
	}

	.distributor .distributor-con {
		padding: 20px 20px;
	}

	.distributor .distributor-con .distributor-box div a {
		display: block;
		word-break: break-all;
	}
}