.banner {
	height: 925px;
	width: 100%;
	/*background-image: url('../images/contactUs/5.Contact 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: 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: 300px;
}
.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 13% 60px 13%;
	box-sizing: border-box;
}
.box1 > .head > .img {
	width: 75px;
}
.box1 > .head > .title {
	font-size: 33px;
	color: #16253b;
	font-weight: 700;
	margin-left: 20px;
}
.box1 > .form {
	justify-content: space-between;
	margin-top: 40px;
	gap: 66px;
}
.box1 > .form > .item {
	width: 100%;
}
.box1 > .form > .w50 {
	width: calc(50% - 66px);
}
.box1 > .form > .item > .label {
	font-size: 16px;
	font-weight: 700;
	color: #16253b;
	display: inline-block;
	position: relative;
}
.box1 > .form > .item > .required::before {
	content: "*";
	color: red;
	display: block;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.box1 > .form > .item > .input {
	margin-top: 10px;
	display: block;
	border: 1px solid #333333;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
	padding-left: 12px;
	box-sizing: border-box;
	width: 100%;
}
.box1 > .form > .item > .list {
	gap: 40px;
	margin-top: 30px;
}
.box1 > .form > .item > .list > .child {
	width: calc(50% - 40px);
	cursor: pointer;
}
.box1 > .form > .item > .list > .child > .checkbox {
	transform: scale(1.4);
}
.box1 > .form > .item > .list > .child > .text {
	font-size: 16px;
	color: #16253b;
	margin-left: 12px;
}
.box1 > .form > .item > .textarea {
	margin-top: 10px;
	display: block;
	border: 1px solid #333333;
	border-radius: 4px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
	padding-left: 12px;
	box-sizing: border-box;
	width: 100%;
}
.box1 > .form > .bottom {
	width: 100%;
}
.box1 > .form > .bottom > .left > .icon {
	width: 30px;
	height: 30px;
}
.box1 > .form > .bottom > .left > .label {
	font-size: 16px;
	color: #16253b;
	margin-left: 8px;
}
.box1 > .form > .bottom > .submit {
	background-color: #ffc42d;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 8px;
	outline: none;
	border: none;
	cursor: pointer;
}
.box2 {
	background-color: #ffffff;
	padding: 20px 13% 60px 13%;
	box-sizing: border-box;
}
.box2 > .head > .title {
	font-size: 24px;
	color: #16253b;
	font-weight: 700;
}
.box2 .head  > .desc {
	font-size: 16px;
	color: #071b3c;
	font-weight: 700;
	margin-left: 50px;
}
.box2 > .list {
	margin-top: 40px;
	gap: 36px;
}
.box2 > .list > .line {
	width: 2px;
	background-color: #e5e5dd;
	height: 80px;
}
.box2 > .list > .item > .img {
	width: 50px;
}
.box2 > .list > .item > .right {}
.box2 > .list > .item > .right > .text {
	font-size: 16px;
	color: #16253b;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}
section.box2 > ul > li{
	width: 33%;
}