/* 标题 */
.public-title{
	padding:8rem 0 6rem 0;
	text-align: center;
}
.public-title>div>div{
	padding-top:0.5rem;
}
.public-title>div i{
	color:#a9d717;
	font-size:2rem;
}
.public-title>div  span{
	display: block;
	min-width: 26rem;
	font-size: 3.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding:0 1.5rem;
}
.public-title>div{
	position:relative;
	z-index:2;
}
.public-title>p{
	font-size: 5.2rem;
	font-weight: 500;
	color: #ECECEC;
	margin-top:-2.2rem;
	position:relative;
	z-index:1;
}
/* 头部 */
.header-box{
	width:100%;
	height:8.5rem;
	background:#fff;
	position: fixed;
	top:0;left:0;
	z-index:1000;
}
.header-nei{
	width:192rem;
	margin: auto;
	height:100%;
}
.header-left{
	padding-left:11.9rem;
}
.header-left img{
	width:20.9rem;
}
.header-right{
	margin-right:3rem;
	padding-top:0.2rem;
}
.header-right .iconfont{
	font-size: 2.5rem;
	color: #2C2F2B;
	
}
.header-right a{
	display: block;
	font-size: 2.3rem;
	font-weight: 400;
	color: #2C2F2B;
	padding-left:0.6rem;
}
.header-cen{
	margin-left:8.6rem;
	padding-right:8.4rem;
}
.header-cen>li{
	/* margin-left:4.6rem; */
	flex:1;
	text-align: center;
	position: relative;
}
.header-cen>li>a{
	display: inline-block;
	height:8.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 8.5rem;
}
.header-cen>li.active>a{
	color: #97C112;
	border-bottom:0.4rem solid #97C112;
}
.header-cen>li.active span{
	display: block;
	width:100%;
	height: 0.4rem;
	background: #97C112;
	border-radius: 0.2rem;
	position: absolute;
	left:0;right:0;margin: auto;
	bottom:0;
}
.header-cen>li:hover>a{
	color:#97C112;
}
.header-cen-li2{
	position: absolute;
	top:6.7rem;left:0rem;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.2rem 0.4rem rgba(0, 0, 0, 0.05);
	border-radius: 0.6rem;
	overflow: hidden;
	display: none;
}
.header-cen-li2>li a{
	display: block;
	text-align: center;
	height:4rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #97C112;
	line-height: 4rem;
}
.header-cen-li2>li a:hover,.header-cen-li2>li.active a{
	background-color:#F2F8DE;
}
/* 首页banner */
.indexs-banner{
	width:100%;
	margin:auto;
	overflow: hidden;
	margin-top:8.5rem;
	position: relative;
}
.indexs-banner .swiper-container a{
	width:100%;
	display: block;
}
.indexs-banner .swiper-container img{
	width:100%;
	display: block;
}
.indexs-banner .swiper-pagination-bullet{
   background: rgba(255,255,255,0.41);
   width:3.4rem;
   height:0.8rem;
   border-radius: 0.6rem;
   margin-left:0.6rem;
   position: relative;
   opacity: 1;
}
.indexs-banner .swiper-pagination-bullet-active{
	width:3.4rem;
	height:0.8rem;
	background: #AEDA21;
	border-radius: 0.6rem;
	opacity: 1;
}
.swiper-pagination1{
	left: 0;right:0;
	margin: auto;
	bottom:12rem;
}
/* 免费获取服务报 */
.indexs-bj-box{
	width:120rem;
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.5rem 0.1rem #E5EAEF;
	border-radius: 0.6rem;
	position: relative;
	z-index:200;
	margin-top:-9.8rem;	
}
.indexs-bj-title{
	font-size: 3.4rem;
	font-weight: 500;
	color: #2B2D2F;
	text-align: center;
	padding:3.8rem 0 4.2rem 0;
	letter-spacing: 0.3rem;
}
.indexs-bj-title span{
	font-size: 4rem;
	color: #97C112;
	padding-right:1.4rem;
}
.indexs-bj-input-box input{
	height:4.8rem;
	border-radius: 0.6rem;
	border: 1px solid #D6D9DB;
	margin-right:1.8rem;
	padding:0 1.2rem;
	font-size:1.6rem;
	width:17.5%;
	color:#333;
}
.indexs-bj-input-box .indexs-bj-select{
	width:38%;
	border-radius: 0.6rem;
	border: 1px solid #D6D9DB;
	margin-right:1.8rem;
	overflow: hidden;
	position: relative;
}
.indexs-bj-input-box button{
	width:17.5%;
	height:4.8rem;
	border-radius: 0.6rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	font-size:1.6rem;
	color:#fff;
	cursor: pointer;
}
.indexs-bj-input-box{
	padding-bottom:6rem;
}
.indexs-bj-input-box .indexs-bj-select select{
	width:100%;
	height:4.8rem;
	border:0;
	font-size:1.6rem;
	padding:0 1.2rem;
	outline: none;
	-webkit-appearance: none;
	color:#8B8D8A;
}
.indexs-bj-input-box .indexs-bj-select .iconfont{
	font-size: 2rem;
	color:#D4D4D4;
	position: absolute;
	right:1.4rem;
	top:0;bottom:0;
	margin: auto;
	line-height: 4.8rem;
}

input::-webkit-input-placeholder { /* WebKit browsers */
	color:#8B8D8A;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#8B8D8A;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#8B8D8A;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#8B8D8A;
}
/* 一站式企业服务 */
.indexs-fw-left li{
	height:9rem;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position:-1rem 0.7rem; 
	background-size:7.5rem auto;
}
.indexs-fw-left li>img{
	width:3rem;
	display: block;
	padding-top:0.7rem;
	margin-left:1rem;
}
.indexs-fw-left li>div{
	position: relative;
	margin-left:2.1rem;
}
.indexs-fw-left li>div p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	position: relative;
	z-index:2;
	
}
.indexs-fw-left li.active>div span{
	display: inline-block;
	width: 100%;
	height: 0.8rem;
	background: linear-gradient(225deg, #C5F531 0%, #97C112 100%);
	position: absolute;
	bottom:-0.2rem;right:0;
	z-index:1;
}
.indexs-fw-left li .triangle{
	display: none;
}
.indexs-fw-left li.active .triangle{
	display: block;
	width: 0;
	height: 0;
	border-width:1.5rem;
	border-style: solid;
	border-color: transparent #F2F2F2 transparent transparent;
	margin-left:2.4rem;
	margin-top:0.5rem;
}
.indexs-fw-right{
	background:#F2F2F2;
	height:46rem;
	border-radius: 0.6rem;
}
.indexs-fw-right ul{
	width:96%;
	height:42rem;
	background: #fff;
	border-radius: 0.6rem;
	overflow: hidden;
	display: none;
}
.indexs-fw-right ul li{
	width:33.333333333%;
	height:50%;
	border-right:0.2rem solid #F2F2F2;
	border-bottom: 0.2rem solid #F2F2F2;
	cursor: pointer;
	transition: all 0.3s;
}
.indexs-fw-right ul li p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding:4rem 2.4rem 1.8rem 2.4rem;
}
.indexs-fw-right ul li span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #8B8D8A;
	letter-spacing: 0.1rem;
	padding:0 2.4rem;
	line-height: 2.6rem;
}
.indexs-fw-right ul li a{
	display: none;
}
.indexs-fw-right ul li:hover{
	/* background-color: #8DB609; */
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.indexs-fw-right ul li:hover p,.indexs-fw-right ul li:hover span{
	color:#fff;
}
.indexs-fw-right ul li:hover a{
	display: inline-block;
	background: #FFFFFF;
	border-radius: 1.4rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #AFDC22;
	padding:0.6rem 1.3rem;
	margin-right:2.4rem;
	margin-top:2.6rem;
}
/* 你是否有以下问题？ */
.indexs-quest-box{
	width:100%;
	height:89.2rem;
	margin-top:6rem;
}
.indexs-quest{
	padding:8rem 0;
}
.indexs-quest-top{
	width: 34rem;
	height: 43.6rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	position: relative;
	z-index: 2;
}
.indexs-quest-top>p{
	font-size: 4.8rem;
	font-family: Helvetica;
	color: #FFFFFF;
	letter-spacing: 0.2rem;
	white-space:nowrap;
	padding:9.6rem 0 2.4rem 3.7rem;
}
.indexs-quest-top>p span{
	color:#97C112;
}
.indexs-quest-top>div{
	font-size: 3.2rem;
	font-weight: 500;
	color: #FFFFFF;
	padding:0 0 1.2rem 3.7rem;
}
.indexs-quest-top>span{
	display: block;
	padding:0 0 7.7rem 3.7rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
}
.indexs-quest-top>a{
	display:block;
	width: 14rem;
	height: 4rem;
	background: #FFFFFF;
	border-radius: 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #8AC400;
	text-align: center;
	line-height: 4rem;
	margin: auto;
}
.indexs-quest-bot{
	width:100%;
	height:50rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.4rem 0.2rem #EEF0E9;
	border-radius: 0.6rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top:-21rem;
}
.indexs-quest-bot li{
	width:33.333333333%;
	height:50%;
	position: relative;
}
.indexs-quest-bot li>img{
	width:14.3rem;
	display: block;
	margin-top:3rem;
	margin-left:5rem;
}
.indexs-quest-bot-con{
	width:21rem;
	position: absolute;
	right:3rem;bottom:3.5rem;
	z-index:2;
}
.indexs-quest-bot-con p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
}
.indexs-quest-bot-con span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.4rem;
	padding-top:0.8rem;
}
.indexs-quest-bot-con i{
	display: block;
	width: 5rem;
	height: 0.6rem;
	background: #ECECEC;
	margin-top:1.5rem;
}
/* 4大理由选择我们 */
.indexs-advant a{
	display: block;
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin:auto;
	text-align: center;
	line-height: 4.8rem;
	margin-top:6rem;
}
.indexs-advant ul{
	width:100%;
}
.indexs-advant ul li{
	flex:1;
	height: 40rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.6rem 0.4rem #F3F3F3;
	border-radius: 0.6rem;
	margin-left:2rem;
	overflow: hidden;
	cursor: pointer;
	position:relative;
}
.indexs-advant ul li:nth-child(1){
	margin-left:0;
}
.indexs-advant ul li img{
	width:100%;
	height:18rem;
	display: block;
}
.indexs-advant-icon{
	position: relative;
	z-index:2;
	width: 7.2rem;
	height: 7.2rem;
	background: linear-gradient(225deg, rgba(197,245,49,0.7) 0%,  rgba(151,193,18,0.7) 100%);
	box-shadow: 0px 0px 0.7rem 0.2rem #DBE6B8;
	border-radius: 50%;
	margin: auto;
	margin-top:-3.5rem;
	text-align: center;
	line-height: 7.2rem;
}
.indexs-advant-icon .iconfont{
	font-size:4rem;
	color:#fff;
}
.indexs-advant ul li .tit{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:2rem;
}
.indexs-advant ul li .tit .s1{
	font-size: 3.6rem;
	font-weight: 500;
	color: #AEE10B;
	padding-right:0.2rem;
	padding-top:0.2rem;
}
.indexs-advant ul li .wb{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.2rem;
	padding:1rem 2.4rem 0 2.4rem;
	text-align: justify;
}
.indexs-advant-tan{
	width:100%;
	height:100%;
	position: absolute;
	top:0;left:0;
	background: rgba(0,0,0,.3);
	z-index: 3;
	display: none;
}
.indexs-advant-tan .indexs-advant-icon{
	background: #fff;
	box-shadow: none;
	display: none;
}
.indexs-advant-tan .indexs-advant-icon .iconfont{
	color:#aee10b;
}
.indexs-advant-tan .indexs-advant-heng{
	width: 4.4rem;
	height: 0.4rem;
	background: #FFFFFF;
	margin: auto;
	margin-top:2.2rem;
	
}
.indexs-advant-tan .indexs-advant-tan-con{
	width: 100%;
	height: 23.3rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	position: absolute;
	bottom:0;left:0;
	display: none;
}
.indexs-advant ul li .indexs-advant-tan .tit{
	padding-top:1rem;
	color:#fff;
}
.indexs-advant ul li .indexs-advant-tan .tit .s1{
	color:#fff;
}
.indexs-advant ul li .indexs-advant-tan .wb{
	color:#fff;
}
/* 优势 */
.indexs-ys-box{
	width:100%;
	height:34rem;
	margin-top:8rem;
}
.indexs-ys{
	height:26rem;
	background: rgba(0,0,0,0.3);
	border-radius: 0.6rem;
}
.indexs-ys li{
	text-align: center;
}
.indexs-ys li .iconfont{
	color:#bbef14;
	font-size: 5rem;
}
.indexs-ys li.shu{
	width:0.2rem;
	height:5.4rem;
	background:#c7cfc7;
}
.indexs-ys li p{
	font-size:2rem;
	color:#fff;
	font-weight: 500;
	padding:1.5rem 0 1rem 0;
}
.indexs-ys li span{
	display: block;
	font-size: 1.3rem;
	color:#eef3fc;
}
/* 热门服务 */
.indexs-rmfw-left{
	width:35rem;
	height:40rem;
}
.indexs-rmfw-left .iconfont{
	display: block;
	font-size: 8.6rem;
	color:#fff;
	margin-left:11.1rem;
	margin-top:10rem;
}
.indexs-rmfw-left a{
	display: block;
	width: 14rem;
	height: 4rem;
	background: #FFFFFF;
	border-radius: 2rem;
	margin-left:8.7rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #8AC400;
	line-height: 4rem;
	text-align: center;
	margin-top: 5rem;
}
.indexs-rmfw-right{
	height:40rem;
}
.indexs-rmfw-right li{
	width:22.35294117647059%;
	height:19rem;
	margin-left:2.47%;
	margin-top:2rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.5rem 0.2rem #F0F1EE;
	border-radius: 0.6rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
}
.indexs-rmfw-right li:nth-child(1),.indexs-rmfw-right li:nth-child(2),.indexs-rmfw-right li:nth-child(3),.indexs-rmfw-right li:nth-child(4){
	margin-top:0;
}
.indexs-rmfw-right li .iconfont{
	font-size:4.7rem;
	color:#97C112;
	display: block;
	margin-top:2.8rem;
	margin-left:2.2rem;
}
.indexs-rmfw-right li p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	margin-top:1rem;
	margin-left:2.2rem;
}
.indexs-rmfw-right li span{
	display: block;
	padding:0.9rem 2.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.2rem;
}
.indexs-rmfw-right li:hover{
	background: #97C112;
}
.indexs-rmfw-right li:hover .iconfont,.indexs-rmfw-right li:hover p{
	color:#fff;
}
.indexs-rmfw-right li:hover span{
	color:#f7f7f7;
}
/* 客户评价 */
.indexs-pj-box{
	width:100%;
	height:55.2rem;
	margin-top:8rem;
}
.indexs-pj{
	height:100%;
}
.indexs-pj-left{
	width: 27.4rem;
}
.indexs-pj-left p{
	font-size: 3.4rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 4.8rem;
}
.indexs-pj-left span{
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	color: #ECECEC;
	margin-top:1rem;
}
.indexs-pj-left a{
	display: block;
	width: 14rem;
	height: 4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	line-height: 4rem;
	text-align: center;
	font-size: 1.6rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-top:2.9rem;
}
.indexs-pj-right{
	width:93rem;
	height: 100%;
	padding-left:3rem;
	overflow: hidden;
	/*padding-right:0.6rem;*/
	padding-top:8rem;
}
.indexs-pj-right .swiper-container2 .swiper-slide{
	width: 27rem!important;
	height: 33.4rem;
	background: #FFFFFF;
	box-shadow: 0.4rem 0.5rem 0.6rem 0px #B5C386;
	border-radius: 0.6rem;
	/* margin-left:3.3rem; */
	margin-right:4rem;
	position: relative;
	overflow:visible;
}
.indexs-pj-right .indexs-pj-right-top,.indexs-pj-right .swiper-container2,.indexs-pj-right .swiper-container2 .swiper-wrapper{
	width:100%;
	overflow:visible;
}
.indexs-pj-right .swiper-slide:nth-child(1){
	/* margin-left:0; */
}
.indexs-pj-right .swiper-container2 .swiper-slide>img.dh{
	width:9.5rem;
	position: absolute;
	top:-3.5rem;right:0;
}
.indexs-pj-right .swiper-container2 .swiper-slide>p{
	font-size: 1.8rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding:4.5rem 2.4rem 0 2.4rem;
	text-align: justify;
}
.indexs-pj-right .swiper-container2 .swiper-slide>.tx-box{
	position: absolute;
	right:2.4rem;
	bottom:2.1rem;
}
.indexs-pj-right .swiper-container2 .swiper-slide>.tx-box img{
	width:2.4rem;
	height: 2.4rem;
	border-radius: 50%;
}
.indexs-pj-right .swiper-container2 .swiper-slide>.tx-box span{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #8B8D8A;
	margin-left:1rem;
}
.swiper-button-box{
	width:100%;
	height:4rem;
	position: relative;
	margin-top:3.2rem;
}
.swiper-button-box>div{
	width:4rem;
	height:4rem;
	outline: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content:"";
}
.swiper-button-box>div.swiper-button-prev{
	left:0;
}
.swiper-button-box>div.swiper-button-next{
	right:unset;
	left:5rem;
}
/* 新闻动态 */
.indexs-news-tab{
	width:42rem;
	height:4.4rem;
	margin: auto;
}
.indexs-news-tab>a{
	flex:1;
	text-align: center;
	line-height: 4.4rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #97C112;
}
.indexs-news-tab>a:nth-child(1){
	border-radius:10rem 0 0 10rem;
	border: 0.1rem solid #97C112;
}
.indexs-news-tab>a:nth-child(2){
	border-top:0.1rem solid #97C112;
	border-bottom:0.1rem solid #97C112;
}
.indexs-news-tab>a:nth-child(3){
	border-radius:0 10rem 10rem 0;
	border: 0.1rem solid #97C112;
}
.indexs-news-tab>a.active,.indexs-news-tab>a:hover{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	color: #fff;
}
.lijizixun{
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin: auto;
	margin-top:6rem;
}
.indexs-newx-cen{
	margin-top:3.9rem;
	display: flex;
	flex-wrap: nowrap;
}
.indexs-news-left{
	width:62rem;
	overflow: hidden;
}
.indexs-news-left-img{
	width:100%;
	height:28rem;
	overflow: hidden;
	box-shadow: 0.4rem 0.5rem 1rem 0.1rem #eee;
}
.indexs-news-left-img img{
	width:100%;
	display: block;
}
.indexs-news-left>p{
	font-size: 2rem;
	font-weight: 400;
	color: #2C2F2B;
	padding-top:1.5rem;
}
.indexs-news-left>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 3.2rem;
	padding-top:1rem;
}
.indexs-news-left>a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top:1.8rem;
	display: inline-block;
}
.indexs-news-left>a .iconfont{
	font-size: 1.2rem;
	margin-left:0.6rem;
}
.indexs-news-right{
	margin-left:4.2rem;
	flex:1;
}
.indexs-news-right>li{
	width:100%;
	height:9.2rem;
	border-radius: 0.6rem;
}
.indexs-news-right>li>a{
	width:100%;
	height:100%;
}
.indexs-news-li-left{
	border-right:0.1rem solid #E1E1E1;
	padding:0 2rem;
}
.indexs-news-li-left>p{
	font-size: 2.2rem;
	font-weight: 400;
	color: #2C2F2B;
}
.indexs-news-li-left>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	display: block;
	text-align: right;
	padding-top:0.4rem;
}
.indexs-news-li-right{
	padding:0 2rem;
}
.indexs-news-li-right>p{
	font-size: 2rem;
	font-weight: 400;
	color: #2C2F2B;
}
.indexs-news-li-right>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	padding-top:0.4rem;
}
.indexs-news-right>li:hover{
	background: #F7F7F7;
}
.indexs-news-right>li:hover .indexs-news-li-right>p{
	color:#97C112;
}
/* 财务服务 服务内容*/
.fs-con-right{
	width:23.2rem;
	height:32rem;
	margin-right:2rem;
}
.fs-con{
	height:28.8rem;
	background:rgba(0,0,0,0.02);
	border-radius: 0.6rem;
}
.fs-con-left{
	height:24.8rem;
	background: #fff;
	margin:0 2rem;
	text-align: center;
}
.fs-con-left>li{
	flex:1;
	height:32rem;
	cursor: pointer;
}
.fs-con-left>li img{
	display: block;
	margin: auto;
	height:5rem;
}
.fs-con-left>li p{
	font-size: 2rem;
	font-weight: bold;
	color: #2B2D2F;
	padding-top:3rem;
}
.fs-con-left>li span{
	display: block;
	margin: auto;
	margin-top:1.8rem;
	width: 4rem;
	height: 0.4rem;
	background: #D8D8D8;
}
/* 服务流程 */
.fs-fwlc-box{
	height:65.6rem;
}
.fs-fwlc li{
	flex:1;
	
}
.fs-fwlc li .num-heng{
	width:100%;
}
.fs-fwlc li .num-heng>div{
	width: 5rem;
	height: 5rem;
	background: rgba(162,206,25,0.3);
	border-radius: 50%;
}
.fs-fwlc li .num-heng>div>p{
	width: 3.8rem;
	height: 3.8rem;
	background: #A2CE19;
	border-radius: 50%;
	font-size: 2rem;
	font-weight: 500;
	color: #FFFFFF;
}
.fs-fwlc li .p1,.fs-fwlc li .p2{
	height: 11.2rem;
	border-left:0.2rem solid #A2CE19;
	margin-left:2.5rem;
	font-size: 2rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-left:1.3rem;
	line-height: 2.8rem;
}
.fs-fwlc li .p2{
	border-left:0;
	padding-top:2.2rem;
}
.fs-fwlc li:nth-child(2n) .p1{
	border-left:0;
}
.fs-fwlc li:nth-child(2n) .p2{
	border-left:0.2rem solid #A2CE19;
}
.fs-fwlc li .num-heng>span{
	display: block;
	flex:1;
	height: 0.2rem;
	background: #A2CE19;
}

