* {
	margin: 0;
	padding: 0;
}

.m_banner {
	background: url(../img/kcxfz_banner.jpg) center no-repeat;
}


.class_lanmu {
	margin-bottom: 0.4rem;
	color: #0A7E0D;
}

.class_content {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333;
	line-height: 0.3rem;
	text-align: center;
	margin-bottom: 0.4rem;
}




.kcxfz_div1 {
	padding-top: 1rem;
}

.div1_list {
	display: flex;
}

.div1_item {
	width: 4.8rem;
	height: 5.1rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.15rem;
	margin-right: 0.4rem;
	position: relative;
	overflow: hidden;
}

.div1_item:last-child {
	margin-right: 0;
}

.div1_item .item_title {
	max-width: 3.8rem;
	margin: 0 auto;
	text-align: center;
	padding-top: 0.6rem;
	font-weight: 500;
	font-size: 0.24rem;
	color: #333333;
	margin-bottom: 0.5rem;
}

.div1_item .item_icon {
	width: 2rem;
	height: 2rem;
	background: rgba(255, 255, 255, 0.46);
	border: 0.01rem solid #0A7E0D;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	position: relative;
}

.div1_item .item_icon img {
	max-width: 0.7rem;
	height: auto;
}

.div1_item .item_icon .item_img2 {
	display: none;
}

.div1_item .item_txt {
	max-width: 3.8rem;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}

.div1_item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(180deg, #1E9B22 0%, #0A7E0D 100%);
	transition: transform 1s ease;
	/* 平滑过渡效果 */
	transform: scale(0);
	/* 初始缩放为0 */
}

.div1_item:hover::before {
	transform: scale(1.5);
	/* 鼠标悬浮时放大到1.5倍 */
}







.div1_item:hover .item_title,
.div1_item:hover .item_txt {
	color: #fff;
	position: relative;
}

.div1_item:hover .item_icon .item_img1 {
	display: none;
}

.div1_item:hover .item_icon .item_img2 {
	display: block;
}

.div1_item:hover .item_icon::before {
	content: "";
	position: absolute;
	top: 0.15rem;
	left: 0.15rem;
	width: 1.7rem;
	height: 1.7rem;
	background: url(../img/kcxfz_icon.png) center no-repeat;
	animation: rotateBackground 10s infinite linear;
}

@keyframes rotateBackground {
	from {
		transform: rotate(0deg);
		/* 开始旋转角度 */
	}

	to {
		transform: rotate(360deg);
		/* 结束旋转角度 */
	}
}



.kcxfz_div2 {
	width: 100%;
	height: auto;
	background: #F5F6F7;
	margin-top: 1rem;
	padding: 1rem 0rem;
}

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

.div2_list .hd {
	width: 5.72rem;
	height: 3.68rem;
	border-left: 0.01rem solid #D4D4D4;
	padding-left: 0.22rem;
	box-sizing: border-box;
}

.div2_list .hd ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	padding: 0.29rem 0;
	box-sizing: border-box;
}

.div2_list .hd .div2_title {
	font-weight: bold;
	font-size: 0.24rem;
	color: #333333;
}

.div2_list .hd ul li {
	width: 100%;
	display: block;
	margin-bottom: 0.5rem;
	position: relative;
	cursor: pointer;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.div2_list .hd ul li:last-child {
	margin-bottom: 0rem;
}

.div2_list .hd ul li .div2_cont {
	position: absolute;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	margin-top: 0.26rem;
	opacity: 0;
}

.div2_list .hd ul li.on .div2_cont {
	opacity: 1;
	position: static;
	-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-out, -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out, opacity .5s ease-out;
	transition: transform .5s ease-in-out, opacity .5s ease-out;
	transition: transform .5s ease-in-out, opacity .5s ease-out, -webkit-transform .5s ease-in-out;

	-webkit-transform: translateY(-0.15625rem);
	-ms-transform: translateY(-0.15625rem);
	transform: translateY(-0.15625rem)
}

.div2_list .bd .div2_img {
	width: 7.25rem;
	height: 3.6rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-top: 0.29rem;
}

.div2_list .bd .div2_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.div2_list .bd .div2_img:hover img {
	transform: scale(1.1);
}

.div2_list .hd ul li.on::before {
	content: "";
	position: absolute;
	width: 0.02rem;
	height: 0.8rem;
	background: #0A7E0D;
	border-radius: 0.02rem;
	left: -0.23rem;
	top: 0.04rem;
}

.div2_list .hd ul li.on .div2_title {
	font-weight: bold;
}








.kcxfz_div3 {
	padding-top: 1rem;
}

.div3_img {
	width: 100%;
	height: 7.5rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-bottom: 0.35rem;
}

.div3_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}




.div3_list {
	display: flex;
}

