@font-face {
	font-family: '站酷高端黑';
	src: url('//www.kb0yun.com/css/fonts/站酷高端黑.ttf') format('truetype');
}
.footer{
	width: 100%;
	height: 10%;
}

.backg{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.backg-title{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	color: #fff;
	z-index: 5;
}
.backg-title>h3{
	font-size: 55px;
	padding-top: 120px;
	font-weight: unset;
	font-family:"站酷高端黑";
	
}
.backg-title>h4{
	font-size: 18px;
	margin-top: 20px;
	font-weight: unset;
	
}
.exbtn{
	margin-top: 20px;
	display: inline-block;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #fff;
	padding: 0 15px;
	border-radius: 10px;
}
.exbtn>i{
	transition: .5s;
}
.exbtn:hover{
	background: #18214c;
	opacity: .5;
	border: none;
	.el-icon-caret-right{margin-left: 0.425rem;}
}