<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 甯冨眬 */
.h-space-between-big {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 768px) {
	.h-space-between-big {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.h-space-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.h-flex-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.h-display-flex {
	display: flex;
}

.m-t-50 {
	margin-top: 50px;
}

ul {
	list-style: none;
}

.index-title {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	color: #666;
	margin-bottom: 30px;
}

.index-title span {
	font-size: 18px;
	display: block;
}

/* nav寮€濮� */
#nav {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#nav.affix {
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	box-shadow: 5px 0px 10px rgba(209, 207, 207, 0.5);
}

.navbar-toggle {
	border: none;
	color: #898787;
	font-size: 20px;
	margin-top: 12px;
	padding: 0px 10px;
}

#nav a {
	color: #555555;
}

.dropdown-menu&gt;li&gt;a {
	/* color: #428bca; */
	color: #555555;
	padding: 12px 20px;
}

.clearAbsolute {
	height: 50px;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 80px;
		padding: 20px 15px;
	}

	.nav&gt;li&gt;a {
		padding: 30px 15px;
	}

	.clearAbsolute {
		height: 80px;
	}
}



/* nav缁撴潫 */

/* title-banner鍥惧紑濮� */
.title-banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-position: center;
	background-size: 100% auto;
	background-color: rgba(255,255,255,0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	font-size: 52px;
	font-weight: 500;
}
@media (max-width: 1200px) {
	.title-banner {
		height: 200px;
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.title-banner {
		height: 160px;
		font-size: 28px;
	}
}


/* title-banner鍥剧粨鏉� */
/* banner鏂囨湰寮€濮� */
.banner-title {
	/* font-size: 3.000rem; */
	font-size: 28px;
}

.banner-txe {
	/* font-size: 2.000rem; */
	font-size: 18px;
}

@media (min-width: 768px) {
	.banner-title {
		font-size: 32px;
	}

	.banner-txe {
		font-size: 20px;
	}
}

/* banner鏂囨湰缁撴潫 */

/* footer寮€濮� */
.footer {
	background-color: #555;
	color: #999999;
	padding: 20px 0;
}
.footer-a a{
	color: #FFFFFF;
	margin-right: 20px;
}
.footer-img {
	height: 30px;
	margin: 10px 0px;
}
@media (max-width: 768px) {
	.footer {
		font-size: 12px;
	}
	.footer-a a{
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.footer-img {
		height: 20px;
	}
}
/* footer缁撴潫 */
.all-txt-wrap {
	font-size: 14px;
	line-height: 1.9;
	padding: 30px 0;
	text-indent: 2em;
	color: #414141;
	font-weight: 300;
}
.all-title {
	font-weight: 600;
}
.all-txt-wrap p {
	margin-bottom: 20px;
}
.all-txt-wrap ul {
	padding: 0;
}
@media (min-width: 768px) {
	.all-txt-wrap {
		font-size: 18px;
	}
}
@media (min-width:1600px) {
	.all-txt-wrap {
		font-size: 20px;
	}
	.all-txt-wrap p {
		margin-bottom: 30px;
	}
	
}


/* all 鏂囨湰寮€濮� */


/* all 鏂囨湰缁撴潫 */</pre></body></html>