.banner {
	height: 920px;
	width: 100%;
	/*background-image: url('../images/index/banner1.jpg');*/
	background-size: 100% 100%;
	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: 550px;
}
.banner > .left > .active {
	color: #ffc42d;
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.banner > .left > .active::before {
	content: "";
	width: 30%;
	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: 418px;
}
.banner > .left > .link {
	height: 52px;
	text-align: center;
	font-size: 18px;
	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: 16px;
	color: #071b3c;
	text-align: center;
	line-height: 38px;
	max-width: 640px;
	margin: auto;
	margin-top: 20px;
}
.box1 > .list {
	margin-top: 105px;
}
.box1 > .list > .item {
	padding: 0 60px;
	box-sizing: border-box;
}
.box1 > .list > .item > .img {
	width: 127px;
	height: 112px;
}
.box1 > .list > .item > .label {
	font-size: 24px;
	font-weight: 700;
	color: #071b3c;
	text-align: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.box1 > .list > .item > .label::before {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #ffc42d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.box1 > .list > .item > .text {
	font-size: 16px;
	color: #071b3c;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	max-width: 230px;
}
.box1 > .list > .line {
	width: 2px;
	background-color: #e6e6de;
	height: 350px;
}
.box2 {
	background-color: #ffffff;
	padding: 60px 15% 120px 15%;
	box-sizing: border-box;
}
.box2 > .title {
	font-size: 33px;
	font-weight: 700;
	color: #071b3c;
	text-align: center;
}
.box2 > .list > .item > .left {
	margin-right: 56px;
	display: flex;
	align-items: center;
}
.box2 > .list > .item > .left > .img {
	width: 110px;
	height: 110px;
}
.box2 > .list > .item > .right > .number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffc42d;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
}

.box2 > .list > .item > .right > .info {
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 2px solid #e5e5dd;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	margin-left: -15px;
}
.box2 > .list > .item:last-child > .right > .info {
	border-bottom: none;
}
.box2 > .list > .item > .right > .info::before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #e5e5dd;
	display: block;
	position: absolute;
	left: -10px;
	transform: translateX(-50%);
	top: 0px;
}
.box2 > .list > .item > .right > .info::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e5e5dd;
	display: block;
	position: absolute;
	left: -10px;
	transform: translateX(-50%);
	bottom: -5px;
}

.box2 > .list > .item:nth-child(1) > .right .info::before {
	height: 50%;
	top: 50%;
}
.box2 > .list > .item:last-child > .right .info::before {
	height: 50%;
}
.box2 > .list > .item:last-child > .right > .info::after {
	display: none;
}
.box2 > .list > .item > .right > .info > .label {
	font-size: 20px;
	color: #071b3c;
	font-weight: 700;
}
.box2 > .list > .item > .right > .info > .text {
	font-size: 16px;
	color: #071b3c;
	margin-top: 5px;
}
section.box2 > ul > li{
	height:200px
}