.fs-fwlc li .num-heng>i{
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: #A2CE19;
	border-radius: 50%;
}
/* 我们的优势 */
.fs-myys-top{
	width:100%;
}
.fs-myys-top>li{
	flex:1;
	text-align: center;
}
.fs-myys-top>li .fs-myys-top-icon{
	width: 11rem;
	height: 11rem;
	background: #F2F2F2;
	border-radius: 50%;
	margin: auto;
}
.fs-myys-top>li .fs-myys-top-icon .iconfont{
	font-size:6rem;
	color:#333;
}
.fs-myys-top>li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:2rem;
}
.fs-myys-top>li>.shu{
	width: 0.2rem;
	height: 4.5rem;
	background-color: #E1DFDF;
	margin:2rem auto;
}
.fs-myys-top>li>.heng{
	width:100%;
	height: 0.2rem;
	background-color: #E1DFDF;
	position: relative;
}
.fs-myys-top>li.active .fs-myys-top-icon{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.fs-myys-top>li.active .fs-myys-top-icon .iconfont{
	color:#fff;
}
.fs-myys-top>li.active .activeh{
	width: 75%;
	height: 0.4rem;
	background: #A2CE19;
	margin: auto;
	position: absolute;
	top:-0.1rem;left:0;right:0;
}
.fs-myys-top>li.active .actives{
	display: block;
	width: 0;
	height: 0;
	border-width: 1rem;
	border-style: solid;
	border-color:#A2CE19 transparent transparent transparent;
	margin: auto;
	position: absolute;
	top:1rem;left:0;right:0;
}
.fs-myys-bot{
	width:100%;
	padding-top:3.5rem;
}
.fs-myys-bot li{
	width:100%;
	display: none;
	flex-wrap: nowrap;
}
.fs-myys-bot-left{
	display: block;
	width:46%;
}
.fs-myys-bot-right{
	flex:1;
	padding-left:4.5rem;
}
.fs-myys-bot-right p{
	font-size: 3rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:1.2rem;
}
.fs-myys-bot-right span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 3.2rem;
	padding-top:1.8rem;
	display: block;
}
.fs-myys-bot-right a{
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:6rem;
}
/* 代理记账 */
.agent-fwxm-box{
	width:100%;
	margin-bottom:5rem;
	
}
.agent-fwxm>li{
	width:28.75%;
	height:15rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 0.6rem;
	margin-left:5.416%;
	margin-bottom:3rem;
}
.agent-fwxm>li:nth-child(1),.agent-fwxm>li:nth-child(4),.agent-fwxm>li:nth-child(7){
	margin-left:2.8%;
}
.agent-fwxm-left{
	width: 6.8rem;
	height: 6.8rem;
	background: linear-gradient(225deg, #C5F531 0%, #97C112 100%);
	box-shadow: 0.4rem 0.4rem 0.8rem 0px rgba(0, 0, 0, 0.12);
	border-radius: 0.6rem;
	font-size: 3.2rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-left:-3.4rem;
}
.agent-fwxm-right{
	padding:1.8rem 2.4rem;
}
.agent-fwxm-right>div{
	text-align: right;
}
.agent-fwxm-right>p{
	font-size: 2.4rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.3rem;
	padding-top:1.2rem;
}
.agent-fwxm-right>div a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
}
.agent-fwxm-right>div a .iconfont{
	font-size: 1.2rem;
	margin-left: 0.6rem;
}
/* 所需要资料 */
.agent-ziliao-box{
	width:100%;
	padding-bottom:4.3rem;
	background-color: #F7F7F7;
}
.agent-ziliao{
	height:100%;
}
.agent-ziliao-title{
	padding-top:2.1rem;
}
.agent-ziliao-title-left{
	font-size: 6.8rem;
	font-weight: 500;
	color: #ECECEC;
	line-height: 9.5rem;
}
.agent-ziliao-title-right{
	font-size: 3.6rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 5rem;
	padding-right:9rem;
	background-position: right center;
	background-repeat: no-repeat;
	background-size:auto 2.8rem;
}
.agent-ziliao-con{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
}
.agent-ziliao-con-left{
	width:64.8rem;
	height:48.4rem;
	position: relative;
	margin-left:-2rem;
	margin-top:-1rem;
}
.agent-ziliao-con-left-k{
	width: 15rem;
	height: 14.3rem;
	background: #A2CE19;
	border-radius: 0.6rem;
	border: 0.4rem solid #A2CE19;
	position: absolute;
	z-index:1;
}
.agent-ziliao-con-left-k1{
	top:2rem;left:2rem;
}
.agent-ziliao-con-left-k2{
	bottom:2rem;right:2rem;
}
.agent-ziliao-con-left-banner{
	width:55rem;
	height:38.5rem;
	position: relative;
	z-index: 2;
}
.agent-ziliao-con-left-banner .swiper-container{
	width:55rem;
	height:38.5rem;
	overflow: hidden;
	border-radius: 0.6rem;
	box-shadow: 0.5rem 0.5rem 1rem 0.4rem rgba(0,0,0,0.05);
}
.agent-ziliao-con-left-banner .swiper-container .swiper-wrapper{
	width:100%;
}
.agent-ziliao-con-left-banner .swiper-container .swiper-wrapper img{
	height: 100%;
}
.agent-ziliao-con-left-banner .swiper-pagination{
	position: absolute;
	right:0;left:0;
	margin: auto;
	bottom:-4rem;
}
.agent-ziliao-con-left-banner .swiper-pagination-bullet{
	width: 2rem;
	height: 1rem;
	background: #A2CE19;
	border-radius: 0.5rem;
	opacity: 0.36;
	margin-left:0.8rem;
}
.agent-ziliao-con-left-banner .swiper-pagination-bullet:nth-child(1){
	margin-left:0;
}
.agent-ziliao-con-left-banner .swiper-pagination-bullet-active{
	width: 2rem;
	height: 1rem;
	background: #A2CE19;
	border-radius: 0.5rem;
	opacity:1;
}
.agent-ziliao-con-right{
	position: relative;
}
.agent-ziliao-con-right>li{
	width: 46rem;
	height: 6.8rem;
	background: #FFFFFF;
	box-shadow: 0.2rem 0.2rem 0.9rem 0px rgba(0, 0, 0, 0.04);
	border-radius: 0.6rem;
	margin-top:1rem;
	padding-left:3.2rem;
	cursor: pointer;
	position: absolute;right:0;
	top:0;
	transition: width 0.3s;
}
.agent-ziliao-con-right>li:nth-child(2){
	top:7.8rem;
}
.agent-ziliao-con-right>li:nth-child(3){
	top:15.6rem;
}
.agent-ziliao-con-right>li:nth-child(4){
	top:23.4rem;
}
.agent-ziliao-con-right>li:nth-child(5){
	top:31.2rem;
}
.agent-ziliao-con-right>li:nth-child(6){
	top:39rem;
}
.agent-ziliao-con-right>li .iconfont{
	font-size:2.8rem;
	color:#646862;
}
.agent-ziliao-con-right>li span{
	font-size: 2.4rem;
	font-weight: 400;
	color: #2C2F2B;
	padding-left:3.1rem;
}
.agent-ziliao-con-right>li:hover{
	width: 54.3rem;
	background: #A2CE19;
}
.agent-ziliao-con-right>li:hover .iconfont,.agent-ziliao-con-right>li:hover span{
	color:#fff;
}
/* 财务理账 */
.fa-bl-box{
	padding-bottom:4rem;
}
.fa-bl-box li .fa-bl-box-left{
	width: 7.6rem;
	height: 7.6rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	box-shadow: 0px 0px 1.4rem 0.3rem #DBE9AE;
	border-radius: 50%;
}
.fa-bl-box li .fa-bl-box-left .iconfont{
	font-size:3.8rem;
	color:#fff;
	/* padding-top:0.5rem; */
}
.fa-bl-box li .fa-bl-box-cen{
	padding-left:2.4rem;
}
.fa-bl-box li .fa-bl-box-cen span{
	font-size: 2rem;
	font-weight: 400;
	color: #C0C0C0;
	letter-spacing: 0.2rem;
	line-height: 2.8rem;
	display: block;
}
.fa-bl-box li .fa-bl-box-cen p{
	font-size: 2.8rem;
	font-weight: 500;
	color: #2C2F2B;
	letter-spacing: 0.2rem;
	line-height: 4rem;
}
.fa-bl-box li .icon-gengduo{
	font-size: 3rem;
	color:#97C112;
	margin-left:5rem;
	margin-right:5rem;
}
.fa-ziliao{
	padding-bottom:2rem;
}
.fa-ziliao>li{
	flex:1;
	margin-left:2.5rem;
	height: 30rem;
	background: #FFFFFF;
	box-shadow: 0 0 1rem 0.4rem #F5F5F5;
	border-radius: 6rem 0 6rem 0;
	overflow: hidden;
	cursor: pointer;
}
.fa-ziliao>li:nth-child(1){
	margin-left:0;
}
.fa-ziliao>li .fa-ziliao-top{
	background-color: #F2F2F2;
	width:100%;
	height:10.4rem;
	position: relative;
	transition: all 0.3s;
}
.fa-ziliao>li .fa-ziliao-top img{
	height:3.7rem;
}
.fa-ziliao>li .fa-ziliao-top span{
	display: block;
	width:33%;
	height: 0.2rem;
	background: #A2CE19;
	position: absolute;
	left:0;right:0;
	margin: auto;
	bottom:0;
	transition: width 0.3s;
}
.fa-ziliao>li>p{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding:3rem 0 1.4rem 0;
}
.fa-ziliao>li>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.4rem;
	display: block;
	padding:0 2rem;
}
.fa-ziliao>li>a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-left:-8rem;
	margin-top:1.4rem;
	transition: all 0.3s;
}
.fa-ziliao>li>a>i{
	font-size: 1.2rem;
	color: #97C112;
	margin-left:0.6rem;
}
.fa-ziliao>li:hover .fa-ziliao-top{
	background-color: #F3F8E0;
}

.fa-ziliao>li:hover .fa-ziliao-top span{
	width:100%;
}
.fa-ziliao>li:hover>a{
	margin-left:2rem;
}
.fa-fwnr-box .fa-fwnr{
	position: relative;
	padding-bottom:5rem;
}
.fa-fwnr-box .fa-fwnr .fa-fwnr-top{
	width:29.1rem;height:28.3rem;border-radius: 0.6rem;
}
.fa-fwnr-box .fa-fwnr .fa-fwnr-top>p{
	padding-top:2.5rem;padding-bottom:1.2rem;
}
.fa-fwnr-box .fa-fwnr .fa-fwnr-bot{
	background: #FFFFFF;
	z-index:3;margin-left:3rem;margin-top:-12rem;
	box-shadow: 0.8rem 0.8rem 2.5rem 0.4rem rgba(0, 0, 0, 0.06);
	height:52.1rem;
	width:112rem;
	position: relative;
	border-radius: 0.6rem;
}
.fa-fwnr-kuang{
	position: absolute;
	z-index: 1;
	width: 28.6rem;
	height: 24.7rem;
	border-radius: 0.6rem;
	border: 2rem solid #A2CE19;
	right:0;bottom:0;
}
.fa-fwnr-bot li{
	width:33.333333%;
	height:50%;
	border-bottom:0.2rem solid #E1DFDF;
	border-right:0.2rem solid #E1DFDF;
	padding: 3rem 3rem 0 3.4rem;
}
.fa-fwnr-bot li:nth-child(3n){
	border-right:0;
}
.fa-fwnr-bot li:nth-child(4),.fa-fwnr-bot li:nth-child(5),.fa-fwnr-bot li:nth-child(6){
	border-bottom:0;
}
.fa-fwnr-bot li img{
	width:6rem;
	display: block;
}
.fa-fwnr-bot li p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding:1rem 0;
}
.fa-fwnr-bot li span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.4rem;
	display: block;
}
.fa-about-left{
	position: relative;
}
.fa-about-left img{
	width:58.9rem;
	position: relative;
	z-index:2;
}
.fa-about-left span{
	position: absolute;
	z-idnex:1;
	width: 45.9rem;
	height: 31.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 0.6rem;
	opacity: 0.16;
	right:0;bottom:0;
}
.fa-about-right{
	padding-left:3.3rem;
}
.fa-about-liaojie{
	text-align: right;
}

.fa-about-liaojie a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top:4rem;
}
.fa-about-liaojie a i{
	font-size: 1.2rem;
	margin-left:0.6rem;
}
.fa-about-right-title{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-bottom:2.8rem;
}
.fa-about-right>p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.4rem;
	text-align: justify;
	text-indent:2em;
}
/* 我们的优势 */
.fa-youshi>li{
	width:33%;
	height: 44rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 0.6rem;
	overflow: hidden;
	margin-left: 3rem;
}
.fa-youshi>li:nth-child(1){
	margin-left:0;
}
.fa-youshi-top{
	width:100%;
	height:18rem;
	font-size: 3rem;
	font-weight: 600;
	color: #FFFFFF;
	position: relative;
}
.fa-youshi-top>span{
	width:4.3rem;
	height:2rem;
	position: absolute;
	left:12rem;
	top:6.5rem;
	border-left:0.5rem solid #A2CE19;
	border-top:0.5rem solid #A2CE19;
}

.fa-youshi>li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 3.3rem;
	padding:0 2.4rem;
	padding-top:4.7rem;
	text-align: center;
}
.fa-youshi>li>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding:1.5rem 2.4rem;
	display: block;
}
.fa-youshi>li:hover{
	border-bottom:0.4rem solid #A2CE19;
}
.fa-youshi-a{
	text-align: right;
	padding:0 2.4rem;
	padding-top:3.7rem;
}

