.qili-aframe2 {
  overflow: hidden;
  padding:clamp(30px, 5.208vw, 100px) 0;
  position: relative;
  background: #f8f8f8;
}

.qili-aframe2 .main-href a {
	display: inline-block;
	margin: 30px 0;
	/* background: var(--color-primary); */
	color: var(--color-primary);
	font-size: clamp(14px, 0.83vw, 16px);
	cursor: pointer;
	border-radius: 0;
	font-family: var(--title-font-family);
	border-bottom: 1px solid #006432;
}

.positon{
        position: relative;
}
.n-titp{
        position: absolute;
        left: 0;
        top: -35px;
        font-family: var(--title-font-family);
        font-size: clamp(66px, 6.15vw, 118px);
        line-height: 110px;
        color: #fff;
        text-shadow: 1px 1px 0 #ebeef0, -1px 1px 0 #ebeef0, 1px -1px 0 #ebeef0, -1px -1px 0 #ebeef0;
        z-index: 0;
}
.n-tit h2::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.qili-aframe2 h2 {
  font-size: clamp(24px, 2.04vw, 39px);
  color: #000;
  line-height: 2;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.qili-aframe2 p{font-size:clamp(14px, 0.94vw, 18px);line-height: 1.7;color:#333}
.qili-aframe2 .list {
  overflow: hidden;
  position: relative;
}

.qili-aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.qili-aframe2 .list .swiper-slide img {
  width: 100%;
}

.qili-aframe2 .list .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qili-aframe2 .list .btn:after {
  font-size: 16px;
  color: #fff;
}

.qili-aframe2 .list .btn-prev {
  left: 0;
}

.qili-aframe2 .list .btn-prev i {
  transform: rotate(180deg)
}

.qili-aframe2 .list .btn-next {
  right: 0;
}

@media(max-width:991px){
  .qili-aframe2 h2{line-height: 40px;}
      .n-titp {
        max-width: 100%;
        overflow: hidden;
        top: -20px;
        line-height: 79px;
        text-align: left;
    }
}