
*{
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
  font-family: zihun143hao;
  src: url(../font/zihun143hao.ttf);
 }
.fontZihun {
  font-family: zihun143hao ;
 }

a{
  color:#000;
  text-decoration:none;
}
img{max-width:100%;}
body{
    overflow:auto;overflow-x: hidden;
     -webkit-text-size-adjust: 100% !important;
     margin:0 auto;
  min-width: 320px;
background: #F5F6F7;
  position: relative;
}


p,h2,h3,h4,h5,h6,span,td,th,tr{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}

#app {
  font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
  overflow-x: hidden;
}

.header{
    height:.76rem;
    padding:0 .24rem;
    background:#fff;
    position: relative;
} 
.hd_logo{
    height:.76rem;
    display: flex;
      align-items: center;
}
.hd_logo img{
    display: inline-block;
    width:3.6rem;
}
.header_tel{
    font-size: .26rem;
    color:#b4b3b3;
    position: absolute;
    right:.24rem;
    top:50%;
    padding-left: .44rem;
    background:url(../images/header_tel.png) no-repeat left center;
    background-size:.26rem .26rem;
     transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
}
.banner a img{
    display: block;
    width:100%;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;

}

.h30{
    width: 100%;
  height: 0.16rem;
  background: #eee;
}
.h20{
  width: 100%;
  height: 0.16rem;
  background: #eee;
  margin-top: 0.6rem;
}

.clear {
	clear: both;
}

.header .logo{
	float: left;

}
.header .header-tab{
	float: right;
	position: relative;
	  z-index: 1000;
	
}
.mobile-nav {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 100vw;
    background: #fff;
    border-radius:0 0 0.5rem 0.5rem ;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    z-index: 100;
}

.mobile-nav.open {
  max-height: 5rem;   
}


.mobile-nav ul {
  list-style: none;
}
.mobile-nav ul li.active a{
	color:#49A261;
	font-weight: bold;
}
.mobile-nav li + li {
  border-top: 1px solid #eee;
}
.mobile-nav a {
  display: block;
  padding: 0.3rem;
  color: #333;
  text-decoration: none;
  font-size: 0.24rem;
}
.mobile-nav a:hover {
  background: #f5f5f5;
}
.header .header-tab img{
	width: 0.34rem;
	height: 0.34rem;
	  margin-top: 0.22rem;
}
.header .logo img{
  width: 2.81rem;

  margin-top: 0.24rem;
}
.banner .swiper-pagination-bullet{
	opacity: 0.3;
	padding: 0 0.15rem;
	border-radius: 12px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.tab-nav{
	width: 4.54rem;
	height: 0.74rem;
	margin: 0.4rem auto 0;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 2px 8px 0px rgba(23,63,32,0.05);
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #FFFFFF;
	
}
.tab-nav li{
	float: left;
	width:2.2rem;
	margin-top: 0.05rem;
	margin-left: 0.05rem;
}
.tab-nav p{
	width:2.15rem;
	height: 0.6rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size:0.28rem;
	color: #B3B3B3;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 8px;
}
.tab-nav .active p{
background: #49A261;	
color: #fff;
}
.tab-content{
	display: none;
}
.tab-content.active{
	display: block;
}
.tit{
	font-weight: 600;
	font-size: 0.32rem;
	color: #49A261;
	margin-top: 0.6rem;
	text-align: center;
}
.tit p{
	color: #B3B3B3;
	font-size: 0.22rem;
	letter-spacing: 4px;
	    text-transform: uppercase;
		font-weight: 400;
}
.page01,.page02,.page03,.page04,.page05{
	width: 7.2rem;
	padding: 0.3rem;
	margin: 0.8rem auto 0;
	background: #fff;
	border-radius: 16px;
	position: relative;
}
.page01_2_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0rem;
}

.page01_2 {
  display: flex;
  flex-direction: column;
  
  margin: 0;
  padding: 0;
}

.page01_2 p {
  margin: 0;
  line-height: 1.2;
}

.page01_ig {
  height: 1.5rem;
  object-fit: contain;
  display: block;
  margin-right: 0.3rem;
}