.div3_li {
	width: 4.78rem;
	margin-right: 0.4rem;
	padding-left: 0.18rem;
	position: relative;
}

.div3_li::before {
	content: "";
	position: absolute;
	width: 0.02rem;
	height: 1rem;
	background: #0A7E0D;
	left: 0;
	top: 0.02rem;
}

.div3_li:last-child {
	margin-right: 0;
}

.div3_li .div3_title {
	font-weight: bold;
	font-size: 0.24rem;
	color: #333333;
	margin-bottom: 0.2rem;
}

.div3_li:hover .div3_title {
	color: #0A7E0D;
}

.div3_li .div3_cont {
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}




.kcxfz_div4 {
	padding-top: 1rem;
}

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

.div4_list {
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
}

.div4_list.li1 {
	width: 7.8rem;
	height: 6rem;
}

.div4_list.li2 {
	width: 7rem;
	height: 2.8rem;
}

.div4_list.li2:first-child {
	margin-bottom: 0.4rem;
}

.div4_list .div4_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.div4_list .div4_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.div4_list:hover .div4_img img {
	transform: scale(1.05);
}

.div4_list .div4_title {
	font-weight: bold;
	font-size: 0.22rem;
	color: #FFFFFF;
}

.div4_list .div4_cont {
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.28rem;
	margin-bottom: 0.15rem;
}

.div4_list.li1 .div4_title {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}

.div4_list.li1 .div4_cont {
	max-width: 6.6rem;
	position: absolute;
	top: 0.97rem;
	left: 0.5rem;
}

.div4_list.li2 .div4_title {
	position: absolute;
	top: 0.4rem;
	left: 0.4rem;
}

.div4_list.li2 .div4_cont {
	max-width: 4.4rem;
	position: absolute;
	top: 0.87rem;
	left: 0.4rem;
}


.kcxfz_div5 {
	padding-top: 1rem;
}