.fa-youshi-a a{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #97C112;
}
.fa-youshi-a a .iconfont{
	font-size: 1.6rem;
	color: #97C112;
	margin-left: 0.6rem;
}
/* 财务检查的重要性 */
.final-check-box .indexs-quest .indexs-quest-top{
	width:37.9rem;height:43.2rem;background:transparent;background-size: 100% 100%;background-repeat: no-repeat;
}
.final-check-box .indexs-quest .indexs-quest-top>p{
	padding:2.5rem 0 4rem 2.2rem;
}
.final-check-box .indexs-quest .indexs-quest-top>div{
	padding:0;width:19.4rem;text-align: center;margin-left:7.3rem;font-size:3.6rem;line-height:5rem;
	padding-bottom:7.8rem;
}
.final-check-box .indexs-quest .indexs-quest-top>a{
	margin-left:9.6rem;
}
.final-check-box .indexs-quest .indexs-quest-bot{
	box-shadow: none;
	height:auto;
	margin-top: -35rem;
	padding-top:2rem;
}
.final-check-box .agent-fwxm-right>p{
	font-size:2rem;
	padding-top:0;
	line-height: 2.8rem;
}
/* 财务检查的内容 */
.final-check-content-box{
	width:100%;
	height:86rem;
}
.final-check-content-top>li{
	text-align: center;
	cursor: pointer;
	margin-left:17.4rem;
	position: relative;
}
.final-check-content-top>li:nth-child(1){
	margin-left:0;
}
.final-check-content-top>li>div{
	width: 9.8rem;
	height: 9.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	box-shadow: 0px 0px 3rem 1rem #DBE9AE;
	border-radius: 50%;
	margin: auto;
}
.final-check-content-top>li>div .iconfont{
	font-size:4.3rem;
	color:#fff;
}
.final-check-content-top>li>p{
	font-size: 2.6rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:2rem;
}
.final-check-content-top>li>span{
	display: inline-block;
	padding-top:0.2rem;
}
.final-check-content-top>li>span .iconfont{
	font-size:1.6rem;
	color:#A2CE19;
	opacity: 0;
}
.final-check-content-shu{
	position: absolute;
	width:0.4rem;
	height: 4.8rem;
	background: #A2CE19;
	top:2.5rem;
	
}
.final-check-content-shu-right{
	left:-9rem;
}
.final-check-content-shu-left{
	right:-9rem;
}
.final-check-content-top>li.active span i{
	opacity: 1;
}
.final-check-content-top>li.active>p{
	color:#A2CE19;
}
.final-check-content-bot>li{
	margin-top:5.6rem;
	position: relative;
	display: none;
}
.final-check-content-bot>li>.bj{
	width:100%;
	height:26.8rem;
}
.final-check-content-bot>li>.bj>img{
	width:52rem;
	height:33rem;
	display: block;
	margin-left:-0.5rem;
}
.final-check-content-bot>li>.bj>div{
	width:63.2rem;
	height:20rem;
	margin-left:0.9rem;
	border-radius: 0.6rem;
}
.final-check-content-bot>li>.bj>div>p{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:3rem;
	position: relative;
}
.final-check-content-bot>li>.bj>div>p span{
	width: 8.1rem;
	height: 0.4rem;
	background: #A2CE19;
	position: absolute;
	left:0;right:0;margin: auto;
	bottom:-1.2rem;
}
.final-check-content-bot>li>.bj>div>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding:3rem 3rem 0 3rem;
	text-align: justify;
}
.final-check-content-bot>li>.zixun{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	position: absolute;
	right:4rem;
	bottom:-4rem;
}
.final-check-content-bot>li>.zixun .iconfont{
	font-size: 1.2rem;
	color: #97C112;
	margin-left: 0.6rem;
}
.final-check-ruhe-li{
	width: 31rem;
	height: 38rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 0.6rem;
	position: relative;
	overflow: hidden;
}
.final-check-ruhe-img img{
	width:13.5rem;
	display: block;
}
.final-check-ruhe-li .num{
	font-size: 16rem;
	font-weight: 500;
	color: #F6F6F6;
	position: absolute;
	bottom:-2.5rem;left:0;right:0;
	margin: auto;
	text-align: center;
	z-index:1;
}
.final-check-ruhe-li-top{
	width:100%;
	height: 9.6rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 0.6rem;
	font-size: 2.8rem;
	font-weight: 500;
	color: #FFFFFF;
}
.final-check-ruhe-li-top span{
	padding-bottom:0.3rem;
}
.final-check-ruhe-li-top .iconfont{
	font-size:3.6rem;
	color:#fff;
	margin-right:1.1rem;
}
.final-check-ruhe-li-con{
	position: relative;
	z-index:2;
}
.final-check-ruhe-li-con{
	padding:2.4rem;
}
.final-check-ruhe-li-con p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
}
.final-check-ruhe-li .zixun{
	position: absolute;
	left:0;right: 0;
	margin: auto;
	bottom:4.1rem;
	z-index:2;
	width: 14rem;
	height: 4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 4rem;
}
.final-check-why-box{
	width:100%;
	background-color: #F7F7F7;
	padding-bottom:4.9rem;
	margin-top:8rem;
}
.final-check-why-title{
	padding-top:2.8rem;
}
.final-check-why-title>p{
	background-repeat: no-repeat;
	background-size:100% cover;
	background-position: center left;
	font-size: 3.6rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-left:8.4rem;
	position: relative;
}
.final-check-why-title>p span{
	position: relative;
	z-index:2;
}
.final-check-why-title>p img{
	display: block;
	width:17.9rem;
	position: absolute;
	left:0;top:1.5rem;
	z-index:1;
}
.final-check-why-title>span{
	display: block;
	font-size: 5.4rem;
	font-weight: 500;
	color: #ECECEC;
}
.final-check-why{
	width:108.7rem;
	height:60.6rem;
	margin-left:11.3rem;
	margin-top:2rem;
	display: flex;
	flex-wrap: nowrap;
}
.final-check-why-left{
	margin-left:-11.3rem;
}
.final-check-why-left li{
	width: 16rem;
	height: 8.6rem;
	background: #A2CE19;
	box-shadow: 0.4rem 0.4rem 1.9rem 0.3rem rgba(0, 0, 0, 0.08);
	border-radius: 0.6rem;
	border: 0.4rem solid #A2CE19;
	font-size: 2.4rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:1.6rem;
}
.final-check-why-left li:nth-child(1){
	margin-top:8.8rem;
}
.final-check-why-cen1{
	width:44rem;
	margin-left:4.6rem;
	position: relative;
}
.final-check-why-cen1-title{
	font-size: 2.8rem;
	font-weight: 500;
	color: #2C2F2B;
	text-align: center;
	padding-top:2.2rem;
	position: absolute;
	top:0;left:0;
	width:100%;
}
.final-check-why-cen1-con{
	width: 44rem;
	height: 8.6rem;
	background: #FFFFFF;
	border-radius: 0.6rem;
	margin-top:1.6rem;
}
.final-check-why-cen1-con:nth-child(2){
	margin-top:8.8rem;
}
.final-check-why-right{
	margin-left:0;
}
.final-check-why-cen2 li{
	width:9rem;
	height: 8.6rem;
	text-align: center;
	line-height: 8.6rem;
	margin-top:1.6rem;
	font-size:3rem;
	color:#646862;
	font-style: italic;
}
.final-check-why-cen2 li:nth-child(1){
	margin-top:8.8rem;
}
.final-check-why-cen1-con .iconfont{
	font-size:2.2rem;
	color:#C3C3C3;
	margin:0 2.1rem;
}
.final-check-why-cen1-con span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.8rem;
	padding-right:2rem;
}
.final-check-why-right .final-check-why-cen1-con .iconfont{
	color:#A2CE19;
}
.final-check-why-right .final-check-why-cen1-con span{
	color: #2C2F2B;
}
.final-check-why-right .final-check-why-cen1-con{
	box-shadow: 0px 0.3rem 0.8rem 0px rgba(0, 0, 0, 0.09);
}
.final-check-whenti li{
	width: 58rem;
	height: 15.7rem;
	background: #F7F7F7;
	border-radius: 0.6rem;
	margin-right:4rem;
	margin-bottom:3.1rem;
	cursor: pointer;
	position: relative;
}
.final-check-whenti li:nth-child(2n){
	margin-right: 0;
}
.final-check-whenti li:nth-child(3),.final-check-whenti li:nth-child(4){
	height:19rem;
}
.final-check-whenti li p{
	font-size: 2rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 2.8rem;
	padding:2.4rem;
	padding-bottom:0;
}
.final-check-whenti li span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding:2.4rem;
	padding-top:1.4rem;
}
.final-check-whenti li:hover{
	background-color: #A2CE19;
	overflow: hidden;
}
.final-check-whenti li:hover p,.final-check-whenti li:hover span{
	color:#fff;
}
.final-check-whenti li div{
	width:0.4rem;
	height: 100%;
	background: #A2CE19;
	border-radius: 0.2rem;
	position: absolute;
	left:0;top:0;
}
.final-check-whenti-box .ckmore{
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin: auto;
	margin-top:2.9rem;
}
/* 资讯 */
.news-box{
	padding-top:7rem;
}
.news-con{
	width:100%;
	padding-top:4.1rem;
}
.news-con .news-con-li{
	width:100%;
	height:26.4rem;
	border-bottom:1px solid #ECECEC;
	display: flex;
	flex-wrap: nowrap;
	cursor: pointer;
	margin-top:3.9rem;
}
.news-con-left{
	width:33rem;
	height:22.4rem;
	border-radius: 0.6rem;
	overflow: hidden;
}
.news-con-left img{
	width:100%;
	min-height:100%;
	border-radius: 0.6rem;
}
.news-con-right{
	flex:1;
	padding-left:4.8rem;
}
.news-con-title{
	font-size: 2.8rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:0.6rem;
}
.news-con-right>p{
	width:100%;
	height:13.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.8rem;
	padding-top:2rem;
	text-align: justify;
}
.news-con-bot{
	padding-top:1.5rem;
}
.news-con-bot>span{
	font-size: 1.4rem;
	font-weight: 400;
	color: #B9B9B9;
}
.news-con-bot>a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
}
.news-con-bot>a i{
	font-size: 1.2rem;
	color: #97C112;
	margin-left: 0.6rem;
}
.news-con .news-con-li:hover .news-con-title{
	color: #A2CE19;
}
.news-con .news-con-li:hover .news-con-right>p{
	color: #2C2F2B;
}
/* 工商服务 */
.gsfw-tehui-box{
	width:100%;
}
.gsfw-tehui li{
	height:48.8rem;
	flex:1;
	margin-left:0.3rem;
}
.gsfw-tehui li:nth-child(1){
	margin-left:0;
}
.gsfw-tehui-li{
	width:92.96482412060302%;
	height:46rem;
	text-align: center;
}
.gsfw-tehui-li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #FF8035;
	padding-top:8.5rem;
}
.gsfw-tehui-li>p>span{
	font-size: 5.6rem;
	margin:0 0.9rem;
	display: inline-block;
}
.gsfw-tehui-li>div{
	width:12rem;
	height:8.6rem;
	background: #F2F2F2;
	border-radius: 0.4rem;
	margin:1.5rem auto;
}
.gsfw-tehui-li>div i{
	color:#2C2F2B;
	font-size:6.5rem;
}
.gsfw-tehui-li>span{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	display: block;
	padding-top:0.3rem;
}
.gsfw-tehui-li>a{
	width: 14rem;
	height: 4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	margin: auto;
	margin-top:7.8rem;
}
.gsfw-service-box{
	height:74.6rem;
}
.gsfw-service{
	position: relative;
	z-index:2;
	margin-top:-17rem;
}
.gsfw-service li{
	flex:1;
	height: 42rem;
	box-shadow: 0.8rem 0.8rem 2.5rem 0.4rem rgba(0, 0, 0, 0.1);
	border-radius: 0.6rem;
	margin-left:4.5rem;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.gsfw-service li:nth-child(1){
	margin-left:3rem;
}
.gsfw-service-title{
	width:83%;
	margin: auto;
	height:7.7rem;
	border-bottom:0.1rem solid #E2E2E2;
	font-size: 1.8rem;
	font-weight: 500;
	color: #646862;
	position: relative;
}
.gsfw-service-title>p{
	width:100%;
	height:0.8rem;
	position: absolute;left:0;
	bottom:0;
}
.gsfw-service-title>p>span:nth-child(1){
	display: none;
	width: 0.8rem;
	height: 0.8rem;
	background: #A2CE19;
	border-radius: 50%;
	position: absolute;
	left:0;right:0;margin: auto;
	bottom:-0.4rem;
}
.gsfw-service-title>p>span:nth-child(2){
	display: block;
	width: 0%;
	height: 0.1rem;
	background: #A2CE19;
	position: absolute;
	left:0;right:0;margin: auto;
	bottom:0;
	transition: width 0.3s;
}
.gsfw-service li:hover .gsfw-service-title>p>span:nth-child(1){
	display: block;
}
.gsfw-service li:hover .gsfw-service-title>p>span:nth-child(2){
	width:100%;
}
.gsfw-service li:hover .gsfw-service-title{
	color: #A2CE19;
}
.gsfw-service-price{
    font-size: 2.4rem;
    font-weight: 500;
    color: #FF8035;
    padding-top: 4.6rem;
}
.gsfw-service-price>span{
	font-size: 5.6rem;
	margin: 0 0.9rem;
	display: inline-block;
}
.gsfw-service li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:3.6rem;
}

.gsfw-service li>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	padding-top:1.5rem;
}
.gsfw-service li>a{
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	box-shadow: 0px 0.4rem 0.7rem 0px #DDEAB5;
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	margin: auto;
	margin-top:5.4rem;
}
.gsfw-chengli-top li{
	flex:1;
	height:8rem;
	margin-left:-1.125rem;
	position: relative;
	color: #A2CE19;
	cursor: pointer;
}
.gsfw-chengli-top li:nth-child(1){
	margin-left:0;
}
.gsfw-chengli-top li>div{
	width:100%;
	height:6.8rem;
	font-size: 2.4rem;
	font-weight: 500;
	
}
.gsfw-chengli-top li> i{
	position: absolute;
	left:37.751004016064255%;
	font-size:2.6rem;
	color:#A2CE19;
	bottom:-2.1rem;
	opacity: 0;
}
.gsfw-chengli-bot{
	margin-top:5rem;
}
.gsfw-chengli-bot li{
	display: none;
}
.gsfw-chengli-bot-left{
	width:46.6rem;
	height:55.6rem;
}
.gsfw-chengli-bot-right{
	padding-left:6rem;
}
.gsfw-chengli-bot-right>.gsfw-chengli-bot-right-title{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
}
.gsfw-chengli-bot-right>p{
	font-size: 1.6rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding-top:2.2rem;
}
.gsfw-chengli-bot-right>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	color: #646862;
	line-height: 3.2rem;
}
.gsfw-chengli-bot-right-zixun{
	padding-top:10rem;
}
.gsfw-chengli-bot-right-zixun>a{
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
}

.indexs-pj-right .swiper-container4 .swiper-slide{
	width: 27rem!important;
	height: 41.2rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.5rem 0px #E0E2D8;
	border-radius: 0.6rem;
	position: relative;
	overflow:visible;
}
.indexs-pj-right .indexs-pj-right-top,.indexs-pj-right .swiper-container4,.indexs-pj-right .swiper-container2 .swiper-wrapper{
	width:100%;
	overflow:visible;
}

.indexs-pj-right .swiper-container4 .swiper-slide>img.dh{
	width:9.5rem;
	position: absolute;
	top:-3.5rem;right:0;
}
.indexs-pj-right .swiper-container4 .top-img{
	width:100%;
	display: block;
}

.indexs-pj-right .swiper-container4 .swiper-slide{
	transition: 300ms;
	height:38rem;
	margin-top:1.6rem;
	z-index:1;
	text-align: center;
}
.indexs-pj-right .swiper-container4 .swiper-slide-active,.swiper-slide-duplicate-active{
	height:41.2rem;
	margin-top:0;
	z-index:10;
	border-bottom:0.4rem solid #A2CE19;
}
.gsfw-price-hx{
	font-size: 1.6rem;
	font-weight: 400;
	color: #CCCCCC;
	text-decoration:line-through;
}
.gsfw-chuangye-t{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:1.8rem;
}
.indexs-pj-right .swiper-container4 .swiper-slide .gsfw-chuangye-con{
	font-size: 1.6rem;
	text-align: justify;
	font-weight: 400;
	color: #646862;
	line-height: 3.2rem;
	padding:0 2.4rem;
	padding-top:2rem;
}
.gsfw-teshu{
	height:39.6rem;
	background: #F7F7F7;
	border-radius: 0.6rem;
}
.gsfw-teshu ul{
	width:95%;
	height:34.4rem;
	background: #fff;
	border-radius: 0.6rem;
}
.gsfw-teshu ul li{
	flex:1;
	text-align: center;
}
.gsfw-teshu ul li i{
	font-size:5.6rem;
	color:#A2CE19;
}
.gsfw-teshu ul li p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:2.2rem;
}
.gsfw-teshu ul li span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #D3D3D3;
	display: block;
	text-align: center;
	padding-top:1rem;
}
.gsfw-teshu ul li div{
	width: 6rem;
	height: 0.4rem;
	background: #A2CE19;
	margin: auto;
	margin-top:2.2rem;
}
.gsfw-teshu ul li a{
	width: 14rem;
	height: 4rem;
	border-radius: 2rem;
	border: 0.1rem solid #A2CE19;
	margin: auto;
	font-size: 1.6rem;
	font-weight: 400;
	color: #A2CE19;
	margin-top:5.8rem;
}
.gsfw-teshu ul li a:hover{
	color:#fff;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.gsfu-pinpai-box ul li{
	flex:1;
	margin-left:2rem;
	height:20rem;
	overflow: hidden;
	border-radius: 0.6rem;
	position: relative;
}
.gsfu-pinpai-box ul li:nth-child(1){
	margin-left:0;
}
.gsfu-pinpai-box ul li img{
	width:100%;
	height:100%;
	display: block;
}
.gsfu-pinpai-box ul li .gsfu-pinpai-text{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	left:0;top:0;
	font-size: 4rem;
	font-weight: 500;
	color: #FFFFFF;
}
.gsfu-pinpai-box ul li .gsfu-pinpai-text span{
	display: block;
	width: 4.3rem;
	height: 2.5rem;
	position: absolute;
	left: 8.5rem;
	top: 7rem;
	border-left: 0.5rem solid #A2CE19;
	border-top: 0.5rem solid #A2CE19;
}
/* 工商注册 */
.gszc-daili li .icon-gengduo{
	margin-left:2rem;
	margin-right:2rem;
}
.gszc-zhuyi li img{
	width:auto;
	height:4rem;
}
.gszc-zhuyi li p{
	padding-top:2rem;
}
.gszc-zhuyi li{
	padding-top:6rem;
}
.gszc-huode-box .swiper-container .swiper-slide li{
	width:22rem;
	margin-left:1.5rem;
	margin-right:1rem;
}

.gszc-huode-box .swiper-container .swiper-slide div{
	width:100%;
	height: 27rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 0.6rem;
}
.gszc-huode-box .swiper-container .swiper-slide div img{
	max-width: 20rem;
	max-height: 20rem;
}
.gszc-huode-box .swiper-container .swiper-slide p{
	font-size: 2rem;
	font-weight: 500;
	color: #2C2F2B;
	text-align: center;
	padding-top:1.5rem;
}

