@charset "utf-8";

/* START*/
.down-content{
	width: 100%; min-height: 600px;
}
.down-banner{
	width: 100%; height: 17vw; min-height: 240px; background-image: url(/images/2023/main/down-banner.jpg); background-repeat: no-repeat; background-position: right top; background-size: cover; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center;
}
.down-banner>div{
	width: 90%; max-width: 700px;
}
.down-banner .title{
	font-size: 42px; text-transform: uppercase; font-weight: 600;
}
.down-ss{
	width: 90%; max-width: 400px; margin: 1vw auto 0; display: flex;
}
.down-ss .s-text{
	width: 85%; border: 0; background-color: #fff; margin: 0; padding-left: 1vw; outline: none; height: 42px; border-radius: 21px 0 0 21px;
}
.down-ss .down-submit{
	width: 15%; border: 0; margin: 0; padding: 0; background: url(/images/2023/main/down-ss.png) center center no-repeat; background-size: 20px; height: 42px; background-color: #fff; border-radius: 0 21px 21px 0;
}
.down-context{
	width: 100%; min-height: 30vw; background-color: #f0f5fa;
}
.down-context>div{
	width: 90%; max-width: 1300px; margin: auto; padding: 2vw 0 4vw; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;
}
.product-list{
	width: 25%; padding: 8px;
}
.product-list>div{
	width: 100%; min-height: 15vw; background-color: #fff; padding: 1vw 2vw 5px;
}
.pro-name{
	text-align: center; font-size: 0.9vw; border-bottom: 1px solid #cfd1d3; padding-bottom: 0.5vw;
}
.pro-img{
	width: 100%;
}
.down-text{
	width: 100%; min-height: 6.2vw;
}
.down-text>div{
	display: flex; justify-content: space-between; align-items: center; line-height: 2vw; font-size: 0.8vw; border-top: 1px solid #cfd1d3;
}
.down-text img{
	width: 30px;
}
@media (max-width:1200px) {
	.product-list{
		width: 33.33%;
	}
	.pro-name{
		font-size: 1.5vw;
	}
	.down-text{
		min-height: 105px;
	}
	.down-text>div{
		line-height: 35px; font-size: 12px;
	}
}
@media (max-width:882px) {
	.product-list{
		width: 50%;
	}
	.pro-name{
		font-size: 18px; line-height: 40px;
	}
}
@media (max-width:768px) {
	.down-banner .title{
		font-size: 32px;
	}
	.pro-name{
		font-size: 16px;
	}
}
@media (max-width:560px) {
	.product-list{
		width: 100%;
	}
}

/* END*/