* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font-size: 3.7333333333333334vw;
}

div {
  box-sizing: border-box !important;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.indent-2 {
  text-indent: 2em;
}

.main {
  overflow: hidden;
}

.bg {
  width: 100%;
  height: 180.8vw;
  background-image: url('https://oss.huarendjk.com/img/2023-06-13/6487e72702793.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.content {
  width: 86.66666666666667vw;
  margin: -37.86666666666667vw auto 0;
}

.top-btns {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  font-family: Source Han Sans CN;
  color: #FFFFFF;
}

.top-btn {
  width: 153px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-size: 153px 44px;
}

.top-btn:active {
  opacity: 0.8;
}

.top-btn--left {
  background-image: url('https://oss.huarendjk.com/img/2023-06-13/6487eb17aab48.png');
}

.top-btn--right {
  background-image: url('https://oss.huarendjk.com/img/2023-06-13/6487eb784ed33.png');
}


.text-1 {
  position: relative;
  margin-top: 8px;
  color: #0D5AA8;
  font-size: 2.6666666666666666vw;
  overflow: hidden;
}

.text-1_bg {
  position: absolute;
  width: 100%;
  height: 41.6vw;
  border-radius: 9px;
  background: #ACDAF4;
  opacity: 0.3;
}

.text-1_content {
  padding: 20px 15px;
  line-height: 1.5;
}

.blue-box {
  position: relative;
  border-radius: 9px;
  background: #e6f4fb;
}

.blue-box_title {
  position: absolute;
  top: -1.5vh;
  left: -3vw;
  width: 29.866666666666667vw;
  height: 9.866666666666667vw;
  text-align: center;
  line-height: 9.866666666666667vw;
  font-size: 5.333333333333333vw;
  color: #FFF;
  font-weight: 700;
  font-style: italic;
  background-image: url('https://oss.huarendjk.com/img/2023-06-13/64881b09d858b.png');
  background-size: 29.866666666666667vw 9.866666666666667vw;
}

.text-2 {
  margin-top: 30px;
  padding: 42px 15px 22px;
}

.text-2_content {
  color: #FF864D;
  font-size: 4vw;
}


.text-3 {
  margin-top: 30px;
  padding: 26px;
}

.text-3_content {
  display: grid;
  grid-template-columns: 24vw 24vw 24vw;
  grid-template-rows: 23.5vw 23.5vw 23.5vw;
}

.text-3_item {
  width: 24vw;
  height: 23.5vw;
  text-align: center;
}

.text-3_img {
  width: 17.866666666666667vw;
  height: 17.866666666666667vw;
}

.text-3_item-title {
  font-size: 3.2vw;
  font-family: Source Han Sans CN;
  color: #444444;
}


.text-4 {
  margin: 30px 0;
  padding: 40px 15px 27px;
}

.sideshow-container {
  width: 78.66666666666667vw;
  height: 37.86666666666667vw;
  overflow: hidden;
}

.sideshow {
  white-space: nowrap;
  transition: all .3s;
  font-size: 0;
}

.sideshow-item {
  position: relative;
  display: inline-block;
  width: 78.66666666666667vw;
  height: 37.86666666666667vw;
  padding: 10px;
  border-radius: 13px;
  line-height: 1.6;
  background: #d1e7ff;
}

.sideshow-item_title {
  font-size: 4vw;
}

.sideshow-item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sideshow-item_content p {
  font-size: 3.2vw;
}

.sideshow-item_content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sideshow-btn {
  width: 12.266666666666667vw;
  height: 4.8vw;
  border: 0;
  border-radius: 4px;
  font-size: 3.2vw;
  color: #FFF;
  text-align: center;
  line-height: 4.8vw;
  background: #0C7BF8;
}

.sideshow-position {
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin: 10px auto 0;
}

.sideshow-position-item {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #CAE3FF;
  transition: all .3s;
}

.sideshow-position-item--active {
  border-radius: 20px;
  width: 12px;
  background: #0C7BF8;
}