.home .section1 {
  position: relative;
  padding: 13.5416666667vw 0 8.0729166667vw;
}

.home .section1 .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home .section1 .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.home .section1 .wrap {
  width: 75vw;
  margin: 0 auto;
}

.home .section1 .wrap .t {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.0416666667vw;
  width: 13.4375vw;
  border-bottom: 0.1041666667vw solid rgba(5, 18, 40, 0.6);
  padding-bottom: 0.2083333333vw;
}

.home .section1 .wrap .t2 {
  margin: 2.0833333333vw 0 5.8333333333vw 0;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.5;
  font-size: 2.6041666667vw;
  letter-spacing: 0.1px;
  font-family: "Montserrat";
}

.home .section1 .wrap .chat .chat_item {
  display: flex;
  margin: 0 0 2.2916666667vw;
  align-items: center;
}
/* .home .section1 .wrap .chat .chat_item:nth-child(2) .l .icon1{
  left: 21.927083vw;
}
.home .section1 .wrap .chat .chat_item:nth-child(3) .l .icon1{
  left: 14.927083vw;
} */
.home .section1 .wrap .chat .chat_item .l {
  width: 57.2916666667vw;
  padding: 2.0833333333vw  3.125vw;
  background: #fff;
  border-radius: 1.25vw;
  border: 1px solid #E6E6E6;
  position: relative;
}

