.banner {
	height: 925px;
	width: 100%;
	background-image: url('../images/products/2.Products.jpg');
	padding-left: 8%;
	box-sizing: border-box;
}
.banner > .left {
	padding-top: 150px;
	box-sizing: border-box;
}
.banner > .left > .title {
	font-size: 40px;
	font-weight: 700;
	color: #16253b;
	max-width: 420px;
}
.banner > .left > .active {
	color: #ffc42d;
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.banner > .left > .active::before {
	content: "";
	width: 20%;
	height: 2px;
	background-color: #ffc42d;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner > .left > .desc {
	font-size: 18px;
	color: #071b3c;
	margin-top: 30px;
	line-height: 36px;
	max-width: 320px;
}
.banner > .left > .link {
	height: 52px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #e5e5dd;
	background-color: #071b3c;
	border-radius: 2px;
	line-height: 52px;
	padding: 0 30px;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 30px;
	border-radius: 4px;
}
.banner > .left > .link > .jiantou {
	margin-left: 12px;
	color: #ffc42d;
}
.box1 {
	background-color: #ffffff;
	padding: 60px 10% 120px 10%;
	box-sizing: border-box;
}
.box1 > .title {
	font-size: 33px;
	font-weight: 700;
	color: #071b3c;
	text-align: center;
}
.box1 > .desc {
	font-size: 18px;
	color: #071b3c;
	text-align: center;
	margin-top: 20px;
	line-height: 38px;
}
.box1 > .list {
	margin-top: 105px;
}
.box1 > .list > .item {
	/* padding: 0 60px; */
	box-sizing: border-box;
}
.box1 > .list > .item > .img {
	width: 210px;
	transition: transform .3s ease-in-out;
}
.box1 > .list > .item > .img:hover {
	transform: scale(1.2);
}
.box1 > .list > .item > .label {
	font-size: 24px;
	font-weight: 700;
	color: #071b3c;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}
.box1 > .list > .item > .text {
	font-size: 16px;
	color: #071b3c;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	max-width: 240px;
}
.box1 > .list > .item > .href {
	font-size: 16px;
	color: #ffc42d;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
}
.box1 > .list > .line {
	width: 2px;
	background-color: #e6e6de;
	height: 350px;
}