.section-1 .swiper-slide {
    width: 100%;
	height: 9.5rem;
}

.section-1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.section-1 .swiper-pagination-bullet {
	width: 0.2rem;
	height: 0.04rem;
	background: #FFFFFF;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
	opacity: 0.4;
	transition: linear .15s;
}

.section-1 .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.section-1 .swiper-pagination {
	bottom: 0.6rem !important;
}

.section-2 {
	padding: 1rem 0 1.5rem 0;
}

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

.xilie-item {
	position: relative;
	height: 6.8rem;
	margin-bottom: 0.1rem;
}

.infoCon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.xilie-item .info span {
	display: block;
	text-align: center;
	color: #fff;
}

.xilie-item .info .title {
	font-size: 0.36rem;
	margin-bottom: 0.15rem;
}

.xilie-item .info .desc {
	font-size: 0.2rem;
	margin-bottom: 0.5rem;
}

.xilie-item .info a {
	width: 1.12rem;
	height: 0.36rem;
	background: rgba(255, 255, 255, 0);
	border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #fff;
}
.xilie-item .info a:hover{
    background: #5D8C2A;
    border: 0.01rem solid #5D8C2A;
}
.xilie-item{
    overflow: hidden;
}
.xilie-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: linear .15s;
}
.xilie-item:hover>img {
    transform: scale(1.05);
}
.xilie-item .info {
	position: absolute;
	top: 0.6rem;
	left: 0.7rem;
}

.xilie-item:not(:nth-child(1)) .info {
	left: 50%;
	transform: translateX(-50%);
}

.xilie-item:nth-child(1),
.xilie-item:nth-child(4) {
	width: 10.5rem !important;
}

.xilie-item:nth-child(2),
.xilie-item:nth-child(3) {
	width: 6.2rem;
}

.swiper-xilie {
	position: relative;
}

.swiper-xilie .swiper-slide {
	position: relative;
	height: 7.5rem;
}

.swiper-xilie .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-xilie .swiper-slide .info {
	position: absolute;
	top: 0.54rem;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-xilie .swiper-slide .info * {
	color: #fff;
	text-align: center;
}

.swiper-xilie .swiper-slide .info .title {
	font-size: 0.36rem;
	margin-bottom: 0.15rem;
}

.swiper-xilie .swiper-slide .info .desc {
	font-size: 0.2rem;
}

.section-3 {
	margin-bottom: 0.8rem;
}

.section-3 .swiper-button-next,
.section-3 .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	background: rgba(0,0,0,0.3);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	opacity: 1 !important;
	border-radius: 50%;
}

.section-3 .swiper-button-next::after {
	font-size: 0.18rem !important;
}

.section-3 .swiper-button-prev::after {
	font-size: 0.18rem !important;
}

.section-3 .swiper-button-next:hover {
	background-color: #5D8C2A;
}

.section-3 .swiper-button-next:hover::after {
	color: #fff !important;
}

.section-3 .swiper-button-prev:hover {
	background-color: #5D8C2A;
}

.section-3 .swiper-button-prev:hover::after {
	color: #fff !important;
}

.section-3 .swiper-button-next {
	right: 3.7rem !important;
}

.section-3 .swiper-button-prev {
	left: 3.7rem !important;
}

.swiper-type .swiper-slide {
	height: 9.6rem;
}

.swiper-type .swiper-slide img {
	width: 100%;
	height: 100%;
}

.typeshow-box {
    
	position: relative;
	/*margin-top: 0.15rem;*/
	margin-top: 1rem;
}

.type--textbox {
	display: flex;
	align-items: center;
	position: absolute;
	height: 0.7rem;
	padding: 0 0.49rem;
	background: rgba(255, 255, 255, .75);
	border-radius: 0.35rem 0.35rem 0.35rem 0.35rem;
	bottom: 0.73rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;

}

@keyframes whbg {
    0%{
        background-size: 100% 0;
    }
    
    100%{
        background-size: 100% 0.7rem;
    }
}

.type-item {
	padding: 0.14rem 0.3rem;
	font-size: 0.2rem;
	white-space: nowrap;
	cursor: pointer;
	background-image: url('../img/whbg.png');
	background-size: 0 0;
	transition: background-size 0.3s ease-in-out;
}

.type-item.active {
	background: #5D8C2A ;
	background-image: url('../img/whbg.png');
	color: #fff;
	border-radius: 99rem;
	background-size: 100% 0.7rem;
	animation: rotate 1s; /* 调用动画，持续时间为2秒，循环播放 */
    animation-delay: 1s; /* 延迟1秒后开始执行动画 */
}

