<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,
span {
  position: relative;
  box-sizing: border-box;
}

/* é•œåƒ */
.imgY180 {
  transform: rotateY(180deg);
}

/* é€æ˜Žè¾¹æ¡† */
.trBorder {
  border: .01px solid rgba(0, 0, 0, 0);
}

.none {
  display: none !important;
}

.pcBg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box1Bg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box1Bg2 {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mountain {
  position: absolute;
  top: 30px;
  left: 0;
  width: 3836px !important;
}

.box {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.box1 {
  width: 100%;
  height: 649px;
}

.h1 {
  font-size: 0;
  position: absolute;
  top: -10000px;
}

.mountainMove {
  animation-name: mountainMove;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.h1_1 {
  width: 234px;
  position: absolute;
  top: 91px;
  left: 50%;
  margin-left: -215px;
}

.h1_2 {
  width: 942px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -470px;
}

.hand {
  width: 67px;
  position: absolute;
  top: 560px;
  right: 216px;
  z-index: 9;
}

.box3_contentBox {
  width: 360px;
  padding: 128px 38px 40px 38px;
  border-bottom: 4px solid #3771f8;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 61, 0.2);
}

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

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateX(-2000px);
    opacity: 0;
  }
}

.h2 {
  font-size: 0;
  width: 820px;
  height: 68px;
  background: url(../images/h2.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 510px;
  left: 50%;
  margin-left: -410px;
}

.h3Box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.h3Left {
  width: 190px;
}

.h3CenterBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
}

.h3 {
  font-size: 44px;
  font-weight: 400;
  color: #0F043C;
  line-height: 50px;
  font-weight: bold;
}

.h3Line {
  width: 2px;
  height: 37px;
  background: #0C023C;
  margin: 0 10px;
  position: relative;
}

.h3Text {
  width: 217px;
}

.h3TextMarLeft {
  margin-left: -36px;
}

.box2 {
  width: 100%;
  padding-bottom: 60px;
}

.box2_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.box2_btn {
  width: 30%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.box2_red {
  background-color: #E12524;
}

.box2_blue {
  background-color: #114AD2;
}

.box2_flexBox2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
}

.box2_tvBox {
  width: 600px;
  height: 402px;
  background: url(../images/tv.png) no-repeat;
  background-size: 100% auto;
}

.box2_contentBox {
  width: 550px;
  padding: 30px 18px 14px 18px;
  background: #FFFFFF;
  border: 2px solid #114AD2;
  border-radius: 4px;
  min-height: 348px;
  margin-top: 36px;
}

.box2_contentTitle {
  font-size: 24px;
  font-weight: 400;
  color: #E12524;
  display: block;
  width: 100%;
  text-align: left;
}

.box2_contentHintText {
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
  margin: 20px 0;
}

.box2_textBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 16px;
}

.okIcon {
  width: 20px;
}

.box2_text {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  display: block;
}

.videoBox {
  width: 501px;
  height: 320px;
  position: absolute;
  top: 52px;
  left: 17px;
  border-radius: 10px;
  overflow: hidden;
}

#video {
  width: 100%;
  height: 100%;
}

.box3 {
  padding-top: 16px;
  padding-bottom: 60px;
  width: 100%;
}

.box3_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 68px;
  margin-bottom: 44px;
}

.box3_icon1 {
  width: 158px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.box3_title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #0F043C;
  margin-bottom: 35px;
  font-weight: 500;
}

.box3_text {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #0F043C;
  line-height: 30px;
}

.box3_text span {
  color: #E12524 !important;
}

.box3_longTextBox {
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #3771F8;
  border-radius: 4px;
  padding: 20px 20px 3px 20px;
}

.box3_longFlexBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 17px;
}

