html,
body {
	min-width: 920px;
}

.header-content {
	width: 100%;
	overflow: hidden;
}

.main-content {
	width: 100%;
	overflow: hidden;
}

.footer-content {
	width: 100%;
	overflow: hidden;
}

.banner-box {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
	height: 500px;
	background: url(../images/banner1.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.banner-html {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translate(0, -50%);
	width: 75%;
}

.banner-html-title {
	width: 100%;
	overflow: hidden;
	color: #fff;
	/* font-size: 55px; */
	font-size: clamp(2em, 3vw, 3em);
	font-weight: bold;
}

.banner-box-contact {
	display: flex;
	overflow: hidden;
	background: #FE1408;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	border-radius: 5px;
	width: 220px;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-top: 50px;
}

/* .banner-box-contact span {
	margin-left: 30px;
} */

.bottom-contact {
	width: 100%;
	overflow: hidden;
	padding: 150px 100px;
	box-sizing: border-box;
	background: #0B0A83;
}

.bottom-contact-title {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #fff;
	margin-bottom: 40px;
}

.bottom-contact-btn {
	line-height: 50px;
	padding: 0 60px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: transparent;
	border-radius: 5px;
	cursor: pointer;
}