.home-bg {
	/*background-color: #f7faff;
	padding-bottom: 80px;*/
}
.home-bg .content-title {
	padding-bottom: 11px;
	margin-top: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #f2f2f2;
}
.home-bg .content-title span {
	font-weight: bold;
	font-size: 32px;
	color: #0B1E42;
	padding-bottom: 15px;
	position: relative;
}
.home-bg .content-title span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 4px;
	background: #0B1E42;
}
.content-wrap .content-box {
	display:flex;
	align-items:center;	
}
.content-wrap .content-box .content-item {
	position: relative;
	flex: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.content-wrap .content-box .content-item.content-item1 {
	height: 286px;
	background-image: url(../img/18.png);
}
.content-wrap .content-box .content-item.content-item2 {
	height: 286px;
	background-image: url(../img/19.png);
}
.content-wrap .content-box .content-item.content-item3 {
	width: 100%;
	height: 286px;
	background-image: url(../img/20.png);
}
.content-wrap .content-box .content-item.content-item4 {
	width: 100%;
	height: 282px;
	background-image: url(../img/21.png);
}
.content-wrap .content-box .content-item.content-item5 {
	width: 100%;
	height: 286px;
	background-image: url(../img/22.png);
}
.content-wrap .content-box .content-item.content-item6 {
	width: 100%;
	height: 136px;
	background-image: url(../img/23.png);
}
.content-wrap .content-box .content-item.content-item7 {
	width: 100%;
	height: 136px;
	background-image: url(../img/24.png);
}
.content-wrap .content-box .content-item.content-item8 {
	width: 100%;
	height: 136px;
	background-image: url(../img/25.png);
}
.content-wrap .content-box .content-item.content-item9 {
	width: 100%;
	height: 286px;
	background-image: url(../img/26.png);
}
.content-wrap .content-box .content-item.content-item10 {
	width: 100%;
	height: 286px;
	background-image: url(../img/27.png);
}
.content-wrap .content-box .content-item.content-item11 {
	width: 100%;
	height: 286px;
	background-image: url(../img/28.png);
}
.content-wrap .content-box .content-item.content-item12 {
	width: 100%;
	height: 286px;
	background-image: url(../img/29.png);
}
.content-wrap .content-box .content-item .title {
	font-size: 22px;
	color: #F7FAFF;
	margin: 20px 25px;
}
.content-wrap .content-box .content-item .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 120px;
	height: 34px;
	background: #0B1E42;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-wrap .content-box .content-item .btn:hover {
	text-decoration: underline;
}
.home-bg2 .content-wrap {
	display: flex;
}
.qr-wrap {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.qr-wrap p {
	margin-top: 10px;
}
.qr-wrap p a,
.qr-wrap p span {
	font-size: 12px;
	color: #fff;
}