.kcxfz_div5 .content li {
	height: 6.4rem;
	position: sticky;
	top: calc(50vh - 290px);
	border-radius: 0.2rem;
	margin-top: .4rem;
	background: linear-gradient(149deg, #CDF 0%, #F3F9FF 59.55%, #E0E7FA 97.73%);
}

.kcxfz_div5 .content li .div5_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kcxfz_div5 .content li .div5_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kcxfz_div5 .content li .div5_txt {
	position: absolute;
	bottom: 1.75rem;
	left: 1rem;
	display: flex;
}

.kcxfz_div5 .content li .div5_txt .div5_icon {
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.35rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kcxfz_div5 .content li .div5_txt .div5_icon img {
	width: 100%;
	height: auto;
}

.kcxfz_div5 .content li .div5_txt .div5_title {
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
}

.kcxfz_div5 .content li .div5_txt .div5_cont {
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
}





.kcxfz_div6 {
	margin-top: 1rem;
}

.div6_body {
	width: 100%;
	height: 5.8rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.div6_body img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}




.kcxfz_div7 {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.div7_top {
	display: flex;
	justify-content: center;
	margin-bottom: 0.6rem;
}

.div7_top .div7_img,
.div7_top .div7_img img {
	width: 4.52rem;
	height: 4.8rem;
	position: relative;
	z-index: 9;
}

.div7_top .div7_txt .div7_li {
	width: 5.76rem;
	height: 1.68rem;
	background: #FFFFFF;
	box-shadow: -1rem 0.5rem 0.4rem -0.3rem rgba(96, 96, 96, 0.14);
	padding-top: 0.64rem;
	padding-left: 1.16rem;
	display: flex;
}

.div7_top .div7_txt .div7_li .div7_icon {
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.28rem;
}

.div7_top .div7_txt .div7_li .div7_title {
	font-weight: 500;
	font-size: 0.28rem;
	color: #000000;
	margin-bottom: 0.07rem;
}

.div7_top .div7_txt .div7_li .div7_cont {
	font-weight: 400;
	font-size: 0.18rem;
	color: #666666;
}

.div7_top .div7_txt .div7_li:nth-child(1) {
	margin-top: 0;
	margin-left: -2.3rem;
	position: relative;
	z-index: 3;
}

.div7_top .div7_txt .div7_li:nth-child(2) {
	margin-top: -0.13rem;
	margin-left: -1.55rem;
	position: relative;
	z-index: 2;
}

.div7_top .div7_txt .div7_li:nth-child(3) {
	margin-top: -0.11rem;
	margin-left: -0.76rem;
}


.div7_bottom {
	width: 15.2rem;
	height: 3.5rem;
	margin: 0 auto;
	background: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 100%);
	box-shadow: 0rem 0.03rem 0.18rem 0.01rem rgba(122, 122, 122, 0.15);
	border-radius: 0.2rem;
	border: 0.01rem solid #FFFFFF;
	padding: 0.5rem 1.9rem;
	box-sizing: border-box;
}

.div7_bottom .div7_bot_class {
	font-weight: 500;
	font-size: 0.34rem;
	color: #000000;
	text-align: center;
	margin-bottom: 0.6rem;
}

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

.div7_bottom_list .div7_bot_li .div7_bot_icon {
	width: 0.86rem;
	height: 0.86rem;
	margin: 0 auto;
	background: #0A7E0D;
	box-shadow: 0.02rem 0.05rem 0.06rem 0.01rem rgba(7, 85, 9, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.1rem;
	border-radius: 50%;
}

.div7_bottom_list .div7_bot_li .div7_bot_icon img {
	max-width: 0.4rem;
	max-height: 0.4rem;
}

.div7_bottom_list .div7_bot_li span {
	font-weight: 500;
	font-size: 0.24rem;
	color: #333333;
	display: block;
	text-align: center;
}

.div7_bottom_list .div7_bot_next {
	margin-top: 0.21rem;
}

.div7_bottom_list .div7_bot_next,
.div7_bottom_list .div7_bot_next img {
	width: 0.5rem;
	height: 0.5rem;
}









.kcxfz_div8 {
	width: 100%;
	height: 6.78rem;
	background: #F5F6F7;
	padding-top: 1rem;
	box-sizing: border-box;
}

.div8_body {
	display: flex;
}

.div8_li {
	width: 4.8rem;
	height: 3.9rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	border: 0.01rem solid #DADBDF;
	overflow: hidden;
	margin-right: 0.4rem;
}

.div8_li:last-child {
	margin-right: 0;
}

.div8_li .div8_img {
	width: 100%;
	height: 2.8rem;
	overflow: hidden;
}

.div8_li .div8_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.div8_li .div8_txt {
	width: 100%;
	height: 1.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.15rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.34rem;
}

.div8_li:hover {
	background: #0A7E0D;
	transition: all .5s;
}

.div8_li:hover .div8_img img {
	transform: scale(1.05);
}

.div8_li:hover .div8_txt {
	color: #fff;
}



.kcxfz_div9 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.div9_swiper {
	padding-bottom: 0.65rem;
}

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

.div9_li {
	width: 7.4rem;
	height: 0.8rem;
	background: #F5F6F7;
	border-radius: 0.05rem;
	display: flex;
	align-items: center;
	padding: 0.24rem 0.3rem;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
}

.div9_li .div9_icon {
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.2rem;
	background: url(../img/kcxfz_icon15.png) center no-repeat;
	background-size: cover;
	display: block;
}

.div9_li .div9_hr {
	width: 0rem;
	height: 0.36rem;
	border: 0.01rem solid #B8B8B8;
	margin-right: 0.2rem;
}

.div9_li .div9_txt {
	font-weight: 500;
	font-size: 0.18rem;
	color: #333333;
	width: 5.68rem;
	margin-right: 0.2rem;
}

.div9_li .div9_down,
.div9_li .div9_down i {
	width: 0.2rem;
	height: 0.2rem;
	display: block;
}

.div9_li .div9_down i {
	background: url(../img/kcxfz_icon16.png) center no-repeat;
	background-size: cover;
}

.div9_li:hover {
	background: linear-gradient(1deg, #0A7E0D 0%, #48B44B 100%);
	transition: all .5s;
}

.div9_li:hover .div9_hr {
	border: 0.01rem solid rgba(255, 255, 255, 0.63);
}

.div9_li:hover .div9_txt {
	color: #fff;
}

.div9_li:hover .div9_icon {
	background: url(../img/kcxfz_icon18.png) center no-repeat;
}

.div9_li:hover .div9_down i {
	background: url(../img/kcxfz_icon17.png) center no-repeat;
}



.div9_swiper .swiper-pagination span {
	width: 0.14rem;
	height: 0.14rem;
	background: rgba(10, 126, 13, 0);
	border: 0.02rem solid #0A7E0D;
	border-radius: 50%;
	margin: 0 0.15rem;
	opacity: 1;
}

.div9_swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #0A7E0D;
}


.div9_bottom {
	width: 100%;
	height: 6.4rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-top: 1rem;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.div9_bottom span {
	font-family: Kingsoft_Cloud_Font, Kingsoft_Cloud_Font;
	font-weight: 400;
	font-size: 0.36rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
	padding-top: 2.81rem;
	overflow: hidden;
	/* 确保文本不超出容器 */
	white-space: nowrap;
	/* 保持文本在一行 */
	animation: typing 3s steps(20, end), blink-caret .10s step-end infinite;
}


@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

	50% {
		border-color: orange;
	}
}