
@font-face {
    font-family: 'Noto Serif SC';
    src: url('../fonts/SourceHanSerifSC-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSerifSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.cover_btn{position: absolute;right: 0;top: 0;width: 11.8rem;height: 11.2rem;background: #00af5b;z-index: 1000;border-radius: 0 0 0 3.2rem;cursor: pointer;}
.cover_btn svg{width: 5.1rem;height: 5.1rem;}
.cover_btn path{fill: #fff;}

.cover_box{background: url(../images/cover_bg.png) no-repeat center/cover;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;overflow: hidden;}
.cover_box.on{animation: cover .3s linear 0s 1 both;transform-style: preserve-3d;}
@-webkit-keyframes cover{
	0%{height: 0;}
	100%{height: 100vh;}
}
@keyframes cover{
	0%{height: 0;}
	100%{height: 100vh;}
}
/* .cover_box .bg{position: absolute;left: 0;right: 0;top: 0;} */
.cover_box .gp-container{position: relative;max-height: 100vh;overflow: auto;}
.cover_nav{position:relative;padding: 9.2rem 0 0;}
.cover_nav ul{}
.cover_nav li{line-height: 3.9rem;display: flex;margin: 0 0 1.2rem;}
.cover_nav li > a{color:#fff;margin: 0 5rem 0 0;display: block;white-space: nowrap;}
.cover_nav .cover_sub_nav{position:relative;}
.cover_nav .cover_sub_nav dl{position: relative;display: flex;flex-wrap: wrap;}
.cover_nav .cover_sub_nav dd{}
.cover_nav .cover_sub_nav a{color:#fff;display:block;white-space: nowrap;position: relative;min-width: 6em;margin: 0 1.6rem 1rem 0;}

.cover_bottom{padding: 5rem 0 5.3rem;}
.cover_logo{margin: 0 auto;width: 99.3rem;}
.cover_bottom_links{text-align: center;padding: 3.8rem 0 3.2rem;}
.cover_bottom_links a{color: #fff;margin: 0 1.8rem;}

.ser{position: relative;max-width: calc(100% - 4rem);margin: 0 auto;width: 62.5rem;border-radius: .6rem;overflow: hidden;height: 5rem;}
.search .notxt1{background-color: #fff;color: #fff;width: 8.2rem;}
.search .notxt1::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: .1rem;height: 2.2rem;background: #282828;}
.search .notxt1 svg{width: 100%;height: 2.1rem;}

/* header */
header{position: relative;z-index: 10;}
.header{width: 100%;min-width: 30rem;z-index: 12;top: 0;position: absolute;width: 100%;left: 0;top: 0;background: #008946;filter: drop-shadow(0rem .3rem 3.5rem rgba(6, 59, 33, 0.15));}
.header.currents{animation: header .7s linear 0s 1 both;transform-style: preserve-3d;}
@-webkit-keyframes header{
	0%{transform: translateY(-120%);}
	100%{transform: translateY(0);}
}
@keyframes header{
	0%{transform: translateY(-120%);}
	100%{transform: translateY(0);}
}

.header .gp-container{width: calc(100% - 38rem);height: 11.2rem;margin-left: auto;margin-right: auto;}
.header .gp-container::before{content: '';display: block;background: url(../images/logo_bg1.png) no-repeat bottom center/cover;width: 13rem;height: 2.1rem;position: absolute;top: 100%;left: -2.2rem;}

.logo{width: 38rem;padding: 3.2rem 0 0;}
.logo .l2{display: none;width: 32.6rem;}

.top_links{position: relative;text-align: right;/* overflow: hidden; */height: 4.2rem;line-height: 4.2rem;z-index: 10;}
.top_links a{color: #fff;position: relative;padding: 0 1.4rem;display: inline-block;vertical-align: top;}
.top_links a.en{margin-left: 1rem;padding: 0 2.8rem;}
.top_links a.ser_link{padding: 0 0 0 3rem;position: relative;}
.top_links a.ser_link::before{content: '';display: block;width: .1rem;height: 1.4rem;background: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.ser_link svg{vertical-align: middle;width: 2.1rem;height: 2.1rem;}

.top_links .ser_box{position: absolute;right: -2rem;top: 50%;transform: translateY(-50%);width: 0;height: 5rem;overflow: hidden; transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.top_links .search .notxt1{width: 6.2rem;}
.top_links .ser_link:hover .ser_box{width: 32rem;}

.header_rt{width: calc(100% - 53.8rem);}

.nav{position:relative;margin: 1rem 0 0;}
.nav .ser_link{position: absolute;top: 50%;transform: translateY(-50%);/*left: 100%;*/line-height: 6rem;/*margin: 0 0 0 7.2rem;*/right: 0;}
.wrapbanner .nav .ser_link,.header:not(.currents) .nav .ser_link{display: none;}
.nav .ser_link::before{content: '';display: block;width: .1rem;height: 1.4rem;background: #008946;position: absolute;top: 50%;transform: translateY(-50%);left: -3.6rem;}
.nav .ser_link path{fill: #008946;}

.nav .ser_box{position: absolute;right: -2rem;top: 50%;transform: translateY(-50%);margin: .1rem 0 0;width: 0;height: 5rem;overflow: hidden;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.nav .search{}
.nav .search .notxt1{width: 6.2rem;}
.nav .ser_link:hover .ser_box{width: 32rem;box-shadow: 0 0 1rem rgba(0,0,0,.1);}


.nav ul{display: flex;align-items: flex-start;justify-content: space-between;}
.nav li{line-height: 6rem;}
.nav li > a{color:#fff;line-height: 5.2rem;font-weight: bold;}

.nav ul li > a::before{content:"";position:absolute;width:0%;height: .2rem;background:#dbc18f;left: 50%;bottom: 0;transition: all .3s ease-in-out;left: 50%;transform: translateX(-50%);}
.nav ul li:hover > a::before,.nav ul li > a.home::before{width: 100%}

.nav .sub_nav{position:absolute;left: 0%;top: 100%;display:none;width: 100%;}
.nav .sub_nav::before{content: '';display: block;width: .2rem;height: 1.8rem;background: #dbc18f;margin: 0 auto;}
.nav .sub_nav_content{width: 90rem;background: #fff url(../images/nav_bg.png) no-repeat center/cover;border-radius: 8rem 0;overflow: hidden;position: relative;padding: 4rem 6.6rem 3.6rem 3.9rem;left: 50%;transform: translateX(-50%);}
.nav li:nth-last-child(1) .sub_nav_content{transform: translateX(-90%);}
.nav li:nth-last-child(2) .sub_nav_content{transform: translateX(-80%);}
.nav li:nth-last-child(3) .sub_nav_content{transform: translateX(-70%);}
.nav li:nth-last-child(4) .sub_nav_content{transform: translateX(-60%);}
.nav .sub_nav_content::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;background: #3eb680;height: .4rem;}
.nav .sub_nav .lf{width: 46.8rem;align-items: flex-start;}
.nav .sub_nav .img_box{width: 24rem;border-radius: 4rem 0;overflow: hidden;}
.nav .sub_nav .info_box{width: 21rem;color: #008946;text-align: left;}
.nav .sub_nav .rt{width: 32rem;}
.nav .sub_nav dl{margin: 0 0 0;position: relative;padding: 0 0 1rem;}
.nav .sub_nav dd{width: 50%;float: left;}
.nav .sub_nav a{color:#000;display:block;line-height: 1.5em;position: relative;margin: 0 0 1.6rem;text-align: center;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;left: 0;}
.nav .sub_nav a:hover{color: #008946;left: 1rem;}

.nav ul li:hover .sub_nav{display: block;}
/* .nav ul li:hover .sub_nav{-webkit-animation-name:flipInY;animation-name:flipInY;animation-duration:.6s;-webkit-animation-duration:.6s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible!important;display:block} */
@keyframes flipInY{
	from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
	40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
	60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
	80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
	to{-webkit-transform:perspective(400px);transform:perspective(400px)}
	/* from{opacity: 0;}
	to{opacity: 1;} */
}

.header.currents{background: #fff;position: fixed;filter: drop-shadow(0rem .3rem 3.5rem rgba(6, 59, 33, 0.15));}
.header.currents .cover_btn{display: none;}
.header.currents .gp-container{height: 7.8rem;}
.header.currents .gp-container::before{background-image: url(../images/logo_bg2.png);width: 6.9rem;height: 1.2rem;left: .2rem;}
/* .header.currents .gp-container{width: calc(100% - 24rem);}
.header.currents::before{height: 0;}
.header.currents .header_rt{padding: 0 0 0 6rem;} */
.header.currents .logo{padding: .6rem 0 0;}
.header.currents .logo .l1{display: none;}
.header.currents .logo .l2{display: block;}
.header.currents .top_links{display: none;}
.header.currents .nav{padding: 0 10rem 0 0;}
.header.currents .nav li > a{color: #008946;}
.header.currents .nav ul > li{line-height: 6rem;}

@media screen and (max-width:1640px){
	/* .nav{padding-top:58px} */
	.nav li{/* margin: 0 24px; */}
	.header.currents .nav li{/* margin: 0 16px; */}
	.nav li > a{font-size: 20px;}
	.nav .sub_nav a{font-size: 14px;}
}
@media screen and (max-width:1480px){
	.top_links{/* right:36px; */top: 4px;}

	.header.currents .header_rt{/* margin-right: 60px; */}
	/* .nav{padding-top:45px} */
	.nav li{}
	.nav li > a{font-size: 18px;}
}
@media screen and (max-width:1240px){
	.nav li > a{font-size: 16px;}
	.nav .sub_nav a{font-size: 12px;}
}
@media screen and (max-width:996px){
	.header{position: relative;}
	.header.currents{display:none!important}
	.header .gp-container{}
	.header::before{height: 50px;}
	.nav, .top_link,.wrap_nav,.top_links{display:none}

	.header .top{height:auto;width:auto;position: relative;display: none;}

	.logo{padding-top: 10px;}
	/* .logo{top:0;width:260px} */

	.cover_nav{padding-top: 12rem;}
	.cover_nav li{display: block;position: relative;border-bottom: 1px solid rgba(255,255,255,0.15);}
	.cover_nav li > a{font-size: 18px;padding: 10px 0;display: inline-block;}
	.cover_nav .arrow{position: absolute;right: 0;top: 7px;width: 30px;height: 30px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
	.cover_nav .arrow::before,.cover_nav .arrow::after{content: '';display: block;width: 2px;height: 15px;background: #fff;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
	.cover_nav .arrow::after{width: 15px;height: 2px;}
	.cover_nav li.on .arrow{transform: rotate(45deg);}
	.cover_nav .cover_sub_nav dd{width: 50%;}
	.cover_nav .cover_sub_nav{display: none;}


}
@media screen and (max-width:767px){
	.header .gp-container{background-size: 160px auto;}
	.logo{overflow:hidden;width:220px;max-width:100%;text-align:center;position:relative;}

}


/* header end */

/* footer */
/* .gotop_btn{position: fixed;right: 10px;bottom: -80px;width: 70px;height: 70px;line-height: 70px;text-align: center;color: #fff;background: #f8b551;border-radius: 20px;z-index: 1000;}
.gotop_btn i{font-size: 30px;}
.gotop_btn.on{bottom: 60px;}
.gotop_btn:hover{border-radius: 50%;} */

footer{clear:both;position:relative;color:#fff;background: url(../images/footer_bg.png) no-repeat top center/cover;margin: 0 0 0;z-index: 2;}

.footer{position: relative;padding: 7.6rem 0 5.8rem;/* align-items: center; */}
.footer_lf{max-width: calc(100% - 50rem);}
.footer_rt{width: 48rem;padding: 5.7rem 0 0;}
.footer_logo{width: 56.2rem;margin: 0 0 6.3rem;}

.footer_nav .item{margin: 0 3.8rem 0 0;}
.footer_nav .title{font-weight: bold;line-height: 2em;margin: 0 0 .4rem;}
.footer_nav .bottom a{padding: 0 0 0;display: block;line-height: 1.8em;margin: 0 0 .8rem;}

.friend_links {margin: 0 0 2.2rem;}
.friend_links .select_link {display: block; position: relative;margin: 0 0 2rem;width: calc(50% - 1rem);border: .1rem solid rgba( 255, 255, 255, .5);}
.friend_links .select_link.on {border-color: #229260;}
/* .friend_links .select_link .arrow { width: 2rem; height: 2rem; position: absolute; right: .8rem; bottom: .8rem; background: url("../images/select_arrow.png") center center no-repeat; transition: all 0.2s ease-in-out 0s; cursor: pointer; } */
/* .friend_links .select_link .arrow.on { transform: rotate(180deg); background: url("../images/select_arrow2.png") center center no-repeat; } */
.friend_links .select_link p{display: block;color: #fff;text-align: left;padding: 0rem 2rem;line-height: 2.5em;position: relative;}
.friend_links .select_link p::before{content: '';display: block;position: absolute;border-left: 1rem solid transparent;border-bottom: 1rem solid #73d9ab;right: .9rem;bottom: 1rem;}
.friend_links .select_link .alert_box {height: 0rem; position: absolute; left: -0.1rem; bottom: 100%;background: #229260; right: -0.1rem; border-radius: .6rem .6rem 0rem 0rem; padding: .6rem 1.2rem 0rem 1rem; overflow: auto; border: 0rem; opacity: 0; transition: all 0.2s ease-in-out 0s; }
.friend_links .select_link .alert_box.on { opacity: 1; height: auto; }

.friend_links .select_link .alert_box .scroll{height: 100%;overflow: auto;max-height: 18rem;}
.friend_links .select_link .alert_box .scroll::-webkit-scrollbar{ width: .6rem; }
.friend_links .select_link .alert_box .scroll::-webkit-scrollbar-thumb{ background: rgba(255, 255, 255, .2);border-radius: .5rem; }
.friend_links .select_link .alert_box a { display: block; color: #ffffff; line-height: 1.5; padding: .6rem 1rem;margin: 0;width: auto;height: auto;}
.friend_links .select_link.on p { color: #fff;background-color: #229260; color: #fff; border-color: #229260;background-image: none;}
.friend_links .select_link .alert_box a:hover { background: rgba(255, 255, 255, .2); }

.footer_code{text-align: center;margin: 0 0 2rem;justify-content: space-around;}
.footer_code .item{}
.footer_code img{width: 12.7rem;display: block;margin: 0 auto;}
.footer_code p{margin: .6rem 0 0;/* white-space: nowrap; */}

.contact_us{color: #fff;padding: 0 0 0 9rem;position: relative;}
.contact_us a{display: block;width: 9rem;position: absolute;left: 0;top: 0;}
.contact_us p{}

.copy_right{text-align: center;padding: .9rem 0;background: #3a3a3a;color: #adadad;}
.copy_right a{color: inherit;}
.copy_right p{display: inline-block;vertical-align: top;}

@media screen and (max-width:1640px){
	.footer_nav .item{margin: 0 2rem 0 0;}

.footer_code .item{width: 12.7rem;}
	
}
@media screen and (max-width:1440px){
	.friend_links .select_link p,.contact_us{font-size: 14px;}

}
@media screen and (max-width:1280px){
	.footer_nav .item{margin: 0 2rem 0 0;}
	.friend_links .select_link p{font-size: 13px;}

	.footer_nav .title{font-size: 16px;}
	.footer_nav .bottom a{font-size: 14px;}

	.footer_code img{width: 110px;}
	.footer_code p{font-size: 12px;}

}

@media screen and (max-width:996px){
	.footer{width: auto;max-width: initial;/* padding-top: 50px; *//* padding-bottom: 14px; */}

	.footer_lf{width: 100%;max-width: initial;}
	.footer_rt{width: 100%;padding: 20px 0 0;}

	.footer_logo{margin-bottom: 20px;}

	.footer_code{justify-content: center;}
	.footer_code .item{margin: 0 10px;}

}
@media screen and (max-width:767px){
	.footer{padding: 20px 0;}
	.footer_lf{flex-wrap: wrap;width: 100%;}

	.footer_logo{width: 60%;margin: 0 auto 20px;order: 0;}

	.friend_links{width: 100%;padding: 20px 0;}
	.footer_code{width: 100%;margin: 0;text-align: center;}
	.footer_code .hover_box{left: 50%;transform: translateX(-50%);}
	
	.contact_us{width: 100%;margin: 20px 0 0;}

	.footer_rt{padding: 0;}

	.footer_nav{margin: 0 0 0 -6px;}
	.footer_nav ul{justify-content: flex-start;}
	.footer_nav li{width: 50%;}
	.footer_nav .item{margin: 0 0 6px 6px;padding: 0 10px;border: 1px solid rgba( 255, 255, 255, .5);position: relative;line-height: 36px;height: 36px;}
	.footer_nav .title{display: inline-block;}
	/* .footer_nav .item::before{content: '';} */
	/* .footer_nav .item::before,.footer_nav .item::after{content: '';display: block;width: 2px;height: 20px;background: #fff;position: absolute; right: 0;top: 10px;}
	.footer_nav .item::after{width: 20px;height: 2px;} */
	.footer_nav .item::before{content: '';display: block;position: absolute;border-left: 1rem solid transparent;border-bottom: 1rem solid #73d9ab;right: .9rem;bottom: 1rem;}
	.footer_nav .bottom{display: none;position: absolute;border: 1px solid rgba( 255, 255, 255, .5);background: #229260;z-index: 2;left: 0;right: 0;padding: 4px 10px;top: 100%;}

}
@media screen and (max-width:413px){
	


}

/* footer end */


/* mob_nav */
@media screen and (max-width:996px){
	.mobile_header{position: absolute;z-index: 1000;top: 0;width: 100%;}
	.mob_nav_btn{height:38px;text-align:left;width:38px;z-index: 1000;position:absolute;cursor:pointer;margin-right:0;font-weight:700;text-align:right;right:20px;top:12px;-webkit-transition:background .5s;-moz-transition:background .5s;-o-transition:background .5s;transition:background .5s;background: #80b63c;border-radius: 50%;}
	.mob_nav_btn.on{/*background-image:url(../images/m_nav2.png);*//* right:20px; *//* top:20px; */ position: fixed;}
	.mob_nav_btn span{position:absolute;left:calc((100% - 22px)/ 2);top:calc((100% - 1px)/ 2);width:22px;height:2px;background-color:#fff;animation-duration:.5s;animation-fill-mode:both;}
	.mob_nav_btn.on span{/* background: #80b63c; */}
	.mob_nav_btn span:nth-child(1){transform:translateY(4px) rotate(0);animation-name:outfirst}
	.mob_nav_btn span:nth-child(2){transform:translateY(-4px) rotate(0);animation-name:outsecond}
	.mob_nav_btn span:nth-child(3){transform:translateY(-4px) rotate(0);animation-name:outthird}
	@keyframes outfirst{
		0%{transform:translateY(0) rotate(-45deg)}
		100%{transform:translateY(-8px) rotate(0)}
	}
	@keyframes outsecond{
		0%{transform:translateY(0) rotate(45deg)}
		100%{transform:translateY(0px) rotate(0)}
	}
	@keyframes outthird{
		0%{transform:translateY(0) rotate(90deg)}
		100%{transform:translateY(8px) rotate(0)}
	}
	.mob_nav_btn.on span:nth-child(1){animation-name:clickfirst}
	.mob_nav_btn.on span:nth-child(2){animation-name:clicksecond}
	.mob_nav_btn.on span:nth-child(3){animation-name:clickthird}
	@keyframes clickfirst{
		0%{transform:translateY(4px) rotate(0)}
		100%{transform:translateY(0) rotate(45deg)}
	}
	@keyframes clicksecond{
		0%{transform:translateY(-4px) rotate(0)}
		100%{transform:translateY(0) rotate(-45deg)}
	}
	@keyframes clickthird{
		0%{opacity:0}
		100%{opacity:0}
	}
	.mobile_header_cover{display:block;position:fixed;left:0;right:0;top:0;bottom:100%;background:rgba(0,0,0,.7);z-index:9;transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-webkit-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s}
	.mobile_header_cover.on{bottom:0}
	.mobile-header{max-width:90%;position: fixed;top: 0;right:0;z-index:995;overflow:auto;overflow-x: hidden; background:#fff;display:none;width:392px;border-left:8px solid #80b63c;height: 100vh;}
	.mobile-header.on{animation-duration:.5s;animation-fill-mode:both;animation-name:y_scale;display:block}
	.mobile-nav{width:100%;padding-top: 50px;}
	.mobile-nav li{position:relative;padding:0 0;border-bottom:1px solid #f2f2f2}
	.mobile-nav li a{display:block;line-height: 25px;text-decoration:none;font-size:18px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;padding:13px 60px 12px 30px;}
	.mobile-nav dd a{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal}
	@-webkit-keyframes returnToNormal{
		from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
		to{opacity:1;-webkit-transform:none;transform:none}
	}
	@keyframes returnToNormal{
		from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
		to{opacity:1;-webkit-transform:none;transform:none}
	}
	.mobile_sub_nav{padding:0 22px 0 8px;background: #f3f3f3;overflow:hidden;}
	.mobile-nav dd a{/* height:35px; */line-height: 22px;border-top: 1px solid rgba(135,135,135,.1);font-size:16px;padding-left: 40px;position:relative;}
	.mobile-nav dd:first-child a{border-top:0}
	.mobile-nav dd a::before{content:'';display:block;position:absolute;left:50%;right:50%;top:0;bottom:0;background:#80b63c;transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;z-index:-1}
	.mobile-nav dd:hover a{color:#fff}
	.mobile-nav dd:hover a::before{left:-30px;right:-30px}
	.mobile-nav .arrow{color:#666;position:absolute;right:0;top: 2px;font-size:2.5rem;cursor:pointer;width:45px;height:45px;text-align:center;line-height:45px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;/*background:url(../images/mobile_arrow1.png) center no-repeat;*/ }
	.mobile-nav .on .arrow{/*background-image:url(../images/mobile_arrow2.png)*/transform: rotate(90deg); }
	.mobile_sub_nav{display:none}
	/* li.on .mobile_sub_nav{display:block} */
	.mobile_search{height:56px;z-index:600;overflow:hidden;position:relative;transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;margin:30px 40px 15px;border:1px solid #d3d3d3}


	.mob_links{color:#fff;text-align: center;line-height:40px}
	.mob_linksIn{overflow:hidden;float:right;margin-right:50px}
	.mob_links dl dt::before{background:#fff;opacity:.75}
	.mob_links dl{margin: 0 0 10px;overflow: hidden;}
	.mob_links dl:nth-child(2){margin:0}
	.mob_links dl a{color: #333;opacity:.75;font-size:14px}
	.mob_links dl dt{position:relative}
	.mob_links dl dt::before{content:'';position:absolute;width: 16px;height: 2px;background:#a7a8a7;bottom: 0;left: calc(50% - 8px);}
	.mob_links dl dt a{font-size:14px;color: #333;font-weight:700}
	.mob_links dl dd{padding: 0 10px;position:relative;display: inline-block;}
	.mob_links dl dd::before{content:'';position:absolute;width:5px;height:1px;opacity:.3;background:#fff;right:10px;top:50%}
	.mob_links dl dd:last-child::before{display:none}

	.mobile_search{height: 36px;margin: 20px;}
	/* .mobile_search .search input.notxt1{background-color: #fff; background-size: 20px; } */
	.mobile_search .search i{position: absolute;z-index: 2;right: 0;top: 50%;transform: translateY(-50%);text-align: center;font-size: 1.8rem;width: 25%;pointer-events: none;color: #80b63c;}

}
@media screen and (max-width:767px){
    .mob_nav_btn{}
    .mobile-nav{padding-top:70px}
    .mobile-nav li a{line-height:30px}
    .mobile-nav dd a{padding-left:60px}
    .mobile-nav .arrow{top:6px}

	.mobile_search .search input.notxt1{width: 60px;}
	.search input.notxt{width: calc(100% - 60px);padding-left: 20px;}

}
/* mob_nav end */



.wrap_sub_banner{overflow: hidden;z-index: 1;position: relative;}
.wrap_sub_banner .bottom{position: absolute;left: 0;right: 0;bottom: 0}
.sub_banner{padding-bottom: calc(640% / 19.2);height: 0;overflow: hidden;position: relative;background: center;background-size: cover;}
.sub_banner img{display: block;width: 100%;}
.sub_banner_title{color: #fff;padding: 2.4rem 0;position: relative;float: left;line-height: 7.5rem;width: 26rem;text-align: center;font-weight: bold;}
.sub_banner_title::before{content: '';display: block;position: absolute;right: -0.7rem;bottom: 0;width: 37.6rem;height: 26.2rem;opacity: 1;z-index: -1;background: url(../images/sub_banner_cover.png) no-repeat center/cover;}


.content{position: relative;z-index: 2;padding-top: 4rem;padding-bottom: 6rem;background: url(../images/sub_bg1.png) no-repeat center/cover;}
.content::before{content: '';display: block;background: url(../images/sub_bg2.png) no-repeat bottom center/100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.sub_content{position: relative;padding: 2.5rem 0 0;padding-top: 8rem;}
.sub_content2{background: #fff;padding: 20px 20px 40px;}

.sub_layout{position: relative;}
.sub_layout .lf{width: 26rem;position: relative;z-index: 2;}
.sub_layout .rt{width: calc(100% - 26rem);background: #fff;padding: 3rem 4.3rem 6rem 4rem;border-radius: 6rem 0 0 0;box-shadow: 0px .3rem 11.75rem .75rem rgba(235, 244, 244, 1);min-height: 70rem;}
.sub_layout .rt12{background: #fff url(../images/sub012_bg.png) no-repeat right bottom/64.4rem auto;}
.sub_layout .rt15{background: #fff url(../images/sub015_bg.png) no-repeat center bottom/100% auto;}
.sub_menu{padding: 3.3rem 0 21.8rem 3rem;background: #3eb680 url(../images/sub_menu_bg.png) no-repeat bottom/100% auto;border-radius: 0 5rem 0 6rem;}
.sub_menu .btn{display: none;}
.sub_menu > ul{position: relative;}
.sub_menu li{position: relative;}
.sub_menu .item{margin: 0 0;padding: 1.9rem 0 1.9rem 2.4rem;color: #fff;border-radius: 0 3rem;position: relative;z-index: 2;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.sub_menu .item::before{content: '';display: block;position: absolute;left: 0rem;right: 3rem;bottom: 0;z-index: -1;border-bottom: .1rem solid rgba(255,255,255,0.2);}
.sub_menu .title{line-height: 1.6em;color: #fff;}
.sub_menu > ul > li.on,.sub_menu > ul > li:hover{overflow: hidden;}
.sub_menu li.on > .item,.sub_menu li > .item:hover{background: #fff;}
.sub_menu li.on > .item::after,.sub_menu li > .item:hover::after{content: '';display: block;position: absolute;right: 0;top: 1.6rem;background: url(../images/sub_menu_li.png) no-repeat center/cover;width: 4.2rem;height: 7.1rem;}
.sub_menu li.on > .item > .title,.sub_menu li > .item:hover > .title{color: #008946;}

.sub_menu .ul2{display: none;position: relative;padding: .4rem 0 2rem 2.4rem;margin: 0 3rem 0 0;border-top: .1rem solid rgba(62, 182, 128, .2);}
.sub_menu li.on .ul2{display: block;}
.sub_menu .ul2 .item{padding: .6rem 0 .6rem 1.9rem;}
.sub_menu .ul2 .item::after{display: none !important;}
.sub_menu .ul2 .title{color: #292929;}
.sub_menu .btn2{position: absolute;right: 1rem;top: 1.9rem;height: 1.6em;width: 2.4rem;display: block;z-index: 10;cursor: pointer;}
.sub_menu .btn2::before{content: '';display: block;height: .2rem;width: 2rem;background: #fff;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);z-index: 10;}
.sub_menu .btn2::after{content: '';display: block;height: 2rem;width: .2rem;background: #fff;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);z-index: 10;}

.sub_menu > ul > li.haschild.on,.sub_menu > ul > li:hover.on{background: #fff;border-radius: 0 3rem;}
.sub_menu .ul2 .item.on{}
.sub_menu .ul2 .item.on .title{color: #3eb680;}
.sub_menu .ul2 .item.on::before{content: '';display: block;position: absolute;left: 0;height: 0;top: 50%;transform: translateY(-50%);border-left: .7rem solid #3eb680;border-bottom: .5rem solid transparent;border-top: .5rem solid  transparent;right: auto;}


.sub_menu li.on .btn2::before,.sub_menu li.on .btn2::after{background: #987a3a;}
.sub_menu li.on .btn2{transform: rotate(45deg);}

a.sub_menu_bottom{display: block;line-height: 1.5em;padding: 1.9rem 2rem;border-radius: 3rem 0;background: #ca9f53 url(../images/sub_menu_bottom.png) no-repeat right center/auto 100%;margin: 2rem 0 0;color: #fff;font-weight: bold;text-align: center;}




.page_title{margin: 0 0 3rem;border-bottom: .1rem solid #3eb680;padding: 0 0 2rem;}
.page_title h2{position: relative;line-height: 4.6rem;padding: 0 0 0 1.1rem;color: #008946;}

.bread{line-height: 5.4rem;position: relative;color: #999;text-align: right;float: right;z-index: 2;}
.bread a{padding: 0 .3rem;display: inline-block;vertical-align: top;color: #999;}
.bread span{padding: 0 .1rem;}
.bread a.cur,.bread a:hover{color: #3eb680;}
.bread a:first-child{}

@media screen  and (max-width:1640px){
}
@media screen  and (max-width:1280px){
}
@media screen  and (max-width:996px){
	.wrap_sub_banner{position: relative;padding-top: 0;}
	.sub_banner{/* padding-bottom: 200px; */}
	.sub_banner_title{}

	.content .gp-container{min-height: initial;}

	.bread{font-size: 12px;position: relative;}
	.bread a{}
	.bread a:first-child{}

	.page_title{margin: 0 0 2rem;}

	.sub_content{padding: 20px 0 0;}
	.content{padding: 20px 0 40px;margin-top: 0;}

	.sub_layout .wrap_fix_scroll{position: relative;}
	.sub_layout .wrap_fix_scroll .fix_scroll{position: static !important;}
	.sub_layout .lf{width: 100%;margin: 0 0 20px;}
	.sub_layout .rt{width: 100%;padding: 2rem;border-radius: 3rem 0 0 0;min-height: initial;}

	.sub_menu{padding: 0;background: #3eb680;}
	.sub_menu ul{padding: 10px 0 20px 10px;border: none;display: none;border-radius: 0 20px;}
	.sub_menu .btn{display: block;line-height: 45px;height: 45px;text-align: center;color: #fff;font-size: 22px;background: #008946;border-bottom: 1px solid rgba(255,255,255,0.5);position: relative;border-radius: 0 20px 0 0;}
	.sub_menu .btn .ico{height: 50%;width: 100%;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
	.sub_menu ul::after{left: 0;}

	.sub_menu .ul2{/*display: block;*/}
	.sub_menu .ul2 .title{color: #fff;}
	/* .sub_menu li.on .ul2{display: none;} */
	.sub_menu li.on .ul2 .title{color: #292929;}

	.sub_menu > ul > li{position: relative;}
	.sub_menu > ul > li::before{content: '';display: block;position: absolute;left: 0rem;right: 3rem;bottom: 0;z-index: 0;border-bottom: .1rem solid rgba(255, 255, 255, 0.2);}
	.sub_menu .item{display: inline-block;}
	.sub_menu .item::before{display: none;}

	.sub_menu > ul > li.haschild::after{content: '';position: absolute;right: 30px;top: 20px;height: 0;width: 0;border-top: 8px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;}
	.sub_menu > ul > li.haschild.on::after{border-top-color: #3eb680;}

}
@media screen  and (max-width:767px){
	.wrap_sub_banner{background: #f6f8f1;}
	.wrap_sub_banner .bottom{position: relative;}
	.sub_banner{ padding-bottom: 160px;}
	
	.sub_banner_title{font-size: 20px;padding: 5px 40px 5px 0;position: absolute;left: 0;bottom: 100%;}

	.bread{margin: 0;color: #289343;}
	.bread a{color: #289343;}
	.bread i::before{color: #289343;}

	.content{padding-top: 10px;}

}


/* article_page_start */
.page_article{position: relative;z-index: 2;}
.page_article_title {}
.page_article_title h3 {line-height: 1.4;color: #333;text-align: center;padding: .8rem 0 .6rem;}
.page_article_title h4 {line-height: 1.6;color: #5e5a5a;text-align: center;padding: .8rem 0 .8rem;}
.article_author {margin: 3.4rem 0 2.6rem;padding: .8rem 23rem 1rem;line-height: 4.2rem;position: relative;z-index: 2;color: #008946;overflow: hidden;background: #edf7f8;text-align: center;}
.article_author span{padding: 0 4.4rem 0 0;display: inline-block;vertical-align: top;color: #289343;position: relative;}
.article_author span::before{content: '';display: block;background: #008946;height: 1.5rem;width: .1rem;position: absolute;top: 50%;transform: translateY(-50%);right: 2.2rem;}
.article_author span:last-child{padding:0}
.article_author span:last-child::before{display: none;}

.font_size_control{width: 17.2rem;position: absolute;top: 50%;transform: translateY(-50%);right: 5.8rem;}
.font_size_control i{cursor: pointer;width: 4rem;height: 4rem;border: .1rem solid rgba(62, 182, 128, .5);border-radius: 50%;}
.font_size_control i.ico1{background: url(../images/font_smaller.png) no-repeat center/cover;}
.font_size_control i.ico2{background: url(../images/font_reset.png) no-repeat center/cover;}
.font_size_control i.ico3{background: url(../images/font_bigger.png) no-repeat center/cover;}

.page_article .article {position: relative;text-align: justify;line-height: 1.727em;padding-bottom: 3.5rem;}
.page_article .article p { }
.page_article .article .has_img{text-align:center}
.page_article .article img{max-width: 70rem;}
.page_article .article .divPlayerImgResponsive{width: 100%;max-width: initial;}
.page_article .article .divPlayerImgResponsive img{max-width: 100%;}

.annex {overflow: hidden;}
.annex .annex_title{position: relative;color: #333;font-weight: bold;padding: 0 0 1.1rem 2rem;}
.annex a{position: relative;color: #333;word-break: break-all;padding: 1.5rem 2rem;background: #ebf6eb;display: block;}
.annex a:hover{color: #008946;}

.weChatBox{width: 280px;height: 310px;background-color: #fff;border: solid 1px #d8d8d8;padding: 10px;position: fixed;left: 50%;top: 50%;margin: -150px 0 0 -140px;z-index: 9998;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
.weChatBox.on {display: block;}
.weChatBox .w-title {font-size: 12px;font-weight: bold;padding: 0 0 10px 0;}
.w-close {width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;position: absolute;right: 0;top: 0;color: #333;cursor: pointer;}
.qrcode {width: 200px;height: 200px;margin: 15px auto;background: #ccc;}
.w-footer {font-size: 12px;line-height: 1.5;color: #999;}
#qrodeText {opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility: hidden;}

.article_share{display: flex;margin: 0 0 40px;font-size: 16px;}
.article_share .title{margin: 0 20px 0 0;line-height: 32px;flex-shrink: 0;}
.article_share .share_btn{width: 32px;height: 32px;margin: 0 20px 0 0;background: no-repeat center/cover;cursor: pointer;}
.article_share .share_btn.share_wechat{background-image: url(../images/share_wechat.png);}
.article_share .share_btn.share_sina{background-image: url(../images/share_sina.png);}

@media screen and (max-width: 996px){
	.page_article{margin: 0;}

	.page_article_title{padding: 0 0 10px;}
	.page_article .article{font-size: 15px;line-height: 1.8;}
	.article_author{margin: 0 0 20px;font-size: 12px;}
	.article_author span, .article_author span i{font-size: 12px;}
	.annex{padding: 0 0 12px;}

	.font_size_control{padding: 0;}
	/* .font_size_control{font-size: 18px;} */

}
@media screen and (max-width: 767px) {
	.page_articleTitle{margin: 0 0 16px;padding-bottom: 0;}
	.article_author span{border: 0;font-size: 14px;line-height: 20px;}
	.page_article .article img{max-width: 100%;}
	/* .article_author i{display: none;} */

	.font_size_control{position: relative;margin: 0 auto 10px;top: 0;transform: none;right: 0;}
	.article_author{padding: 10px 20px;}

}
/* article_page_end */

/* pages_start */
.pages {padding: 0;text-align:center;margin: 5.4rem 0 0;position: relative;z-index: 100;justify-content: center;line-height: calc(2.6rem + 12px);}
.pages > a{display:block;width: calc(2.6rem + 12px);position:relative;text-align: center;background: #fff;margin: 0 .5rem;border: .1rem solid #d9d9d9;cursor: pointer;}
.pages .start,.pages .end,.pages .next,.pages .prev{margin: 0 .5rem;padding: 0 1.7rem;width: auto;}

.pages > *:first-child{margin-left: 0;}
.pages > *:last-child{margin-right: 0;}
.pages > a:hover ,.pages > a.on_page{color: #fff;background: #3db47e;}

.pages .select_page{display: block;margin: 0 0 0 2.1rem;background: #fff;}
/* .pages .select_page span{font-size: 1.6rem;display: inline-block;vertical-align: top;color: #666;padding: 0 1.7rem;} */
.pages .select_link{display: inline-block;position: relative;border: .1rem solid #d9d9d9;margin: 0 .4rem;}
.pages .select_link.on{background: #3db47e;border-color: #3db47e;}
.pages .select_link.on > a{color: #fff;}
.pages .select_link .arrow{position: absolute;right: 1.3rem;border-left: .5rem solid #646464;border-top: .4rem solid transparent;border-bottom: .4rem solid transparent; cursor: pointer;transform: rotate(90deg);top: 50%;margin: -0.4rem 0 0;}
.pages .select_link .arrow.on{transform: rotate(-90deg);border-left: .5rem solid #fff;}
.pages .select_link p{display: block;text-align: left;padding: 0 4.3rem 0 1.6rem;cursor: pointer;}
.pages .select_link.on p{color: #fff;}
.pages .select_link .alert_box{height: 0;position: absolute;left: -0.1rem;bottom: 100%;background: #3db47e;right: -0.1rem;border-radius: 0;padding: .6rem 0 0;overflow: hidden;border: 0;opacity: 0;}
.pages .select_link .alert_box.on{opacity: 1;height: auto;max-height: 15rem;overflow: auto;}

.pages .select_link .alert_box::-webkit-scrollbar{width: .6rem;background: rgba(255,255,255,0.2);}
.pages .select_link .alert_box::-webkit-scrollbar-thumb{background: rgba(255,255,255,0.5);}
.pages .select_link .alert_box a{display: block;color: #fff;line-height: 1.5;padding: .6rem 0;}
.pages .select_link .alert_box a:hover{background: rgba(255,255,255,0.2);}

@media screen and (max-width:996px){
	.pages{margin: 20px 0 0;}
	.pages>a{font-size: 13px;width: 30px;height: 30px;line-height: 30px;}
	/* .pages .start, .pages .end, .pages > span, .pages .next, .pages .prev{padding: 0 10px;} */
	.pages .select_page span{font-size: 13px;line-height: 28px;}
	.pages .select_link{height: 30px;/* width: auto; */}
	.pages .select_link p{font-size: 13px;line-height: 30px;}
	/* .pages .select_link .arrow{bottom: 5px;} */

	.pages .input_page input,.pages span.jumpto{font-size: 13px;height: 30px;line-height: 30px;}

	.pages .select_page{margin: 0 0 0 10px;/* padding: 0 10px; */height: 30px;}
	.pages .select_link .alert_box a{font-size: 12px;line-height: 1.5;}

}
@media screen and (max-width:767px){
	/* .pages>a, .pages>span{width: 24px;height: 24px;line-height: 24px;} */
	.pages a,.pages > span{display: none;}
	.pages .select_page{/* display: block; *//* margin: 15px 0 0; */}
	/* .pages .select_link,.pages .select_link p{height: 24px;line-height: 24px;} */
	/* .pages .select_link .arrow{bottom: 2px;} */
	.pages > a{margin-bottom: 10px;}
	.pages a.start,.pages a.prev,.pages a.on_page,.pages a.next,.pages a.end,.pages > a.count{display: inline-block;}
	.pages .start, .pages .end, .pages .next, .pages .prev, .pages > span{/* margin: 0 5px; *//* padding: 0 5px; */}
}
@media screen and (max-width:413px){
	/* .pages .start, .pages .end, .pages .next, .pages .prev, .pages > span{margin: 0 2px;padding: 0 5px;} */
}
/* pages_end */




