
*{
  -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;

  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.9rem;
    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;
	max-width: 7.5rem;
}

.mobile-nav.open {
  max-height: 5.5rem;   
  padding-bottom: 0.4rem;
  max-width: 7.5rem;
}


.mobile-nav ul {
  list-style: none;
}

.mobile-nav ul li p{
	font-size: 0.3rem;
	font-weight: 500;
	padding-left: 0.4rem;
	position: relative;
	color:rgba(19, 22, 27, 1) ;
		margin-top: 0.3rem;
}
.mobile-nav ul li p:after{
    position: absolute;
    left: 0.26rem;
    top: 0.05rem;
    background: rgba(22, 127, 240, 1);
    width: 0.06rem;
    height: 0.32rem;
    content: '';
    border-radius: 8px;
}
.mobile-nav ul li a{
	display: inline-block;
	background: rgba(247, 247, 247, 1);
	padding: 0.1rem 0.2rem;
	line-height: 0.3rem;
	font-size:0.26rem;
	border-radius: 4px;
	float: left;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
}
.header .header-tab img{
	width: 0.34rem;
	height: 0.34rem;
	margin-top: 0.32rem;
	float: right;
}
.header-sign{
	float: right;
	width: 0.34rem;
	height: 0.34rem;
	margin-top: 0.3rem;
	margin-right: .2rem;
}
.header .logo img{
  width: 3.2rem;

  margin-top: 0.14rem;
}
.banner{
	width: 7rem;
	margin: 0.3rem auto 0;
}
.banner .swiper-pagination-bullet{
	opacity: 0.3;
	padding: 0 0.15rem;
	border-radius: 12px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.page0{
	background: rgba(22, 127, 240, 0.1);
	padding: 1px;
	margin-top: 0.2rem;
	padding-bottom: 0.3rem;
}
.page0_1{
	width: 7rem;
	border-radius:8px ;
	margin: 0.3rem auto 0;
	padding-top: 1px;
	background: #fff;
	padding-bottom: 0.1rem;
	
}
.page0_1_cont_top{
	width: 6.6rem;
	margin:0 auto ;
}
.page0_1 h2{
	padding-left: 0.5rem;
	margin-top: 0.3rem;
	font-size: 0.3rem;
	font-weight: 600;
	color:rgba(19, 22, 27, 1) ;
	position: relative;
}
.page0_1 h2::after{
	position: absolute;
	left: 0;
	top: 0;
	width:0.4rem;
	height: 0.4rem;
	background: url(../images/page0_2.png) no-repeat center;
	background-size: 100%;
	content: '';
	
}
.page0_1 ul li {
	margin-top: 0.3rem;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	padding-bottom: 0.2rem;
	position: relative;
}
.page0_1 ul li:after {
    position: absolute;
    right: 12px;
    top: 0.02rem;
    content: '';
    width: 6px;
    height: 12px;
    background: url(../images/page0_1.png) no-repeat center;
    background-size: 100%;
}
.page0_1 ul li:last-child{
	border-bottom: 0;
}
.page0_1 ul li a{
	font-size: 0.26rem;
	color: rgba(19, 22, 27, 1);
	line-height: 0.3rem;
}
.page0_2{
	width: 7rem;
	border-radius:8px ;
	margin: 0.3rem auto 0;
	padding-top: 1px;
	background: #fff;
	padding-bottom: 0.1rem;	
}
.page0_2_cont_top{
	width: 6.6rem;
	margin:0 auto ;
}
.page0_2 h2{
	padding-left: 0.5rem;
	margin-top: 0.3rem;
	font-size: 0.3rem;
	font-weight: 600;
	color:rgba(19, 22, 27, 1) ;
	position: relative;
}
.page0_2 h2::after{
	position: absolute;
	left: 0;
	top: 0;
	width:0.4rem;
	height: 0.4rem;
	background: url(../images/page0_3.png) no-repeat center;
	background-size: 100%;
	content: '';
	
}
.page0_2 ul{
	position: relative;
}
.page0_2 ul li {
	margin-top: 0.3rem;
	padding-bottom: 0.2rem;
	position: relative;
}
.page0_2 ul li p{
	    font-size: 0.26rem;
	    color: rgba(19, 22, 27, 1);
	    line-height: 0.3rem;
		margin-left: 0.6rem;
}
.page0_2 ul:After{
	position: absolute;
	    left: 15px;
	    top: 6px;
	background: rgba(210, 230, 254, 1);
	width: 2px;
	height: 4.9rem;
	content: '';
}

.page0_2 li:After{
	position: absolute;
left: 12px;
    top: 5px;
	background: rgba(210, 230, 254, 1);
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	
}
.page0_2 li.active p{
	color:rgba(64, 158, 255, 1) ;
}
.page0_2 li.active::after{
	background: rgba(64, 158, 255, 1);
	z-index: 2;
}
.tab_vr {
  background: #fff;
  
}
.tab_vr.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tab_vr .tab_cont ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  
}

