.backg {
	position: relative;
	width: 100%;
	height: auto;
	/* padding-top: 60px; */
	z-index: 555;
}

.backginner {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 5;
	/* margin-top: 60px; */
}

.backg-title>h3 {
	font-size: 28px;
	padding-top: 200px;
}

.exbtn {
	/* float: right */
	display: inline-block;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	/* border: 1px solid #ff4a45; */
	background-color: #2276fc;
	border: 1px solid #2276fc;
	padding: 0 180px;
	border-radius: 10px;
	margin-top: 340px;
	margin-left: 100px;
}

.backginner>ul {
	position: absolute;
	bottom: 1px;
	width: 60%;
	left: 23%;
}


.backginner>ul>li {
	list-style: none;
	float: left;
	width: 20%;
	background-color: rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .5);
	margin-left: 0.1%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.backleft {
	width: 30%;
	/* border: 1px solid red; */

}

.backleft>img {
	/* width: 100%; */
	vertical-align: middle;
	opacity: .5;
}

.backright {
	width: 60%;
	padding-left: 10%;

}

.backright>h5 {
	font-size: 14px;
	padding-top: 3px;
	font-weight: normal;
	/* text-align: left; */
}