.inside-banner {
  height: 624px;
}

.inside-banner .box .txt {
  margin-top: 99px;
  text-align: center;
}

.inside-banner .box .btn .getBtn {
  margin: auto;
  font-weight: 400;
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
}

.inside-banner .txtInfor .txt .bigTxt {
  margin-bottom: 16px;
}

.inside-banner .txtInfor .txt .smallTxt {
  margin-bottom: 40px;
}

.yuyuezixun {
  margin-top: -116px;
  position: relative;
  z-index: 1;
}

.yuyuezixun .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yuyuezixun .box .item {
  width: 400px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 32px;
  background-image: url("../image/ziyun_bg.png");
  box-shadow: 0px 16px 26px 0px rgba(191, 217, 255, 0.35);
  border-radius: 13px;
  transition: all .3s;
}

.yuyuezixun .box .item:first-child {
  margin-right: 48px;
}

.yuyuezixun .box .item .img {
  width: 58px;
  height: 58px;
}

.yuyuezixun .box .item .img .hover {
  display: none;
}

.yuyuezixun .box .item .text {
  padding-left: 38px;
  width: calc(100% - 58px);
}

.yuyuezixun .box .item .text .tit {
  font-weight: bold;
  font-size: 16px;
  color: #233863;
  line-height: 22px;
  margin-bottom: 4px;
}

.yuyuezixun .box .item .text .des {
  font-weight: 400;
  font-size: 12px;
  color: #6B7B9B;
  line-height: 17px;
}

.yuyuezixun .box .item .text .tel {
  font-family: "D-DINExp-Bold";
  margin-top: 8px;
  font-size: 28px;
  color: #233863;
  line-height: 30px;
}

.yuyuezixun .box .item .text .btn {
  margin-top: 12px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  background: #229AF4;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.yuyuezixun .box .item:hover {
  background: #229AF4;
  box-shadow: 0px 16px 26px 0px rgba(191, 217, 255, 0.5);
}

.yuyuezixun .box .item:hover .default {
  display: none;
}

.yuyuezixun .box .item:hover .hover {
  display: block;
}

.yuyuezixun .box .item:hover .text .tit {
  color: #ffffff;
}

.yuyuezixun .box .item:hover .text .des {
  color: #BFE3FF;
}

.yuyuezixun .box .item:hover .text .tel {
  color: #ffffff;
}

.yuyuezixun .box .item:hover .text .btn {
  background: #ffffff;
  color: #233863;
}

.title-01 {
  font-weight: 400;
  font-size: 48px;
  color: #233863;
  line-height: 67px;
  text-align: center;
}

.suppor {
  margin-top: 104px;
  margin-bottom: 104px;
}

.suppor .box {
  margin-top: 48px;
  padding: 0 56px;
}

.suppor .box .swiper-slide {
  float: left;
  margin-left: 24px;
}

.suppor .box .swiper-slide:first-child {
  margin-left: 0;
}

.suppor .box .item {
  width: 269px;
  height: 320px;
  padding: 56px 16px 24px;
  color: #2c2c2c;
  text-align: center;
  box-shadow: 0px 12px 24px 0px rgba(54, 147, 241, 0.2);
  border-radius: 16px;
}

