@charset "UTF-8";
.baseCol_ {
  color: #386AFD !important; }

.baseBg_ {
  background: #386AFD !important; }

.baseBd_ {
  border-color: #386AFD !important; }

.colorJb {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #C520FF, #4D13FF); }

.baseBtn {
  width: 235px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  cursor: pointer;
  border-radius: 32px;
  background: #386AFD; }

.mod-tit {
  padding: 110px 0; }

.home-container {
  background-image: url("../assets/images/home/banner-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 510px 661;
  width: 100%;
  overflow-y: auto;
  /*头部导航*/
  /* 页脚 */ }
  .home-container .header-view {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9;
    height: 64px;
    line-height: 44px;
    padding: 10px 0;
    box-sizing: border-box; }
    .home-container .header-view .logo {
      color: #000;
      padding: 0 30px 0 0; }
      .home-container .header-view .logo img {
        width: 36px;
        height: 36px;
        margin: 4px 10px 0 0; }
      .home-container .header-view .logo:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 30px;
        background: #eae8f3;
        right: 0;
        top: 8px; }
    .home-container .header-view .menu-ul {
      gap: 20px; }
      .home-container .header-view .menu-ul li {
        cursor: pointer; }
      .home-container .header-view .menu-ul .item {
        padding: 0 5px;
        box-sizing: border-box;
        box-sizing: content-box; }
        .home-container .header-view .menu-ul .item:before {
          content: "";
          height: 3px;
          width: 100%;
          background-color: #386AFD;
          position: absolute;
          left: 0;
          bottom: 0;
          transform: scaleX(0);
          transition: 0.3s;
          border-radius: 2px; }
        .home-container .header-view .menu-ul .item:hover:before, .home-container .header-view .menu-ul .item.act:before {
          transform: scaleX(1); }
        .home-container .header-view .menu-ul .item:hover {
          color: #386AFD; }
    .home-container .header-view .right-btn {
      gap: 20px; }
      .home-container .header-view .right-btn .btn {
        min-width: 100px;
        height: 44px;
        line-height: 43px;
        border-radius: 26px;
        border: 1px solid;
        padding: 0 20px;
        box-sizing: border-box; }
    .home-container .header-view .btn-qr {
      width: 140px;
      margin-right: 30px; }
  .home-container .down-qr-pop {
    position: fixed;
    width: 260px;
    top: 64px;
    left: 80%;
    z-index: 9;
    display: none;
    border-radius: 4px;
    border: 1px solid #e6ebf5;
    box-shadow: 0 2px 12px 0 #0000001a;
    word-break: break-all; }
    .home-container .down-qr-pop .arrow, .home-container .down-qr-pop .arrow:after {
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .home-container .down-qr-pop .arrow {
      top: -6px;
      left: 50%;
      margin-right: 3px;
      border-top-width: 0;
      border-bottom-color: #e6ebf5; }
      .home-container .down-qr-pop .arrow:after {
        content: " ";
        top: 1px;
        border-width: 6px;
        margin-left: -6px;
        border-top-width: 0;
        border-bottom-color: #FFFFFF; }
    .home-container .down-qr-pop .content {
      padding: 15px; }
      .home-container .down-qr-pop .content .qr-img {
        width: 160px;
        height: 160px; }
  .home-container .home-mod-1 {
    background: #EAF0FF;
    background-image: url(../assets/images/home/banner-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 510px 661px; }
    .home-container .home-mod-1 .contain {
      height: 661px;
      width: 600px; }
      .home-container .home-mod-1 .contain .mod-tit {
        padding: 220px 0 17px;
        font-size: 36px; }
      .home-container .home-mod-1 .contain p {
        line-height: 30px; }
      .home-container .home-mod-1 .contain .btn {
        margin: 30px 0  20px; }
    .home-container .home-mod-1 .mod-img {
      width: 1021px;
      top: 0;
      right: -180px; }
  .home-container .home-mod-2 {
    padding-bottom: 110px; }
    .home-container .home-mod-2 .left-mod {
      width: 600px;
      padding: 28px 40px 10px 25px;
      border: 4px solid transparent;
      border-radius: 22px;
      background-clip: padding-box, border-box;
      background-origin: padding-box, border-box;
      background-image: linear-gradient(to right, #fff, #fff), linear-gradient(135deg, #BA69FF, #446AFD, #F1F5FF);
      box-sizing: border-box; }
      .home-container .home-mod-2 .left-mod .title-box {
        line-height: 32px;
        margin-bottom: 18px; }
        .home-container .home-mod-2 .left-mod .title-box img {
          width: 32px; }
      .home-container .home-mod-2 .left-mod .guide-ul .item {
        width: 620px;
        height: 118px;
        margin: 24px 0;
        padding: 0 46px 0 26px;
        background: #F6F7FB;
        border-radius: 16px;
        box-sizing: border-box; }
        .home-container .home-mod-2 .left-mod .guide-ul .item.act {
          background: linear-gradient(135deg, #F2F1FF 0%, #AFC0FF 100%); }
        .home-container .home-mod-2 .left-mod .guide-ul .item h3 {
          line-height: 26px;
          padding: 22px 0 7px; }
          .home-container .home-mod-2 .left-mod .guide-ul .item h3 img {
            width: 22px;
            margin-right: 2px; }
        .home-container .home-mod-2 .left-mod .guide-ul .item p {
          color: #666666; }
    .home-container .home-mod-2 .right-ul {
      width: 600px;
      color: #1D2129; }
      .home-container .home-mod-2 .right-ul li {
        width: 280px;
        height: 166px;
        padding: 0 30px;
        box-sizing: border-box;
        background: #F7F7FE;
        border-radius: 18px;
        margin-bottom: 30px; }
        .home-container .home-mod-2 .right-ul li h3 {
          padding: 46px 0 10px; }
          .home-container .home-mod-2 .right-ul li h3 img {
            width: 32px;
            margin-right: 2px; }
      .home-container .home-mod-2 .right-ul li.btn {
        background: linear-gradient(135deg, #DCACFF 0%, #644AFF 100%); }
        .home-container .home-mod-2 .right-ul li.btn img {
          right: 0; }
  .home-container .home-mod-3 {
    background: #F6F7FC;
    padding-bottom: 110px; }
    .home-container .home-mod-3 ul {
      margin: 30px 0 40px; }
      .home-container .home-mod-3 ul li {
        margin-bottom: 20px;
        padding-left: 16px;
        position: relative; }
        .home-container .home-mod-3 ul li:before {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          margin-top: -3px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #386AFD; }
    .home-container .home-mod-3 .box {
      border-radius: 22px;
      background-image: url(../assets/images/home/mod-bg.png);
      background-repeat: no-repeat;
      background-position: left top; }
    .home-container .home-mod-3 .lg-box {
      padding: 50px 40px;
      margin-bottom: 40px; }
      .home-container .home-mod-3 .lg-box .content {
        width: 370px;
        padding: 52px 0 0 20px; }
    .home-container .home-mod-3 .small-box {
      padding: 40px 25px 25px;
      box-sizing: border-box; }
      .home-container .home-mod-3 .small-box ul {
        margin: 22px 0 30px; }
        .home-container .home-mod-3 .small-box ul li {
          margin-bottom: 10px; }
      .home-container .home-mod-3 .small-box .last-img {
        right: 6px;
        bottom: 0; }
  .home-container .home-mod-4 {
    padding-bottom: 40px; }
    .home-container .home-mod-4 h3 {
      margin-bottom: 20px; }
    .home-container .home-mod-4 .left-mod {
      width: 720px; }
      .home-container .home-mod-4 .left-mod .news-lg {
        padding: 12px 12px 12px 0;
        margin-top: 20px;
        background: #F6F7FC;
        border-radius: 16px; }
        .home-container .home-mod-4 .left-mod .news-lg .time {
          width: 142px; }
          .home-container .home-mod-4 .left-mod .news-lg .time p {
            margin-top: 12px; }
        .home-container .home-mod-4 .left-mod .news-lg .contain {
          width: 305px;
          padding: 0 18px;
          color: rgba(9, 18, 33, 0.6); }
          .home-container .home-mod-4 .left-mod .news-lg .contain:before {
            content: '';
            width: 1px;
            height: 114px;
            background: rgba(0, 0, 0, 0.08);
            position: absolute;
            left: 0;
            top: 0; }
          .home-container .home-mod-4 .left-mod .news-lg .contain .name {
            margin-bottom: 12px;
            color: #000; }
        .home-container .home-mod-4 .left-mod .news-lg .img-box {
          width: 260px;
          height: 150px;
          border-radius: 12px; }
          .home-container .home-mod-4 .left-mod .news-lg .img-box img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
            transition: all .4s ease-in; }
          .home-container .home-mod-4 .left-mod .news-lg .img-box:hover img {
            transform: scale(1.2); }
        .home-container .home-mod-4 .left-mod .news-lg:hover .contain .name {
          color: #386AFD; }
      .home-container .home-mod-4 .left-mod .news-s {
        padding: 26px 0 10px 12px;
        border-bottom: 1px solid #EEEEEE; }
        .home-container .home-mod-4 .left-mod .news-s:before {
          content: ' ';
          position: absolute;
          left: 0;
          top: 50%;
          width: 6px;
          height: 6px;
          background: #386AFD;
          border-radius: 50%;
          margin-top: -3px; }
        .home-container .home-mod-4 .left-mod .news-s .name {
          margin-bottom: 8px; }
          .home-container .home-mod-4 .left-mod .news-s .name:hover {
            color: #386AFD; }
    .home-container .home-mod-4 .right-mod {
      width: 520px; }
      .home-container .home-mod-4 .right-mod .news-item {
        padding: 20px 18px 20px 20px;
        background: #F6F7FC;
        border-radius: 16px;
        list-style: none;
        margin-top: 20px; }
        .home-container .home-mod-4 .right-mod .news-item .name {
          width: 340px;
          padding-left: 14px; }
          .home-container .home-mod-4 .right-mod .news-item .name:before {
            content: ' ';
            position: absolute;
            left: 0;
            top: 50%;
            width: 6px;
            height: 6px;
            background: #386AFD;
            border-radius: 50%;
            margin-top: -3px; }
        .home-container .home-mod-4 .right-mod .news-item:hover .name {
          color: #386AFD; }
  .home-container .home-mod-5 {
    background: #F6F7FC;
    padding-bottom: 90px; }
    .home-container .home-mod-5 ul {
      gap: 30px 25px; }
      .home-container .home-mod-5 ul li {
        width: 240px;
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        box-sizing: border-box; }
  .home-container .home-mod-6 {
    padding-bottom: 150px; }
    .home-container .home-mod-6 .bg-img {
      width: 100%;
      height: 252px;
      bottom: 0;
      left: 0; }
    .home-container .home-mod-6 .mod-tit {
      padding: 110px 0 40px; }
    .home-container .home-mod-6 .btn-box {
      gap: 16px; }
      .home-container .home-mod-6 .btn-box .btn {
        width: 176px;
        height: 62px;
        line-height: 62px;
        border-radius: 31px;
        border: 1px solid; }
  .home-container .footer-box {
    font-size: 18px;
    background: #17181B; }
    .home-container .footer-box .contain {
      padding: 50px 43px 0; }
      .home-container .footer-box .contain .left-box h6 {
        font-size: 16px;
        font-weight: 500; }
      .home-container .footer-box .contain .left-box .line-box {
        margin: 19px 120px 19px 0; }
      .home-container .footer-box .contain .left-box p {
        margin: 5px 0 24px; }
      .home-container .footer-box .contain .left-box img {
        width: 180px;
        height: 180px;
        border: 1px solid #fff; }
    .home-container .footer-box .right-box img {
      width: 120px; }
    .home-container .footer-box .copyText {
      padding: 32px 0;
      border-top: 1px solid #fff;
      margin-top: 46px; }
  .home-container .downQr-popBox {
    z-index: 9;
    display: none; }
    .home-container .downQr-popBox .pop-con {
      border-radius: 10px;
      padding: 0 25px 25px; }
      .home-container .downQr-popBox .pop-con h2 {
        padding: 20px 0; }
      .home-container .downQr-popBox .pop-con .close-btn {
        right: 10px;
        top: 10px;
        width: 20px; }
      .home-container .downQr-popBox .pop-con .qr-img {
        width: 300px; }
  .home-container .news-banner .bg-img {
    width: 100%;
    line-height: 0; }
  .home-container .news-banner .contain {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home-container .news-banner h2 {
    font-size: 36px;
    margin-bottom: 20px; }
  .home-container .news-main {
    gap: 60px;
    /* 消息列表 */
    /* 热门新闻 */ }
    .home-container .news-main .left {
      width: 928px; }
    .home-container .news-main .right {
      width: 292px; }
    .home-container .news-main .news-box .news-item {
      padding: 25px 0;
      border-bottom: 1px solid #EEEEEE; }
      .home-container .news-main .news-box .news-item img {
        width: 220px;
        height: 150px;
        margin-right: 16px; }
      .home-container .news-main .news-box .news-item .con {
        height: 150px; }
      .home-container .news-main .news-box .news-item h1 {
        margin-bottom: 16px; }
      .home-container .news-main .news-box .news-item .bottom {
        bottom: 0; }
    .home-container .news-main .news-box .news-item:last-child {
      border-bottom: none; }
    .home-container .news-main .news-box .news-item:hover h1 {
      color: #386AFD; }
    .home-container .news-main .news-hot li {
      padding-left: 28px;
      margin-bottom: 17px; }
      .home-container .news-main .news-hot li a {
        max-width: 100%; }
        .home-container .news-main .news-hot li a:hover {
          color: #386AFD; }
      .home-container .news-main .news-hot li .num {
        width: 28px;
        color: #999;
        top: 3px;
        left: 0; }
    .home-container .news-main .news-hot li:first-child .num {
      color: #FF403A; }
    .home-container .news-main .news-hot li:nth-child(2) .num {
      color: #FF9500; }
    .home-container .news-main .news-hot li:nth-child(3) .num {
      color: #FFCC00; }
    .home-container .news-main .left-contain {
      /* 富文本 */
      /* 上下篇按钮 */
      /* 推荐阅读 */ }
      .home-container .news-main .left-contain .title {
        font-size: 36px; }
      .home-container .news-main .left-contain .author-view {
        margin: 30px 0;
        padding-right: 20px; }
      .home-container .news-main .left-contain .ql-editor .ql-indent-1 {
        padding-left: 0 !important;
        text-indent: 1em !important; }
      .home-container .news-main .left-contain .ql-editor .ql-indent-2 {
        padding-left: 0 !important;
        text-indent: 2em !important; }
      .home-container .news-main .left-contain .ql-editor .ql-indent-3 {
        padding-left: 0 !important;
        text-indent: 3em !important; }
      .home-container .news-main .left-contain .ql-editor .ql-indent-4 {
        padding-left: 0 !important;
        text-indent: 4em !important; }
      .home-container .news-main .left-contain .ql-editor .ql-indent-5 {
        padding-left: 0 !important;
        text-indent: 5em !important; }
      .home-container .news-main .left-contain .ql-editor img {
        max-width: 100%; }
      .home-container .news-main .left-contain .operate-box {
        padding: 10px 0;
        margin-bottom: 30px;
        gap: 300px; }
        .home-container .news-main .left-contain .operate-box .btn:hover {
          color: #386AFD;
          text-decoration: underline; }
      .home-container .news-main .left-contain .news-box-tj li {
        padding: 20px 12px 12px;
        border-bottom: 1px solid #EEEEEE; }
      .home-container .news-main .left-contain .news-box-tj li:last-child {
        border-bottom: none; }
      .home-container .news-main .left-contain .news-box-tj h1 {
        margin-bottom: 16px; }
      .home-container .news-main .left-contain .news-box-tj h1:hover {
        color: #3B7EFE;
        text-decoration: underline; }
      .home-container .news-main .left-contain .news-box-tj h1:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 29px;
        width: 6px;
        height: 6px;
        background: #3B7EFE;
        border-radius: 50%; }

.fixed-bottom-consult {
  width: 100%;
  height: 120px;
  background: rgba(35, 40, 77, 0.16);
  border-radius: 20px 20px 0px 0px;
  backdrop-filter: blur(6px);
  position: fixed;
  bottom: 0;
  left: 0; }
  .fixed-bottom-consult.isFixed {
    bottom: 0;
    position: absolute; }

.consult-popBox {
  z-index: 10; }
  .consult-popBox .pop-con {
    width: 6.76rem;
    border-radius: 0.18rem;
    padding: 0.21rem 0.3rem 0.3rem;
    box-sizing: border-box; }
    .consult-popBox .pop-con h2 {
      margin-bottom: 0.08rem; }
    .consult-popBox .pop-con .close-btn {
      right: 0.18rem;
      top: 0.18rem;
      width: 0.2rem; }
    .consult-popBox .pop-con .form-box .name {
      padding: .2rem 0 .09rem; }
    .consult-popBox .pop-con .form-box input, .consult-popBox .pop-con .form-box select, .consult-popBox .pop-con .form-box textarea {
      width: 100%;
      height: 0.52rem;
      line-height: 0.52rem;
      border-radius: 0.06rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0 0.14rem;
      outline: none;
      box-sizing: border-box; }
    .consult-popBox .pop-con .form-box textarea {
      height: 1.2rem;
      resize: none; }
    .consult-popBox .pop-con .form-box .btn-box {
      margin-top: 0.32rem; }
      .consult-popBox .pop-con .form-box .btn-box .btn {
        width: 1.4rem;
        line-height: 0.46rem;
        background: rgba(255, 255, 255, 0);
        border-radius: 0.02rem;
        border: 1px solid rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 750px) {
  .maxW1300, .maxW1200 {
    width: 100%; }
  .mod-tit {
    padding: 50px 10px; }
    .mod-tit div:first-child {
      font-size: 26px; }
  .baseBtn {
    font-size: 18px !important;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto; }
  .home-container {
    /*头部导航*/
    /* 页脚 */ }
    .home-container .header-view {
      height: auto;
      line-height: 40px;
      padding: 10px; }
      .home-container .header-view .logo {
        font-size: 18px; }
        .home-container .header-view .logo img {
          width: 30px;
          height: 30px;
          margin: 5px 10px 0 0; }
        .home-container .header-view .logo:before {
          width: 0 !important;
          height: 0; }
      .home-container .header-view .right-btn {
        gap: 10px; }
        .home-container .header-view .right-btn .btn {
          height: 36px;
          line-height: 36px;
          font-size: 14px;
          padding: 0 10px;
          min-width: 60px; }
      .home-container .header-view .menu-ul .item {
        display: none; }
    .home-container .home-mod-1 {
      background-size: 0; }
      .home-container .home-mod-1 .contain {
        height: 520px;
        width: 100%;
        text-align: center;
        padding: 0 10px;
        position: relative;
        z-index: 1; }
        .home-container .home-mod-1 .contain .mod-tit {
          font-size: 26px; }
        .home-container .home-mod-1 .contain p {
          line-height: 24px;
          font-size: 15px; }
        .home-container .home-mod-1 .contain .btn {
          margin: 30px auto 20px;
          font-size: 20px;
          width: 200px;
          height: 50px;
          line-height: 50px; }
      .home-container .home-mod-1 .mod-img {
        width: 100%;
        right: 0; }
    .home-container .home-mod-2 {
      padding-bottom: 30px; }
      .home-container .home-mod-2 .mod-con {
        flex-wrap: wrap; }
      .home-container .home-mod-2 .left-mod {
        width: 95%;
        padding: 20px 15px 10px 15px;
        margin: 0 auto; }
        .home-container .home-mod-2 .left-mod .guide-ul {
          font-size: 14px; }
          .home-container .home-mod-2 .left-mod .guide-ul .item {
            width: 100%;
            height: 100px;
            margin: 15px 0;
            padding: 0 20px 0 20px; }
            .home-container .home-mod-2 .left-mod .guide-ul .item h3 {
              padding: 14px 0 7px; }
      .home-container .home-mod-2 .right-ul {
        padding: 20px 10px; }
        .home-container .home-mod-2 .right-ul li {
          width: 49%;
          height: 112px;
          padding: 0 10px;
          margin-bottom: 15px; }
          .home-container .home-mod-2 .right-ul li h3 {
            padding: 15px 0 10px; }
            .home-container .home-mod-2 .right-ul li h3 img {
              width: 28px; }
        .home-container .home-mod-2 .right-ul li.btn img {
          right: 10px;
          width: 50px; }
    .home-container .home-mod-3 {
      padding-bottom: 30px; }
      .home-container .home-mod-3 ul {
        margin: 30px 0 40px; }
        .home-container .home-mod-3 ul li {
          margin-bottom: 20px;
          padding-left: 16px;
          position: relative; }
      .home-container .home-mod-3 h2 {
        font-size: 26px;
        text-align: center; }
      .home-container .home-mod-3 .lg-box {
        padding: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap; }
        .home-container .home-mod-3 .lg-box .content {
          width: 100%;
          padding: 20px 0 0 10px; }
        .home-container .home-mod-3 .lg-box img {
          width: 100%;
          margin-top: 20px; }
      .home-container .home-mod-3 .bottom-small-box {
        flex-wrap: wrap; }
      .home-container .home-mod-3 .small-box {
        width: 100%;
        margin-bottom: 20px; }
        .home-container .home-mod-3 .small-box .last-img {
          display: none; }
        .home-container .home-mod-3 .small-box img {
          width: 100%;
          margin-top: 30px; }
    .home-container .home-mod-4 {
      padding: 0 20px 40px;
      box-sizing: border-box;
      overflow: hidden; }
      .home-container .home-mod-4 .mod-tit {
        padding-bottom: 30px; }
      .home-container .home-mod-4 h3 {
        margin-bottom: 0; }
      .home-container .home-mod-4 .left-mod {
        width: 100%; }
        .home-container .home-mod-4 .left-mod .news-lg {
          margin-top: 10px; }
          .home-container .home-mod-4 .left-mod .news-lg .time {
            width: 60px; }
          .home-container .home-mod-4 .left-mod .news-lg .contain {
            width: calc(100% - 180px);
            padding: 0 10px; }
            .home-container .home-mod-4 .left-mod .news-lg .contain:before {
              height: 100%; }
          .home-container .home-mod-4 .left-mod .news-lg .img-box {
            width: 100px;
            height: 80px; }
      .home-container .home-mod-4 .right-mod .news-item {
        margin-top: 10px; }
    .home-container .home-mod-5 {
      padding: 0 10px 50px; }
      .home-container .home-mod-5 ul {
        gap: 10px 10px; }
        .home-container .home-mod-5 ul li {
          width: calc(50% - 5px); }
          .home-container .home-mod-5 ul li img {
            width: 100%; }
    .home-container .home-mod-6 {
      padding: 0 12px 140px; }
      .home-container .home-mod-6 .mod-tit {
        padding: 50px 0 30px; }
      .home-container .home-mod-6 .btn-box .btn {
        width: calc(50% - 8px);
        font-size: 16px;
        height: 50px;
        line-height: 50px; }
    .home-container .fixed-bottom-consult {
      padding: 0 20px;
      box-sizing: border-box; }
      .home-container .fixed-bottom-consult .left {
        text-align: center;
        width: 100%;
        padding-top: 5px; }
    .home-container .footer-box {
      font-size: 12px;
      padding: 20px; }
      .home-container .footer-box .contain {
        padding: 0; }
        .home-container .footer-box .contain .left-box h6 {
          font-size: 14px; }
        .home-container .footer-box .contain .left-box .line-box {
          margin: 15px 0; }
        .home-container .footer-box .contain .left-box p {
          margin: 5px 0 0;
          font-size: 14px; }
        .home-container .footer-box .contain .left-box img {
          width: 100px;
          height: 100px; }
      .home-container .footer-box .right-box img {
        width: 80px; }
      .home-container .footer-box .copyText {
        padding: 20px 0 0;
        margin-top: 30px; }
    .home-container .news-banner .maxW1300 {
      justify-content: center; }
    .home-container .news-banner h2 {
      font-size: 26px;
      margin-bottom: 10px; }
    .home-container .news-main {
      gap: 20px; }
      .home-container .news-main .left, .home-container .news-main .right, .home-container .news-main .left-contain {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; }
      .home-container .news-main .news-box .news-item {
        padding: 16px 0; }
        .home-container .news-main .news-box .news-item img {
          width: 100px;
          height: 80px; }
        .home-container .news-main .news-box .news-item .con {
          width: calc(100% - 120px);
          height: auto;
          padding-bottom: 20px; }
          .home-container .news-main .news-box .news-item .con h1 {
            margin-bottom: 6px; }
      .home-container .news-main .left-contain .title {
        font-size: 30px; }
      .home-container .news-main .left-contain .author-view {
        padding: 16px 0 0;
        margin: 0; }
      .home-container .news-main .left-contain .operate-box {
        gap: 15%; }
      .home-container .news-main .left-contain .news-box-tj h1:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 24px;
        width: 6px;
        height: 6px;
        background: #3B7EFE;
        border-radius: 50%; } }

/*** h5客服 ***/
.contact-main {
  padding: 60px 20px 0; }
  .contact-main .qr-mod {
    border-radius: 12px;
    padding-top: 24px; }
    .contact-main .qr-mod h4 {
      font-size: 16px; }
    .contact-main .qr-mod ul {
      padding: 20px; }
      .contact-main .qr-mod ul li {
        margin-bottom: 20px;
        width: 50%; }
        .contact-main .qr-mod ul li img {
          width: 80px; }
  .contact-main .line-mod {
    border-radius: 12px;
    font-size: 13px;
    margin-top: 16px; }
    .contact-main .line-mod .line-view {
      padding: 10px 12px;
      border-top: 1px solid #1a249230; }
      .contact-main .line-mod .line-view:first-child {
        border: none; }
      .contact-main .line-mod .line-view .Desc {
        margin-top: 6px;
        display: inline-block; }
    .contact-main .line-mod .left {
      width: 75%; }
    .contact-main .line-mod .btn {
      line-height: 40px; }
      .contact-main .line-mod .btn img {
        margin-right: 5px; }

/* 底部咨询模块 */
.footer-consult {
  height: 4rem;
  overflow: hidden; }
  .footer-consult .bg-img {
    height: 100%; }
  .footer-consult .contain {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: .86rem; }
    .footer-consult .contain p {
      font-size: .4rem; }
    .footer-consult .contain button {
      width: 3.3rem;
      height: .70rem;
      line-height: .70rem;
      border-radius: .35rem;
      border: none;
      margin-top: .62rem; }
