.box1 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 6rem;
  position: relative;
}
.box1_text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box1_text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.box2 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*height: 7.39rem;*/
  padding-top: 1.52rem;
  padding-bottom: 1.52rem;
}

.box2 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1.04rem;
}

.box2 img {
  width: 6.96rem;
  height: 4.49rem;
}

.box2_box {
  /*width: 8rem;*/
}

.box2_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.21rem;
}

.box2_p2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 0.14rem;
}

.box2_p3 {
  font-family: Bahnschrift, Bahnschrift;
  font-weight: normal;
  font-size: 0.4rem;
  color: #1061a9;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.box2_p4 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.41rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
}

.box3 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8.42rem;
  padding-top: 1.27rem;
}

.box3_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.box3_hr {
  width: 0.8rem;
  height: 0.04rem;
  background: #ffffff;
  margin-top: 0.4rem;
  margin-bottom: 0.95rem;
}

.box3_box {
  width: 12.04rem;
  height: 3.29rem;
  padding: 0.67rem 0.42rem 0 0.78rem;
  position: relative;
  z-index: 1;
}

.box3_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #242d4c;
  opacity: 0.25;
  z-index: -1;
}

.box3_p2 {
  font-family: Bahnschrift, Bahnschrift;
  font-weight: normal;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.box4 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 9.05rem;
  padding-top: 1.77rem;
}

.box4 .main {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.box4_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.box4_hr {
  width: 0.8rem;
  height: 0.04rem;
  background: #ffffff;
  margin-top: 0.4rem;
  margin-bottom: 0.95rem;
}

.box4_box {
  width: 11.31rem;
  height: 2.77rem;
  padding: 0.48rem;
  position: relative;
  z-index: 1;
}

.box4_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.13;
  z-index: -1;
}

.box4_p2 {
  font-family: Bahnschrift, Bahnschrift;
  font-weight: normal;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.box5 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 9.23rem;
  padding-top: 0.71rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box5 .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box5_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.box5_hr {
  width: 0.8rem;
  height: 0.04rem;
  background: #333333;
  border: 0.01rem solid #707070;
  margin-top: 0.4rem;
  margin-bottom: 1.09rem;
}
.box5_long_box {
  max-width: 19.2rem;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative;
}
.box5_long {
  /*width: 25rem;*/
  height: 6rem;
  overflow: hidden;
  transition: 0.3s;
}
.box5_box {
  width: 25rem;
  height: 6rem;
  position: relative;
  cursor: move;
}

.box5_box img {
  position: absolute;
  left: 0;
  width: 38.39rem;
  height: 2.25rem;
  cursor: move;
}

.box5_box_box_radio {
  width: 0.34rem;
  height: 0.34rem;
  background: #ffffff;
  border: 0.07rem solid #2c527c;
  border-radius: 50%;
}

.box5_box_box_p1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.26rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-top: 0.63rem;
}

.box5_box_box_hr {
  width: 0.36rem;
  height: 0.05rem;
  background: #333333;
  margin-top: 0.25rem;
  margin-bottom: 0.34rem;
}

.box5_box_box_p2 {
  max-width: 2.67rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.box5_box_box1 {
  position: absolute;
  top: 0.49rem;
  left: 1.38rem;
  cursor: move;
}
.box5_box_box2 {
  position: absolute;
  top: 0.4rem;
  left: 4.24rem;
  cursor: move;
}
.box5_box_box3 {
  position: absolute;
  top: 1.5rem;
  left: 7.08rem;
  cursor: move;
}
.box5_box_box4 {
  position: absolute;
  top: 1.72rem;
  left: 9.92rem;
  cursor: move;
}
.box5_box_box5 {
  position: absolute;
  top: 1.9rem;
  left: 12.76rem;
  cursor: move;
}
.box5_box_box6 {
  position: absolute;
  top: 0.65rem;
  left: 16rem;
  cursor: move;
}

@media only screen and (max-width: 1024px) {
  .box1_text {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .box1 {
    height: 2.5rem;
  }
  .box2 .main {
    flex-direction: column;
  }
  .box2 img {
    width: 100%;
    height: auto;
  }

  .box2_p4 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.21rem;
    -webkit-line-clamp: 20;
  }
  .box3 {
    padding: 0.6rem 0;
    width: 100%;
    display: flex;
    height: auto;
    background-size: cover;
  }
  .box5_box,
  .box5_box img {
    width: 20rem;
  }
  .box5_box_box1 {
    top: 1.53rem;
    left: 1.08rem;
  }
  .box5_box_box2 {
    top: 1.6rem;
    left: 4.24rem;
  }
  .box5_box_box3 {
    top: 0.65rem;
    left: 7.08rem;
  }
  .box5_box_box4 {
    top: 1.32rem;
    left: 9.92rem;
  }
  .box5_box_box5 {
    top: 0.3rem;
    left: 12.76rem;
  }
  .box5_box_box6 {
    top: 1.4rem;
    left: 16rem;
  }
  .box2_p1 {
    padding-top: 0.2rem;
  }
  .box3_p1 {
    font-size: 0.3rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .box3_p2 {
    max-width: 100%;
    font-size: 0.24rem;
    /*text-indent: 0.24rem;*/
    line-height: 0.4rem;
  }
  .box3_box::after {
    width: 100% !important;
    height: 4.5rem;
  }
  .box4 .main > div,
  .box4_p1 {
    width: 100%;
  }
  .box1 {
    background-size: cover;
    margin-top: 0.9rem;
  }
  .box2_p1 {
    text-align: center;
  }
  .box2_box p:nth-child(2) {
    text-align: center;
  }
  .box4 {
    padding-top: 0.8rem;
    height: 8.5rem;
    background-size: cover;
  }
  .box4_box::after {
    height: 5.5rem !important;
  }
  .box4_p2 {
    max-width: 100%;
    font-size: 0.24rem;
    /*text-indent: 0.28rem;*/
    line-height: 0.4rem;
  }
  .box4_box p:nth-child(2) {
    text-align: center;
  }
  .box4_box {
    width: 100% !important;
  }
  .box3_hr {
    display: none;
  }
  .box4_p1 {
    text-align: center;
    padding-bottom: 0.5rem;
    font-size: 0.3rem;
  }
  .box4_hr {
    display: none;
  }
  .line5 {
    -webkit-line-clamp: 13 !important;
  }
  .box5_long {
    /*width: 20rem;*/
    overflow-x: auto;
  }
  .box5_box_box_p1 {
    font-size: 0.26rem;
  }
  .box5_box_box_p2 {
    font-size: 0.24rem;
  }
  .box5_hr {
    visibility: hidden;
  }
  .box5_p1 {
    font-size: 0.3rem;
  }
  .box3_box {
    width: 100%;
    height: auto;
    padding: 0.67rem 0.2rem 0 0.2rem;
  }
  .box2 {
    padding-bottom: 0.52rem;
    padding-top: 0.52rem;
  }
  .box2_p1 {
    font-size: 0.3rem;
  }
  .box2_p2 {
    font-size: 0.24rem;
  }
  .box5 {
    height: 11.23rem;
  }
  .box5_long_box {
    height: 9rem;
  }
  .box5_long,
  .box5_box {
    height: 100%;
  }
  .box5_hr {
    margin-bottom: 0.29rem;
  }
}
