html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Microsoft Yahei,
    sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
#app {
  width: 100vw;
  background: url("../images/bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 550px;
  padding-bottom: 80px;
  min-height: 100vh;
  height: unset;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.relative {
  position: relative;
}
.ml-2 {
  margin-left: 0.208vw;
}
.mt-2 {
  margin-top: 0.208vw;
}
.ml-4 {
  margin-left: 0.417vw;
}
.mt-4 {
  margin-top: 0.417vw;
}
.ml-6 {
  margin-left: 0.625vw;
}
.mt-6 {
  margin-top: 0.625vw;
}
.ml-8 {
  margin-left: 0.833vw;
}
.mt-8 {
  margin-top: 0.833vw;
}
.ml-10 {
  margin-left: 1.042vw;
}
.mt-10 {
  margin-top: 1.042vw;
}
.ml-12 {
  margin-left: 1.25vw;
}
.mt-12 {
  margin-top: 1.25vw;
}
.ml-14 {
  margin-left: 1.458vw;
}
.mt-14 {
  margin-top: 1.458vw;
}
.ml-16 {
  margin-left: 1.667vw;
}
.mt-16 {
  margin-top: 1.667vw;
}
.ml-18 {
  margin-left: 1.875vw;
}
.mt-18 {
  margin-top: 1.875vw;
}
.ml-20 {
  margin-left: 2.083vw;
}
.mt-20 {
  margin-top: 2.083vw;
}
.ml-22 {
  margin-left: 2.292vw;
}
.mt-22 {
  margin-top: 2.292vw;
}
.ml-24 {
  margin-left: 2.5vw;
}
.mt-24 {
  margin-top: 2.5vw;
}
.ml-26 {
  margin-left: 2.708vw;
}
.mt-26 {
  margin-top: 2.708vw;
}
.ml-28 {
  margin-left: 2.917vw;
}
.mt-28 {
  margin-top: 2.917vw;
}
.ml-30 {
  margin-left: 3.125vw;
}
.mt-30 {
  margin-top: 3.125vw;
}
.ml-32 {
  margin-left: 3.333vw;
}
.mt-32 {
  margin-top: 3.333vw;
}
.ml-34 {
  margin-left: 3.542vw;
}
.mt-34 {
  margin-top: 3.542vw;
}
.ml-36 {
  margin-left: 3.75vw;
}
.mt-36 {
  margin-top: 3.75vw;
}
.ml-38 {
  margin-left: 3.958vw;
}
.mt-38 {
  margin-top: 3.958vw;
}
.ml-40 {
  margin-left: 4.167vw;
}
.mt-40 {
  margin-top: 4.167vw;
}
.ml-42 {
  margin-left: 4.375vw;
}
.mt-42 {
  margin-top: 4.375vw;
}
.ml-44 {
  margin-left: 4.583vw;
}
.mt-44 {
  margin-top: 4.583vw;
}
.ml-46 {
  margin-left: 4.792vw;
}
.mt-46 {
  margin-top: 4.792vw;
}
.ml-48 {
  margin-left: 5vw;
}
.mt-48 {
  margin-top: 5vw;
}
.ml-50 {
  margin-left: 5.208vw;
}
.mt-50 {
  margin-top: 5.208vw;
}
.ml-52 {
  margin-left: 5.417vw;
}
.mt-52 {
  margin-top: 5.417vw;
}
.ml-54 {
  margin-left: 5.625vw;
}
.mt-54 {
  margin-top: 5.625vw;
}
.ml-56 {
  margin-left: 5.833vw;
}
.mt-56 {
  margin-top: 5.833vw;
}
.ml-58 {
  margin-left: 6.042vw;
}
.mt-58 {
  margin-top: 6.042vw;
}
.ml-60 {
  margin-left: 6.25vw;
}
.mt-60 {
  margin-top: 6.25vw;
}
.ml-62 {
  margin-left: 6.458vw;
}
.mt-62 {
  margin-top: 6.458vw;
}
.ml-64 {
  margin-left: 6.667vw;
}
.mt-64 {
  margin-top: 6.667vw;
}
.ml-66 {
  margin-left: 6.875vw;
}
.mt-66 {
  margin-top: 6.875vw;
}
.ml-68 {
  margin-left: 7.083vw;
}
.mt-68 {
  margin-top: 7.083vw;
}
.ml-70 {
  margin-left: 7.292vw;
}
.mt-70 {
  margin-top: 7.292vw;
}
.ml-72 {
  margin-left: 7.5vw;
}
.mt-72 {
  margin-top: 7.5vw;
}
.ml-74 {
  margin-left: 7.708vw;
}
.mt-74 {
  margin-top: 7.708vw;
}
.ml-76 {
  margin-left: 7.917vw;
}
.mt-76 {
  margin-top: 7.917vw;
}
.ml-78 {
  margin-left: 8.125vw;
}
.mt-78 {
  margin-top: 8.125vw;
}
.ml-80 {
  margin-left: 8.333vw;
}
.mt-80 {
  margin-top: 8.333vw;
}
.ml-82 {
  margin-left: 8.542vw;
}
.mt-82 {
  margin-top: 8.542vw;
}
.ml-84 {
  margin-left: 8.75vw;
}
.mt-84 {
  margin-top: 8.75vw;
}
.ml-86 {
  margin-left: 8.958vw;
}
.mt-86 {
  margin-top: 8.958vw;
}
.ml-88 {
  margin-left: 9.167vw;
}
.mt-88 {
  margin-top: 9.167vw;
}
.ml-90 {
  margin-left: 9.375vw;
}
.mt-90 {
  margin-top: 9.375vw;
}
.ml-92 {
  margin-left: 9.583vw;
}
.mt-92 {
  margin-top: 9.583vw;
}
.ml-94 {
  margin-left: 9.792vw;
}
.mt-94 {
  margin-top: 9.792vw;
}
.ml-96 {
  margin-left: 10vw;
}
.mt-96 {
  margin-top: 10vw;
}
.ml-98 {
  margin-left: 10.208vw;
}
.mt-98 {
  margin-top: 10.208vw;
}
.ml-100 {
  margin-left: 10.417vw;
}
.mt-100 {
  margin-top: 10.417vw;
}
.ml-167-5[data-v-ce3c6fbc] {
  margin-left: 17.448vw;
}
.ml-7[data-v-ce3c6fbc] {
  margin-left: 0.729vw;
}
.ml-31[data-v-ce3c6fbc] {
  margin-left: 3.229vw;
}
.ml-15[data-v-ce3c6fbc] {
  margin-left: 1.563vw;
}
.mt-13-5[data-v-ce3c6fbc] {
  margin-top: 1.406vw;
}
.ml-2-5[data-v-ce3c6fbc] {
  margin-left: 0.26vw;
}
.page[data-v-ce3c6fbc] {
  height: 100%;
  width: 100%;
}
.section[data-v-ce3c6fbc] {
}
.image-wrapper_2[data-v-ce3c6fbc] {
  padding: 8.406vw 0 16.354vw;
}
.image_21[data-v-ce3c6fbc] {
  margin-right: 27.865vw;
  mix-blend-mode: screen;
  width: 5.833vw;
  height: 5.521vw;
}
.section_3 {
  margin: 0 auto;
  width: 60.313vw;
  background: url(../images/section_3.png) no-repeat;
  background-size: 100% 100%;
  height: 850px;
}
.group_4[data-v-ce3c6fbc] {
  width: 6.719vw;
}
.image_22[data-v-ce3c6fbc] {
  mix-blend-mode: color-dodge;
  width: 3.49vw;
  height: 2.813vw;
}
.image_24[data-v-ce3c6fbc] {
  margin-top: 25.833vw;
  mix-blend-mode: screen;
  width: 4.271vw;
  height: 4.01vw;
}
.image_25[data-v-ce3c6fbc] {
  margin-top: 3.229vw;
  mix-blend-mode: color-dodge;
  width: 3.49vw;
  height: 2.76vw;
}
.image_23[data-v-ce3c6fbc] {
  margin-top: 7.083vw;
  width: 3.906vw;
  height: 3.646vw;
}
.section_4[data-v-ce3c6fbc] {
  margin-top: 2.396vw;
}

.image-wrapper_5[data-v-ce3c6fbc] {
  margin-left: 19.896vw;
  padding: 4.219vw 0 20.677vw;
  background-image: url(../images/17223277111701647138.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 36.823vw;
}
.image_26[data-v-ce3c6fbc] {
  margin-left: 9.063vw;
  width: 4.896vw;
  height: 4.479vw;
}
.image-wrapper_6[data-v-ce3c6fbc] {
  padding: 4.219vw 0 22.708vw;
  background-image: url(../images/17223277112110754662.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 36.771vw;
}
.pos_20[data-v-ce3c6fbc] {
  position: absolute;
  right: 19.844vw;
  top: 19.635vw;
}
.image_27[data-v-ce3c6fbc] {
  margin-left: 13.75vw;
  width: 5.781vw;
  height: 2.448vw;
}
.text-wrapper_2[data-v-ce3c6fbc] {
  padding: 1.354vw 0 0.156vw;
  background-image: url(../images/17223277113520418117.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 27.656vw;
}
.pos_21[data-v-ce3c6fbc] {
  position: absolute;
  left: 50%;
  top: 23.281vw;
  transform: translateX(-50%);
}
.text_2[data-v-ce3c6fbc] {
  color: #fff;
  font-size: 2.604vw;
  font-family: ShanghaiFace;
  line-height: 2.604vw;
  letter-spacing: 0.156vw;
}
.text_3[data-v-ce3c6fbc] {
  color: #cc3202;
  font-size: 0.833vw;
  font-family: Source Han Sans CN;
  line-height: 0.104vw;
}
.pos_22[data-v-ce3c6fbc] {
  position: absolute;
  left: 22.24vw;
  bottom: 23.438vw;
}
.group_5[data-v-ce3c6fbc] {
  margin-top: 4vw;
}
.section_9[data-v-ce3c6fbc] {
}
.section_10[data-v-ce3c6fbc] {
  padding: 2.344vw 2.24vw 3.125vw;
  background-color: #f76719;
  border-radius: 1.198vw;
  width: 60.313vw;
}
.text_15[data-v-ce3c6fbc] {
  color: #fff;
  font-size: 1.667vw;
  font-family: Source Han Sans CN;
  font-weight: 700;
  line-height: 1.615vw;
  letter-spacing: 0.133vw;
}
.group_11[data-v-ce3c6fbc] {
  margin-top: 1.094vw;
}
.image_28[data-v-ce3c6fbc] {
  width: 0.417vw;
  height: 0.417vw;
}
.font_7[data-v-ce3c6fbc] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  letter-spacing: 0.075vw;
  line-height: 1.25vw;
  color: #fff;
}
.text_16[data-v-ce3c6fbc] {
  line-height: 1.198vw;
}
.group_12[data-v-ce3c6fbc] {
  margin-top: 1.406vw;
}
.text_17[data-v-ce3c6fbc] {
  line-height: 1.198vw;
}
.group_13[data-v-ce3c6fbc] {
  margin-top: 1.354vw;
}
.group_14[data-v-ce3c6fbc] {
  margin-top: 0.521vw;
  padding: 0 1.146vw;
}
.section_5[data-v-ce3c6fbc] {
  padding: 2.76vw 2.5vw 2.917vw;
  background-image: linear-gradient(180deg, #fce2d9, #fce2d9 18%, #faceaa);
  border-radius: 1.198vw;
  width: 60.313vw;
}
.pos_23[data-v-ce3c6fbc] {
  margin: 4vw auto 0;
  background: url(../images/34.png) no-repeat;
  background-size: 100% 100%;
  padding: 14.76vw 2.5vw 2.917vw;
}
.equal-division[data-v-ce3c6fbc] {
  margin-right: 0.521vw;
}
.equal-division-item[data-v-ce3c6fbc] {
  flex: 1 1 17.188vw;
}
.section_6[data-v-ce3c6fbc] {
  padding: 0 4.271vw 1.458vw;
  filter: drop-shadow(0 0.469vw 0.833vw #a00e0e57);
  background-image: url(../images/17223277114978331147.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10.729vw;
}
.group_6[data-v-ce3c6fbc] {
  padding: 1.042vw 0.781vw 0.677vw;
}
.font_2[data-v-ce3c6fbc] {
  font-size: 2.24vw;
  font-family: Adobe Heiti Std;
  letter-spacing: -0.0448vw;
  line-height: 1.719vw;
  color: #e31614;
}
.text_9[data-v-ce3c6fbc] {
  margin-top: 1.458vw;
}
.font[data-v-ce3c6fbc] {
  font-size: 4.323vw;
  font-family: DIN;
  letter-spacing: -0.0865vw;
  line-height: 3.229vw;
  font-weight: 700;
  color: #e31614;
}
.text_4[data-v-ce3c6fbc] {
  line-height: 3.125vw;
}
.text_6[data-v-ce3c6fbc] {
  margin-left: -0.573vw;
  color: #e31614;
  font-size: 2.604vw;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 2.396vw;
  letter-spacing: -0.0521vw;
}
.text-wrapper_3[data-v-ce3c6fbc] {
  padding: 0.104vw 0;
  background-image: linear-gradient(81deg, #f76719, #e31614);
  border-radius: 0.521vw;
  width: 4.583vw;
}
.font_3[data-v-ce3c6fbc] {
  font-size: 1.042vw;
  line-height: 1.042vw;
}
.font_3[data-v-ce3c6fbc],
.font_4[data-v-ce3c6fbc] {
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #fff;
}
.font_4[data-v-ce3c6fbc] {
  font-size: 1.563vw;
  letter-spacing: 0.0625vw;
  line-height: 1.51vw;
}
.text_10[data-v-ce3c6fbc] {
  margin-top: 1.563vw;
}
.section_7[data-v-ce3c6fbc] {
  padding: 0 3.958vw 1.458vw;
  filter: drop-shadow(0 0.469vw 0.833vw #a00e0e57);
  background-image: url(../images/17223277114978331147.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10.729vw;
}
.group_7[data-v-ce3c6fbc] {
  padding: 1.146vw 0 0.521vw;
}
.text_7[data-v-ce3c6fbc] {
  margin-top: 1.198vw;
}
.text-wrapper_4[data-v-ce3c6fbc] {
  padding: 0.104vw 0;
  background-image: linear-gradient(81deg, #f76719, #e31614);
  border-radius: 0.521vw;
  width: 4.427vw;
}
.text_11[data-v-ce3c6fbc] {
  margin-top: 1.563vw;
}
.section_8[data-v-ce3c6fbc] {
  padding: 0 2.813vw 1.458vw 3.073vw;
  filter: drop-shadow(0 0.469vw 0.833vw #a00e0e57);
  background-image: url(../images/17223277114978331147.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10.729vw;
}
.text_5[data-v-ce3c6fbc] {
  margin-right: -11.302vw;
}
.text_8[data-v-ce3c6fbc] {
  margin-right: 9.01vw;
  margin-top: 1.198vw;
}
.text_12[data-v-ce3c6fbc] {
  margin-top: 1.563vw;
}
.group_8[data-v-ce3c6fbc] {
  line-height: 1.875vw;
}
.font_5[data-v-ce3c6fbc] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.875vw;
  color: #000;
}
.text_13[data-v-ce3c6fbc] {
  color: #e31614;
  font-weight: 700;
}
.group_9[data-v-ce3c6fbc] {
  margin-left: 0.208vw;
  margin-right: 0.677vw;
}
.text_14[data-v-ce3c6fbc] {
  margin-top: 0.417vw;
  color: #e31614;
  font-size: 1.771vw;
  font-family: Source Han Sans CN;
  font-weight: 700;
  line-height: 0.729vw;
}
.group_10[data-v-ce3c6fbc] {
  line-height: 1.406vw;
  height: 2.865vw;
}
.font_6[data-v-ce3c6fbc] {
  font-size: 1.042vw;
  font-family: Source Han Sans CN;
  line-height: 1.406vw;
  color: #000;
}
.image_3[data-v-ce3c6fbc] {
  width: 28.49vw;
  height: 19.375vw;
}
.pos_3[data-v-ce3c6fbc] {
  position: absolute;
  right: 0;
  top: 0.729vw;
}
.image_15[data-v-ce3c6fbc] {
  mix-blend-mode: multiply;
  width: 51.146vw;
  height: 15.104vw;
}
.pos_15[data-v-ce3c6fbc] {
  position: absolute;
  right: 3.594vw;
  top: 18.594vw;
}
.image_13[data-v-ce3c6fbc] {
  width: 54.479vw;
  height: 15.99vw;
}
.pos_14[data-v-ce3c6fbc] {
  position: absolute;
  right: 0;
  top: 17.969vw;
}
.image_2[data-v-ce3c6fbc] {
  width: 1.354vw;
  height: 15.521vw;
}
.pos_2[data-v-ce3c6fbc] {
  position: absolute;
  right: 28.125vw;
  top: 0.521vw;
}
.section_2[data-v-ce3c6fbc] {
  padding-top: 1.198vw;
  background-image: url(../images/17223277096508291435.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 54.427vw;
}
.pos_9[data-v-ce3c6fbc] {
  position: absolute;
  right: 0;
  top: 13.802vw;
}
.group[data-v-ce3c6fbc] {
  padding: 3.073vw 0 1.094vw;
}
.image_14[data-v-ce3c6fbc] {
  width: 36.979vw;
  height: 8.49vw;
}
.image_17[data-v-ce3c6fbc] {
  width: 13.646vw;
  height: 5.833vw;
}
.pos_17[data-v-ce3c6fbc] {
  position: absolute;
  left: 4.219vw;
  bottom: 0;
}
.image_10[data-v-ce3c6fbc] {
  width: 18.385vw;
  height: 3.281vw;
}
.pos_12[data-v-ce3c6fbc] {
  position: absolute;
  right: 4.271vw;
  top: 1.302vw;
}
.image_8[data-v-ce3c6fbc] {
  mix-blend-mode: multiply;
  width: 7.813vw;
  height: 4.427vw;
}
.pos_10[data-v-ce3c6fbc] {
  position: absolute;
  left: 12.969vw;
  top: 0;
}
.group_2[data-v-ce3c6fbc] {
  margin-top: 3.906vw;
  width: 17.552vw;
}
.image_16[data-v-ce3c6fbc] {
  margin-left: 2.917vw;
  width: 3.281vw;
  height: 2.448vw;
}
.group_3[data-v-ce3c6fbc] {
  padding-top: 3.906vw;
}
.image_20[data-v-ce3c6fbc] {
  width: 17.552vw;
  height: 4.323vw;
}
.image_19[data-v-ce3c6fbc] {
  mix-blend-mode: multiply;
  width: 10.99vw;
  height: 3.281vw;
}
.pos_19[data-v-ce3c6fbc] {
  position: absolute;
  right: 0;
  top: 1.302vw;
}
.image_18[data-v-ce3c6fbc] {
  width: 10.781vw;
  height: 4.219vw;
}
.pos_18[data-v-ce3c6fbc] {
  position: absolute;
  right: 0;
  top: 0;
}
.image_7[data-v-ce3c6fbc] {
  width: 7.865vw;
  height: 5.677vw;
}
.pos_8[data-v-ce3c6fbc] {
  position: absolute;
  right: 33.906vw;
  top: 13.125vw;
}
.image_11[data-v-ce3c6fbc] {
  width: 10vw;
  height: 4.948vw;
}
.pos_13[data-v-ce3c6fbc] {
  position: absolute;
  right: 29.74vw;
  top: 17.708vw;
}
.image_5[data-v-ce3c6fbc] {
  width: 1.198vw;
  height: 8.438vw;
}
.pos_4[data-v-ce3c6fbc] {
  position: absolute;
  right: 35.729vw;
  top: 7.135vw;
}
.image-wrapper_3[data-v-ce3c6fbc] {
  padding-bottom: 0.573vw;
  background-image: url(../images/17223277106831072415.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 10vw;
}
.pos_5[data-v-ce3c6fbc] {
  position: absolute;
  right: 29.74vw;
  top: 7.24vw;
}
.image_4[data-v-ce3c6fbc] {
  margin-right: 0.469vw;
  margin-top: -0.469vw;
  width: 6.51vw;
  height: 12.812vw;
}
.image-wrapper_4[data-v-ce3c6fbc] {
  padding: 4.74vw 0 0.677vw;
  background-image: url(../images/17223277108076276566.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 10.26vw;
}
.pos_7[data-v-ce3c6fbc] {
  position: absolute;
  right: 18.854vw;
  top: 12.917vw;
}
.image_12[data-v-ce3c6fbc] {
  margin-left: 1.927vw;
  width: 8.75vw;
  height: 6.823vw;
}
.image_9[data-v-ce3c6fbc] {
  width: 13.49vw;
  height: 9.375vw;
}
.pos_11[data-v-ce3c6fbc] {
  position: absolute;
  right: 35.156vw;
  top: 15.208vw;
}
.image-wrapper[data-v-ce3c6fbc] {
  background-color: #fff;
}
.pos[data-v-ce3c6fbc] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.image[data-v-ce3c6fbc] {
  width: 67.76vw;
  height: 4.635vw;
}
.image_6[data-v-ce3c6fbc] {
  width: 30.521vw;
  height: 13.906vw;
}
.pos_6[data-v-ce3c6fbc] {
  position: absolute;
  left: 21.771vw;
  top: 8.021vw;
}
.text-wrapper[data-v-ce3c6fbc] {
  padding: 0.781vw 0 0.99vw;
  background-image: url(../images/17223277111016587526.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pos_16[data-v-ce3c6fbc] {
  position: absolute;
  left: 24.01vw;
  top: 19.375vw;
}
.text[data-v-ce3c6fbc] {
  margin-left: 2.24vw;
  margin-right: 1.146vw;
  color: #fff;
  font-size: 2.031vw;
  font-family: Source Han Sans CN;
  font-weight: 700;
  line-height: 5vw;
  transform: rotate(-8deg);
  margin-bottom: 12px;
}

html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Microsoft Yahei,
    sans-serif;
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.relative {
  position: relative;
}
.ml-2 {
  margin-left: 0.1042vw;
}
.mt-2 {
  margin-top: 0.1042vw;
}
.ml-4 {
  margin-left: 0.2083vw;
}
.mt-4 {
  margin-top: 0.2083vw;
}
.ml-6 {
  margin-left: 0.3125vw;
}
.mt-6 {
  margin-top: 0.3125vw;
}
.ml-8 {
  margin-left: 0.4167vw;
}
.mt-8 {
  margin-top: 0.4167vw;
}
.ml-10 {
  margin-left: 0.5208vw;
}
.mt-10 {
  margin-top: 0.5208vw;
}
.ml-12 {
  margin-left: 0.625vw;
}
.mt-12 {
  margin-top: 0.625vw;
}
.ml-14 {
  margin-left: 0.7292vw;
}
.mt-14 {
  margin-top: 0.7292vw;
}
.ml-16 {
  margin-left: 0.8333vw;
}
.mt-16 {
  margin-top: 0.8333vw;
}
.ml-18 {
  margin-left: 0.9375vw;
}
.mt-18 {
  margin-top: 0.9375vw;
}
.ml-20 {
  margin-left: 1.0417vw;
}
.mt-20 {
  margin-top: 1.0417vw;
}
.ml-22 {
  margin-left: 1.1458vw;
}
.mt-22 {
  margin-top: 1.1458vw;
}
.ml-24 {
  margin-left: 1.25vw;
}
.mt-24 {
  margin-top: 1.25vw;
}
.ml-26 {
  margin-left: 1.3542vw;
}
.mt-26 {
  margin-top: 1.3542vw;
}
.ml-28 {
  margin-left: 1.4583vw;
}
.mt-28 {
  margin-top: 1.4583vw;
}
.ml-30 {
  margin-left: 1.5625vw;
}
.mt-30 {
  margin-top: 1.5625vw;
}
.ml-32 {
  margin-left: 1.6667vw;
}
.mt-32 {
  margin-top: 1.6667vw;
}
.ml-34 {
  margin-left: 1.7708vw;
}
.mt-34 {
  margin-top: 1.7708vw;
}
.ml-36 {
  margin-left: 1.875vw;
}
.mt-36 {
  margin-top: 1.875vw;
}
.ml-38 {
  margin-left: 1.9792vw;
}
.mt-38 {
  margin-top: 1.9792vw;
}
.ml-40 {
  margin-left: 2.0833vw;
}
.mt-40 {
  margin-top: 2.0833vw;
}
.ml-42 {
  margin-left: 2.1875vw;
}
.mt-42 {
  margin-top: 2.1875vw;
}
.ml-44 {
  margin-left: 2.2917vw;
}
.mt-44 {
  margin-top: 2.2917vw;
}
.ml-46 {
  margin-left: 2.3958vw;
}
.mt-46 {
  margin-top: 2.3958vw;
}
.ml-48 {
  margin-left: 2.5vw;
}
.mt-48 {
  margin-top: 2.5vw;
}
.ml-50 {
  margin-left: 2.6042vw;
}
.mt-50 {
  margin-top: 2.6042vw;
}
.ml-52 {
  margin-left: 2.7083vw;
}
.mt-52 {
  margin-top: 2.7083vw;
}
.ml-54 {
  margin-left: 2.8125vw;
}
.mt-54 {
  margin-top: 2.8125vw;
}
.ml-56 {
  margin-left: 2.9167vw;
}
.mt-56 {
  margin-top: 2.9167vw;
}
.ml-58 {
  margin-left: 3.0208vw;
}
.mt-58 {
  margin-top: 3.0208vw;
}
.ml-60 {
  margin-left: 3.125vw;
}
.mt-60 {
  margin-top: 3.125vw;
}
.ml-62 {
  margin-left: 3.2292vw;
}
.mt-62 {
  margin-top: 3.2292vw;
}
.ml-64 {
  margin-left: 3.3333vw;
}
.mt-64 {
  margin-top: 3.3333vw;
}
.ml-66 {
  margin-left: 3.4375vw;
}
.mt-66 {
  margin-top: 3.4375vw;
}
.ml-68 {
  margin-left: 3.5417vw;
}
.mt-68 {
  margin-top: 3.5417vw;
}
.ml-70 {
  margin-left: 3.6458vw;
}
.mt-70 {
  margin-top: 3.6458vw;
}
.ml-72 {
  margin-left: 3.75vw;
}
.mt-72 {
  margin-top: 3.75vw;
}
.ml-74 {
  margin-left: 3.8542vw;
}
.mt-74 {
  margin-top: 3.8542vw;
}
.ml-76 {
  margin-left: 3.9583vw;
}
.mt-76 {
  margin-top: 3.9583vw;
}
.ml-78 {
  margin-left: 4.0625vw;
}
.mt-78 {
  margin-top: 4.0625vw;
}
.ml-80 {
  margin-left: 4.1667vw;
}
.mt-80 {
  margin-top: 4.1667vw;
}
.ml-82 {
  margin-left: 4.2708vw;
}
.mt-82 {
  margin-top: 4.2708vw;
}
.ml-84 {
  margin-left: 4.375vw;
}
.mt-84 {
  margin-top: 4.375vw;
}
.ml-86 {
  margin-left: 4.4792vw;
}
.mt-86 {
  margin-top: 4.4792vw;
}
.ml-88 {
  margin-left: 4.5833vw;
}
.mt-88 {
  margin-top: 4.5833vw;
}
.ml-90 {
  margin-left: 4.6875vw;
}
.mt-90 {
  margin-top: 4.6875vw;
}
.ml-92 {
  margin-left: 4.7917vw;
}
.mt-92 {
  margin-top: 4.7917vw;
}
.ml-94 {
  margin-left: 4.8958vw;
}
.mt-94 {
  margin-top: 4.8958vw;
}
.ml-96 {
  margin-left: 5vw;
}
.mt-96 {
  margin-top: 5vw;
}
.ml-98 {
  margin-left: 5.1042vw;
}
.mt-98 {
  margin-top: 5.1042vw;
}
.ml-100 {
  margin-left: 5.2083vw;
}
.mt-100 {
  margin-top: 5.2083vw;
}
.ml-35[data-v-1878528a] {
  margin-left: 1.8229vw;
}
.mt-27[data-v-1878528a] {
  margin-top: 1.4063vw;
}
.ml-5[data-v-1878528a] {
  margin-left: 0.2604vw;
}
.page[data-v-1878528a] {
  padding: 30.5729vw 17.9167vw 5.4688vw;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.group[data-v-1878528a] {
  padding-bottom: 1.0938vw;
}
.image[data-v-1878528a] {
  width: 5.7813vw;
  height: 2.4479vw;
}
.image_2[data-v-1878528a] {
  margin-right: 21.1458vw;
}
.font[data-v-1878528a] {
  font-size: 2.6042vw;
  font-family: ShanghaiFace;
  letter-spacing: 0.1563vw;
  line-height: 2.5521vw;
  color: #fff;
}
.text[data-v-1878528a] {
  line-height: 2.6042vw;
}
.pos[data-v-1878528a] {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.font_2[data-v-1878528a] {
  font-size: 1.4583vw;
  font-family: Source Han Sans CN;
  letter-spacing: 0.05833vw;
  color: #fff;
}
.text_2[data-v-1878528a] {
  margin-top: 0.8854vw;
  line-height: 1.4063vw;
}
.group_2[data-v-1878528a] {
  margin-top: 1.5625vw;
}
.group_3[data-v-1878528a] {
  padding: 0.3125vw 0 1.0417vw;
}
.image_4[data-v-1878528a] {
  width: 15.3646vw;
  height: 29.8438vw;
}
.image_3[data-v-1878528a] {
  width: 27.8646vw;
  height: 31.1979vw;
}
.pos_2[data-v-1878528a] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.image_7[data-v-1878528a] {
  filter: drop-shadow(0 0.5729vw 0.9375vw #601111b0);
  border-radius: 0.3125vw;
  width: 15.3646vw;
  height: 4.2708vw;
}
.pos_7[data-v-1878528a] {
  position: absolute;
  right: 0;
  bottom: 2.8646vw;
}
.image_5[data-v-1878528a] {
  filter: drop-shadow(0 0.5729vw 0.9375vw #601111b0);
  border-radius: 0.3125vw;
  width: 13.5937vw;
  height: 4.5833vw;
}
.pos_4[data-v-1878528a] {
  position: absolute;
  right: 5vw;
  top: 6.0417vw;
}
.font_4[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.4063vw;
  font-weight: 700;
  color: #eb4513;
}
.font_weight_500 {
  font-weight: 500;
}
.font_size_16 {
  font-size: 16px;
}
.font_size_20 {
  font-size: 20px;
}
.text_3[data-v-1878528a] {
  text-shadow: 0 0.1563vw #fff, 0 -0.1563vw #fff, 0.1563vw 0 #fff,
    -0.1563vw 0 #fff;
}
.text_4[data-v-1878528a] {
  font-size: 1.1979vw;
  line-height: 1.1979vw;
}
.pos_3[data-v-1878528a] {
  position: absolute;
  right: 6.1979vw;
  top: 5vw;
}
.text_7[data-v-1878528a] {
  font-size: 1.1979vw;
  line-height: 1.3542vw;
}
.pos_5[data-v-1878528a] {
  position: absolute;
  right: 6.849vw;
  bottom: 6.9792vw;
}
.text_8[data-v-1878528a] {
  font-size: 1.1979vw;
  line-height: 1.3542vw;
}
.pos_6[data-v-1878528a] {
  position: absolute;
  right: 1.3802vw;
  bottom: 7.0833vw;
}
.group_4[data-v-1878528a] {
  margin: 2.3958vw 3.5417vw 0 -0.4167vw;
  width: 27.1354vw;
}
.font_3[data-v-1878528a] {
  color: #fff;
}
.font_3[data-v-1878528a],
.font_5[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 2.5521vw;
}
.font_5[data-v-1878528a] {
  font-weight: 700;
  color: #fab338;
}
.text_5[data-v-1878528a] {
  margin-left: 0.3646vw;
}
.font_6[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 2.5521vw;
  color: #fab338;
}
.text_6[data-v-1878528a] {
  margin-left: 0.3646vw;
}
.image-wrapper[data-v-1878528a] {
  margin-top: 1.4583vw;
  padding: 0.3646vw 0 0.2083vw;
  background-color: #fff;
  box-shadow: 0 0.9896vw 1.25vw rgba(174, 8, 8, 0.5803921568627451);
  width: 11.6667vw;
}
.image_6[data-v-1878528a] {
  width: 10.8854vw;
  height: 10.8333vw;
}
.group_5[data-v-1878528a] {
  margin-top: 0.7292vw;
  line-height: 1.5104vw;
  text-align: center;
}
.font_7[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.5104vw;
  color: #fff;
}
.group_6[data-v-1878528a] {
  padding: 0 1.875vw;
}
.group_7[data-v-1878528a] {
  padding: 0 13.75vw;
}
.group_8[data-v-1878528a] {
  width: 17.8646vw;
}
.group_9[data-v-1878528a] {
  padding-bottom: 1.0417vw;
}
.image_8[data-v-1878528a] {
  margin-right: 1.3542vw;
}
.text_9[data-v-1878528a] {
  line-height: 2.6042vw;
}
.pos_8[data-v-1878528a] {
  position: absolute;
  left: 1.6146vw;
  bottom: 0;
}
.text_10[data-v-1878528a] {
  line-height: 1.4583vw;
}
.image_9[data-v-1878528a] {
  width: 5.3125vw;
  height: 4.4792vw;
}
.list[data-v-1878528a] {
  padding: 1.3542vw 1.4063vw 2.1875vw;
  background-color: #f76719;
  border-radius: 1.1458vw;
}
.list-item[data-v-1878528a]:first-child {
  margin-top: 0;
}
.group_10[data-v-1878528a] {
  width: 25.5208vw;
}
.section[data-v-1878528a] {
  padding: 3.5937vw 0 4.2708vw;
  border-radius: 0.9375vw;
  background-image: url(../images/17223286415629256157.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13.0208vw;
}
.group_11[data-v-1878528a] {
  line-height: 1.875vw;
}
.font_8[data-v-1878528a] {
  font-size: 1.4583vw;
  font-family: Source Han Sans CN;
  line-height: 1.875vw;
  font-weight: 500;
  color: #fff;
}
.image_10[data-v-1878528a] {
  border-radius: 0.5729vw;
  width: 15.3125vw;
  height: 11.6146vw;
}
.pos_9[data-v-1878528a] {
  position: absolute;
  right: 0;
  top: 0;
}
.font_9[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.875vw;
  font-weight: 500;
  color: #fff;
}
.group_13[data-v-1878528a] {
  padding: 3.6458vw 0 3.4896vw;
  height: 45vw;
}
.image-wrapper_2[data-v-1878528a] {
  padding: 4.2188vw 0 20.6771vw;
  background-image: url(../images/17223277111701647138.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 36.8229vw;
}
.image_13[data-v-1878528a] {
  margin-left: 9.0625vw;
  width: 4.8958vw;
  height: 4.4792vw;
}
.image-wrapper_3[data-v-1878528a] {
  padding: 4.2188vw 0 22.7083vw;
  background-image: url(../images/17223277112110754662.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 36.7708vw;
}
.pos_12[data-v-1878528a] {
  position: absolute;
  right: 0;
  top: 0;
}
.image_14[data-v-1878528a] {
  margin-left: 13.75vw;
}
.text-wrapper[data-v-1878528a] {
  padding: 1.3542vw 0 0.1563vw;
  background-image: url(../images/17223277113520418117.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 27.6563vw;
}
.pos_13[data-v-1878528a] {
  position: absolute;
  left: 50%;
  top: 3.6458vw;
  transform: translateX(-50%);
}
.text_11[data-v-1878528a] {
  line-height: 2.6042vw;
}
.text_12[data-v-1878528a] {
  color: #cc3202;
  font-size: 0.8333vw;
  font-family: Source Han Sans CN;
  line-height: 0.1042vw;
}
.pos_14[data-v-1878528a] {
  position: absolute;
  left: 2.3438vw;
  top: 10.1042vw;
}
.section_4[data-v-1878528a] {
  margin-top: -17.4479vw;
  padding: 2.7604vw 2.5vw 2.9167vw;
  background: url(../images/34.png) no-repeat;
  background-size: 100% 100%;
}
.equal-division[data-v-1878528a] {
  margin-right: 0.5208vw;
}
.equal-division-item[data-v-1878528a] {
  flex: 1 1 17.1875vw;
}
.section_5[data-v-1878528a] {
  padding: 0 4.2708vw 1.4583vw;
  filter: drop-shadow(0 0.4688vw 0.8333vw #a00e0e57);
  background-image: url(../images/17223277114978331147.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10.7292vw;
}
.group_14[data-v-1878528a] {
  padding: 1.0417vw 0.7813vw 0.6771vw;
}
.font_11[data-v-1878528a] {
  font-size: 2.2396vw;
  font-family: Adobe Heiti Std;
  letter-spacing: -0.04479vw;
  line-height: 1.7188vw;
  color: #e31614;
}
.text_18[data-v-1878528a] {
  margin-top: 1.4583vw;
}
.font_10[data-v-1878528a] {
  font-size: 4.3229vw;
  font-family: DIN;
  letter-spacing: -0.08646vw;
  line-height: 3.2292vw;
  font-weight: 700;
  color: #e31614;
}
.text_13[data-v-1878528a] {
  line-height: 3.125vw;
}
.text_15[data-v-1878528a] {
  margin-left: -0.5729vw;
  color: #e31614;
  font-size: 2.6042vw;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 2.3958vw;
  letter-spacing: -0.05208vw;
}
.text-wrapper_2[data-v-1878528a] {
  padding: 0.1042vw 0;
  background-image: linear-gradient(81deg, #f76719, #e31614);
  border-radius: 0.5208vw;
  width: 4.5833vw;
}
.font_12[data-v-1878528a] {
  font-size: 1.0417vw;
  line-height: 1.0417vw;
}
.font_12[data-v-1878528a],
.font_13[data-v-1878528a] {
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #fff;
}
.font_13[data-v-1878528a] {
  font-size: 1.5625vw;
  letter-spacing: 0.0625vw;
  line-height: 1.5104vw;
}
.text_19[data-v-1878528a] {
  margin-top: 1.5625vw;
}
.section_6[data-v-1878528a] {
  padding: 0 3.9583vw 1.4583vw;
  filter: drop-shadow(0 0.4688vw 0.8333vw #a00e0e57);
  background-image: url(../images/17223277114978331147.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10.7292vw;
}
.group_15[data-v-1878528a] {
  padding: 1.1458vw 0 0.5208vw;
}
.text_16[data-v-1878528a] {
  margin-top: 1.1979vw;
}
.text-wrapper_3[data-v-1878528a] {
  padding: 0.1042vw 0;
  background-image: linear-gradient(81deg, #f76719, #e31614);
  border-radius: 0.5208vw;
  width: 4.4271vw;
}
.text_20[data-v-1878528a] {
  margin-top: 1.5625vw;
}
.section_7[data-v-1878528a] {
  padding: 0 2.8125vw 1.4583vw 3.0729vw;
  filter: drop-shadow(0 0.4688vw 0.8333vw #a00e0e57);
  background-image: url(../images/17223277114978331147.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 10.7292vw;
}
.text_14[data-v-1878528a] {
  margin-right: -11.3021vw;
}
.text_17[data-v-1878528a] {
  margin-right: 9.0104vw;
  margin-top: 1.1979vw;
}
.text_21[data-v-1878528a] {
  margin-top: 1.5625vw;
}
.group_16[data-v-1878528a] {
  line-height: 1.875vw;
}
.font_14[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.875vw;
  color: #000;
}
.text_22[data-v-1878528a] {
  color: #e31614;
  font-weight: 700;
}
.group_17[data-v-1878528a] {
  margin-left: 0.2083vw;
  margin-right: 0.6771vw;
}
.text_23[data-v-1878528a] {
  margin-top: 0.4167vw;
  color: #e31614;
  font-size: 1.7708vw;
  font-family: Source Han Sans CN;
  font-weight: 700;
  line-height: 0.7292vw;
}
.group_18[data-v-1878528a] {
  line-height: 1.4063vw;
  height: 2.8646vw;
}
.font_15[data-v-1878528a] {
  font-size: 1.0417vw;
  font-family: Source Han Sans CN;
  line-height: 1.4063vw;
  color: #000;
}
.section_8[data-v-1878528a] {
  padding: 2.3438vw 2.2396vw 3.125vw;
  background-color: #f76719;
  border-radius: 1.1979vw;
}
.text_24[data-v-1878528a] {
  color: #fff;
  font-size: 1.6667vw;
  font-family: Source Han Sans CN;
  font-weight: 700;
  line-height: 1.6146vw;
  letter-spacing: 0.1333vw;
}
.group_19[data-v-1878528a] {
  margin-top: 1.0938vw;
}
.image_15[data-v-1878528a] {
  width: 0.4167vw;
  height: 0.4167vw;
}
.font_16[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  letter-spacing: 0.075vw;
  line-height: 1.1979vw;
  color: #fff;
}
.group_20[data-v-1878528a] {
  margin-top: 1.4063vw;
}
.group_21[data-v-1878528a] {
  margin-top: 1.3542vw;
}
.font_17[data-v-1878528a] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  letter-spacing: 0.075vw;
  line-height: 1.25vw;
  color: #fff;
}
.group_22[data-v-1878528a] {
  margin-top: 0.5208vw;
  padding: 0 1.1458vw;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Microsoft Yahei,
    sans-serif;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.relative {
  position: relative;
}

.ml-2 {
  margin-left: 0.1042vw;
}

.mt-2 {
  margin-top: 0.1042vw;
}

.ml-4 {
  margin-left: 0.2083vw;
}

.mt-4 {
  margin-top: 0.2083vw;
}

.ml-6 {
  margin-left: 0.3125vw;
}

.mt-6 {
  margin-top: 0.3125vw;
}

.ml-8 {
  margin-left: 0.4167vw;
}

.mt-8 {
  margin-top: 0.4167vw;
}

.ml-10 {
  margin-left: 0.5208vw;
}

.mt-10 {
  margin-top: 0.5208vw;
}

.ml-12 {
  margin-left: 0.625vw;
}

.mt-12 {
  margin-top: 0.625vw;
}

.ml-14 {
  margin-left: 0.7292vw;
}

.mt-14 {
  margin-top: 0.7292vw;
}

.ml-16 {
  margin-left: 0.8333vw;
}

.mt-16 {
  margin-top: 0.8333vw;
}

.ml-18 {
  margin-left: 0.9375vw;
}

.mt-18 {
  margin-top: 0.9375vw;
}

.ml-20 {
  margin-left: 1.0417vw;
}

.mt-20 {
  margin-top: 1.0417vw;
}

.ml-22 {
  margin-left: 1.1458vw;
}

.mt-22 {
  margin-top: 1.1458vw;
}

.ml-24 {
  margin-left: 1.25vw;
}

.mt-24 {
  margin-top: 1.25vw;
}

.ml-26 {
  margin-left: 1.3542vw;
}

.mt-26 {
  margin-top: 1.3542vw;
}

.ml-28 {
  margin-left: 1.4583vw;
}

.mt-28 {
  margin-top: 1.4583vw;
}

.ml-30 {
  margin-left: 1.5625vw;
}

.mt-30 {
  margin-top: 1.5625vw;
}

.ml-32 {
  margin-left: 1.6667vw;
}

.mt-32 {
  margin-top: 1.6667vw;
}

.ml-34 {
  margin-left: 1.7708vw;
}

.mt-34 {
  margin-top: 1.7708vw;
}

.ml-36 {
  margin-left: 1.875vw;
}

.mt-36 {
  margin-top: 1.875vw;
}

.ml-38 {
  margin-left: 1.9792vw;
}

.mt-38 {
  margin-top: 1.9792vw;
}

.ml-40 {
  margin-left: 2.0833vw;
}

.mt-40 {
  margin-top: 2.0833vw;
}

.ml-42 {
  margin-left: 2.1875vw;
}

.mt-42 {
  margin-top: 2.1875vw;
}

.ml-44 {
  margin-left: 2.2917vw;
}

.mt-44 {
  margin-top: 2.2917vw;
}

.ml-46 {
  margin-left: 2.3958vw;
}

.mt-46 {
  margin-top: 2.3958vw;
}

.ml-48 {
  margin-left: 2.5vw;
}

.mt-48 {
  margin-top: 2.5vw;
}

.ml-50 {
  margin-left: 2.6042vw;
}

.mt-50 {
  margin-top: 2.6042vw;
}

.ml-52 {
  margin-left: 2.7083vw;
}

.mt-52 {
  margin-top: 2.7083vw;
}

.ml-54 {
  margin-left: 2.8125vw;
}

.mt-54 {
  margin-top: 2.8125vw;
}

.ml-56 {
  margin-left: 2.9167vw;
}

.mt-56 {
  margin-top: 2.9167vw;
}

.ml-58 {
  margin-left: 3.0208vw;
}

.mt-58 {
  margin-top: 3.0208vw;
}

.ml-60 {
  margin-left: 3.125vw;
}

.mt-60 {
  margin-top: 3.125vw;
}

.ml-62 {
  margin-left: 3.2292vw;
}

.mt-62 {
  margin-top: 3.2292vw;
}

.ml-64 {
  margin-left: 3.3333vw;
}

.mt-64 {
  margin-top: 3.3333vw;
}

.ml-66 {
  margin-left: 3.4375vw;
}

.mt-66 {
  margin-top: 3.4375vw;
}

.ml-68 {
  margin-left: 3.5417vw;
}

.mt-68 {
  margin-top: 3.5417vw;
}

.ml-70 {
  margin-left: 3.6458vw;
}

.mt-70 {
  margin-top: 3.6458vw;
}

.ml-72 {
  margin-left: 3.75vw;
}

.mt-72 {
  margin-top: 3.75vw;
}

.ml-74 {
  margin-left: 3.8542vw;
}

.mt-74 {
  margin-top: 3.8542vw;
}

.ml-76 {
  margin-left: 3.9583vw;
}

.mt-76 {
  margin-top: 3.9583vw;
}

.ml-78 {
  margin-left: 4.0625vw;
}

.mt-78 {
  margin-top: 4.0625vw;
}

.ml-80 {
  margin-left: 4.1667vw;
}

.mt-80 {
  margin-top: 4.1667vw;
}

.ml-82 {
  margin-left: 4.2708vw;
}

.mt-82 {
  margin-top: 4.2708vw;
}

.ml-84 {
  margin-left: 4.375vw;
}

.mt-84 {
  margin-top: 4.375vw;
}

.ml-86 {
  margin-left: 4.4792vw;
}

.mt-86 {
  margin-top: 4.4792vw;
}

.ml-88 {
  margin-left: 4.5833vw;
}

.mt-88 {
  margin-top: 4.5833vw;
}

.ml-90 {
  margin-left: 4.6875vw;
}

.mt-90 {
  margin-top: 4.6875vw;
}

.ml-92 {
  margin-left: 4.7917vw;
}

.mt-92 {
  margin-top: 4.7917vw;
}

.ml-94 {
  margin-left: 4.8958vw;
}

.mt-94 {
  margin-top: 4.8958vw;
}

.ml-96 {
  margin-left: 5vw;
}

.mt-96 {
  margin-top: 5vw;
}

.ml-98 {
  margin-left: 5.1042vw;
}

.mt-98 {
  margin-top: 5.1042vw;
}

.ml-100 {
  margin-left: 5.2083vw;
}

.mt-100 {
  margin-top: 5.2083vw;
}

.page[data-v-35fdd562] {
  padding: 30.5208vw 17.9167vw 78.2292vw;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.group[data-v-35fdd562] {
  padding-bottom: 1.0938vw;
}

.section[data-v-35fdd562] {
  margin-right: 21.0938vw;
  background-color: #f76719;
  width: 5.8854vw;
  height: 2.5vw;
}

.text[data-v-35fdd562] {
  color: #fff;
  font-size: 2.6042vw;
  font-family: ShanghaiFace;
  line-height: 2.6042vw;
  letter-spacing: 0.1563vw;
}

.pos[data-v-35fdd562] {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.text_2[data-v-35fdd562] {
  margin-top: 0.8854vw;
  color: #fff;
  font-size: 1.4583vw;
  font-family: Source Han Sans CN;
  line-height: 1.4063vw;
  letter-spacing: 0.05833vw;
}

.group_2[data-v-35fdd562] {
  margin-top: 1.5625vw;
}

.group_3[data-v-35fdd562] {
  padding: 0.3125vw 0 1.0417vw;
}

.image_2[data-v-35fdd562] {
  width: 15.3646vw;
  height: 29.8438vw;
}

.image[data-v-35fdd562] {
  width: 27.8646vw;
  height: 31.1979vw;
}

.pos_2[data-v-35fdd562] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.image_5[data-v-35fdd562] {
  filter: drop-shadow(0 0.5729vw 0.9375vw #601111b0);
  border-radius: 0.3125vw;
  width: 15.4167vw;
  height: 4.3229vw;
}

.pos_7[data-v-35fdd562] {
  position: absolute;
  right: 0;
  bottom: 2.8125vw;
}

.image_3[data-v-35fdd562] {
  filter: drop-shadow(0 0.5729vw 0.9375vw #601111b0);
  border-radius: 0.3125vw;
  width: 13.6458vw;
  height: 4.6354vw;
}

.pos_4[data-v-35fdd562] {
  position: absolute;
  right: 5vw;
  top: 6.0417vw;
}

.font_2[data-v-35fdd562] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.3542vw;
  font-weight: 700;
  color: #eb4513;
}

.text_3[data-v-35fdd562] {
  text-shadow: 0 0.1563vw #fff, 0 -0.1563vw #fff, 0.1563vw 0 #fff,
    -0.1563vw 0 #fff;
}

.text_4[data-v-35fdd562] {
  font-size: 1.1979vw;
  line-height: 1.1979vw;
}

.pos_3[data-v-35fdd562] {
  position: absolute;
  right: 6.1979vw;
  top: 5vw;
}

.text_7[data-v-35fdd562] {
  font-size: 1.1979vw;
}

.pos_5[data-v-35fdd562] {
  position: absolute;
  right: 6.849vw;
  bottom: 6.9792vw;
}

.text_8[data-v-35fdd562] {
  font-size: 1.1979vw;
}

.pos_6[data-v-35fdd562] {
  position: absolute;
  right: 1.3802vw;
  bottom: 7.0833vw;
}

.group_4[data-v-35fdd562] {
  margin: 2.3958vw 3.5417vw 0 -0.4167vw;
  width: 27.1354vw;
}

.font[data-v-35fdd562] {
  color: #fff;
}

.font[data-v-35fdd562],
.font_3[data-v-35fdd562] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 2.5521vw;
}

.font_3[data-v-35fdd562] {
  font-weight: 700;
  color: #fab338;
}

.text_5[data-v-35fdd562] {
  margin-left: 0.3646vw;
}

.font_4[data-v-35fdd562] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 2.5521vw;
  color: #fab338;
}

.text_6[data-v-35fdd562] {
  margin-left: 0.3646vw;
}

.image-wrapper[data-v-35fdd562] {
  margin-top: 1.4583vw;
  padding: 0.3646vw 0 0.2083vw;
  background-color: #fff;
  box-shadow: 0 0.9896vw 1.25vw rgba(174, 8, 8, 0.5803921568627451);
  width: 11.6667vw;
}

.image_4[data-v-35fdd562] {
  width: 10.8854vw;
  height: 10.8333vw;
}

.group_5[data-v-35fdd562] {
  margin-top: 0.7292vw;
  line-height: 1.5104vw;
  text-align: center;
}

.font_5[data-v-35fdd562] {
  font-size: 1.25vw;
  font-family: Source Han Sans CN;
  line-height: 1.5104vw;
  color: #fff;
}

.image_6[data-v-35fdd562] {
  width: 5.3125vw;
  height: 4.4792vw;
}

.image_7[data-v-35fdd562] {
  margin-right: 15.625vw;
  margin-top: 4.2188vw;
}

.image_8[data-v-35fdd562] {
  margin-right: 9.375vw;
  margin-top: 25.8854vw;
}

.section_02 {
  width: 63.93vw;
  margin: 0 auto 4vw;
  /* padding: 30.5208vw 17.9167vw 4vw; */
}

/* CSS Document */
@charset "gb2312";
/*
* Description: ÔÆË½ÛÓ
* Update:      02/06/2017  16/12/2020 ÐÞ¸Ä
* Author:      xuyongmei
*/

/* reset css */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
body {
  font-size: 16px;
  background: #fff;
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
select,
input,
button {
  vertical-align: middle;
  font-size: 100%;
  border: 0;
}
fieldset,
img {
  border: 0 none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i,
b {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font: 0/0 arial;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
/*-----------------------------------------·Ö¸ôÏß------------------------------------------------*/
.autoin {
  width: 1180px;
  margin: 0 auto;
}
.bz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.i_r {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  margin: -17px 1px 0 0;
}

/*banner*/

.banner_video {
  width: 474px;
  height: 295px;
  margin-left: 634px;
  background: url(../images/pop_v9.jpg?v=2) no-repeat;
}
.banner_videoha {
  position: relative;
}
/*.banner_videoha .zhezhao{
	position: absolute;
	width: 474px;
	height: 295px;
	left:0px;
	top:0px;
	background: url(../images/pop_v9.png?v=2) no-repeat;
}*/
.video_pop .zhezhao {
  display: none;
}

.title p {
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  color: #616161;
  line-height: 10px;
}
.h3_til {
  height: 80px;
  line-height: 80px;
  padding-left: 17px;
}
.h3_til span {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  background: linear-gradient(to right, #489dfd, #489afd, #6d84ff);
  background: -moz-linear-gradient(right, #489dfd, #489afd, #6d84ff);
  background: -webkit-gradient(
    linear,
    0% 0%,
    80% 0%,
    from(#6d84ff),
    to(#489dfd)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  color: transparent;
}

/*ÔÆË½ÛÓ*/
.yuns_wrap {
  width: 100%;
  height: 663px;
  background: url(../images/yuns_bg.jpg?v=2) center top no-repeat;
  padding-top: 60px;
}
.te_tp {
  line-height: 44px;
  font-size: 20px;
  color: #303030;
  padding-left: 17px;
  letter-spacing: 4px;
}
.te_tp em {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  color: #0a2144;
  font-weight: 500;
  margin-top: -5px;
}

.yuns_video {
  margin-top: 45px;
  padding-left: 50px;
}
.ys_v {
  float: left;
  width: 324px;
  margin: 0 17px;
}
.ys_in {
  width: 324px;
  height: 224px;
  border: 7px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -oborder-radius: 10px;
  box-shadow: 5px 5px 20px rgba(169, 169, 169, 0.3);
  -webkit-box-shadow: 5px 5px 20px rgba(169, 169, 169, 0.3);
  -moz-box-shadow: 5px 5px 20px rgba(169, 169, 169, 0.3);
  -ms-box-shadow: 5px 5px 20px rgba(169, 169, 169, 0.3);
  -o-box-shadow: 5px 5px 20px rgba(169, 169, 169, 0.3);
  overflow: hidden;
  cursor: pointer;
}
.ys_01 {
  background: url(../images/ys_01.jpg?v=2) no-repeat;
}
.ys_02 {
  background: url(../images/ys_02.jpg?v=2) no-repeat;
}
.ys_03 {
  background: url(../images/ys_03.jpg?v=2) no-repeat;
}
.ys_v a {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../images/ys_icon.png?v=2) no-repeat;
  margin: 73px auto 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.ys_v a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.ys_v p {
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  color: #252525;
  text-align: center;
  margin-top: 20px;
}

/*ÊÓÆµµ¯´°*/
.bz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.gray {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.video_pop {
  width: 1014px;
  height: 490px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border: 3px solid #5c6bfe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}
.close_icon {
  width: 30px;
  height: 30px;
  background: url(../images/close_icon.png?) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  cursor: pointer;
  top: -20px;
  right: -20px;
  z-index: 9;
}

.video_m {
  width: 1014px;
  height: 490px;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  position: relative;
  z-index: 2;
}
.video_m1 {
  background: url(../images/pop_v3.png?v=2) no-repeat;
}
.video_m2 {
  background: url(../images/pop_v4.png?v=2) no-repeat;
}
.pop_icon {
  display: block;
  width: 122px;
  height: 123px;
  background: url(../images/video_icon.png?v=2) no-repeat;
  top: 175px;
  left: 397px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}

/*AI×ÔÊÊÓ¦°Ñ¿ØÑ§Ï°Ã¿Ò»²½*/
.throu_wrap {
  width: 100%;
  height: 992px;
  background: url(../images/throu_bg.jpg?v=2) center top no-repeat;
  padding-top: 65px;
}
.throu_tp {
  margin-top: 20px;
}

.throu_con {
  width: 1180px;
  height: 420px;
  margin-top: 85px;
  overflow: hidden;
  position: relative;
}

.img_ul,
.img_ul li {
  width: 100%;
  height: 420px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.img_text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.img_text img {
  margin: 0 auto;
}
.img_text .bigimg {
  display: block;
  width: 942px;
  height: 387px;
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
}

.img_ul li.cur .img_text .bigimg {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.img_ul li.cur1 .bigimg {
  transition: all 0.4s linear 0.2s;
  -moz-transition: all 0.4s linear 0.2s;
  -ms-transition: all 0.4s linear 0.2s;
  -o-transition: all 0.4s linear 0.2s;
  -webkit-transition: all 0.4s linear 0.2s;
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
  filter: alpha(opacity=0);
}

/*ÊÊºÏÄãµÄÑ§Ï°Â·¾¶*/
.method_wrap {
  width: 100%;
  height: 977px;
  background: url(../images/method_bg.jpg?v=2) center top no-repeat;
  padding-top: 62px;
}
.method_wrap h3 {
  height: 80px;
  line-height: 80px;
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 17px;
}
.method_tp {
  color: #fff;
  margin-top: 20px;
}
.method_tp em {
  color: #fff;
}

.method_ul {
  width: 528px;
  height: 511px;
  background: url(../images/method_r.png?v=2) no-repeat;
  margin: 50px 0 0 652px;
  overflow: hidden;
}
.method_ul li {
  height: 83px;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
  cursor: pointer;
}
.met_t {
  height: 83px;
  line-height: 82px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
}
.met_t1 {
  background: url(../images/met_01.png?v=2) no-repeat;
  margin-left: 46px;
  padding-left: 104px;
}
.met_t2 {
  background: url(../images/met_02.png?v=2) no-repeat;
  margin-left: 16px;
  padding-left: 94px;
}
.met_t3 {
  background: url(../images/met_03.png?v=2) no-repeat;
  margin-left: 6px;
  padding-left: 84px;
}
.met_t4 {
  background: url(../images/met_04.png?v=2) no-repeat;
  margin-left: 6px;
  padding-left: 84px;
}
.met_t5 {
  background: url(../images/met_05.png?v=2) no-repeat;
  margin-left: 12px;
  padding-left: 90px;
}
.met_t6 {
  background: url(../images/met_06.png?v=2) no-repeat;
  margin-left: 38px;
  padding-left: 104px;
}

.met_b {
  height: 83px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding-top: 18px;
  position: absolute;
}
.method_li1 .met_b {
  top: 83px;
}
.method_li2 .met_b {
  top: -83px;
}
.met_b1 {
  width: 440px;
  background: url(../images/met_01h.png?v=2) no-repeat;
  left: 46px;
  padding-left: 104px;
}
.met_b2 {
  width: 429px;
  background: url(../images/met_02h.png?v=2) no-repeat;
  left: 16px;
  padding-left: 94px;
}
.met_b3 {
  width: 438px;
  background: url(../images/met_03h.png?v=2) no-repeat;
  left: 5px;
  padding-left: 84px;
}
.met_b4 {
  width: 445px;
  background: url(../images/met_04h.png?v=2) no-repeat;
  left: 5px;
  padding-left: 84px;
}
.met_b5 {
  width: 440px;
  background: url(../images/met_05h.png?v=2) no-repeat;
  left: 12px;
  padding-left: 90px;
}
.met_b6 {
  width: 429px;
  background: url(../images/met_06h.png?v=2) no-repeat;
  left: 37px;
  padding-left: 104px;
}

/*ÃûÊ¦ÍÆ¼ö*/
.teacher_wrap {
  width: 100%;
  height: 846px;
  background: url(../images/teacher_bg.jpg?v=2) center top no-repeat;
  padding-top: 65px;
}

.tea_con {
  height: 445px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.tet_a,
.tea_a {
  width: 53px;
  height: 53px;
  border: 1px solid #4f79fe;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 0;
}
.tea_al {
  left: 509px;
  background: url(../images/tea_03h.png?v=2) no-repeat center center;
}
.tea_al:hover {
  background: url(../images/tea_03.png?v=2) no-repeat center center;
  background-color: #97affb;
  border-color: #97affb;
}
.tea_ar {
  right: 509px;
  background: url(../images/tea_04.png?v=2) no-repeat center center;
}
.tea_ar:hover {
  background: url(../images/tea_04h.png?v=2) no-repeat center center;
  background-color: #97affb;
  border-color: #97affb;
}
.tea_a {
  margin-top: 157px;
}

.tea_ul {
  width: 1145px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 336px;
}
.tea_ul ul {
  width: 8000px;
  position: absolute;
  top: 0;
  left: 0;
}
.tea_ul li {
  cursor: pointer;
  color: #9a9a9a;
  float: left;
  width: 213px;
  height: 336px;
  background-color: #fff;
  margin-right: 20px;
}
.tli_it {
  overflow: hidden;
  position: relative;
}
.tli_itd {
  width: 213px;
  height: 156px;
  padding-top: 56px;
  background-color: rgba(24, 24, 24, 0.7);
  position: absolute;
  top: -100%;
  z-index: 10;
  left: 0;
}
.tli_itd img {
  display: block;
  margin: 0 auto;
}
.tli_b {
  padding: 15px 12px 0;
}
.tli_b h4 {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
  overflow: hidden;
}
.tli_b h4 span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../images/tea_02.png?v=2) no-repeat;
  margin: -3px 0 0 5px;
}
.tli_b h5 {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  overflow: hidden;
}
.tli_b p {
  line-height: 20px;
  font-size: 12px;
  color: #9a9a9a;
}

/*Ñ§Éú·´À¡*/
.student {
  padding: 65px 0 95px;
  background-color: #fff;
}
.stu_tp {
  margin-top: 10px;
}
.student .h3_til .i_r,
.tao_bg .h3_til .i_r {
  font-size: 24px;
  margin-top: -33px;
}
.student .h3_til .i_r {
  color: #489dfd;
}

.stu_ul {
  padding-top: 95px;
}
.stu_ul li {
  float: left;
  width: 558px;
  height: 457px;
  margin-left: 20px;
  border: 1px solid #e1e1e1;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 4px 0 #e7e7e7;
  -webkit-box-shadow: 0 4px 0 #e7e7e7;
  -moz-box-shadow: 0 4px 0 #e7e7e7;
  -ms-box-shadow: 0 4px 0 #e7e7e7;
  -o-box-shadow: 0 4px 0 #e7e7e7;
}
.sli_t {
  line-height: 26px;
  padding-top: 56px;
  position: relative;
  text-align: center;
}
.sli_t img {
  position: absolute;
  top: -57px;
  left: 230px;
}
.sli_t h4 {
  font-size: 18px;
  color: #252525;
}
.sli_t span {
  color: #5653b1;
}
.sli_p p {
  padding-bottom: 24px;
  font-size: 14px;
  color: #737373;
  line-height: 24px;
}

.sli_p {
  padding: 0 30px;
  margin-top: 20px;
  overflow: hidden;
  height: 290px;
}
.stu_ul li.cur,
.stu_bm.cur {
  animation: 1s;
  border: 1px solid #5653b1;
  box-shadow: #e7e7e7 0 4px 0 0;
}
.stu_ul li.cur .sli_p,
.stu_bm.cur .stu_bul {
  overflow-x: hidden;
  overflow-y: auto;
}
/*¹ö¶¯ÌõÑùÊ½*/
.sli_p::-webkit-scrollbar,
.stu_bul::-webkit-scrollbar {
  width: 8px;
  height: 20px;
} /*¹ö¶¯ÌõÕûÌåÑùÊ½£¬¸ß¿í·Ö±ð¶ÔÓ¦ºáÊú¹ö¶¯ÌõµÄ³ß´ç*/
.sli_p::-webkit-scrollbar-thumb,
.stu_bul::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 10px;
} /*¹ö¶¯ÌõÀïÃæÐ¡·½¿é*/
.sli_p::-webkit-scrollbar-track,
.stu_bul::-webkit-scrollbar-track {
  background: #f4f4f4;
} /*¹ö¶¯ÌõÀïÃæ¹ìµÀ*/

/*tao_bg*/
.tao_bg {
  width: 100%;
  height: 870px;
  background: url(../images/tao_bg.png) center top no-repeat;
  padding-top: 45px;
}
.tao_bg .h3_til span {
  color: #fff;
}

.tao_tul {
  width: 1140px;
  height: 66px;
  background: url(../images/tao_tul.png?v=2) center bottom no-repeat;
  margin: 0 auto 0;
  border-bottom: 3px solid #6d84ff;
  position: relative;
}
.tao_tul li {
  float: left;
  width: 95px;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0px 27px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.tao_tul li.tao_rtil {
  margin-right: 0;
}
.tao_tul li.cur {
  color: #fff;
  width: 163px;
}
.tao_tul li.cur::before {
  display: block;
}

.tao_tul li::before {
  width: 163px;
  height: 75px;
  line-height: 68px;
  font-size: 22px;

  background: url(../images/a5eda2c99c489e7a939cd9090ed96fb9.png) no-repeat;
  margin: 0;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.tao_con {
  width: 1140px;
  height: 556px;
  background: url(../images/tao_con.jpg?v=2) no-repeat;
  overflow: hidden;
  margin: 0 auto;
}
.tao_m {
  letter-spacing: 1px;
  display: none;
}
.table1 td {
  vertical-align: middle;
}
.table1 .td1 {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  background-color: #f5f5f5;
}
.table1 .td3 {
  box-shadow: inset 0 10px 32px -15px rgba(6, 0, 1, 0.1);
  -webkit-box-shadow: inset 0 10px 32px -15px rgba(6, 0, 1, 0.1);
  -moz-box-shadow: inset 0 10px 32px -15px rgba(6, 0, 1, 0.1);
  -ms-box-shadow: inset 0 10px 32px -15px rgba(6, 0, 1, 0.1);
  -o-box-shadow: inset 0 10px 32px -15px rgba(6, 0, 1, 0.1);
}
.bcor1 {
  background-color: #eaf3ff;
  border-right: 1px solid #eaf3ff;
}
.bor1 {
  border-bottom: 1px solid #e6e6e6;
}
.bor2 {
  border-right: 1px solid #e6e6e6;
}
.table1 .td2 h4 {
  line-height: 30px;
  font-size: 20px;
  color: #5a82ff;
}
.table1 .td2 p {
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.tao_box {
  width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 1px 32px 0px rgba(6, 0, 1, 0.12);
}

.tao_mc {
  padding-left: 24px;
  margin-top: 10px;
}
.tao_mc1 {
  margin-top: 0;
}
.tao_mc h5 {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  height: 30px;
  line-height: 30px;
}
.tao_mc h5 span {
  font-size: 14px;
}
.tao_mc h5 span i,
.tao_mc h5 span em {
  color: #ff6e6e;
}
.tao_mc h5 span em {
  font-size: 20px;
}
.tao_p1 span {
  float: left;
  display: inline;
  line-height: 28px;
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}
.tao_p1 span input {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  outline: none;
  cursor: pointer;
}
.tao_p1 span input[type="checkbox"] {
  border: 1px solid #bfbfbf;
}
.tao_p2 {
  overflow: hidden;
  padding-left: 24px;
}
.tao_p2 span {
  float: left;
  display: inline;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  color: #999999;
}
.dui {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(../images/dui.png?v=2) no-repeat;
  margin: -3px 5px 0 0;
}
.tao_p3 {
  line-height: 22px;
  font-size: 14px;
  color: #fe2a2a;
  padding-left: 24px;
}

.tao_b1 {
  padding-left: 175px;
}
.tao_b2 {
  padding-left: 90px;
}
.tao_btn a {
  float: left;
  width: 160px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ff763a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  margin-right: 34px;
}
.tao_btn1,
.tao_btn2:hover {
  color: #ff763a;
  background-color: transparent;
}
.tao_btn2,
.tao_btn1:hover {
  color: #fff;
  background-color: #ff763a;
}

.table1 .td4 h4 {
  font-size: 20px;
  color: #5a82ff;
  font-weight: 500;
  padding-left: 60px;
}
.table1 .td4 h4 em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999;
  margin: -3px 0 0 10px;
}
.tao_mm {
  height: 116px;
  padding-left: 24px;
  margin-top: 30px;
}
.tao_mm .tao_mc {
  float: left;
  width: 338px;
  padding-left: 0;
}
.tao_b3 {
  padding-left: 392px;
}

/*ìéÒ³*/
.feiye {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #e9e7f1;
  padding-top: 60px;
}

.banner_videoha .close_icon {
  display: none;
}
.video_pop .close_icon {
  display: block;
}

.subfield-title {
  height: 39px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 40px;
  color: #2a2a45;
  line-height: 68px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.subfield-title span::after {
  content: "";
  width: 18px;
  height: 30px;
  display: inline-block;
  position: relative;
  background: url(../images/title_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
}
.subfield-title span::before {
  content: "";
  width: 18px;
  height: 30px;
  display: inline-block;
  position: relative;
  background: url(../images/title_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}

.banner {
  width: 100%;
  background: url(../images/banner_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 420px;
}
.banner-info {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.banner .logo {
  width: 268px;
  height: 58px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: 33px;
  margin-top: 105px;
  font-size: 0;
  line-height: 0;
}
.banner h4 {
  height: 27px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 28px;
  color: #2a2a45;
  margin-bottom: 30px;
}
.banner .desc {
  width: 440px;
  height: 62px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c67;
  line-height: 24px;
}
.banner-info > img {
  width: 670px;
  height: 420px;
  position: absolute;
  top: 0;
  right: 0;
}

.intelligent-learning {
  width: 100%;
  background: url(../images/slider_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 728px;
}
.intelligent-learning-info {
  width: 1120px;
  height: 728px;
  margin: 0 auto;
  padding: 70px 0;
}

.intelligent-learning-btns {
  width: 546px;
  height: 56px;
  background: #f2f3f9;
  border-radius: 28px;
  margin: 30px auto 36px;
  text-align: center;
  padding: 8px 0;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
}
.intelligent-learning-btns a {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #2a2a45;
}
.intelligent-learning-btns a.active {
  background: #ffffff;
}
.intelligent-learning-btns a:hover {
  background: #e9eaf5;
}

.intelligent-learning-btns a::before {
  content: "";
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  top: 4px;
  margin-right: 2px;
}

.intelligent-learning-swiper-pagination {
  text-align: center;
  margin-top: 40px;
  display: none;
}
.intelligent-learning-swiper-pagination.show {
  display: block;
}

.intelligent-learning-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4454f2;
}
.intelligent-learning-swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background: #d3d6f1;
  border-radius: unset;
  margin-right: 16px;
}

.intelligent-learning-btns a.time::before {
  background: url(../images/time_icon.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-btns a.exercises::before {
  background: url(../images/exercises_icon.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-btns a.ai::before {
  background: url(../images/ai_icon.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-btns a.forget::before {
  background: url(../images/forget_icon.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-wrapper {
  position: relative;
}

.tab-swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  /* display: none; */
  visibility: hidden;
  height: 3px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
}

.tab-swiper-pagination span {
  width: 40px;
  height: 3px;
  display: inline-block;
  background: #d3d6f1;
  border-radius: unset;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.tab-swiper-pagination.show {
  display: block;
  cursor: pointer;
  visibility: visible;
}

.tab-swiper-pagination span.show::after {
  content: "";
  width: 1px;
  height: 3px;
  background: #4454f2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation-name: widthAnimation; /* 引用关键帧名称 */
  animation-duration: 5.7s; /* 动画持续时间 */
  animation-fill-mode: forwards; /* 动画完成后保持最后一帧状态 */
  transition: all 5s ease-in-out;
}
.intelligent-learning-list {
  position: relative;
}

.intelligent-learning-list .swiper .swiper-wrapper .swiper-slide {
  width: 1200px;
  height: 386px;
  display: flex;
  background: #fff;
}

.intelligent-learning-list .swiper {
  display: none;
}

.intelligent-learning-list .swiper-slide {
  font-size: 18px;
  color: #545462;
}

.intelligent-learning-list .swiper-slide img {
  width: 626px;
  height: 384px;
  display: inline-block;
  margin-right: 50px;
}
.intelligent-learning-list .swiper-slide h5 {
  font-weight: bold;
  font-size: 28px;
  color: #2a2a45;
  margin-top: 70px;
  margin-bottom: 16px;
}

.intelligent-learning-list .swiper-slide h6 {
  font-weight: 500;
  font-size: 22px;
  color: #2a2a45;
}
.intelligent-learning-list .swiper-slide p,
.intelligent-learning-list .swiper-slide ul li {
  margin-bottom: 6px;
}
.intelligent-learning-list .swiper-slide ul li::before {
  width: 5px;
  height: 5px;
  background: #7582fe;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -4px;
  content: "";
  margin-right: 10px;
}
.purple {
  color: #7582fe;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* 应用宽度动画 */
  border-radius: unset;
  background: #d3d6f1 !important;
  position: relative;
  z-index: 1;
}
.swiper-pagination-bullet-active::after {
  width: 1px;
  height: 3px;
  background: #4454f2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation-name: widthAnimation; /* 引用关键帧名称 */
  animation-duration: 3.3s; /* 动画持续时间 */
  animation-fill-mode: forwards; /* 动画完成后保持最后一帧状态 */
  transition: all 0.4s ease-in-out;
}
@keyframes widthAnimation {
  from {
    width: 1px; /* 动画开始时宽度为 0% */
  }
  to {
    width: 40px; /* 动画结束时宽度为 100% */
  }
}

.intelligent-learning-list .swiper-slide h5::before {
  width: 28px;
  height: 28px;
  display: inline-block;
  content: "";
  position: relative;
  margin-right: 7px;
  top: 3px;
}
.intelligent-learning-list .swiper-item-time0 .bg {
  background: url(../images/time_0.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-time0 h5::before {
  background: url(../images/time_0_icon.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-time1 .bg {
  background: url(../images/time_1.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-time1 h5::before {
  background: url(../images/time_1_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-time2 .bg {
  background: url(../images/time_2.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-time2 h5::before {
  background: url(../images/time_2_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-time3 .bg {
  background: url(../images/time_3.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-time3 h5::before {
  background: url(../images/time_3_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-exercises0 .bg {
  background: url(../images/exercises_0.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-exercises0 h5,
.intelligent-learning-list .swiper-item-exercises1 h5,
.intelligent-learning-list .swiper-item-exercises2 h5 {
  margin-top: 110px;
}

.intelligent-learning-list .swiper-item-exercises0 h5::before {
  background: url(../images/exercises_0_icon.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-exercises1 .bg {
  background: url(../images/exercises_1.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-exercises1 h5::before {
  background: url(../images/exercises_1_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-exercises2 .bg {
  background: url(../images/exercises_2.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-exercises2 h5::before {
  background: url(../images/exercises_2_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-exercises3 .bg {
  background: url(../images/exercises_3.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-exercises3 h5::before {
  background: url(../images/exercises_3_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-forget0 h5,
.intelligent-learning-list .swiper-item-forget1 h5 {
  margin-top: 130px;
}

.intelligent-learning-list .swiper-item-forget0 .bg {
  background: url(../images/forget_0.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-forget0 h5::before {
  background: url(../images/forget_0_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-forget1 .bg {
  background: url(../images/forget_1.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-forget1 h5::before {
  background: url(../images/forget_1_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-ai0 .bg {
  background: url(../images/ai_0.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-ai0 h5::before {
  background: url(../images/ai_0_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-ai1 .bg {
  background: url(../images/ai_1.png) no-repeat;
  background-size: 100% 100%;
}
.intelligent-learning-list .swiper-item-ai1 h5::before {
  background: url(../images/ai_1_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-ai2 .bg {
  background: url(../images/ai_2.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper-item-ai2 h5::before {
  background: url(../images/ai_2_icon.png) no-repeat;
  background-size: 100% 100%;
}

.intelligent-learning-list .swiper.show {
  display: block;
}

.learning-method {
  background: #f9faff;
}
.learning-method-info {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.learning-method-statistics {
  width: 1200px;
  height: 236px;
  margin: 60px auto 40px;
  /* background: url(../images/data_statistics.png) no-repeat; */
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 18px;
}
.learning-method-statistics-content {
  display: flex;
  align-items: center;
  height: 236px;
}
.learning-method-statistics .text p {
  margin-bottom: 14px;
}
.learning-method-statistics-data {
  width: 566px;
  height: 236px;
  background: url(../images/data_statistics_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 40px;
  padding: 22px 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #545462;
}
.learning-method-statistics-data-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.learning-method-statistics-data-list:last-child {
  margin-bottom: 0;
}
.learning-method-statistics-data-item {
}
.learning-method-statistics-data-item .number {
  font-size: 40px;
  color: #4454f2;
}
.learning-method-statistics-data-item label {
  font-weight: 400;
  font-size: 14px;
  color: #545462;
}
.teaching-method-title {
  height: 26px;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a45;
  text-align: center;
}
.teaching-method-title em {
  color: #6170fe;
}

.teaching-method-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teaching-method-list > div > div {
  /* animation-name: loading-beat; */
  /* 动画完成一个周期所需要的时间 */
  /* animation-duration: 5s; */
  /* 定义动画从何时开始（延迟） */
  /* animation-delay: 0s; */
  /* 动画播放次数（无限） */
  /* animation-iteration-count: infinite; */
  width: 212px;
  height: 152px;
  display: inline-block;
}

.teaching-method-list .box0 {
  background: url(../images/box0.png) no-repeat;
  background-size: 100% 100%;
  animation-delay: 0s;
}

.teaching-method-list .box1 {
  background: url(../images/box1.png) no-repeat;
  background-size: 100% 100%;
  animation-delay: 1s;
}

.teaching-method-list .box2 {
  background: url(../images/box2.png) no-repeat;
  background-size: 100% 100%;
  animation-delay: 2s;
}

.teaching-method-list .box3 {
  background: url(../images/box3.png) no-repeat;
  background-size: 100% 100%;
  animation-delay: 3s;
}

.teaching-method-list .box4 {
  background: url(../images/box4.png) no-repeat;
  background-size: 100% 100%;
  animation-delay: 3.6s;
  /* animation-name: loading-beat-last; */
}

@keyframes loading-beat {
  0% {
    transform: translateY(0) scale(1);
  }

  25% {
    transform: translateY(-12px);
  }

  50%,
  75%,
  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes loading-beat-last {
  0% {
    transform: translateY(0);
  }

  25%,
  50% {
    transform: translateY(-12px);
  }

  60% {
    transform: translateY(0px);
  }
}
.teaching-method-list-item {
  min-width: 212px;
  text-align: center;
}

.teaching-method-list-item img {
  width: 212px;
  height: 152px;
  margin-bottom: 8px;
}
.teaching-method-list-item h6 {
  font-weight: 500;
  font-size: 24px;
  color: #2a2a45;
  height: 23px;
  margin-bottom: 10px;
}
.teaching-method-list-item p {
  font-weight: 400;
  font-size: 20px;
  color: #2a2a45;
  height: 19px;
}

.algorithm {
  width: 1200px;
  height: 350px;
  margin: 10px auto 0;
  background: url(../images/algorithm.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
}

.teacher {
  background: url(../images/teacher_bg.png) no-repeat;
  background-size: 100% 100%;
}
.teacher-list {
  position: relative;
  width: 1200px;
}
.teacher-info {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.teacher-swiper {
  width: 1034px;
  margin: 0 auto;
}

.swiper-slide.teacher-item {
  width: 236px;
  height: 390px;
  border-radius: 10px;
  background: #ffffff;
}
.swiper-slide.teacher-item .teacher-item-img {
  width: 236px;
  height: 274px;
  overflow: hidden;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}
.swiper-slide.teacher-item:hover img {
  transform: scale(1.1);
}

.teacher-item-info {
  padding: 0 14px;
}

.teacher-item img {
  width: 236px;
  height: 274px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.teacher-item h4 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  height: 17px;
  line-height: 17px;
}
.teacher-item .tag {
  background: #eff2ff;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #545462;
  line-height: 18px;
  display: inline-block;
  height: 18px;
  padding: 0 4px;
  margin-bottom: 8px;
}
.teacher-item .desc {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 12px;
  color: #9a9a9a;
}

.publicize {
}
.publicize-video {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.publicize .video-item {
  width: 386px;
  height: 246px;
  cursor: pointer;
  position: relative;
  background: url(../images/video_0.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}
.publicize .video-item a {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/video_btn.png) no-repeat;
  background-size: 100% 100%;
}
.publicize .video-item1 {
  background: url(../images/video_1.png) no-repeat;
  background-size: 100% 100%;
}
.publicize .video-item1 a,
.publicize .video-item2 a {
  background: url(../images/video_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.publicize .video-item2 {
  background: url(../images/video_2.png) no-repeat;
  background-size: 100% 100%;
}
.publicize .video-item:last-child {
  margin-right: 0;
}
.publicize-info {
  width: 1180px;
  margin: 0 auto;
  padding: 70px 0;
}

.publicize .student-swiper {
  margin: 0 auto;
  width: 1060px;
}

.publicize-swiper {
  position: relative;
}
.home .swiper-button-next,
.home .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  width: 40px;
  height: 120px;
  display: inline-block;
  color: rgba(0, 0, 0, 0);
}
.home .swiper-button-prev {
  left: 0px;
  background: url(../images/swiper_prev.png) no-repeat;
  background-size: 100% 100%;
}
.home .swiper-button-prev:hover {
  background: url(../images/swiper_prev_active.png) no-repeat;
  background-size: 100% 100%;
}
.home .swiper-button-next:hover {
  background: url(../images/swiper_next_active.png) no-repeat;
  background-size: 100% 100%;
}
.home .swiper-button-next {
  right: 0px;
  background: url(../images/swiper_next.png) no-repeat;
  background-size: 100% 100%;
}
.student-swiper .swiper-slide {
  padding: 0 60px;
}
.student-swiper .swiper-slide-item {
  width: 340px;
  height: 220px;
  background: url(../images/student_swiper_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 30px 0;
  position: relative;
}

.student-swiper .swiper-slide-item .student-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.student-swiper .swiper-slide-item .student-title {
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 20px;
  color: #2a2a45;
  margin-bottom: 8px;
}
.student-swiper .swiper-slide-item img {
  width: 48px;
  height: 48px;
  display: inline-block;
}
.student-swiper .swiper-slide-item .student-desc {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #545462;
}
.star {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/star.png) no-repeat;
  background-size: 100% 100%;
}

.publicize-video {
}

.cooperative {
  background: #f9faff;
}
.cooperative-info {
  width: 1180px;
  margin: 0 auto;
  padding: 70px 0;
}
.cooperative-item {
  width: 1200px;
  height: 252px;
  margin: 0 auto;
  background: url(../images/cooperative_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 80px;
}

.cooperative-news {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.cooperative-news li {
  width: 380px;
  height: 190px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #f0f2ff;
  text-align: center;
  padding: 30px 0;
}
.cooperative-news li:hover h6 {
  color: #5a82ff;
}

.ellipsis,
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.ellipsis3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.cooperative-news li h6 {
  width: 310px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 18px;
  color: #2a2a45;
  line-height: 28px;
  margin: 0 auto;
  text-align: start;
}

.news-decription {
  margin-top: 18px;
  display: flex;
  align-items: center;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #545462;
  line-height: 20px;
  padding-left: 30px;
}
.news-decription p {
  width: 237px;
}
.news-decription img {
  width: 70px;
  height: 70px;
  margin-left: 24px;
}

.footer {
  height: 300px;
  background: #404058;
}
.footer-info {
  width: 1180px;
  margin: 0 auto;
}
.footer-info section {
  padding-top: 60px;
  padding-bottom: 12px;
  border-bottom: 1px solid #666679;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #cacad5;
}
.footer-info section div label {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #ffffff;
}
.copyright-text {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.copyright-text .left {
}
.copyright-text .left a:last-child {
  margin-left: 65px;
}
.copyright-text .right {
  font-weight: 400;
  font-size: 14px;
  color: #cacad5;
  display: flex;
  align-items: center;
}

.copyright-text .right i {
  width: 20px;
  height: 20px;
  background: url(../images/copyright_icon.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 6px;
}
