@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_gobqph9fed4.woff2?t=1676352119188") format("woff2"), url("//at.alicdn.com/t/c/font_3489337_gobqph9fed4.woff?t=1676352119188") format("woff"), url("//at.alicdn.com/t/c/font_3489337_gobqph9fed4.ttf?t=1676352119188") 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/bg1.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;
    color: #455C8E;
    font-size: 14px; }
    .home-page .content .hqt-logo {
      width: 250px;
      height: 78px; }
    .home-page .content .title {
      margin-top: 16px;
      font-size: 80px;
      font-weight: bold;
      color: #2468F2; }
    .home-page .content .tit_desc {
      font-size: 14px;
      color: #455C8E;
      text-align: center; }
    .home-page .content .desc {
      margin-top: 180px; }
      .home-page .content .desc p {
        font-size: 18px;
        line-height: 32px;
        color: #FFFFFF; }
  .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; }

.qiye1-page {
  padding-top: 50px; }
  .qiye1-page .desc {
    margin-top: 14px;
    line-height: 24px; }
    .qiye1-page .desc span {
      padding: 0 5px; }
  .qiye1-page .content {
    width: 100%;
    margin-top: 60px; }
    .qiye1-page .content .box_canvers {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      position: relative; }
      .qiye1-page .content .box_canvers .item_circle {
        position: absolute;
        border-radius: 50%;
        font-size: 18px;
        color: #fff;
        text-align: center; }
      .qiye1-page .content .box_canvers .icon1 {
        top: 20px;
        left: -90px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #2468f2; }
      .qiye1-page .content .box_canvers .icon2 {
        top: 0;
        right: -100px;
        font-size: 16px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background-color: rgba(20, 201, 201, 0.6); }
      .qiye1-page .content .box_canvers .icon3 {
        top: 45px;
        left: -10px;
        font-size: 20px;
        width: 150px;
        height: 150px;
        line-height: 150px;
        background-color: rgba(20, 201, 201, 0.8);
        z-index: 9; }
      .qiye1-page .content .box_canvers .icon4 {
        top: 140px;
        left: -120px;
        font-size: 16px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background-color: rgba(22, 92, 255, 0.5); }
      .qiye1-page .content .box_canvers .icon5 {
        top: 165px;
        left: -30px;
        width: 110px;
        height: 110px;
        line-height: 23px;
        padding-top: 35px;
        background-color: #2468f2; }
      .qiye1-page .content .box_canvers .icon6 {
        top: 190px;
        right: -120px;
        width: 110px;
        height: 110px;
        line-height: 110px;
        background-color: rgba(36, 104, 242, 0.6);
        z-index: 9; }
      .qiye1-page .content .box_canvers .icon7 {
        top: 270px;
        right: -110px;
        width: 110px;
        height: 110px;
        line-height: 110px;
        background-color: rgba(20, 201, 201, 0.6); }
      .qiye1-page .content .box_canvers .icon8 {
        top: 300px;
        left: -80px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        background-color: rgba(20, 201, 201, 0.8); }
      .qiye1-page .content .box_canvers .icon9 {
        top: 100px;
        right: -100px;
        width: 40px;
        height: 40px;
        background-color: rgba(20, 201, 201, 0.6); }
      .qiye1-page .content .box_canvers .icon10 {
        top: 260px;
        left: -90px;
        width: 20px;
        height: 20px;
        background-color: rgba(22, 92, 255, 0.6); }
      .qiye1-page .content .box_canvers .icon11 {
        top: 330px;
        left: 50px;
        width: 30px;
        height: 30px;
        background-color: rgba(22, 151, 247, 0.6); }

.qiye2-page {
  padding-top: 50px; }
  .qiye2-page .desc_info {
    padding-top: 6px; }
  .qiye2-page .item {
    margin-top: 20px;
    padding: 0 24px; }
    .qiye2-page .item .tit {
      width: 78px;
      height: 24px;
      box-sizing: border-box;
      border-radius: 2px;
      background: #2468F2;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 10px; }
    .qiye2-page .item .desc-style {
      font-size: 12px;
      color: #455C8E;
      line-height: 18px;
      text-align: left; }
  .qiye2-page .content {
    width: 100%; }

.qiye3-page {
  padding-top: 50px; }
  .qiye3-page .desc_info {
    position: relative;
    height: 172px;
    margin-top: 28px; }
    .qiye3-page .desc_info .item {
      position: absolute;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 48px;
      text-align: center;
      border-radius: 60px;
      box-shadow: 0px 4px 10px 0px rgba(68, 68, 68, 0.2); }
    .qiye3-page .desc_info .info_1 {
      left: -17px;
      top: 0px;
      width: 311px;
      height: 48px;
      background: rgba(36, 104, 242, 0.8); }
    .qiye3-page .desc_info .info_2 {
      right: -17px;
      top: 62px;
      width: 239px;
      height: 48px;
      background: rgba(20, 201, 201, 0.6); }
    .qiye3-page .desc_info .info_3 {
      left: 0px;
      bottom: 0;
      width: 234px;
      height: 48px;
      background: #2468F2; }
  .qiye3-page .content {
    margin-top: 13px;
    width: 100%; }

.qiye4-page {
  padding-top: 50px; }
  .qiye4-page .desc_info {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .qiye4-page .desc_info .item {
      width: 46%;
      margin-top: 50px; }
      .qiye4-page .desc_info .item .icon {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 32px;
        color: #FFFFFF;
        text-align: center;
        margin: 0 auto;
        border-radius: 6px;
        background: #2468F2; }
      .qiye4-page .desc_info .item .tit {
        margin-top: 18px;
        font-size: 18px;
        color: #182F63;
        font-weight: 500;
        text-align: center; }
      .qiye4-page .desc_info .item .desc {
        font-size: 14px;
        line-height: 32px;
        color: #455C8E;
        text-align: center; }

.qiye5-page {
  padding-top: 50px; }
  .qiye5-page .port-list {
    display: flex;
    padding: 40px 68px 30px;
    justify-content: space-between;
    text-align: center; }
    .qiye5-page .port-list .item img {
      width: 24px;
      height: 24px; }
    .qiye5-page .port-list .item .name {
      font-size: 14px;
      color: #455C8E;
      margin-top: 4px; }
  .qiye5-page .port-img {
    padding: 0 7px;
    width: 100%; }
  .qiye5-page .desc {
    font-size: 14px;
    text-align: center;
    color: #455C8E;
    line-height: 24px; }

.last-page {
  padding-top: 50px; }
  .last-page .phone-box {
    margin: 20px 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 {
      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; }

.ani_btn {
  animation: firstdiv 2s linear 2s infinite alternate; }

@keyframes firstdiv {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.9); }
  50% {
    transform: scale(0.8); }
  75% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=index.css.map */
