<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========== å¤–å±‚æ¡†æž¶ start ========== */
.box {
	padding: 0 0.75rem;
}

/* â€”â€”â€”â€”â€” å¤´éƒ¨ start â€”â€”â€”â€”â€” */
.head1 {
	height: 2.5rem;
	line-height: 2.5rem;
	position: relative;
	z-index: 5;
	background: #FFF;
	overflow: hidden;
}

.logo {
	float: left;
	margin-left: .75rem;
}

.logo a {
	height: 2.5rem;
	display: table-cell;
	vertical-align: middle;
}

.logo img {
	display: block;
	height: 1.8rem;
}

.headText {
	overflow: hidden;
	font-size: .8rem;
	text-align: center;
	color: #333;
}

.menuBtn {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	float: right;
	display: inline;
	text-align: center;
	z-index: 6;
	position: relative;
	background: #03873d;
}

.menuBtn span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menuBtn .line {
	width: 26px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0.1rem;
}

.menuBg1 {
	height: 2.25rem;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #000;
	width: 100%;
	transition: all 0s;
	-webkit-transition: all 0s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

/* æœç´¢start */
.search {
	float: right;
	height: 2.25rem;
	width: 2.25rem;
	text-align: center;
	line-height: 2.25rem;
}

.search span {
	font-size: 1rem;
}

.searchBtn {
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	line-height: 2.25rem;
	color: #999999;
	float: right;
}

.searchBox {
	height: 1.75rem;
	padding: .5rem;
	padding-right: 0;
	background: #FFF;
	margin-top: -2.75rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	visibility: hidden;
}

.searchBox.show {
	margin-top: 0;
	visibility: visible;
}

.searchBox input {
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	border: none;
	width: 100%;
	background: #f5f5f5;
	border-radius: .35rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 .5rem;
}

.searchBox span {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	line-height: 1.75rem;
	color: #03873d;
	font-size: .7rem;
	padding: 0 .5rem;
}

/* æœç´¢end */
/*å¯¼èˆªstart*/
.menuBg {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.menuPage {
	position: fixed;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background: #FFFFFF;
	right: 0px;
	top: 0px;
	z-index: 6;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.menuHead {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.menuPageBody {
	clear: both;
	flex-grow: 1;
	flex-basis: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menuPageList {
	overflow: hidden;
}

.menuPageList dd {
	overflow: hidden;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	display: block;
	overflow: hidden;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: left;
	font-size: .7rem;
	color: #1f1f1f;
	padding: 0 .75rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	line-height: 2.25rem;
	color: #333333;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	z-index: 1;
	font-size: .8rem;
}

.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: .4rem .75rem;
	display: none;
	background: #FFF;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
}

.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}

.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1.25rem;
	height: 1.25rem;
	text-align: center;
	line-height: 1.25rem;
	font-size: .7rem;
	display: none;
	z-index: 20;
}

.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}

.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
	color: #999999;
	font-size: .65rem;
	padding-left: 1.5rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: .25rem .75rem;
	display: none;
}

.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: 1rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: 0;
	width: .25rem;
	height: 1px;
	background: #666666;
}

.menuPageList dd.hover span a {
	background: #03873d;
	color: #FFF;
}

.menuPageList dd.hover span em {
	color: #FFF;
}

.menuPageList dd .ejBox .ejdd.hover .ej a {
	color: #03873d;
}

.closeBox {
	height: 1.65rem;
	text-align: right;
	padding: 0 0.75rem;
}

.closeBox .close {
	display: inline-block;
	height: 1.65rem;
	width: 1rem;
	background: url(../images/close.png) no-repeat center right;
	background-size: 0.65rem 0.65rem;
}

.logRegBox {
	padding: 1rem 0;
	overflow: hidden;
}

.logRegBox a {
	display: block;
	width: 70%;
	height: 1.75rem;
	line-height: 1.85rem;
	text-align: center;
	font-size: 0.75rem;
	color: #fefefe;
	background: #04863b;
	border-radius: 0.875rem;
	margin: 0.5rem auto;
}

/*å¯¼èˆªend*/
/*å¯¼èˆªåŠ¨ç”»start*/
.menuBg.active {
	visibility: visible;
	opacity: 1;
}

.menuPage.active {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}

.menuPage.active .menuPageC1 {
	display: block;
}

/*å¯¼èˆªåŠ¨ç”»end*/
/* â€”â€”â€”â€”â€” å¤´éƒ¨ end â€”â€”â€”â€”â€” */
/* ========== å¤–å±‚æ¡†æž¶ end ========== */
/* ========== å†…å±‚æ¡†æž¶ start ========== */
/* â€”â€”â€”â€”â€” ç‰ˆæƒä¿¡æ¯ start â€”â€”â€”â€”â€” */
.footerBlank {
	background: #e6e6e6;
	font-size: 0.6rem;
	color: #999999;
	padding: 0.75rem;
	text-align: center;
	line-height: 1rem;
}

.footerBlank a {
	font-size: 0.6rem;
	color: #999999;
}