.tab-content h3{
	font-weight: bold;
	font-size: 0.32rem;
	text-align: center;
	color: #49A261;
	margin-top: 0.2rem;
	line-height: 0.4rem;
}

.tab-content h4{
	font-weight: 400;
	font-size: 0.24rem;
	color: #1E1E1E;
	text-align: justified;
	margin-top: 0.2rem;
	line-height: 0.4rem;
	margin-bottom: 0.3rem;
}
.tab-content h4 span{
	color: #49A261;
}
.tab-content p{
	font-weight: 400;
	font-size: 0.2rem;
	color: #757575;
	text-align: justified;
	font-style: normal;
line-height: 0.3rem;
position: relative;
padding-left: 0.2rem;
}
.tab-content p::after{
	position: absolute;
	left: 0.03rem;
	top: 0.1rem;
	width: 0.08rem;
	height: 0.08rem;
	content: '';
	background: #757575; 
	border-radius: 50%;
}
.page01 p{
	float: left;
	width: 5rem;
}

.footer{

	height: 6rem;
	background: #2C2C2C;
	border-radius: 0px 0px 0px 0px;
	padding-top: 1px;
	margin-top: 0.8rem;
}
.footer_cont {
	width: 7rem;
	margin: 0rem auto 0;
}
.footer_1{
	width: 4.02rem;
	height: 0.4rem;
	margin-top: 0.6rem;
}
.footer_3{
	float: left;
	width: 3.04rem;
	height: 1.76rem;
	margin-top: 0.4rem;
}
.footer_tit1{
	float: left;
	margin-top: 0.4rem;
	margin-left: 0.8rem;
}
.footer_tit1 h3,.footer_tit0 h3{
	font-weight: 500;
	font-size: 0.28rem;
	color: #49A261;
	text-align: left;
	margin-bottom: 0.22rem;
}
.footer_tit1 a{
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0.1rem;
	display: block;
}
.footer_bottom_left {
	margin-top: 0.5rem ;
	border-top: 1px solid  rgba(255,255,255,0.2);;
}
.footer_bottom_left p{
		margin-top: 0.5rem;
}
.footer_bottom_left a{
	font-weight: 400;
	font-size: 0.2rem;
	text-align: center;
	color: #B3B3B3;
	display: block;

}
.footer_bottom_left img{
	width: 1.28rem;
	height: 0.32rem;
	margin: 0.3rem auto 0;
}


.tab-nav li,
.tab-nav li p {
  -webkit-tap-highlight-color: transparent; 
  -webkit-user-select: none;
  user-select: none;
}

.tab-nav li:focus {
  outline: none;
}

.tab-nav li:focus:not(:focus-visible) {
  outline: none;
}

.tab-nav li:active {
  background: transparent;
}
.tab-nav {
  -webkit-touch-callout: none; 
}



.footer_tit0 {
float: left;
    width: 3.04rem;
	margin-top: 0.4rem;
  }
  .footer_tit0 li {
    position: relative;
    cursor: pointer;

	float: left;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }
  .footer_tit0 li:focus { outline: none; }
  .footer_tit0 img { width:0.8rem; height: auto; display: block; }
    .footer_tit0 li p{
	font-size: 0.24rem;
	padding-top: 0.2rem;
	color: #fff;
	text-align: center;
		
	}
  #footer-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    z-index: 10000;
  }
  .hidden { display: none !important; }

  .footer-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 90%;
    width: 14rem;
    padding: 0.5rem;
    position: relative;
    box-sizing: border-box;
  }
  .footer-modal-inner {
    font-size: 0.9rem;
  }
  .footer-modal-close {
   position: absolute;
   top: 12px;
   right: 8px;
   width: 0.64rem;
   height: 0.64rem;
   color: #fff;
   border: none;
   font-size:0.54rem;
   line-height: 0.64rem;
   background: rgba(0,9,0,0.3);
   border-radius: 50px;
   font-weight: 400;
   cursor: pointer;
  }
  /* 防止滚动穿透 */
  body.modal-open { overflow: hidden; }
  .footer_tit0 .detail-template {
    display: none !important;
  }
  .detail-template1 p{
	  font-size: 0.4rem;
	  text-align: center;
	  margin-top: 0.2rem;
	  font-weight: bold;
  }