.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;
  background: url(../img/jiegou/bj.png) no-repeat 40% 100%;
}
.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 {
  margin-top: 50px;
  background: var(--z-bj) center;
  height: 534px;
  background-size: 100% 100%;
}
.set1 .set1-con .list-r .strt-wrap {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  height: 800px;
}
.set1 .set1-con .list-r .strt-wrap .strt {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
.set1 .set1-con .list-r .strt-wrap .strt-part {
  text-align: center;
  position: relative;
  float: left;
  display: inline-block;
  width: 20%;
}
.set1 .set1-con .list-r .strt-wrap .line-h {
  height: 1px;
  display: block;
  background: #ccc;
  position: absolute;
  top: 0;
  font-size: 0;
}
.set1 .set1-con .list-r .strt-wrap .line-h-l {
  width: 50%;
  left: 0;
}
.set1 .set1-con .list-r .strt-wrap .line-h-c {
  width: 100%;
  left: 0;
}
.set1 .set1-con .list-r .strt-wrap .line-h-r {
  width: 50%;
  right: 0;
}
.set1 .set1-con .list-r .strt-wrap .strt-block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.set1 .set1-con .list-r .strt-wrap .lev3 {
  display: flex;
}
.set1 .set1-con .list-r .strt-wrap .lev3 li {
  width: 43px;
}
.set1 .set1-con .list-r .strt-wrap .strt-main {
  clear: both;
  width: 100%;
  padding-top: 30px;
}
.set1 .set1-con .list-r .strt-wrap .strt-mainl {
  float: left;
  text-align: left;
  background-color: #f7f7f7;
  width: 16%;
  color: #333;
  margin: 0 1%;
  padding: 1%;
}
.set1 .set1-con .list-r .strt-wrap .strt-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.set1 .set1-con .list-r .strt-wrap .strt-list li {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.set1 .set1-con .list-r .strt-wrap .line-v {
  position: relative;
  height: 60px;
}
.set1 .set1-con .list-r .strt-wrap .line-v span {
  display: block;
  background: #ccc;
  position: absolute;
  top: 0;
  font-size: 0;
  line-height: 1px;
  width: 1px;
  height: 60px;
  left: 50%;
}
