div>.m-box {
	position: relative;
	z-index: 1;
}

.tit {
	padding: 2rem 0;


}
.tit span{
	width: 30px;
	height: 6px;
	border-radius: 3px;
	display: block;
	margin: 5px auto;
    background: #28ce58;

}
.tit_c{
	text-align: center;
} 
.tit_c img{
	height: 2px;
	margin: 0 auto;
}

.tit h1 {
	color: #313131;
	
	padding: 1rem 0;
	
	font-family: "PingFang";

}
.tit_c h1{
	padding: 1rem 0 0;
}
.tit h2 {
	color: #9966ff;
	font-size:2rem;
	text-align: center;
	/* padding: 1rem 0; */
	
	font-family: "PingFang";

}

.tit p {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	width: 80%;
	margin: 0 auto;
	/* text-transform: uppercase; */
}

/*  */
.g-banner {

	width: 100%;

	position: relative;


	/* min-height: 100vh; */


	overflow: hidden;

}

.g-banner .img {
  font-size: 0;
  overflow: hidden;
	width: 100%;
}

.g-banner .img img {

	width: 100%;

}

.g-banner  .m-c {

	position: absolute;

	left: 0;

	top: 20%;
	

	width: 100%;

	z-index: 9;
	

}

.g-banner  .m-c .c-c{
	width: 40%;
}
.g-banner .m-c .c-c .p24{
	color: rgba(49, 49, 49, 1);
	font-weight: normal;
}
.g-banner  .m-c .c-c span{
	color: #014EFA;
}
.g-banner  .m-c .c-c .h1{
	margin-bottom: 4vw;
}
/*  */
.g-about .m-c{
	
}
.g-about .m-c .txt{
	width: 48%;
}
.g-about .m-c .txt .a-link{
	background: #ACD1F6;
	padding: 0.6rem 1rem;
	border-radius: 10px;
	margin-top: 1.5rem;
	font-weight: bold;
	display: inline-block;
}
.g-about .m-c .txt .a-link:hover{
	color: #014EFA;
}
.g-about .m-c .txt .p-p{
	background: #F3FAFF;
	
	
	padding: 2rem;
	border-radius: 10px !important;
	position: relative;
}
.g-about .m-c .txt .p-p::after{
	 content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border-radius: 15px;
	  padding: 2px;
	  background: linear-gradient(45deg, rgba(211, 251, 251, 1), rgba(251, 221, 151, 1));
	  -webkit-mask: 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0) content-box, 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0);
	  -webkit-mask-composite: xor;
	  mask-composite: exclude;
}
.g-about .m-c .img{
	width: 48%;
}
.g-about .m-c .img video{
	width: 100%;
}
/*  */
.g-syms{
	background: url(../images/b1.png) bottom center no-repeat;
	background-size: 100% auto;
	padding-bottom: 10rem;
}
.g-syms .m-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.g-syms .m-c ul li{
	width: 48%;
	margin: 1%;
	background: #F3FAFF;
	
	
	padding: 2rem;
	border-radius: 10px !important;
	position: relative;
}
.g-syms .m-c ul li::after{
	 content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border-radius: 15px;
	  padding: 2px;
	  background: linear-gradient(45deg, rgba(211, 251, 251, 1), rgba(251, 221, 151, 1));
	  -webkit-mask: 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0) content-box, 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0);
	  -webkit-mask-composite: xor;
	  mask-composite: exclude;
}

