.container {
	min-width: 1280px;
}

.banner-section {
	position: relative;
	width: 100%;
}

.bg-header {
	width: 100%;
	height: auto;
}

.banner-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-title {
	font-size: 3.125rem;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 2.8125rem;
}

.banner-desc {
	font-size: 1.625rem;
	color: #FFF;
}

.intro-section {
	width: 75rem;
	margin-top: 5.25rem;
	margin-bottom: 7.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.intro-left {
	width: 47.375rem;
	height: auto;
}

.intro-right {
	flex: 0.9;
	display: flex;
	flex-direction: column;
}

.intro-label {
	font-size: 2rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1rem;
}

.intro-content {
	display: flex;
	flex-direction: column;
}

.intro-content p {
	font-size: 1.125rem;
	color: #333;
	line-height: 2rem;
}

.intro-content p:last-child {
	margin-top: 2.5rem;
}

.service-section {
	width: 81.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-title {
	font-size: 2.5rem;
	color: #000000;
	font-weight: bold;
}

.service-desc {
	font-size: 1.25rem;
	color: #333;
}

.service-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-item {
	position: relative;
	width: 20.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-item-bg {
	width: 100%;
	height: auto;
}

.service-item-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 3.125rem;
	display: flex;
	flex-direction: column;
}

.service-item-top {
	margin-top: 3.375rem;
	display: flex;
	flex-direction: column;
}

.service-item-label {
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.service-item-eng {
	font-size: 1rem;
	font-family: "ms sans serif";
	color: #A0A0A0;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.service-item-slogan {
	width: 2.5rem;
	height: 0.375rem;
	margin-bottom: 2rem;
}

.service-item-bottom {
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	color: #333;
}

.service-item-bottom p {
	line-height: 2rem;
}

.service-item-bottom p:last-child {
	margin-top: 2rem;
}

.contact-section {
	width: 100%;
	background-size: 100% auto;
	margin-top: 3.375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-title {
	font-size: 2.5rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5.25rem;
}

.contact-main {
	width: 56.25rem;
	margin-bottom: 4.875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-left {
	width: 14.875rem;
	height: auto;
	border: 6px solid #007FFF;
}

.contact-right {
	width: 19.75rem;
	display: flex;
	flex-direction: column;
	font-size: 1.375rem;
	color: #333333;
}

.contact-right p {
	line-height: 2rem;
	margin-bottom: 1.25rem;
}

.contact-right p:last-child {
	margin-bottom: 0;
}

