<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	scrollbar-width: thin;
	/*//è®¾ç½®ç«ç‹æ»šåŠ¨æ¡å®½åº¦*/
	scrollbar-color: #9b9b9b #ffffff;
	/*//è®¾ç½®ç«ç‹æ»šåŠ¨æ¡é¢œè‰²*/
}

#banner .swiper-wrapper &gt;a &gt;img{
	width: 1920px;
    height: 316px;
}

body {
	font-size: 16px;
	line-height: 1.5;
}

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

/* å¤´éƒ¨ */
header {
	width: 100%;
	max-width: 100vw;
	height: 180px;
	/* display: flex; */
	justify-content: space-between;
	/* border-bottom: 1px dashed #d5d5d5; */
	position: relative;
	z-index: 9999;
	/* min-width: 1280px; */
	background: #ffffff;
	margin: 0px auto;

}

/* LOGO */
header .logo-box {
	max-width: 100vw;
	background-color: #FFFFFF;
	width: 70%;
	height: 66%;
	display: flex;
	/* flex-direction: column; */
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

header .logo-box img {
	display: block;
	max-width: 570px;
	max-height: 120px;
	cursor: pointer;
}


header .logo-box .search-input {
	margin-left: 20px;
	display: flex;
	border: 1px solid #DBDBDB;
}

header .logo-box .search-input input {
	font-size: 20px;
    border: none;
    width: 240px;
    height: 50px;
    float: left;
}

header .logo-box .search-input div {
	background-color: #53B448;
	border-left: 1px solid #DBDBDB;
	width: 80px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo-box .search-input div img {
	width: 32px;
	height: 32px;
}

.w1416 {
	width: 1416px;
	margin: 0px auto;
	overflow: hidden;
}

.w1280 {
	width: 70%;
	margin: 0px auto;
	overflow: hidden;
}

.w960s {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

.zindex10 {
	z-index: 10;
}

.zindex100 {
	z-index: 100;
}

.zindex1000 {
	z-index: 1000;
}
/* å¯¼èˆª */


header nav { 
	width: 100%;
	margin: 0px auto;
	height: 62px;
	line-height: 62px;
	background: #000;
}

header nav ul {
	width: 1200px;
	justify-content: space-between;
	margin: 0px auto;
	font-size: 0px;
	position: relative;
	padding: 0px 0px;
	height: 62px;
	line-height: 62px;
}

header nav ul li {
	width: 130px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	height: 62px;
    line-height: 62px;
    color: #fff;
}

header nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none
}

header nav ul li:hover a {
	/*padding-bottom: 3px;*/
}

header nav ul li:hover span,
header nav ul li.hover a span {
	border-bottom: 2px solid #0176DF;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0176DF;
}

header nav ul li a i.fa {
	margin-left: 6px;
}


 
/* å‰¯æ&nbsp;ç›® */
header nav ul li {
	position: relative;
	cursor: pointer;
}

header nav ul li .sub-box {
	opacity: 1;
	position: absolute;
	left: 0px;
	top: 72px;
	width: 100%;
	border-radius: 5px;
	/* overflow: hidden; */
	background: #53B448;
	color: #ffffff;
	display: none;
	flex-direction: column;
}

.sub-box .top {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #53B448;
	transform: rotate(45deg);
	left: 38%;
	top: -10%;
}

/* header nav ul li:hover .sub-box {
	opacity: 1;
	display: flex;
} */

header nav ul li .sub-box a {
	/* color: #333; */
	line-height: 50px;
}

/* header nav ul li .sub-box a:hover {
	color: #0176DF;
	font-weight: bold;
} */



/* ç”µè¯ */
header .tel-box {
	width: 300px;
	height: 100%;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header .tel-box .tel-img {
	display: flex;
	flex-direction: row;
	align-items: center;
}

header .tel-box .tel-img img {
	display: block;
	width: 30px;
	height: 30px;
}

header .tel-box .tel-img .tel-title {
	color: #666666;
	font-size: 18px;
	margin-left: 10px;
}

header .tel-box .tel {
	color: #53B448;
	font-size: 26px;
	/* font-weight: bold; */
}

/* å³ä¾§æµ®åŠ¨ */
/* ç½®é¡¶ */
#rightTop {
	position: fixed;
	right: 0px;
	bottom: 40%;
	height: 220px;
	min-width: 48px;
	z-index: 999;
	overflow: hidden;
	display: none;
	flex-direction: row;
	align-items: center;
}

#rightTop .qrcode {
	background: #53B448;
	border-radius: 2px;
	margin-right: 10px;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 17px 17px 10px 17px;
}

#rightTop .qrcode img {
	width: 150px;
	height: 150px;
}