.tab_vr .tab_cont li {
  margin-right: 2rem;           
}
.tab_vr .tab_cont li:last-child {
  margin-right: 0;
}
.tab_vr {
  background: #fff;
  	border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.tab_vr .tab_cont {
  overflow-x: auto;               
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;   
}


.tab_vr .tab_cont::-webkit-scrollbar {
  display: none;
}
.tab_vr .tab_cont {
  -ms-overflow-style: none;    
  scrollbar-width: none;         
}

.tab_vr .tab_cont ul {
  display: flex;
  flex-wrap: nowrap;              
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  
}

.tab_vr .tab_cont li {
  flex: 0 0 auto;                 
  scroll-snap-align: start;       
  margin-right: 0rem;         
}
.tab_vr .tab_cont li:last-child {
  margin-right: 0;
}

.tab_vr .tab_cont li p {
  display: inline-block;
  padding: 0.3rem 0.2rem;            
  font-size: 0.26rem;       
  color: #333;
  text-decoration: none;
  position: relative;             
  transition: color 0.2s;
}
.tab_vr .tab_cont li a:hover {
  color: #27ae60;
}
.tab_vr .tab_cont li.active p {
  color: rgba(22, 127, 240, 1);
  font-weight: bold;
}
.tab_vr .tab_cont li.active p::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 2px;               
  width: .4rem;
  height: 4px;                 
  background: rgba(22, 127, 240, 1);
  border-radius: 2px;           
}
.page01_1{
	background: #F5F6F7;
	padding-top: 1px;
    padding-bottom: 0.1rem;
}
.page01{
	background: linear-gradient(to bottom, rgba(254, 246, 227, 1) 0%, rgba(254, 246, 227, 1) 20%, #ffffff 100%);
    width: 7rem;
	margin: 0.3rem auto 0;
	padding-top: 1px;
	border-radius: 4px;
}
.page01 ul li{
	width: 6.8rem;
	margin: 0.3rem auto 0;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	padding-bottom: 0.2rem;
	
}
.page01 ul li h3{
	font-size: 0.28rem;
	font-weight: 600;
	margin-left: 0.2rem;
	line-height: 0.3rem;
}
.page01 ul li p{
	    color: rgba(96, 101, 110, 1);
	    font-size: 0.24rem;
	    line-height: 0.32rem;
	   margin-left: 0.2rem;
	   margin-top: 0.1rem;
}
.page01 ul li p span{
	    display: inline-block;
	    height: 0.3rem;
	    width: 0.6rem;
	    border-radius: 4px;
	    margin-right: 0.1rem;
	    font-size: 0.24rem;
	    line-height: 0.32rem;
	    background: rgba(250, 168, 16, 1);
	    text-align: center;
	    color: #fff;
}
.page01_2 {
	width: 6.8rem;
	margin: 0rem auto 0;
}
.page01_2 ul li{
	float: left;
	width: 48%;
	margin-top: 0.3rem;
	border-radius: 4px;
	
}
.page01_2 ul li:nth-child(odd){
	margin-right: 0.2rem;
}
.page01_3{
	width: 6.8rem;
	margin: 0.3rem auto 0.3rem;

}
.page01_3 h2{
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.page01_3 .tab_cont p{
font-size: 0.24rem;
}
.page01_3 .page01_3_cont{
	display: none;
}
.page01_3 .page01_3_cont.show{
	display: block;
}
.page01_3 .page01_3_cont ul{
	width: 6.2rem;
	margin: 0 auto 0;
}
.page01_3 .page01_3_cont ul li{
	margin-top: 0.3rem;
	position: relative;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	padding-bottom: 0.2rem;
	margin-left: 0.2rem;
	
	
}
.page01_3 .page01_3_cont ul li a{
    font-size: 0.26rem;
	display: inline-block;
    color: rgba(19, 22, 27, 1);
    line-height: 0.3rem;
	max-width: 5.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.page01_3 .page01_3_cont ul li:After{
    position: absolute;
    left: -.2rem;
    top: .07rem;
    width: 0.14rem;
    height: 0.16rem;
    content: '';
    background: url(../images/page01_10.png) no-repeat center;
    background-size: 100%;
}
.page01_3 .page01_3_more{
	margin: 0.3rem auto 0;
	padding-bottom: 0.3rem;
	text-align: center;
}
.page01_3 .page01_3_more a{
	color: rgba(151, 151, 151, 1);
	font-size: 0.24rem;
	font-weight: 400;
	line-height: 0.3rem;
	position: relative;
	display: inline-block;
}
.page01_3 .page01_3_more a:After{
    position: absolute;
    top: 0.04rem;
    right: -0.2rem;
    background: url(../images/page01_11.png) no-repeat center;
    background-size: 100%;
    width: 0.1rem;
    height: 0.2rem;
    content: '';
}
.page02{
	background:rgba(22, 127, 240, 0.2) ;
	margin: 0 auto 0;
	height: 2.5rem;
}
.page02 ul {
	width: 7rem;
	margin: 0rem auto ;
}
.page02 ul li{
	float: left;
	width: 2.16rem;
	margin-top: 0.3rem;
	margin-left: 0.2rem;
	border-radius: 8px;
}
.page02 ul li:nth-child(1){
	margin-left: 0;
}
.page02 ul li:nth-child(4){
	margin-left: 1.2rem;
}
.page03{
	
	background: #F5F6F7;
	padding-top: 0.1rem;
	margin: .0rem auto 0.3;
	padding-bottom: 0.3rem;
		
}
.page03 .page03_cont{
	width: 7rem;
	margin: 0.3rem auto 0;
}
.page03 .page03_cont .tab_cont1 ul li{
	float: left;
	background: #fff;
	border-radius: 8px 8px 0 0;
}
.page03 .page03_cont .tab_cont1 ul li.active{
	    background: linear-gradient(to bottom, rgba(190, 209, 255, 1) 0%,rgba(190, 209, 255, 1) 15%, #ffffff 100%);
		position: relative;
		
}
.page03 .page03_cont .tab_cont1 ul li.active p{
	color: rgba(0, 46, 147, 1);
	font-weight: 600;
}
.page03 .page03_cont .tab_cont1 ul li p{
	text-align: center;
	font-size: 0.26rem;
	font-weight: 400;
	color:rgba(96, 101, 110, 1) ;
	padding:0.2rem ;
	line-height: 0.3rem;
}
.page03 .page03_cont .tab_cont1 ul li:nth-child(2){
	margin: 0 0.56rem;
}
.page03 .page03_cont h2{
	    font-size: 0.32rem;
	    font-weight: bold;
	    margin-bottom: 0.2rem;
}
.page03 .page03_cont .page03_1_cont{
	background: #fff;
	border-radius: 0 0 4px 4px;
	padding-top: 0.0625rem;
}
.page03 .page03_cont .page03_1_cont ul li{
	    
	    color: #333333;
	    font-size: 0.26rem;
		    margin-top: 0.3rem;
		    position: relative;
		    border-bottom: 1px solid rgba(240, 240, 240, 1);
		    padding-bottom: 0.2rem;
		    margin-left: 0.2rem;
		
	 
}
.page03 .page03_cont .page03_1_cont ul li .zi{
	max-width: 5.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page03 .page03_cont .page03_1_cont ul li .icon{
float: left;
width: 0.32rem;
    text-align: center;
height: 0.32rem;
margin-right: 0.2rem;
color: rgba(153, 153, 153, 1);
}
.page03_1_cont{
	display: none;
	width: 7rem;
	margin: 0rem auto 0;
}
.page03_1_cont.show{
	display: block;
}
.page04{
	background: rgba(22, 127, 240, 0.1);
	padding-top: 1px;
	padding-bottom: 0.3rem;
	
}
.page04 .page04_cont{
	width: 7rem;
	margin: 0.3rem auto;
}
.page04 .page04_cont h2{
	    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.page04_cont1 {
	width: 7rem;
	background: #fff;
	border-radius: 8px;
	padding-top: 1px;
}
.page04_cont1 ul li{
	    margin: 0.3rem auto 0;
	    position: relative;
	    border-bottom: 1px solid rgba(240, 240, 240, 1);
	    padding-bottom: 0.2rem;
		width: 6.8rem;
	    
}
.page04_cont1 ul li .time{
	    font-size: 0.2rem;
	    color: #b1b1b1;
}
.page04_cont1 ul li img{
	float: left;
	width: 1.6rem !important;
	height: 0.9rem;
	
	margin-right: 0.2rem;
}
.page04_cont1 ul li h3{
	font-size: 0.28rem;
	font-weight: 600;
	color:rgba(19, 22, 27, 1) ;
    height: 0.8rem;
	max-width: 5.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.page04_cont1 ul li p{
	color: rgba(96, 101, 110, 1);
	font-size: 0.24rem;
	font-weight: 400;
	margin-top: 0.2rem;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	    word-break: break-all;
}
.footer{
	
	height: 4rem;
	background: url(../images/footer_bg.png) no-repeat center;
	background-size: 100%;
	border-radius: 0px 0px 0px 0px;
	padding-top: 1px;
}
.footer_cont {
	width: 7rem;
	margin: 0rem auto 0;
}
.footer_1{
	width: 3.2rem;
	height: 0.8rem;
	margin-top: 0.3rem;
}
.footer_3{

	margin-top: 0.4rem;
}
.footer_tit1{
	
	margin-top: 0.2rem;
	
}
.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.3rem ;

}
.footer_bottom_left p{
		margin-top: 0.1rem;
		font-weight: 400;
		    font-size: 0.2rem;
		    margin-top: 0.2rem;
		    color: #fff;
		    display: block;
}
.footer_bottom_left a{
	font-weight: 400;
	font-size: 0.2rem;
	margin-top: 0.2rem;
	color: #fff;
	display: block;

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