.g-ys{
	background: url(../images/b2.png) center center no-repeat;
	background-size: 100% auto;
	
	margin-top: -4rem;
}
.g-ys .m-c{
	position: relative;
}
.g-ys .m-c .img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.g-ys .m-c .img img{
	height: 100%;
	display: block;
	margin: 0 auto;
}
.g-ys .m-c ul li{
	padding: 0;
	width: 34%;
	margin: 4rem 0; 
	background: none;
}
.g-ys .m-c ul li:after{
	display: none;
}
/*  */
.g-hx{
	 background: linear-gradient(0, #F9F7DF, #EBE3F5);
}
.g-hx .m-c ul li{
	margin: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 15px;
	position:relative;
	background: #fff;
}
.g-hx .m-c ul li .img{
	border: 8px solid #fff;
	border-radius: 15px;
	font-size: 0;
	overflow: hidden;
	width: 30%;
	/* transform: scale(1.02); */
}
.g-hx .m-c ul li .img img{
	width: 100%;
	
}
.g-hx .m-c ul li .t-t{
	
	width: 70%;

	
}
.g-hx .m-c ul li .t-t .p-p{
	
	padding: 2rem;
	
	
}
 .p24{
	color: #38317D;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.g-hx .m-c ul li::after{
	 content: '';
	  position: absolute;
	  top: 0;
	  z-index: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border-radius: 15px;
	  padding: 2px;
	  background: linear-gradient(45deg, rgba(211, 251, 251, 1), rgba(251, 221, 151, 1));
	  -webkit-mask: 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0) content-box, 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0);
	  -webkit-mask-composite: xor;
	  mask-composite: exclude;
}
/*  */
.g-jj {
	background: #fff;
}
.g-jj .m-c{
	align-items: center;
	justify-content: space-around;
}
.g-jj .m-c .l-l{
	width: 30%;
}
.g-jj .m-c .l-l ul{
	margin-top: 2rem;
}
.g-jj .m-c .l-l ul li{
	margin: 1rem 0;
	padding-left: 2rem;
	position: relative;
}
.g-jj .m-c .l-l ul li::after{
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 2px;
}
.g-jj .m-c .l-l ul li:nth-of-type(1)::after{
	background: #d671d5;
}
.g-jj .m-c .l-l ul li:nth-of-type(2)::after{
	background: #d877a1;
}
.g-jj .m-c .l-l ul li:nth-of-type(3)::after{
	background: #f0fe6f;
}
.g-jj .m-c .l-l ul li:nth-of-type(4)::after{
	background: #4bd1c8;
}
.g-jj .m-c .l-l ul li:nth-of-type(5)::after{
	background: #d88f72;
}
.g-jj .m-c .l-l ul li:nth-of-type(6)::after{
	background: #5455d7;
}
.g-jj .m-c .l-l ul li:nth-of-type(7)::after{
	background: #4b31c4;
}
.g-jj .l-b .b-b{
	height: 30rem;
}
.g-jj .m-c .l-b{
	width: 60%;
}
/*  */
.g-map{
	background: url(../images/b4.png) center center no-repeat;
	background-size: 100% auto;
}
.g-map .m-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.g-map .m-c ul li{
	width: 48%;
	margin: 1rem 0;
	background: rgba(243, 250, 255, 0.5);
	padding: 2rem;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.g-map .m-c ul li.l-5{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.g-map .m-c ul li.l-5 .p24{
	width: 30%;
	text-align: center;
}
.g-map .m-c ul li::after{
	 content: '';
	  position: absolute;
	  top: 0;
	  z-index: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border-radius: 15px;
	  padding: 2px;
	  background: linear-gradient(45deg, rgba(211, 251, 251, 1), rgba(251, 221, 151, 1));
	  -webkit-mask: 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0) content-box, 
	    linear-gradient(rgba(211, 251, 251, 1) 0 0);
	  -webkit-mask-composite: xor;
	  mask-composite: exclude;
}
.t-p p{
	margin: 0.5rem 0;
	padding-left: 1.5rem;
	position: relative;
}
.t-p p::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 0.5vw;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000000;
}
/*  */
.g-hz .m-c img{
	width: 100%;
	display: block;
	margin: 2rem 0;
}
/*  */
.g-footer{
	 background: linear-gradient(90deg, #F9F7DF, #EBE3F5);
}
.g-footer .m-c {
	align-items: center;
}
.g-footer .m-c ul{
	display: flex;
	align-items: center;
}
.g-footer .m-c ul img{
	width: 2rem;
	margin: 1rem;
}
.g-footer .m-c ul img:hover{
	opacity: 0.6;
}
/*  */
@media screen and (max-width: 991px) {
	.g-banner .m-c .c-c{
		width: 100%;
	}
	.g-banner .img img{
		width: 300%;
		margin-left: -100%;
	}
	.tit{
		padding: 0 0;
	}
	/*  */
	.g-syms .m-c ul li{
		width: 100%;
	}
	.g-ys .m-c ul li{
		margin: 1rem 0;
	}
	.g-ys .m-c .img{
		position: static;
	}
	.g-ys .m-c .img img{
		height: auto;
		width: 100%;
	}
	.g-ys{
		padding-bottom: 4rem;
		background: none;
	}
	/*  */
	.g-hx .m-c ul li .img{
		width: 100%;
	}
	.g-hx .m-c ul li .t-t{
		width: 100%;
	}
	.g-jj .l-b .b-b{
		height: 30vh;
	}
	.g-map .m-c ul li{
		width: 100%;
	}
	.g-map .m-c ul li.l-5{
		display: block;
	}
	.g-map .m-c ul li.l-5 .p24{
		width: 100%;
		text-align: left;
	}
	/*  */
	.g-footer .s-logo img{
		margin: 2rem auto;
		display: block;
	}
	.g-footer .m-c ul{
		justify-content: center;
	}
	.g-footer .m-c ul img{
		width: 1.2rem;
	}
}
