@charset "utf-8";

@font-face {
	font-family: "寒蝉端黑宋";
	/*src: url(../font/ChillDuanHeiSongRegular.otf);*/
	src: url(https://qiniu.mfdemo.cn/jixiangju/2024/07/02/ChillDuanHeiSongRegular.otf);
}
@font-face {
	font-family: "寒蝉端书宋";
	/*src: url(../font/ChillJinshuSongRegular.otf);*/
	src: url(https://qiniu.mfdemo.cn/jixiangju/2024/07/02/ChillJinshuSongRegular.otf);
/* src: url(../font/ChillDuanHeiSongHeavy.otf); */


}

* {
	margin: 0;
	padding: 0;
	font-family: "寒蝉端黑宋";
	box-sizing: border-box;
	border: 0;
	outline: 0;

}

input {
	-webkit-appearance: none;
}

body {
	/* overflow: hidden; */
/* margin: 0 !important; */

}

a {
	text-decoration: none;
	color: inherit;
}

li {
	list-style: none;
}

textarea {
	resize: none;
	overflow: hidden;
}

.f-l,
.y-l,
.s-l {
	float: left;
}

.f-r,
.y-r,
.s-r {
	float: right;
}

/* 字号 */
.t-80{
	font-size: 4.166666666666667vw;
	color: #fff;
	font-family: "寒蝉端书宋";
	font-weight: 900;
	/* line-height: normal; */
	text-transform: uppercase;
	text-shadow: 5px 1px 5px rgba(0, 0, 0, 0.10);
	
}
.t-40{
	color: #000;
	
	/* H3 */
	font-family: "寒蝉端书宋";
	font-size: 2.0833333333333335vw;
	
	font-weight: 700;
	
}
.t-48{
	color: #3C3C3C;
	padding: 2rem 0;
	/* H2 */
	font-family: "寒蝉端书宋";
	font-size: 2.5vw;
	/* font-style: normal; */
	font-weight: 700;

	text-transform: uppercase;
}
.p-20{
	font-size:1.0416666666666667vw ;
	color: #666;
	font-family: "寒蝉端书宋";
	font-weight: 500;
}
.p-28{
	font-size: 1.4583333333333335vw;
	color:#2E2E2E;
	/* font-style: normal; */
	font-weight: 500;
	
	text-transform: capitalize;
}
.p-24{
	font-size: 1.25vw;
	color: #FFF;
	/* font-style: normal; */
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.p-32{
	color: #FFF;
	/* H4 */
	font-family: "寒蝉端书宋";
	font-size: 1.6666666666666667vw;
	/* font-style: normal; */
	font-weight: 500;

}
.p-18{
	font-size:0.9375vw ;
	color: #666;
	
	font-weight: 400;
}
.p-icon img{
	width: 4rem !important;
}

.tab-zt  .swiper-pagination-custom {
	bottom: 25%;
	display: flex;
	width: 18%;
	left: 41%;
	justify-content: space-between;
}
.tab-zt   .swiper-pagination-custom span{
	color: #fff;
}
.tab-zt .swiper-scrollbar{
	width: 14%;
	background: #fff;
	bottom: 25.5%;
	left: 43%;
	border-radius: 80px 0px;
}
.tab-zt .swiper-scrollbar-drag{
	border-radius: 80px 0px;
	background: #007235;
	padding: 2px 0;
	width: 25%;
	height: 9px;
	margin-top: -2px;
}

/*box*/

.m-box-index {
	width: 80%;
	max-width:  81.25vw;
	min-width:  81.25vw;
	margin-left: auto;
	margin-right: auto;
}

.m-box {
	width: 80%;
	max-width:  75vw;
	min-width:  75vw;
	margin-left: auto;
	margin-right: auto;
}

.m-box-b {
	width: 80%;
	max-width: 1250px;
	min-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.m-box-p {
	width: 80%;
	max-width: 71.04166666666667vw;
	min-width: 71.04166666666667vw;
	margin-left: auto;
	margin-right: auto;
}

/*tit*/


/*  */



/*screen*/

.s-wap {
	display: none;
}

.c-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-flex-reverse {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.m-t,
.y-t,
.s-t {
	width: 100%;
}

.m-c,
.y-c,
.s-c {
	width: 100%;
}

.m-f,
.y-f,
.s-f {
	width: 100%;
}

/*public*/
.a-link{
	border-radius: 30px 0px;
	border: 2px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 15rem;
	padding: 0.8rem 2rem;
	transition: all 1s;
	/*position: absolute;*/
    left: 1vw;
    bottom: 5.8vw;
}
.a-link:hover{
	background: #007235;
	color: #fff;border: 2px solid #007235;
	transform: translateX(5px);
}
.a-link .jt img{
	width: 1rem;
	height: auto;
	min-height: auto !important;
}
.a-link  p{
	color: #fff;
	
}
.a-link .aimg{
	width: 2.4rem;
	height: 2.4rem;
	padding: 10px;
	border-radius: 50%;
	background: #134A86;
	display: flex;
	justify-content: center;
	align-items: center;
}
.a-link .aimg img{
	width: 100%;
}
/*  */
.m-padding{
	padding: 3rem 0;
}

/*header*/

.g-header {
	width: 100%;
	/* background: #fff; */
z-index: 999;
position: fixed;
	left: 0;
	z-index: 999;
	top: 0;
	
	padding: 0.5em 0;
	transition: all 0.5s;
}

.g-header.on {
	
	/* Drop Shadow */
	box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.10);
	background: rgba(255,255,255,0.9);
}
.g-header1 {
	width: 100%;
	/* background: #fff; */
z-index: 999;
position: relative;
	left: 0;
	z-index: 999;
	top: 0;
	
	padding: 0.5em 0;
	transition: all 0.5s;
	box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.10);
	background: rgba(255,255,255,0.9);
}

.g-header1.on {
	position: fixed;
	/* Drop Shadow */
	
}
.g-header.on .s-logo{
	border-right: 1px solid #2e2e2e;
}
.g-header1 .s-logo{
	border-right: 1px solid #2e2e2e  !important;
}


.g-header .m-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	/* overflow: hidden; */
	/* padding: 1em 0; */
}
.g-header .s-logo{
	border-right: 1px solid #fff;
	padding-right: 1.5rem;
}
.g-header .s-logo img {
	height: 50px;
}

.g-header .s-nav {
	display: flex;
	justify-content: space-between;
	width: 84%;
	align-items: center;
}
.g-header .s-nav .s-s .phone{
	color: #fff;padding-left: 2em;
}
.g-header .s-nav .s-s{
	display: flex;
	align-items: center;
	
	
	
}
.tj{
	display: flex;
	align-items: center;
}
.g-header .s-nav .s-s .img{
	padding-right: 1em;
	position: relative;
	width: 3rem;
}
.g-header .s-nav .s-s  img{
	width:100% ;
	cursor: pointer;
}
.g-header .s-nav .s-s .search{
	border-radius: 100px;
	background: #fff;
	padding: 0.4rem 1rem;
	display: flex;
	align-items: center;
}
.g-header .s-nav .s-s .s-img{
	width: 1em;
	height: 1rem;

}

.g-header .s-nav .s-s  input{
	padding: 5px;
	color: #333;
	background: none;
	font-size: 0.8em;
}

.g-header.on .s-nav .s-s .search,.g-header1 .s-nav .s-s .search{
	background: #f2f2f2;
}

/*  */
.g-back{
	position: fixed;
	width: 3rem;

	text-align: center;
	right: 1%;
	bottom: 35%;cursor:pointer;
	z-index: 9;
	
}
.g-back .bb{
	width: 3rem;
	height: 3rem;
	margin: 0.5rem 0;
	transition: all 1s;
}
.g-back .b1{
	background: url(../images/b1.png) center top no-repeat;
	background-size: 100% auto;
}
.g-back .b2{
	background: url(../images/b1.png) center center no-repeat;
	background-size: 100% auto;
}
.g-back .b3{
	background: url(../images/b1.png) center bottom no-repeat;
	background-size: 100% auto;
}
.g-back .b1:hover{
	background: url(../images/b2.png) center top no-repeat;
	background-size: 100% auto;
}
.g-back .b2:hover{
	background: url(../images/b2.png) center center no-repeat;
	background-size: 100% auto;
}
.g-back .b3:hover{
	background: url(../images/b2.png) center bottom no-repeat;
	background-size: 100% auto;
}

input::-webkit-input-placeholder {

	/* text-transform: capitalize; */

	font-size: 1em;
	font-weight: 400;
	color: #999;

}
textarea::-webkit-input-placeholder {

	/* text-transform: capitalize; */

	font-size: 1em;
	font-weight: 400;
	color: #999;

}


/*  */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;

	line-height: 1;

}

#cssmenu>ul>li {
	float: left;
	padding: 20px  1.4875vw;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	line-height: 2;
	font-size:  0.9375vw;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	position: relative;
}
.g-header1 #cssmenu>ul>li>a,
.g-header.on #cssmenu>ul>li>a {
	color: #2E2E2E;
}
#cssmenu>ul>li>a::before {
	width: 1vw;
	transition: all 1s;
	content: "";
	position: absolute;
	height: 4px;
	bottom: -5px;
	left: 50%;
	margin-left: -1.15vw;
}

