<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #FFFFFF;
}

.banner {
  height: 890px;
  position: relative;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
  width: 1200px;
  padding-top: 99px;
  margin: 0 auto;
  box-sizing: border-box;
}

.txt01 {
  width: 100%;
  height: 128px;
  font-size: 63px;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
  background: url(../images/txt01_bg.png) no-repeat center center;
}

.txt01 span {
  background: linear-gradient(0deg, #989FDC 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt02 {
  width: 100%;
  margin: 0 auto;
}

.video {
  margin: 0 auto;
  width: 888px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(0deg, #15193B, #303E66);
}

.video_modal {
  width: 888px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .6);
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#video {
  width: 863px;
  height: 475px;
}

video:focus {
  outline: none !important;
}

.title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bold;
  background: url(../images/title_bg1.png) no-repeat center bottom;
  padding-bottom: 20px;
}

.title .light {
  background: linear-gradient(0deg, #6976A6, #B4BFE8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title .deep {
  background: linear-gradient(0deg, #15193B 0%, #303E66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title2 {
  background: url(../images/title_bg2.png) no-repeat center bottom;
}

.title2 .deep {
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01 {
  padding-bottom: 80px;
}

.box02 {
  background: url(../images/box02_bg.png) no-repeat center center;
  height: 652px;
  box-sizing: border-box;
  padding: 60px 0;
}

.box02_container {
  height: 455px;
  margin-top: -40px;
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  background: url(../images/bw.png) no-repeat center center;
  background-size: auto 100%;
}

.box02_container p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
}

.line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 38px;
  font-size: 18px;
  margin: 35px auto;
}

.line1 {
  width: 94%;
}

.line3 {
  width: 94%;
}

.line div:nth-child(1) {
  width: 497px;
  height: 54px;
  box-sizing: border-box;
  padding-left: 30px;
  background: url(../images/qbk1.png) no-repeat center center;
}

.line div:nth-child(2) {
  width: 496px;
  height: 54px;
  box-sizing: border-box;
  padding-right: 30px;
  background: url(../images/qbk2.png) no-repeat center center;
}

.line div:nth-child(2) a {
  float: right;
}

.line div a {
  color: #fff;
  display: block;
  width: 284px;
  text-align: center;
}

.box03 {
  height: 475px;
  background: url(../images/box03_bg.png) no-repeat center center;
  box-sizing: border-box;
  padding: 60px 0;
}

/* åœ°åŒºå¼€å§‹ */

.region {
  height: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}

.region a {
  float: left;
  width: 130px;
  height: 36px;
  background: linear-gradient(0deg, #989FDC, #FFFFFF);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-right: 22px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #384068;
  transition: transform .2s linear;
}

.region a:hover {
  transform: translateY(-8px);
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.fixed_right {
  width: 106px;
  height: 83px;
  text-align: center;
  position: fixed;
  display: none;
  z-index: 99;
  top: 30%;
  left: 0;
  background: linear-gradient(0deg, #15193B, #303E66);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 5px 40px 0px;
  box-sizing: border-box;
  padding-top: 15px;
}

.fixed_right a {
  color: #FFFFFF;
  font-size: 18px;
}

.close {
  position: absolute;
  top: -20px;
  right: 1px;
  cursor: pointer;
}

.fixed_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 293px;
  z-index: 99;
  display: none;
}

.fixed_wrap {
  width: 1194px;
  height: 293px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 30px;
  background: url(../images/float_bg.png) no-repeat center center;
}

.fixed_wrap p {
  color: #F8F8FC;
  font-size: 24px;
  /* margin-bottom: 35px; */
}

.fixed_wrap h1 {
  color: #F8F8FC;
  font-size: 50px;
}

.fixed_wrap h1 span {
  font-size: 30px;
}

.fixed_wrap a {
  display: block;
  position: absolute;
  top: 54px;
  right: 32px;
}

.fixed_wrap a img {
  width: 100%;
  height: 100%;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 18rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: 2rem;
  }
  .txt01 {
    width: 96%;
    margin: 0 auto;
    height: 3rem;
    font-size: 1rem;
    line-height: 2.7rem;
    background-size: 100% 100%;
  }
  .txt02 {
    width: 130%;
    margin-left: -15%;
  }
  .video {
    width: 15rem;
    height: 9rem;
  }
  .video_modal {
    width: 14.2rem;
    height: 8.2rem;
  }
  .play {
    width: 3rem;
  }
  #video {
    width: 14.2rem;
    height: 8.2rem;
  }
  video:focus {
    outline: none !important;
  }
  .title {
    margin-bottom: .4rem;
    font-size: .8rem;
    background-size: 100% auto;
    padding-bottom: .4rem;
  }
  .title2 {
    background-size: 63% auto;
  }
  .box01 {
    padding-bottom: .6rem;
  }
  .box02 {
    background-size: auto 100%;
    height: auto;
    padding: 1rem 0;
  }
  .box02_container {
    height: 15rem;
    margin-top: -1rem;
    padding-top: 3rem;
  }
  .box02_container p {
    font-size: .7rem;
  }
  .line {
    line-height: 38px;
    font-size: .6rem;
    margin: 1rem auto;
  }
  .line1 {
    width: 94%;
  }
  .line3 {
    width: 94%;
  }
  .line div:nth-child(1) {
    width: 50%;
    height: 1.7rem;
    padding-left: 0;
    background: none;
  }
  .line div:nth-child(2) {
    width: 50%;
    height: 1.7rem;
    padding-right: 0;
    background: none;
  }
  .line div a {
    width: 63%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background: #384068;
  }
  .box03 {
    height: auto;
    background-size: auto 100%;
    padding: 1rem 0;
  }
  /* åœ°åŒºå¼€å§‹ */
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(8n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .fixed_right {
    display: block;
    width: 3.6rem;
    height: 2rem;
    border-radius: 0px .2rem 1rem 0px;
    padding-top: 0;
  }
  .fixed_right a {
    font-size: .6rem;
  }
  .close {
    width: .6rem;
    top: -.7rem;
    right: 0;
  }
  .fixed_bottom {
    display: block;
    height: 5rem;
  }
  .fixed_wrap {
    width: 100%;
    height: 5rem;
    padding-top: .7rem;
    background-size: 100% 100%;
  }
  .fixed_wrap p {
    font-size: .7rem;
  }
  .fixed_wrap h1 {
    font-size: 1rem;
  }
  .fixed_wrap h1 span {
    font-size: .6rem;
  }
  .fixed_wrap a {
    width: 3rem;
    top: 1.5rem;
    right: 1rem;
  }
}</pre></body></html>