body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
body {font-size:62.5%; line-height: 1.5; color: #333; background: #fff; font-family: '寰蒋闆呴粦',"Microsoft YaHei"} 
/* html,body{width: 100%;overflow-x: hidden;} */
html:has(.header.toggle) {overflow: clip;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img{border: 0;display: inline-block;max-width: 100%;transition: all .3s ease-out;}
.pic img{width: 100%;}
table {border-collapse: collapse;} 
input{border: none;}
textarea{font-family: inherit;}
button{outline: none;border: none;}
a{text-decoration: none;background: none ;color: inherit;font-size: inherit;}
a:hover{color: var(--vice-color);}
ul, li, ol{ list-style: none; }
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
:root {--primary-color: #009944;--vice-color: #70b92a;}
.wrapper{width: 84%;max-width: 1600px;min-width: 1200px;margin: 0 auto;}
.wrapper_min{width: 73%;max-width: 1400px;min-width: 1200px;margin: 0 auto;}
.space{padding-top: 8vh !important;padding-bottom: 8vh !important;}
.bgCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.pic_constant{position: relative;overflow: hidden;display: block;}
.pic_constant .inner{width: 100%; position: relative; }
.pic_constant .inner::after{content: '';width: 100%;display: block;}
.pic_constant .inner img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-out;}
.txtEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txtEllipsisTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.txtEllipsisThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.txtEllipsisFour{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.color_primary{color: var(--primary-color);}
.color_white{color: #fff;}
.color_gray{color: #999;}
.flex_center{display: flex;justify-content: center;align-items: center;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_align_center{display: flex;align-items: center;}
.flex{display: flex;}
.flex_wrap{display: flex;flex-wrap: wrap;}
.relative{position: relative;}
.mg_t_80{margin-top: 80px;}
.mg_t_60{margin-top: 60px;}
.mg_t_50{margin-top: 50px;}
.mg_t_40{margin-top: 40px;}
.mg_t_30{margin-top: 30px;}
.mg_t_20{margin-top: 20px;}
.mg_t_10{margin-top: 10px;}
.mg_t_5{margin-top: 5px;}
.mg_l_5{margin-left: 5px;}
.mg_l_20{margin-left: 20px;}
.mg_r_5{margin-right: 5px;}
.pd_b_40{padding-bottom: 40px;}
.indent{text-indent: 2em;}
.text_center{text-align: center;}
.text_right{text-align: right;}
.font_bold{font-weight: bold;}
.txt_desc{font-size: 1.5em;color: #666;line-height: 1.8;}
h2{font-size: 3em;}
h3{font-size: 2.8em;}
h4{font-size: 2.6em;}
h5{font-size: 2.4em;}
.fs60{font-size: 6em;}
.fs24{font-size: 2.4em;}
.fs22{font-size: 2.2em;}
.fs20{font-size: 2em;}
.fs18{font-size: 1.8em;}
.fs16{font-size: 1.6em;}
.fs15{font-size: 1.5em;}
.fs14{font-size: 1.4em;}

.swiper-pagination-bullet-active{background-color: var(--primary-color);}
.swiper-free-mode>.swiper-wrapper {-webkit-transition-timing-function: linear !important;-moz-transition-timing-function: linear !important;-ms-transition-timing-function: linear !important;-o-transition-timing-function: linear !important;transition-timing-function: linear !important;}

.header{position: sticky;position: -webkit-sticky;top: 0;left: 0;z-index: 999;width: 100%;height: 80px;background-color: #fff;box-shadow: 0 0 4px #eee;transition: all .3s ease-out;}
.header .wrapper{height: 100%;align-items: center;}
.header .logo img{height: 60px;}

.header .nav> ul{display: flex;}
.header .nav> ul> li{position: relative;z-index: 0;line-height: 42px;}
.header .nav> ul> li+ li{margin-left: 30px;}
.header .nav> ul> li> a{display: block;white-space: nowrap;font-size: 1.5em;padding: 0 22px;}
.header .nav> ul> li> i{width: 56px;height: 56px;font-size: 16px;transition:all .3s linear;display: none;justify-content: center;align-items: center;}
.header .nav> ul> li> i::before{transition: all .3s ease-out;}
.header .nav> ul> li> i.rotate::before{transform: rotate(180deg);-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.header .nav a:hover{color: var(--primary-color);}
.header .nav .children{background-color: #fff;border-radius: 20px;padding: 15px 25px;}
.header .nav .children li a{white-space: nowrap;display: flex;align-items: center;font-size: 1.5em;}

.header .nav> ul> li.on> a{background-color: var(--vice-color);color: #fff;border-radius: 30px;}
.header .nav .children{min-width: 100%;position: absolute;top: 100%;left: 0;z-index: 99;background-color: #fff;box-shadow: 0 2px 4px #ccc;transform: scaleY(0);-ms-transform: scaleY(0);-webkit-transform: scaleY(0);transform-origin: top;-ms-transform-origin: top;-webkit-transform-origin: top;opacity: 0;transition: all .3s ease-out;}
.header .nav> ul> li:hover .children{transform: scaleY(1);-ms-transform: scaleY(1);-webkit-transform: scaleY(1);opacity: 1;}
.header .nav> ul> li.lang a{background-color: var(--primary-color);border-radius: 50px;color: #fff;text-align: center;}
.header .nav> ul> li.lang a:hover{opacity: .9;}

.header .menu_btn{width: 26px;height: 22px;cursor: pointer;display: none;position: relative;margin-left: 20px;}
.header .menu_btn span {display: inline-block;width: 100%;height: 3px;background-color: var(--primary-color);position: absolute;transition: all .3s linear;}
.header .menu_btn span:first-child {top: 0;}
.header .menu_btn span:nth-child(2) {top: 10px;}
.header .menu_btn span:last-child {top: 20px;width: 70%;}
.header.toggle .menu_btn span:first-child {top: 11px;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.header.toggle .menu_btn span:nth-child(2) {opacity: 0;}
.header.toggle .menu_btn span:last-child {top: 11px;width: 100%;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}

.footer{background-color: #3e3a39;color: rgba(255, 255, 255, .8);}
.footer .top{font-size: 1.4em;padding: 50px 0 30px;}
.footer .logo img{height: 65px;}
.footer .nav{border-bottom: 1px solid rgba(255, 255, 255, .7);padding-bottom: 15px;margin-bottom: 50px;}
.footer .nav li + li{margin-left: 50px;}
.footer .contact p{margin-bottom: 6px;}
.footer .qrcode img{height: 130px;}
.footer .qrcode p{text-align: center;margin-top: 5px;}
.footer .links a{transition: all .3s linear;}
.footer .links a+a{margin-left: 10px;}
.footer .links a:hover img{transform: scale(1.1);}
.footer .btm{font-size: 1.2em;padding: 10px 0;background-color: #4b4949;}
.footer .btm a:hover{text-decoration: underline;}

@media screen and (min-width: 1280px){
}

@media screen and (max-width: 1500px){
	.header .nav> ul> li+ li{margin-left: 20px;}
}

@media screen and (max-width: 1279px){
	.wrapper,
	.wrapper_min{width: 92%;max-width: 92%;min-width: 92%;}
	.mg_t_80{margin-top: 50px;}
	.mg_t_60{margin-top: 40px;}
	.mg_t_50{margin-top: 30px;}
	.mg_t_40{margin-top: 25px;}
	.mg_t_30{margin-top: 20px;}
	.mg_t_20{margin-top: 15px;}
	h2{font-size: 2.8em;}
	h3{font-size: 2em;}
	h4{font-size: 1.8em;}
	h5{font-size: 1.8em;}
	.fs60{font-size: 4em;}
	.fs24{font-size: 2em;}
	.fs22{font-size: 1.8em;}

	.header{height: 60px;box-shadow: 0 0 4px #eee;}
	.header .logo img{height: 40px;}
	.header .nav> ul> li+ li{margin-left: 0;}
	.header .nav> ul> li> a{padding: 0 18px;}

	.footer .nav{display: none;}
	.footer .contact{width: 100%;}
	.footer .contact .item:last-child{margin-left: 30px;}
	.footer .qrcode img{height: 100px;}
	.footer .web_links li{margin-left: 10px;}
	.footer .btm .wrapper{flex-wrap: wrap;justify-content: center;}
}

@media screen and (max-width: 1000px){
    .header .menu_btn {display: block;}
	.header .nav{position: fixed;bottom: -50px;left: 0;width: 100%;height: calc(100vh - 60px);padding: 0 4% 20px;background-color: #fff;opacity: 1;visibility: hidden;transition: all .3s ease-out;}
	.header .nav> ul{height: 100%;display: block;overflow-y: auto;opacity: 0;transform: translateY(20px);transition: all .3s ease;}
	.header .nav> ul> li{line-height: 56px;width: 100%;overflow: hidden;}
	.header .nav> ul> li.on> a{background: none;color: var(--vice-color);}
	.header .nav> ul> li+ li{margin-left: 0;}
	.header .nav> ul> li> a{font-size: 1.6em;padding: 0;}
	.header .nav> ul> li> i{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 56px;display: flex;align-items: center;justify-content: flex-end;}
	.header .nav .children{position: static;width: 100%;padding: 0 15px;background: none;box-shadow: none;display: none;transform: none;opacity: 1;transition: none;}
	.header .nav> ul> li:hover .children{transform: none;}
	.header .nav .children li a{padding: 0;border-top: 0;line-height: 40px;color: #666;}

	.header.toggle .nav{bottom: 0;visibility: visible;}
	.header.toggle .nav> ul{opacity: 1;transform: none;transition-delay: .3s;}
}

@media screen and (max-width: 768px){
	.space{padding-top: 30px !important;padding-bottom: 30px !important;}

	.footer .top{padding: 30px 0;}
	.footer .center{width: calc(100% - 110px);}
	.footer .contact .item:last-child{margin-left: 0;}
	.footer .links{text-align: left;}
	.footer .logo{display: none;}
}	

@media screen and (max-width: 525px){
	.mg_t_80{margin-top: 30px;}
	.mg_t_60{margin-top: 30px;}
	.mg_t_50{margin-top: 30px;}
	.mg_t_40{margin-top: 20px;}
	.mg_t_30{margin-top: 15px;}
	.mg_t_20{margin-top: 10px;}
	h2{font-size: 2.4em;}
	h3{font-size: 2em;}
	h4{font-size: 1.8em;}
	.fs24{font-size: 1.8em;}
}	