/*关于我们
首图
*/
.li_title{
	font-size: 0.54rem;
	font-weight: 500;
	line-height: 0.80rem;
	color: #333;
	margin-left: 0.14rem;
}
.about_li_back{
	background-image: url(../img/about_back.png);
}
.li_title .blue{
	color: #1C7EFF;
}
.li_p_card{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.24rem;
	margin-top: 0.16rem;
	color: #121F33;
}
.li_p_card .li_p_d{
	display: inline-block;
	width: 0.04rem;
	height: 0.04rem;
	border-radius: 50%;
	background-color: #333;
	margin: 0rem 0.19rem;
}
.li_w1200{
	top: 30% !important;
}
.li_card{
	width: 4.74rem;
	height: 0.7rem;
	margin-top: 0.54rem;
	display: flex;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 18.01%, rgba(255, 255, 255, 0.36) 50.71%, rgba(255, 255, 255, 0.3) 82%, rgba(255, 255, 255, 0) 100%);
	border-top: 2px solid;
	border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.7) 77%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(7.900000095367432px);
}
.li_card div{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.05rem 0rem;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.21rem;
	text-align: center;
}
.li_card div .blue{
	font-size: 0.24rem;
	line-height: 0.25rem;
	color: #1C7EFF;
}
.li_app{
	padding: 0.2rem;
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 0.08rem;
	box-sizing: border-box;
	margin-bottom: 0.12rem;
}
.li_app div{
	width: 100%;
	height: 0.64rem;
	padding: 0.1rem;
	text-align: center;
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 0.19rem;
	box-sizing: border-box;
	background: linear-gradient(94.28deg, #E5F9FF 11.34%, #C3E3FF 106.95%);
	border-radius: 0.04rem;
}
.li_app div .blue{
	color: #00A6F4;
	font-size: 0.2rem;
	line-height: 0.21rem;
	margin-bottom: 0.04rem;
}


/*简介*/
.about_index{
	position: relative;
    z-index: 6;
    background-color: #fff;
}
.about_card{
	/* display: flex; */
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.title_h3{
	font-size: 0.32rem;
	line-height: 0.5rem;
	font-weight: 500;
	color: #333;
	text-align: center;
}
.title_h3 p{
	font-size: 0.16rem;
	color: #68718B;
	line-height: 24px;
	margin-top: 0.06rem;
	color: #384A66;
}
.title_h3mb{
	margin-bottom: 0.4rem;
}
.title_h2{
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 0.25rem;
	color: #006FBA;
}
.about_ul{
	flex: 1;
	list-style: initial;
	padding-right: 0.48rem;
}
.about_ul li{
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.2rem;
	color: #68718B;
	text-wrap: wrap;
}
.about_ul li::marker{
	font-size: 0.08rem;
	color: #68718B;
}
.about_div_img{
	width: 100%;
	height: 1.2rem;
	margin-bottom: 0.16rem;
	border-radius: 0.04rem 0.04rem 0rem 0rem;
	display: none;
}
.about_card_img{
	width: calc(100% - 0.84rem);
	margin-top: 0.37rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem;
}
.about_card_img img{
	width: 100%;
	height: 1.45rem;
}
.about_card_right img{
	width: 100%;
	height: 4.56rem;
}
.about_qy{
	display: grid;
	gap: 0.18rem;
	margin: 0.2rem 0rem 0.9rem;
}
.about_qy .about_qy_card{
	height: 3.30rem;
	align-items: center;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	letter-spacing: 0%;
	text-align: center;
	padding: 0.2rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}
.about_qy .about_qy_card:hover{
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
}
.about_qy .about_qy_card .title{
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: rgba(18, 31, 51, 1);
	margin: 0.2rem 0rem 0.12rem;
}
.about_qy .about_qy_card .bg_c{
	width: 100%;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #F9FBFF 0%, #DEEEFF 100%);
}
.about_qy .about_qy_card .bg_c .img{
	width: 1rem;
}
/*发展历程*/
.about_box{
	position: relative;
    z-index: 6;
    left: 0;
    top: 0;
    background-color: #fff;
}
.about_box .div3{
	width: 100%;
	height: 7.74rem;
	background-image: url(../img/tp38.png);
	background-size: cover;
	background-position: center;
	position: relative;
	box-sizing: border-box;
}
.about_box .div3 .margin_b{
	margin-bottom: 0.27rem;
}
.about_box .div3 .title_h3{
	font-size: 0.36rem;
	font-weight: 700;
	line-height: 0.43rem;
	color: #fff;
	text-align: left;
}

.about_box .div3 .swiper-slide span{
	font-size: 0.2rem;
	line-height: 0.24rem;
	font-weight: 500;
}
.about_box .div3 .swiper-slide .span2{
	display: none;
}
.about_box .div3 .swiper-slide .div_card{
	width: 4.88rem;
	height: 3.13rem;
	background-color: #fdfdfd;
	border-radius: 0.04rem;
	margin-top: 0.22rem;
	display: flex;
	padding: 0.24rem;
	box-sizing: border-box;
}
.about_box .div3 .swiper-slide .div_card p{
	font-size: 0.16rem;
	line-height: 0.25rem;
	color: #68718B;
}
.about_box .div3 .swiper-slide .div_card img{
	width: 1.84rem;
	height: 2.05rem;
	border-radius: 0.04rem;
	margin-right: 0.32rem;
}
.about_box .div3 .swiper-slide .div_card h6{
	font-size: 0.2rem;
	color: #006FBA;
	font-weight: 700;
	line-height: 0.3rem;
	margin-top: 0.06rem;
}
.about_box .div3 .swiper_bottom{
	width: calc(100% - 0.5rem);
	height: 0.32rem;
	display: flex;
	justify-content: end;
	margin-top: 0.32rem;
}

.about_box .div3 .swiper-dl .swiper-button-next{
	margin-left: 0.2rem;
}

.about_box .div3 .swiper-dlh .swiper-button-prev, .about_box .div3 .swiper-dlh .swiper-button-next{
	background-color: #fff;
	color: #00A6F4;
	border-radius: 50%;
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
}
.about_box .div3 .swiper-dl .swiper-button-prev::after{
	font-family: "iconfont" !important;
}
.w1100{
	width: 11rem;
	margin:  0 auto;
}
/*服务团队*/

.about_box .div4{
	padding: 0.8rem 0rem;
	box-sizing: border-box;
}

.about_box .div4 .title_h3{
	margin-bottom: 0.64rem;
}
.about_box .div4 .div_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.48rem 1.9rem;
}
.about_box .div4 .div_grid .grid_card{
	width: 2.4rem;
	height: 4.18rem;
}
.about_box .div4 .div_grid .grid_card img{
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.1rem;
}
.about_box .div4 .div_grid .grid_card h6{
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.22rem;
	text-align: center;
	color: #333;
	margin: 0.24rem 0rem 0.12rem;
}
.about_box .div4 .div_grid .grid_card p{
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.24rem;
	color: #68718B;
}
.x_bor{
	position: absolute;
    bottom: 15%;
    left: 0;
    z-index: -1;
}
.x_bor img{
    width: 5.13rem;
    height: 1.92rem;
}
.x_bor_r{
	position: absolute;
    bottom: 51%;
    right: 0;
    z-index: -1;
}
.x_bor_r img{
    width: 3.46rem;
    height: 1.29rem;
}
.x_bor_r_card{
	position: absolute;
    bottom: 49%;
    right: 0;
    z-index: -1;
}
.x_bor_r_card img{
    width: 2.45rem;
    height: 1.57rem;
}

/*新闻资讯*/
.news_swiper{
	width: 100%;
	position: absolute;
	top: 1.34rem;
	left: 0;
	z-index: 10;
}
.news_swiper .li_title{
	text-align: start;
}
.col-fff{
	color: #fff !important;
}
.news_li_p{
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.24rem;
	color: #121F33;
	margin-top: 0.1rem;
}
.news_btn{
	width: 1.44rem;
	height: 0.6rem;
	margin-top: 0.4rem;
}
.news_def_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-size: 0.2rem;
	font-weight: 700;
	line-height: 0.28rem;
	background: rgba(71, 147, 255, 1);
	border-radius: 0.04rem;
}
.news_h3_b{
	margin-bottom: 0.4rem;
}
.news_search{
	width: 5.41rem;
	height: 0.7rem;
	display: flex;
	align-items: center;
	padding: 0.08rem;
	margin: 0 auto 0.64rem;
	border: 1px solid rgba(165, 167, 172, 1);
	border-radius: 0.04rem;
	box-sizing: border-box;
}
.news_search i{
	width: 0.24rem;
	height: 0.24rem;
	background-image: url(../img/search.png);
	background-size: 100%;
	margin-left: 0.2rem;
}
.news_search input{
	flex: 1;
}
/*输入框默认提示样式*/
.news_search input::-webkit-input-placeholder{/*chrome谷歌浏览器，Safari苹果浏览器*/
	color: rgba(205, 208, 216, 1);
}
.news_search input:-moz-placeholder{/*firefox火狐浏览器 Mozilla Firefox 4 to 18*/
	color: rgba(205, 208, 216, 1);
}
.news_search input::-moz-placeholder{/* Mozilla Firefox 19+ */
	color: rgba(205, 208, 216, 1);
}
.news_search input:-ms-input-placeholder {/*IE浏览器*/
	color: rgba(205, 208, 216, 1);
}
.news_search .news_def_btn{
	width: 0.96rem;
	height: 0.54rem;
	margin-left: 0.08rem;
}
.news_top_card{
	width: 100%;
	height: 3.17rem;
	background-color: #fff;
	border-radius: 0.04rem;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 0.24rem;
	box-shadow: 8px 24px 96px 0px #7E8AFD14;
}
.news_top_card .left{
	flex: 1;
	height: 100%;
	padding: 0.44rem;
	box-sizing: border-box;
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.24rem;
	color: #68718B;
}
.news_top_card .right{
	width: 5.4rem;
	height: 100%;
	background: url(../img/news_bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0 0.04rem 0.04rem 0;
}
.news_def_bq{
	width: 0.72rem;
	height: 0.28rem;
	padding: 0.04rem 0.08rem;
	color: #fff;
	font-size: 0.14rem;
	font-weight: 400;
	line-height: 0.19rem;
	border-radius: 0.05rem;
	box-sizing: border-box;
}
.news_bq_orange{
	background: rgba(255, 174, 0, 1);
}
.news_bq_green{
	background: rgba(0, 193, 80, 1);
}
.news_bq_blue{
	background: rgba(0, 151, 254, 1);
}
.news_top_card .left .bold_title{
	color: #333;
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 0.28rem;
	margin-top: 0.4rem;
	margin-bottom: 0.12rem;
}
.news_top_card .left .div1{
	display: flex;
	justify-content: space-between;
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-top: 0.4rem;
}
.color_blue{
	color: #336DE2;
	font-weight: 700;
	cursor: pointer;
}
.grid2_card{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.24rem;
	margin-bottom: 0.64rem;
	box-sizing: border-box;
}
.news_info_card{
	width: 100%;
	box-sizing: border-box;
	border-radius: 0.04rem;
	background-color: #fff;
	box-shadow: 8px 24px 96px 0px #7E8AFD14;
}
.news_info_card .def_bg{
	display: block;
	width: 100%;
	height: 3.2rem;
	border-radius: 0.04rem 0.04rem 0 0;
	background-size: 100% 100%;
}
.news_info_card .news_div{
	box-sizing: border-box;
	padding: 0.36rem 0.4rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #68718B;
}
.news_info_card .news_div .bold_title{
	margin: 0.24rem 0rem 0.12rem;
	font-size: 0.24rem;
	font-weight: 500;
	line-height: 0.25rem;
	color: #333;
}
.news_info_card .news_div .line_28{
	line-height: 0.28rem;
}

.news_info_card .news_div .div1{
	display: flex;
	justify-content: space-between;
	margin-top: 0.24rem;
}
.info{
	display: flex;
	justify-content: space-between;
}
.info .h6{
	display: flex;
}
.info .h6 a + a{
	margin-left: 0.24rem;
}

.info .h6 a{
	height: 0.38rem;
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 0.22rem;
	color: #59B1FF;
	border: 1px solid #59B1FF;
	box-sizing: border-box;
	border-radius: 0.04rem;
	display: flex;
	align-items: center;
	padding: 0 0.24rem;
}
.info .h6 a:hover{
	color: #fff;
	background-color: #59B1FF;
}
.info .h6 .active{
	color: #fff;
	background-color: #59B1FF;
}

.my_bg{
	background: rgba(177, 207, 255, 0.12);
	box-shadow: 0px 3px 28.2px 0px rgba(0, 0, 0, 0.06);
}
.khnt-box{
	gap: 0.2rem;
}
.khnt-box .khnt-card{
	height: 3.3rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: rgba(56, 74, 102, 1);
	padding: 0.36rem;
	box-sizing: border-box;
}
.khnt-box .khnt-card .title{
	font-weight: 500;
	font-size: 0.4rem;
	text-align: center;
	line-height: 0.56rem;
	color: rgba(192, 192, 192, 1);
	margin:0.24rem 0rem 0.29rem;
}
.khnt-box .jz-card{
	height: 3.18rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 0.08rem;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: rgba(56, 74, 102, 1);
	padding: 0.8rem 0.2rem 0rem 0.6rem;
	background: url('/public/static/img/jz-bg.png') no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.khnt-box .cpjs-card{
	height: 3.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.38rem 0.4rem 0.52rem 0.15rem;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	border-radius: 0.04rem;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: rgba(56, 74, 102, 1);
}
.khnt-box .cpjs-card .left{
	width: 3.3rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #F9FBFF 0%, #C4E1FF 100%);
	margin-right: 0.65rem;
}
.khnt-box .cpjs-card .left img{
	width: 2.5rem;
	height: 100%;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.blue-card{
	font-weight: 500;
	font-size: 0.32rem;
	line-height: 0.38rem;
	letter-spacing: 2%;
	margin-top: 0.47rem;
	color: rgba(43, 124, 254, 1);
}
.blue-card .min{
	font-size: 0.16rem;
}

.jjfa-list{
	height: 5.46rem;
	padding: 0.7rem 0.9rem;
	display: flex;
	background: url('/public/static/img/jjfa-bg.png') no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.jjfa-list .jjfa-left{
	width: 3.28rem;
	font-weight: 500;
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: rgba(255, 255, 255, 1);
}
.jjfa-list .jjfa-left .card{
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.48rem;
	color: rgba(255, 255, 255, 0.8);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	margin-top:0.4rem;
	padding-bottom: 0.48rem;
}
.jjfa-list .jjfa-left .card div{
	padding-left: 0.16rem;
	cursor: pointer;
}
.jjfa-list .jjfa-left .card div:hover{
	border-left: 2px solid rgba(255, 255, 255, 1);
	background: linear-gradient(90deg, rgba(124, 174, 255, 0.3055) 61.13%, rgba(99, 159, 255, 0) 100%);
}
.jjfa-list .jjfa-left .card .active{
	border-left: 2px solid rgba(255, 255, 255, 1);
	background: linear-gradient(90deg, rgba(124, 174, 255, 0.3055) 61.13%, rgba(99, 159, 255, 0) 100%);
}
.jjfa-list .jjfa-right{
	flex: 1;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 40.3px 2px rgba(0, 0, 0, 0.05);
	border-radius: 0.08rem;
	padding: 0.6rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-weight: 500;
	font-size: 0.2rem;
	color: rgba(18, 31, 51, 1);
}
.jjfa-list .jjfa-right .p{
	width: 80%;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: rgba(56, 74, 102, 1);
	margin-top: 0.2rem;
}
.jjfa-list .jjfa-right .ljgd-card{
	width: 100%;
	padding-top: 0.2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12)
}
.jjfa-list .jjfa-right .ljgd{
	width: 1.33rem;
	height: 0.48rem;
	border-radius: 0.02rem;
	background: rgba(72, 142, 255, 1);
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.22rem;
	cursor: pointer;
}

.gap20{
	gap: 0.2rem;
}
.gap18{
	gap: 0.18rem;
}

.jz-card{
	height: 3.9rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	border-radius: 0.04rem;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: rgba(56, 74, 102, 1);
	padding: 0.4rem 0.24rem 0.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.jz-card .title{
	font-weight: 500;
	font-size: 0.2rem;
	text-align: center;
	color: rgba(18, 31, 51, 1);
	margin-bottom: 0.12rem;
}
.jz-card .bottom-card{
	width: 0.48rem;
	height: 0.48rem;
}

.jz-card2{
	height: 3rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 0.04rem;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	font-weight: 400;
	font-size: 0.2rem;
	padding: 0.7rem 0rem 1.02rem;
	background-color: #fff;
	color: rgba(18, 31, 51, 1);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.jz-card2 img{
	width: 0.8rem;
	height: 0.8rem;
}

.qgbj-card{
	height: 4.12rem;
	display: flex;
	padding-bottom: 0.9rem;
	box-sizing: content-box;
}
.qgbj-card .qgbj-left{
	width: 5.28rem;
	height: 100%;
	overflow: hidden;
}
.qgbj-card .qgbj-left img{
	width: 100%;
	height: 100%;
}
.qgbj-card .qgbj-right{
	flex: 1;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: rgba(56, 74, 102, 1);
	background: linear-gradient(180deg, #FFFFFF 56.09%, #DEEEFF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0rem 0.6rem;
	box-sizing: border-box;
}


.my-al-tab{
	padding: 0rem 0.91rem;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.my-al-tab .al-tab-item{
	width: auto;
    height: 0.54rem;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.24rem;
    text-align: center;
    color: rgba(18, 31, 51, 1);
    box-sizing: border-box;
    cursor: pointer;
}
.al-tab-item + .al-tab-item{
	margin-left: 0.24rem;
}
.jdal-card{
	height: 5.1rem;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
	margin-top: 0.5rem;
	padding: 0rem 0.6rem;
}
.jdal-card .al-card{
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.29rem;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
.al-card + .al-card{
	margin-top: 0.1rem;
}
.jdal-card .al-card .al-btn{
	width: 1.33rem;
	height: 0.36rem;
	border-radius: 0.02rem;
	background: rgba(72, 142, 255, 1);
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 0.2rem;
}
.jdal-overflow{
	text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.jdal-card .al-card .al-1{
	flex: 1;
}
.padd_9{
	padding-bottom: 0.9rem;
}
.lhyg-h{
	height: 3.6rem !important;
}
.lhyg-h-45{
	height: 4.5rem !important;
}

.fuqs-card{
	width: 100%;
	height: 5.4rem;
	padding: 0.6rem 3.6rem 0.9rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.24rem;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: url('/public/static/img/fwqs-bg.png') no-repeat;
	background-size: 100% 100%;
}
.fuqs-card .title{
	font-weight: 500;
	font-size: 0.32rem;
	line-height: 0.5rem;
	margin-bottom: 0.08rem;
}
.rs-top{
	padding-top: 0.6rem;
}
.cp-bg{
	padding-top: 0.9rem;
	background: url('/public/static/img/cp-bg.png') no-repeat;
	background-size: 100% 100%;
}
.cp-img{
	width: 100%;
	height: 4.88rem;
	background: url('/public/static/img/cp-img.png') no-repeat;
	background-size: 100% 100%;
}

.ys-bg-card{
	height: 7rem;
	background: rgba(239, 245, 255, 1);
	box-shadow: 0px 3px 28.2px 0px rgba(0, 0, 0, 0.06);
	position: relative;
	box-sizing: border-box;
}
.ys-bg-card .pos-bottom{
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	width: 100%;
	height: 1.27rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.1);
	font-family: Alimama ShuHeiTi;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 100%;
	letter-spacing: 0.33rem;
	text-transform: uppercase;
	background: rgba(72, 142, 255, 1);
	box-shadow: 0px 3px 28.2px 0px rgba(0, 0, 0, 0.06);
}

.cp-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 400;
	font-size: 0.14rem;
	letter-spacing: 0.03rem;
	line-height: 0.18rem;
	color: #384A66;
}
.cp-right{
	width: 5.53rem;
	height: 4.47rem;
	margin-bottom: 0.23rem;
}
.ys-item-card{
	height: 3.85rem;
	position: relative;
}
.itemY:hover{
	animation: itemY 3s linear infinite;
}
.itemY1:hover{
	animation: itemY1 3s linear infinite;
}
.ys-item-card .text{
	text-align: center;
	font-weight: 700;
	font-size: 0.7rem;
	background: linear-gradient(180deg, rgba(72, 142, 255, 0.5) 22.52%, rgba(72, 142, 255, 0) 84.64%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	padding-left:0.3rem;
}
.ys-item-card .item{
	position: absolute;
	left: 0rem;
	bottom: 0rem;
	height: 3.28rem;
	width: 100%;
	background: rgba(220, 233, 255, 0.15);
	border: 1px solid;
	border-image-source: linear-gradient(124.46deg, #FFFFFF 7.07%, rgba(255, 255, 255, 0) 84.64%);
	backdrop-filter: blur(19px);
	box-shadow: 8px 8px 24px 0px rgba(255, 255, 255, 0.95) inset;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: rgba(70, 116, 187, 1);
	text-align: center;
	transform: skewX(-5deg);
	padding: 0.08rem 0.35rem 0rem 0.4rem;
	box-sizing: border-box;
	z-index: 8;
}
.myite{
	margin-top: 0.4rem
}
@keyframes itemY {
	0% {
		margin-top: 0rem;
	}
	50% {
		margin-top:0.4rem;
	}
	100% {
		margin-top:0rem;
	}
}
@keyframes itemY1 {
	0% {
		margin-top: 0.4rem;
	}
	50% {
		margin-top:0rem;
	}
	100% {
		margin-top:0.4rem;
	}
}
.ys-item-card .item .title{
	font-weight: 600;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: rgba(18, 31, 51, 1);
	margin: 0.2rem 0rem 0.12rem;
}
.skew{
	transform: skewX(5deg);
}
.zxly{
	background: url('/public/static/img/jj-card.png') no-repeat;
	background-size: 100% 50%;
	background-position: 0% 100%;
}
.zxly-card{
	padding: 0.4rem 1.01rem;
	background-color: #fff;
	border: 1px solid #0000000F;
	border-radius: 0.04rem;
	box-shadow: 0px 2px 16px 0px #0000000F;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #384A66;
}
.zxly-card .p-b{
	padding-bottom: 0.3rem;
}
.zxly-card .p-b-text{
	padding-bottom: 0.13rem;
}
.zxly-card input,.zxly-card select{
	width: 100%;
    border: 1px solid rgba(0,0,0,0.12);
    height: 0.54rem;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
}
.zxly-card textarea{
	width: 100%;
    border: 1px solid rgba(0,0,0,0.12);
    height: 1rem;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
}
.zxly-card input::-webkit-input-placeholder{
	color: #A3A3A3;
}
.zxly-card .tj-mybtn{
	width: 1.31rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #488EFF;
    border-radius: 0.02rem;
    color: #fff;
    font-size: 0.14rem;
}
.zxly-card .tj-mybtn:hover{
	background: rgba(72, 142, 255, 0.5);
}
.znjj{
	background: url('/public/static/img/jj-card.png') no-repeat;
	background-size: 100% 100%;
}
.znjj-card{
	gap: 0.56rem;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #384A66;
}
.znjj-card img{
	width: 100%;
	height: 100%;
}
.znjj-card .title{
	font-weight: 500;
	font-size: 0.2rem;
	line-height: 0.24rem;
	color: #121F33;
	margin-bottom: 0.2rem;
}

.sm-bg{
	background: url('/public/static/img/sm-bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 0.2rem 0rem 1.5rem;
	box-sizing: border-box;
}
.sm-bg .my_title_h3{
	color: #fff;
}
.sm-card{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.sm-card .title{
	font-weight: 500;
	font-size: 0.2rem;
	line-height: 0.24rem;
}
.sm-card .content{
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.sm-card .margin-b-20{
	margin-bottom: 0.2rem;
}
.sm-card .margin-b-48{
	margin-bottom: 0.48rem;
}
.sm-card img{
	width: 5.28rem;
	height: 3.1rem;
}

.ln-bg{
	background: url('/public/static/img/ln-bg.png') no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.ln-bg .my_title_h3{
	color: #fff;
	margin-bottom: 0.4rem;
}
.ln-bg .content{
	display: flex;
	justify-content: center;
	padding-left: 0.2rem;
	font-weight: 500;
	font-size: 0.32rem;
	line-height: 100%;
	letter-spacing: 0.2rem;
	color: #FFFFFF;
}

.zpgw-card{
	height: 3.9rem;
	background: #FFFFFF;
	border-radius: 0.04rem;
	border: 1px solid #0000000F;
	box-shadow: 0px 2px 16px 0px #0000000F;
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #384A66;
	box-sizing: border-box;
	padding: 0.4rem 0.24rem 0rem;
}
.zpgw-card .title{
	font-weight: 500;
	font-size: 0.2rem;
	line-height: 100%;
	text-align: center;
	margin-bottom: 0.12rem;
}
.zpgw-card .margin-b-12{
	margin-bottom: 0.12rem;
}
.zpgw-card .margin-b-8{
	margin-bottom: 0.08rem;
}
.zpgw-card .border-b{
	border-bottom: 1px solid #0000001F;
}

.margin-tb-34{
	margin-top: 0.34rem;
	margin-bottom: 0.34rem;
}
.margin-tb-24{
	margin-top: 0.24rem;
	margin-bottom: 0.24rem;
}

.div_work_card{
	width: 100%;
	height: 2rem;
	display: grid;
	padding-top: 0.4rem;
}
.grid4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid5{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid3{
	display: grid;
	border-bottom: none;
	grid-template-columns: 1fr 1fr 1fr;
	border-radius: 0.04rem 0.04rem 0rem 0rem;
}
.grid2{
	display: grid;
	border-bottom: none;
	grid-template-columns: 1fr 1fr;
	border-radius: 0.04rem 0.04rem 0rem 0rem;
}
.grid6{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 0.18rem;
	border-radius: 0rem 0rem 0.04rem 0.04rem;
}
.work-bg{
	background: linear-gradient(180deg, #C6DCFF 0%, rgba(240, 246, 255, 0) 84%);
}
.work_card{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.30rem;
	color: #121F33;
	box-sizing: border-box;
	border-top: 1px solid ;
	border-left: 1px solid ;
	border-right: 1px solid ;
	border-image-slice: 1;
	border-image-source: linear-gradient(180deg, #2F67C1 0%, rgba(47, 103, 193, 0) 83.73%);
	padding-top: 0.65rem;
	position: relative;
}
.work_card .my-sz-card{
	position: absolute;
	top: -0.36rem;
	left: calc(50% - 0.36rem);
	transition: all 0.6s;
}
.work_card:hover .my-sz-card{
	transform: scale(1.2);
}
@keyframes mtxx{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.2);
	}
}
.work_card .my-sz-card .tm{
	width: 0.72rem;
	height: 0.72rem;
	background: rgba(72, 142, 255, 0.16);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.work_card .my-sz-card .tm .sx{
	width: 0.52rem;
	height: 0.52rem;
	background: linear-gradient(297.28deg, #5E9BFF 20.08%, #E2EDFF 90.8%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 0.24rem;
	color: #fff;
}

.ysbg{
	background-color: #fff;
	padding-top: 0.19rem;
	position: relative;
}
.nopd{
	padding-bottom: 1rem;
	box-sizing: border-box;
}
.tab-card{
	width: min-content;
	padding: 0rem 0.91rem;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tab-card .tab-item{
	width: 1.3rem;
	height: 0.54rem;
	font-weight: 500;
	font-size: 0.18rem;
	line-height: 0.24rem;
	text-align: center;
	color: rgba(18, 31, 51, 1);
	box-sizing: border-box;
	cursor: pointer;
}
.flex-center{
	display: flex;
	justify-content: center;
}
.tab-change{
	color: rgba(45, 126, 255, 1) !important;
	border-bottom: 2px solid rgba(45, 126, 255, 1);
}


/* 财税服务 */
.csfw_card{
	height: 4rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0rem;
}
.csfw_card .content_card{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
.csfw_card .content_card h2{
	font-size: 0.2rem;
	line-height: 0.21rem;
	color: #006FBA;
}
.csfw_card .content_card p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #68718B;
	margin-top: 0.13rem;
}
.csfw_card i{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.csfw_card + .csfw_card{
	margin-top: 0.56rem;
}

.news_bor{
	position: relative;
}
.news_bor .x_bor_l{
	position: absolute;
	left: 0rem;
	top: 4rem;
}
.news_bor .x_bor_l img{
	width: 4.25rem;
	height: 1.59rem;
}
.news_bor .x_bor_l_card{
	position: absolute;
	left: 4rem;
	top: 0rem;
}
.news_bor .x_bor_l_card img{
	width: 3.25rem;
	height: 1.59rem;
}
.news_bor .pos_img{
	position: absolute;
	right: 0rem;
	top: 3.8rem;
	width: 3.25rem;
	height: 1.59rem;
}

.index_li_title{
	position: absolute;
	width: 100%;
	top: 2rem;
	display: flex;
	justify-content: center;
	z-index: 555;
}
.index_li_title .logo_i{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background-image: url(../img/logo_icon.png);
	background-size: 100% 100%;
	margin: 0rem auto 0.2rem;
}

.link_about{
	position: relative;
	overflow: hidden;
}
.link_about li {
	float: left;
	height: 1.9rem;
	width: 1.2rem;
	background-color: #fff;
	border-radius: 0.04rem;
	text-align: center;
	margin: 0.54rem 0.24rem 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.link_about li img{
	width: 1.2rem;
	height: 1.9rem;
}
.all_jz{
	width: 100%;
	height: auto;
}
.ydy-card{
	display: flex;
	padding: 0.1rem 0.1rem 0rem 0.1rem;
}
.ydy-card .icon1{
	width: 30%;
}
.ydy-card .icon1 img{
	width: 100%;
}
.ydy-card .icon2{
	width: 70%;
	position: relative;
}
.ydy-card .icon2 img{
	width: 100%;
}
.ydy-card .icon2 .btn{
	position: absolute;
	bottom: 14%;
	left: 19%;
	background-image: url(../img/wx-zs2.png);
	background-size: 100% 100%;
	height: 20%;
	width: 2.6rem;
	cursor: pointer;
}
.bg_ydy{
	background-image: linear-gradient(278.15deg, #5297E6 15.61%, #43C0FF 99.7%);
}
.bg_ryq{
	width: 40%;
	height: 0.5rem;
	position: absolute;
	top: 5%;
	left: -16%;
	background-color: red;
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
}


.mytab{
	width: 100%;
	height: 0.7rem;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 0;
	z-index: 10;
	margin-top: calc(6.80rem);
	background-color: #fff;
}
.mytab .mytab-card{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.24rem;
}
.mytab .mytab-card .left{
	display: flex;
	align-items: center;
	color: rgba(34, 35, 36, 1);
}
.mytab .mytab-card .left .card{
	height: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0rem 0.1rem;
	margin-right: 0.2rem;
	cursor: pointer;
	box-sizing: border-box;
}
.mytab .mytab-card .left .card a{
	color: rgba(34, 35, 36, 1);
}
.mytab .mytab-card .left .card:hover a{
	color: rgba(72, 142, 255, 1);
}
.mytab .mytab-card .left .active a{
	color: rgba(72, 142, 255, 1);
}
.mytab .mytab-card .left .card:hover{
	color: rgba(72, 142, 255, 1);
	border-bottom: 2px solid rgba(72, 142, 255, 1)
}
.mytab .mytab-card .right{
	margin-right: 0.1rem;
	color: rgba(139, 139, 139, 1);
}
.mytab .mytab-card .right img{
	width: 0.24rem;
	height: 0.24rem;
}
.mytab .mytab-card .right a{
	color: rgba(139, 139, 139, 1);
}
.mytab .mytab-card .left .active{
	color: rgba(72, 142, 255, 1);
	border-bottom: 2px solid rgba(72, 142, 255, 1)
}

@media screen and (max-width: 760px) {
	.w1100{
		width: 100%;
	}
	.about_li_back{
		background-image: url(../img/about_backapp.png);
	}
	.li_title{
		width: 3.35rem;
		margin: 0.72rem auto 0rem;
		font-size: 0.24rem;
		line-height: 0.29rem;
	}
	.li_p_card{
		font-size: 0.14rem;
		line-height: 0.18rem;
		margin-top: 0.08rem;
	}
	.li_p_card .li_p_d{
		width: 0.02rem;
		height: 0.02rem;
		margin: 0.05rem;
	}
	.li_card{
		display: none;
	}
	.li_app{
		display: grid;
	}
	.li_w1200{
		top: 0% !important;
	}
	.about_card{
		display: flex;
	}
	.about_index{
		background-color: #FAFBFF;
	}
	.about_index .div1{
		padding: 0.2rem;
	}
	.about_index .about_div{
		background-color: #fff;
		border-radius: 0.04rem;
	}
	.title_h3{
		font-size: 0.2rem;
		line-height: 0.2rem;
	}
	.title_h3mb{
		margin-bottom: 0.2rem;
	}
	.title_h2{
		font-size: 0.14rem;
		line-height: 0.15rem;
		text-align: center;
	}
	.about_div_img{
		display: block;
	}
	.about_ul{
		padding: 0rem 0.16rem 0.16rem 0.32rem;
	}
	.about_ul li{
		font-size: 0.12rem;
		line-height: 0.16rem;
		margin-top: 0.08rem;
	}
	.about_card_img{
		display: none;
	}

	.about_card_right{
		display: none;
	}
	.gywm_box .div3 .swiper-slide::before{
		display: none;
	}
	.about_box .div3 .swiper-slide .span2::before{
		content: "";
		display: block;
		width: calc(100% + 38px);
		height: 0.15rem;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		margin-bottom: 0.07rem;
		box-sizing: border-box;
	}
	.about_box .div4{
		padding: 0.32rem 0.2rem;
	}
	.about_box .div4 .title_h3{
		margin-bottom: 0.24rem;
	}
	.about_box .div4 .div_grid{
		gap: 0.08rem;
	}
	.about_box .div4 .div_grid .grid_card{
		width: 100%;
		height: 1.77rem;
		padding: 0.08rem 0.06rem;
		box-shadow: 0px 1px 6.5px 0px #00000012;
		box-sizing: border-box;
	}
	.about_box .div4 .div_grid .grid_card img{
		width: 0.64rem;
		height: 0.64rem;
		display: block;
		margin: 0 auto;
	}
	.about_box .div4 .div_grid .grid_card h6{
		font-size: 0.14rem;
		line-height: 0.15rem;
		margin: 0.08rem 0rem 0rem;
	}
	.about_box .div4 .div_grid .grid_card p{
		font-size: 0.12rem;
		line-height: 0.16rem;
		margin-top: 0.04rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.x_bor{
		bottom: 38%;
	}
	.x_bor img{
		height: 1.59rem;
    	width: 2.25rem;
	}
	.x_bor_r{
		display: none;
	}
	.x_bor_r_card{
		bottom: 43%;
		left: -0.7rem;
	}
	.x_bor_r_card img{
		height: 2.02rem;
    	width: 1.59rem;
	}

	/* 新闻资讯 */
	.news_swiper,.info .title_h3{
		display: none !important;
	}
	.app_news{
		width: 100%;
		background-color: #fff;
	}
	.app_news .li_title{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		padding: 0.29rem 0 0.32rem;
		box-sizing: border-box;
	}
	.news_li_p{
		font-size: 0.12rem;
		font-weight: 400;
		line-height: 0.14rem;
		text-align: start;
		margin: 0.08rem 0 0.16rem;
	}
	.news_app_btn{
		height: 0.42rem;
		width: calc(100% - 0.2rem);
		font-size: 0.14rem;
		font-weight: 400;
		line-height: 0.14rem;
	}
	.news_search{
		width: 100%;
		height: 0.42rem;
		padding: 0.06rem 0.04rem;
		margin-bottom: 0.16rem;
	}
	.news_h3_b{
		margin-bottom: 0.28rem;
	}
	.news_search .news_def_btn{
		width: 0.52rem;
		height: 0.3rem;
		font-size: 0.1rem;
		font-weight: 7000;
	}
	.news_search i{
		width: 0.16rem;
		height: 0.16rem;
		margin-left: 0.11rem;
	}
	.info{
		margin-bottom: 0.2rem;
	}
	.info .h6{
		width: 100%;
		justify-content: space-between;
	}
	.info .h6 a{
		font-size: 0.12rem;
		font-weight: 400;
		line-height: 0.16rem;
		width: 0.78rem;
		height: 0.33rem;
		border-radius: 0.02rem;
		justify-content: center;
		padding: 0;
	}
	.info .h6 a + a{
		margin-left: 0.08rem;
	}
	.nopd{
		padding: 0rem 0.2rem;
	}
	.news_info_card .def_bg{
		height: 1.2rem;
	}
	.news_info_card .news_div{
		width: 100%;
		box-sizing: border-box;
		padding: 0.16rem;
	}
	.news_info_card .news_div .bold_title{
		margin: 0rem 0rem 0.08rem;
		font-size: 0.14rem;
		line-height: 0.15rem;
	}
	.ellipsis{
		/* overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.news_info_card .news_div .div1{
		margin-top: 0.08rem;
		padding: 0rem;
	}
	.news_info_card .news_div .div1 span{
		color: #999;
		font-size: 0.1rem;
	}
	.news_info_card .news_div .div1 a{
		width: 100%;
	}
	.news_def_bq{
		width: 0.56rem;
		height: 0.18rem;
		border-radius: 0.02rem;
		font-size: 0.1rem;
		line-height: 0.14rem;
		padding: 0.02rem 0.08rem;
	}
	.grid2_card{
		gap: 0.08rem;
	}
	/* 首页 */
	/* 降本计算器 */
	.index_box .calc-cube-box .calc-cube{
		position: relative;
		right: 0;
		width: 100%;
		height: 3.13rem;
		background: #fff;
	}
	.index_box .calc-cube-box .calc-cube .calc{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.index_box .calc-cube-box{
		height: 2.75rem;
		margin-top:2rem;
		padding-top:0rem;
		background: none;
	}
	.index_box .calc-cube-box .calc-cube .calc .switch-box .switch-item.switch-item-active{
		color: #1C7EFF;
		font-weight: 500;
		font-size: 0.16rem;
		line-height: 0.16rem;
	}
	.index_box .calc-cube-box .calc-cube .calc .switch-box .switch-item.switch-item-active::before{
		background-color: #1C7EFF;
	}
	.index_box .calc-cube-box .calc-cube .calc .switch-box i{
		height: 0.2rem;
		background-color:#919191;
	}
	.index_box .calc-cube-box .calc-cube .calc .switch-box .switch-item{
		color: #A2A2A2;
		font-weight: 400;
		font-size: 0.16rem;
		line-height: 0.16rem;
	}
	.index_box .calc-cube-box .calc-cube .calc .inp{
		background: rgba(0,0,0,0);
		border: 1px solid #4793FF;
		border-radius:0.04rem;
		font-size: 0.14rem;
		line-height: 0.2rem;
		color: #666;
	}
	.index_box .calc-cube-box .calc-cube .calc .con{
		color: #919191;
	}
	.index_box .calc-cube-box .calc-cube .calc .btn{
		background-color: #4793FF;
	}
	.index_box .calc-cube-box .calc-cube .calc .count{
		text-align: left;
		color: rgba(255, 255, 255, 0.4);
	}

	.mid-web-cube{
		width: 100%;
		position: absolute;
		top: -2.9rem;
		left: 0px;
		padding: 0rem 0.2rem;
		box-sizing: border-box;
	}
	.mid-web-cube .text-cube-img img{
		width: 100%;
		border-radius: 0.14rem;
	}
	.mid-web-cube .cube-card{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.08rem;
		margin-top: 0.08rem;
	}
	.mid-web-cube .cube-card .text-cube{
		width: 100%;
		height: 0.64rem;
		background: linear-gradient(94.28deg, #E5F9FF 11.34%, #C3E3FF 106.95%);
		border-radius: 0.04rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mid-web-cube .cube-card .text-cube .text-cube-num{
		font-weight: 500;
		font-size: 0.2rem;
		line-height: 0.21rem;
		color: #1C7EFF;
	}
	.mid-web-cube .cube-card .text-cube .text-cube-txt{
		font-weight: 400;
		font-size: 0.14rem;
		line-height: 0.19rem;
		color: #434D54;
		margin-top: 0.04rem;
	}
	/* 首页大图高度 */
	.banner_swiper{
		height: 3.75rem;
	}
	.banner_swiper-min{
		height: 2rem;
	}
	.banner_swiper-min2{
		height: 2.75rem;
	}
	.my_bg{
		background-color: #fff;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.grid2{
		grid-template-columns: 1fr 1fr;
		gap: 0.08rem;
		box-sizing: border-box;
	}
	.work_card .work_div2{
		width: 100%;
	}
	.div_work_card{
		height: auto;
		border: none;
		box-sizing: border-box;
	}
	.div_work_card .work_card{
		height: 1.5rem;
		flex-direction:column;
		padding: 0rem 0.15rem;
		border: 0.5px solid #D4D4D4;
		background: #F8FCFF;
		align-items: center;
		justify-content: center;
		border-radius: 0.04rem;
		font-size: 0.12rem;
		line-height: 0.14rem;
	}
	.div_work_card .work_card:first-child{
		border-left: 0.5px solid #D4D4D4;
	}
	.work_card i{
		width: 0.32rem;
		height: 0.32rem;
		margin-top: 0rem;
	}
	.work_card .work_title_h2{
		font-size: 0.16rem;
		line-height: 0.24rem;
		text-align: center;
		margin: 0.1rem 0rem 0.06rem;
	}
	.ysbg{
		background: #FAFBFF;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.ysbg .about_qy .qycard{
		min-height: 1.8rem;
	}
	.ysbg .about_qy .qycard p{
		text-align: left;
	}
	/* 我们的服务行业 */
	.index_box .div2{
		height: 3.6rem;    
		padding-top: 1.01rem;
		padding-bottom: 0.3rem;
		box-sizing: border-box;
	}
	.index_box .div2 .calc{
		height: 1.01rem;
	}
	.index_box .div2 .calc p{
		margin-top: 0.08rem;
		font-size: 0.12rem;
		line-height: 0.14rem;
	}
	.index_box .div2 .server{
		padding-left: 0.1rem;
		background-image: url(../img/work_fw_app_bg.png);
	}
	.index_box .div2 .server .div2_card{
		width: 0.32rem;
	}
	.index_box .div2 .server .div2_card span{
		font-size: 0.08rem;
		line-height: 0.1rem;
	}
	.index_box .div2 .server .def_p{
		background: linear-gradient(100deg, rgba(52, 126, 255, 0.5) 0%, rgba(52, 126, 255, 0) 100%);
	}
	.index_box .div2 .server .div2_card i{
		width: 0.2rem;
		height: 0.2rem;
	}
	.index_box .div2 .server .m1{
		margin: 0rem 0.05rem 0rem 0.11rem;
	}
	.index_box .div2 .server .m2{
		margin: 0rem 0.04rem 0rem 0.04rem;
	}
	.index_box .div2 .server .m3{
		margin: 0rem 0.07rem 0rem 0.07rem;
	}
	.index_box .div2 .server .m4{
		margin: 0rem 0.03rem 0rem 0.02rem;
	}
	.index_box .div2 .server .m5{
		margin-left: 0rem;
	}

	.index_box .div2 .server .p1{
		height: 0.23rem;
		margin-bottom: 0.66rem;
	}
	.index_box .div2 .server .p2{
		height: 0.54rem;
		margin-bottom: 0.7rem;
	}
	.index_box .div2 .server .p3{
		height: 0.43rem;
		margin-bottom: 0.37rem;
	}
	.index_box .div2 .server .p4{
		height: 0.44rem;
		margin-bottom: 0.73rem;
	}
	.index_box .div2 .server .p5{
		height: 0.19rem;
		margin-bottom: 0.44rem;
	}
	.index_box .div2 .server .p6{
		height: 0.30rem;
		margin-bottom: 0.72rem;
	}
	.index_box .div2 .server .p7{
		height: 0.78rem;
		margin-bottom: 0.61rem;
	}
	.index_box .div2 .server .p8{
		height: 0.63rem;
		margin-bottom: 0.31rem;
	}
	.index_box .div2 .server .p9{
		height: 0.83rem;
		margin-bottom: 0.36rem;
	}
	.index_box .div2 .server .p10{
		height: 0.30rem;
		margin-bottom: 0.42rem;
	}
	.cgal{
		margin-top: 0.24rem;
	}

	/* 灵活用工 */
	.my_title_h3{
		margin-bottom: 0.29rem;
	}
	.yycj_box .yycj_box_card{
		width: 1.58rem;
	}
	.pad_bg{
		padding-left: 0.2rem;
		background-color: #F9FAFF;
	}

	/* 财税服务 */
	.pd_csfw_card{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.csfw_card{
		height: auto;
		width: 100%;
		background-color: #fff;
		border-radius: 0.04rem;
		box-sizing: border-box;
		grid-template-columns: 1fr;
		box-shadow: 0.08rem 0.24rem 0.96rem 0rem #7E8AFD14;
	}
	.csfw_card .content_card{
		padding: 0.2rem;
	}
	.csfw_card .content_card h2{
		font-size: 0.14rem;
		line-height: 0.15rem;
		text-align: center;
	}
	.csfw_card .content_card p{
		font-size: 0.12rem;
		line-height: 0.16rem;
	}
	.csfw_card i{
		width: 100%;
		height: 2rem;
	}
	.csfw_card + .csfw_card{
		margin-top: 0.2rem;
	}

	.cg_bor{
		position: relative;
	}
	
	.index_li_title{
		top: 0rem;
	}
	.index_li_title .logo_i {
		width: 0.3rem;
		height: 0.3rem;
		margin: 0rem auto 0.08rem;
	}
	.index_li_title .li_title{
		margin: 0.52rem auto 0rem;
	}
	.index_box .calc-cube-box .calc-cube .calc input{
		color: #919191;
	}
	.lq-btn-card{
		bottom: 0rem;
	}
	.lq-btn-card .card{
		font-size: 0.16rem;
		padding: 0.05rem 0.15rem;
	}
	.padd_0{
		position: fixed;
		bottom: 0rem;
		left: 0rem;
		padding-bottom: 0rem !important;
	}
	.ydy-card{
		display: flex;
		padding: 0.1rem;
		margin-bottom: 0.83rem;
	}
	.ydy-card .icon1{
		width: 30%;
	}
	.ydy-card .icon1 img{
		width: 100%;
	}
	.ydy-card .icon2{
		width: 70%;
		position: relative;
	}
	.ydy-card .icon2 img{
		width: 100%;
	}
	.ydy-card .icon2 .btn{
		position: absolute;
		bottom: 14%;
		left: 19%;
		background-image: url(../img/wx-zs2.png);
		background-size: 100% 100%;
		height: 20%;
		width: 0.8rem;
		cursor: pointer;
	}
	.ydy-card .icon3{
		width: 70%;
		position: relative;
		background: url('../img/wxfz.png') no-repeat;
		background-size: 100% 100%;
	}
	.ydy-card .icon3 .btn{
		position: absolute;
		bottom: 10%;
		left: 37%;
		background-image: url(../img/wxfz-btn.png);
		background-size: 100% 100%;
		height: 20%;
		width: 30%;
		cursor: pointer;
	}
	
	.link_about li {
		width: 0.35rem;
		height: 0.6rem;
		border-radius: 0.02rem;
		margin: 0.2rem 0.04rem 0.08rem;
	}
	.link_about li img{
		width: 0.35rem;
		height: 0.6rem;
	}
	.bg_ryq{
		width: 40%;
		height: 0.2rem;
		top: 14%;
		left: -14%;
		font-size: 0.14rem;
		font-weight: 600;
		letter-spacing: 0.02rem;
	}
	.my-bjfa{
        padding: 0.2rem 0rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bjfa-ftitle{
        display: flex;
        font-size: 0.16rem;
        margin: 0.1rem;
        padding: 0.1rem 0.15rem;
        border-radius: 1rem;
        background-color: #F5F8FF;
        align-items: center;
    }
    .bjfa-ftitle i{
        width: 0.16rem;
        height: 0.16rem;
        background-image: url('../img/huo.png');
        background-size: 100% 100%;
        margin: 0rem 0.1rem;
    }
    .bjfa-ftitle span{
        padding: 0.05rem;
        background: linear-gradient(90deg, #4692FE 0%, #4DC1FF 100%);
        margin: 0rem 0.05rem;
        color: #fff;
        font-weight: 700;
        border-radius: 0.04rem;
    }
    .my-gbook{
        width: 100%;
        padding: 0.3rem;
        box-sizing: border-box;
    }
    .my-gbook .item{
        width: 100%;
        color: #333;
        font-size: 0.16rem;
        margin-bottom: 0.1rem;
    }
    .my-gbook .item .span{
        color: red;
        padding-left: 0.05rem;
    }
    .my-gbook .item .input_card{
        padding: 0.05rem 0.1rem;
        box-sizing: border-box;
        line-height: 0.4rem;
        border-radius: 0.04rem;
        margin-top: 0.1rem;
        border: #DAE7EE solid 1px;
    }
    .form-btn{
        width: 100%;
        background: radial-gradient(#4DC1FF,#4692FE);
        height: 0.5rem;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 0.2rem;
        margin:0.2rem auto 0rem;
        cursor: pointer;
    }
    .form-btn a{
        color: #fff;
    }
    .my-gbook .form-card .item .input_card input{
        width: 100%;
    }
}

@media (max-width: 1240px){
	.about_index{
		margin-top: 0px;
	}
	.about_box .div3 .swiper-slide .span2::before{
		width: calc(100% + 10px);
	}
	.nopd{
		padding-bottom: 0.5rem;
	}
}