.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .banner-bj {
  background: var(--banner-bj);
  height: 300px;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  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: 40px;
}
.set1 .set1-top {
  align-items: end;
  margin: 0;
  padding-left: 15px;
}
.set1 .set1-top .tit {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  padding-right: 20px;
}
.set1 .set1-top .eng {
  font-size: 18px;
  font-weight: bold;
  color: var(--s-tit-co);
}
.set1 .set1-top .eng::after {
  content: '';
  display: inline-block;
  height: 17px;
  border-left: 2px solid #7d7c7c;
  margin: 0 15px;
}
.set1 .set1-top .more {
  font-size: 18px;
  color: #7d7c7c;
  font-family: 思源黑体 CN;
}
.set1 .set1-con {
  margin: 0;
  padding-top: 40px;
}
.set1 .set1-con .banner-tips-box {
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding: 15px;
  bottom: 0px;
  position: absolute;
}
.set1 .set1-con .banner-tips-box .tip-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.set1 .set1-con .banner-tips-box .tip-title {
  color: #00DFB9;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.set1 .set1-con .banner-tips-box .tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: hidden;
  margin-left: 10px;
}
.set1 .set1-con .banner-tips-box .tip-list .tip-item {
  font-size: 14px;
  color: white;
  margin: 10px;
  white-space: nowrap;
  animation: mover 8s linear infinite;
}
.set1 .set1-con .banner-tips-box .tip-list .tip-item a {
  color: #fff;
  text-decoration: none;
}
@keyframes mover {
  0% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.set1 .set1-con .swiper img {
  width: 600px;
  height: 360px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .set1 .set1-con .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.set1 .set1-con .set1-r .title {
  font-weight: bold;
  color: var(--s-set1-r-tit);
  font-size: 22px;
  text-decoration: none;
}
.set1 .set1-con .set1-r p {
  font-size: 16px;
  color: #666666;
  margin: 44px 0 40px 0;
}
.set1 .set1-con .set1-r .line {
  width: 100%;
  border: 1px solid #95938f;
}
.set1 .set1-con .set1-r .item ul .list {
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}
.set1 .set1-con .set1-r .item ul .list a {
  width: 80%;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.set1 .set1-con .set1-r .item ul .list a:hover {
  color: var(--s-list-hover);
}
.set1 .set1-con .set1-r .item ul .list span {
  color: #cccccc;
  font-size: 16px;
}
.set1 .set1-con .set1-r .item ul .list a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
}
.set2 {
  padding: 50px 0;
  background: var(--s-gg-banner);
}
.set2 .set2-top {
  align-items: end;
  margin: 0;
  padding-left: 15px;
}
.set2 .set2-top .tit {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  padding-right: 20px;
}
.set2 .set2-top .eng {
  font-size: 18px;
  font-weight: bold;
  color: var(--s-set1-r-tit);
}
.set2 .set2-top .eng::after {
  content: '';
  display: inline-block;
  height: 17px;
  border-left: 2px solid #7d7c7c;
  margin: 0 15px;
}
.set2 .set2-con {
  margin: 0;
  padding: 50px 0 44px 0;
}
.set2 .set2-con .list {
  padding: 10px 30px;
  border-radius: 15px;
  border: 2px solid #7d7c7c;
  background-color: #fff;
}
.set2 .set2-con .list .tit-t {
  font-weight: bold;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
}
.set2 .set2-con .list .tit-img1::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 27px;
  background: var(--s-gg-ico1);
  margin-right: 5px;
}
.set2 .set2-con .list .tit-img2::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 27px;
  background: var(--s-gg-ico2);
  margin-right: 5px;
}
.set2 .set2-con .list .tit-img3::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 27px;
  background: var(--s-gg-ico3);
  margin-right: 5px;
}
.set2 .set2-con .list .line {
  width: 100%;
  height: 1px;
  border: 1px solid #999999;
}
.set2 .set2-con .list .tit-c {
  font-size: 16px;
  color: #262626;
  padding-top: 15px;
  line-height: 30px;
  font-weight: bold;
}
.set2 .set2-con .list p {
  font-size: 14px;
  color: #666666;
  margin: 20px 0 18px 0;
}
.set2 .set2-con .list .more {
  font-size: 14px;
  color: var(--s-gg-more);
  font-family: '思源黑体 CN';
}
@media (max-width: 1200px) {
  .set2 .set2-con .list {
    margin: 10px 0;
  }
}
.set2 .set2-con .list:hover {
  border: 2px solid var(--s-list-hover);
}
.set3 .set3-top {
  align-items: end;
  margin: 0;
  padding-top: 50px;
}
.set3 .set3-top .tit {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  padding-right: 20px;
}
.set3 .set3-top .eng {
  font-size: 18px;
  font-weight: bold;
  color: var(--s-tit-co);
}
.set3 .set3-top .eng::after {
  content: '';
  display: inline-block;
  height: 17px;
  border-left: 2px solid #7d7c7c;
  margin: 0 15px;
}
.set3 .set3-top .more {
  font-size: 18px;
  color: #7d7c7c;
  font-family: 思源黑体 CN;
}
.set3 .list3 {
  display: flex;
  margin: auto;
  padding: 30px 0;
}
.set3 .list3 .list3-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  width: 350px;
  background-color: #fee5e2;
  padding: 33px 0;
  /* 激活状态的导航图标下的未激活图片样式 */
  /* 激活状态的导航图标下的激活图片样式 */
}
.set3 .list3 .list3-nav .nav-icon {
  margin: 5px 20px;
  cursor: pointer;
  color: #262626;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 7px;
  border-radius: 10px;
  font-size: 18px;
  padding: 17px;
}
.set3 .list3 .list3-nav .nav-icon img {
  width: 31px;
  height: 31px;
}
.set3 .list3 .list3-nav .active {
  color: #fff;
  background-color: #880c0b;
  font-weight: bold;
}
.set3 .list3 .list3-nav .nav-icon img.active {
  display: none;
}
.set3 .list3 .list3-nav .nav-icon.active img.inactive {
  display: none;
}
.set3 .list3 .list3-nav .nav-icon.active img.active {
  display: block;
}
.set3 .list3 .list3-slider {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: end;
}
.set3 .list3 .list3-slider .slide {
  width: 100%;
  display: none;
  align-items: end;
}
.set3 .list3 .list3-slider .slide img {
  flex: 1;
  width: 420px;
  height: 352px;
  object-fit: cover;
}
.set3 .list3 .list3-slider .slide .slide-content {
  flex: 1;
  padding: 30px;
  background-color: #880c0b;
}
.set3 .list3 .list3-slider .slide .slide-content h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.set3 .list3 .list3-slider .slide .slide-content p {
  padding: 57px 0 76px 0;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.set3 .list3 .list3-slider .slide .slide-content .anymore a {
  color: #fff;
}
.set3 .list3 .list3-slider .active {
  display: flex;
}
.set4 {
  background: var(--set4-bj);
}
@media (max-width: 768px) {
  .set4 {
    background: none;
  }
}
.set4 .set4-top {
  align-items: end;
  margin: 0;
  padding-top: 50px;
}
@media (max-width: 990px) {
  .set4 .set4-top {
    padding-top: 0;
    padding: 10px;
  }
}
.set4 .set4-top .tit {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  padding-right: 20px;
}
.set4 .set4-top .eng {
  font-size: 18px;
  font-weight: bold;
  color: var(--s-tit-co);
}
.set4 .set4-top .eng::after {
  content: '';
  display: inline-block;
  height: 17px;
  border-left: 2px solid #7d7c7c;
  margin: 0 15px;
}
.set4 .set4-top .more {
  font-size: 18px;
  color: #7d7c7c;
  font-family: 思源黑体 CN;
}
.set4 .mySwiper4 {
  padding: 30px 0;
}
.set4 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.set4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.set4 .swiper-slide a {
  position: relative;
}
.set4 .swiper-slide a img {
  width: 281px;
  height: 276px;
  object-fit: cover;
}
.set4 .swiper-slide a .tc-des {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 120px);
}
.set4 .swiper-slide a .tc-des .name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.set4 .swiper-slide a .tc-des .des {
  font-size: 14px;
  color: #fff;
}
.set4 .swiper-slide a .mask2 {
  height: 60px;
  width: 100%;
  position: absolute;
  background-image: var(--s-zj-mask);
  bottom: 0px;
}
.set5 {
  background: var(--set5-bj);
}
.set5 .set5-top {
  align-items: end;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 990px) {
  .set5 .set5-top {
    padding-top: 0;
    padding: 10px;
  }
}
.set5 .set5-top .tit {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  padding-right: 20px;
}
.set5 .set5-top .eng {
  font-size: 18px;
  font-weight: bold;
  color: var(--s-tit-co);
}
.set5 .set5-top .eng::after {
  content: '';
  display: inline-block;
  height: 17px;
  border-left: 2px solid #7d7c7c;
  margin: 0 15px;
}
.set5 .set5-top .more {
  font-size: 18px;
  color: #7d7c7c;
  font-family: 思源黑体 CN;
}
.set5 .set5-con {
  margin: 0;
  padding: 30px 0;
}
.set5 .set5-con .set5-list {
  background-color: #fff;
  border-radius: 5px;
}
.set5 .set5-con .set5-list img {
  width: 270px;
  height: 167px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1200px) {
  .set5 .set5-con .set5-list img {
    width: 100%;
    height: 100%;
  }
}
.set5 .set5-con .set5-list .set5-c {
  padding: 30px 20px;
  box-shadow: 3px 3px 3px 3px rgba(46, 46, 46, 0.1);
}
.set5 .set5-con .set5-list .set5-c .set5-tit a {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
}
.set5 .set5-con .set5-list .set5-c p {
  color: #262626;
  font-size: 14px;
  margin: 23px 0 28px 0;
}
.set5 .set5-con .set5-list .set5-c a {
  color: #262626;
  font-size: 14px;
}
.set5 .set5-con .set5-list:hover {
  background-color: var(--s-zk-bj-s);
}
.set5 .set5-con .set5-list:hover .set5-c .set5-tit {
  color: #fff;
}
.set5 .set5-con .set5-list:hover .set5-c p {
  color: #fff;
}
.set5 .set5-con .set5-list:hover .set5-c a {
  color: #fff;
}
@media (max-width: 1200px) {
  .set5 .set5-con .set5-list {
    margin: 10px 0;
  }
}