.home .section1 .wrap .chat .chat_item .l p {
  position: relative;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.home .section1 .wrap .chat .chat_item .l .sq {
  width: 1.5625vw;
  height: 1.5625vw;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  position: absolute;
  top: 50%;
  right: -0.8333333333vw;
}

.home .section1 .wrap .chat .chat_item .l .icon {
  position: absolute;
  top: 1.0416666667vw;
  left: 0.6770833333vw;
  width: 1.7708333333vw;
}

.home .section1 .wrap .chat .chat_item .l .icon1 {
  position: absolute;
  bottom: 1.5625vw;
  right: 5vw;
  width: 1.7708333333vw;
  transform: rotate(180deg);
}

.home .section1 .wrap .chat .chat_item .r {
  color: #000;
  /* width: 15.1041666667vw; */
  font-weight: 500;
  text-align: center;
  font-size: 1.25vw;
  line-height: 150%;
  /* 36px */
  padding: 1.7708333333vw 3.90625vw 0;
}

.home .section1 .wrap .chat .chat_item .r span {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

.home .section1 .wrap .chat .chat_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.home .section1 .wrap .chat .chat_item:nth-child(2n) .sq {
  transform: translateY(-50%) rotate(225deg);
  right: unset;
  left: -0.8333333333vw;
}

.home .section2 {
  padding: 8.3333333333vw 0 4.1666666667vw;
}

.home .section2 .wrap {
  width: 75vw;
  margin: 0 auto;
}

.home .section2 .wrap .t {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.0416666667vw;
  width: 13.4375vw;
  border-bottom: 0.1041666667vw solid rgba(5, 18, 40, 0.6);
  padding-bottom: 0.2083333333vw;
  text-transform: uppercase;
}

.home .section2 .wrap .t2 {
  margin: 2.0833333333vw 0 4.1666666667vw 0;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.5;
  font-size: 2.6041666667vw;
  letter-spacing: 0.1px;
  font-family: "Montserrat";
  font-weight: 300;
}

.home .section2 .wrap .content .item {
  position: relative;
  padding: 2.0833333333vw 2.0833333333vw 0.625vw;
  border-radius: 1.5625vw;
  background: #f5f5f5;
  margin: 0 0 1.0416666667vw;
}

.home .section2 .wrap .content .item .jia {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #fff;
  border-radius: 50%;
  top: 2.5520833333vw;
  right: 2.96875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.home .section2 .wrap .content .item .jia img {
  width: 0.625vw;
  transition: 0.6s;
}

.home .section2 .wrap .content .item .jia:hover {
  background: #3FAEEE;
}

.home .section2 .wrap .content .item .jia:hover img {
  filter: grayscale(1) brightness(10);
}

.home .section2 .wrap .content .item .block {
  display: flex;
  align-items: flex-start;
  padding: 0 0 1.4583333333vw 0;
  position: relative;
}

.home .section2 .wrap .content .item .block h5 {
  margin: 0;
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  margin: 0 2.03125vw 0 0;
  /* position: absolute;
  top: 0;
  left: 0; */
}

.home .section2 .wrap .content .item .block p {
  /* width: 59.375vw; */
  color: #000;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.home .section2 .wrap .content .item .none {
  display: none;
}

.home .section2 .wrap .content .item .none .none_box {
  width: 59.375vw;
  padding: 0 0 1.3541666667vw;
  margin: 0 0 0 6.5625vw;
  display: flex;
  justify-content: space-between;
}

.home .section2 .wrap .content .item .none .img {
  width: 18.125vw;
  height: 10.2083333333vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}

.home .section2 .wrap .content .item .none .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.home .section2 .wrap .content .item .none .img:hover img {
  transform: scale(1.1);
}

.home .section2 .wrap .content .item .none .text {
  width: 39.6875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .section2 .wrap .content .item .none .text .none_content {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.home .section2 .wrap .content .item .none .text .text_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home .section2 .wrap .content .item .none .text .text_bottom .time {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7291666667vw;
  font-weight: 400;
}

.home .section2 .wrap .content .item .none .text .text_bottom a {
  position: relative;
}

.home .section2 .wrap .content .item .none .text .text_bottom a img {
  width: 0.9895833333vw;
  position: relative;
  z-index: 3;
}

.home .section2 .wrap .content .item .none .text .text_bottom a::after {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.6s;
}

.home .section2 .wrap .content .item .none .text .text_bottom a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.home .section2 .wrap .content .item.item_active .jia {
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .home {
    padding: 60px 0 0;
  }

  .home .section1 {
    padding: 20px 0 60px;
  }

  .home .section1 .wrap {
    width: 90%;
    margin: 0 auto;
  }

  .home .section1 .wrap .t {
    font-size: 20px;
    width: 80%;
    border-bottom: 2px solid rgba(5, 18, 40, 0.6);
    padding-bottom: 4px;
  }

  .home .section1 .wrap .t2 {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .home .section1 .wrap .chat {
    margin: 40px 0 0;
  }

  .home .section1 .wrap .chat .chat_item {
    flex-direction: row-reverse !important;
    justify-content: space-between;
    margin: 0 0 20px;
  }

  .home .section1 .wrap .chat .chat_item .r {
    font-size: 16px;
    width: 28%;
    padding: 15px 0 0;
    text-align: left;
  }

  .home .section1 .wrap .chat .chat_item .l {
    width: 70%;
    padding: auto;
    padding: 20px 15px;
  }

  .home .section1 .wrap .chat .chat_item .l .icon {
    width: 15px;
    top: 5px;
    left: 7px;
  }

  .home .section1 .wrap .chat .chat_item .l .icon1 {
    width: 15px;
    top: unset;
    left: unset;
    right: 10px;
    bottom: 8px;
  }

  .home .section1 .wrap .chat .chat_item .l p {
    font-size: 14px;
  }

  .home .section1 .wrap .chat .chat_item .l .sq {
    width: 20px;
    height: 20px;
    left: -10px !important;
    right: unset !important;
    transform: translateY(-50%) rotate(225deg) !important;
  }

  .home .section2 {
    padding: 30px 0 40px;
  }

  .home .section2 .wrap {
    width: 90%;
  }

  .home .section2 .wrap .t {
    font-size: 20px;
    width: 80%;
    border-bottom: 2px solid rgba(5, 18, 40, 0.6);
    padding-bottom: 4px;
  }

  .home .section2 .wrap .t2 {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .home .section2 .wrap .content .item {
    padding: 20px 15px 0;
    margin: 0 0 20px;
  }

  .home .section2 .wrap .content .item .jia {
    right: 15px;
    width: 30px;
    height: 30px;
    top: 16px;
  }

  .home .section2 .wrap .content .item .jia img {
    width: 12px;
  }

  .home .section2 .wrap .content .item .block {
    display: block;
    padding: 0 0 20px 0;
  }

  .home .section2 .wrap .content .item .block h5 {
    font-size: 16px;
    position: unset;
    margin: 0 0 10px;
  }

  .home .section2 .wrap .content .item .block p {
    font-size: 14px;
    width: 100%;
  }

  .home .section2 .wrap .content .item .none {
    width: 100%;
  }

  .home .section2 .wrap .content .item .none .none_box {
    display: block;
    padding: 0 0 20px;
    margin: 0;
    width: 100%;
  }

  .home .section2 .wrap .content .item .none .none_box .img {
    width: 100%;
    height: unset;
    margin: 0 0 15px;
  }

  .home .section2 .wrap .content .item .none .none_box .text {
    display: block;
    width: 100%;
  }

  .home .section2 .wrap .content .item .none .none_box .text .none_content {
    width: 100%;
  }

  .home .section2 .wrap .content .item .none .none_box .text .none_content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .home .section2 .wrap .content .item .none .none_box .text .text_bottom {
    margin: 15px 0 0;
  }

  .home .section2 .wrap .content .item .none .none_box .text .text_bottom .time {
    font-size: 14px;
  }

  .home .section2 .wrap .content .item .none .none_box .text .text_bottom a img {
    width: 16px;
  }
}

/*# sourceMappingURL=client.css.map */