.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}


.group_1 {
  background-color: rgba(6, 10, 108, 1);
  height: 570px;
  width: 100%;
}

.box_1 {
  height: 570px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/index_img/FigmaDDSSlicePNGd17f6f2ce96ae65d0722095749ccad07.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.group_2 {
  /* position: relative; */
  width: 100%;
  height: 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/index_img/banner1.png) no-repeat;
  /* background-size: 100% 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.group_2-2 {
  /* position: relative; */
  width: 100%;
  height: 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/index_img/banner2.png) no-repeat;
  /* background-size: 100% 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.group_2_textBox {
  width: 1180px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.text_1 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-family: Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 45px;
}

.text_2 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: Source Han Sans CN-Medium;
  font-weight: bolder;
  text-align: left;
  white-space: nowrap;
  margin: 30px 0;
}

.text_3 {
  width: 136px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.btn_1 {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 0px 40px;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
}

.btn_1:hover {
  border-color: transparent;
  background-color: #037ef3;
}

.group_3 {
  width: 100%;
}


.box_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 1180px;
  margin: 56px auto;
  justify-content: space-between;
}

.box_4 {
  padding-top: 18px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  width: 23%;
  height: 170px;
  align-items: center;
  box-sizing: border-box;
}


.label_1 {
  width: 50px;
  height: 50px;
}



.text_7 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 26px;
  font-family: Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  margin: 8px 0;
}

.text_8 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}



.group_5 {
  width: 100%;
  /* height: 890px; */
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/index_img/list2Bg.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 45px 0;
  box-sizing: border-box;
}

.text_15 {
  font-weight: bold;
  margin: 0 auto;
  font-size: 29px;
}

.text_16 {
  font-size: 15px;
  color: #666666;
  margin: 9px auto 30px;
}

.group_5_list {
  width: 1180px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  flex-wrap: wrap;
}

.group_5_list_item {
  width: 23%;
  background-color: white;
  opacity: 0.9;
  position: relative;
  height: 140px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.list2_img {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.list2_title {
  font-size: 15px;
  margin-top: 40px;
  font-weight: 500;
  color: black;
  font-weight: bold;
}

.group_btn {
  padding: 2px 30px;
  border: 1px solid #037ef3;
  color: #037ef3;
  margin: 40px auto 0;
  font-size: 12px;
}

.group_btn:hover {
  border-color: transparent;
  background-color: #666666;
  color: white;
  cursor: pointer;
}

.group_6 {
  width: 100%;
  padding: 45px 0;
}

.group_6_list {
  width: 1180px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  flex-wrap: wrap;
}

.group_6_list_item {
  width: 19%;
  background-color: #F5F8FD;
  opacity: 0.9;
  height: 220px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 6px 0;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s all;
}

.group_6_list_item:hover {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.list3_img {
  width: 60px;
  height: 60px;
}

.list3_title {
  font-size: 16px;
  color: black;
  margin: 10px 0 15px;
}

.list3_con {
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: normal;
}

.group_7 {
  width: 100%;
  padding: 45px 0;
  background-color: #EFEFFB;
}


.group_7_list {
  width: 1180px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.group_7_list_item {
  width: 30%;
  background-color: white;
  display: flex;
  padding: 30px 0;
  margin: 10px 0;
  border-radius: 8px;
}

.list4_img {
  width: 66px;
  height: 66px;
  margin: 0 22px;
}

.group_7_list_item_right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

.list4_title {
  font-size: 16px;
}

.list4_con {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  line-height: normal;
}

.group_8 {
  width: 100%;
  padding: 45px 0;
}

.group_8_list {
  width: 1180px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.group_8_list_item {
  width: 16%;
  background-color: #fafbff;
  display: flex;
  padding: 28px 20px;
  margin: 10px 0;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
}

.group_8_list_item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.list5_num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A5B0E7;
  font-size: 16px;
  color: white;
}

.list5_btn {
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/index_img/list5Btn.png) no-repeat;
  background-size: 100% 100%;
  padding: 4px 30px;
  color: white !important;
  margin: 16px 0;
  cursor: pointer;
  font-size: 12px;
}

.list5_con {
  font-size: 11px;
  color: #999999;
}

.group_9 {
  width: 100%;
  padding: 45px 0;
  background-color: #EDF4FE;
}

.group_9_list {
  width: 1180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.group_9_list_item {
  width: 30%;
  background-color: white;
  display: flex;
  margin: 10px 0;
  flex-direction: column;
  align-items: center;
  padding-bottom: 14px;
  transition: 0.3s all;

}

.group_9_list_item:hover {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.list6_img {
  width: 99%;
  height: 150px;
  margin: 0 auto;
}

.list6_con {
  font-size: 14px;
  color: #666666;
  margin-top: 14px;
}

.group_10 {
  width: 100%;
  padding: 45px 0;
  background-color: white;
}



.group_10_list {
  position: relative;
  display: flex;
  width: 1180px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
  margin: 10px auto;
}

.img-box {
  display: flex;
  column-gap: 10px;
}

.img-box>div,
.img-box>div .bg {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 10px;
}

.img-box .bg {
  width: 190px;
  height: 100px;
  /* background-color: #ff3e3e; */
  /* filter: hue-rotate(calc(var(--r) * 1deg)); */
  cursor: pointer;
  transition: filter 0.5s;
}

.list7_img {
  width: 100%;
  height: 100%;
}

.group_10_list>div {
  white-space: nowrap;
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.group_10_list>div:nth-child(1) {
  padding-left: 10px;
}

.group_10_list>div:nth-child(2) {
  padding-right: 10px;
}

.group_10_list>div:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.group_10_list:hover>div {
  animation-play-state: paused;
}

@media screen and (max-width: 768px) {
  .group_10_list {
    width: 95vw;
  }

  .group_10_list>div span {
    background-color: #4caf50;
  }

  .img-box .bg {
    width: 15vw;
    height: 15vw;
  }
}




.group_11 {
  width: 100%;
  height: 280px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/index_img/footBg.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
}