#cssmenu>ul>li.active>a::before,
#cssmenu>ul>li:hover>a::before {

	/* width: 2.3958333333333335vw;

	background: #fff; */
	

}

#cssmenu>ul>li.has-sub.active>a::before,
#cssmenu>ul>li.has-sub:hover>a::before {
	left: 50%;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
	opacity:1;
	position: relative;
	/* text-shadow: 5px 1px 5px rgba(0, 0, 0, 0.10);
	color: #007235; */
	display: inline-block;
}
#cssmenu>ul>li:hover>a:after,
#cssmenu>ul>li.active>a:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background:#007235;
	z-index: -1;
}
/* #cssmenu>ul>li.has-sub>a {
	padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #fff;
}
 */
#cssmenu ul ul {
	position: absolute;
	top: 80%;
	left: -9999px;
}

#cssmenu li:hover>ul {
	left: 0px;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 87%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
	height: 32px;
}

#cssmenu ul ul {
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	width: 100%;
/* 	display: none; */
	/* opacity: 0;
	height: 0; */
	padding-bottom: 1em;

}

#cssmenu ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	filter: blur(20px);
}

#cssmenu ul ul::after {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	width: 100%;
	height: 10px;

}

#cssmenu ul ul li a {
	padding: 10px 15px;
	/* width: 160px; */
	line-height: 1.2;
	margin: 7px 0;
	font-size: 0.8rem;