/* â€”â€”â€”â€”â€” ç‰ˆæƒä¿¡æ¯ end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” subBanner start â€”â€”â€”â€”â€” */
.subBanner {
	width: 100%;
	padding-top: 40%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* â€”â€”â€”â€”â€” subBanner end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” äºŒçº§èœå• start â€”â€”â€”â€”â€” */
.mobileSubMenu.subfl {
	position: fixed;
	left: 0;
	width: 100%;
	top: 2.25rem;
	box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.1);
}

.mobileSubMenu {
	height: 2rem;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	width: 100%;
	transition: 0.5s;
	background: #f5f5f5;
}

.subMenu .swiper-slide {
	font-size: 0.6rem;
	width: auto;
}

.subMenu a {
	display: block;
	color: #000;
	position: relative;
	margin: 0 0.5rem;
	height: 2rem;
	font-size: 0.7rem;
	line-height: 2rem;
}

.subMenu .swiper-slide.hover a {
	color: #03873d;
}

.subMenu .swiper-slide.hover a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-bottom: 2px solid #03873d;
}

/* â€”â€”â€”â€”â€” äºŒçº§èœå• end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” é¡µç&nbsp; start â€”â€”â€”â€”â€” */
.ajaxLoad {
	color: #666;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	margin: 5px 0 0 0;
	font-size: 0.7rem;
}

.ajaxLoad i {
	font-size: 0.8rem;
	margin: 0 5px 0 0;
	color: #fc8b1c;
}

/* â€”â€”â€”â€”â€” é¡µç&nbsp; end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” indexBanner start â€”â€”â€”â€”â€” */
.indexBanner {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 9.5rem;
	overflow: hidden;
}

.indexBanner img {
	width: 100%;
}

.indexBanner .swiper-pagination {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	bottom: 0.75rem !important;
	width: 100%;
	left: 0;
	border-radius: 10px;
	font-size: 0;
	text-align: center;
}

