.indexA-kelin {
  padding: 80px 0;
  position: relative;
  background: #f8f8f8;
}



@media screen and (min-width:1280px) {
  .indexA-kelin .wp {width: 1200px;}
}

.index-kelin-tit{text-align:center;}
.index-kelin-tit h3{font-size:33px;height:40px;line-height:40px;color:#2e2e2e;text-transform:uppercase;position:relative;display:inline-block;}
.index-kelin-tit h3::before{content:'';width:3px;height:28px;background:#306C4A;display:inline-block;margin-right:35px;}
.index-kelin-tit h3::after{content:'';width:3px;height:28px;background:#306C4A;display:inline-block;margin-left:35px;}
.indexA-kelin .index-kelin-tit {
  width: 590px;
  text-align: center;
  padding: 10px 0;
}

.indexA-kelin .list {
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/70263/537/ae95d9e59cc42d12e9586b5ddf3e6d01/ditu1.jpg) no-repeat right center;
  padding: 0 100px 0 0;
  height: 500px;
  position: relative;
}
.indexA-kelin1 .list {
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/537/upload/ad2/11795dde7dcf7f78c68aa4218ffe1a550bfa80b103ff92f3f699251f41f45997.png) no-repeat right center;
}
.indexA-kelin .swiper-slide {
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.indexA-kelin .swiper-slide .pic {
  width: 480px;
}
.indexA-kelin .swiper-slide .pic img {
  width: 100%;
}
.indexA-kelin .swiper-slide ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.indexA-kelin .swiper-slide ul li {
  width: 280px;
  margin-right: 30px;
}

.indexA-kelin .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 390px;
  border-bottom: 2px solid #d2d2d2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.indexA-kelin .swiper-pagination-bullet {
  -webkit-flex: 1;
  flex: 1;
  width: auto;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-family: Arial;
  border-radius: 0;
  color: #666;
  opacity: 1;
  background: none;
  position: relative;
}
.indexA-kelin .swiper-pagination-bullet::after {
  display: none;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--swiper-pag-color-active);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.indexA-kelin .swiper-pagination-bullet-active {
  color: var(--swiper-pag-color-active);
  background: none;
}
.indexA-kelin .swiper-pagination-bullet-active::after {
  display: block;
}

@media screen and (max-width: 991px) {
  .index-kelin-tit h3{font-size:30px;height:36px;line-height:36px;}
  .index-kelin-tit h3::before{width:2px;height:22px;margin-right:30px;}
  .index-kelin-tit h3::after{width:2px;height:22px;margin-left:30px;}

  .indexA-kelin {
    padding: 30px 0;
  }
  .indexA-kelin .index-kelin-tit {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .indexA-kelin .list {
    background: none;
    padding: 0;
    height: auto;
  }
  .indexA-kelin .list .swiper {
    margin: 20px 0 0;
  }
  .indexA-kelin .swiper-slide {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .indexA-kelin .swiper-slide ul {
    margin-top: 15px;
  }
  .indexA-kelin .swiper-slide ul li {
    width: 48%;
    margin-right: 0;
  }

  .indexA-kelin .swiper-pagination {
    position: static;
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width:480px) {
  .index-kelin-tit h3{font-size:24px;height:30px;line-height:30px;}
  .index-kelin-tit h3::before{width:2px;height:18px;margin-right:30px;}
  .index-kelin-tit h3::after{width:2px;height:18px;margin-left:30px;}

  .indexA-kelin .swiper-slide .pic{width:100%;}
}    
                    
                    
