.banner {
  font-size: 0;
  position: relative;
  display: block;
}

.Dtitle, .wrap3 .title, .wrap2 .title, .wrap1 .title {
  position: relative;
  padding: 50px;
}
.Dtitle .zhtitle, .wrap3 .title .zhtitle, .wrap2 .title .zhtitle, .wrap1 .title .zhtitle {
  font-size: 28px;
  font-weight: Bold;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Dtitle .entitle, .wrap3 .title .entitle, .wrap2 .title .entitle, .wrap1 .title .entitle {
  font-size: 40px;
  color: #f9f7f2;
}

.wrap1 .swiper_wrap .swiper {
  width: 100%;
  padding-bottom: 20px;
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: #015293;
}
.wrap1 .swiper_wrap .swiper .swiper-button-disabled {
  color: #e1e0e0;
}
.wrap1 .swiper_wrap .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.wrap1 .swiper_wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  opacity: 1;
  border-radius: 50%;
}
.wrap1 .swiper_wrap .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  height: 4px;
  border-radius: 10px;
  background-color: #005dff;
}
.wrap1 .swiper_wrap .swiper .swiper-button-prev {
  left: 0;
}
.wrap1 .swiper_wrap .swiper .swiper-button-next {
  right: 0;
}
.wrap1 .swiper_wrap .swiper .swiper-slide {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.wrap1 .swiper_wrap .swiper .swiper-slide a {
  font-size: 0;
}
.wrap1 .swiper_wrap .swiper .swiper-slide img {
  width: 321px;
}

.wrap2 .slideTxtBox .bd {
  margin-top: 30px;
}
.wrap2 .slideTxtBox .bd ul li a {
  display: block;
  width: 179px;
  height: 150px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wrap2 .slideTxtBox .bd ul li a:hover {
  border: 1px solid #015293;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.25);
}
.wrap2 .slideTxtBox .bd ul li a img {
  width: 46px;
  height: 46px;
}
.wrap2 .slideTxtBox .bd ul li a .c {
  margin-top: 12px;
}
.wrap2 .slideTxtBox .bd ul li.hot a::after {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  background: url("../images/icon12.png") no-repeat;
  right: -20px;
  top: -36px;
}
.wrap2 .slideTxtBox .hd ul {
  display: flex;
  justify-content: center;
}
.wrap2 .slideTxtBox .hd ul li {
  margin: 0 87px;
  font-size: 20px;
  position: relative;
}
.wrap2 .slideTxtBox .hd ul li.on {
  color: #015293;
}
.wrap2 .slideTxtBox .hd ul li.on::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #015293;
}
.wrap2 .slideTxtBox .hd ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #015293;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}
.wrap2 .hot-wrap {
  margin-top: 50px;
}
.wrap2 .hot-wrap .l .tit {
  font-size: 24px;
}
.wrap2 .hot-wrap .l .links {
  margin-top: 30px;
}
.wrap2 .hot-wrap .l .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 423px;
  height: 58px;
}
.wrap2 .hot-wrap .l .links a img {
  width: 24px;
  margin-right: 8px;
}
.wrap2 .hot-wrap .l .links a:nth-child(1) {
  background: #e5eefd;
  color: #015293;
}
.wrap2 .hot-wrap .l .links a:nth-child(1):hover {
  color: #015293 !important;
}
.wrap2 .hot-wrap .l .links a:nth-child(2) {
  background: #fdf3e9;
  color: #aa8568;
}
.wrap2 .hot-wrap .l .links a:nth-child(2):hover {
  color: #aa8568 !important;
}
.wrap2 .hot-wrap .l .links a:nth-child(3) {
  background: #d7dbf1;
  color: #778bfa;
}
.wrap2 .hot-wrap .l .links a:nth-child(3):hover {
  color: #778bfa !important;
}
.wrap2 .hot-wrap .r {
  margin-left: 90px;
}
.wrap2 .hot-wrap .r .tit {
  font-size: 24px;
}
.wrap2 .hot-wrap .r .swiper_wrap {
  margin-top: 30px;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper {
  width: 887px;
  padding-bottom: 20px;
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: #015293;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-button-disabled {
  color: #e1e0e0;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  opacity: 1;
  border-radius: 50%;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  height: 4px;
  border-radius: 10px;
  background-color: #005dff;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-button-prev {
  left: 0;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-button-next {
  right: 0;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide a {
  font-size: 0;
  text-align: center;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide a .c {
  font-size: 16px;
  margin-top: 13px;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide a:not(:nth-child(-n+5)) {
  margin-top: 40px;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide a:not(:nth-child(5n)) {
  margin-right: 101px;
}
.wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide img {
  width: 52px;
  height: 52px;
}

.wrap3 {
  margin-bottom: 50px;
}
.wrap3 .links a {
  display: flex;
  align-items: center;
  width: 268px;
  height: 80px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}
.wrap3 .links a:hover {
  border-color: #015293;
}
.wrap3 .links a:not(:nth-child(-n+5)) {
  margin-top: 20px;
}
.wrap3 .links a:not(:nth-child(5n)) {
  margin-right: 14px;
}
.wrap3 .links a img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

@media (max-width: 1420px) {
  .wrap1 .swiper_wrap .swiper .swiper-slide img {
    width: 270px;
  }
  .wrap2 .hot-wrap .r {
    margin-left: 0;
  }
  .wrap2 .hot-wrap .r .tit {
    padding-left: 40px;
  }
  .wrap2 .hot-wrap .r .swiper_wrap .swiper {
    width: 687px;
  }
  .wrap2 .hot-wrap .r .swiper_wrap .swiper .swiper-slide a:not(:nth-child(5n)) {
    margin-right: 50px;
  }
  .wrap3 .links a {
    width: 228px;
  }
}