#rightTop .qrcode p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 12px;
}


#rightTop ul li {
	height: 48px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 2px;
	display: flex;
	justify-content: right;
}


#rightTop ul li .icon01 {
	min-width: 48px;
	min-height: 48px;
	/* background: rgba(0, 0, 0, 0.3); */
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#rightTop ul li .icon01 img {
	width: 30px;
	height: 30px;
}

#rightTop ul li .icon01 p {
	display: none;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

#rightTop ul li .icon01 {
	/* background: #0176DF; */
	border-radius: 40px;
}

#rightTop ul li .icon01:hover {
	background: #53B448;
	border-radius: 40px;
}

#rightTop ul li .icon01:hover img {
	margin-left: 20px;
}


#rightTop ul li .icon01 .telephone {
	display: none;
	background: #53B448;
	border-radius: 40px;
}

#rightTop ul li .icon01 img {
	display: block;
	/* margin-left: 20px; */
}

#rightTop ul li .icon01 p {
	display: block;
	margin-left: 10px;
	margin-right: 20px;
}

#rightTop ul li .icon02 {
	width: 48px;
	height: 48px;
	/* background: rgba(0, 0, 0, 0.3); */
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}


#rightTop ul li .icon02 img {
	width: 30px;
	height: 30px;
}

#rightTop ul li .icon02:hover {
	background: #53B448;
}


#rightTop ul li .icon03 {
	width: 48px;
	height: 48px;
	/* background: rgba(0, 0, 0, 0.3); */
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#rightTop ul li .icon03 img {
	width: 30px;
	height: 30px;
}

#rightTop ul li .icon03:hover {
	background: #53B448;
}


/* åº•éƒ¨footer */
.footer-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-box .footer-contact {
	width: 100%;
	/* display: flex; */
	/* flex-direction: row;
	justify-content: space-between;
	align-items: center; */
	margin-bottom: 28px;
}

.footer-box .footer-contact .footer-list {
	display: flex;
	flex-direction: row;
}

.footer-box .footer-contact .footer-list nav {
	width: 75%;
}

.footer-box .footer-contact .footer-list nav ul {
	display: flex;
	/* justify-content: space-around; */
}

.footer-box .footer-contact .footer-list nav ul li {
	display: block;
	margin-right: 70px;
}

.sub-list {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.footer-box .footer-contact .footer-list nav ul li a {
	color: #FFFFFF;
	text-decoration-line: none;
	margin: 10px 0px;
}

.footer-box .footer-contact .footer-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-box .footer-contact .footer-logo img {
	width: 80px;
	height: 80px;
}

.footer-box .footer-contact .footer-logo p {
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 40px;
}

.footer-box .footer-contact .footer-logo strong {
	font-size: 21px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 10px;
}


.footer-box .footer-contact .footer-contact-data {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
}

.footer-box .footer-contact .footer-contact-data div {
	font-size: 14px;
	/* font-weight: 400; */
	color: #DADADA;
	margin-right: 20px;
}

.footer-box .footer-contact .footer-contact-data span {
	width: 40px;
	height: 2px;
	background: #DADADA;
	margin-top: 18px;
}

.footer-box .footer-contact .footer-contact-data p {
	font-size: 16px;
	font-weight: 400;
	color: #DADADA;
	margin-top: 18px;
}

.footer-box .footer-contact .footer-qrcode {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
}

.footer-box .footer-contact .footer-qrcode img {
	width: 120px;
	height: 120px;
}

.footer-box .footer-contact .footer-qrcode p {
	font-size: 16px;
	color: #DADADA;
	text-align: center;
	margin-top: 10px;
}

.footer-box .copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-box .line {
	width: 100%;
	height: 1px;
	background: #7F7F7F;
}

.sub-box {
	margin-top: -10px;
}</pre></body></html>