.site1 .boxs {
  position: relative;
  align-items: flex-start;
  max-width: 1360px;
  margin-top: 0.7rem;
  margin-bottom: 0.1rem;
}
.site1 .boxs:before {
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 52.5%;
  overflow: hidden;
  width: 69px;
  height: 69px;
  content: "";
  transform: translate(-50%, -52%);
  border-radius: 50%;
  background: url(../images/site1-vs.png) #ffffff no-repeat center;
  box-shadow: 5px 9px 60px 11px rgba(101, 108, 122, 0.1);
}
.site1 .boxs .bt {
  margin-bottom: 0.2rem;
}
.site1 .boxs .lbox {
  width: 58%;
  margin-top: 0.2rem;
  padding: 0.4rem 0.4rem 0.6rem 0.4rem;
  color: #666666;
  border-radius: 20px;
  background-repeat: no-repeat;
}
.site1 .boxs .lbox .txts {
  width: 90%;
  padding: 0.15rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.site1 .boxs .lbox .txts p {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 20px 5px 20px 50px;
  background: url("../images/site1-img1.png") left 15px center no-repeat;
}
.site1 .boxs .lbox .txts p:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.262745098);
}
.site1 .boxs .rbox {
  width: 49.5%;
  margin-left: -11%;
  padding: 0.4rem 0.4rem 0.35rem 0.5rem;
  color: #ffffff;
  border-radius: 20px;
  background-repeat: no-repeat;
}
.site1 .boxs .rbox .bt {
  padding-left: 0.45rem;
}
.site1 .boxs .rbox .txts {
  padding: 0.2rem 0.2rem 0.2rem 0.45rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.site1 .boxs .rbox .txts p {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 20px 5px 20px 50px;
  background: url("../images/site1-img2.png") left 15px center no-repeat;
}
.site1 .boxs .rbox .txts p:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.062745098);
}

