.banner {
	height: 925px;
	width: 100%;
	background-image: url('../images/projectsInUS/4.Project in US.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: 350px;
}
.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;
	gap: 60px;
	overflow-x: auto;
	width: 100%;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.box1 > .list > .item {
	background-color: #f2f2ee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	overflow: hidden;
	width: calc(33.3% - 60px);
	min-width: 0;
	flex: 0 0 auto;
}
.box1 > .list > .item > .cover {
	width: 100%;
	transition: transform .3s ease-in-out;
}
.box1 > .list > .item > .cover:hover {
	transform: scale(1.1);
}
.box1 > .list > .item > .bottom {
	padding: 40px 20px;
	box-sizing: border-box;
}
.box1 > .list > .item > .bottom > .label {
	font-size: 28rpx;
	color: #071b3c;
	font-weight: 700;
	text-wrap: initial;
}
.box1 > .list > .item > .bottom > .info {
	margin-top: 10px;
	gap: 20px;
}
.box1 > .list > .item > .bottom > .info > .address > .icon {
	width: 30px;
	height: 30px;
}
.box1 > .list > .item > .bottom > .info > .address > .name {
	font-size: 16px;
	color: #16253b;
	margin-left: 8px;
}
.box1 > .list > .item > .bottom > .info > .tag {
	font-size: 16px;
	color: #16253b;
	border: 2px solid #ffc42d;
	border-radius: 8px;
	padding: 2px 15px;
	box-sizing: border-box;
}
.box1 > .list > .item > .bottom > .text {
	font-size: 16px;
	color: #16253b;
	margin-top: 20px;
	line-height: 28px;
}
.box2 {
	background-color: #f2f2ee;
	padding: 50px 6%;
	box-sizing: border-box;
	gap: 50px;
}
.box2 > .left > .title {
	font-size: 24px;
	color: #ffc42d;
}
.box2 > .left > .label {
	font-size: 32px;
	color: #16253b;
	font-weight: 700;
	margin-top: 12px;
}
.box2 > .left > .desc {
	font-size: 16px;
	color: #16253b;
	margin-top: 20px;
}
.box2 > .list {
	gap: 20px;
	overflow-x: auto;
	width: 100%;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.box2 > .list  > .item {
	background-color: #ffffff;
	border-radius: 24px;
	padding: 20px;
	box-sizing: border-box;
	flex: 0 0 auto;
	min-width: 0;
	width: calc(33.3% - 20px);
}
.box2 > .list  > .item >.symbol {
	width: 26px;
	height: 26px;
}
.box2 > .list  > .item >.desc {
	height: 150px;
	font-size: 16px;
	color: #16253b;
	margin-top: 20px;
}
.box2 > .list  > .item >.name {
	font-size: 18px;
	color: #16253b;
	margin-top: 50px;
}
.box2 > .list  > .item >.end {
	font-size: 16px;
	color: #16253b;
	margin-top: 12px;
}