.gszc-huode-box .swiper-container .swiper-wrapper{
	padding:1rem 0;
}
.gszc-huode{
	position: relative;
}
.swiper-button-box5{
	position: absolute;
	top:10rem;
	left:0;
	z-index:10;
	z-index:100000;
}
.swiper-button-box5>div.swiper-button-prev5{
	left: 1.5rem;
}
.swiper-button-box5>div.swiper-button-next5{
	left: unset;
	right:1rem;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
	opacity: 0.5;
}
/* 工商变更 */
.gsbg-ys-box{
	height:22.4rem;
}
.gsbg-ys-box{
	padding:0 5rem;
}
.gsbg-ys-box li{
	flex:1;
	margin-left:5rem;
}
.gsbg-ys-box li:nth-child(1){
	margin-left:0;
}
.gsbg-ys-left{
	width: 6.8rem;
	height: 6.8rem;
	border: 0.1rem dashed #A2CE19;
	border-radius: 50%;
}
.gsbg-ys-left span{
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background: rgba(162, 206, 25, 0.2);
	box-shadow: 0px 0px 1.4rem 0.3rem #DBE9AE;
	border: 0.1rem solid #A2CE19;
}
.gsbg-ys-left span i{
	font-size:3.2rem;
	color:#A2CE19;
}
.gsbg-ys-right{
	flex:1;
	padding-left:2.2rem;
}
.gsbg-ys-right p{
	font-size: 2.6rem;
	font-weight: 500;
	color: #2C2F2B;
}
.gsbg-ys-right span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 3rem;
	padding-top:0.8rem;
}
.gsbg-ys-right i{
	display: block;
	width: 5rem;
	height: 0.4rem;
	background: #E5E5E5;
	margin-top:2.4rem;
}
.gsbg-xiangmu-box ul{
	background: #FFFFFF;
	box-shadow: 0px 0px 2.6rem 0.5rem #F0F1EE;
	border-radius: 0.6rem;
	overflow: hidden;
}
.gsbg-xiangmu-box ul li{
	width:25%;
	height:21rem;
	border-bottom:0.1rem solid #E1E1E1;
	border-right:0.1rem solid #E1E1E1;
	padding:0 2.4rem;
	text-align: right;
	cursor: pointer;
}
.gsbg-xiangmu-box ul li:nth-child(4n){
	border-right:0;
}
.gsbg-xiangmu-box ul li:nth-child(5),.gsbg-xiangmu-box ul li:nth-child(6),.gsbg-xiangmu-box ul li:nth-child(7),.gsbg-xiangmu-box ul li:nth-child(8){
	border-bottom:0;
}
.gsbg-xiangmu-box ul li div{
	padding-top:3.7rem;
	text-align: left;
}
.gsbg-xiangmu-box ul li div i{
	font-size:3rem;
}
.gsbg-xiangmu-box ul li div span{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	display: block;
	margin-left:1.1rem;
}
.gsbg-xiangmu-box ul li p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #8B8D8A;
	line-height: 2.6rem;
	padding-top:1.5rem;
	text-align: left;
}
.gsbg-xiangmu-box ul li a{
	display: none;
	width: 7.4rem;
	height: 2.8rem;
	background: #FFFFFF;
	border-radius: 1.4rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #AFDC22;
	line-height: 2.8rem;
	text-align: center;
	margin-top:2.6rem;
}
.gsbg-xiangmu-box ul li:hover{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.gsbg-xiangmu-box ul li:hover div i,.gsbg-xiangmu-box ul li:hover div span,.gsbg-xiangmu-box ul li:hover p{
	color:#fff;
}
.gsbg-xiangmu-box ul li:hover a{
	display: inline-block;
}
.gsbg-fuwu-box{
	width:100%;
	height:73rem;
	margin-top:8rem;
}
.gsbg-fuwu{
	width:100%;
	position: relative;
}
.gsbg-fuwu-hengs{
	width:100%;
	display: block;
	margin-top:18.1rem;
	z-index:1;
}
.gsbg-fuwu-quan{
	width:5.4rem;
	height:5.4rem;
	display: block;
	position: absolute;
	z-index:2;
}
.gsbg-fuwu-quan1{
	left:42.1rem;
	top:-2.6rem;
}

.gsbg-fuwu-quan2{
	left:62.1rem;
	top:-1.2rem;
}
.gsbg-fuwu-quan3{
	left:82.5rem;
	top:2rem;
}
.gsbg-fuwu-quan4{
	left:103.5rem;
	top:4.4rem;
}
.gsbg-fuwu-quan5{
	left:125.5rem;
	top:2.5rem;
}
.gsbg-fuwu-quan6{
	left:145.5rem;
	top:-0.5rem;
}
.gsbg-fuwu-con{
	width:22.6rem;
	height:15.1rem;
	position: absolute;
	z-index:3;
}
.gsbg-fuwu-con1{
	left: 34.1rem;
	top: -16.5rem;
}
.gsbg-fuwu-con2{
	left: 52.5rem;
	top: 3rem;
	transform: rotate(180deg);
}
.gsbg-fuwu-con3{
	left: 74.5rem;
	top: -12rem;
}
.gsbg-fuwu-con4{
	left: 94rem;
	top: 8.5rem;
	transform: rotate(180deg);
}
.gsbg-fuwu-con5{
	left: 117.5rem;
	top: -11.5rem;
}
.gsbg-fuwu-con6{
	left:136rem;
	top:4rem;
	transform: rotate(180deg);
}
.gsbg-fuwu-con p{
	font-style: italic;
	font-size: 3rem;
	font-weight:bold;
	color: #A2CE19;
	padding-left:4.2rem;
	padding-top: 2.6rem;
}
.gsbg-fuwu-con span{
	display: block;
	padding-left:4.2rem;
	padding-top: 0.3rem;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
}
.gsbg-fuwu-con div{
	transform: rotate(180deg);
	padding-bottom:3rem;
}
.gsbg-fuwu-con div p{
	padding-top:0;
}
.gsbg-ziliao-box{
	width:100%;
	height:86.9rem;
}
.gsbg-ziliao-right{
	margin-left:4rem;
}
.gsbg-ziliao ul li{
	width:100%;
	height:7.4rem;
	background:rgba(0,0,0,0.04);
	margin-top:0.6rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
}
.gsbg-ziliao ul li img{
	width:1.4rem;
	height:1.4rem;
	display: block;
	margin-left:2.1rem;
}
.gsbg-ziliao ul li span{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	margin-left:0.8rem;
	display: block;
}
.gsbg-ziliao-ljgd{
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	margin:auto;
	margin-top:6rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
}
.gsbg-ziliao ul li:hover{
	background-color:rgba(162,206,25,0.13);
}
.gsbg-ziliao ul li:hover span{
	color: #A2CE19;
}
/* 公司注销 */
.gszx-lianxikefu-box{
	width:100%;
	height:30rem;
	display: block;
	position: relative;
}
.gszx-lianxikefu-box span{
	width: 22.8rem;
	height: 6.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 3.4rem;
	font-size: 3.2rem;
	font-weight: 500;
	color: #FFFFFF;
	position: absolute;
	top:13.3rem;
	right:36rem;
}
.gszx-weihai-box .fa-fwnr-top>div{
	white-space: nowrap;
	font-size:3.8rem;
}
.gszx-weihai-box .fa-fwnr-top>div span{
	color:#A2CE19;
}
.gszx-weihai-box .fa-fwnr-bot li>img{
	width:auto;
	height:4rem;
}
/* 高薪资质 */
.gxzz-haochu>div{
	height:75.1rem;
}
.gxzz-haochu>.gxzz-haochu-vs{
	width: 7rem;
	height: 7rem;
	background: #FFFFFF;
	box-shadow: 0px 0.4rem 1rem 0px rgba(0, 0, 0, 0.19);
	border-radius: 50%;
	margin-left:-3.5rem;
	margin-right:-3.5rem;
	position: relative;
	z-index:2;
	font-size:3.8rem;
	color:#F56C6C;
	font-style: italic;
}
.gxzz-haochu-top{
	width:26.2rem;
	height:4.6rem;
	margin:4.2rem auto;
	border-radius: 0.6rem;
	border: 0.2rem solid #FFFFFF;
}
.gxzz-haochu-top>div{
	width:7rem;
	height:100%;
	background-color: #fff;
}
.gxzz-haochu-top>div i{
	font-size:4rem;
	color:#A2CE19;
}
.gxzz-haochu-top>span{
	font-size: 2.8rem;
	font-weight: 500;
	color: #FFFFFF;
	padding-bottom:0.2rem;
}

.gxzz-haochu-right .gxzz-haochu-top{
	border: 0.2rem solid #2C2F2B;
}
.gxzz-haochu-right .gxzz-haochu-top>div{
	background-color: #2C2F2B;
}
.gxzz-haochu-right .gxzz-haochu-top>div i{
	color:#fff;
	font-size:3.1rem;
}
.gxzz-haochu-right .gxzz-haochu-top>span{
	color: #2C2F2B;
}
.gxzz-haochu ul li{
	padding:0 5.5rem;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom:3.6rem;
}
.gxzz-haochu ul li>div:nth-child(1){
	font-size: 3rem;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 0px 0.3rem 0.6rem #719308;
	font-style: italic;
}
.gxzz-haochu ul li>div:nth-child(2){
	padding-left:1.2rem;
}
.gxzz-haochu ul li>div:nth-child(2) p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 0.3rem 0.6rem #719308;
}
.gxzz-haochu ul li>div:nth-child(2) span{
	font-size: 1.8rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.6rem;
	text-shadow: 0px 0.3rem 0.6rem #719308;
	display: block;
	padding-top:1.2rem;
}
.gxzz-haochu .gxzz-haochu-right ul li>div:nth-child(1),.gxzz-haochu .gxzz-haochu-right ul li>div:nth-child(2) p,.gxzz-haochu .gxzz-haochu-right ul li>div:nth-child(2) span{
	text-shadow: none;
	color:#2C2F2B;
}
.gxzz-qiye-box{
	width:100%;
	background-color:#F7F7F7;
	padding-bottom:5rem;
}
.gxzz-qiye-box ul li{
	width:23.5%;
	height:21rem;
	box-shadow: 0 0 1rem 0.6rem #eee;
	margin-right:2%;
	overflow: hidden;
	border-radius: 0.6rem;
	margin-bottom:2.5rem;
	position: relative;
}
.gxzz-qiye-box ul li:nth-child(4n){
	margin-right:0;
}
.gxzz-qiye-box ul li img{
	display: block;
	width:100%;
	height:100%;
}
.gxzz-qiye-box ul li p{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6.8rem;
	background-color: rgba(0,0,0,0.4);
	font-size: 2.8rem;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.gxzz-ziliao-box ul{
	padding-bottom:5rem;
}
.gxzz-ziliao-box ul li{
	width:48.75%;
	height:13.4rem;
	margin-right:2.5%;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.6rem 0.4rem #F6F6F6;
	border-radius: 0.6rem;
	margin-bottom:3rem;
}
.gxzz-ziliao-box ul li:nth-child(2n){
	margin-right:0;
}
.gxzz-ziliao-box ul li .gxzz-ziliao-left{
	width: 6.4rem;
	height: 6.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 0.6rem;
	margin-left:2.4rem;
}
.gxzz-ziliao-box ul li .gxzz-ziliao-left i{
	font-size:4.7rem;
	color: #fff;
}
.gxzz-ziliao-box ul li .gxzz-ziliao-right{
	margin-left:2.4rem;
	margin-right:2.4rem;
}
.gxzz-ziliao-box ul li .gxzz-ziliao-right p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2B2D2F;
}
.gxzz-ziliao-box ul li .gxzz-ziliao-right span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.2rem;
	padding-top:1.1rem;
}
.gxzz-youshi-box{
	width:100%;
	padding-bottom:8rem;
}
.gxzz-youshi-box ul li{
	flex:1;
	margin-left: 3.2rem;
	height: 38rem;
	background: #fff;
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0, 0, 0, 0.05);
	border-radius: 0.6rem;
	padding:2.4rem;
	text-align: right;
}
.gxzz-youshi-box ul li:nth-child(1){
	margin-left:0;
}
.gxzz-youshi-box ul li>div>span{
	display: block;
	width: 0.7rem;
	height: 3.9rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.gxzz-youshi-box ul li>div>div{
	margin-left:1.4rem;
	text-align: left;
}
.gxzz-youshi-box ul li>div>div>p{
	font-size: 2.6rem;
	font-weight: 500;
	color: #2C2F2B;
	letter-spacing: 0.1rem;
}
.gxzz-youshi-box ul li>div>div>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #D6D6D6;
	margin-top:-0.2rem;
}
.gxzz-youshi-box ul li>p{
	width: 8.6rem;
	height: 8.6rem;
	background: #F2F2F2;
	border-radius: 0.4rem;
	margin-top:2.4rem;
}
.gxzz-youshi-box ul li>p i{
	font-size:4.7rem;
	color:#2C2F2B;
}
.gxzz-youshi-box ul li>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 2.6rem;
	letter-spacing: 0.1rem;
	text-align: justify;
	display: block;
	margin-top:2.4rem;
	height:11rem;
}
.gxzz-youshi-box ul li>a{
	font-size: 1.8rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
}
.gxzz-youshi-box ul li>a i{
	font-size: 1.6rem;
	margin-left: 0.6rem;
}
.gxzz-youshi-box ul li:hover{
	background-image: url(../img/bj26.png);
}
.gxzz-youshi-box ul li:hover>div>span{
	background: #fff;
}
.gxzz-youshi-box ul li:hover>div>div>p,.gxzz-youshi-box ul li:hover>div>div>span,.gxzz-youshi-box ul li:hover>span,.gxzz-youshi-box ul li:hover>a,.gxzz-youshi-box ul li:hover>a i{
	color:#fff;
}

.gxzz-youshi-box ul li:hover>p i{
	color:#97C112;
}
/* 商标注册 */
.sbzc-ys-box li{
	margin-left:3rem;
}
.sbzc-zixun{
	padding-left:1.6rem;
}
.sbzc-zixun li{
	flex:1;
	height: 33.9rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 1.2rem;
	margin-left:2rem;
	padding:2.4rem 0 2.4rem 2.4rem;
}
.sbzc-zixun li p{
	width: 8.6rem;
	height: 8.6rem;
	background: #F2F2F2;
	border-radius: 0.4rem;
	margin-top:0.6rem;
}
.sbzc-zixun li p img{
	width:6rem;
	display: block;
}
.sbzc-zixun li div{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	margin-top:4.3rem;
}
.sbzc-zixun li span{
	font-size:1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.2rem;
	display: block;
	padding-top:1rem;
}
.sbzc-zixun li a{
	margin: auto;
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	box-shadow: 0px 0.4rem 0.7rem 0px #DDEAB5;
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top:5.1rem;
}
.sbzc-fuwu .gsbg-fuwu-quan2{
	left: 54.1rem;
	top: -2rem;
}
.sbzc-fuwu .gsbg-fuwu-quan3{
	left: 66.5rem;
	top: -0.6rem;
}
.sbzc-fuwu .gsbg-fuwu-quan4{
	left: 79.5rem;
	top: 1.4rem;
}
.sbzc-fuwu .gsbg-fuwu-quan5{
	left:93.5rem;
	top: 3.6rem;
}
.sbzc-fuwu .gsbg-fuwu-quan6{
    left: 107.5rem;
    top: 4.4rem;
}
.sbzc-fuwu .gsbg-fuwu-quan7{
    left: 120rem;
    top: 3.4rem;
}
.sbzc-fuwu .gsbg-fuwu-quan8{
    left: 133rem;
    top:1.5rem;
}
.sbzc-fuwu .gsbg-fuwu-quan9{
   left: 145.5rem;
   top: -0.5rem;
}




.sbzc-fuwu .gsbg-fuwu-con{
	width:16rem;
	height:12rem;
}
.sbzc-fuwu .gsbg-fuwu-con p{
	padding-left:3.4rem;
	padding-top: 1.2rem;
}
.sbzc-fuwu .gsbg-fuwu-con span{
	padding-left:3.4rem;
}
.sbzc-fuwu .gsbg-fuwu-con1{
	left: 37.1rem;
    top: -14rem;
}
.sbzc-fuwu .gsbg-fuwu-con2{
	left: 47.5rem;
	top: 2.5rem;
}
.sbzc-fuwu .gsbg-fuwu-con3{
	left: 61.5rem;
	top: -12rem;
}
.sbzc-fuwu .gsbg-fuwu-con4{
	left: 73rem;
	top: 6rem;
}
.sbzc-fuwu .gsbg-fuwu-con5{
	left: 88.5rem;
    top: -8rem;
}
.sbzc-fuwu .gsbg-fuwu-con6{
	left: 101.5rem;
	top: 9.5rem;
}
.sbzc-fuwu .gsbg-fuwu-con7{
	left: 115rem;
    top: -8rem;
}
.sbzc-fuwu .gsbg-fuwu-con8{
	left: 127rem;
	top: 6.5rem;
	transform: rotate(180deg);
}
.sbzc-fuwu .gsbg-fuwu-con9{
	left: 140rem;
	top: -12rem;
}
.sbzc-fuwu .gsbg-fuwu-con div{
	padding-bottom:2rem;
}
.sbzc-xuzhi-box{
	width:100%;
	height:86rem;
	margin-top:8rem;
}
.sbzc-xuzhi-con-bot{
	overflow: hidden;
	height:37rem;
}
.sbzc-xuzhi-con-bot>li>div{
	width: 100%;
	height: 14.5rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 0.6rem;
	margin-top:2.4rem;
	overflow: hidden;
}
.sbzc-xuzhi-con-bot>li{
	margin-top:4rem;
}
.sbzc-xuzhi-con-bot>li>div>div{
	width: 12rem;
	height: 100%;
	background: #A2CE19;
	padding:0 2.2rem;
	font-size: 2.8rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 4.4rem;
	letter-spacing: 0.1rem;
}
.sbzc-xuzhi-con-bot>li>div>div>span{
	width:6rem;
	display: block;
}
.sbzc-xuzhi-con-bot>li>div>p>span{
	display: inline-block;
	width:18.2rem;
	height: 6.2rem;
	box-shadow: 0.3rem 0.6rem 1.2rem 0px rgba(100,130,6,0.15);
	border-radius: 0.6rem;
	border: 0.1rem solid #A2CE19;
	line-height: 6.2rem;
	margin-left:2rem;
	text-align: center;
	/* padding:0 2.4rem; */
	font-size: 1.8rem;
	font-weight: 500;
	color: #A2CE19;
	cursor: pointer;
}
.sbzc-xuzhi-con-bot>li>div>p{
	padding-left:1.6rem;
}
.sbzc-xuzhi-con-bot>li>div>p>span:hover{
	background-color: #A2CE19;
	color:#fff;
}
.sbzc-ziliao-box{
	padding-bottom:8rem;
}
.sbzc-ziliao-box>ul>li{
	flex:1;
	height:39.9rem;
	margin-left:4rem;
}
.sbzc-ziliao-box>ul>li:nth-child(1){
	margin-left:0;
	border-radius: 0 1.6rem 0 0;
}
.sbzc-ziliao-box>ul>li>p{
	font-size: 2.4rem;
	padding:2.5rem 3rem;
	font-weight: 500;
	color: #FFFFFF;
}
.sbzc-ziliao-box>ul>li>ul{
	width: 96.5%;
	height: 31.8rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.1rem 0px #E3E6DA;
	border-radius: 0px 1.6rem 0px 0px;
	position: relative;
	z-index: 2;
}
.sbzc-ziliao-box>ul>li>ul>li{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding-top:2.4rem;
	color:#A2CE19;
}

.sbzc-ziliao-box>ul>li>ul>li>i{
	font-size:1.6rem;
	display: block;
	margin-left:3rem;
	margin-right:1rem;
}
.sbzc-ziliao-box>ul>li>ul>li>span{
	font-size: 2rem;
	font-weight: 400;
	color: #2C2F2B;
}
.sbzc-ziliao-box>ul>li>ul>li:last-child{
	text-align: right;
	padding-top:1.4rem;
}
.sbzc-ziliao-box>ul>li>ul>li a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
	margin-right:3rem;
}
.sbzc-ziliao-box>ul>li>ul>li a i{
	font-size: 1.2rem;
	margin-left: 0.6rem;
}
.sbzc-ziliao-box>ul>li:nth-child(2)>ul>li,.sbzc-ziliao-box>ul>li:nth-child(2)>ul>li a,.sbzc-ziliao-box>ul>li:nth-child(2)>ul>li a i{
	color:#35B8B3;
}
/* 知识产权 */
.zscq-why-box ul li{
	text-align: center;
	flex:1;
	height:32.4rem;
	background: #FFFFFF;
	border-radius: 0.6rem;
	margin-left:3.468rem;
}
.zscq-why-box ul li:nth-child(1){
	margin-left:0;
}
.zscq-why-box ul li>div{
	width: 12rem;
	height: 8.6rem;
	background: #F9FBF2;
	border-radius: 0.4rem;
	border: 0.1rem solid #A2CE19;
	margin:2.8rem auto;
}
.zscq-why-box ul li>div i{
	font-size:4.6rem;
	color:#2C2F2B;
}
.zscq-why-box ul li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	margin-top:-0.6rem;
}
.zscq-why-box ul li>span{
	display: block;
	padding:1.2rem 2.8rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.5rem;
}
.zscq-why-box ul li>a{
	margin: auto;
	width: 10.6rem;
	height: 3.2rem;
	border-radius: 1.9rem;
	border: 0.1rem solid #A2CE19;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A2CE19;
	margin-top:0.6rem;
}
.zscq-why-box ul li:hover{
	box-shadow: 0px 0.3rem 0.8rem 0px rgba(0, 0, 0, 0.1);
}
.zscq-why-box ul li:hover>a{
	background: #A2CE19;
	color: #fff;
}
.zscq-why-box ul li:hover>div{
	background: #A2CE19;
}
.zscq-why-box ul li:hover>div i{
	color:#fff;
}
.zscq-zhuanli-box ul li{
	flex:1;
	margin-left:3.2rem;
	height: 33.4rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0, 0, 0, 0.05);
	border-radius: 0.6rem;
	overflow: hidden;
	text-align: center;
}
.zscq-zhuanli-box ul li:nth-child(1){
	margin-left:0;
}
.zscq-zhuanli-box ul li>div{
	width:100%;
	height:9.8rem;
}
.zscq-zhuanli-box ul li>div i{
	font-size:5.6rem;
	color:#fff;
}
.zscq-zhuanli-box ul li>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding-top:5.6rem;
}
.zscq-zhuanli-box ul li>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	display: block;
	padding-top:1.2rem;
}
.zscq-zhuanli-box ul li>a{
	margin: auto;
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 5rem;
}
.zscq-banquan-box ul{
	margin-top:3.3rem;
}
.zscq-banquan-box ul li{
	width:20%;
	height:16rem;
	background-color: #fff;
}

.zscq-banquan-box ul li p{
	font-size: 3rem;
	font-weight: bold;
	color: #A2CE19;
	font-style: italic;
	padding:4.4rem 0 0.3rem 1.9rem;
}
.zscq-banquan-box ul li span{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding:0 0 0 1.9rem;
}
.zscq-banquan-zixun{
	margin: auto;
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:5rem;
}
.zscq-zaixian-box>ul>li{
	flex:1;
	margin-left:2.5rem;
	height: 36.8rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1rem 0.4rem #F5F5F5;
	border-radius: 0.6rem;
	text-align: center;
}
.zscq-zaixian-box>ul>li:nth-child(1){
	margin-left:0;
}
.zscq-zaixian-box>ul>li>div{
	width: 18rem;
	height: 23.3rem;
	margin: auto;
	margin-top:1.2rem;
	position: relative;
}
.zscq-zaixian-box>ul>li>div img{
	width:100%;
	height:100%;
	display: block;
	border-radius: 0.6rem;
}
.zscq-zaixian-box>ul>li>div span{
	position: absolute;
	top:1.6rem;
	left:-0.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 0px 10rem 10rem 0px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #FFFFFF;
	padding:0.2rem 1.2rem 0.2rem 0.8rem;
}
.zscq-zaixian-box>ul>li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:0.5rem;
}
.zscq-zaixian-box>ul>li>a{
	display: block;
	width:100%;
	font-size: 1.8rem;
	font-weight: 500;
	color: #A2CE19;
	margin-top:1rem;
}
.zscq-zaixian-box>ul>li>a span{
	display: block;
}
.zscq-zaixian-box>ul>li>a i{
	font-size: 2rem;
	margin-top:1rem;
	display: block;
}

