.hide {
  display: none;
}

p,h2,h3,h4,h5,h6,span{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}
.clear{
	clear: both;
}
img{max-width:100%;}
.header{
	width: 100%;
	height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;        
  background: #fff; 
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-placeholder {
  display: none;
  height: 60px;
}
.header.fixed + .header-placeholder {
  display: block;
}
.header_top{
	width: 1200px;
	margin: 0 auto ;
	align-items: center;
	display: flex;
	justify-content: space-between;
	    height: 60px;
}
.header_top .header_left img{
	width: 242px;
    
}

.header_top .header_right ul{
    display: flex;
}
.header_top .header_right ul li{
	margin-left: 70px;
	height: 60px;
	line-height: 60px;
}
.header_top .header_right ul li a{
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: #1E1E1E;
}
.header_right ul li a.active,.header_right ul li a:hover {
	font-size: 16px;
	color: #49A261;
}
.banner{
  text-align: center;
      max-width: 1960px;
      margin: 0 auto 0;
	  height: 700px;
	  background: url(../images/banner.png) center center;
	      background-size: cover;
	      display: flex;
	      justify-content: center;
	      align-items: center;
}
.banner img{
  width: 100%;
}

.banner .swiper-pagination-bullets{
      bottom: 26px;
    left: -6px;
    width: 100%;
}
.header_right li{
	position: relative;
}
.header_right li[class^="dropdown"] > ul {
  display: none;
  position: absolute;
  top: 60px;
left: -43px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  min-width: 160px;
  z-index: 1000;
}

.header_right li[class^="dropdown"]:hover > ul {
  display: block;
}

.header_right li[class^="dropdown"] > ul > li {
  list-style: none;
   margin: 0 auto 0;
  height: 36px;
}


.header_right li[class^="dropdown"] > ul > li + li {
  margin-top: 8px;
}


.header_right li[class^="dropdown"] > ul > li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}


.header_right li[class^="dropdown"] > ul > li a:hover {
  background: rgba(0,0,0,0.05);
  border-radius: 8px;
}
.tit h3{
	font-weight: bold;
	font-size: 40px;
	color: #49A261;
	margin-top: 70px;
	line-height: 40px;
	text-align: center;
}
.tit p{
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #B3B3B3;
	line-height: 40px;
	margin-top: 15px;
	letter-spacing: 4px;
	text-transform:uppercase
}
.page01 img{
	margin-top: 60px;
}
.page01_cont{
	    height: 585px;
		margin-top: 50px;
	    background: url(../images/page01.jpg) center center;
	    background-size: cover;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}
.page02{
	width: 1200px;
	margin: 60px auto 0;
}

