
/*join st*/
.row-b4 {
  padding: 53px 0 110px;
}

.m-rem {
  margin-top: 35px;
}

.m-rem .pic {
  margin-bottom: 20px;
}

.m-rem .pic img {
  object-fit: contain;
}

.m-rem .btn {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #503C8E;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.m-rem .btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  position: relative;
  top: -1px;
  margin-left: 5px;
  background: url(/sites/default/files/other/i-18.png) no-repeat center;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.m-rem .btn:hover {
  opacity: .8;
}

.row-b2 {
  padding: 30px 0 91px;
}

.g-t1 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
}

.m-list6 {
  text-align: center;
  font-size: 0;
  margin-top: 74px;
  display: flex;
  justify-content: center;
}

.m-list6 li {
  display: inline-block;
  vertical-align: top;
  width: 312px;
}

.m-list6 .con {
  position: relative;
}

.m-list6 .ico {
  width: 90px;
  display: block;
  margin: 0 auto 18px;
}

.m-list6 .ico img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.m-list6 .tit {
  font-size: 24px;
  margin-bottom: 12px;
}

.m-list6 .desc {
  font-size: 16px;
}

.m-list6 .bor {
  position: absolute;
  top: 38px;
  right: -10px;
  width: 18px;
  height: 26px;
  background: url(/sites/default/files/other/i-23.png) no-repeat center;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.m-list6 .bor:after, .m-list6 .bor:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 80px;
  height: 1px;
  border-top: 2px dashed #30B4CC;
}

.m-list6 .bor:after {
  left: 100%;
  margin-left: 10px;
}

.m-list6 .bor:before {
  right: 100%;
  margin-right: 10px;
}

.m-list6 li:last-child .bor {
  display: none;
}

.m-slider6 {
  position: relative;
  margin: 40px auto 0;
  max-width: 1280px;
}

.m-slider6 .swiper-container {
  padding-bottom: 60px;
  overflow: hidden;
}

.m-slider6 .swiper-slide {
  width: 950px;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}

.m-slider6 .swiper-slide .con {
  position: relative;
  display: block;
  height: 100%;
}

.m-slider6 .tit {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
}

.m-slider6 .tit h3 {
  font-size: 26px;
}

.m-slider6 .tit p {
  font-size: 18px;
  color: #fff;
}

.m-slider6 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.m-slider6 .swiper-slide-active {
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .5)
}

.m-slider6 .swiper-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-slider6 .swiper-prev {
  left: -67px;
  background-image: url(/sites/default/files/other/i-07.png);
}

.m-slider6 .swiper-next {
  right: -67px;
  background-image: url(/sites/default/files/other/i-08.png);
}

@media only screen and (min-width: 1199px) and (max-width: 1600px) {
  .row-b4 {
    padding: 3.312vw 0 6.875vw;
  }

  .m-list6 {
    margin-top: 4.625vw;
  }

  .m-list6 li {
    width: 19.5vw;
  }

  .m-list6 .ico {
    margin: 0 auto 1.125vw;
  }

  .m-list6 .tit {
    font-size: 1.5vw;
    margin-bottom: 0.75vw;
  }

  .m-list6 .desc {
    font-size: 1vw;
  }

  .m-list6 .bor {
    top: 2.375vw;
    right: -0.625vw;
    width: 1.125vw;
    height: 1.625vw;
  }

  .m-list6 .bor:after, .m-list6 .bor:before {
    margin-top: -0.062vw;
    width: 5vw;
    height: 0.062vw;
    border-top: 0.125vw dashed #30B4CC;
  }

  .m-list6 .bor:after {
    margin-left: 0.625vw;
  }

  .m-list6 .bor:before {
    margin-right: 0.625vw;
  }


  .m-slider6 {
    position: relative;
    margin: 2.5vw auto 0;
    max-width: 80vw;
  }

  .m-slider6 .swiper-container {
    padding-bottom: 3.75vw;
  }

  .m-slider6 .swiper-slide {
    width: 59.37vw;
    height: 37.5vw;
    border-radius: 0.625vw;
  }

  .m-slider6 .tit {
    bottom: 1.25vw;
  }

  .m-slider6 .tit h3 {
    font-size: 1.625vw;
  }

  .m-slider6 .tit p {
    font-size: 1.125vw;
  }

  .m-slider6 .swiper-slide .pic:after {
    height: 14.56vw;
  }

  .m-slider6 .swiper-slide-active {
    box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, .5)
  }

  .m-slider6 .swiper-arrow {
    width: 3vw;
    height: 3vw;
  }

  .m-slider6 .swiper-prev {
    left: -4.187vw;
  }

  .m-slider6 .swiper-next {
    right: -4.187vw;
  }
}

@media only screen and (max-width: 1199px) {
  .row-b4 {
    padding: 40px 0 30px;
  }

  .row-b2 {
    padding: 40px 0 30px;
  }

  .g-t1 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 !important;
  }

  .m-list6 li {
    width: auto;
    display: block;
    margin-bottom: 15px;
  }

  .m-list6 {
    text-align: left;
    margin-top: 20px;
    display: block;
  }

  .m-list6 .con {
    padding-left: 70px;
    height: 60px;
  }

  .m-list6 .ico {
    width: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .m-list6 .tit {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .m-list6 .desc {
    font-size: 13px;
  }

  .m-list6 .bor {
    display: none;
  }

  .m-slider6 {
    margin: 20px 0;
  }

  .m-slider6 .swiper-slide {
    height: auto;
  }

  .m-slider6 .swiper-container {
    padding-bottom: 0;
  }

  .m-slider6 .swiper-arrow {
    width: 36px;
    height: 36px;
    z-index: 3;
  }

  .m-slider6 .swiper-prev {
    left: .2rem;
  }

  .m-slider6 .swiper-next {
    right: .2rem;
  }
}

/*join ed*/