/* 	border-bottom: 1px solid rgba(239, 239, 239, 0.08); */
	/* background: #4B575E; */
	text-decoration: none;
	text-align: center;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #134A86;
	opacity: 0.5;
	/* background: #fff; */
}

#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}
#cssmenu ul ul ul li a{
	font-size: 12px;
}
/*  */
#cssmenu ul .p-menu>ul{
	position: fixed ;
	margin-left: 24.2vw;
	background: #fff;
	top: 5em;
	width: auto;
	border-radius: 1rem;
	padding: 2rem;
	
	
}
#cssmenu ul .p-menu>ul .n-t{
	display: flex;
	
}
#cssmenu ul .p-menu>ul .n-t .n-li{
	margin: 0 4vw;
}
#cssmenu ul .p-menu>ul .n-t .n-li h1{
	font-size: 1.2rem;
	color: #333;
	margin: 2rem 0;
}
#cssmenu ul .p-menu>ul .n-t .n-li  p{
	font-size: 0.8rem;
	color: #666;
	margin: 1rem 0;
}
#cssmenu ul .p-menu>ul .n-t .n-li a:hover {
	color: #134A86;
	opacity: 0.5;
	/* background: #fff; */
}
/*  */

@media all and (max-width: 1100px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1100px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1100px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1100px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1100px),
only screen and (min-resolution: 192dpi) and (max-width: 1100px),
only screen and (min-resolution: 2dppx) and (max-width: 1100px) {
	.g-header .m-box {

		justify-content: space-between;

	}

	.menu-opened {
		margin-top: 5px !important;
	}

	#cssmenu {
		/* width: 100%; */
		background: none;
	}

	#cssmenu ul {
		width: 100vw;
		position: fixed;
		right: 0;
		height: auto;
		background-color: #000;
		display: none;
		top: 4.4rem;
		z-index: 999;
	}

	#cssmenu>ul>li {
		padding: 10px 2em;
	}

	#cssmenu ul ul.open {

		top: 0;

	}

	#cssmenu ul ul {
		background: none;
	}

	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;

	}

	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: auto;
		color: #fff;
	}

	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
	}
