.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
  left: 50px;
}
@media (max-width: 768px) {
  .banner .swiper-horizontal > .swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .banner .swiper-pagination-custom,
  .banner .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
  }
}
.banner .swiper-pagination-bullet {
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.set1 {
  padding-top: 80px;
}
.set1 .set1-con {
  margin: 0;
  justify-content: space-between;
}
.set1 .set1-con .bread {
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 36px;
}
.set1 .set1-con .bread .type-name {
  display: inline-block;
}
.set1 .set1-con .bread .type-name a {
  font: 400 14px/24px;
  color: #222222;
}
.set1 .set1-con .bread .type-name:nth-child(2) + .type-name:before {
  content: ">\00a0";
}
.set1 .set1-con .bread .type-name:nth-child(3) + .type-name:before {
  content: ">\00a0";
}
.set1 .set1-con .bread .type-name:nth-child(4) + .type-name:before {
  content: ">\00a0";
}
.set1 .set1-con .bread .type-name:last-child a {
  font: 400 14px/24px;
  color: var(--s-tit-co);
}
.set1 .set1-con .bread .type-name:hover a {
  font: 400 14px/24px;
  color: var(--s-tit-co);
}
.set1 .set1-con .list-f {
  padding-right: 30px;
}
@media (max-width: 990px) {
  .set1 .set1-con .list-f {
    padding-right: 0;
  }
}
.set1 .set1-con .list-f .box {
  background: url(../img/jianjie/bj1.png) no-repeat;
  background-position: 100% 100%;
  box-shadow: 3px 3px 3px 3px #f0f0f0;
  border-radius: 0 0 5px 5px;
}
.set1 .set1-con .list-f .box .tit {
  border-radius: 5px 5px 0 0;
  background-color: var(--s-tit-co);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  text-align: center;
}
.set1 .set1-con .list-f .box ul {
  padding: 26px 0 45px 0;
}
.set1 .set1-con .list-f .box ul li {
  height: 63px;
  padding: 19px 0 26px 0;
  display: flex;
  justify-content: center;
}
.set1 .set1-con .list-f .box ul li a {
  font-size: 18px;
  color: #707070;
}
.set1 .set1-con .list-f .box ul li:hover {
  background-color: rgba(234, 240, 238, 0.5);
  border-left: 6px solid var(--s-tit-co);
}
.set1 .set1-con .list-f .box ul li:hover a {
  color: var(--s-tit-co);
  font-weight: bold;
}
.set1 .set1-con .list-f .zx-f {
  background-color: #40c2c0;
  padding: 30px;
  text-align: center;
  font-size: 28px;
  margin: 24px 0 14px 0;
}
.set1 .set1-con .list-f .zx-f a {
  color: #fff;
}
.set1 .set1-con .list-f .zx-f a .lx-f {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 23px;
}
.set1 .set1-con .list-f .zx-f a .lx-f .eng {
  font-size: 10px;
  text-align: center;
}
.set1 .set1-con .list-f .tel-f {
  background-color: var(--s-tit-co);
  padding: 35px 25px 25px 25px;
  text-align: center;
  color: #fff;
}
.set1 .set1-con .list-f .tel-f .lx-f {
  display: flex;
  justify-content: center;
  align-content: center;
}
.set1 .set1-con .list-f .tel-f .lx-f .tel-tit {
  font-size: 23px;
}
.set1 .set1-con .list-f .tel-f .lx-f .tel-tit .eng {
  font-size: 12px;
  text-align: center;
}
.set1 .set1-con .list-f .tel-f .tel-iphone {
  font-size: 28px;
  padding-top: 5px;
}
.set1 .set1-con .list-r .rcdw {
  margin: 30px auto 15px auto;
  width: 100%;
  float: left;
}
.set1 .set1-con .list-r .rcdw .rcdw_tab {
  margin-bottom: 30px;
}
.set1 .set1-con .list-r .rcdw .hd {
  height: 48px;
  position: relative;
}
.set1 .set1-con .list-r .rcdw .hd ul {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  zoom: 1;
}
.set1 .set1-con .list-r .rcdw .hd ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 20px;
}
.set1 .set1-con .list-r .rcdw .hd ul li a {
  display: inline-block;
  padding: 10px;
  color: #707070;
}
.set1 .set1-con .list-r .rcdw .hd ul li:hover {
  background-color: var(--s-tit-co);
}
.set1 .set1-con .list-r .rcdw .hd ul li:hover a {
  color: #fff;
}
.set1 .set1-con .list-r .conWrap {
  margin: 0;
  padding-top: 50px;
}
.set1 .set1-con .list-r .conWrap .con {
  position: relative;
  width: 238px;
}
@media (max-width: 990px) {
  .set1 .set1-con .list-r .conWrap .con {
    margin: 10px auto;
  }
}
.set1 .set1-con .list-r .conWrap .con img {
  width: 238px;
  height: 275px;
  object-fit: cover;
}
.set1 .set1-con .list-r .conWrap .con .tc-des {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 120px);
  padding: 10px;
}
.set1 .set1-con .list-r .conWrap .con .tc-des .name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.set1 .set1-con .list-r .conWrap .con .tc-des .des {
  font-size: 14px;
  color: #fff;
}
.set1 .set1-con .list-r .conWrap .con .mask2 {
  height: 60px;
  width: 100%;
  position: absolute;
  background-image: var(--s-zj-mask);
  bottom: 0px;
}
.set1 .set1-con .list-r ::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.set1 .set1-con .list-r ::-webkit-scrollbar-track,
.set1 .set1-con .list-r ::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 3px solid transparent;
}
.set1 .set1-con .list-r ::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) inset;
}
.set1 .set1-con .list-r ::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px var(--zj-line) inset;
}
.set1 .set1-con .list-r ::-webkit-scrollbar-corner {
  background: transparent;
}
