.content .box1 {
	height: 7.3rem;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.box1 h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: normal;
	width: 9.28rem;
	margin: auto;
	margin-top: 48px;
	padding-bottom: 26px;
	border-bottom: 1px solid #FFFFFF;
}

.box2 {
	height: 6.94rem;
	overflow: hidden;
	display: flex;
}

.box2 > div {
	height: 100%;
}

.box2 .left {
	width: 55%;
}

.box2 .left > div {
	float: right;
	width: 63%;
	min-height: 4.5rem;
	margin-top: 74px;
	font-size: 14px;
	border-right: 1px solid #BDBDBD;
}

.box2 .left > div h4 {
	color: #000000;
	font-size: 18px;
	font-weight:normal;
	margin-left: 70px;
}

.box2 .left .item-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

.box2 .left .item {
	width: 50%;
	padding-bottom: 30px;
}

.box2 .left .item .top {
	margin: auto;
	padding-left: 70px;
}

.box2 .left .item .top h5 {
	color: #000000;
	font-size: 16px;
}

.box2 .left .item .top img {
	width: 66px;
	height: 66px;
	margin-top: 14px;
}

.box2 .left .item .top p {
	color: #676767;
	font-size: 12px;
	margin-top: 2px;
}

.box2 .left .item .bottom {
	height: 50px;
	line-height: 50px;
}

.box2 .left .item .bottom img {
	width: 34px;
	height: 35px;
	vertical-align: middle;
}

.box2 .left .item .bottom span{
	color: #676767;
	font-size: 12px;
	margin-left: 12px;
}

.box2 .right {
	width: 45%;
	font-size: 14px;
	padding: 1.22rem 0.93rem;
	box-sizing: border-box;
}

.box2 .right h3 {
	color: #676767;
	font-size: 18px;
}

.box2 .right p {
	color: #676767;
	font-size: 14px;
	line-height: 24px;
}

.box2 .right .code {
	width: 98px;
	text-align: center;
	margin-top: 0.3rem;
}

.box2 .right .code img {
	width: 98px;
	height: 98px;
}

.box2 .right .code .last-p {
	color: #000;
	font-size: 13px;
	margin-top: 5px;
}

@media only screen and (max-width: 1150px) {
	.box1 h3 {
		width: calc(100% - 80px);
	}
	
	.box2 {
		height: auto;
		display: block;
	}
	
	.box2 > div {
		width: 100% !important;
		clear: both;
	}
	
	.box2 .left > div {
		width: 100%;
		margin-top: 30px;
	}
	
	.box2 .right > div {
		width: 100%;
	}
	
	.box2 .left > div h4 {
		margin-left: 0;
		text-align: center;
	}
	
	.box2 .left .item {
		text-align: center;
		box-sizing: border-box;
	}
	
	.box2 .right {
		text-align: center;
	}
	
	.box2 .left .item .top img {
		width: 90px;
		height: 90px;
	}
	
	.box2 .right .code {
		margin: auto;
		margin-top: 30px;
	}
}