#cssmenu ul  li a{
	font-size: 1rem;
}
	#cssmenu ul ul li a {
		padding: 10px 10px 10px 30px;
		font-size: 0.8rem;
		color: #fff;
		background: none;
		text-align: left;
	}

	#cssmenu>ul>li>a::before {
		display: none;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #fff;
	}

	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100% !important;
		margin: 0 !important;
		
	}

	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 20px;
		margin-right: -20px;


		color: rgba(255, 255, 255, 1);
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

	#cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 5px;
		right: 20px;
		display: block;
		width: 20px;
		height: 2px;
		background: rgba(255, 255, 255, 1);
	}

	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 11px;
		right: 20px;
		display: block;
		width: 20px;
		height: 4px;
		border-top: 2px solid rgba(255, 255, 255, 1);
		border-bottom: 2px solid rgba(255, 255, 255, 1);
	}

	#cssmenu #menu-button.menu-opened::after {
		content: '';
		position: absolute;
		top: 7px;
		right: 20px;
		display: block;
		width: 20px;
		height: 2px;
		background:rgba(255, 255, 255, 1);
		transform: rotate(-45deg);
	}

	#cssmenu #menu-button.menu-opened::before {
		content: '';
		position: absolute;
		top: 6px;
		right: 20px;
		display: block;
		width: 20px;
		height: 4px;
		border-top: 2px solid rgba(255, 255, 255, 1);
		border-bottom: 0 solid rgba(255, 255, 255, 1);
		transform: rotate(45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 10PX;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}

	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: rgba(255, 255, 255, 1);
		z-index: 99;
	}

	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: rgba(255, 255, 255, 0.5);
		z-index: 99;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}

	/*  */
	#cssmenu ul .p-menu>ul {
		background: #fff;
		position: relative;
		overflow: hidden;
	}

	#cssmenu ul .p-menu>ul .l-l {
		background: none;
	}

	#cssmenu ul .p-menu>ul .l-l dl dt .t {
		padding: 1em 0.5em;
	}

	#cssmenu ul .p-menu>ul .l-2 .l-ul .l-li {
		margin: 1em 0;
	}

	#cssmenu ul .p-menu>ul .l-2 .l-ul .l-li img {
		width: 80%;
	}
	/*  */
	#cssmenu ul .p-menu>ul{
		background: none;
		padding: 0.5rem;
	}
	#cssmenu ul .p-menu>ul .n-t .n-li p{
		font-size: 0.8rem;
	}
	#cssmenu ul .p-menu>ul .n-t{
		justify-content: space-between;
	}
	/*  */
	.g-header {
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.g-header .s-nav {
		display: block;
		margin-top: 0.8em;
		width: 50%;
	}
	.g-header .s-nav .s-s .img{
		margin-top: -2px;
		width: 2.5rem;
	}
	.g-header .s-nav .s-s input{
		width: 4rem;
	   display: none;
		
	}

	.g-header .float {
		float: right;
	}

	/*  */
	#cssmenu ul .p-menu>ul .l-2 {
		display: none;
	}
	
	
	.g-header.on {
		opacity: 1;
		position: fixed;
		left: 0;
		z-index: 999;
		top: 0;
		background:#fff;
	} 
	.g-header.on #cssmenu>ul>li>a{
		color: #fff;
	}
	.g-header.on #cssmenu #menu-button::before{
		border-top: 2px solid #007235;
		    border-bottom: 2px solid #007235
	}
	.g-header.on #cssmenu #menu-button::after{
		background: #007235;
	}
	.g-header.on #cssmenu #menu-button.menu-opened::before{
		border-top: 2px solid #007235;
		    border-bottom: 0 solid #007235
	}
	.g-header1 #cssmenu #menu-button::before{
		border-top: 2px solid #007235;
		    border-bottom: 2px solid #007235
	}
	.g-header1 #cssmenu #menu-button::after{
		background: #007235;
	}
	.g-header1 #cssmenu #menu-button.menu-opened::before{
		border-top: 2px solid #007235;
		    border-bottom: 0 solid #007235
	}
	.g-header1 #cssmenu>ul>li>a, .g-header.on #cssmenu>ul>li>a{
		color: #fff;
	}
}

/*  */


a {
	cursor: pointer;
}


	
	/*  */
.g-wl .m-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	
}
.g-wl .m-c .f-logo img{ 
	height: 6rem;
}
.g-wl .m-c ul{
	display: flex;
	flex-wrap: wrap;
}
.g-wl .m-c ul li{
	display: flex;
	margin: 1rem 2rem;
	align-items: center;
}
.g-wl .m-c ul li .img img{
	width: 4rem;
}
.g-wl .m-c ul li .txt{
	margin-left: 1rem;
}
.g-wl .m-c ul li .txt .t-a{
	display: flex;
	align-items: center;
	margin: 1rem 0 0;
}
.g-wl .m-c ul li .txt .t-a img{
	width: 1rem;
	margin-right: 1rem;
}
	/*  */