@media screen and (max-width: 1599px) {
  .site1 .boxs .rbox .txts {
    padding: 0.1rem 0.1rem 0.1rem 0.35rem;
  }
  .site1 .boxs .lbox .txts p, .site1 .boxs .rbox .txts p {
    height: 50px;
  }
}
@media screen and (max-width: 1459px) {
  .site1 .boxs .lbox .txts p, .site1 .boxs .rbox .txts p {
    font-size: 14px;
  }
  .site1 .boxs .rbox .txts p,
  .site1 .boxs .lbox .txts p {
    background-size: 18px 16px;
  }
}
@media screen and (max-width: 1259px) {
  .site1 .boxs:before {
    left: 50.5%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
  }
  .site1 .boxs {
    align-items: stretch;
  }
  .site1 .boxs .lbox {
    width: 50%;
    margin-top: 0;
  }
  .site1 .boxs .lbox .txts {
    width: 100%;
    padding: 0px;
    background: #fff;
    background: #f7fafc;
  }
  .site1 .boxs .rbox {
    margin-left: 0;
    background: #1a73e8;
  }
  .site1 .boxs .rbox .txts {
    padding: 0px;
    background: rgba(255, 255, 255, 0.062745098) !important;
  }
}
@media screen and (max-width: 1024px) {
  .site1 .boxs .lbox .txts p, .site1 .boxs .rbox .txts p {
    height: auto;
  }
  .site1 .boxs .lbox .txts p, .site1 .boxs .rbox .txts p {
    padding: 8px 10px 8px 35px;
    background-position: left 8px center;
    background-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .site1 .boxs {
    flex-wrap: wrap;
  }
  .site1 .boxs .lbox,
  .site1 .boxs .rbox {
    width: 100%;
    padding: 40px 30px;
  }
  .site1 .boxs .lbox {
    margin-bottom: 12%;
  }
  .site1 .boxs:before {
    top: 50%;
  }
  .site1 .boxs .lbox .txts p, .site1 .boxs .rbox .txts p {
    padding: 12px 10px 12px 35px;
  }
  .site1 .boxs .lbox .txts,
  .site1 .boxs .rbox .txts {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .site1 .boxs .lbox, .site1 .boxs .rbox {
    width: 100%;
  }
  .site1 .boxs:before {
    top: 49%;
  }
  .site1 .boxs .lbox, .site1 .boxs .rbox {
    padding: 30px 20px;
  }
  .site1 .boxs .lbox .txts, .site1 .boxs .rbox .txts {
    margin-top: 10px;
  }
  .site1 .boxs {
    margin-top: 15px;
  }
  .site1 .boxs .lbox .txts p, .site1 .boxs .rbox .txts p {
    line-height: 1.7;
  }
}
.site2 .spot {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccd2df;
}
.site2 .spot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 24px;
  height: 24px;
  content: "";
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  pointer-events: unset;
  opacity: 0;
  border-radius: 50%;
  background: rgba(55, 106, 254, 0.2);
}
.site2 .section3_li.active .spot {
  background-color: #376afe;
}
.site2 .section3_li.active .titBox .tit {
  font-weight: bold;
  color: #376afe;
}
.site2 .section3_line {
  position: absolute;
  top: 12px;
  left: -1px;
  width: 1px;
  height: 20%;
  transition: all 0.5s;
  background: #435efd;
}
.site2 .section3_swiper {
  display: none;
  margin-bottom: 30px;
}
.site2 .swiper-container {
  margin-top: 40px;
  padding-bottom: 50px;
}
.site2 .section3_simg {
  background-color: #ffffff;
}
.site2 .section3_font .tit {
  font-size: 20px;
  color: #56607d;
}
.site2 .section3_font .dec {
  font-size: 15px;
  line-height: 1.625;
  margin-top: 5px;
  color: #727a8f;
}
.site2 .swiper-slide {
  overflow: hidden;
  padding: 30px 0.35rem;
  border-radius: 30px;
  background-image: linear-gradient(-28deg, #fdfbfb 0%, #f2faff 20%, #eef6ff 100%), linear-gradient(#f2eff7, #f2eff7);
  background-blend-mode: normal, normal;
}
.site2 .swiper-slide:nth-child(even) {
  margin-top: 55px;
}
.site2 .section3_nicon {
  margin-top: 35px;
}
.site2 .section3_nicon img {
  margin: 0;
}
.site2 .section3_ntit {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  color: #000022;
}
.site2 .section3_ndec {
  font-size: 16px;
  line-height: 1.625;
  min-height: 165px;
  color: #727a8f;
  transition: all 0.6s;
}
.site2 .swiper-pagination {
  display: none;
}
.site2 .section3_li.active .spot::before,
.site2 .section3_li.active .titBox .num {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .site2 .section3_ntit {
    font-size: 22px;
  }
  .site2 .section3_nicon img {
    max-width: 80px;
  }
}
@media screen and (max-width: 1439px) {
  .site2 .section3_ntit {
    font-size: 20px;
  }
  .site2 .section3_ndec {
    font-size: 15px;
  }
  .site2 .section3_nicon img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1359px) {
  .site2 .section3_nicon img {
    max-width: 40px;
  }
  .site2 .section3_ntit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .site2 .section3_left {
    padding-left: 30px;
  }
  .site2 .spotBox {
    left: -36px;
  }
  .site2 .swiper-slide {
    padding: 20px;
  }
  .site2 .swiper-slide:nth-child(even) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1151px) {
  .site2 .swiper-pagination {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site2 .swiper-slide:nth-child(even) {
    margin-top: 0px;
  }
  .site2 .section3_ntit {
    font-size: 17px;
  }
  .site2 .section3_nicon {
    margin-top: 10px;
  }
  .site2 .section3_ndec {
    font-size: 14px;
    min-height: 92px;
  }
  .site2 .more {
    margin-top: 20px;
  }
  .site2 .swiper-container {
    margin-top: 15px;
  }
}

.site3 {
  position: relative;
  padding: 14% 0 22% 0;
  background: url(../images/in-bgm10.jpg) no-repeat center top;
  background-size: cover;
}
.site3 .dec {
  text-align: center;
}
.site3 .section2_ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.site3 .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.site3 .section2_li {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  width: 206px;
  height: 86px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 5px 9px 19px 3px rgba(178, 189, 212, 0.1);
}
.site3 .section2_li:nth-child(1) {
  top: 14%;
  left: 31.3%;
}
.site3 .section2_li:nth-child(2) {
  top: 16%;
  left: 48.3%;
}
.site3 .section2_li:nth-child(3) {
  top: 12%;
  left: 63.5%;
  width: 241px;
}
.site3 .section2_li:nth-child(4) {
  top: 18.5%;
  left: 13.6%;
}
.site3 .section2_li:nth-child(5) {
  top: 36.5%;
  left: 18.6%;
}
.site3 .section2_li:nth-child(6) {
  top: 29.6%;
  left: 72%;
}
.site3 .section2_li:nth-child(7) {
  top: 54.6%;
  left: 14.6%;
}
.site3 .section2_li:nth-child(8) {
  top: 53%;
  left: 31%;
}
.site3 .section2_li:nth-child(9) {
  top: 49.5%;
  left: 57%;
}
.site3 .section2_li:nth-child(10) {
  top: 63.6%;
  left: 44.5%;
}
.site3 .section2_li:nth-child(11) {
  top: 59.6%;
  left: 72.8%;
}
.site3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site3 .more {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.site3 .section2_swiper {
  display: none;
}
.site3 .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 86px;
  border: 1px solid rgba(178, 189, 212, 0.1);
  background: #ffffff;
}
@media screen and (max-width: 1599px) {
  .site3 {
    padding-top: 16%;
    padding-bottom: 25%;
  }
  .site3 .more {
    bottom: 0.8rem;
  }
  .site3 .section2_li:nth-child(10) {
    top: 67.6%;
  }
}
@media screen and (max-width: 1439px) {
  .site3 .section2_li:nth-child(4) {
    top: 20.5%;
    left: 5.6%;
  }
  .site3 .section2_li:nth-child(5) {
    top: 37.6%;
    left: 10.6%;
  }
  .site3 .section2_li:nth-child(7) {
    top: 54.6%;
    left: 6.6%;
  }
  .site3 .section2_li:nth-child(1) {
    top: 12%;
    left: 23.3%;
  }
  .site3 .section2_li:nth-child(8) {
    top: 53.6%;
    left: 26%;
  }
  .site3 .section2_li:nth-child(3) {
    top: 10%;
    left: 71.5%;
    width: 206px;
  }
  .site3 .section2_li:nth-child(6) {
    top: 32.6%;
    left: 80%;
  }
  .site3 .section2_li:nth-child(11) {
    top: 59.6%;
    left: 80.8%;
  }
  .site3 .section2_li:nth-child(9) {
    top: 51.6%;
    left: 64%;
  }
  .site3 .section2_li:nth-child(10) {
    top: 62.6%;
    left: 43.3%;
  }
}
@media screen and (max-width: 1279px) {
  .site3 .section2_li,
  .site3 .section2_li:nth-child(3) {
    width: 160px;
    height: 76px;
  }
  .site3 .section2_li img {
    max-width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .site3 {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .site3 .section2_swiper {
    display: block;
  }
  .site3 .section2_ul {
    display: none;
  }
  .site3 .section2_swiper {
    margin: 30px auto;
  }
  .site3 .swiper-container {
    padding-bottom: 40px;
  }
  .site3 .more {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    transform: translateX(0);
  }
  .site3 .swiper-slide img {
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .site3 .swiper-slide {
    height: 70px;
  }
  .site3 .section2_swiper {
    margin: 20px auto;
  }
}

.site4 {
  background-color: #f7f8fa;
}
.site4 .swiper-container {
  margin: 55px auto;
}
.site4 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}
.site4 .section4_btn {
  width: 56px;
  width: 165px;
  height: 56px;
  margin: 0 auto;
}
.site4 .swiper-button-next, .site4 .swiper-button-prev {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 7px;
  border: 0;
  background: #fff;
}
.site4 .swiper-button-next:hover, .site4 .swiper-button-prev:hover {
  background-color: #1a73e8;
  color: #fff;
}
@media screen and (max-width: 1359px) {
  .site4 .swiper-button-next, .site4 .swiper-button-prev {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
  }
  .site4 .swiper-container {
    margin: 30px auto;
  }
}
@media screen and (max-width: 640px) {
  .site4 .swiper-container {
    margin: 20px auto;
  }
  .site4 .swiper-button-next, .site4 .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=website.css.map */