.zscq-zaixian-box>ul>li.manglu>div span{
	background: linear-gradient(270deg, #CACACA 0%, #898A89 100%);
}
.zscq-zaixian-box>ul>li.manglu>a i{
	color:#E0E0E0;
}
.zscq-youshi-box{
	padding-bottom:8rem;
}
.zscq-youshi-box>ul{
	background: #fff;
	box-shadow: 0px 0.5rem 2.2rem 0.5rem #F0F1EE;
	border-radius:0.6rem;
	overflow: hidden;
}
.zscq-youshi-box>ul>li{
	width:50%;
	height:25rem;
	border-right:0.1rem solid #E1E1E1;
	border-bottom:0.1rem solid #E1E1E1;
	display: flex;
	flex-wrap: nowrap;
	padding:6rem 3.1rem 2.5rem 4.7rem;
}
.zscq-youshi-box>ul>li:nth-child(2n){
	border-right:0;
}
.zscq-youshi-box>ul>li:nth-child(3),.zscq-youshi-box>ul>li:nth-child(4){
	border-bottom:0;
}
.zscq-youshi-box>ul>li .zscq-youshi-left{
	width: 8.6rem;
	height:8.6rem;
	background: #F2F2F2;
	border-radius: 0.4rem;
}
.zscq-youshi-box>ul>li .zscq-youshi-left i{
	font-size:5.4rem;
}
.zscq-youshi-box>ul>li .zscq-youshi-right{
	text-align: right;
	padding-left:4.6rem;
	flex:1;
}
.zscq-youshi-box>ul>li .zscq-youshi-right p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	text-align: left;
	padding-bottom:1.3rem;
}
.zscq-youshi-box>ul>li .zscq-youshi-right span{
	display: block;
	text-align: justify;
	font-size: 1.6rem;
	font-weight: 400;
	color: #8B8D8A;
	line-height: 2.6rem;
	height:9rem;
	letter-spacing: 0.1rem;
}
.zscq-youshi-box>ul>li .zscq-youshi-right>a{
	font-size: 1.8rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
}
.zscq-youshi-box>ul>li .zscq-youshi-right>a i{
	font-size: 1.6rem;
	margin-left: 0.6rem;
}
.zscq-youshi-box>ul>li:hover{
	box-shadow: 0.4rem 0.7rem 2.2rem 0.5rem #F0F1EE;
}
.zscq-youshi-box>ul>li:hover .zscq-youshi-left{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.zscq-youshi-box>ul>li:hover .zscq-youshi-left i{
	color:#fff;
}
/* 专利申请 */
.zlsq-ys-box{
	height:23.4rem;
}
.zlsq-ys-box>li{
	text-align: center;
}
.zlsq-ys-box>li.shu{
	flex:none;
	width: 0.4rem;
	height: 4.6rem;
	background: #F0F0F0;
}
.zlsq-ys-box>li>i{
	font-size:5.3rem;
	color:#A2CE19;
}
.zlsq-ys-box>li>p{
	font-size: 2.6rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:0.3rem;
}
.zlsq-ys-box>li>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	padding:0.8rem;
}
.zlsq-ys-box>li>a{
	margin: auto;
	margin-top:1.5rem;
	width: 12rem;
	height: 3.4rem;
	border-radius: 2rem;
	border: 0.1rem solid #A2CE19;
	font-size: 1.4rem;
	font-weight: 400;
	color: #A2CE19;
}
.zlsq-ys-box>li:hover>a{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	color:#fff;
}
.zlsq-haochu{
	display: flex;
	flex-wrap: nowrap;
	margin-top:-4rem;
}
.zlsq-haochu>ul{
	flex:1;
	position: relative;
}
.zlsq-haochu>.zlsq-haochu-cen{
	width:48.9rem;
	display: block;
}
.zlsq-haochu>ul>li{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: absolute;
}
.zlsq-haochu>ul>li>.zlsq-haochu-zi{
	border-bottom:0.2rem solid #A2CE19;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-bottom:0.5rem;
}
.zlsq-haochu>ul>li>.zlsq-haochu-zi i{
	width: 2.4rem;
	height: 2.4rem;
	border: 0.1rem solid #A2CE19;
	border-radius: 50%;
	font-size:1.3rem;
	color: #A2CE19;
	font-style: italic;
	margin-right:0.6rem;
}
.zlsq-haochu>ul>li>.zlsq-haochu-zi span{
	font-size:2.4rem;
	font-weight: 500;
	color: #2C2F2B;
}
.zlsq-haochu>ul>li>.zlsq-haochu-q1{
	width: 6.8rem;
	height: 6.8rem;
	background: rgba(172,218,26,0.17);
	border-radius: 50%;
	margin-left:1.6rem;
}
.zlsq-haochu>ul>li>.zlsq-haochu-q1>.zlsq-haochu-q2{
	width: 5.3rem;
	height: 5.3rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	box-shadow: 0px 0px 1.4rem 0.3rem #DBE9AE;
	border-radius: 50%;
}
.zlsq-haochu>ul>li>.zlsq-haochu-q1>.zlsq-haochu-q2 i{
	font-size:2.6rem;
	color:#fff;
}
.zlsq-haochu>ul.zlsq-haochu-right>li>.zlsq-haochu-q1{
	margin-right:1.6rem;
}

.zlsq-haochu>ul.zlsq-haochu-left>li:nth-child(1){
	right:-3.6rem;
	top:8.5rem;
}
.zlsq-haochu>ul.zlsq-haochu-left>li:nth-child(2){
	right:0rem;
	top:17.5rem;
}
.zlsq-haochu>ul.zlsq-haochu-left>li:nth-child(3){
	right:-3.6rem;
	top:26.5rem;
}
.zlsq-haochu>ul.zlsq-haochu-right>li:nth-child(1){
	left:-5.3rem;
	top:8.5rem;
}
.zlsq-haochu>ul.zlsq-haochu-right>li:nth-child(2){
	left:-1.5rem;
	top:17.5rem;
}
.zlsq-haochu>ul.zlsq-haochu-right>li:nth-child(3){
	left:-5.3rem;
	top:26.5rem;
}
.zlsq-fanwei{
	margin-top:4rem;
	padding-bottom:3rem;
}
.zlsq-fanwei>li{
	flex:1;
	height: 51rem;
	background: #FFFFFF;
	box-shadow: 1.1rem 1rem 1.6rem 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	position: relative;
}
.zlsq-fanwei>li>.triangle-topleft{
	display: block;
    width: 0;
    height: 0;
    border-top: 12.8rem solid #A2CE19;
    border-right: 12.8rem solid transparent;
	position: absolute;
	left:0;top:0;
	z-index: 1;
}
.zlsq-fanwei>li>i{
	font-size:4.2rem;
	position: absolute;
	top:1.6rem;left:1.5rem;
	color:#fff;
	z-index:2;
}
.zlsq-fanwei>li>div{
	width:100%;
	height:41.3rem;
	border-bottom: 0.1rem dashed #E2E2E2;
	padding-top:12.8rem;
}
.zlsq-fanwei>li>div>p{
	font-size: 3rem;
	font-weight: 600;
	color: #2C2F2B;
	line-height: 42px;
}
.zlsq-fanwei>li>div>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	display: block;
	text-align: justify;
	padding:3rem;
	text-indent: 2em;
}
.zlsq-fanwei>li>p{
	width:100%;
	height:9.7rem;
}
.zlsq-fanwei>li>p>a{
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
}
.zlsq-fanwei>li:nth-child(2){
	margin:0 3rem;
	height: 58.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.zlsq-fanwei>li:nth-child(2)>div{
	width:100%;
	height:47.3rem;
	border-bottom: 0.1rem dashed #E2E2E2;
	text-align: center;
	color:#fff;
	padding-top:4rem;
}
.zlsq-fanwei>li:nth-child(2)>div>div{
	width: 9.8rem;
	height: 9.8rem;
	background: #FFFFFF;
	border-radius: 50%;
	margin:auto;
}
.zlsq-fanwei>li:nth-child(2)>div>div i{
	color:#A2CE19;
	font-size: 5.2rem;
}
.zlsq-fanwei>li:nth-child(2)>div>p{
	font-size: 3rem;
	font-weight: 500;
	color: #FFFFFF;
	padding-top:4.2rem;
}
.zlsq-fanwei>li:nth-child(2)>div>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 3.2rem;
	padding:3rem;
	text-align: justify;
	text-indent: 2em;
}
.zlsq-fanwei>li:nth-child(2)>p{
	width:100%;
	height:11.1rem;
}
.zlsq-fanwei>li:nth-child(2)>p>a{
	width: 12rem;
	height: 3.4rem;
	background: #FFFFFF;
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #A2CE19;
	
}
/* 关于合作 */
.gyhz-duixiang-box{
	height:80.4rem;
}
.gyhz-duixiang-box .indexs-quest-top{
	width:30rem;height:40.5rem;
}
.gyhz-duixiang-box .indexs-quest-top>p{
	letter-spacing: 0.3rem;
	padding-top:5.5rem;
	padding-bottom:3rem;
}
.gyhz-duixiang-box .indexs-quest-bot li{
	width:25%;
	border-bottom:0.1rem solid #E1DFDF;
	border-right:0.1rem solid #E1DFDF;
	text-align: center;
}
.gyhz-duixiang-box .indexs-quest-bot{
	margin-top: -25rem;
}
.gyhz-duixiang-box .indexs-quest-bot li:nth-child(4n){
	border-right: 0;
}
.gyhz-duixiang-box .indexs-quest-bot li:nth-child(5),.gyhz-duixiang-box .indexs-quest-bot li:nth-child(6),.gyhz-duixiang-box .indexs-quest-bot li:nth-child(7),.gyhz-duixiang-box .indexs-quest-bot li:nth-child(8){
	border-bottom:0;
}
.gyhz-duixiang-box .indexs-quest-bot li>img{
	width:auto;
	height:4rem;
	display: inline-block;
	margin: 0;
	margin-top:5rem;
}
.gyhz-duixiang-box .indexs-quest-bot li>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding-top:1.2rem;
}
.gyhz-duixiang-box .indexs-quest-bot li>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.4rem;
	text-align: justify;
	display: block;
	padding:1.5rem 2.9rem;
}
.gyhz-duixiang-box .indexs-quest-bot li:hover{
	background: #FFFFFF;
	box-shadow: 0px 0.5rem 1.9rem 0.1rem rgba(0, 0, 0, 0.12);
}

.gyhz-moshi-box>ul>li>a{
	margin-left:2rem;
}
.gyhz-moshi-box>ul>li>span{
	height:6.8rem;
	text-align: center;
	padding-top:1.6rem;
}
.gyhz-moshi-box>ul>li:nth-child(1)>span{
	text-align: left;
}
.gyhz-moshi-box>ul>li>i{
	display: block;
	width: 5rem;
	height: 0.4rem;
	background: #ECECEC;
	margin: auto;
}
.gyhz-moshi-box>ul>li:hover>i{
	background-color:#A2CE19;
}
.gyhz-moshi-box>ul>li:hover>div{
	background: #A2CE19!important;
}
.gyhz-moshi-box>ul>li>div i{
	font-size:4rem;
	color:#fff;
}

.gyhz-liucheng-box>ul>li{
	flex:1;
	height:38.4rem;
	margin-right:-4.6rem;
	background-image: url(../img/bj39.png);
}
.gyhz-liucheng-box>ul>li:last-child{
	margin-right: 0;
}
.gyhz-liucheng-box>ul{
	padding-top:3rem;
	padding-bottom:2.1rem;
}
.gyhz-liucheng-box>ul>li>div{
	width: 9rem;
	height: 9rem;
	background: #F2F2F2;
	border-radius: 50%;
	margin: auto;
	margin-top:6.3rem;
}
.gyhz-liucheng-box>ul>li>div i{
	font-size: 4.5rem;
	color:#2C2F2B;
}
.gyhz-liucheng-box>ul>li>p{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding-top:5rem;
}
.gyhz-liucheng-box>ul>li>span{
	display: block;
	padding:1.6rem 6rem 1.6rem 3.1rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	text-align: justify;
}

.gyhz-liucheng-box>ul>li:last-child>span{
	padding-left:5rem;
	padding-right:5rem;
}
.gyhz-liucheng-box>ul>li:hover{
	background-image: url(../img/bj40.png);
}
.gyhz-liucheng-box>ul>li:hover>p,.gyhz-liucheng-box>ul>li:hover>span{
	color:#fff;
}
.gyhz-liucheng-box>ul>li:hover>div {
	background: #F2F2F2;
	box-shadow: 0px 0.3rem 0.7rem 0px #86AC0F;
}
.gyhz-liucheng-box>ul>li:hover>div i{
	color:#97C112;
}
.gyhz-mubiao-box{
	padding-bottom:2rem;
}
.gyhz-mubiao-box>ul>li{
	flex:1;
	margin-left:3.2rem;
	height:36.9rem;
	box-shadow: 0px 0rem 1rem 0.5rem rgba(0, 0, 0, 0.02);
	border-radius: 0.6rem;
	overflow: hidden;
	position: relative;
}
.gyhz-mubiao-box>ul>li:nth-child(1){
	margin-left:0;
}
.gyhz-mubiao-box>ul>li>img{
	width:100%;
	height:100%;
	display: block;
}
.gyhz-mubiao-box>ul>li>div{
	position: absolute;
	top:0;left:0;z-index:2;
	width:100%;
	height:100%;
	background-image: url(../img/bj41.png);
	color:#fff;
}
.gyhz-mubiao-box>ul>li>div>div{
	position: absolute;
	top:19rem;
	padding:0 2.1rem;
	transition: top 0.3s;
}
.gyhz-mubiao-box>ul>li>div>div>p{
	font-size: 2.4rem;
	font-weight: 500;
	text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
}
.gyhz-mubiao-box>ul>li>div>div>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 3rem;
	text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
	padding-top:0.6rem;
	text-align: justify;
}
.gyhz-mubiao-box>ul>li:hover>div{
	background:rgba(0,0,0,0.4);
}
.gyhz-mubiao-box>ul>li:hover>div>div{
	top:5.5rem;
}
.gyhz-tuandui-box>ul>li{
	height:18.2rem;
	display: flex;
	flex-wrap: nowrap;
	width:48.5%;
	margin-right:3%;
	box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
	border-radius: 0.6rem;
	margin-bottom:7.7rem;
}
.gyhz-tuandui-box>ul>li:nth-child(2n){
	margin-right:0;
}
.gyhz-tuandui-box>ul>li>img{
	width:18.4rem;
	height:21.9rem;
	display: block;
	margin-top: -3.7rem;
	box-shadow: 0 0 0.8rem 0.2rem rgba(0, 0, 0, 0.05);
}
.gyhz-tuandui-box>ul>li>div{
	padding:5.5rem 4rem 0 4rem;
}
.gyhz-tuandui-box>ul>li>div>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
}
.gyhz-tuandui-box>ul>li>div>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 2.2rem;
	padding-top:1.5rem;
}
.gyhz-lianxi-box{
	width:100%;
	height:48.8rem;
}
.gyhz-lianxi{
	height: 29.2rem;
	background: rgba(0,0,0,0.16);
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0, 0, 0, 0.05);
	border-radius: 0.6rem;
}
.gyhz-lianxi-nei{
	width: 92.7rem;
	height: 21.8rem;
	background: rgba(0,0,0,0.18);
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0, 0, 0, 0.05);
	border-radius: 0.6rem;
}
.gyhz-lianxi-nei ul{
	padding:3rem 0 2rem 6.7rem;
}
.gyhz-lianxi-nei ul li{
	font-size: 1.9rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 4.2rem;
	text-shadow: 0px 0.3rem 0.5rem #000000;
}
/* 联系我们 */
.lxwm-touxu-box>ul{
	padding-bottom:10rem;
}
.lxwm-touxu-box>ul>li:nth-child(1){
	width:57.3rem;
	height:38.2rem;
	
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul{
	width: 39.4rem;
	height: 18.4rem;
	background: rgba(255,255,255,0.82);
	border-radius: 0.6rem;
	margin-left:-6rem;
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul>li:nth-child(1) img{
	width: 11.4rem;
	height: 11.4rem;
	display: block;
	margin: auto;
	margin-left:4.5rem;
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul>li:nth-child(1) p{
	font-size: 1.2rem;
	font-weight: 400;
	color: #2C2F2B;
	letter-spacing: 0.1rem;
	text-align: center;
	padding-top:0.9rem;
	margin-left:4.5rem;
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul>li:nth-child(2){
	text-align: center;
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul>li:nth-child(2) i{
	font-size:3rem;
	color:#2C2F2B;
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul>li:nth-child(2) p{
	font-size: 1.8rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding-top:0.7rem;
}
.lxwm-touxu-box>ul>li:nth-child(1)>ul>li:nth-child(2) span{
	display: block;
	font-size: 2.4rem;
	line-height: 3.2rem;
}
.lxwm-touxu-box>ul>li:nth-child(2){
	width:68rem;
	height: 43.4rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1.8rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.6rem;
	margin-left:-7.2rem;
}
.lxwm-touxu-box>ul>li:nth-child(2) form{
	display: block;
	width:100%;
	height:100%;
	padding-top:3.2rem;
	overflow: hidden;
	text-align: center;
}
.lxwm-touxu-box>ul>li:nth-child(2) form .indexs-bj-select,.lxwm-touxu-box>ul>li:nth-child(2) form input{
	width:31rem;
	margin-left:2.1rem;
	margin-right:0;
	margin-top:2.4rem;
}
.lxwm-touxu-box>ul>li:nth-child(2) form textarea{
	height: 9.6rem;
	border-radius: 0.6rem;
	border: 1px solid #D6D9DB;
	padding: 1rem 1.2rem;
	font-size: 1.6rem;
	width:63.8rem;
	color: #333;
	margin-left:2.1rem;
	margin-right:0;
	margin-top:2.4rem;
	font-weight: 500;
	outline: none;
	resize: none;
	line-height: 1.5;
}
.lxwm-touxu-box>ul>li:nth-child(2) form button{
	margin: auto;
	width: 16rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 0.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:4rem;
}
/* 合作洽谈 */
.hzqt-hezuo-box>ul>li{
	width:100%;
	height:31rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.8rem 0px rgba(0,0,0,0.12);
	margin-bottom:3rem;
}
.hzqt-hezuo-box>ul>li>img{
	width:33rem;
	height:25rem;
	display: block;
	margin-left:3rem;
}
.hzqt-hezuo-box>ul>li>div{
	padding:0 3rem 0 6rem;
	text-align: right;
	flex:1;
}
.hzqt-hezuo-box>ul>li>div>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	letter-spacing: 0.1rem;
	padding-bottom:1.2rem;
	text-align: left;
}
.hzqt-hezuo-box>ul>li>div>div>i{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: #A2CE19;
	margin-right:0.4rem;
	border-radius: 50%;
}
.hzqt-hezuo-box>ul>li>div>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.4rem;
	margin-top:3.3rem;
	height:10rem;
	text-align: justify;
}
.hzqt-hezuo-box>ul>li>div>a{
	font-size: 1.6rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
	margin-top:3.9rem;
}
.hzqt-hezuo-box>ul>li>div>a i{
	font-size: 1.4rem;
	margin-left: 0.6rem;
}
.hzqt-lianxi-box{
	width:100%;
	height:95.5rem;
	margin-top:8rem;
	margin-bottom:-24rem;
}
.hzqt-lianxi-map{
	height:43rem;
	font-size: 12px;
}
/* 关于春雪 */
.gycx-jianjie-con{
	font-size: 1.82rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 4.2rem;
	letter-spacing: 0.1rem;
	text-indent: 2em;
	text-align: justify;
}
.gycx-jianjie-li{
	height:22.6rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.8rem 0px rgba(0,0,0,0.06);
	border-radius: 0.6rem;
	margin-top:3rem;
}
.gycx-jianjie-li-left{
	width:24.5rem;
	height:100%;
	border-right: 0.2rem solid #ECECEC;
	text-align: center;
}
.gycx-jianjie-li-left i{
	font-size:3.8rem;
	color: #2C2F2B;
}
.gycx-jianjie-li-left p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-top:1.3rem;
}
.gycx-jianjie-li-left span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #D3D3D3;
	padding-top:0.6rem;
}
.gycx-jianjie-li-right{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.4rem;
	text-indent:2em;
	padding:3rem 5rem;
	text-align: justify;
}
.gycx-jianjie-photo{
	display: block;
	margin-top:3.2rem;
}
.gycx-rongyu-box{
	padding-bottom:8rem;
}
.gycx-rongyu-box .gszc-huode{
	padding:0;
}
.gycx-rongyu-box .swiper-container .swiper-wrapper .swiper-slide{
	width:120rem;
	overflow: hidden;
	margin: auto;
	padding-left:2.7rem;
}
.gycx-rongyu-box .swiper-container .swiper-slide li{
	width:20rem;
	margin-left:2.4rem;
	margin-right:0;
}
.gycx-rongyu-box .swiper-container .swiper-slide li div{
	height:14.8rem;
	width:20rem;
	
}
.gycx-rongyu-box .swiper-button-box5{
	top:4rem;
}
.gycx-rongyu-box .swiper-button-box5>div.swiper-button-prev5{
	left:0rem;
}
.gycx-rongyu-box .swiper-button-box5>div.swiper-button-next5{
	right:0rem;
}
.gycx-rongyu-box .swiper-button-box>div{
	width:3.4rem;
	height:3.4rem;
}
.gycx-rongyu-box .swiper-container .swiper-slide p{
	font-size:1.4rem;
	line-height: 2.2rem;
	text-align: center;
	padding-top:1rem;
}
.gycx-rongyu-box .swiper-container .swiper-slide div img{
	max-height:14.8rem;
}
.gycx-zuzhi{
	display: block;
	margin-top:2.4rem;
	margin-bottom:2rem;
}
/* 发展历程 */
.fzlc-fazhan-box{
	padding:8rem 0 2rem 0;
}
.fzlc-fazhan-top{
	display: block;
	width:9.5rem;
	margin: auto;
}
.fzlc-fazhan{
	width:100%;
}
.fzlc-fazhan li{
	width:100%;
	height:38rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-top:-2rem;
	cursor: pointer;
}
.fzlc-fazhan li:nth-child(1) {
	margin-top:0rem;
}
.fzlc-fazhan-li-left{
	width:34.1rem;
	height:21.1rem;
	background-image: url(../img/bj48.png);
	margin-left:16rem;
	padding-top:0.1rem;
}
.fzlc-fazhan-li-left img{
	width:35.4rem;
	display: block;
	margin-top:1.2rem;
	margin-left:1.2rem;
	border-radius: 1rem;
}
.fzlc-fazhan-li-right{
	width:50%;
	background: #F7F7F7;
	padding:2.8rem 4rem;
}
.fzlc-fazhan-li-right p{
	font-size: 2.8rem;
	font-weight: 500;
	color: #2C2F2B;
	letter-spacing: 0.1rem;
}
.fzlc-fazhan-li-right span{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	padding-top:1.2rem;
	text-align: justify;
}
.fzlc-fazhan-li-cen{
	width:2rem;
	height:100%;
	margin-right:-1rem;
	position: relative;
}
.fzlc-fazhan-li-cen .shu{
	display: block;
	width: 0.4rem;
	height: 50%;
	background-color: #A2CE19;
	margin: auto;
}
.fzlc-fazhan-li-cen .yuan{
	display: block;
	width: 2rem;
	height: 2rem;
	background: #A2CE19;
	border-radius: 50%;
	position: absolute;
	z-index:2;
	left:0;right:0;top:0;bottom:0;margin: auto;
}

.fzlc-fazhan li:nth-child(2n) .fzlc-fazhan-li-left{
	margin-left:7.8rem;
}

.fzlc-fazhan li:nth-child(2n) .fzlc-fazhan-li-cen{
	margin-right:0;
	margin-left:-1rem;
}
.fzlc-fazhan li:last-child .fzlc-fazhan-li-cen .shu:nth-child(3){
	display: none;
}
.fzlc-fazhan li:hover .fzlc-fazhan-li-right{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.fzlc-fazhan li:hover .fzlc-fazhan-li-right p,.fzlc-fazhan li:hover .fzlc-fazhan-li-right span{
	color:#fff;
}
/* 公司列表 */
.gslb-sousuo-box{
	width:100%;
	height: 14.2rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.7rem 0px rgba(0,0,0,0.08);
}

.gslb-quyu-box{
	background: #FFFFFF;
	box-shadow: 0 1rem 2.5rem 0px rgba(0,0,0,0.05);
	border-radius: 0.6rem;
	padding:2rem;
	margin-top:4rem;
}
.gslb-quyu-box ul{
	border-radius: 0.6rem;
	border:0.1rem dashed #A2CE19;
	border-bottom: 0;
	border-right:0;
	overflow: hidden;
}
.gslb-quyu-box li{
	width:12.5%;
	border-right:0.1rem dashed #A2CE19;
	border-bottom:0.1rem dashed #A2CE19;
	height:7.4rem;
}
.gslb-quyu-box li a{
	display: block;
	width:100%;
	height:100%;
	text-align: center;
	line-height: 7.4rem;
	background-color: #fafcf2;
	font-size: 2rem;
	font-weight: 500;
	color: #A2CE19;
}
.gslb-quyu-box li a.active,.gslb-quyu-box li a:hover{
	background-color:#A2CE19;
	color:#fff;
}
.gslb-list{
	padding-bottom:8rem;
}
.gslb-list li{
	margin-top:6rem;
}
.gslb-list-left{
	width: 63rem;
	/*height: 44rem;*/
	/*overflow: hidden;*/

}
.gslb-list-left img{
	width:100%;
	border-radius: 0.6rem;
	box-shadow: 0px 0px 2rem 0px rgba(0,0,0,0.1);
	display: block;
	/*min-height:100%;*/
}
.gslb-list-right{
	height: 31.5rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1.3rem 0px rgba(0,0,0,0.1);
	border-radius: 0.6rem;
	position: relative;
	z-index:2;
	margin-left:-6.1rem;
	text-align: center;
}
.gslb-list-right p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	padding-bottom:2.3rem;
}
.gslb-list-right span{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 4rem;
}
.gslb-list-right a{
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	margin: auto;
	margin-top:4rem;
}
.gslb-sousuo-left>span{
	font-size: 1.6rem;
	font-weight: bold;
	color: #2C2F2B;
}
.gslb-sousuo-left>div{
	width: 46.8rem;
	height: 4.2rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #CFCFCF;
	margin-left:1.6rem;
	padding:0 1.4rem;
	font-size: 1.6rem;
	font-weight: 400;
}
.gslb-sousuo-left>div input{
	height:100%;
	flex:1;
	padding-right:1.4rem;
}
.gslb-sousuo-left>div button{
	font-size:2.2rem;
	color:#A2CE19;
}
.gslb-sousuo-right>span{
	font-size: 1.6rem;
	font-weight: bold;
	color: #2C2F2B;
}
.gslb-sousuo-right>div{
	width: 25.7rem;
	height: 4.2rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #CFCFCF;
	margin-left:1.6rem;
	padding:0 1.4rem;
}
.gslb-sousuo-right select{
	width:100%;
	height:100%;
	outline: none;
	-webkit-appearance: none;
	border: 0;
	line-height: 4.2rem;
}
.gslb-sousuo-right i{
	font-size:1.8rem;
	color:#CFCFCF;
}
/* 服务顾问 */
.fwgw-nav{
	height:4.4rem;
	border-radius: 10rem;
	border:0.1rem solid #97C112;
	margin: auto;
	overflow: hidden;
	margin-top:8rem;
}
.fwgw-nav>li{
	flex:1;
	text-align: center;
	line-height: 4.4rem;
	border-left:0.1rem solid #97C112;
}
.fwgw-nav>li:first-child{
	border-left:0;
}

.fwgw-nav>li a{
	display: block;
	width:100%;
	height:100%;
	color:#97C112;
	font-size: 1.6rem;
	font-weight: 500;
	padding:0 3.5rem;
}
.fwgw-nav>li.active a,.fwgw-nav>li:hover a,.fwgw-nav>li.active,.fwgw-nav>li:hover{
	color:#fff;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.fwgw-list{
	padding-top:1rem;
}
.fwgw-list li{
	width: 27.6rem;
	height: 46.5rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0,0,0,0.05);
	border-radius: 0.6rem;
	margin-right:3.2rem;
	margin-top:3.2rem;
	padding-top:1.6rem;
}
.fwgw-list li:nth-child(4n){
	margin-right:0;
}
.fwgw-list li div{
	width: 21.6rem;
	height: 21.6rem;
	border-radius: 0.6rem;
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.fwgw-list li div img{
	height: 100%;
}
.fwgw-list li p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 3.3rem;
	padding:1rem 3rem 1rem 3rem;
}
.fwgw-list li span{
	display: block;
	padding:0 3rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 3.4rem;
}
.fwgw-list li a{
	margin: auto;
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top:1.7rem;
}
.fwgw-more{
	margin: auto;
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color:#fff;
	margin-top:6rem;
}
/* 人才招聘 */
.rczp-list{
	padding-top:2rem;
	padding-bottom:8rem;
}
.rczp-list>li{
	width:100%;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0,0,0,0.05);
	border-radius: 0.6rem;
	overflow: hidden;
	margin-top:6rem;
}
.rczp-list-top{
	width:100%;
	height:18.3rem;
}
.rczp-list-middle{
	width:100%;
	height:14.1rem;
	background: #FFFFFF;
	box-shadow: 0px 0.5rem 1.4rem 0px rgba(0,0,0,0.05);
}
.rczp-list-bot{
	padding:2.4rem 0 6rem 0;
	display: flex;
	flex-wrap: nowrap;
}
.rczp-list-bot>div{
	flex:1;
	
}
.rczp-list-bot>div.rczp-list-bot-left{
	padding-left:13.4rem;
}
.rczp-list-bot>div>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 4.2rem;
}
.rczp-list-bot>div>ul>li{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 4.2rem;
}
.rczp-list-middle>img{
	width: 6.8rem;
	height: 6.8rem;
	background: #D8D8D8;
	border-radius: 50%;
	margin-left:4rem;
}
.rczp-list-middle-name{
	padding-left:2.6rem;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 4.2rem;
}
.rczp-list-middle-name span{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #A2CE19;
	line-height: 2.6rem;
}
.rczp-list-middle-fs{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 4.2rem;
	margin-left:9.7rem;
}
.rczp-list-middle-fs:last-child{
	margin-left:18.3rem;
}
.rczp-list-top-left{
	padding-left:4rem;
}
.rczp-list-top-left>p{
	font-size: 3.2rem;
	font-weight: 500;
	color: #FFFFFF;
	padding-bottom:1.2rem;
}
.rczp-list-top-left>p>span{
	font-size: 2rem;
	font-weight: 500;
	color: #C7FF18;
	margin-left:1.7rem;
}
.rczp-list-top-left>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.6rem;
}
.rczp-list-top>a{
	width: 22rem;
	height: 4.2rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-right:9.4rem;
}
/* 教育培训 */
.jypx-kecheng-box>li>div>div>i{
	font-size:5rem;
}
.jypx-renyuan-box .agent-ziliao-title-right{
	text-align: right;
}
.jxpx-peixun-box ul li div{
	padding-top:3rem;
}