.suppor .box .swiper-slide.slide1 .item {
  background-image: url("../image/sup_bg_01.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.suppor .box .swiper-slide.slide2 .item {
  background-image: url("../image/sup_bg_02.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.suppor .box .swiper-slide.slide3 .item {
  background-image: url("../image/sup_bg_03.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.suppor .box .swiper-slide.slide4 .item {
  background-image: url("../image/sup_bg_04.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.suppor .box .item .img {
  width: 64px;
  height: 64px;
  margin: auto;
}

.suppor .box .item .text {
  margin-top: 41px;
}

.suppor .box .item .text .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}

.suppor .box .item .text .des {
  height: 34px;
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.suppor .box .item .view {
  margin-top: 13px;
  font-weight: 500;
  font-size: 16px;
  color: #313131;
  line-height: 22px;
}

.suppor .box .item:nth-child(4) .view {
  margin-top: 31px;
}

.suppor .box .item .btn {
  width: 96px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #233863;
  line-height: 32px;
  margin: 21px auto 0;
  cursor: pointer;
}

.suppor .box .item .btn:hover,
.suppor .box .item .btn a:hover {
  color: #229AF4;
}

.partconpany {
  margin-top: 104px;
  padding-top: 104px;
  margin-bottom: 56px;
  position: relative;
}

.partconpany::before {
  content: '';
  position: absolute;
  background-image: url("../image/bg_016.png");
  background-size: cover;
  width: 100%;
  height: 900px;
  top: 0;
  z-index: -1;
}

.partconpany .box {
  margin: 56px -24px 0;
  padding: 0 56px;
}

.partconpany .box .item {
  width: 50%;
  padding: 0 24px;
  float: left;
  margin-bottom: 48px;
}

.partconpany .box .item .insideItem {
  height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 12px 24px 0px rgba(54, 147, 241, 0.1);
  border-radius: 16px;
  padding: 40px 40px 40px 32px;
  display: flex;
}

.partconpany .box .item .insideItem .img {
  width: 56px;
  height: 56px;
}

.partconpany .box .item .insideItem .text {
  padding-left: 20px;
  width: calc(100% - 56px);
}

.partconpany .box .item .insideItem .text .tit {
  font-weight: bold;
  font-size: 20px;
  color: #233863;
  line-height: 28px;
}

.partconpany .box .item .insideItem .text .des {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #233863;
  line-height: 20px;
}

.partconpany .box .item .insideItem .text .des .address {
  margin-top: 8px;
}

.partconpany .box .item:hover .insideItem {
  background-image: url("../image/map_bg.png");
  background-size: cover;
  box-shadow: 0px 12px 24px 0px rgba(54, 147, 241, 0.2);
}

.partconpany .partbg {
  position: absolute;
  background-size: cover;
  z-index: -1;
}

.partconpany .partbg.bg1 {
  background-image: url("../image/bg_025.png");
  width: 577px;
  height: 544px;
  top: 442px;
  right: 98px;
}

.partconpany .partbg.bg2 {
  background-image: url("../image/bg_034.png");
  width: 494px;
  height: 706px;
  top: 40%;
  left: 0;
}

.partconpany .partbg.bg3 {
  background-image: url("../image/bg_042.png");
  width: 264px;
  height: 474px;
  right: 0;
  bottom: 628px;
}

@media screen and (max-width: 768px) {
  .title-01 {
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
  }

  .m-banner {
    height: 350px;
  }

  .yuyuezixun {
    margin-top: 14px;
  }

  .yuyuezixun .box {
    display: block;
  }

  .yuyuezixun .box .item {
    width: 100%;
    padding: 30px 16px;
    background-size: 100% 100%;
  }

  .yuyuezixun .box .item:first-child {
    margin-right: 0;
    margin-bottom: 21px;
  }

  .yuyuezixun .box .item .text {
    padding-left: 20px;
  }

  .yuyuezixun .box .item .text .btn {
    margin-top: 8px;
  }

  .suppor {
    margin-top: 48px;
  }

  .suppor .box {
    margin-top: 24px;
    padding: 0;
  }

  .suppor .box .swiper-slide {
    float: unset;
    margin-left: 0;
    margin-bottom: 40px;
    /* opacity: 0.3; */
  }

  .suppor .box .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .suppor .swiper-pagination {
    bottom: 0;
  }

  .suppor .swiper-pagination .swiper-pagination-bullet {
    background: #E3E3E3;
    opacity: 1;
  }

  .suppor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #229AF4;
  }

  .partconpany {
    margin-top: 48px;
    padding-top: 44px;
  }

  .partconpany::before {
    background-image: url("../image/m-bg_013.png");
    height: 497px;
  }

  .partconpany .title-01 {
    margin: 0 -10px;
  }

  .partconpany .box {
    margin: 24px 0 64px;
    padding: 0;
  }

  .partconpany .box .item {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .partconpany .box .item:last-child {
    margin-bottom: 0;
  }

  .partconpany .box .item .insideItem {
    height: auto;
    padding: 24px;
  }

  .partconpany .box .item .insideItem .img {
    display: none;
  }

  .partconpany .box .item .insideItem .text {
    padding-left: 0;
    width: 100%;
  }

  .partconpany .partbg.bg1,
  .partconpany .partbg.bg2,
  .partconpany .partbg.bg3 {
    background-image: none;
  }
}