.zhaoshang-box {
	display: flex;
}

.zhaoshang-left {
	width: 5.34rem;
	height: 6.85rem;
	position: relative;
	overflow: hidden;
}

.zhaoshang-left img {
	width: 100%;
	height: 100%;
	transition: linear .15s;
	object-fit: cover;
}

.zhaoshang-left:hover>img {
	transform: scale(1.05);
}

.zhaoshang-right {
	flex: 1;
	margin-left: 0.3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zhaoshang-right .zhaoshang-item {
	width: 5.43rem;
	height: 3.33rem;
	margin-bottom: 0.2rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.zhaoshang-right .zhaoshang-item:hover .infoCon{
    background: rgba(0,0,0,0);
}

.zhaoshang-box .info {
	position: absolute;
	left: 0.4rem;
	bottom: 0.4rem;
}

.zhaoshang-box .info * {
	/*color: #fff;*/
	    color: rgba(255, 255, 255, 0.8) !important;
}

.zhaoshang-box .info .title {
	font-size: 0.36rem;

}

.zhaoshang-box .info .desc {
	width: 4.2rem;
	margin-top: 0.15rem;
	line-height: 1.6;
}

.zhaoshang-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: linear .15s;
}

.zhaoshang-item:hover>img {
	transform: scale(1.05);
}

.section-5 .title-title {
	text-align: center;
	font-size: 0.36rem;
	color: #fff;
}

.guang-content {
	width: 8rem;
	height: 8rem;
	margin: 0 auto;
	position: relative;
}

.zce-itme {
	width: 1.5rem;
	position: absolute;
}

.zce-itme .title {
	position: relative;
	padding-bottom: 0.08rem;
	padding-left: 0.1rem;
	cursor: pointer;
}

.zce-itme .title::after {
	content: '';
	position: absolute;
	width: 80%;
	border-bottom: 0.01rem dashed #fff;
	left: 0;
	bottom: 0;
}

.zce-itme .title::before {
	content: '';
	position: absolute;
	width: 0.05rem;
	height: 0.05rem;
	background: #FFFFFF;
	left: 0;
	bottom: -0.02rem;
	border-radius: 50%;
	z-index: 9;
}

.desc-text {
	position: absolute;
	margin-top: 0.14rem;
	font-size: 0.14rem;
	color: #FFFFFF;
	left: 0;
	padding-right: 0.35rem;
	display: none;
}

.zce-itme:nth-child(2n) .desc-text {
	right: 0;
	left: auto !important;
	padding-right: 0;
	padding-left: 0.35rem;
}

.zce-itme {
	overflow: visible !important;
}

.zce-itme.active .title {
	color: #F17B05;
	font-size: 0.24rem;
}

.zce-itme.active .title::before {
	background: #F17B05 !important;
}

.zce-itme.active .title::after {
	border-color: #F17B05 !important;
}

.zce-itme.active .desc-text {
	display: block !important;
}

.zce-itme:nth-child(even) .zce-after::after {
	content: '';
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	background: #5D8C2A;
	opacity: 0.3;
	border-radius: 50%;
	left: -0.15rem;
	top: -0.25rem;
}
.zce-itme:nth-child(odd) .zce-after::after {
	content: '';
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	background: #5D8C2A;
	opacity: 0.3;
	border-radius: 50%;
	right: -0.15rem;
	top: -0.25rem;
	left: auto;
}



.zce-itme * {
	color: #fff;
}



.zce-before,
.zce-after {
	position: relative;
	cursor: pointer;
}

.zce-before::before {
	content: '';
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	border-radius: 50%;
	outline: 0.07rem solid #5D8C2A;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.zce-itme:nth-child(2n) .zce-before::before {
	content: '';
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	border-radius: 50%;
	outline: 0.07rem solid #5D8C2A;
	left: 0 !important;
	bottom: 0 !important;
}

.zce-itme:nth-child(2n) .title::after {
	content: '';
	position: absolute;
	width: 80%;
	border-bottom: 0.01rem dashed #fff;
	right: 0 !important;
	bottom: 0;
	left: auto !important;
}

.zce-itme:nth-child(2n) .title {
	text-align: right;
	padding-right: 0.15rem;
	padding-left: 0;
}

.zce-itme:nth-child(2n) .title::before {
	content: '';
	position: absolute;
	width: 0.05rem;
	height: 0.05rem;
	background: #fff;
	border-radius: 50%;
	z-index: 9;
	left: 100% !important;
	bottom: -0.02rem;

}

.zce-itme:nth-child(1) {
	top: 1.05rem;
	left: 1rem;
}

.zce-itme:nth-child(2) {
	top: 1.05rem;
	right: 1rem;
}

.zce-itme:nth-child(3) {
	top: 3.05rem;
	left: -0.55rem;
}

.zce-itme:nth-child(4) {
	top: 3.05rem;
	right: -0.55rem;
}

.zce-itme:nth-child(5) {
	top: 5.05rem;
	left: -0.45rem;
}

.zce-itme:nth-child(6) {
	top: 5.05rem;
	right: -0.45rem;
}

.zce-itme:nth-child(7) {
	top: 6.8rem;
	left: 1.2rem;
}

.zce-itme:nth-child(8) {
	top: 6.8rem;
	right: 1.2rem;
}


.center-img {
	position: absolute;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	object-fit: cover;
	top: 50.2%;
	left: 50.2%;
	transform: translate(-50%, -50%);
}

.guang-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.guang-box .guang {
	width: 100%;
	height: 100%;
}

.section-6 {
	padding-top: 0.8rem;
}

.section-6 .type--textbox {
	backdrop-filter: blur(10px) !important;
	background: rgba(216, 216, 216, 0.1) !important;
}

.section-6 .type-item {
    white-space: nowrap;
	color: #fff !important;
}

.yewu-swiper .swiper-slide {
	position: relative;
}

.yewu-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.yewu-swiper .swiper-slide .info {
	position: absolute;
	top: 2.1rem;
	left: 1.2rem;
	    padding: 0.2rem;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem;
}

.yewu-swiper .swiper-slide .info * {
	color: #fff;
}

.yewu-swiper .swiper-slide .info .title {
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
}

.yewu-swiper .swiper-slide .info .desc {
	width: 5rem;
	font-size: 0.16rem;
	line-height: 1.6;
}

.yewu-swiper .swiper-slide .info a {
	width: 1.12rem;
	height: 0.36rem;
	background: #5D8C2A;
	border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.65rem;
}

.el-carousel__item h3 {
	color: #475669;
	font-size: 14px;
	opacity: 0.75;
	line-height: 200px;
	margin: 0;
}

.el-carousel__item:nth-child(2n) {
	background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
	background-color: #d3dce6;
}

.footerSwiper .swiper-slide {
	/* width: 5rem; */
	text-align: center;
	background: #fff;
	/* transition: 300ms; */
	/*transform: scale(0.8) !important;*/
	
	
	
	
	
	
	
}

.footerSwiper .swiper-slide .imgbox-fswiper {
	width: 100%;
	/*height: 4.2rem;*/
	height: 5.2rem;
	display: flex;
	align-items: center;
}

.footerSwiper .swiper-slide .imgbox-fswiper img {
	width: 100%;
	height: 4.2rem;
	object-fit: cover;
}



.footerSwiper .swiper-slide-active .imgbox-fswiper img{
    height: 5.2rem;
}



.fswiper-info {
	display: none;
}

.footerSwiper .swiper-slide-active .fswiper-info {
	display: block !important;
}

.fswiper-info .fs-title {
	color: #221814;
	font-size: 0.36rem;
	padding-top: 0.3rem;
}

.fswiper-info .fs-desc {
	color: #221814;
	font-size: 0.18rem;
	padding-top: 0.2rem;
}

.section-7 {
	padding: 1rem 0 1rem 0;
}

.footer-swiper-box {
	position: relative;
}

.footerSwiper {
	width: 17rem;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}








/*.footerSwiper .swiper-slide img{*/
/*    width: 6.78rem !important;*/
/*}*/

/*.footerSwiper .swiper-slide-active img{*/
/*    width: 8.4rem !important;*/
/*}*/










.footerSwiper .swiper-slide-active {
	/*transform: scale(1) !important;*/
	z-index: 9;
}

.footerSwiper .swiper-slide-active .imgbox-fswiper{
    width: 8.4rem;
    height: 5.2rem;
    transform: translateX(-1.3rem);
}









.footer-swiper-box .swiper-button-prev::after,
.footer-swiper-box .swiper-button-next::after {
	color: #8B8B8B !important;
}

.footer-swiper-box .swiper-button-prev {
	left: 0.45rem !important;
	top: 40% !important;
}

.footer-swiper-box .swiper-button-next {
	right: 0.45rem !important;
	top: 40% !important;
}

.footer-swiper-box .swiper-button-prev:hover::after {
	color: #5D8C2A !important;
}

.footer-swiper-box .swiper-button-next:hover::after {
	color: #5D8C2A !important;
}