.indexBanner .swiper-pagination span {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	opacity: 1;
	margin: 0 0.25rem !important;
	border: 1px solid #FFFFFF;
	background: transparent;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

/* â€”â€”â€”â€”â€” indexBanner end â€”â€”â€”â€”â€” */
/* å¿«æ·å…¥å£ start */
.indexNavDl {
	overflow: hidden;
	background: #FFFFFF;
	margin: 0 -0.35rem 0.75rem;
	padding: 1.5rem 0.5rem 1rem;
}

.indexNavDl dd {
	display: inline;
	float: left;
	width: 25%;
	margin-bottom: 0.5rem;
}

.indexNavDl dd .con {
	overflow: hidden;
	margin: 0 0.35rem;
	display: block;
}

.indexNavDl dd .icn {
	height: 4.175rem;
	background-repeat: no-repeat;
	background-size: auto 4.175rem;
	background-position: center center;
}

.indexNavDl dd .text {
	text-align: center;
	font-size: 0.65rem;
	color: #333333;
}

/* å¿«æ·å…¥å£ end */
/* ========== å†…å±‚æ¡†æž¶ end ========== */
/* ========== é¦–é¡µ start ========== */
/* â€”â€”â€”â€”â€” å…¬å…±éƒ¨åˆ† start â€”â€”â€”â€”â€” */
.indexTitle {
	overflow: hidden;
	text-align: center;
	line-height: 1rem;
}

.indexTitle .enTitle {
	font-size: 0.65rem;
	color: rgba(4, 134, 29, 0.2);
	text-transform: uppercase;
}

.indexTitle .cnTitle {
	font-size: 1rem;
	color: #333333;
	font-weight: bold;
}

.indexMore {
	text-align: center;
}

.indexMore a {
	display: inline-block;
	height: 1.75rem;
	line-height: 1.85rem;
	font-size: 0.65rem;
	padding: 0 1.25rem;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	background-image: -moz-linear-gradient(-27deg, rgb(94, 200, 102) 0%, rgb(126, 169, 214) 100%);
	background-image: -webkit-linear-gradient(-27deg, rgb(94, 200, 102) 0%, rgb(126, 169, 214) 100%);
	background-image: -ms-linear-gradient(-27deg, rgb(94, 200, 102) 0%, rgb(126, 169, 214) 100%);

}
.indexMore a span{
	padding-right: 1rem;
	background: url(../images/shuaxin.png) no-repeat center right;
	background-size: auto 0.525rem;
}
/* â€”â€”â€”â€”â€” å…¬å…±éƒ¨åˆ† end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” å±•ä¼šæ¦‚å†µ start â€”â€”â€”â€”â€” */
.indexC1 {
	overflow: hidden;
	background: #FFFFFF;
	padding: 1.5rem 0;
}

.indexC1 .info {
	font-size: 0.65rem;
	color: #999999;
	line-height: 1.2rem;
	text-align: center;
	height: 3.6rem;
	overflow: hidden;
}

.videoPlayBox {border-radius: 0.25rem;overflow: hidden;}
.videoPlayBox .pic::before {padding-top: 66.6667%;}
.videoPlayBox .playBtn {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.2);z-index: 5;}
.videoPlayBox .playBtn .icn {width: 2rem;height: 2rem;background: #FFFFFF;border-radius: 50%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.videoPlayBox .playBtn .icn::before {content: '';display: block;width: 0;height: 0;border-left: 8px solid #333333;border-top: 6px solid transparent;border-bottom: 6px solid transparent;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.videoFloat {position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 100;}
.videoFloatBody {width: 100%;height: 100%;visibility: hidden;opacity: 1;transform: translateY(100%);-webkit-transform: translateY(100%);transition: all 500ms linear;-webkit-transition: all 500ms linear;background: #000;}
.videoFloatBody.active {visibility: visible;opacity: 1;transform: translateY(0%);-webkit-transform: translateY(0%);}
.videoFloatClose {position: fixed;width: 1.5rem;height: 1.5rem;border-radius: 2rem;right: .5rem;top: .5rem;background-image: -moz-linear-gradient(-27deg, rgb(94, 200, 102) 0%, rgb(126, 169, 214) 100%);background-image: -webkit-linear-gradient(-27deg, rgb(94, 200, 102) 0%, rgb(126, 169, 214) 100%);background-image: -ms-linear-gradient(-27deg, rgb(94, 200, 102) 0%, rgb(126, 169, 214) 100%);border: .12rem solid #FFF;color: #FFF;text-align: center;line-height: 1.6rem;z-index: 1;}
.videoFloatClose i {font-size: .8rem;}
.videoFloat video {width: 100%;height: 100%;object-fit: cover;}
.videoFloat-video {position: relative;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 0;}
.videoFloat-video::before {display: block;content: '';padding-top: 60%;}
.videoFloat-video video {position: absolute;left: 0;top: 0;}

/* â€”â€”â€”â€”â€” å±•ä¼šæ¦‚å†µ end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” æ–°é—»ä¸­å¿ƒ start â€”â€”â€”â€”â€” */
.indexC2 {
	overflow: hidden;
	background: #FFFFFF;
	padding: 1.5rem 0;
}
.tabC1Swiper{position: relative;overflow: hidden;}
.tab1Swiper{position: relative;overflow: hidden;margin-bottom: 1.25rem;}
.tab1Swiper .tabCon {display: block;height: 1.7rem;line-height: 1.8rem;overflow: hidden;text-align: center;font-size: 0.7rem;color: #333333;border-radius: 0.875rem;border: 1px solid rgb(204, 204, 204);background: #FFFFFF;}
.tab1Swiper .swiper-slide-thumb-active .tabCon {border: 1px solid #03873d;background: #03873d;color: #FFFFFF;}
.focusSwiper {position: relative;overflow: hidden;}
.focusSwiper .con {display: block;}
.focusSwiper .pic::before {padding-top: 66.6667%;}
.focusBtn {display: none; width: 1rem;height: 2rem;background-color: #55575b;background-repeat: no-repeat;background-position: center center;position: absolute;top: 50%;z-index: 2;outline: none;}
.focusPrev {left: 0;background-image: url(../images/prev1.png);background-size: 0.25rem 0.45rem;}
.focusNext {right: 0;background-image: url(../images/next1.png);background-size: 0.3rem 0.5rem;}
.focusText {width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 0.5rem;background: rgba(0, 0, 0, 0.5);position: absolute;left: 0;bottom: 0;z-index: 5;overflow: hidden;}
.focusText .title {overflow: hidden;height: 2rem;line-height: 2.1rem;font-size: 0.7rem;color: #FFFFFF;}
.focusPage{width: 3rem;float: right;height: 2rem;line-height: 2.1rem;position: unset !important;text-align: right !important;}
.focusPage span{margin: 0 3px;outline: none;background: #FFFFFF;opacity: 1;}
.focusPage .swiper-pagination-bullet-active{background: #03873d;}

.textList1Dl{overflow: hidden;}
.textList1Dl dd{padding: 0.5rem 0;}
.textList1Dl dd:last-child.bdBottom::before{display: none;}
.textList1Dl dd .con{display: block;}
.textList1Dl dd .title{font-size: 0.9rem;color: #333333;line-height: 1.5rem;}
.textList1Dl dd .info{font-size: 0.7rem;color: #666666;line-height: 1.2rem;}
.textList1Dl dd .time{font-size: 0.65rem;color: #999899;line-height: 1.5rem;}

/* â€”â€”â€”â€”â€” æ–°é—»ä¸­å¿ƒ end â€”â€”â€”â€”â€” */
/* â€”â€”â€”â€”â€” åˆä½œåª’ä½“ start â€”â€”â€”â€”â€” */
.index-hzmt{
	background: #FFFFFF;
	overflow: hidden;
	padding: 1.5rem 0 1.75rem;
}
.imgListDl{
	overflow: hidden;
	margin-right: -0.5rem;
	padding: 1rem 0 0.75rem;
}
.imgListDl dd{
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 0.5rem;
}
.imgListDl dd .con{
	display: block;
	margin-right: 0.5rem;
}
.imgListDl dd .pic::before{
	padding-top: 47.7941%;
}
/* â€”â€”â€”â€”â€” åˆä½œåª’ä½“ end â€”â€”â€”â€”â€” */
/* ========== é¦–é¡µ end ========== */
</pre></body></html>