<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-style {
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url("../images/example/banner.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.banner-container {
	position: absolute;
	top: 28%;
	width: 1200px;
	margin: auto;
	color: #fff;
}
.banner-title1 {
	margin: 20px 0;
	font-size: 24px;
}
.banner-title2 {
	margin: 20px 0;
	font-size: 56px;
	color: #026fd5;
}
.banner-btn {
	width: 156px;
	height: 50px;
	background-color: #026fd5;
	margin-top: 20px;
	border: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}

/* sub-nav */

.sub-nav {
	position: relative;
	width: 100%;
	height: 190px;
	background-image: url("../images/example/subTitle.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.sub-nav-container {
    width: 1200px;
	position: absolute;
    margin-top: 20px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.sub-nav-card {
    display: flex;
    align-items: center;
}
.sub-nav-card img {
    margin-right: 20px;
}
.sub-nav-card span {
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.hover-style:hover {
	color: #026fd5;
	text-decoration: none;
}


/* å®¢æˆ·logoå±•ç¤º */
.example-icon {
    height: 1140px;
    background-color: #242730;
    margin-top: -10px;
}
.example-container {
    display: flex;
    justify-content: space-between;
    margin: 8px auto;
}
.example-card {
    width: 234px;
    height: 126px;
}

/* footer */

.footer {
	height: 550px;
	background-image: url("../images/example/footer.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.footer-container {
	position: absolute;
	top: 50%;
	margin-top: -73px;
	left: 50%;
	margin-left: -492px;
	text-align: center;
	color: #fff;
}
.footer-text {
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 18px;
}
.footer-btn {
	width: 156px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	border: 2px solid #fff;
}
</pre></body></html>