.g-footer{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.g-footer .m-c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.g-footer .m-c .l-lianx h1{
	color: #333;
	
	
	font-size:  1.4583333333333335vw;
	
	font-weight: 500;

}
.g-footer .m-c .l-lianx h2{
	color: #007235;
	
	margin: 1rem 0;
	/* H3 */
	font-family: "寒蝉端书宋";
	font-size:  2.0833333333333335vw;
	
	font-weight: 700;
	

}
.g-footer .m-c ul{
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}

.g-footer .m-c ul li{
	margin: 0 5%;
}

.g-footer .m-c ul li .p-24{
	color: #333;
}
.g-footer .m-c ul li .p-20{
	margin: 1.2rem 0;
}
.g-footer .m-c ul li a:hover{
	color: #007235;
}
.g-footer .m-c .f-img{
	display: flex;
	
}
.g-footer .m-c .f-img .img{
	margin:0 1rem;
	width: 2rem;
	height: 2rem;
	padding: 7px;
	border-radius: 50%;
	border: 1px solid #D6D6D6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.g-footer .m-c .f-img .img img{
	width: 100%;
	transition: all 1s;
}
.g-footer .m-c .f-img .img .show{
	transform: scale(1);
	opacity: 1;
	
}
.g-footer .m-c .f-img .img .hide{
	transform: scale(0);
	opacity: 0;
	width: 0;
}
.g-footer .m-c .f-img .img:hover .show{
	transform: scale(0);
	opacity: 0;
	width: 0;
}
.g-footer .m-c .f-img .img:hover .hide{
	transform: scale(1);
	opacity: 1;
	width: 100%;
}
/*  */
.f-fbt{
	
	padding: 2rem 0;
}
.f-fbt .m-c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-fbt .m-c .p1{
	font-size: 14px;
	color: #666666;
}
.f-fbt .m-c .p1 a{
	padding: 0 0.5rem;
	display: inline-block;
	text-transform: capitalize;
}
.f-fbt .m-c a:hover{
	color: rgba(31, 178, 125, 1);
}
/*  */
@media screen and (max-width: 1400px) {
	#cssmenu>ul>li {
		padding: 20px 0.8em;
	}
	#cssmenu ul ul{
		width: 150%;
		padding-bottom: 5px;
		padding-top: 0.5rem;
		margin-left: -25%;
	}
	#cssmenu ul ul li a{
		padding: 5px 10px;
		margin: 0;
	}
}

/*  */
@media screen and (max-width: 991px) {
	body {}

	.c-flex>*,
	.c-flex-reverse>* {
		width: 100% !important;
		margin: 2.66666667vw 0;
	}

	.c-flex {
		flex-direction: column;
	}

	.m-box,
	.m-box-b,
	.m-box-p {
		width: 100% !important;
		max-width: 100%;
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.m-box-index {
		width: 100% !important;
		max-width: 100%;
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.s-pc {
		display: none;
	}

	.s-wap {
		display: block !important;
	}

	


	.c-flex-reverse {
		flex-direction: column;
	}
/*  */
/* .m-padding{
	padding: 2rem 0;
} */
/*  */
.t-80{
	font-size: 2.4rem;
}
.t-48{
	font-size: 1.8rem;
	padding: 1rem 0;
}
.t-40{
	font-size: 1.6rem;
}
.a-link{
	width: 12rem;
}
.p-20{
	font-size: 1rem;
}
.p-28{
	font-size: 1.2rem;
}
.p-32{
	font-size: 1.4rem;
}
 .p-24{
	font-size: 1.1rem;
}
.p-18{
	font-size: 0.8rem;
	line-height: 1.5;
}
.a-link{
	padding: 0.5rem 1.5rem;
}
.a-link .jt img{
	width: 1rem !important;
	
}
/*  */
.tab-zt .swiper-scrollbar{
			width: 30%;
			bottom: 10%;
			left: 30%;
		}
		.tab-zt .swiper-pagination-custom{
			width: 44%;
			bottom: 9%;
			left: 23%;
		}
/*  */
.g-wl .m-c,.g-wl .m-c ul{
	justify-content: center;
}
.g-footer .m-c{
	justify-content: center;
	
}
.g-footer .m-c .l-lianx h1{
	font-size: 1.2rem;text-align: center;
}
.g-footer .m-c .l-lianx h2{
	font-size: 1.4rem;text-align: center;
}
.g-footer .m-c ul{
	width: 100%;
	margin: 1rem 0;
}
.f-fbt .m-c{
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}
}

/*media*/
@media screen and (min-width: 750px) and (max-width: 1000px) {

	.tit h1 {
		font-size: 3em;
	}

	.tit h2 {
		font-size: 3em;
	}

}

/*  */
@media screen and (max-width: 750px) {

	.tit h1{
		font-size: 4em;
		line-height: 2;
	}
.tit h2{
	font-size: 2em;
}
	.h1 {
		font-size: 1.6em;
	}


	.tit p {
		width: 100%;
	}

	/*  */

}
