html,
 body {
 	position: relative;
 	height: 100%;
 }

 body {
 	background: #c0f0ff;
 	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 	/* font-size: 14px; */
 	color: #000;
 	margin: 0;
 	padding: 0;
 }

 .swiper {
 	width: 100%;
 	height: 100%;
 }

 .swiper-slide {
 	text-align: center;
 	/* font-size: 18px; */
 	background: #fff;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }

 .swiper-slide img {
 	/*      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; */
 }

 html {
 	overflow-x: hidden;
 }

 body {

 	max-width: 750px;
 	margin: 0 auto;
 	-webkit-text-size-adjust: 100% !important;
 }

 .main_box {
 	position: relative;
 	width: 100%;
 	height: 100%;
 }

 .main_box .bg {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .main_box .hua {
 	position: absolute;
 	z-index: 3;
 	bottom: 0%;
 	left: 0;
 	width: 35%;
 }

 .main_box .hua2 {
 	position: absolute;
 	z-index: 3;
 	bottom: 0%;
 	right: 0;
 	width: 38%;
 }

 .main_box .bg_bottom {
 	position: absolute;
 	z-index: 2;
 	bottom: 0;
 	width: 100%;
 	left: 0;
 	right: 0;
 	height: 50%;
 }

 .main_box .zc {
 	/*    position: absolute;
    z-index: 3; */
 	width: 36%;
 	/*    left: 7%;
    top: 23%; */
 }

 .main_box .q {
 	margin-top: -10%;
 	/*    position: absolute;
    z-index: 3; */
 	width: 24%;
 	/*    left: 44%;
    top: 19%; */
 }

 .main_box .j {
 	/* position: absolute;
     z-index: 3; */
 	width: 23%;
 	margin-left: -1%;
 	/* left: 65%;
     top: 23%; */
 }

 .main_box .xw {
 	position: absolute;
 	/* z-index: 2; */
 	width: 34%;
 	left: 28%;
 	/* transform: translate(-50%,0); */
 }

 .main_box .title {

 	width: auto;
 	z-index: 5;
 	/* font-size: 13px; */
 	padding: 10px 0px;
 	background: linear-gradient(to bottom, #41c2ff, #2296fe);
 	border-radius: 30px;
 	color: #fff;
 }

 .main_box .title p {
 	margin: 0;
 	word-break: keep-all;
 	white-space: nowrap;
 }

 .content1 {
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	z-index: 5;
 }

 .content1 .zctitle {
 	margin-top: 22%;
 	margin-bottom: 5%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .content1_box {
 	margin: 0 auto;
 	width: 67%;
	height: 70%;
	
 }

 .content1 ul {
 	padding: 0;
 	margin-top: 20%;
	margin-bottom: 0;
	height: 100%;
 }

 .content1 ul li {
	 position: relative;
display: flex;
align-items: center;
justify-content: center;
 	font-family: AlibabaPuHuiTi-2-115-Black;
 	color: rgb(14, 108, 243);
 	/* font-size: 20px; */
 	list-style: none;
 	border-radius: 40px;
 	background: linear-gradient(to bottom, #ffffff, #ffffff, #d3eeff);
 	/* height: 20%; */
 	/* line-height: 180%; */
	height: 8%;
 	font-weight: 700;
 	margin-bottom: 10px;
 }
 .content1 ul li:nth-child(7){
	 margin-bottom: 0;
 }
 /*  */
 .content2 {}

 .content2_box {
 	width: 67%;
 	margin: 0 auto;
 }

 .content2_box .box2tit {
 	margin-top: 20%;
 	font-family: AlibabaPuHuiTi-2-115-Black;
 	color: rgb(14, 108, 243);
 	/* font-size: 20px; */
 	list-style: none;
 	border-radius: 40px;
 	background: linear-gradient(to bottom, #ffffff, #ffffff, #d3eeff);
 	/* height: 20%; */
 	line-height: 50px;
 	font-weight: 700;
 }

 .content2_box .box2tit p {
 	opacity: 0;
 }

 .content2_box_pie {
 	margin: 10% auto 0;
 	width: 80%;
 	height: 60%;
 	background: #fff;
 	/* background: aqua; */
 	border: 15px solid #d9ecff;
 	border-radius: 10px;
 }

 .content2_box_pie p {
 	margin: 20% auto;
 	color: rgb(14, 108, 243);
 	/* font-size: 19px; */
 	font-weight: 700;
 	margin-bottom: 0;
 }

 .content2_box_pie .pie {
 	opacity: 0;
 	/* width: 100%; */
 	height: 70%;
 }

 .content3_box {
 	margin: 10% auto 0;
 	width: 80%;
 	    min-height: 60%;
 	background: #fff;
 	/* background: aqua; */
 	border: 15px solid #d9ecff;
 	border-radius: 10px;
 }

 .content3_box p {
 	margin: 10px auto 0;
 	display: inline-block;
 	/* font-size: 18px; */
 	color: rgb(14, 108, 243);
 	font-weight: 700;
 	padding: 8px 25px;
 	/* background-color: #bde6ff; */
 	border-radius: 30px;

 }
#swiper-wrapper-9a86e6afb8499d9e > div.swiper-slide.swiper-slide-active > div > div > div.content3_box > p:nth-child(3){
	background:#ccd0ff;
}
 .content3_p1 {
 	opacity: 0;
 }

 .content3_txt {
 	opacity: 0;
 	margin-top: 10px;
 }

 .content3_txt li {
 	/* font-size: 15px; */
 	text-align: left;
 	color: #676767;
 	line-height: 22px;
	text-align: justify;
	    margin: 0 4%;
 }

 .qp {
 	width: 100%;
 	height: 90%
 }

 .content5_box {
 	margin: 10% auto 0;
 	width: 80%;
 	min-height: 60%;
 	background: #fff;
 	/* background: aqua; */
 	border: 15px solid #d9ecff;
 	border-radius: 10px;

 }

 .content5_box p {
 	margin: 4% auto 4%;
 	color: rgb(14, 108, 243);
 	/* font-size: 19px; */
 	font-weight: 700;
 }

 .zzqbgt {
 	margin: 10px auto 0;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	/* font-size: 16px; */
 	font-weight: 700;
 	color: #fff;

 }

 .zzqbgt img {
 	width: 15%;
 }

 .zzqbgt p {
 	width: 80%;
 	margin-top: 0;
 	/* font-size: 16px; */
 	font-weight: 700;
 	color: #fff;
 	background: url(http://www.gxzf.gov.cn/material/zt/2024/zcqjh5/images/bgtBox.png);
 	border-radius: 0;
 	background-size: 100% 100%;
 	padding: 8px 0;
 }

 .zzt {
 	margin: 0 auto 5%;
 	width: 90%;
 	height: 65%;
 }

 .zzqzc {
 	width: 220px;
 	margin: 5px auto 0;
 	/* font-size: 17px; */
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }

 .zzqzc div {
 	/* margin: 0 25px 0 30px; */
 	color: rgb(255, 42, 11);
 	font-weight: 700;
 	letter-spacing: 4px;
 	/* font-size: 26px; */
 }

 .zzqzc2 {
 	width: 85%;
 	margin: 0px auto 5px;
 	/* font-size: 17px; */
 	display: flex;

 	align-items: center;
 	justify-content: space-between;
 }

 .zzqzc2 div {
 	display: flex;
 	align-items: center;
 }

 .zzqzc2 div img {
 	width: 16%;
 	margin-right: 10%;
 }

 .zzqzc2 .numBox {
 	/* margin: 0 25px 0 30px; */
 	color: rgb(1, 105, 255);
 	font-weight: 700;
 	letter-spacing: 4px;
 	/* font-size: 26px; */
 	margin-right: 10%;
 }

 .zcdx ul {
 	margin: 0;
 	opacity: 0;
 }

 .zcdx ul li {
 	background: #fff;
 	border: 1px dashed rgb(18, 97, 255);
 	border-radius: 0;
 	/* font-size: 16px; */
 	color: #000;
 	font-weight: normal;
 	line-height: 40px;
 	margin-bottom: 2%;
 }
  .content5_box .fwl li{
	  margin-bottom: 12px;
	  display: flex;
	  align-items: flex-start;
	  background: none;
	  
  }
    .content5_box .fwl{
		position: relative;
		margin: 0;
	}
   .fwl li .sort{
	   opacity: 0;
	   margin-top: 2%;
	   margin-right: 1%;
	   min-width: 45px;
	   position: relative;
	   color: #fff;
	   z-index: 2;
   }
    .fwl li .sort::after{
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
transform: translate(-50%, -50%) rotate(45deg);

		    width: 5vw;
		     height: 5vw;
			     max-width: 30px;
			     height: 5vw;
			     max-height: 30px;
		/* background-color: #2296fe; */
		z-index: -1;
	}
	
	.fwl  > li:nth-child(3) > div:after{
		background-color: #5aaef3;
	}
	.fwl  > li:nth-child(4) > div:after{
		background-color: #62d9ad;
	}
	.fwl  > li:nth-child(5) > div:after{
		background-color: #d4ec59;
	}
	.fwl  > li:nth-child(6) > div:after{
		background-color: #a8dffa;
	}
	.fwl  > li:nth-child(7) > div:after{
		background-color: #ffdc4c;
	}

 .fwl li  p{
	 opacity: 0;
	 margin: 0;
	    font-size: 15px;
	    text-align: left;
	    color: #676767;
	    line-height: 22px;
		font-weight: normal;
		background: none;
		border-radius: 0;
 }
 .ckfwl {
	 display: flex;
	 justify-content: end;
	 align-items: center;
	 font-size: 14px;
	 color: rgb(69, 141, 255);
	 margin-bottom: 10%;
 }
 .ckfwl div{
	 display: flex;
	 align-items: center;
 }
 .ckfwl img{
	 margin:0 15px 0 10px;
 }
 .content7{
 	 width: 100%;
 	 height: 100%;
 	 position: absolute;
 	 top: 0;
 	 z-index: 5;
 }
  .wlzw ul {
	  padding: 0;
	  width: 90%;
	  margin: 0 auto;
  }
  .wlzw p{
	  opacity: 0;
	  /* font-size: 16px ; */
  }
 .wlzw p:nth-child(1){
	 margin-top: 20%;
	    color: #000;
 }
 .wlzw p:nth-child(2){
	 color: rgb(69, 141, 255);
 }
  .wlzw ul li{
	  margin: 30px 0;
	  display: flex;
	  align-items: center;
	  list-style: none;
  }
 .wlzw ul li i{
	 opacity: 0;
	 margin-right: 15px;
	 display: block;
	 min-width: 14px;
	 height: 14px;
	 background-color: #2296fe;
	 transform: rotate(45deg);
 }
  .wlzw ul li  div{
	  opacity: 0;
	  /* font-size: 16px; */
	  line-height: 26px;
	  text-align: left;
  }
  #zzt2{
	  display: none;
	  position: absolute;
	  top: 0%;
	  width: 100%;
	  height: 100%;
	  z-index: 10;
	  background-color: #fff;
  }
/*  #zzt2>div canvas{
  	 width: 100% !important;
  	 height: 100% !important;
  }
  #zzt2>div{
	 width: 100% !important;
	 height: 100% !important;
  } */
#page2 .content3_box,#page5 .content3_box{
	height: 60%;
	min-height: auto;
}
#page1 .content3_box p{
	    background-color: #bde6ff;
}
#page4 .content3_box p{
	  background-color: #bde6ff;
}
#page4 > div > div.content1 > div.content3_box > p:nth-child(3){
	background:#ccd0ff;
}
#page1 .content1 ul li::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	width: 100%;
	height: 100%;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/zcqjh5/images/icon.png) center;
	background-repeat: no-repeat;
}
.toptitle{
	position: relative;
}
.toptitle::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	width: 100%;
	height: 100%;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/zcqjh5/images/icon.png) center;
	background-repeat: no-repeat;
}
.home{
position: absolute;
    width: 10%;
    left: 2%;
    top: 8%;
    z-index: 100;
}
.home img{
	width: 100%;
	height: 100%;
	
}