.box3_smallIcon {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.box3_smallTitle {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #E12524;
  line-height: 30px;
  white-space: nowrap;
}

.box3_longText {
  font-size: 18px;
  font-weight: 600;
  color: #0F043C;
  line-height: 30px;
}

.box4 {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 60px;
}

.box4_contentBox {
  width: 100%;
  border: 4px solid #134cd5;
  border-radius: 4px;
  padding: 24px 44px 24px 70px;
  background-color: #ffffff;
}

.box4_title {
  width: 213px;
  height: 40px;
  background: url(../images/blueTitleBg.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box4_title span {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.bookLine {
  width: 45px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.box4_text {
  white-space: pre-wrap;
}

.box4_preTitle {
  color: #E12524 !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.box4_preText {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  text-decoration: underline;
}

.box5 {
  width: 100%;
  padding-bottom: 60px;
}

.box5_contentBox {
  width: 100%;
  border: 4px solid #124AD2;
  border-radius: 4px;
}

.box5_topBox {
  width: 100%;
  padding: 0 0 0 20px;
  border-bottom: 4px solid #124AD2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
}

.box5_topBox div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.box5_serveBox {
  width: 100%;
  height: 727px;
  padding: 32px 25px;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(../images/serveBg.png) no-repeat;
  background-size: 100% auto;
}

.box5_leftFlexBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.box5_rightFlexBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 24px;
}

.headImg {
  width: 77px;
}

.box5_q {
  max-width: 60%;
  background: #FFFFFF;
  border: 2px solid #B1C7FC;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 61, 0.08);
  border-radius: 0px 16px 0px 16px;
  padding: 18px;
  position: relative;
  top: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #E12524;
  line-height: 30px;
}

.qA {
  width: 400px;
  height: 54px;
  background: linear-gradient(90deg, #114AD2 0%, #3871F9 99%);
  box-shadow: 4px 7px 12px 0px rgba(0, 13, 111, 0.24);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
}


@media only all and (max-width:1080px) {
  .box1 {
    width: 100%;
    height: 15rem;
  }

  .box {
    background: #fff url(../images/bg3.jpg) repeat center top;
    background-size: auto 100%;
  }

  .h1_1 {
    width: 5.85rem;
    top: 1.275rem;
    left: 50%;
    margin-left: -5.375rem;
  }

  .h1_2 {
    width: 100%;
    top: 2rem;
    left: 0;
    margin-left: 0;
  }

  .hand {
    width: 1.675rem;
    top: 12.5rem;
    right: 1rem;
  }

  .box1Bg {
    width: 120%;
    height: 100%;
  }

  .mountain {
    top: 5rem;
    left: 0;
    width: 120% !important;
  }

  .mountainMove {
    animation-name: mountainMove;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }

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

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .h2 {
    width: 100%;
    height: 1.7rem;
    top: 11rem;
    left: 0;
    margin-left: 0rem;
  }

  .h3Box {
    width: 94%;
    margin: 0 auto !important;
  }

  .h3Left {
    width: 4rem;
  }

  .h3CenterBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
  }

  .h3 {
    font-size: 1.1rem;
    line-height: 1rem;
    white-space: nowrap;
  }

  .h3Line {
    display: none;
  }

  .h3Text {
    display: none;
  }

  .box2 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .box2_btn {
    height: 2.5rem;
    font-size: .75rem;
    text-align: center;
  }

  .box2_flexBox2 {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .box2_tvBox {
    width: 100%;
    height: 12rem;
    background: url(../images/tv.png) no-repeat;
    background-size: 100% auto;
  }

  .box2_contentBox {
    width: 100%;
    padding: .8rem .8rem 0 .8rem;
    border: 2px solid #114AD2;
    border-radius: 0.25rem;
    min-height: 0;
    margin-top: .5rem;
  }

  .box2_contentTitle {
    font-size: 1rem;
  }

  .box2_contentHintText {
    font-size: .8rem;
    margin: .5rem 0;
  }

  .box2_textBox {
    margin-bottom: 1rem;
  }

  .okIcon {
    width: 1rem;
  }

  .box2_text {
    width: calc(100% - 2rem);
    font-size: .7rem;
  }

  .videoBox {
    width: 14.6rem;
    height: 9.33rem;
    top: 1.5rem;
    left: .45rem;
    border-radius: .3rem;
  }

  .pcBg {
    display: none;
  }

  .box3_flexBox {
    align-items: flex-start;
    margin-top: 3rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .box3_icon1 {
    width: 4.5rem;
    top: -1.875rem;
  }

  .box3_title {
    font-size: 1rem;
    margin-bottom: .2rem;
    white-space: nowrap;
    font-weight: bold;
  }

  .box3_text {
    font-size: .8rem;
    line-height: 1.4rem;
    text-align: center;
  }

  .box3_longTextBox {
    border: 2px solid #3771F8;
    border-radius: 0.25rem;
    padding: .5rem;
  }

  .box3_longFlexBox {
    width: 100%;
    margin-bottom: 1.0625rem;
    flex-wrap: wrap;
  }

  .box3_smallIcon {
    width: 1rem;
    margin-right: 0.5rem;
    top: 0.4rem;
  }

  .box3_smallTitle {
    font-size: .8rem;
    line-height: 1.875rem;
    white-space: nowrap;
  }

  .box3_longText {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .box3_contentBox {
    width: 100%;
    padding: 2.5rem .5rem .5rem .5rem;
    border-bottom: 0.25rem solid #3771f8;
    background: #FFFFFF;
    box-shadow: 0rem 0.5rem 1.5rem 0rem rgba(0, 0, 61, 0.2);
    margin-top: 3rem;
  }

  .box3_contentBox:first-child {
    margin-top: 0rem;
  }

  .box3 {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .box2_flexBox {
    margin-top: 1rem;
  }

  .box4 {
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 1rem;
  }

  .box4_contentBox {
    border-radius: 0.25rem;
    padding: .5rem;
    margin-top: 1rem;
  }

  .box4_title {
    width: 65%;
    height: 1.5rem;
  }

  .box4_title span {
    font-size: 1rem;
  }

  .bookLine {
    display: none;
  }

  .box4_preTitle {
    color: #E12524 !important;
    text-decoration: none !important;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .box4_preText {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .box5 {
    padding-bottom: 1rem;
  }

  .box5_contentBox {
    border-radius: 0.25rem;
    margin-top: 1rem;
  }

  .box5_topBox {
    padding: 0 0 0 1.25rem;
    border-bottom: 0.25rem solid #124AD2;
    height: 2.125rem;
  }

  .box5_topBox div {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 0.75rem;
  }

  .box5_serveBox {
    height: 18rem;
    padding: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../images/serveBg.png) no-repeat;
    background-size: 100% auto;
  }

  .box5_leftFlexBox {
    margin-bottom: 1rem;
  }

  .box5_rightFlexBox {
    margin-bottom: 1rem;
  }

  .headImg {
    width: 3rem;
  }

  .box5_q {
    box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 61, 0.08);
    border-radius: 0rem 1rem 0rem 1rem;
    padding: .5rem;
    top: 0.125rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .qA {
    width: 80%;
    height: 2rem;
    background: linear-gradient(90deg, #114AD2 0%, #3871F9 99%);
    box-shadow: 0.25rem 0.4375rem 0.75rem 0rem rgba(0, 13, 111, 0.24);
    border-radius: 0.25rem;
    margin: 1rem auto 0 auto;
    font-size: .8rem;
  }

  .box3_longFlexBox:last-child {
    margin-bottom: 0;
  }
}</pre></body></html>