.jxpx-peixun-box ul li p{
	height:9.3rem;
	padding-top:0.5rem;
}
.jxpx-peixun-box ul li a{
	margin-top:1rem;
}
.jypx-renyuan-box{
	margin-top:5rem;
}
.jypx-renyuan-box .final-check-why-title{
	text-align: right;
}
.jypx-renyuan-box .final-check-why-title>p{
	padding-right:8.4rem;
}
.jypx-renyuan-box .final-check-why-title>p img{
	left:unset;
	right:0;
}
.jypx-renyuan-box{
	width:100%;
	height:69.6rem;
}
.jypx-wenti-box{
	padding-bottom:8rem;background:#F7F7F7;margin-bottom:-7rem;
}
.jypx-wenti-box .final-check-whenti li{
	background: #fff;
}
.jypx-wenti-box .final-check-whenti li:hover{
	background: #A2CE19;
}
.jypx-shouke-box{
	width:100%;
	height:83.3rem;
	margin-top:6.6rem;
}
.jypx-renyuan{
	display: flex;
	flex-wrap: nowrap;
	margin-top:2.6rem;
}
.jypx-renyuan-left{
	width:86.4rem;
	margin-left:-34.5rem;
}
.jypx-renyuan-right{
	margin-left:8rem;
}
.jypx-renyuan-right>li{
	width: 60rem;
	height: 19.6rem;
	background: #FFFFFF;
	box-shadow: 0.4rem 0.5rem 0.8rem 0px rgba(0,0,0,0.05);
	margin-top:4rem;
	position: relative;
}
.jypx-renyuan-right>li:nth-child(1){
	margin-top:1rem;
}
.jypx-renyuan-right-icon{
	width: 6.6rem;
	height: 6.6rem;
	border-radius: 50%;
	background: #A2CE19;
	box-shadow: 0px 0.4rem 1rem 0px rgba(0,0,0,0.11);
	position: absolute;
	z-index:2;
	top:0;bottom:0;
	margin: auto;
	left:-3.3rem;
}
.jypx-renyuan-right-icon i{
	font-size:3.1rem;
	color:#fff;
}
.jypx-renyuan-right-con{
	padding:2.8rem 6rem 2.3rem 8.3rem;
}
.jypx-renyuan-right-con>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 3.3rem;
}
.jypx-renyuan-right-con>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.6rem;
	text-align: justify;
	padding-top:1rem;
}
.jypx-renyuan-right-con>ul>li{
	padding:0.7rem 1.5rem;
	background-color:#F0F0F0;
	margin-right:2.6rem;
	margin-top:1.8rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.jypx-renyuan-right-con>ul>li:last-child{
	margin-right:0;
}
.jypx-renyuan-right-con>ul>li span{
	font-size: 1.4rem;
	font-weight: 400;
	color: #646862;
	margin-left:0.4rem;
}
.jypx-renyuan-right-con>ul>li i{
	font-size:1.6rem;
	color: #646862;
}
.jypx-shouke{
	height:100%;
}
.jypx-shouke-left{
	width:11rem;
	transform: rotate(90deg);
	text-align: center;
	position: relative;
}
.jypx-shouke-left>span{
	width:67rem;
	height:4rem;
	font-size: 5.2rem;
	font-weight: 500;
	color: #eef7d0;
	line-height: 4rem;
	display: block;
	letter-spacing: 0.8rem;
	position: absolute;
	left:-28rem;top:0rem;
}
.jypx-shouke-left>div{
	width:4rem;
	color:#A9D717;
	text-align: center;
	transform: rotate(-90deg);
	position: absolute;
	left:4rem;
	top:-32rem;
}
.jypx-shouke-left>div>i{
	font-size:2rem;
	display: block;
}
.jypx-shouke-left>div>span{
	display: block;
	font-size: 3.4rem;
	font-weight: 500;
	color: #A2CE19;
	line-height: 4.8rem;
	text-shadow: 0px 0.2rem 0.4rem #E9EEDA;
	padding:1.6rem 0;
}
.jypx-shouke-right{
	padding-left:9.8rem;
}
.jypx-shouke-right li{
	height:28.8rem;
	width:47rem;
	margin-right:5rem;
	margin-top:8.8rem;
	border: 0.2rem dashed #A2CE19;
	position: relative;
}
.jypx-shouke-right li:nth-child(1),.jypx-shouke-right li:nth-child(2){
	margin-top:0;
}
.jypx-shouke-right li:nth-child(2n){
	margin-right:0;
}
.jypx-shouke-right li>img{
	display: block;
	height:92%;
	margin-left:1rem;
}
.jypx-shouke-right li>div{
	width: 27rem;
	height: 32.6rem;
	background: #FFFFFF;
	box-shadow: 0px 0.4rem 0.5rem 0px rgba(237,237,237,1);
	border-radius: 0.6rem;
	position: absolute;
	z-index: 2;
	right:-0.2rem;top:-2rem;
	text-align: center;
	padding-top:5.8rem;
}
.jypx-shouke-right li>div>img{
	display: block;
	margin: auto;
	width:5.2rem;
	
}
.jypx-shouke-right li>div>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 3.3rem;
	padding-top:3rem;
}
.jypx-shouke-right li>div>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 3.2rem;
	display: block;
	padding:3.3rem 2.4rem;
}
.jypx-caiwu-box{
	padding-bottom: 3rem;
}
.jypx-caiwu>li{
	flex:1;
	text-align: center;
}
.jypx-caiwu>li>div{
	height: 3rem;
	margin-top:1.5rem;
	position: relative;
}
.jypx-caiwu>li>div>span{
	display: block;
	width:100%;
	height:0.4rem;
	background-color:#A2CE19;
}
.jypx-caiwu>li>div>i{
	width: 2.6rem;
	height: 2.6rem;
	background: rgba(162,206,25,0.44);
	box-shadow: 0px 0.5rem 0.5rem 0px rgba(0,0,0,0.07);
	border-radius: 50%;
	position: absolute;
	left:0;right:0;top:0;bottom:0;margin: auto;
	z-index:3;
}
.jypx-caiwu>li>div>i>i{
	width: 2rem;
	height: 2rem;
	background: rgba(162,206,25,0.46);
	box-shadow: 0px 0.5rem 0.5rem 0px rgba(0,0,0,0.07);
	border-radius: 50%;
}
.jypx-caiwu>li>div>i>i>i{
	width: 1.4rem;
	height:1.4rem;
	background: #A2CE19;
	box-shadow: 0px 0.5rem 0.5rem 0px rgba(0,0,0,0.07);
	border-radius: 50%;
}
.jypx-caiwu>li>span{
	font-size: 1.8rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 3.2rem;
	display: block;
	padding-top:0.9rem;
}
.jypx-caiwu>li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 4rem;
	padding-bottom:1.5rem;
}
.jypx-caiwu>li>ul{
	width: 23rem;
	display: block;
	background-color: #a4cf1c;
	margin: auto;
	box-shadow: 0 0.5rem 2.5rem 0.3rem rgba(0,0,0,0.18);
	border-radius: 0.6rem 0.6rem 0 0;
	padding-top:3rem;
	position: relative;
}
.jypx-caiwu>li:nth-child(1)>ul{
	height:24rem;
}
.jypx-caiwu>li:nth-child(2)>ul{
	height:27rem;
}

.jypx-caiwu>li:nth-child(3)>ul{
	height:30rem;
}
.jypx-caiwu>li:nth-child(4)>ul{
	height:33rem;
}
.jypx-caiwu>li:nth-child(1){
	padding-top:9rem;
}
.jypx-caiwu>li:nth-child(2){
	padding-top:6rem;
}
.jypx-caiwu>li:nth-child(3){
	padding-top:3rem;
}
.jypx-caiwu>li:nth-child(4){
	padding-top:0rem;
}
.jypx-caiwu>li>ul>li{
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 3.2rem;
	width:6.4rem;
	margin: auto;
	text-align: left;
}
.jypx-caiwu>li>ul>li>a{
	width: 7.4rem;
	height: 2.6rem;
	background: #FFFFFF;
	border-radius: 1.4rem;
	margin: auto;
	font-size: 1.2rem;
	font-weight: 400;
	color: #AFDC22;
	position: absolute;
	left:0;right:0;bottom:2rem;
	padding-top:0.2rem;
	margin: auto;
}
/* 真账实操 */
.zzsc-fuwu-box {
	height:60rem;
}
.zzsc-fuwu-box .fs-fwlc{
	padding-top:5rem;
}
.zzsc-fuwu-box .fs-fwlc li .p1,.zzsc-fuwu-box .fs-fwlc li .p2{
	border-left:0;
	margin-left:0;
	padding-left:0;
	font-size: 2rem;
	font-weight: bold;
	height: 6.2rem;
}

.zzsc-fuwu-box .fs-fwlc li>p>span{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #646862;
}
.zzsc-teshu-box ul li span{
	color: #646862;
}
.zzsc-shicao-box{
	margin-top:8rem;
	padding-bottom:6.6rem;
}
.zzsc-more{
	width: 18rem;
	height: 4.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	margin: auto;
	margin-top:3.5rem;
}
.zzsc-why-box {
	height:89.2rem;
}
.zzsc-why-box .indexs-quest-top>p{
	padding-left:2.4rem;
	letter-spacing:0.15rem;
	padding-top:9.6rem;
}
.zzsc-why-box .indexs-quest-top{
	width:38rem;
	height:47.6rem;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.zzsc-why-box .indexs-quest-top>div{
	padding-left:2.4rem;
}
.zzsc-why-box .indexs-quest-top>span{
	padding-left:2.4rem;
}
.zzsc-why-box .indexs-quest-bot li{
	width:33.33333%;
}
.zzsc-why-box .indexs-quest-bot li:nth-child(4n){
	border-right: 0.1rem solid #E1DFDF;
}
.zzsc-why-box .indexs-quest-bot li:nth-child(3n){
	border-right:0;
}
.zzsc-why-box .indexs-quest-bot li:nth-child(4){
	border-bottom:0;
}
.zzsc-why-box .indexs-quest-bot li{
	text-align: left;
	padding:0 2.9rem;
}
.zzsc-why-box  .indexs-quest-bot li>span{
	padding:1.5rem 0;
}
.zzsc-why-box .indexs-quest-bot{
	height:52rem;
}
.zzsc-why-box  .indexs-quest-bot li>img{
	margin-top:3.4rem;
}

.zzsc-why-box .indexs-quest-top>a{
	margin-left:8.6rem;
}
/* 授课 */
.shouke-ys-box .gsbg-ys-left span i{
	font-size:4.2rem;
}
.shouke-wangke-box .indexs-quest .indexs-quest-top{
	height:37rem;
}
.shouke-wangke-box .indexs-quest .indexs-quest-top>p{
	padding-left:9.5rem;
	padding-top:4.1rem;
	padding-bottom:2.2rem;
}
.shouke-wangke-box .indexs-quest .indexs-quest-top>div{
	padding-bottom:5.3rem;
}
.shouke-wangke{
	margin-top:-24rem;
}
.shouke-wangke>li{
	width:39rem;
	height:24rem;
	margin-right:1.4rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/bj55.png);
	margin-top:1.4rem;
	text-align: right;
	padding:7.5rem 2.8rem 3.4rem 3.2rem;
}
.shouke-wangke>li:nth-child(1){
	background: transparent;
}
.shouke-wangke>li:nth-child(3n){
	margin-right:0;
}
.shouke-wangke-left{
	width: 8.4rem;
	height: 8.4rem;
	background: #F2F2F2;
	border-radius: 0.4rem;
}
.shouke-wangke-left img{
	width:4.6rem;
	display: block;
}
.shouke-wangke-right{
	text-align: left;
	padding-left:1.8rem;
}
.shouke-wangke-right>p{
	font-size: 4rem;
	font-weight: 500;
	color: #FF8035;
}
.shouke-wangke-right>p>span{
	font-size: 1.8rem;
	font-weight: 500;
	color: #FF8035;
	padding:0 0.6rem;
}
.shouke-wangke-right>span{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.8rem;
	padding-top:0.6rem;
	padding-left:0.6rem;
}

