.banner {
  width: 100%;
  height: 736px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.top img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top img.l {
  left: 0;
}
.top img.r {
  right: 0;
}
.top img.m {
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
.top .tit {
  color: #015293;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

body {
  --swiper-navigation-size: 20px;
  --swiper-navigation-color: #015293;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(173, 173, 173, 0.25);
  border-radius: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #015293;
  color: #ffffff;
}

.more {
  margin: 50px auto 0;
  width: 178px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #015293;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #015293;
}
.more:hover {
  background: #015293;
  color: #fff !important;
}

.wrap1 {
  background-color: #f9fcff;
  padding-bottom: 50px;
  position: relative;
}
.wrap1 .cont {
  background: #ffffff;
  padding: 30px;
}
.wrap1 .cont .l {
  width: 650px;
}
.wrap1 .cont .l video {
  width: 100%;
  height: 433px;
}
.wrap1 .cont .l .info {
  color: #575757;
  width: 100%;
  margin-top: 20px;
}
.wrap1 .cont .l a {
  display: block;
  width: 124px;
  height: 42px;
  background: #015293;
  margin-top: 20px;
  text-align: center;
  line-height: 42px;
  color: #fff !important;
}
.wrap1 .cont .r img {
  width: 650px;
  height: 488px;
}
.wrap1 .steps {
  margin: 60px 0;
  border-top: 1px solid #bacee9;
  width: 1400px;
}
.wrap1 .steps .line {
  width: 140px;
  height: 2px;
  background-color: #015293;
  position: absolute;
  left: 315px;
  bottom: 437px;
  z-index: 1;
  transition: all 0.5s;
}
.wrap1 .steps .pa {
  position: absolute;
  z-index: 2;
  margin-top: -12px;
  width: 1400px;
  padding: 0 118px;
}
.wrap1 .steps .pa .step {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c3e1ff;
  position: relative;
  transition: all 0.5s;
}
.wrap1 .steps .pa .step.active {
  border-color: #015293;
}
.wrap1 .steps .pa .step.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #015293;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap1 .list {
  padding: 0 20px;
}
.wrap1 .list .item {
  width: 220px;
  height: 239px;
  background: linear-gradient(180deg, #ffffff 67%, rgba(239, 248, 255, 0.83) 100%);
  box-shadow: 0px 4px 16px 0px rgba(173, 173, 173, 0.25);
  border: 2px solid #ffffff;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap1 .list .item .t {
  margin-top: 30px;
}
.wrap1 .list .item a {
  width: 88px;
  height: 32px;
  background: #015293;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  color: #fff !important;
  margin-top: 20px;
  display: none;
}
.wrap1 .list .item img {
  width: 90px;
  height: 90px;
}
.wrap1 .list .item:hover {
  transform: scale(1.2);
}
.wrap1 .list .item:hover a {
  display: block;
}

.wrap2 {
  padding-bottom: 50px;
  background: url("../images/bg9.png") no-repeat;
  background-size: auto 100%;
}
.wrap2 .cont {
  width: 100%;
  height: 933px;
  position: relative;
}
.wrap2 .cont .bg {
  width: 100%;
  height: 100%;
}
.wrap2 .cont .sw {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.wrap2 .cont .sw .swiper {
  width: 1188px;
  height: 100%;
}
.wrap2 .cont .sw .swiper .swiper-slide {
  width: 200px;
  height: 133px;
  cursor: pointer;
}
.wrap2 .cont .sw .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.wrap3 {
  padding-bottom: 50px;
}
.wrap3 .swiper {
  width: 100%;
  height: 480px;
}
.wrap3 .swiper .swiper-slide {
  position: relative;
}
.wrap3 .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.wrap3 .swiper .swiper-slide a .t {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 26px 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.wrap3 .swiper .swiper-slide a .t .iconfont {
  margin-right: 12px;
  font-size: 30px;
  vertical-align: bottom;
}

.wrap4 .el-carousel .el-carousel__container {
  height: 466px !important;
}
.wrap4 .el-carousel .el-carousel__container .el-carousel__arrow {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
}
.wrap4 .el-carousel .el-carousel__container .el-carousel__arrow:hover {
  background-color: #015293;
}
.wrap4 .el-carousel .el-carousel__container .el-carousel__arrow:hover i {
  color: #fff;
}
.wrap4 .el-carousel .el-carousel__container .el-carousel__arrow i {
  color: #015293;
  font-size: 26px;
}
.wrap4 .el-carousel .el-carousel__container a {
  position: relative;
  color: #fff !important;
  font-size: 0;
}
.wrap4 .el-carousel .el-carousel__container a .t {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 26px 0;
  text-align: center;
  font-size: 20px;
}
.wrap4 .el-carousel img {
  width: 100%;
  height: 100%;
}

.wrap5 {
  margin-bottom: 50px;
}
.wrap5 .swiper {
  height: 780px;
}
.wrap5 .swiper .swiper-slide {
  width: 450px;
  height: 778px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(199, 199, 199, 0.25);
}
.wrap5 .swiper .swiper-slide a {
  font-size: 0;
}
.wrap5 .swiper .swiper-slide a img {
  width: 100%;
  height: 675px;
}
.wrap5 .swiper .swiper-slide .info {
  padding: 20px;
}
.wrap5 .swiper .swiper-slide .info .t {
  font-weight: bold;
  font-size: 16px;
}
.wrap5 .swiper .swiper-slide .info .itr {
  font-size: 14px;
  margin-top: 10px;
  color: #999999;
}

@media (max-width: 1420px) {
  .top img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
  }
  .top img.l {
    left: 0;
  }
  .top img.r {
    right: 0;
  }
  .top img.m {
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 200px;
  }
  .wrap1 .cont .l {
    width: 550px;
  }
  .wrap1 .cont .l video {
    height: 366px;
  }
  .wrap1 .cont .r img {
    width: 550px;
    height: 413px;
  }
  .wrap1 .steps {
    width: 1200px;
  }
  .wrap1 .steps .pa {
    width: 1200px;
    padding: 0 108px;
  }
  .wrap1 .steps .line {
    bottom: 415px;
    left: 142.5px;
  }
  .wrap1 .list .item {
    width: 200px;
    height: 217px;
  }
  .wrap1 .list .item .t {
    font-size: 14px;
  }
  .wrap2 .cont {
    height: 800px;
  }
  .wrap2 .cont .sw .swiper {
    width: 990px;
  }
  .wrap2 .cont .sw .swiper .swiper-slide {
    height: 116px;
  }
  .wrap3 .swiper {
    height: 405px;
  }
  .wrap4 .el-carousel .el-carousel__container {
    height: 399px !important;
  }
  .wrap5 .swiper .swiper-slide {
    height: 407px;
  }
  .wrap5 .swiper .swiper-slide a img {
    height: 288px;
  }
}
