@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  font-family: sans-serif; }

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
iframe,
a,
span,
i,
em,
iframe,
input {
  padding: 0;
  margin: 0; }

a,
a:hover,
a:active,
a:focus.a:visited {
  text-decoration: none; }

ul,
li {
  list-style: none; }

html {
  height: 100%;
  width: 100%; }

body {
  height: 100%; }

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 3489337 */
  src: url("//at.alicdn.com/t/c/font_3489337_8vx64nt3f4p.woff2?t=1686294610654") format("woff2"), url("//at.alicdn.com/t/c/font_3489337_8vx64nt3f4p.woff?t=1686294610654") format("woff"), url("//at.alicdn.com/t/c/font_3489337_8vx64nt3f4p.ttf?t=1686294610654") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box; }

.swiper-slide {
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: relative; }

img {
  width: 100%;
  height: 100%; }

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #F7F7F7;
  height: 50px;
  padding: 0 15px; }
  .header .back—btn {
    width: 24px;
    height: 24px; }
  .header .menubtn {
    width: 24px;
    height: 24px; }
  .header .flex {
    font-size: 18rpx;
    flex: 1;
    text-align: center; }

.m_menu {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  box-sizing: border-box;
  display: none; }
  .m_menu .navLis {
    width: calc(100% - 79px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    padding: 0 25px;
    animation: fadeinR 0.3s ease; }
    .m_menu .navLis li {
      width: 100%;
      font-size: 16px;
      line-height: 57px;
      border-bottom: 1px solid #E6E7EB; }
      .m_menu .navLis li a {
        display: block;
        color: #000; }

@keyframes fadeinR {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes beat {
  0% {
    bottom: 25px; }
  100% {
    bottom: 5px; } }
.animation-delay-2 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.animation-delay-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.title-style {
  color: #182F63;
  font-size: 30px;
  line-height: 44px;
  text-align: center; }

.desc-style {
  color: #455C8E;
  font-size: 14px;
  text-align: center; }

.home-page {
  background: url(../images/data_main_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 30px; }
  .home-page .logo {
    width: 120px;
    height: 80px;
    margin-left: 24px; }
  .home-page .content {
    margin-top: 80px;
    text-align: center; }
    .home-page .content .hqt-logo {
      width: 250px;
      height: 78px; }
    .home-page .content .title {
      color: #455C8E;
      font-size: 14px;
      margin-top: 23px; }
    .home-page .content .desc {
      font-size: 18px;
      color: #FFFFFF;
      padding-top: 180px; }
  .home-page .next {
    text-align: center;
    margin-left: -1%;
    animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
    animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0); }
    .home-page .next .txt {
      text-shadow: 3px 3px 10px #01427b;
      color: #fff; }
    .home-page .next .allow {
      width: 35px;
      height: 35px;
      background: url(../images/arrow.png) no-repeat;
      background-size: 100%;
      display: block;
      margin: 0 auto; }

.data1-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data1-page .desc {
    margin-top: 14px;
    line-height: 24px; }
    .data1-page .desc span {
      padding: 0 5px; }
  .data1-page .content {
    margin: 30px auto 0;
    padding: 0 24px; }
    .data1-page .content .item {
      border-radius: 6px;
      padding: 14px 12px 14px 12px;
      box-sizing: border-box;
      background-color: #FFFFFF;
      box-shadow: 0px 4px 30px 0px rgba(0, 19, 56, 0.1);
      margin-bottom: 18px;
      display: flex; }
      .data1-page .content .item .img_icon {
        display: block;
        width: 60px;
        height: 60px;
        margin-top: 5px; }
      .data1-page .content .item .info {
        margin-left: 12px; }
      .data1-page .content .item .tit {
        font-size: 18px;
        color: #182F63;
        font-weight: 500;
        margin-bottom: 5px; }
      .data1-page .content .item .txt {
        font-size: 14px;
        line-height: 20px;
        color: #455C8E; }

.data2-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data2-page .desc {
    width: 131px;
    height: 36px;
    line-height: 36px;
    border-radius: 90px;
    padding: 0 18px;
    background: #2468F2;
    box-shadow: 0px 4px 10px 0px rgba(68, 68, 68, 0.2);
    box-sizing: border-box;
    margin: 36px auto 12px;
    font-size: 18px;
    color: #FFFFFF; }
    .data2-page .desc .icon {
      font-size: 16px;
      margin-right: 5px; }
  .data2-page .img1 {
    display: block;
    margin: 0 auto; }
  .data2-page .img2 {
    display: block;
    margin: 20px auto 0; }
  .data2-page .img_box {
    padding: 0 20px; }

.data3-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data3-page .content {
    margin: 50px auto 0;
    padding: 0 22px;
    height: 440px;
    background: url(../images/data_xm_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative; }
    .data3-page .content .tit {
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
      color: #182F63;
      margin-bottom: 5px; }
    .data3-page .content .txt {
      font-size: 14px;
      line-height: 24px;
      color: #455C8E; }
    .data3-page .content .item_1 {
      position: absolute;
      top: 20px;
      left: 100px; }
    .data3-page .content .item_2 {
      position: absolute;
      top: 175px;
      right: 100px; }
      .data3-page .content .item_2 p {
        text-align: right; }
    .data3-page .content .item_3 {
      position: absolute;
      left: 100px;
      bottom: 25px; }

.data4-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data4-page .img1 {
    margin-top: 55px; }
  .data4-page .img2 {
    margin-top: 35px; }
  .data4-page .img_box {
    padding: 0 10px; }

.data5-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data5-page .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 48px 20px 0; }
    .data5-page .content .item {
      margin-bottom: 24px;
      height: 154px; }
      .data5-page .content .item .icon {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 50%;
        background: #2468F2;
        text-align: center;
        font-size: 24px;
        color: #fff;
        margin: 0 auto; }
      .data5-page .content .item .tit {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #182F63;
        text-align: center;
        margin: 10px 0 5px; }
      .data5-page .content .item .txt {
        font-size: 14px;
        line-height: 24px;
        color: #455C8E;
        text-align: center; }

.data6-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data6-page .tit {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
    font-weight: 500;
    color: #182F63;
    text-align: center; }
  .data6-page .item_1 {
    margin-top: 40px;
    margin-bottom: 66px;
    padding: 0 40px;
    position: relative; }
    .data6-page .item_1 img {
      display: block;
      width: 100%;
      height: 100%; }
    .data6-page .item_1 .tit_1 {
      position: absolute;
      left: 40px;
      bottom: -32px; }
    .data6-page .item_1 .tit_2 {
      position: absolute;
      right: 40px;
      bottom: -32px; }
  .data6-page .item_2 {
    margin: 0 auto;
    width: 120px; }
    .data6-page .item_2 img {
      display: block;
      width: 100%;
      height: 100%; }

.data7-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .data7-page .content {
    padding: 40px 24px 0; }
    .data7-page .content .item {
      padding: 12px 24px;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0px 4px 30px 0px rgba(0, 19, 56, 0.1);
      margin-bottom: 24px;
      border-radius: 6px; }
      .data7-page .content .item .tit {
        font-size: 18px;
        font-weight: 500;
        color: #182F63;
        padding-bottom: 5px; }
      .data7-page .content .item .txt {
        font-size: 14px;
        line-height: 24px;
        color: #455C8E; }

.last-page {
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 48px; }
  .last-page .phone-box {
    margin: 30px 22px 0;
    background-color: #F6F9FD;
    border-radius: 6px;
    text-align: center;
    padding: 30px 0; }
    .last-page .phone-box h3 {
      font-size: 22px;
      color: #182F63; }
    .last-page .phone-box .line-box {
      position: relative;
      padding: 32px 40px 16px; }
      .last-page .phone-box .line-box .line {
        height: 1px;
        background-color: #C6C7CA; }
      .last-page .phone-box .line-box .text {
        position: absolute;
        left: 50%;
        top: 22px;
        transform: translate(-50%, 0);
        width: 112px;
        background-color: #F6F9FD;
        color: #455C8E;
        font-size: 14px; }
    .last-page .phone-box .phone {
      display: block;
      font-size: 30px;
      color: #3B4C84;
      font-weight: bold; }
  .last-page .btn-style {
    width: 181px;
    height: 53px;
    opacity: 1;
    border-radius: 6px;
    background: #256AEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    margin-top: 38px; }
  .last-page .bottom-info {
    color: #455C8E;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 140px; }

/*# sourceMappingURL=index.css.map */