.page02_cont{
	margin-top: 30px;
	
}
.page02_cont ul li{
	width: 388px;
	height: 440px;
	cursor: pointer;
	overflow: hidden;
   float: left;
	 border-radius: 16px 16px 16px 16px;
	margin-top: 24px;
	margin-left: 18px;
	  position: relative;
	  background: url(../images/page02_1.png) no-repeat center;
	  background-size: 100%;
}
.page02_cont ul li:nth-child(1),.page02_cont ul li:nth-child(4){
	margin-left: 0;
}
.page02_cont ul li:nth-child(2){
		  background: url(../images/page02_2.png) no-repeat center;
		    background-size: 100%;
}
.page02_cont ul li:nth-child(3){
		  background: url(../images/page02_3.png) no-repeat center;
		    background-size: 100%;
}
.page02_cont ul li:nth-child(4){
		  background: url(../images/page02_4.png) no-repeat center;
		    background-size: 100%;
}
.page02_cont ul li:nth-child(5){
		  background: url(../images/page02_5.png) no-repeat center;
		    background-size: 100%;
}
.page02_cont ul li:nth-child(6){
		  background: url(../images/page02_6.png) no-repeat center;
		    background-size: 100%;
}
.page02_cont ul li ol{
	    position: absolute;
	    bottom: 0;
	    transition: all .3s linear;
	    height: 0;
	    width: 388;
	    background: #49A261;
	    border-radius: 16px 16px 16px 16px;
	    font-size: 16px;
	    font-weight: 400;
	    color: #FFFFFF;
	    line-height: 23px;
	    text-align: justify;
		
}
.page02_cont ul li:hover ol{
  height: 440px;
   background: #49A261;
  transition: all .3s linear;
  
}
.page02_cont ul li h3{
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 24px;
		 margin-top: 272px;
}
.page02_cont ul li h4{
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 24px;
	padding: 10px 0;
	line-height: 24px;
	    
}
.page02_cont ul li h5{
	padding: 0 4px;
	height: 30px;
	background: #49A261;
	border-radius: 8px 8px 8px 8px;
	font-weight: 400;
	font-size: 16px;
	color: #F3F3F3;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	width: 88px;
	float: left;
	margin-left: 10px;
	margin-bottom: 24px;
	margin-top: 10px;
}
.page02_cont ul li ol h3{
	margin-top: 24px !important;
}
.page02_cont ul li ol h4{
	border-bottom: 1px solid #ffffff36;
	margin-right: 24px;
	padding-bottom: 14px;
}
.page02_cont ul li ol p{
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 24px;
	margin-top:9px;
}
.page02_cont ul li ol p:nth-child(3){
	margin-top: 10px;
}
.page02_cont ul li ol p span{
	font-weight: bold;
}
.page02_cont ul li ol h5{
	position: relative;
	padding-left: 36px;
	width: 170px;
	height: 40px;
	background: linear-gradient( 176deg, #54C655 0%, #49A261 100%), #49A261;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 40px;
	font-weight: 500;
	margin-top: 0;
	font-size: 18px;
	margin-left: 24px;
	color: #FFFFFF;
}
.page02_cont ul li ol h5:After{
	position: absolute;
    left: 51px;
    top: 8px;
	content: '';
	background: url(../images/page02_7.png) no-repeat center;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.page02_cont ul li ol div{
	height: 256px;
}
.page02_cont ul li:nth-child(4) h5,.page02_cont ul li:nth-child(5) h5{
	margin-bottom: 5px;
}
.page02_cont ul li h5:nth-child(3){
	margin-left: 24px;
}
.page02_cont ul li:nth-child(4) h3,.page02_cont ul li:nth-child(5) h3{
	margin-top: 232px;
} 
.page03{
	width: 1200px;
	margin: 70px auto 0;
}
.page03 ul li{
	float: left;
	width: 285px;
	height: 322px;
	margin-top: 40px;
	margin-left: 20px;
	  transition: all .4s;
	  -webkit-transition: all .4s;
	  -moz-transition: all .4s;
	  cursor: pointer;
}
.page03 ul li:nth-child(1){
	margin-left: 0;
	background: url(../images/page03_1.png) no-repeat center;
	background-size: 100%;
}
.page03 ul li:nth-child(2){
	background: url(../images/page03_2.png) no-repeat center;
	background-size: 100%;
}
.page03 ul li:nth-child(3){
	background: url(../images/page03_3.png) no-repeat center;
	background-size: 100%;
}
.page03 ul li:nth-child(4){
	background: url(../images/page03_4.png) no-repeat center;
	background-size: 100%;
}
.page03 ul li:hover{
      transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
} 
.page03 ul li h3{
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	margin-top:240px;
	line-height: 30px;
}
.page03 ul li p{
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #F3F3F3;
	line-height: 20px;
	margin-top: 10px;
}
.page04{
	height: 560px;
	background: #F5F6F7;
	padding-top: 1px;
	margin-top: 70px;
	position: relative;
	z-index: 2;

}
.page04 .page04_cont{
	width: 1200px;
	margin: 20px auto 0;
}
.page04 .page04_cont p{
	font-weight: 400;
	font-size: 16px;
	color: #1E1E1E;
	line-height: 32px;
	margin-top: 12px;
	text-align: center;
}
.page04 .page04_cont p span{
	color: #49A261;
}
.page04 .page04_cont ul{
	width: 1046px;
	margin: 0 auto;
	z-index: 2;
}
.page04 .page04_cont ul li{
	float: left;
	width: 246px;
	height: 140px;
	margin-top: 40px;
	margin-left: 20px;
	 transition: all .4s;
	  -webkit-transition: all .4s;
	  -moz-transition: all .4s;
	  cursor: pointer;
}
.page04 .page04_cont ul li:hover{
	transform: scale(1.1);
}
.page04 .page04_cont ul li:nth-child(1){
	margin-left: 0;
}
.page04 .page04_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	
}

.page05{
	margin: 70px auto 0;
	width: 1200px;
}
.page05 ul li{
	width: 224px;
	height: 360px;
	background: #49a26121;
	border-radius: 16px 16px 16px 16px;
	float: left;
	position: relative;
	z-index: 2;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	cursor: pointer;
}
.page05 ul li:nth-child(1),.page05 ul li:nth-child(6){
	margin-left: 0;
}

.page05 ul li img{
	height: 360px;
	z-index: -1;
}
.page05 ul li .page05_cot{
    width: 224px;
    height: 157px;
    background: #49A261;
    border-radius: 16px 0px 16px 16px;
    position: absolute;
    bottom: 0;
	padding-top: 1px;
}
.page05 ul li ol{
	    position: absolute;
	    bottom: 0;
	    transition: all .3s linear;
	    height: 0;
	    width: 224px;
	    background: #49A261;
	    border-radius: 16px 16px 16px 16px;
	    font-size: 16px;
	    font-weight: 400;
	    color: #FFFFFF;
	    line-height: 23px;
	    text-align: justify;
		
}
.page05 ul li:hover ol{
  height:360px;
   background: #49A261;
  transition: all .3s linear;
  
}
.page05 ul li h3{
	font-size: 20px;
	color: #FFFFFF;
	text-align: justified;
	font-style: normal;
	font-weight: bold;
	float: left;
	margin-left: 16px;
	margin-top: 10px;
	line-height: 20px;
}
.page05 ul li span{
	height: 22px;
	border-radius: 8px 8px 8px 8px;
	border:1px solid #ffffff66;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	margin-left: 10px;
    padding: 0 7px;
    margin-top: 9px;
    display: inline-block;

}
.page05 ul li p{
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	width: 192px;
	margin: 5px auto 0;
	text-align: justify;
	line-height: 19px;
}
.page05 ul li ol h3{
	margin-top: 20px;
}
.page05 ul li ol span{
	margin-top: 16px;
}
.page05 ul li ol div{
	height: 248px;
}
.page05 ul li ol p{
	line-height:20px;
	margin-top: 16px;
}
.page05 ul li ol h5{
    position: relative;
    padding-left: 22px;
    height: 36px;
    background: linear-gradient(176deg, #54C655 0%, #49A261 100%), #49A261;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 36px;
    font-weight: 500;
    margin: 0 auto 0;
    padding-left: 76px;
    float: left;
    width: 116px;
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF;
    margin-left: 15px;
}
.page05 ul li ol h5:After{
	position: absolute;
        left: 46px;
        top: 7px;
	content: '';
	background: url(../images/page02_7.png) no-repeat center;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.page06{
	    width: 1200px;
	    height: 900px;
	    margin-left: auto;
	    margin-right: auto;
		position: relative;
}
.page06_cot{
	width: 1200px;
	margin: 40px auto 0;
	position: relative;
}

    .swiper {
     width: 1200px;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
   width: 388px;
   height: 334px !important;
   background: #F4F4F4;
   border-radius: 16px 16px 16px 16px;
padding: 1px;
      justify-content: center;
      align-items: center;
    }
.page06_cot h3{
	color:#49A261;
	font-weight: 600;
	font-size: 24px;
	color: #49A261;
	line-height: 23px;
	display: inline-block;
	width: 170px;
	margin-top: 20px;
	margin-left: 20px;
}
.page06_cot h4{
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
		margin-left: 20px;
		
	
}
.page06_cot h4 span{
	color: #49A261;
  	font-weight: bold;
	display: inline-block;
}
.page06_cot1{
    width: 368px;
    height: 200px;
    margin: 11px auto 8px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
	padding: 1px 15px;
}
.page06_cot1 p{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color:  #757575;
	text-align: left;
	margin-top: 5px;
	font-style: normal;
	text-transform: none;
	position: relative;
	line-height: 20px;
}
.page06_cot1 p span{
	color: #1E1E1E;
	font-weight: bold;
	position: relative;
	display: inline-block;
	
}
.page06_cot1 p span:After{
	position: absolute;
	width: 3px;
	height: 12px;
	background: #49A261;
	border-radius: 8px 8px 8px 8px;
	content: '';
left: -9px;
    top: 5px;
}
.swiper-slide img{
	width: 75px;
	height: 75px;
position: absolute;
right: 20px;
top: 20px;
}
.page06 .swiper-button-next,.page06 .swiper-button-prev{
	    top: 482px;
}

.page06 .swiper-button-next{
	    right: -71px;
		background: url(../images/next_right1.png) no-repeat center;
		background-size:100% ;
		width: 56px;
		height: 56px;
}
.page06 .swiper-button-next:hover{
		background: url(../images/next_right.png) no-repeat center;
		background-size:100% ;
		
}
.page06 .swiper-button-next:after,.page06 .swiper-button-prev:after{
	display: none;
}
.page06  .swiper-button-prev{
	    left: -71px;
		background: url(../images/lt.png) no-repeat center;
		background-size:100% ;
		width: 56px;
		height: 56px;
}
.page06  .swiper-button-prev:hover{
	background: url(../images/next_left1.png) no-repeat center;
	background-size:100% ;
}
.page07{
	margin: 10px auto 0;
	padding-top:1px ;
	height: 800px;
	background: url(../images/page07_bg.jpg) no-repeat center;
}
.page07 .page07_cont {
	width: 1200px;
	margin: 40px auto 0;
}
.page07 .page07_cont p{
font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 32px;
    margin-top: 12px;
    text-align: center;
}
.page07 .page07_cont p span{
	color: #49A261;
}
.page07 .page07_cont img{
	height: 402px;
	margin: 40px auto 0;
}
.page08 .tit{
	margin-bottom: 50px;
}
   .marquee-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
	  width: 1200px;
	  margin: 0 auto;
    }
    .marquee {
      position: relative;
      overflow: hidden;
      background: #fff;
      
      border-radius: 8px;
      height: 70px;
      mask-image:
        linear-gradient(to right,
          transparent 0,
          black 10%,
          black 90%,
          transparent 100%);
      -webkit-mask-image:
        linear-gradient(to right,
          transparent 0,
          black 10%,
          black 90%,
          transparent 100%);
    }
    
    .track {
      display: flex;
      animation: marquee var(--duration,20s) linear infinite var(--delay,0s);
    }
    
    .item {
      display: flex;
      flex-shrink: 0;
      margin: 0 10px;
     width: 282px;
	 position: relative;
     height: 60px;
     background: rgba(73,162,97,0.1);
     border-radius: 16px 16px 16px 16px;
      overflow: hidden;
      box-sizing: border-box;
    }
    .item::after{
		width: 34px;
		height: 31px;
		content: '';
		position: absolute;
		left: 45%;
		margin-left: 0px;
		background: url(../images/page08_1.png) no-repeat center;
		background-size: 100%;
		    top: 14px;
	}
    .item_left,
    .item_right {
      flex: 1;
      padding: 10px 5px;
      text-align: center;
    }
    .item_left h3,
    .item_right h3 {
      margin: 0;
      line-height: 1.2;
      font-size: 14px;
      color: #333;
    }
.item_left h3{
	text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
	line-height:20px;
	margin-left: 10px;
	width: 130px;
}
 .item_right h3 {
	 font-size: 14px;
	 color: #24893F;
	line-height:20px;
 }
 .item_right h3 span{
font-weight: 600;
font-size: 14px;
color: #1E1E1E;
display: inline-block;
 }
.footer{
	height: 355px;
	background: #2C2C2C;
	margin: 80px auto 0;
	padding-top:1px ;
}

.footer .footer_cont{
	width: 1200px;
	margin: 40px auto 0;
}

.footer_top{
	height: 195px;
	margin-top: 50px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}
.footer_left{
	float: left;
	width: 344px;
	height: 145px;

}
.footer_left img{
	width: 264px;
	height: 145px;
	margin-left: 80px;
}
.footer_right{
	float: left;
	
}
.footer_right ul{
	float: left;
	margin-left: 120px;
}
.footer_right ul li h3{
	font-weight: 500;
	font-size: 16px;
	color: #49A261;
}

.footer_right ul li:nth-child(2){
	margin-top: 16px;
}
.footer_right ul li a{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
}
.footer_bottom{
	width: 650px;
	margin: 36px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.footer_bottom_left p{
	line-height: 26px;
}
.footer_bottom_left p a{
	font-weight: 400;
	font-size: 12px;
	color: #B3B3B3;
}
.footer_bottom_left{
		display: inline-block;
		width: 400px;
}
.footer_bottom_right{
	display: inline-block;
	    width: 184px;
}
.footer_bottom_right img {
    width: 184px;
    height: 47px;
}