.shouke-wangke>li>a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #97C112;
	margin-top:3.1rem;
}
.shouke-wangke>li>a i{
	font-size: 1.2rem;
	color: #97C112;
	margin-left: 0.6rem;
	font-weight:500;
}
.shouke-kecheng-box{
	padding-bottom: 8rem;
}
.shouke-kecheng{
	display: flex;
	flex-wrap: nowrap;
}
.shouke-kecheng-left>li{
	width: 39rem;
	height: 9rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1.1rem 0px rgba(238,238,238,1);
	border-radius: 0.6rem;
	margin-top:2.4rem;
	padding:0 2.4rem;
	cursor: pointer;
}
.shouke-kecheng-left>li:nth-child(1){
	margin-top:0;
}
.shouke-kecheng-left>li>p{
	font-size: 4.4rem;
	color: #A2CE19;
}
.shouke-kecheng-left>li>div{
	padding-left:1.9rem;
	flex:1;
}
.shouke-kecheng-left>li>div>p{
	font-size: 2.4rem;
	font-weight: 400;
	color: #A2CE19;
}
.shouke-kecheng-left>li>div>a{
	font-size: 1.4rem;
	font-weight: 400;
	color: #A2CE19;
	display: block;
	padding-top:0.3rem;
}
.shouke-kecheng-left>li>img{
	width:4rem;
	display: block;
}
.shouke-kecheng-left>li.active{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.shouke-kecheng-left>li.active>div>a,.shouke-kecheng-left>li.active>div>p,.shouke-kecheng-left>li.active>p{
	color:#fff;
}
.shouke-kecheng-right{
	height:54.6rem;
	padding-left:5.2rem;
}
.shouke-kecheng-right>li{
	display: none;
	background: rgba(0,0,0,0.04);
	height:100%;
	border-radius: 0.5rem;
}
.shouke-kecheng-right>li:nth-child(1){
	display: block;
}
.shouke-kecheng-right>li>div{
	width:100%;
	height:25%;
	border-bottom:0.2rem solid #D7D7D7;
}
.shouke-kecheng-right>li:nth-child(1)>div{
	height:25%;
}
.shouke-kecheng-right>li:nth-child(2)>div,.shouke-kecheng-right>li:nth-child(5)>div{
	height:100%;
}
.shouke-kecheng-right>li:nth-child(4)>div{
	height:33.3333333333333%;
}
.shouke-kecheng-right>li>div:last-child{
	border-bottom: 0;
}
.shouke-kecheng-right>li>div>.shouke-kecheng-right-r{
	width:19.2rem;
	height:100%;
	border-right:0.2rem solid #D7D7D7;
	font-size: 2rem;
	font-weight: 400;
	color: #2B2D2F;
	line-height: 2.8rem;
}
.shouke-kecheng-right>li>div>.shouke-kecheng-right-r>span{
	padding-right:0.5rem;
}
.shouke-kecheng-right>li>div>.shouke-kecheng-right-f{
	padding-left:4.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #2B2D2F;
	line-height: 2.8rem;
}

.shouke-kecheng-right>li:nth-child(2)>div>.shouke-kecheng-right-f,.shouke-kecheng-right>li:nth-child(5)>div>.shouke-kecheng-right-f{
	font-size: 1.8rem;
	line-height: 2.5;
}
/* 包分配 */
.bfp-shouke-box ul li{
	width:25%;
	height:19.7rem;
}
.bfp-shouke-box ul li p{
	padding:2.9rem 0 1.6rem 4rem;
}
.bfp-shouke-box ul li span{
	padding:0 0 0 4rem;
}
.bfp-shouke-box ul li i{
	display: block;
	padding:0.8rem 4rem 0 4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 2.2rem;
}
/* 咨询管理首页 */
.zxglsy-zixun-box{
	margin-top: 0;
}
.zxglsy-zixun-box .indexs-quest-top{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	width:24rem;
	height:42.6rem;
}
.zxglsy-zixun-box .indexs-quest-top>p{
	letter-spacing:0.4rem;
	padding-left:3.3rem;
	padding-top:4.9rem;
	padding-bottom:1rem;
}
.zxglsy-zixun-box .indexs-quest-top>div{
	padding-left:0;
	padding-right:0;
	text-align: center;
	padding-bottom:0;
}
.zxglsy-zixun-box .indexs-quest-top>span{
	padding:3rem 2.9rem;
	text-align: center;
	line-height: 2rem;
	padding-bottom:0;
}
.zxglsy-zixun-box .indexs-quest-top>a{
	margin-left:0;
	margin: auto;
	margin-top:6.6rem;
}
.zxglsy-zixun-box .indexs-quest-bot li{
	width:20%;
	
}
.zxglsy-zixun-box .indexs-quest-bot{
	height:50rem;
}
.zxglsy-zixun-box .indexs-quest-bot li:nth-child(3n){
	border-right: 0.2rem solid #E1DFDF;
}
.zxglsy-zixun-box .indexs-quest-bot li:nth-child(3),.zxglsy-zixun-box .indexs-quest-bot li:nth-child(4),.zxglsy-zixun-box .indexs-quest-bot li:nth-child(5){
	border-bottom:0.2rem solid #E1DFDF;
}
.zxglsy-zixun-box .indexs-quest-bot li:nth-child(9),.zxglsy-zixun-box .indexs-quest-bot li:nth-child(10){
	border-bottom:0;
}
/* 人力资源 */
.rlzy-renshifuwu-box{
	margin-top:6rem;
	padding-bottom:6rem;
}
.rlzy-renshifuwu-box .final-check-why-title{
	padding-top:5.5rem;
}
.rlzy-renshifuwu-box .final-check-why-title>span{
	margin-left:2.2rem;
	flex:1;
	color:#A2CE19;
	font-size: 3.6rem;
}
.rlzy-renshifuwu{
	margin-top:4rem;
}
.rlzy-renshifuwu-left{
	width:18.5rem;
	height:45rem;
	text-align: center;
}
.rlzy-renshifuwu-left>li{
	width:100%;
	height:50%;
	background: #F6FCE4;
	font-size: 2.8rem;
	font-weight: 500;
	color: #A2CE19;
	line-height: 4.4rem;
	letter-spacing: 0.6rem;
	border: 0.2rem solid #A2CE19;
}
.rlzy-renshifuwu-left>li.active{
	background: #A2CE19;
	color: #FFFFFF;
}
.rlzy-renshifuwu-right{
	height:45rem;
	background: #fff;
	border-radius: 0 0.6rem 0.6rem 0;
	padding:0 2.8rem;
}
.rlzy-renshifuwu-right>li{
	display: none;
}
.rlzy-renshifuwu-right>li.active{
	display: block;
}
.rlzy-renshifuwu-right>li>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	padding-top:3.8rem;
	padding-bottom:2rem;
}
.rlzy-renshifuwu-right>li>p>span{
	display: block;
	width: 0.4rem;
	height: 1.8rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	margin-right:1rem;
}
.rlzy-renshifuwu-right>li>.tops>li{
	flex:1;
	margin-left:2.4rem;
	padding:1.6rem 2.2rem;
	height:17rem;
	background: #F2F2F2;
	border-radius: 0.6rem;
}
.rlzy-renshifuwu-right>li>.tops>li:nth-child(1){
	margin-left:0;
}
.rlzy-renshifuwu-right>li>.tops>li>p{
	font-size: 1.8rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.5rem;
}
.rlzy-renshifuwu-right>li>.tops>li>span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.6rem;
	display: block;
	padding-top:1.3rem;
}
.rlzy-renshifuwu-right>li>.bots>li{
	width:50%;
	font-size: 1.5rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.8rem;
}
.rlzy-yewu-box>ul{
	display: flex;
	flex-wrap: nowrap;
	padding-top:5.2rem;
}
.rlzy-yewu-box>ul>li{
	background: transparent;
	height:auto;
	text-align: center;
	flex:1;
	margin-left:2rem;
}
.rlzy-yewu-box>ul>li:nth-child(2){
	margin-left:0;
}
.rlzy-yewu-box>ul>li .rlzy-yewu-fk{
	width:13rem;
	height:13rem;
	background:#A2CE19;
	border-radius: 0.6rem;
	transform: rotate(45deg);
	transition: all 0.3s;
	margin: auto;
}
.rlzy-yewu-box>ul>li .rlzy-yewu-fk>p{
	width: 9rem;
	height: 9rem;
	background: #FFFFFF;
	border-radius: 50%;
	padding:0;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
.rlzy-yewu-box>ul>li .rlzy-yewu-fk>p>i{
	font-size:4.2rem;
	font-weight: normal;
	color:#2C2F2B;
}
.rlzy-yewu-box>ul>li .rlzy-yewu-t{
	font-size: 3rem;
	font-weight: bold;
	color: #A2CE19;
	line-height: 3.4rem;
	font-style: italic;
	padding-top:3.7rem;
}
.rlzy-yewu-box>ul>li .rlzy-yewu-p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.8rem;
	padding-top:1rem;
}
.rlzy-yewu-box>ul>li .rlzy-yewu-span{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	display: block;
	padding-top:0.4rem;
}
.rlzy-yewu-box>ul>li:hover .rlzy-yewu-fk,.rlzy-yewu-box>ul>li:hover .rlzy-yewu-fk>p{
	transform: rotate(0deg);
}
.rlzy-mode-box .indexs-quest .indexs-quest-top{
	width:18.4rem;
	height:21.3rem;
}
.rlzy-mode-box .indexs-quest .indexs-quest-top>p{
	padding-top:2rem;
	padding-left:2.2rem;
	font-size:5.2rem;
	padding-bottom:0;
}
.rlzy-mode-box .indexs-quest .indexs-quest-top>div{
	font-size: 2.8rem;
	padding-left:2.2rem;
	margin-left:0;
	text-align: left;
	padding-bottom:2rem;
}
.rlzy-mode-box .indexs-quest .indexs-quest-top>a{
	margin-left:3.3rem;
	width:9.8rem;
	height:3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #A2CE19;
}
.rlzy-mode-box .indexs-quest .rlzy-mode{
	margin-top:-12rem;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li{
	width: 18.33rem;
	height: 10rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.5rem 0.2rem rgba(240,241,238,1);
	border-radius: 0.6rem;
	margin-right:2rem;
	margin-top:2rem;
	overflow: hidden;
	position: relative;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li:nth-child(1){
	opacity: 0;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li:nth-child(6n){
	margin-right:0;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li>div{
	width: 5rem;
	height:  5rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 50%;
	position: absolute;
	right:-0.8rem;
	bottom:-0.8rem;
	padding-right: 0.3rem;
	padding-bottom: 0.3rem;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li>div i{
	font-size:2.4rem;
	color:#fff;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.8rem;
	padding:2.2rem 1.8rem 1.4rem 1.8rem;
}
.rlzy-mode-box .indexs-quest .rlzy-mode>li>span{
	display: block;
	width: 4rem;
	height: 0.4rem;
	background: #D8D8D8;
	margin-left:1.8rem;
}
/* 人事外包 */
.rswb-obj-box{
	background: #fff;
}
.rswb-obj-box ul li{
	width:32%;
	height:26.4rem;
}
.gxzz-qiye-box ul li:nth-child(4n){
	margin-right:2%;
}
.gxzz-qiye-box ul li:nth-child(3n){
	margin-right: 0;
}
.rswb-waibao-box{
	padding-bottom:8rem;
}
.rswb-waibao>li{
	flex:1;
	height:32.1rem;
	background: #FFFFFF;
	cursor: pointer;
	position: relative;
	z-index:2;
}
.rswb-waibao>li>.rswb-waibao-top{
	width:100%;
	height:50%;
	box-shadow: 0.5rem 0.5rem 0.7rem 0.1rem rgba(238,238,238,0.5);
	padding:2rem;
	text-align: right;
	position: relative;
	z-index:1;
}
.rswb-waibao>li:nth-child(2n)>.rswb-waibao-top{
	box-shadow: 0rem -0.5rem 0.7rem 0.1rem rgba(238,238,238,0.5);
}
.rswb-waibao>li>img{
	display: block;
	width:100%;
	height:50%;
}
.rswb-waibao>li>.rswb-waibao-top>i{
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #A2CE19;
	line-height: 3.4rem;
	font-style: italic;
	text-align: left;
}
.rswb-waibao>li>.rswb-waibao-top>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.8rem;
	padding:0.3rem 0 0.8rem 0;
	text-align: left;
}
.rswb-waibao>li>.rswb-waibao-top>span{
	font-size: 1.4rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 2.2rem;
	text-align: justify;
}
.rswb-waibao>li>.rswb-waibao-top>a{
	display: none;
}
.rswb-waibao>li:hover>img{
	display: none;
}
.rswb-waibao>li:hover>.rswb-waibao-top{
	height:100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
}
.rswb-waibao>li:hover:nth-child(1)>.rswb-waibao-top{
	background-image: url(../img/bj58-1.png);
}
.rswb-waibao>li:hover:nth-child(2)>.rswb-waibao-top{
	background-image: url(../img/bj58-2.png);
}
.rswb-waibao>li:hover:nth-child(3)>.rswb-waibao-top{
	background-image: url(../img/bj58-3.png);
}
.rswb-waibao>li:hover:nth-child(4)>.rswb-waibao-top{
	background-image: url(../img/bj58-4.png);
}
.rswb-waibao>li:hover:nth-child(5)>.rswb-waibao-top{
	background-image: url(../img/bj58-5.png);
}
.rswb-waibao>li:hover>.rswb-waibao-top>span{
	display: block;
	color:#fff;
	line-height: 2.8rem;
}
.rswb-waibao>li:hover>.rswb-waibao-top>p{
	color:#fff;
}
.rswb-waibao>li:hover>.rswb-waibao-top>i{
	color:#fff;
	padding-top:2rem;
}
.rswb-waibao>li:hover>.rswb-waibao-top>a{
	width: 10rem;
	height: 3.2rem;
	background: #FFFFFF;
	border-radius: 2rem;
	display: inline-block;
	text-align: center;
	line-height: 3.2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #8AC400;
	position: absolute;
	bottom:1.4rem;
	right:1.4rem;
}
.rswb-jianjie-box .fa-about-liaojie a{
	width: 14rem;
	height: 4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	line-height: 4rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
}
/* 薪酬核算 */
.xchs-xiangmu-box{
	margin-top:8rem;
}
.xchs-xiangmu-box .indexs-quest .indexs-quest-top{
	width:31rem;
	height:34.6rem;
}
.xchs-xiangmu-box .indexs-quest .indexs-quest-top>p{
	padding-top:5.5rem;
	padding-bottom:2.2rem;
}
.xchs-xiangmu-box .indexs-quest .indexs-quest-top>div{
	text-align: center;
	padding-left:0;
	padding-right:0;
	width:27rem;
	padding-bottom: 1.2rem;
}
.xchs-xiangmu-box .indexs-quest .indexs-quest-top>a{
	margin-left:6.5rem;
	width: 14rem;
	height:4rem;
	line-height: 4rem;
}
.xchs-xiangmu-box .indexs-quest .indexs-quest-top>span{
	padding:0;
	padding-left:1.6rem;
	padding-bottom:5.3rem;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(1),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(2),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(3),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(4),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(5){
	width:20rem;
	height:20rem;
	margin-left:2.4rem;
	margin-right:0;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(1){
	margin-left: 10.4rem;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(6),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(7),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(8),.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(9){
	width: 28.2rem;
	height: 16rem;
	margin-right:2.4rem;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li:nth-child(9){
	margin-right:0;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode{
	margin-top:-22rem;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li>i{
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #A2CE19;
	line-height: 3.4rem;
	padding:2.4rem;
	padding-bottom:1.2rem;
	font-style: italic;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li>p{
	font-size: 1.8rem;
	font-weight: 600;
	color: #2C2F2B;
	line-height: 3rem;
	padding:0 2.4rem;
}
.xchs-xiangmu-box .indexs-quest .rlzy-mode>li>div i{
	font-size:2rem;
}
.xchs-liucheng-box .final-check-ruhe-img img{
	width:9.3rem;
}
.xchs-liucheng-box .final-check-ruhe-li-top{
	font-size: 2.4rem;
	height:6.8rem;
}
.xchs-liucheng-box .final-check-ruhe-li{
	height:27rem;
}
.xchs-liucheng-box .final-check-ruhe-li-top .iconfont{
	font-size:2.6rem;
}
.xchs-liucheng-box .final-check-ruhe-li-con p{
	text-align: center;
	padding-top:0.9rem;
}
.xchs-liucheng-box .final-check-ruhe-li .zixun{
	width:11.2rem;
	height:3.4rem;
	font-size: 1.4rem;
	bottom:5.7rem;
}
.xchs-liucheng-box .final-check-ruhe-li .num{
	font-size:15rem;
	bottom:-1.5rem;
}
.xchs-xingshi-box ul{
	height: 42rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 2.6rem 0.5rem rgba(240,241,238,1);
	border-radius: 0.6rem;
	margin-bottom:8rem;
	overflow: hidden;
}
.xchs-xingshi-box ul>li{
	width:25%;
	height:50%;
	border-right:0.1rem solid #E1E1E1;
	border-bottom:0.1rem solid #E1E1E1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
}
.xchs-xingshi-box ul>li:nth-child(4n){
	border-right:0;
}
.xchs-xingshi-box ul>li:nth-child(5),.xchs-xingshi-box ul>li:nth-child(6),.xchs-xingshi-box ul>li:nth-child(7),.xchs-xingshi-box ul>li:nth-child(8){
	border-bottom:0;
}
.xchs-xingshi-box ul>li>div{
	width: 8.6rem;
	height: 8.6rem;
	background: #F2F2F2;
	border-radius: 0.4rem;
	margin-left:2.5rem;
}
.xchs-xingshi-box ul>li>div img{
	width:5rem;
}
.xchs-xingshi-box ul>li>p{
	padding:0 2.3rem;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.8rem;
	flex:1;
}
.xchs-xingshi-box ul>li>a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
	position: absolute;
	bottom:2rem;
	right:2rem;
}
.xchs-xingshi-box ul>li>a i{
	font-size: 1.2rem;
	margin-left: 0.4rem;
}
.xchs-xingshi-box ul>li:hover{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}
.xchs-xingshi-box ul>li:hover>p{
	color:#fff;
}
.xchs-xingshi-box ul>li:hover>a{
	width: 7.4rem;
	height: 2.8rem;
	background: #FFFFFF;
	border-radius: 1.4rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #AFDC22;
	line-height: 2.8rem;
	text-align: center;
}
.xchs-xingshi-box ul>li:hover>a i{
	display: none;
}
/* 基础服务 */
.jcfu-liucheng-box .final-check-ruhe-li-con p{
	text-align: left;
	padding-top:0;
}
.jcfu-liucheng-box .final-check-ruhe-li .zixun{
	bottom:5.1rem;
}
.jcfu-liucheng-box .final-check-ruhe-li{
	height:28rem;
}
.jcfw-obj-box .indexs-quest .indexs-quest-top{
	width:37rem;
}
.jcfw-obj-box .indexs-quest .indexs-quest-top>p{
	padding-top:2rem;
	padding-left:4.2rem;
}
.jcfw-obj-box  .indexs-quest .indexs-quest-top>div{
	width:17rem;
}
.jcfw-obj-box .agent-fwxm>li{
	position: relative;
}
.jcfw-obj-box .agent-fwxm>li>a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
	position: absolute;
	bottom: 1.5rem;
	right: 2.4rem;
}
.jcfw-obj-box .agent-fwxm>li>a i{
	font-size: 1.2rem;
	margin-left: 0.4rem;
}
.jcfw-youshi-box{
	padding-bottom:5rem;
}
.jcfw-youshi-box ul{
	box-shadow: none;
	border-radius: 0;
	overflow: inherit;
}
.jcfw-youshi-box ul li{
	border:0;
	background: #FFFFFF;
	box-shadow: 0.4rem 0.7rem 2.2rem 0.5rem rgba(240,241,238,1);
	border-radius: 0px 0.6rem 0.6rem 0px;
	margin-right:3rem;
	width:38rem;
	height: 21.4rem;
	margin-bottom:3rem;
	position: relative;
}
.jcfw-youshi-box ul li:nth-child(3n){
	margin-right:0;
}
.jcfw-youshi-box ul li a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
	position: absolute;
	bottom: 2rem;
	right: 2.4rem;
}
.jcfw-youshi-box ul li a i{
	font-size: 1.2rem;
	margin-left: 0.4rem;
}
.jcfw-youshi-box ul li:hover{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/bj61.png);
}
.jcfw-youshi-box ul li:hover a{
	background:transparent;
	color:#fff;
}
.jcfw-xiangmu-box {
	height:75rem;
}
.jcfw-xiangmu-box .sbzc-xuzhi-con-bot{
	height: auto;
}
.jcfw-xiangmu-box .final-check-content-bot>li{
	margin-top:4.9rem;
}
.jcfw-xiangmu-li{
	flex:1;
	margin-left:3rem;
	height: 23.7rem;
	background: #FFFFFF;
	box-shadow: 0px 0.4rem 1rem 0.4rem rgba(241,244,229,1);
	border-radius:0.6rem;
	overflow: hidden;
}
.jcfw-xiangmu-li:nth-child(1){
	margin-left:0;
}
.jcfw-xiangmu-li>p{
	height: 6.4rem;
	background: #A2CE19;
	font-size: 2.4rem;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
}
.jcfw-xiangmu-li>span{
	display: block;
	text-align: justify;
	padding:2.4rem;
	font-size: 1.8rem;
	font-weight: 400;
	color: #A2CE19;
	line-height: 3.4rem;
}
.jcfw-xiangmu-box .final-check-content-bot{
	height:28.7rem;
	overflow: hidden;
}
/* 综合服务 */
.zhfw-xiangmu-right{
	flex:1;
	height:40rem;
	box-shadow: 0px 0px 1rem 0.4rem rgba(245,245,245,1);
	border-radius: 1.2rem;
	margin-left:3rem;
}
.zhfw-xiangmu-top{
	padding:3rem 2rem;
}
.zhfw-xiangmu-top>li{
	flex:1;
	cursor: pointer;
}
.zhfw-xiangmu-top>li>div{
	width: 6.2rem;
	height:6.2rem;
	background: #F2F2F2;
	box-shadow: 0px 0.2rem 0.5rem 0px rgba(0,0,0,0.13);
	border-radius: 50%;
}
.zhfw-xiangmu-top>li>div i{
	font-size:3.3rem;
}
.zhfw-xiangmu-top>li>p{
	font-size: 2.4rem;
	font-weight: 500;
	color: #2C2F2B;
	margin-left:1.6rem;
	position: relative;
}
.zhfw-xiangmu-top>li>p>i{
	position: absolute;
	bottom:-2rem;left:0;right:0;margin: auto;
	display: none;
	width:1.4rem;
	height:1.4rem;
	font-size:1.4rem;
}
.zhfw-xiangmu-top>li.active>div{
	background: #A2CE19;
}
.zhfw-xiangmu-top>li.active>div i{
	color:#fff;
}
.zhfw-xiangmu-top>li.active>p{
	color: #A2CE19;
}
.zhfw-xiangmu-top>li.active>p>i{
	display: block;
}
.zhfw-xiangmu-bot>li{
	display: none;
	padding:0 3rem;
}
.zhfw-xiangmu-bot>li.active{
	display: block;
}
.zhfw-xiangmu-bot>li>p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 3.2rem;
	height:6.4rem;
}
.zhfw-xiangmu-bot>li>a{
	margin: auto;
	width: 12rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	box-shadow: 0px 0.4rem 0.7rem 0px rgba(221,234,181,1);
	border-radius: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top:1.5rem;
}
.zhfw-xiangmu-bot>li>ul{
	height:14rem;
	padding-top:2rem;
}
.zhfw-xiangmu-bot>li>ul>li{
	width: 15.7rem;
	height: 4.2rem;
	background: #F6F9EB;
	border-radius: 0.2rem;
	text-align: center;
	line-height: 4.2rem;
	margin-right:4.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #A2CE19;
	margin-bottom:1.8rem;
}
.zhfw-xiangmu-bot>li>ul>li:nth-child(4n){
	margin-right:0;
}
/* 专项服务 */
.zxfw-fuwu-box>ul>li>ul>li{
	width:100%;
	height:100%;
	display: block;
	align-items: unset;
}
.zxfw-fuwu-box>ul>li>ul>li>p{
	text-align: justify;
	font-size: 2rem;
	font-weight: 400;
	color: #2C2F2B;
	line-height: 4.2rem;
	padding:5rem 3rem;
}
.zxfw-fuwu-box>ul>li>ul>li>a{
	width: 11.2rem;
	height: 3.4rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	border-radius: 2rem;
	text-align: center;
	line-height: 3.4rem;
	color:#fff;
}
.zxfw-fuwu-box>ul>li:nth-child(2)>ul>li, .zxfw-fuwu-box>ul>li:nth-child(2)>ul>li>a, .zxfw-fuwu-box>ul>li:nth-child(2)>ul>li a i{
	color:#fff;
}
.zxfw-fuwu-box>ul>li:nth-child(2)>ul>li>a{
	background: linear-gradient(90deg, #58B85C 0%, #71D575 100%);
}
/* 福利管理 */
.flgl-yiliao-box{
	background: #f7f7f7;
}
.flgl-tijian{
	height: 37rem;
	background: #FFFFFF;
	box-shadow: 0px 0.6rem 1.3rem 0px rgba(0,0,0,0.15);
	margin-bottom:8rem;
	border-radius: 1.2rem 1.2rem 0 0;
	overflow: hidden;
}
.flgl-tijian>li{
	width:100%;
	height:7.2rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	
}
.flgl-tijian>.flgl-tijian-tit{
	width:100%;
	height:8.2rem;
	font-size: 2.8rem;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 0.2rem 0.4rem #7C9E14;
}

.flgl-tijian>li:nth-child(3),.flgl-tijian>li:nth-child(5){
	background-color: #F6FBE6;
}
.flgl-tijian>li>p{
	flex:1;
	font-size:1.8rem;
	font-weight: bold;
	color: #2C2F2B
}
.flgl-tijian>li>p i{
	font-size:2rem;
	color:#A2CE19;
	font-weight: normal;
	margin-right:0.8rem;
}
.flgl-tijian>li>p span{
	display: block;
	width:7.5rem;
}
.flgl-yiliao-box ul {
	padding-bottom:6.1rem;
}
.flgl-yiliao-box ul li{
	flex:1;
	height: 30rem;
	background: #FFFFFF;
	box-shadow: 0px 0.3rem 0.8rem 0px rgba(0,0,0,0.1);
	border-radius: 0.6rem;
	margin-left:2.5rem;
	text-align: center;
	cursor: pointer;
}
.flgl-yiliao-box ul li:nth-child(1){
	margin-left: 0;
}
.flgl-yiliao-box ul li>div{
	width: 9.6rem;
	height: 8.6rem;
	background: #A2CE19;
	border-radius: 0.4rem;
	margin: 2.8rem auto;
}
.flgl-yiliao-box ul li>div i{
	font-size:4.1rem;
	color:#fff;
}
.flgl-yiliao-box ul li>p{
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
	line-height: 2.8rem;
}
.flgl-yiliao-box ul li>span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #ADADAD;
	line-height: 2.2rem;
	padding-top:0.4rem;
}
.flgl-yiliao-box ul li>a{
	margin: auto;
	width: 10.6rem;
	height: 3.2rem;
	box-shadow: 0px 0.2rem 0.4rem 0px rgba(0,0,0,0.18);
	border-radius: 2rem;
	border: 0.1rem solid #A2CE19;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A2CE19;
	text-shadow: 0px 0.3rem 0.4rem rgba(0, 0, 0, 0.13);
	margin-top:4.1rem;
}
.flgl-yiliao-box ul li:hover>a{
	background-color:#A2CE19;
	color:#fff;
}
/* 春雪学院 */
.cxxy-lianxi-box{
	margin-top:8rem;
}
.cxxy-lianxi-box .gyhz-lianxi-nei .cxxy-lianxi-right{
	margin-right:9.3rem;
}
.cxxy-lianxi-box .gyhz-lianxi-nei .cxxy-lianxi-right li img{
	width:13rem;
}
.cxxy-lianxi-box .gyhz-lianxi-nei .cxxy-lianxi-right li p{
	font-size: 1.4rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2rem;
	text-align: center;
}
.cxxy-con p{
	font-size: 1.8rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 4.2rem;
	letter-spacing: 0.1rem;
	text-indent: 2em;
	padding-bottom:3rem;
	text-align: justify;
}
.cxxy-con img{
	display: block;
	width:100%;
}
/* 关于春雪学院 */
.gycxxy-team-box{
	height:50rem;
}
.gycxxy-team-box ul {
	padding-top:4rem;
}
.gycxxy-team-box ul li{
	flex:1;
	height: 24rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 1.7rem 0px rgba(0,0,0,0.05);
	border-radius: 0.6rem;
	margin-left:3rem;
	overflow: hidden;
}
.gycxxy-team-box ul li:nth-child(1){
	margin-left:0;
}
.gycxxy-team-left{
	width:17.8rem;
	height:100%;
	overflow: hidden;
}
.gycxxy-team-left img{
	display: block;
	width:100%;
}
.gycxxy-team-right p{
	width: 16.2rem;
	height: 7rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #2C2F2B;
	line-height: 3.5rem;
	text-align: center;
	margin: auto;
}
.gycxxy-team-right a{
	width: 10.6rem;
	height: 3.2rem;
	box-shadow: 0px 0.2rem 0.4rem 0px rgba(0,0,0,0.18);
	border-radius: 2rem;
	border: 0.1rem solid #A2CE19;
	margin: auto;
	margin-top:4.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A2CE19;
	text-shadow: 0px 0.3rem 0.4rem rgba(0, 0, 0, 0.13);
}
.gycxxy-team-box ul li:hover .gycxxy-team-right a{
	background: #A2CE19;
	color: #fff;
}
/* 咨询管理 */
.zxgl-fuwu-box{
	margin-top:0rem;background: #fff;
}
.zxgl-fuwu-box>ul{
	padding-top:0;
}
.zxgl-fuwu-box>ul>li{
	padding-right:3rem;
}
.zxgl-fuwu-box>ul>li:last-child{
	padding-right:0;
}
.zxgl-fuwu-box>ul>li>span{
	text-align: center;
	padding:0;
	color: #ADADAD;
	padding-top:0.2rem;
}
.zxgl-fuwu-box>ul>li>p{
	padding-top:4rem;
}
.zxgl-fuwu-box>ul>li>.heng{
	width: 4rem;
	height: 0.4rem;
	background: #D8D8D8;
	display: block;
	margin: auto;
	margin-top:1.5rem;
}
.zxgl-fuwu-box>ul>li>a{
	width: 10.6rem;
	height: 3.2rem;
	box-shadow: 0px 0.2rem 0.4rem 0px rgba(0,0,0,0.18);
	border-radius: 2rem;
	border: 0.1rem solid #A2CE19;
	margin: auto;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A2CE19;
	text-shadow: 0px 0.3rem 0.4rem rgba(0, 0, 0, 0.13);
	margin-top:3.5rem;
}
.zxgl-fuwu-box>ul>li:hover>.heng{
	background: #fff;
}
.zxgl-fuwu-box>ul>li:hover>a{
	background: #FFFFFF;
	text-shadow: none;
}
.zxgl-zixun-box{
	padding-bottom:8rem;
	background: #F7F7F7;
}
.zxgl-zixun>li{
	width: 58rem;
	height: 27rem;
	background-color: #FFFFFF;
	box-shadow: 0px 0.3rem 1.1rem 0px rgba(0,0,0,0.13);
	border-radius: 0.6rem;
	overflow: hidden;
	margin-right:4rem;
	margin-bottom:4rem;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 11rem auto;
}
.zxgl-zixun>li:nth-child(2n){
	margin-right:0;
}
.zxgl-zixun-box .zscq-banquan-zixun{
	margin-top:3rem;
}
.zxgl-zixun>li>.triangle-topleft{
    display: block;
    width: 0;
    height: 0;
    border-top: 9rem solid #A2CE19;
    border-right: 9rem solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.zxgl-zixun>li>span>i{
	display: block;
    font-size: 3.2rem;
    position: absolute;
    top:-7.5rem;
    left: 0.8rem;
    color: #fff;
    z-index: 3;
}
.zxgl-zixun>li>p{
	width:100%;
	height:5rem;
	position: relative;
	display: block;
	text-align: center;
	margin-top:0.7rem;
}
.zxgl-zixun>li>p>i{
	position: absolute;
	z-index:1;
	left:0;right:0;top:0;bottom:0;
	margin: auto;
	font-size: 3.5rem;
	font-weight: 300;
	color: #F5F5F5;
	white-space:nowrap;
}
.zxgl-zixun>li>p>span{
	position: absolute;
	z-index:2;
	left:0;right:0;top:0;bottom:0;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	color: #2C2F2B;
}
.zxgl-zixun>li>a{
	position: absolute;
	right:3.5rem;
	bottom:1.6rem;
	z-index:3;
	font-size: 1.4rem;
	font-weight: 500;
	color: #97C112;
	margin-top: 1rem;
	display: inline-block;
}
.zxgl-zixun>li>a i{
	font-size: 1.2rem;
	margin-left: 0.4rem;
}
.zxgl-zixun>li>ul{
	padding:1.7rem 3rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #646862;
	line-height: 2.4rem;
}
.zxgl-zixun>li>ul>li{
	display: flex;
	flex-wrap: nowrap;
	padding-bottom:1.2rem;
}
.zxgl-zixun>li>ul>li>i{
	display: block;
	width: 0.6rem;
	height:0.6rem;
	background: #646862;
	border-radius: 50%;
	margin-right:0.8rem;
	margin-top:0.85rem;
}
.zxgl-zixun>li>ul>li>span{
	display: block;
	flex:1;
}
.zxgl-zixun>li:hover{
	background-color: #A2CE19;
}
.zxgl-zixun>li:hover>.triangle-topleft{
	border-top: 9rem solid #fff;
}
.zxgl-zixun>li:hover>span>i{
	color:#A2CE19;
}
.zxgl-zixun>li:hover>p>span{
	color:#fff;
}
.zxgl-zixun>li:hover>p>i{
	color:#c6e174;
}
.zxgl-zixun>li:hover>ul,.zxgl-zixun>li:hover>a{
	color:#fff;
}
.zxgl-zixun>li:hover>ul>li>i{
	background: #fff;
}
/* 文章详情 */
.news-detail-box{
	margin-bottom:-7rem;
}
.news-detail-title{
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #2B2D2F;
	padding-top:4rem;
}
.news-detail-time{
	font-size: 1.4rem;
	font-weight: 400;
	color: #9CA1A8;
	text-align: center;
	padding-top:1.4rem;
}
.news-detail-con{
	padding:2.3rem 2.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #2B2D2F;
	line-height: 2.8rem;
	text-indent:2em;
	padding-bottom:8rem;
	border-bottom:0.1rem dashed #CBCAC9;
}
.news-detail-footer{
	padding:3rem 2.4rem;
}
.news-detail-footer a{
	font-size: 1.8rem;
	font-weight: 400;
	color: #2B2D2F;
}
.news-detail-pre{
	text-align: left;
	padding-right:1rem;
}
.news-detail-next{
	text-align: right;
	padding-left:1rem;
}







/* 底部banner */
.footer-banner{
	margin-top:7rem;
}
.footer-banner,.footer-banner img{
	display: block;
	width:100%;
}
/* footer */
.footer-box{
	width:100%;
	background: #608D0A;
}
.footer-li-box>p{
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
	margin-right:4rem;
	padding-top:2.7rem;
	padding-bottom:0.8rem;
}

.footer-li-box>div>a{
	font-size: 1.4rem;
	font-weight: 400;
	color: #D9EACF;
	letter-spacing:0.1rem;
	display: block;
	margin-right:4rem;
	margin-top:1.2rem;
}
.footer-top{
	width:120.2rem;
	display: flex;
	flex-wrap: nowrap;
	margin: auto;
	padding-bottom:4.4rem;
}
.footer-top>li{
	display: flex;
	flex-wrap: nowrap;
}
.footer-top>li:nth-child(1) .footer-li-box{
	width:21rem;
}
.footer-top>li:nth-child(2) .footer-li-box{
	width:31rem;
}
.footer-top>li:nth-child(3) .footer-li-box{
	width:22rem;
}
.footer-top>li:nth-child(4) .footer-li-box{
	width:16.65rem;
	
}
	
.footer-top>li:nth-child(4) .footer-li-box>p{
	margin-right:3rem;
	text-align: left;
}
.footer-top>.footer-ewm{
	display: block;
	padding-top:2.5rem;
}
.footer-top>.footer-ewm img{
	width:11rem;
	display: block;
}
.footer-top>.footer-ewm p{
	font-size: 1.2rem;
	color: #D9EACF;
	padding-top:1rem;
}
.footer-shu{
	width: 0.1rem;
	height: 5.5rem;
	background: #72A80B;
	margin-right:5rem;
	margin-left:1rem;
	margin-top:8.1rem;
}

.footer-bot{
	width:100%;
	padding:2rem 0;
	border-top:0.2rem solid #72A80B;
	font-size: 1.6rem;
	font-weight: 400;
	color: #D9EACF;
	letter-spacing: 0.1rem;
}
.footer-bot a{
	font-size: 1.6rem;
	font-weight: 400;
	color: #D9EACF;
	letter-spacing: 0.1rem;
	margin-left:0.5rem;
}
.footer-bot .years{
	padding-left:0.5rem;
}
/*分页*/
.pages-box{
	padding-top:4rem;
}
.pages-box ul{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pages-box ul li{
	background: #FFFFFF;
	border-radius: 0.2rem;
	border: 1px solid #D7DDE4;
	font-weight: 400;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 2.8rem;
	margin-left:1.2rem;
}
.pages-box ul li a{
	display: block;
	width:100%;
	height:100%;
}

.pages-box ul li a,.pages-box ul li span{
	font-size:1.4rem;
	color: #505255;
}
.pages-box ul li:first-child span,.pages-box ul li:last-child span,.pages-box ul li:first-child a,.pages-box ul li:last-child a{
	/*width: 6rem;*/
	font-size:1.6rem;
}
.pages-box ul li.active{
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);

}
.pages-box ul li.active a,.pages-box ul li.active span{
	color: #FFFFFF;
}

/*首页新闻*/
.shouyexinwen .indexs-newx-cen{
	display: none;
}
.agent-ziliao-con-left-banner img{
	width:100%;
	height: 100%;
	border-radius: 0.6rem;
}

/*登录*/
.login-btn{
	margin-right:12rem;
	font-size: 1.6rem;
	cursor: pointer;
	height: 3rem;
	border-radius: 0.6rem;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
	color: #fff;
	width:5.7rem;
}
.login-box{
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top:0;left:0;
	z-index: 9999999999;
	display: none;
}
.login{
	width: 34rem;
	height: 38rem;
	padding: 2rem;
	background-color: white;
	border-radius: 1rem;
	position: absolute;
	left:0;right:0;top:0;bottom:0;
	margin: auto;
}
.login-close{
	width:100%;
	text-align: right;
	padding-bottom:2rem;
	font-size:1.8rem;
}
.login-close i{
	cursor: pointer;
}
.login form{
	display: block;
	padding-top:2rem;
}
.login-input{
	width:100%;
	height:4.4rem;
	border:0.1rem solid #97C112;
	border-radius: 0.6rem;
	margin-top:1.5rem;
	padding:0 1rem;
}
.login-btns{
	width:100%;
	height:4.4rem;
	border-radius: 0.6rem;
	margin-top:3rem;
	background: #97C112;
	font-size:1.6rem;
	color:#fff;
	cursor: pointer;
}
.login-input img{
	display: block;
	width:2.5rem;
}
.login-input input{
	flex:1;
	padding:0 1rem;
	font-size:1.5rem;
	height:100%;
	line-height: 4.4rem;
}
.login-input span{
	background: #97C112;
	color:#fff;
	font-size:1.4rem;
	width:9.5rem;
	height:3rem;
	border-radius: 0.5rem;
	cursor: pointer;
}
.login-fwgw-nav{
	width: 100%;
	height:4.4rem;
	border-radius: 10rem;
	border:0.1rem solid #97C112;
	margin: auto;
	overflow: hidden;
}
.login-fwgw-nav>li{
	flex:1;
	text-align: center;
	line-height: 4.4rem;
	border-left:0.1rem solid #97C112;
}
.login-fwgw-nav>li:first-child{
	border-left:0;
}

.login-fwgw-nav>li a{
	display: block;
	width:100%;
	height:100%;
	color:#97C112;
	font-size: 1.6rem;
	font-weight: 500;
	padding:0 3.5rem;
}
.login-fwgw-nav>li.active a{
	color:#fff;
	background: linear-gradient(225deg, #ACDA1A 0%, #8DB609 100%);
}