<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* è½®æ’­å®½é«˜ */
.about-swiper {
	width: 100%;
	height: 316px;
}

.w960 {
	width: 960px;
	margin: 0px auto;
}

/*è‡ªå®šä¹‰åˆ†é¡µå™¨çš„æ&nbsp;·å¼*/
.swiper-pagination-custom {
	text-align: center;
	margin: 15px 0px;
}

/*è‡ªå®šä¹‰åˆ†é¡µå™¨çš„æ&nbsp;·å¼*/
.swiper-pagination-customs {
	width: 50px;
	height: 6px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
}

.swiper-pagination-customs:last-child {}

/*è‡ªå®šä¹‰åˆ†é¡µå™¨æ¿€æ´»æ—¶çš„æ&nbsp;·å¼è¡¨çŽ°*/
.swiper-pagination-customs-active {
	width: 50px;
	height: 6px;
	background: #0176DF;
}

/* è·¯ç”±å¯¼èˆª */
.page-route {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
}

.page-route img {
	width: 18px;
	height: 16px;
}

.page-route a {
	font-size: 14px;
	font-weight: 400;
	color: #3E3E3E;
	padding-left: 10px;
	padding-right: 10px;
}

.page-route a:hover {
	color: #0176DF;
	cursor: pointer
}

/* å…¬å¸ä»‹ç» */
.introduction {
	display: flex;
	flex-direction: column;
	min-height: 400px;
}

.introduction .introduction-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.introduction .introduction-title strong {
	font-size: 26px;
	font-weight: 400;
	color: #0176DF;
}

.introduction .introduction-title .line {
	width: 48px;
	height: 4px;
	background: #0176DF;
	border-radius: 2px;
	margin-top: 10px;
}

.introduction .introduction-data {
	margin-top: 50px;
}

/* ä¼ä¸šæ–‡åŒ– */

.culture {
	display: flex;
	flex-direction: column;
}

.culture .culture-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.culture .culture-title strong {
	font-size: 26px;
	font-weight: 400;
	color: #0176DF;
}

.culture .culture-title .line {
	width: 48px;
	height: 4px;
	background: #0176DF;
	border-radius: 2px;
	margin-top: 10px;
}

.culture .culturetx {
	display: flex;
	flex-wrap: wrap;
}

.culturetx&gt;div {
	flex: 33% 1 1;
	text-align: center;
}

.culturetx&gt;div&gt;img {
	width: 100%;
	height: 100%;
}

.culturetx {
	margin-top: 40px;
}

.culturetx&gt;div {
	transition: 0.5s;
}

.culturetx&gt;div:hover {
	transform: scale(1.1);
}

.culturetx .tx {
	background: #fff;
}

.culturetx .tx .Txtilte {
	font-size: 18px;
	margin-top: 45px;
}

.culturetx .tx .Txp {
	font-size: 18px;
	margin-top: 40px;
	color: #666666;
}

.culturetx .tx .Txps {
	font-size: 18px;
	margin-top: 10px;
	color: #666666;
}

/* è£èª‰ */
.introduction .bigs {
	overflow: hidden;
	margin-top: 40px;
	overflow-x: scroll;
	white-space: nowrap
}

.introduction .honor {
	width: 1400px;
	margin: 0px auto;
}

.introduction .honor&gt;img {
	padding: 0px 15px;
	-webkit-user-drag: none;
}</pre></body></html>