.g-bt  .t-h span{
	/* line-height: 1.2; */
	text-transform: uppercase;
}
.g-bt1 .t-h {
	/* font-size: 5.770833vw; */
	
}
.g-bt1 .mt {
	/*margin-top: -1.9416666666666667vw;*/
	display: block;
	margin-top: -2.3416666666666667vw;
	
}
.g-bt .o-v:last-child {
	margin-top: -2.2791666666666667vw;
}
.g-bt1  .t-h span{
	line-height: 1;
}
/*  */
.g-list1 .m-c {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 1s;
}
.g-list1 .m-c.on {
	height: auto;
	overflow: hidden;
	opacity: 1;
}
.g-list .m-c ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.g-list .m-c ul li {
	width: 48.2%;
	margin: 1% 0;
}

.g-list .m-c ul li .l-b {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.g-list .m-c ul li .l-b .img {
	overflow: hidden;
	font-size: 0;
	width: 100%;
}

.g-list .m-c ul li .l-b .img img {
	width: 100%;
	transition: all 1s;
}

.g-list .m-c ul li:hover .l-b .img img {
	transform: scale(1.1);

}

.g-list .m-c ul li .l-b .txt {
	position: absolute;
	width: 100%;
	
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4rem;
	opacity: 0;
transition: all 1s;

}
.g-list .m-c ul li:hover .l-b .txt{
	background-color: transparent;
	backdrop-filter: blur(1px);
	opacity: 1;background: rgba(0,0,0,0.2);
}
.g-list .m-c ul li .l-b .txt .p-18{
	color: #fff;
	line-height: 1.5;
}
.g-list .m-c ul li  .t-p{
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	padding: 0.7rem 0;
}
.g-list .m-c ul li  .t-p span{
	color: rgba(155, 155, 155, 1);
	font-weight: 400;
}
.a-more{
	text-align: center;
	line-height: 1.2;
}
.a-more a{
	display: inline-block;
	padding: 0.5rem 0;
	border-bottom: 1px solid #000;
	transition: all 1s;
}
.a-more.m-padding{
	padding: 2.1rem 0;
}
/* .a-more a:hover{
	transform: rotate(5deg);
} */
.a-more a.tab-color.tab-on{
		border-bottom: 1px solid #fff;
}
/*  */
.w-tab{
	padding-top:3rem ;
}
.w-tab .m-c ul{
	display: flex;
	flex-wrap: wrap;
}
.w-tab .m-c ul li{
	margin: 5px 1.5rem 5px 0;
}
.w-tab .m-c ul li.on .p-24,.w-tab .m-c ul li:hover .p-24{
	color: #000;
}
.w-tab .m-c ul li.on .tab-on{
	color: #FFFFFF;
}
.w-tab .m-c ul li.on .p-24.tab-on,.w-tab .m-c ul li:hover .p-24.tab-on{
	color: #FFFFFF;
	
}
.w-tab .m-c ul li .p-24{
	color: rgba(147, 147, 147, 1);
	font-weight: 400;
}
.w-tab .m-c ul li.on a{
	border-bottom:4px solid #000 ;
	padding: 5px 0;
}
.w-tab .m-c ul li.on a.tab-on{
	border-bottom:1px solid #fff ;
}
/*  */
.w-banner img{
	width: 100%;
}
.w-banner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.w-banner ul li{
	width: 31%;
}
.w-txt .l-l{
	width: 48.2%;
}
.w-txt .l-l img{
	width: 100%;
	margin-bottom: 3rem;
}
.w-txt .l-l .p-24{
	color: #939393;
	font-weight: 400;
	line-height: 1.5;
	
	/* font-weight: lighter; */
}
.w-txt .l-l .p-321{
	color: #333;
	text-align: justify;
}
.w-txt .l-l .t-40{
	font-weight: 400;
	border-bottom: none;
}
.w-txt .l-l .p-32{
	line-height: 1.5;padding: 0 0 1rem;
}
.w-nei img{
	max-width: 100%;
	display: block;
	margin: 1rem auto;
}
/*  */
.w-qh .m-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.w-qh .m-c .l-f{
	display: flex;
	align-items: center;
	font-size: 1rem;
	transition: all 1s;
	padding-left: 1rem;
}
.w-qh .m-c .l-f:hover{
	transform: translateX(-1rem);
}
.w-qh .m-c .l-f .img{
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/left.svg) center center no-repeat;
	background-size: 100% auto;
}
.w-qh .m-c .l-f .img.tab-color.tab-on{
	
	background: url(../images/left1.svg) center center no-repeat;
	background-size: 100% auto;
}
.w-qh .m-c .l-r .img{
	transform: rotate(180deg);
}
.w-qh .m-c .l-f p{
	font-weight: lighter;
}
.w-qh .m-c .l-f b{
	margin: 0 2rem;
}
.w-qh .m-c .l-r:hover{
	transform: translateX(1rem);
}
.w-qh .m-c .l-c{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #000;
	background: #000;
	padding: 0.5rem 2rem;
	transition: all 1s;
}
.w-qh .m-c .l-c:hover{
	/* transform: rotate(5deg); */
}
.w-qh .m-c .l-c.tab-color.tab-on{
	background: #fff;
	
}
.w-qh .m-c .l-c p.tab-on{
	color: #000;
}
.w-qh .m-c .l-c .img{
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/ico_list.svg) center center no-repeat;
	background-size: 100% auto;
}
.w-qh .m-c .l-c.tab-color.tab-on .img{
	
	background: url(../images/ico_list1.svg) center center no-repeat;
	background-size: 100% auto;
}
.w-qh .m-c .l-c p{
	font-size: 1rem;
	padding-left: 1rem;
	color: #fff;
}
/*  */
.g-bt .txt .l-l{
	width: 48.2%;
	margin-top: 3rem;
}
.g-bt .txt .l-l .line{
	/* font-weight: lighter; */
	margin-top: 2rem;
}
/*  */
.a-parter{
	padding: 3rem 0 0;
}
.a-parter .t-40{
	border-bottom: 1px solid #000;
	    padding: 2rem 0;
}
.a-parter .m-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.a-parter .m-c ul li{
	width: 48.2%;
	margin: 1% 0;
}
.a-parter .m-c ul li .img{
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.a-parter .m-c ul li .img img{
	width: 100%;
	transition: all 1s;
}
.a-parter .m-c ul li:hover .img img{
	transform: scale(1.05);
}
.a-parter .m-c ul li .p-32{
	padding: 1rem 0;
}
/*  */
.a-CLIENTS .t-40{
	border-bottom: 1px solid #000;
	    padding: 2rem 0;
}
.a-CLIENTS .m-c ul{
	display: flex;
	justify-content: flex-end;
}
.a-CLIENTS .m-c ul li{
	margin: 2rem 0;
	width: 24.1%;
}
.a-CLIENTS .m-c ul li .p-18{
	padding: 0.5rem 0;
	font-weight: 400;
}
.a-CLIENTS .m-c ul li .p-18 a:hover{
	opacity: 0.8;
}

/*  */
.a-from .t-40{
	border-bottom: 1px solid #000;
	    padding: 2rem 0;
}
.a-from .c-f{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 2rem 0;
}
   .a-from .c-f     input[type="radio"]+label::before {
            content: "\a0";/*不换行空格*/
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            width: 7px;
            height: 7px;
            margin: auto 5px;
            border-radius: 50%;
            border: 1px solid gray;
            padding: 4px;
        }
        /* 设置选中样式 */
     .a-from .c-f   input[type="radio"]:checked+label::before {
            background-color: gray;
            background-clip: content-box;
            padding: 4px;
        }
.msg{
	font-size: 0.8rem;
	color: red;
}
.a-from .c-f .f-y{
	display: flex;
	width: 48.2%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 2rem;
	
}
.a-from .c-f .f-y .p-18{
	font-weight: lighter;
	
}
.a-from  .f-f{
	padding: 2rem;
	background: #F9F9F9;
}
.a-from  .f-f .l-b{
	padding: 1rem 0;
}
.a-from  .f-f .l-b input{
	width: 100%;
	border: 1px solid #AEAEAE;
	background: #FFF;
	padding: 0.5rem 1rem;
}
.a-from  .f-f .l-b textarea{
	width: 100%;
	border: 1px solid #AEAEAE;
	background: #FFF;
	padding: 0.5rem 1rem;
	min-height: 300px;
}
.a-from  .f-f .a-link{
	margin: 1rem auto;
	padding: 0.6rem 3rem;
	display: block;
}
.g-bt1 .span_text{display:none;}
.g-bt1 .span_text.on{display:block;}
/*  */
@media screen and (max-width: 991px) {
	.g-list .m-c ul li{
		width: 100%;
	}
	.g-list .m-c ul li .l-b .txt{
		padding: 1rem;
	}
	/*  */
	.w-qh .m-c .l-f{
		width: 100%;
	}
	.w-qh .m-c .l-r{
		justify-content: flex-end;
	}
	.w-qh .m-c .l-c{
		margin: 2rem auto;
	}
	.w-qh .m-c .l-f b{
		margin: 0 1rem;
	}
	/*  */
	.a-parter .m-c ul li{
		width: 100%;
	}
	.a-CLIENTS .m-c ul li{
		width: 48%;
		margin: 1%;
	}
	.f-y{
		margin: 1rem 0;
	}
	.a-from .c-f{
		margin: 2rem 0 0 0;
	}
	.a-from .f-f{
		padding: 1rem;
	}
	.a-from .f-f .l-b{
		padding: 0.5rem 0;
	}
	.a-from .f-f .l-b textarea{
		min-height: 200px;
	}
	.a-from .c-f .f-y .p-18{
		padding-left: 0;
	}
	.a-from .c-f .f-y{
		justify-content: flex-start;
		width: 100%;
	}
	
	.g-bt1 .t-h{
		font-size: 2rem;
	}
	.g-bt .o-v:last-child {
		margin-top: -10px;
	}
	.g-bt1 .mt {
		margin-top: -10px;
		
	}
	
}
.t-40.tab-on{
	border-bottom: 1px solid #fff;
}
.w-txt .l-l .p-321.tab-on{
	color: #fff;
}
.w-txt .l-l .p-24.tab-on{
	color: #fff;
}