@charset "UTF-8";
@font-face {
  font-family: BN;
  src: url("../font/H.ttf"); }
@font-face {
  font-display: swap;
  font-family: PP;
  font-style: normal;
  font-weight: 200;
  src: url("../font/PPL.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: PP;
  font-style: normal;
  font-weight: 400;
  src: url("../font/PP.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: Space;
  font-style: normal;
  font-weight: 200;
  src: url("../font/SpaceL.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: Space;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Space.woff2") format("woff2"); }
@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
.needImgScale {
  animation: imgScale 5s ease-in-out forwards;
  -webkit-animation: imgScale 5s ease-in-out forwards; }

body {
  font-family: Space, PingFang SC, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
  background: #f9fbfb; }

a {
  text-decoration: none; }

main {
  max-width: 1600px;
  margin: 0 auto;
  *zoom: 1; }
  main:before, main:after {
    content: " ";
    display: table; }
  main:after {
    clear: both; }

@keyframes linearAni {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }
@keyframes homeMarquee {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-50%, 0, 0); } }
.needCover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 0.3s ease; }
  header .header-search {
    width: 100%;
    height: 0px;
    transition: 0.3s ease;
    overflow: hidden;
    background: #fff; }
    header .header-search main {
      position: relative; }
    header .header-search .input-box {
      width: 100%;
      height: 54px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
      header .header-search .input-box button {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 10px;
        z-index: 10;
        background: none;
        outline: none;
        border: none;
        padding: 0;
        cursor: pointer; }
        header .header-search .input-box button .searchIcon {
          width: 20px;
          height: 20px; }
      header .header-search .input-box input {
        width: 100%;
        height: 54px;
        color: #323233;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        box-sizing: border-box;
        outline: none;
        padding-right: 40px;
        padding-left: 7px;
        border-bottom: 2px solid #D9D9D8; }
      header .header-search .input-box input::-webkit-input-placeholder {
        font-size: 16px;
        color: #979899;
        font-weight: "normal"; }
      header .header-search .input-box input:-moz-placeholder {
        font-size: 16px;
        color: #979899;
        font-weight: "normal"; }
      header .header-search .input-box input::-moz-placeholder {
        font-size: 16px;
        color: #979899;
        font-weight: "normal"; }
      header .header-search .input-box input:-ms-input-placeholder {
        font-size: 16px;
        color: #979899;
        font-weight: "normal"; }
  header .header-search-on {
    height: 54px; }
  header .header-nav {
    width: 100%;
    height: 83px;
    padding: 20px 0;
    transition: 0.3s ease; }
    header .header-nav main {
      position: relative;
      height: 100%; }
    header .header-nav .logo {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 0px;
      float: left;
      max-width: 23%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%; }
      header .header-nav .logo a {
        width: 100%;
        height: 100%; }
      header .header-nav .logo img {
        vertical-align: middle;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
        transition: 0.3s ease; }
      header .header-nav .logo span {
        color: #323233;
        font-family: BN;
        font-size: 24px;
        font-style: normal;
        vertical-align: middle; }
    header .header-nav .nav {
      float: right;
      max-width: 58%;
      margin-right: 310px; }
      header .header-nav .nav .nav-item {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 83px;
        float: left;
        margin-right: 60px; }
        header .header-nav .nav .nav-item a {
          text-decoration: none;
          color: #000;
          transition: 0.3s ease;
          text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3); }
          header .header-nav .nav .nav-item a:hover {
            color: #04a9f8; }
          header .header-nav .nav .nav-item a span {
            cursor: pointer; }
        header .header-nav .nav .nav-item img {
          cursor: pointer;
          vertical-align: middle; }
    header .header-nav .header-contact {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      width: 292px;
      height: 72px;
      box-sizing: border-box;
      color: #fff;
      padding: 7px 10px 7px 7px; }
      header .header-nav .header-contact .wechat-code {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        background: #fff; }
        header .header-nav .header-contact .wechat-code img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      header .header-nav .header-contact .wechat-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        margin-left: 12px;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 700;
        white-space: nowrap;
        color: #000;
        text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3); }
      header .header-nav .header-contact .contact-line {
        width: 2px;
        height: 44px;
        margin: 0 12px 0 16px;
        background: #33b3ff;
        flex: 0 0 2px; }
      header .header-nav .header-contact .contact-info {
        min-width: 0;
        color: #000;
        text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);
        white-space: nowrap; }
        header .header-nav .header-contact .contact-info .contact-title {
          font-size: 13px;
          line-height: 18px;
          font-weight: 700; }
        header .header-nav .header-contact .contact-info .contact-phone {
          display: block;
          font-size: 20px;
          line-height: 24px;
          font-weight: 500;
          text-decoration: none;
          color: #000;
          text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3); }
        header .header-nav .header-contact .contact-info .contact-name {
          font-size: 12px;
          line-height: 14px;
          color: rgba(255, 255, 255, 0.75); }

#needHeaderBac {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  #needHeaderBac .header-nav {
    padding-top: 0px;
    padding-bottom: 0px; }
    #needHeaderBac .header-nav .logo img {
      transform: scale(0.8); }

/*自适应手机端头部*/
.mobile_header {
  display: none; }
  .mobile_header .mobile_to_index {
    height: 40px;
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 889;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .mobile_header .mobile_to_index a {
      line-height: 40px;
      font-size: 16px;
      color: #323233; }
      .mobile_header .mobile_to_index a img {
        vertical-align: middle;
        height: 30px; }
  .mobile_header .mobile_nav {
    height: 40px;
    background: #fff;
    background-size: cover;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 888;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
    .mobile_header .mobile_nav .mobile-phone {
      position: absolute;
      top: 0;
      left: 64px;
      height: 40px;
      line-height: 40px;
      color: #04a9f8;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap; }
    .mobile_header .mobile_nav i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding-left: 20px;
      color: #323233;
      opacity: 0.8; }
      .mobile_header .mobile_nav i img {
        width: 20px;
        height: 20px;
        vertical-align: middle; }
    .mobile_header .mobile_nav .mobile_nav_control_on img {
      transform: rotate(180deg); }
  .mobile_header .mobile_nav_on {
    transform: translateX(0px); }
  .mobile_header .mobile_nav_main_on {
    transform: translateX(-160px);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
  .mobile_header .mobile_nav_main {
    width: 160px;
    background: #FAFAFA;
    height: 100%;
    position: fixed;
    left: auto !important;
    right: -160px;
    top: 0;
    z-index: 99999;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .mobile_header .mobile_nav_main p {
      height: 60px; }
    .mobile_header .mobile_nav_main li {
      height: auto;
      list-style: none;
      width: 100%;
      border-top: 1px solid #EBEBEB; }
      .mobile_header .mobile_nav_main li:last-child {
        border-bottom: 1px solid #EBEBEB; }
      .mobile_header .mobile_nav_main li .li_son {
        width: 100%;
        background: #FAFAFA; }
        .mobile_header .mobile_nav_main li .li_son a {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 13px;
          position: relative;
          color: #999; }
          .mobile_header .mobile_nav_main li .li_son a:after {
            content: '';
            position: absolute;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 20px;
            height: 1px;
            left: 0;
            background: #33b3ff; }
          .mobile_header .mobile_nav_main li .li_son a span {
            display: inline-block;
            width: 116px;
            float: right;
            padding-top: 10px;
            padding-bottom: 10px; }
      .mobile_header .mobile_nav_main li .main_a {
        width: 100%;
        height: 100%;
        display: block;
        color: #333;
        line-height: 60px;
        font-size: 13px;
        position: relative; }
        .mobile_header .mobile_nav_main li .main_a .layui-icon {
          margin-top: 20px;
          margin-right: 20px;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          float: right;
          transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .mobile_header .mobile_nav_main li .main_a .layui-icon_on {
          transform: rotate(45deg); }
        .mobile_header .mobile_nav_main li .main_a span {
          padding-left: 25px; }

footer {
  width: 100%;
  background: linear-gradient(268.18deg, #04a9f8 -5.99%, #19d5cc 99.49%);
  background-size: cover;
  padding-top: 50px; }
  footer main {
    max-width: 1347px;
    padding-bottom: 65px; }
  footer .main {
    width: 100%;
    *zoom: 1; }
    footer .main:before, footer .main:after {
      content: " ";
      display: table; }
    footer .main:after {
      clear: both; }
    footer .main .left-part {
      float: left;
      width: 50%;
      margin-bottom: 40px;
      box-sizing: border-box;
      padding-left: 35px; }
      footer .main .left-part .tips {
        width: 100%;
        font-size: 24px;
        color: #1e1d1d;
        color: #fff;
        line-height: 30px;
        font-family: Space;
        margin-bottom: 0px; }
      footer .main .left-part .ul {
        width: 100%;
        *zoom: 1; }
        footer .main .left-part .ul:before, footer .main .left-part .ul:after {
          content: " ";
          display: table; }
        footer .main .left-part .ul:after {
          clear: both; }
      footer .main .left-part li {
        width: 25%;
        text-decoration: none;
        list-style: none;
        text-align: left;
        float: left;
        margin-bottom: 30px; }
        footer .main .left-part li:nth-child(2n - 1) {
          margin-left: 0px; }
        footer .main .left-part li a {
          font-family: Arial;
          font-weight: 400;
          font-size: 22px;
          color: #141414;
          color: #fff;
          line-height: 36px;
          transition: 0.3s ease; }
          footer .main .left-part li a:hover {
            color: #f88a0f; }
      footer .main .left-part .contact {
        height: 35px;
        padding: 0px 10px;
        background: #fff;
        border-radius: 35px;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 30px;
        z-index: 5;
        overflow: hidden;
        position: relative; }
        footer .main .left-part .contact:last-child {
          margin-right: 0px; }
        footer .main .left-part .contact a {
          width: 100%;
          height: 100%;
          color: #222;
          font-size: 16px;
          font-family: Space;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 5;
          top: 2px;
          text-transform: uppercase;
          transition: 0.4s ease; }
        footer .main .left-part .contact:before {
          content: '';
          width: 100%;
          height: 100%;
          border-radius: 35px;
          background: rgba(248, 140, 18, 0.75);
          position: absolute;
          left: 0px;
          top: 0px;
          transform: translateX(-100%);
          transition: 0.5s ease;
          opacity: 0; }
        footer .main .left-part .contact:hover:before {
          transform: translateX(0%);
          opacity: 1; }
        footer .main .left-part .contact:hover a {
          color: #fff; }
      footer .main .left-part .consultation {
        *zoom: 1;
        margin-top: 35px;
        margin-bottom: 35px; }
        footer .main .left-part .consultation:before, footer .main .left-part .consultation:after {
          content: " ";
          display: table; }
        footer .main .left-part .consultation:after {
          clear: both; }
        footer .main .left-part .consultation .qr {
          float: left;
          width: 144px;
          height: 144px;
          border-radius: 5px;
          margin-right: 94px;
          box-sizing: border-box;
          background: #fff;
          overflow: hidden; }
          footer .main .left-part .consultation .qr img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
        footer .main .left-part .consultation .text {
          margin-top: 12px;
          text-align: center;
          font-family: Arial;
          font-weight: 400;
          font-size: 16px;
          color: #3B3B3B;
          color: #fff;
          line-height: 36px; }
      footer .main .left-part .website-info {
        width: 100%;
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #3C3C3C;
        color: #fff;
        line-height: 30px; }
    footer .main .right-part {
      float: left;
      width: 50%;
      box-sizing: border-box;
      padding-left: 100px;
      padding-top: 0px; }
      footer .main .right-part .footer-map {
        width: 100%;
        height: 400px;
        border-radius: 5px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.24); }
      footer .main .right-part .footer-map-error {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 16px; }

.sub-banner {
  width: 100%;
  height: 600px;
  position: relative; }
  .sub-banner .mask {
    background: rgba(2, 89, 127, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .sub-banner .mask .title {
      font-size: 42px;
      color: #383838;
      position: absolute;
      left: 10%;
      top: 35%;
      font-weight: 600; }
    .sub-banner .mask .p-title {
      width: 100%;
      padding-top: 260px;
      height: 70px;
      line-height: 70px;
      font-weight: bold;
      font-size: 42px;
      color: #fff;
      text-align: center;
      font-family: Arial; }
    .sub-banner .mask .line {
      position: absolute;
      left: 10%;
      top: 45%;
      width: 211px;
      height: 6px;
      background: #f88c12; }
  .sub-banner .pic {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .sub-banner .pic img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%; }

.join {
  width: 100%;
  background: #F6F6F6;
  padding: 40px 0px; }
  .join .main {
    width: 100%;
    *zoom: 1; }
    .join .main:before, .join .main:after {
      content: " ";
      display: table; }
    .join .main:after {
      clear: both; }
    .join .main .left {
      float: left; }
      .join .main .left span {
        display: block;
        color: #646566;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .join .main .left .bold {
        color: #323233;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 28px; }
    .join .main .right {
      float: right;
      width: 620px;
      height: 52px;
      border-radius: 4px;
      border: 1px solid #D8D8D8;
      background: #FFF;
      position: relative;
      overflow: hidden; }
      .join .main .right input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        outline: none;
        border: none;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 106px;
        font-size: 14px;
        color: #323233; }
      .join .main .right input::-webkit-input-placeholder {
        font-size: 14px;
        color: rgba(151, 152, 153, 0.6); }
      .join .main .right input:-moz-placeholder {
        font-size: 14px;
        color: rgba(151, 152, 153, 0.6); }
      .join .main .right input::-moz-placeholder {
        font-size: 14px;
        color: rgba(151, 152, 153, 0.6); }
      .join .main .right input:-ms-input-placeholder {
        font-size: 14px;
        color: rgba(151, 152, 153, 0.6); }
      .join .main .right .submit {
        width: 90px;
        height: 44px;
        border-radius: 4px;
        background: #FFCB2D;
        text-align: center;
        line-height: 44px;
        color: #323233;
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        right: 4px;
        top: 4px;
        transition: 0.3s ease;
        cursor: pointer; }
        .join .main .right .submit:hover {
          box-shadow: 0 0 10px 0 #04a9f8; }

.proSide {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 45px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #b3b3b3; }
  .proSide .categories {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 17px;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative; }
    .proSide .categories .search {
      width: 340px;
      height: 50px;
      background: #eeeeee;
      box-sizing: border-box;
      position: absolute;
      right: 0px;
      bottom: -10px;
      border-radius: 5px; }
      .proSide .categories .search .input-box {
        width: 100%;
        height: 50px;
        position: relative; }
        .proSide .categories .search .input-box button {
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          left: 25px;
          z-index: 10;
          background: none;
          outline: none;
          border: none;
          padding: 0;
          cursor: pointer; }
          .proSide .categories .search .input-box button .searchIcon {
            width: 20px;
            height: 20px; }
        .proSide .categories .search .input-box input {
          width: 270px;
          float: right;
          background: none;
          height: 50px;
          color: #323233;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          border: none;
          box-sizing: border-box;
          outline: none;
          padding-right: 25px; }
        .proSide .categories .search .input-box input::-webkit-input-placeholder {
          font-size: 16px;
          color: #979899;
          font-weight: "normal"; }
        .proSide .categories .search .input-box input:-moz-placeholder {
          font-size: 16px;
          color: #979899;
          font-weight: "normal"; }
        .proSide .categories .search .input-box input::-moz-placeholder {
          font-size: 16px;
          color: #979899;
          font-weight: "normal"; }
        .proSide .categories .search .input-box input:-ms-input-placeholder {
          font-size: 16px;
          color: #979899;
          font-weight: "normal"; }
    .proSide .categories .title {
      display: inline-block;
      color: #454545;
      font-size: 28px;
      vertical-align: middle;
      font-weight: bold; }
    .proSide .categories .line {
      width: 2px;
      height: 28px;
      background: #b5b5b5;
      display: inline-block;
      margin: 0 30px;
      vertical-align: middle; }
    .proSide .categories .item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 50px; }
      .proSide .categories .item .name {
        width: 100%;
        color: #6d6d6d;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        transition: 0.3s ease;
        display: block; }
        .proSide .categories .item .name:hover {
          color: #04a9f8; }

.pageNav {
  text-align: center; }
  .pageNav .page-item, .pageNav .page-num {
    display: inline-block;
    height: 36px;
    padding: 0 10px;
    background: #F6F6F6;
    color: #646566;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    transition: 0.3s;
    margin-right: 4px; }
    .pageNav .page-item:hover, .pageNav .page-num:hover {
      color: #fff;
      background: #04a9f8; }
  .pageNav .page-num {
    padding: 0 13px; }
  .pageNav .page-num-current {
    color: #fff;
    background: #04a9f8; }
  .pageNav span.page-num {
    background: none;
    color: #646566; }
    .pageNav span.page-num:hover {
      color: #646566;
      background: none; }

.empty {
  width: 100%;
  color: #646566;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: BN;
  text-align: center; }

.common-button {
  background: linear-gradient(90deg, #19d5cc 0%, #04a9f8 50%, #19d5cc 100%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  color: #fbf7f5;
  border-radius: 32px;
  display: inline-flex;
  overflow: hidden;
  padding: 8px 20px;
  font-weight: 400;
  font-family: Space;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s ease; }
  .common-button span {
    margin-top: 4px; }
  .common-button:hover {
    background-position: 100% 100%; }

.home-page {
  width: 100%; }
  .home-page #Banner {
    position: relative; }
    .home-page #Banner .bannerDot {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 20;
      bottom: 18px; }
      .home-page #Banner .bannerDot .swiper-pagination-bullet {
        width: 22px;
        height: 5px;
        border-radius: 0px;
        background: #fff;
        transition: 0.3s ease;
        opacity: 0.5; }
      .home-page #Banner .bannerDot .swiper-pagination-bullet-active {
        opacity: 1; }
    .home-page #Banner .swiper-slide {
      width: 100%;
      position: relative; }
      .home-page #Banner .swiper-slide .slideBg img {
        width: 100%;
        display: block; }
    .home-page #Banner .custom-pagination {
      width: 671px;
      height: 140px;
      background: #04a9f8;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 5;
      overflow: hidden; }
      .home-page #Banner .custom-pagination .page-wrapper {
        width: 380px;
        height: 100%;
        float: right; }
        .home-page #Banner .custom-pagination .page-wrapper .page-num {
          width: 48px;
          height: 100%;
          position: relative;
          float: left; }
          .home-page #Banner .custom-pagination .page-wrapper .page-num .num {
            text-align: left;
            width: 100%;
            font-family: Arial;
            font-weight: 400;
            font-size: 12px;
            color: #FFFFFF;
            padding-top: 50px; }
          .home-page #Banner .custom-pagination .page-wrapper .page-num .line {
            width: 100%;
            height: 1px;
            background: #fff;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0; }
        .home-page #Banner .custom-pagination .page-wrapper .arrow {
          float: left;
          margin-left: 20px;
          width: 20px;
          height: 28px;
          text-align: center;
          line-height: 28px;
          margin-top: 56px;
          cursor: pointer;
          transition: 0.3s ease; }
          .home-page #Banner .custom-pagination .page-wrapper .arrow:hover {
            transform: translateX(-2px); }
        .home-page #Banner .custom-pagination .page-wrapper .right {
          margin-right: 28px; }
          .home-page #Banner .custom-pagination .page-wrapper .right img {
            transform: rotate(180deg); }
          .home-page #Banner .custom-pagination .page-wrapper .right:hover {
            transform: translateX(2px); }
  .home-page .banner-video {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #333; }
    .home-page .banner-video .banner-title {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      z-index: 2; }
      .home-page .banner-video .banner-title .t1 {
        width: 100%;
        text-align: center;
        font-size: 80px;
        color: #fff;
        margin-bottom: 30px;
        font-family: PP;
        font-weight: 200; }
      .home-page .banner-video .banner-title .t2 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-family: Space;
        font-weight: 200; }
    .home-page .banner-video .video-wrapper {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .home-page .banner-video .video-wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
      .home-page .banner-video .video-wrapper video {
        display: block;
        height: 100%;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        width: 100%; }
  .home-page .section-0 {
    width: 100%;
    padding-top: 15rem;
    padding-bottom: 10rem; }
    .home-page .section-0 .t1 {
      width: 100%;
      font-size: 68px;
      color: #1e1d1d;
      text-align: center;
      margin-bottom: 2.5rem;
      font-family: PP;
      font-weight: 200; }
    .home-page .section-0 .t2 {
      max-width: 960px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: #1e1d1d;
      font-family: Space;
      font-weight: 200;
      margin-bottom: 5rem; }
    .home-page .section-0 .list {
      width: 100%; }
      .home-page .section-0 .list .row {
        display: flex;
        justify-content: center;
        margin-bottom: 40px; }
        .home-page .section-0 .list .row .item {
          width: 350px;
          height: 250px;
          border-radius: 2rem;
          background: #00aac1;
          background: #04a9f8;
          box-sizing: border-box;
          padding: 20px;
          margin-right: 40px; }
          .home-page .section-0 .list .row .item:last-child {
            margin-right: 20px; }
          .home-page .section-0 .list .row .item .b1 {
            width: 100%;
            font-size: 32px;
            color: #fff;
            font-family: PP;
            padding-top: 20px;
            padding-bottom: 30px;
            text-align: center; }
          .home-page .section-0 .list .row .item .b2 {
            width: 100%;
            font-size: 22px;
            color: #fff;
            font-family: Space;
            font-weight: 200; }
  .home-page .section-1 {
    padding-top: 5rem; }
    .home-page .section-1 .t1 {
      width: 100%;
      font-size: 68px;
      color: #1e1d1d;
      text-align: center;
      margin-bottom: 0.5rem;
      font-family: PP;
      font-weight: 200; }
    .home-page .section-1 .t2 {
      max-width: 960px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: #1e1d1d;
      font-family: Space;
      font-weight: 200;
      text-align: center;
      margin-bottom: 4rem; }
    .home-page .section-1 .t3 {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .home-page .section-1 .t3 .left-part {
        width: 50%;
        aspect-ratio: 16 / 9; }
        .home-page .section-1 .t3 .left-part .video-wrapper {
          width: 100%;
          height: 100%;
          border-radius: 2rem;
          overflow: hidden; }
          .home-page .section-1 .t3 .left-part .video-wrapper img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
          .home-page .section-1 .t3 .left-part .video-wrapper video {
            display: block;
            height: 100%;
            max-width: none;
            -o-object-fit: cover;
            object-fit: cover;
            overflow: hidden;
            width: 100%; }
      .home-page .section-1 .t3 .right-part {
        display: flex;
        align-content: center;
        width: calc(50% - 50px);
        flex-wrap: wrap;
        align-items: center; }
        .home-page .section-1 .t3 .right-part .t4 {
          width: 100%;
          color: #1e1d1d;
          font-family: PP;
          font-size: 42px;
          font-weight: 200;
          margin-bottom: 0px; }
        .home-page .section-1 .t3 .right-part .t5 {
          color: #1e1d1d;
          font-family: Space;
          font-size: 20px;
          font-weight: 200;
          margin-bottom: 30px;
          line-height: 1.5; }
  .home-page .section-2 {
    width: 100%;
    margin-top: 8.5rem; }
    .home-page .section-2 .t1 {
      width: 100%;
      font-size: 68px;
      color: #1e1d1d;
      text-align: center;
      margin-bottom: 0.5rem;
      font-family: PP;
      font-weight: 200; }
    .home-page .section-2 .t2 {
      max-width: 960px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: #1e1d1d;
      font-family: Space;
      font-weight: 200;
      text-align: center; }
    .home-page .section-2 .list {
      width: 100%;
      margin-top: 4rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .home-page .section-2 .list .item {
        width: calc((100% - 100px) / 3);
        margin-bottom: 80px; }
        .home-page .section-2 .list .item .video {
          aspect-ratio: 4 / 3;
          border-radius: 2rem;
          overflow: hidden;
          transition: 0.4s ease; }
          .home-page .section-2 .list .item .video .video-wrapper {
            width: 100%;
            height: 100%; }
            .home-page .section-2 .list .item .video .video-wrapper img {
              display: block;
              height: 100%;
              max-width: none;
              -o-object-fit: cover;
              object-fit: cover;
              overflow: hidden;
              width: 100%;
              transition: 0.3s ease; }
            .home-page .section-2 .list .item .video .video-wrapper video {
              display: block;
              height: 100%;
              max-width: none;
              -o-object-fit: cover;
              object-fit: cover;
              overflow: hidden;
              width: 100%; }
        .home-page .section-2 .list .item .title {
          width: 100%;
          margin-top: 1.5rem;
          margin-bottom: 8px;
          font-weight: 200;
          font-family: PP;
          font-size: 24px;
          color: #1e1d1d;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-align: center; }
        .home-page .section-2 .list .item .content {
          font-family: space;
          font-weight: 200;
          font-size: 18px;
          color: #1e1d1d;
          line-height: 24px;
          height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          .home-page .section-2 .list .item .content p {
            margin: 0; }
        .home-page .section-2 .list .item:hover .video {
          box-shadow: 0 8px 16px 0 rgba(25, 213, 204, 0.5);
          transform: translateY(-5px); }
          .home-page .section-2 .list .item:hover .video img {
            transform: scale(1.05);
            -ms-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -o-transform: scale(1.05); }
  .home-page .section-3 {
    width: 100%;
    margin-top: 10rem;
    background: #f2f7f8;
    padding-top: 5rem; }
    .home-page .section-3 .t1 {
      width: 100%;
      font-size: 68px;
      color: #1e1d1d;
      text-align: center;
      margin-bottom: 0.5rem;
      font-family: PP;
      font-weight: 200; }
    .home-page .section-3 .t2 {
      max-width: 960px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: #1e1d1d;
      font-family: Space;
      font-weight: 200;
      margin-bottom: 3rem;
      text-align: center; }
    .home-page .section-3 .list {
      width: 100%;
      display: flex;
      justify-content: center;
      padding-bottom: 5rem; }
      .home-page .section-3 .list .item {
        height: 40px;
        padding: 0px 16px;
        border: 1px solid #04a9f8;
        border-radius: 35px;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 30px;
        position: relative;
        z-index: 5;
        background: #fff;
        box-shadow: 8px -8px 16px 0 rgba(4, 169, 248, 0.15) inset; }
        .home-page .section-3 .list .item:last-child {
          margin-right: 0px; }
        .home-page .section-3 .list .item:before {
          content: '';
          width: 100%;
          height: 100%;
          border-radius: 35px;
          background: linear-gradient(90deg, #04a9f8, #19d5cc);
          position: absolute;
          left: 0px;
          top: 0px;
          transform: translateX(-5px);
          transition: 0.5s ease;
          opacity: 0; }
        .home-page .section-3 .list .item a {
          width: 100%;
          height: 100%;
          color: rgba(0, 0, 0, 0.75);
          font-size: 18px;
          font-family: Space;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 5;
          top: 2px;
          text-transform: uppercase;
          transition: 0.4s ease; }
        .home-page .section-3 .list .item:hover:before {
          transform: translateX(0%);
          opacity: 1; }
        .home-page .section-3 .list .item:hover a {
          color: #fff; }
  .home-page .section-4 {
    margin-top: 10rem;
    width: 100%; }
    .home-page .section-4 .t3 {
      width: 100%;
      display: flex;
      margin-bottom: 10rem;
      justify-content: space-between; }
      .home-page .section-4 .t3 .left-part {
        width: 50%;
        aspect-ratio: 16 / 9; }
        .home-page .section-4 .t3 .left-part .video-wrapper {
          width: 100%;
          height: 100%;
          max-height: 450px;
          border-radius: 2rem;
          overflow: hidden;
          aspect-ratio: 16 / 9; }
          .home-page .section-4 .t3 .left-part .video-wrapper img {
            aspect-ratio: 16 / 9;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
          .home-page .section-4 .t3 .left-part .video-wrapper video {
            display: block;
            height: 100%;
            max-width: none;
            -o-object-fit: cover;
            object-fit: cover;
            overflow: hidden;
            width: 100%; }
      .home-page .section-4 .t3 .right-part {
        display: flex;
        align-content: center;
        width: calc(50% - 50px);
        flex-wrap: wrap; }
        .home-page .section-4 .t3 .right-part p video {
          max-width: 100%; }
        .home-page .section-4 .t3 .right-part .t4 {
          width: 100%;
          color: #1e1d1d;
          font-family: PP;
          font-size: 42px;
          font-weight: 200;
          margin-bottom: 0px; }
          .home-page .section-4 .t3 .right-part .t4 span, .home-page .section-4 .t3 .right-part .t4 h3, .home-page .section-4 .t3 .right-part .t4 h2, .home-page .section-4 .t3 .right-part .t4 p {
            background: none !important; }
        .home-page .section-4 .t3 .right-part .t5 {
          color: #1e1d1d;
          font-family: Space;
          font-size: 18px;
          font-weight: 200;
          margin-bottom: 30px;
          line-height: 1.4;
          margin-top: 30px; }
          .home-page .section-4 .t3 .right-part .t5 span, .home-page .section-4 .t3 .right-part .t5 h3, .home-page .section-4 .t3 .right-part .t5 h2, .home-page .section-4 .t3 .right-part .t5 p {
            background: none !important; }
      .home-page .section-4 .t3:nth-child(even) {
        flex-direction: row-reverse; }
    .home-page .section-4 .right {
      flex-direction: row-reverse; }
  .home-page .section-5 {
    width: 100%;
    margin-top: 10rem;
    background: #f2f7f8;
    padding-top: 5rem; }
    .home-page .section-5 .t1 {
      width: 100%;
      font-size: 68px;
      color: #1e1d1d;
      text-align: center;
      margin-bottom: 2.5rem;
      font-family: PP;
      font-weight: 200;
      text-transform: uppercase; }
    .home-page .section-5 .t2 {
      max-width: 700px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: #1e1d1d;
      font-family: Space;
      font-weight: 200;
      margin-bottom: 5rem;
      text-align: center; }
    .home-page .section-5 .marquee {
      width: 100%;
      margin-bottom: 5rem;
      overflow: hidden; }
      .home-page .section-5 .marquee .marquee-track {
        display: flex;
        width: max-content;
        animation: homeMarquee 32s linear infinite;
        will-change: transform; }
      .home-page .section-5 .marquee:hover .marquee-track {
        animation-play-state: paused; }
      .home-page .section-5 .marquee .item {
        flex: 0 0 auto;
        width: 300px;
        height: 500px;
        margin-right: 30px; }
        .home-page .section-5 .marquee .item .pic {
          width: 300px;
          height: 450px;
          overflow: hidden; }
          .home-page .section-5 .marquee .item .pic img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
        .home-page .section-5 .marquee .item .name {
          text-align: center;
          width: 100%;
          text-transform: uppercase;
          color: #1e1d1d;
          font-family: Space;
          padding: 16px 0px; }
  .home-page .section-6 {
    width: 100%;
    padding-top: 5rem; }
    .home-page .section-6 .t1 {
      width: 100%;
      font-size: 68px;
      color: #1e1d1d;
      text-align: center;
      margin-bottom: 2.5rem;
      font-family: PP;
      font-weight: 200;
      text-transform: uppercase; }
    .home-page .section-6 .t2 {
      max-width: 700px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: #1e1d1d;
      font-family: Space;
      font-weight: 200;
      margin-bottom: 5rem;
      text-align: center; }
    .home-page .section-6 .marquee {
      width: 100%;
      overflow: hidden; }
      .home-page .section-6 .marquee .marquee-track {
        display: flex;
        width: max-content;
        animation: homeMarquee 28s linear infinite;
        will-change: transform; }
      .home-page .section-6 .marquee:hover .marquee-track {
        animation-play-state: paused; }
      .home-page .section-6 .marquee .item {
        align-items: center;
        background-color: #ffffff;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        flex: 0 0 auto;
        width: 270px;
        height: 130px;
        box-sizing: border-box;
        padding: 30px;
        margin-right: 1.5rem; }
        .home-page .section-6 .marquee .item img {
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
    .home-page .section-6 .partner-marquees {
      margin-bottom: 5rem; }
      .home-page .section-6 .partner-marquees .marquee {
        margin-bottom: 1.5rem; }
        .home-page .section-6 .partner-marquees .marquee:last-child {
          margin-bottom: 0; }
    .home-page .section-6 .marquee.marquee-reverse .marquee-track {
      animation-direction: reverse; }
    .home-page .section-6 .marquee.marquee-slow .marquee-track {
      animation-duration: 34s; }
    .home-page .section-6 .list {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
      margin-bottom: 5rem; }
      .home-page .section-6 .list .item {
        align-items: center;
        background-color: #ffffff;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        width: 18%;
        height: 130px;
        box-sizing: border-box;
        padding: 30px; }
        .home-page .section-6 .list .item img {
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
    .home-page .section-6 .card {
      width: 85%;
      aspect-ratio: 23 / 5;
      height: 100%;
      min-height: 230px;
      background: linear-gradient(268.18deg, #04a9f8 -5.99%, #19d5cc 99.49%);
      display: block;
      margin: 0 auto;
      border-radius: 2.5rem;
      margin-bottom: 5rem;
      position: relative;
      overflow: hidden; }
      .home-page .section-6 .card .left {
        position: absolute;
        font-size: 32px;
        color: #fbf7f5;
        left: 2.5rem;
        bottom: 2.5rem;
        transition: 0.4s ease;
        height: 36px;
        line-height: 36px;
        font-family: Space;
        font-weight: 200; }
      .home-page .section-6 .card:hover .left {
        bottom: calc(100% - 5rem); }
      .home-page .section-6 .card:hover .mid {
        transform: translateX(0);
        opacity: 1; }
      .home-page .section-6 .card .mid {
        position: absolute;
        font-size: 32px;
        color: #fbf7f5;
        left: 2.5rem;
        bottom: 2.5rem;
        transition: 0.4s ease;
        height: 36px;
        line-height: 36px;
        font-family: Space;
        font-weight: 200;
        opacity: 0;
        transform: translateX(-50%); }
      .home-page .section-6 .card .right {
        height: 35px;
        padding: 0px 10px;
        background: #fff;
        border-radius: 35px;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 30px;
        z-index: 5;
        overflow: hidden;
        position: absolute;
        right: 2rem;
        bottom: 2rem; }
        .home-page .section-6 .card .right:last-child {
          margin-right: 0px; }
        .home-page .section-6 .card .right a {
          width: 100%;
          height: 100%;
          color: #222;
          font-size: 18px;
          font-family: Space;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 5;
          top: 2px;
          text-transform: uppercase;
          transition: 0.4s ease; }
        .home-page .section-6 .card .right:before {
          content: '';
          width: 100%;
          height: 100%;
          border-radius: 35px;
          background: rgba(248, 140, 18, 0.75);
          position: absolute;
          left: 0px;
          top: 0px;
          transform: translateX(-100%);
          transition: 0.5s ease;
          opacity: 0; }
        .home-page .section-6 .card .right:hover:before {
          transform: translateX(0%);
          opacity: 1; }
        .home-page .section-6 .card .right:hover a {
          color: #fff; }

.service-page {
  width: 100%; }
  .service-page .section-1 {
    width: 100%;
    height: 413px; }
    .service-page .section-1 main {
      width: 1379px;
      height: 413px;
      margin: 0 auto;
      position: relative; }
      .service-page .section-1 main .left-part {
        width: 559px;
        height: 653px;
        background: #04a9f8;
        position: absolute;
        left: 0;
        top: -240px; }
        .service-page .section-1 main .left-part .top {
          width: 100%;
          height: 240px;
          text-align: center;
          font-family: Arial;
          font-weight: bold;
          font-size: 42px;
          color: #FFFFFF;
          line-height: 44px;
          padding-top: 128px;
          box-sizing: border-box; }
        .service-page .section-1 main .left-part .bottom {
          font-size: 20px;
          line-height: 32px;
          padding-top: 20px;
          padding-left: 60px;
          padding-right: 60px;
          box-sizing: border-box;
          color: #fff; }
      .service-page .section-1 main .right-part {
        float: right;
        margin-right: 30px;
        position: relative;
        height: 100%; }
        .service-page .section-1 main .right-part img {
          position: absolute;
          bottom: 0;
          right: 0; }
  .service-page .section-2 {
    width: 100%;
    height: 630px;
    background: url("../images/service_bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed; }
    .service-page .section-2 main {
      max-width: 1378px;
      margin: 0 auto; }
      .service-page .section-2 main .list {
        width: 298px;
        height: 302px;
        float: right;
        margin-right: 60px; }
        .service-page .section-2 main .list .item {
          width: 298px;
          height: 302px;
          margin-bottom: 30px; }
          .service-page .section-2 main .list .item img {
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
      .service-page .section-2 main .list1 {
        padding-top: 100px;
        margin-right: 60px; }
      .service-page .section-2 main .list2 {
        margin-right: 30px;
        padding-top: 140px; }
  .service-page .section-3 {
    width: 100%;
    padding-top: 160px; }
    .service-page .section-3 main {
      width: 1348px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 0 78px; }
      .service-page .section-3 main .title {
        font-size: 30px;
        color: #141414; }
      .service-page .section-3 main .line {
        width: 88px;
        height: 5px;
        background: #04a9f8;
        margin-top: 20px; }
      .service-page .section-3 main .map {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 100px; }
        .service-page .section-3 main .map img {
          max-width: 100%;
          display: block;
          margin: 0 auto; }

.contact-page {
  width: 100%;
  min-height: 100vh; }
  .contact-page .sub-banner {
    height: 718px; }
    .contact-page .sub-banner .mask .p-title {
      width: 100%;
      padding-top: 260px;
      height: 70px;
      line-height: 70px;
      font-weight: bold;
      font-size: 42px;
      color: #fff;
      text-align: center;
      font-family: Arial; }
  .contact-page .section-2 {
    width: 80%;
    height: 450px;
    background: #fff;
    margin: 0 auto;
    margin-top: -319px;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    padding-top: 80px;
    margin-bottom: 130px; }
    .contact-page .section-2 .main {
      *zoom: 1; }
      .contact-page .section-2 .main:before, .contact-page .section-2 .main:after {
        content: " ";
        display: table; }
      .contact-page .section-2 .main:after {
        clear: both; }
      .contact-page .section-2 .main .left {
        width: 40%;
        float: left;
        padding-left: 10%; }
        .contact-page .section-2 .main .left .t1 {
          color: #383838;
          font-weight: 600;
          font-size: 57px; }
        .contact-page .section-2 .main .left .t2 {
          color: #383838;
          font-weight: 600;
          font-size: 57px;
          margin-bottom: 30px; }
        .contact-page .section-2 .main .left .t3 {
          color: #575757;
          font-size: 16px; }
      .contact-page .section-2 .main .right {
        float: right;
        width: 45%;
        box-sizing: border-box;
        padding-right: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .contact-page .section-2 .main .right .submit {
          width: 138px;
          height: 44px;
          flex-shrink: 0;
          cursor: pointer;
          border-radius: 4px;
          background: #04a9f8;
          margin: 20px auto 0;
          color: #fff;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 44px;
          transition: 0.3s ease;
          text-align: center; }
          .contact-page .section-2 .main .right .submit:hover {
            box-shadow: 0 0 10px 0 #04a9f8; }
        .contact-page .section-2 .main .right input, .contact-page .section-2 .main .right textarea {
          outline: none;
          border: none;
          box-sizing: border-box;
          padding: 16px;
          margin-bottom: 20px; }
        .contact-page .section-2 .main .right input {
          width: 100%;
          height: 43px;
          border-radius: 4px;
          border: 1px solid #D8D8D8;
          color: #323233;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .contact-page .section-2 .main .right textarea {
          width: 100%;
          height: 149px;
          border-radius: 4px;
          border: 1px solid #D8D8D8;
          color: #323233;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .contact-page .section-2 .main .right input::-webkit-input-placeholder {
          font-size: 14px;
          color: #979899;
          font-weight: "normal"; }
        .contact-page .section-2 .main .right input:-moz-placeholder {
          font-size: 14px;
          color: #979899;
          font-weight: "normal"; }
        .contact-page .section-2 .main .right input::-moz-placeholder {
          font-size: 14px;
          color: #979899;
          font-weight: "normal"; }
        .contact-page .section-2 .main .right input:-ms-input-placeholder {
          font-size: 14px;
          color: #979899;
          font-weight: "normal"; }
        .contact-page .section-2 .main .right .check {
          width: 100%; }
          .contact-page .section-2 .main .right .check img {
            vertical-align: middle; }
          .contact-page .section-2 .main .right .check input {
            width: calc(100% - 155px); }
  .contact-page .map {
    width: 100%;
    height: 580px;
    background: #fff;
    box-sizing: border-box;
    position: relative; }
    .contact-page .map main {
      max-width: 1200px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0px;
      left: 0px;
      height: 100%; }
    .contact-page .map .amap-logo {
      display: none !important; }
    .contact-page .map .add-btns {
      width: 450px;
      height: 50px;
      position: absolute;
      top: 170px;
      z-index: 5;
      left: 0px;
      display: flex;
      justify-content: space-around; }
      .contact-page .map .add-btns .btn {
        width: 190px;
        height: 50px;
        border-radius: 7px;
        line-height: 50px;
        text-align: center;
        font-size: 22px;
        color: #1c1c1c;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        transition: 0.3s ease;
        float: left;
        cursor: pointer; }
      .contact-page .map .add-btns .btn-on {
        background: #04a9f8;
        color: #fff; }
    .contact-page .map .map-dialog {
      width: 100%;
      height: 230px;
      background: white;
      border-radius: 5px;
      position: absolute;
      border: 1px solid #04a9f8;
      top: -115px;
      left: 0%;
      z-index: 19995; }
      .contact-page .map .map-dialog .hide {
        display: none; }
      .contact-page .map .map-dialog .left-part {
        padding-top: 40px;
        box-sizing: border-box;
        width: 720px;
        float: left; }
      .contact-page .map .map-dialog .right-part {
        float: left;
        padding-top: 30px; }
        .contact-page .map .map-dialog .right-part .qr {
          float: left;
          width: 144px;
          height: 144px;
          border-radius: 5px;
          margin-right: 90px;
          padding: 10px;
          box-sizing: border-box;
          background: #fff;
          border: 1px solid #dfdfdf; }
          .contact-page .map .map-dialog .right-part .qr img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
          .contact-page .map .map-dialog .right-part .qr .text {
            margin-top: 12px;
            text-align: center;
            font-family: Arial;
            font-weight: 400;
            font-size: 16px;
            color: #3B3B3B;
            line-height: 36px; }
          .contact-page .map .map-dialog .right-part .qr:last-child {
            margin-right: 0; }
      .contact-page .map .map-dialog .item {
        width: 100%;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-left: 90px; }
        .contact-page .map .map-dialog .item .icon {
          float: left;
          width: 34px;
          height: 34px; }
          .contact-page .map .map-dialog .item .icon img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
        .contact-page .map .map-dialog .item .value {
          width: calc(100% - 80px);
          float: left;
          margin-left: 15px;
          line-height: 30px;
          color: #5e5e5e;
          font-size: 20px; }
    .contact-page .map #container {
      width: 100%;
      height: 580px;
      position: absolute;
      top: 0px; }

.about-page {
  width: 100%; }
  .about-page .section-1 {
    width: 100%;
    padding-top: 70px; }
    .about-page .section-1 .theme {
      *zoom: 1;
      margin-bottom: 115px; }
      .about-page .section-1 .theme:before, .about-page .section-1 .theme:after {
        content: " ";
        display: table; }
      .about-page .section-1 .theme:after {
        clear: both; }
      .about-page .section-1 .theme .theme-left {
        color: #383838;
        font-size: 42px;
        font-weight: bolder;
        float: left; }
      .about-page .section-1 .theme .theme-right {
        border-bottom: 2px solid #DBDBDB;
        float: right;
        width: 83%;
        padding-top: 5px;
        padding-bottom: 7px; }
        .about-page .section-1 .theme .theme-right .tr-text {
          color: #383838;
          font-size: 21px;
          float: right;
          margin-left: 50px;
          cursor: pointer;
          position: relative; }
          .about-page .section-1 .theme .theme-right .tr-text .line {
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 5px;
            background: #f88c12;
            display: none; }
          .about-page .section-1 .theme .theme-right .tr-text.active {
            color: #f88c12; }
            .about-page .section-1 .theme .theme-right .tr-text.active .line {
              display: block; }
    .about-page .section-1 .main {
      width: 100%;
      *zoom: 1; }
      .about-page .section-1 .main:before, .about-page .section-1 .main:after {
        content: " ";
        display: table; }
      .about-page .section-1 .main:after {
        clear: both; }
      .about-page .section-1 .main .right-part {
        width: 60%;
        float: right; }
        .about-page .section-1 .main .right-part .company-name {
          font-size: 20px;
          color: #3c3c3c;
          font-weight: 600;
          margin-bottom: 20px; }
        .about-page .section-1 .main .right-part .info p {
          font-weight: 400;
          color: #575757;
          font-size: 20px;
          line-height: 30px; }
  .about-page .section-2 {
    margin-left: 5%;
    margin-bottom: 38px; }
  .about-page .section-3 {
    margin-bottom: 50px;
    *zoom: 1; }
    .about-page .section-3:before, .about-page .section-3:after {
      content: " ";
      display: table; }
    .about-page .section-3:after {
      clear: both; }
    .about-page .section-3 .left-part {
      width: 745px;
      height: 355px;
      float: left; }
      .about-page .section-3 .left-part img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .about-page .section-3 .right-part {
      width: calc(100% - 745px - 11px);
      height: 355px;
      float: right; }
      .about-page .section-3 .right-part img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
  .about-page .section-4 {
    width: 100%;
    padding-bottom: 60px; }
    .about-page .section-4 .main {
      width: 100%;
      flex-shrink: 0;
      *zoom: 1; }
      .about-page .section-4 .main:before, .about-page .section-4 .main:after {
        content: " ";
        display: table; }
      .about-page .section-4 .main:after {
        clear: both; }
      .about-page .section-4 .main .divider {
        width: 2px;
        height: 145px;
        background: #DCDCDC;
        float: left; }
      .about-page .section-4 .main .item1 {
        float: left;
        width: 60%;
        margin-left: 5%;
        margin-right: 5%; }
        .about-page .section-4 .main .item1 .t1 {
          color: #575757;
          font-size: 20px;
          line-height: 30px;
          margin-top: 20px; }
      .about-page .section-4 .main .item2 {
        float: left;
        width: calc(100% - 75% - 2px);
        padding-left: 5%;
        margin-top: 30px; }
        .about-page .section-4 .main .item2 .t2 {
          color: #3c3c3c;
          font-size: 22px;
          font-weight: 600;
          margin-top: 10px; }
  .about-page .section-5 {
    height: 612px;
    width: 100%;
    position: relative;
    background: url("../images/advantage_bg.png") no-repeat center;
    background-size: cover; }
    .about-page .section-5 .text {
      width: 520px;
      position: absolute;
      top: 146px;
      left: 0px; }
      .about-page .section-5 .text .t1 {
        color: #3c3c3c;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 35px; }
      .about-page .section-5 .text .line {
        width: 46px;
        height: 5px;
        background: #f88c12;
        margin-bottom: 35px; }
      .about-page .section-5 .text .t2 {
        font-size: 20px;
        color: #575757;
        line-height: 28px; }
    .about-page .section-5 #Advantage {
      position: absolute;
      right: 0;
      top: 108px; }
      .about-page .section-5 #Advantage .bannerDot {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 20;
        bottom: 18px; }
        .about-page .section-5 #Advantage .bannerDot .swiper-pagination-bullet {
          width: 22px;
          height: 5px;
          border-radius: 0px;
          background: #fff;
          transition: 0.3s ease;
          opacity: 0.5; }
        .about-page .section-5 #Advantage .bannerDot .swiper-pagination-bullet-active {
          opacity: 1; }
      .about-page .section-5 #Advantage .swiper-slide .slideBg {
        width: 607px;
        height: 397px;
        overflow: hidden; }
        .about-page .section-5 #Advantage .swiper-slide .slideBg img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%;
          display: block; }
    .about-page .section-5 main {
      width: 1335px;
      height: 612px;
      margin: 0 auto;
      position: relative; }
      .about-page .section-5 main .custom-pagination {
        width: 260px;
        height: 81px;
        background: #04a9f8;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
        overflow: hidden; }
        .about-page .section-5 main .custom-pagination .page-wrapper {
          width: 200px;
          margin-left: 60px;
          height: 100%; }
          .about-page .section-5 main .custom-pagination .page-wrapper .page-num {
            width: 48px;
            height: 100%;
            position: relative;
            float: left; }
            .about-page .section-5 main .custom-pagination .page-wrapper .page-num .num {
              text-align: left;
              width: 100%;
              font-weight: 400;
              font-size: 12px;
              color: #FFFFFF;
              padding-top: 20px; }
            .about-page .section-5 main .custom-pagination .page-wrapper .page-num .line {
              width: 100%;
              height: 1px;
              background: #fff;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0; }
          .about-page .section-5 main .custom-pagination .page-wrapper .arrow {
            float: left;
            margin-left: 20px;
            width: 20px;
            height: 28px;
            text-align: center;
            line-height: 28px;
            margin-top: 26px;
            cursor: pointer;
            transition: 0.3s ease; }
            .about-page .section-5 main .custom-pagination .page-wrapper .arrow:hover {
              transform: translateX(-2px); }
          .about-page .section-5 main .custom-pagination .page-wrapper .right {
            margin-right: 28px; }
            .about-page .section-5 main .custom-pagination .page-wrapper .right img {
              transform: rotate(180deg); }
            .about-page .section-5 main .custom-pagination .page-wrapper .right:hover {
              transform: translateX(2px); }
  .about-page .section-6 {
    margin: 140px 0; }
    .about-page .section-6 .pic {
      width: 1277px;
      position: relative; }
      .about-page .section-6 .pic img {
        max-width: 100%; }
      .about-page .section-6 .pic .t1 {
        position: absolute;
        color: #fff;
        font-size: 30px;
        top: 375px;
        left: 647px; }
      .about-page .section-6 .pic .t2 {
        position: absolute;
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        top: 455px;
        left: 647px; }

.product-page {
  width: 100%;
  min-height: 100vh;
  background: #fff; }
  .product-page .sub-banner .mask .p-title {
    width: 100%;
    padding-top: 260px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-family: Arial; }
  .product-page .sub-banner .mask .p-search {
    width: 910px;
    height: 60px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 90px; }
    .product-page .sub-banner .mask .p-search form {
      width: 100%;
      height: 100%; }
    .product-page .sub-banner .mask .p-search .input-box {
      width: 100%;
      height: 100%;
      position: relative; }
    .product-page .sub-banner .mask .p-search button {
      position: absolute;
      width: 60px;
      height: 60px;
      right: 30px;
      z-index: 10;
      background: none;
      outline: none;
      border: none;
      padding: 0;
      cursor: pointer; }
      .product-page .sub-banner .mask .p-search button .searchIcon {
        width: 20px;
        height: 20px; }
    .product-page .sub-banner .mask .p-search input {
      width: calc(100% - 90px);
      height: 100%;
      color: #323233;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      border: none;
      box-sizing: border-box;
      outline: none;
      padding-right: 30px;
      padding-left: 30px;
      background: none; }
    .product-page .sub-banner .mask .p-search input::-webkit-input-placeholder {
      font-size: 16px;
      color: #979899;
      font-weight: "normal"; }
    .product-page .sub-banner .mask .p-search input:-moz-placeholder {
      font-size: 16px;
      color: #979899;
      font-weight: "normal"; }
    .product-page .sub-banner .mask .p-search input::-moz-placeholder {
      font-size: 16px;
      color: #979899;
      font-weight: "normal"; }
    .product-page .sub-banner .mask .p-search input:-ms-input-placeholder {
      font-size: 16px;
      color: #979899;
      font-weight: "normal"; }
  .product-page .sub-banner .mask .p-category {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 1378px;
    height: 60px;
    background: linear-gradient(268.18deg, #04a9f8 -5.99%, #19d5cc 99.49%);
    display: flex;
    justify-content: space-between; }
    .product-page .sub-banner .mask .p-category .item {
      width: 25%;
      height: 60px;
      position: relative;
      text-align: center; }
      .product-page .sub-banner .mask .p-category .item:before {
        content: '';
        width: 1px;
        height: 40px;
        background: #d1d4d5;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0; }
      .product-page .sub-banner .mask .p-category .item:last-child:before {
        display: none; }
      .product-page .sub-banner .mask .p-category .item:after {
        content: '';
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #19d5cc 0%, #04a9f8 100%);
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0; }
      .product-page .sub-banner .mask .p-category .item a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 35px;
        padding-right: 35px;
        word-break: break-all;
        box-sizing: border-box;
        font-family: Arial;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff; }
    .product-page .sub-banner .mask .p-category .item-on:after {
      opacity: 1; }
    .product-page .sub-banner .mask .p-category .item-on a {
      color: #04a9f8; }
  .product-page main {
    max-width: 1378px;
    margin: 0 auto; }
  .product-page .main {
    width: 100%;
    *zoom: 1;
    padding-top: 50px;
    padding-bottom: 80px; }
    .product-page .main:before, .product-page .main:after {
      content: " ";
      display: table; }
    .product-page .main:after {
      clear: both; }
    .product-page .main .list {
      width: 100%;
      background: #fff; }
      .product-page .main .list .wrapper {
        width: 100%;
        *zoom: 1;
        box-sizing: border-box;
        padding-bottom: 40px; }
        .product-page .main .list .wrapper:before, .product-page .main .list .wrapper:after {
          content: " ";
          display: table; }
        .product-page .main .list .wrapper:after {
          clear: both; }
        .product-page .main .list .wrapper .item {
          width: 320px;
          float: left;
          box-sizing: border-box;
          margin-right: 32.5px;
          background: #fff;
          transition: 0.3s ease;
          margin-bottom: 40px;
          border-radius: 5px;
          border: 1px solid #04a9f8;
          box-sizing: border-box;
          box-shadow: 8px -8px 16px 0 rgba(4, 169, 248, 0.15) inset;
          overflow: hidden; }
          .product-page .main .list .wrapper .item:nth-child(4n) {
            margin-right: 0; }
          .product-page .main .list .wrapper .item a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
            padding-top: 40px;
            padding-bottom: 0px; }
            .product-page .main .list .wrapper .item a .pic {
              width: 100%;
              height: 180px;
              margin: 0 auto;
              transition: 0.3s ease;
              overflow: hidden; }
              .product-page .main .list .wrapper .item a .pic img {
                transition: 0.3s ease;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                width: 100%;
                height: 100%; }
            .product-page .main .list .wrapper .item a .name {
              width: 100%;
              box-sizing: border-box;
              padding: 0 20px;
              font-size: 16px;
              height: 40px;
              line-height: 40px;
              color: #fff;
              position: absolute;
              top: 0;
              left: 0;
              font-weight: bold;
              background: linear-gradient(90deg, #19d5cc 0%, #04a9f8 100%); }
            .product-page .main .list .wrapper .item a .more {
              position: absolute;
              left: 20px;
              bottom: 20px;
              opacity: 0;
              transform: translateX(-20px);
              transition: 0.3s ease;
              transition-delay: 0.05s; }
          .product-page .main .list .wrapper .item:hover {
            border-color: #04a9f8;
            box-shadow: 8px -8px 16px 0 rgba(4, 169, 248, 0.15) inset, 0 0 10px 0 rgba(0, 0, 0, 0.1); }
            .product-page .main .list .wrapper .item:hover a .pic img {
              transform: scale(1.05); }
    .product-page .main .proInfo {
      margin: 0 auto;
      width: 1000px;
      box-sizing: border-box;
      padding: 20px;
      background: #fff; }
      .product-page .main .proInfo .top {
        width: 100%;
        *zoom: 1; }
        .product-page .main .proInfo .top:before, .product-page .main .proInfo .top:after {
          content: " ";
          display: table; }
        .product-page .main .proInfo .top:after {
          clear: both; }
        .product-page .main .proInfo .top .pic {
          float: left;
          width: 100%;
          box-sizing: border-box;
          padding: 0px;
          background: #fff;
          overflow: hidden; }
          .product-page .main .proInfo .top .pic img {
            width: 100%; }
        .product-page .main .proInfo .top .info {
          width: 100%;
          float: right;
          padding-top: 20px; }
          .product-page .main .proInfo .top .info .title {
            color: #323233;
            font-size: 26px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 20px;
            text-transform: capitalize; }
          .product-page .main .proInfo .top .info .desc {
            width: 100%;
            background: #F6F6F6;
            box-sizing: border-box;
            padding: 11px 18px;
            color: #979899;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            /* 157.143% */
            margin-top: 20px; }
          .product-page .main .proInfo .top .info .others {
            width: 100%;
            padding-top: 20px; }
            .product-page .main .proInfo .top .info .others .item {
              width: 100%;
              *zoom: 1;
              margin-bottom: 12px; }
              .product-page .main .proInfo .top .info .others .item:before, .product-page .main .proInfo .top .info .others .item:after {
                content: " ";
                display: table; }
              .product-page .main .proInfo .top .info .others .item:after {
                clear: both; }
              .product-page .main .proInfo .top .info .others .item .label {
                float: left;
                color: #323233;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 22px; }
                .product-page .main .proInfo .top .info .others .item .label img {
                  vertical-align: middle; }
              .product-page .main .proInfo .top .info .others .item .value {
                float: left;
                font-weight: 400;
                line-height: 22px;
                /* 162.5% */
                margin-left: 10px;
                color: #979899;
                font-size: 16px;
                font-style: normal; }
              .product-page .main .proInfo .top .info .others .item .light {
                color: #04a9f8; }
          .product-page .main .proInfo .top .info .btns {
            width: 100%;
            padding-top: 20px; }
            .product-page .main .proInfo .top .info .btns .btn {
              display: inline-block;
              box-sizing: border-box;
              padding: 0 14px;
              height: 44px;
              border-radius: 4px;
              text-align: center;
              font-weight: 400;
              font-size: 16px;
              line-height: 44px;
              cursor: pointer;
              transition: box-shadow 0.3s ease;
              margin-right: 20px; }
            .product-page .main .proInfo .top .info .btns .yellow {
              background: #04a9f8; }
              .product-page .main .proInfo .top .info .btns .yellow a {
                width: 100%;
                height: 100%;
                display: block;
                color: #fff; }
              .product-page .main .proInfo .top .info .btns .yellow:hover {
                box-shadow: 0 0 10px 0 #04a9f8; }
            .product-page .main .proInfo .top .info .btns .gray {
              background: #A8A9A8; }
              .product-page .main .proInfo .top .info .btns .gray a {
                width: 100%;
                height: 100%;
                display: block;
                color: #fff; }
              .product-page .main .proInfo .top .info .btns .gray:hover {
                box-shadow: 0 0 10px 0 #a8a9a8; }
      .product-page .main .proInfo .bottom {
        width: 100%;
        padding-top: 30px; }
        .product-page .main .proInfo .bottom .title {
          width: 168px;
          height: 42px;
          flex-shrink: 0;
          background: linear-gradient(90deg, #19d5cc 0%, #04a9f8 100%);
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          text-align: center;
          line-height: 42px; }
        .product-page .main .proInfo .bottom .line {
          width: 100%;
          height: 1px;
          background: linear-gradient(90deg, #19d5cc 0%, #04a9f8 100%); }
        .product-page .main .proInfo .bottom .content img {
          display: block;
          margin: 0 auto;
          max-width: 100%; }
        .product-page .main .proInfo .bottom .content video {
          max-width: 100%; }

.product-info-page {
  padding-top: 100px; }

.news-page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 80px; }
  .news-page .sub-banner {
    height: 718px; }
    .news-page .sub-banner .p-title {
      width: 100%;
      padding-top: 260px;
      height: 70px;
      line-height: 70px;
      font-weight: bold;
      font-size: 42px;
      color: #fff;
      text-align: center;
      font-family: Arial; }
  .news-page main {
    max-width: 1378px;
    margin-top: -320px;
    position: relative;
    z-index: 10; }
  .news-page .list {
    width: 100%;
    padding-bottom: 30px;
    *zoom: 1; }
    .news-page .list:before, .news-page .list:after {
      content: " ";
      display: table; }
    .news-page .list:after {
      clear: both; }
    .news-page .list a {
      width: 100%;
      height: 100%;
      display: block; }
    .news-page .list p {
      margin: 0; }
    .news-page .list .item {
      width: 338px;
      height: 390px;
      float: left;
      box-sizing: border-box;
      border: 1px solid #fff;
      padding: 20px;
      margin-right: 60.5px;
      margin-left: 60.5px;
      margin-bottom: 50px;
      font-family: Arial;
      position: relative;
      transition: 0.3s ease; }
      .news-page .list .item .pic {
        width: 100%;
        height: 160px; }
        .news-page .list .item .pic img {
          transition: 0.4s ease; }
      .news-page .list .item .time {
        width: 100%;
        padding-top: 25px;
        font-size: 15px;
        color: #575757;
        margin-bottom: 25px; }
      .news-page .list .item .title {
        width: 100%;
        font-size: 18px;
        color: #383838;
        transition: 0.3s ease; }
      .news-page .list .item .more {
        width: 100%;
        font-size: 18px;
        color: #383838;
        position: absolute;
        left: 20px;
        bottom: 28px;
        z-index: 5; }
      .news-page .list .item:hover {
        border: 1px solid #00aac1; }
        .news-page .list .item:hover .pic img {
          transform: scale(1.05); }
        .news-page .list .item:hover .title {
          color: #04a9f8; }
    .news-page .list .big {
      width: 100%;
      background: #fff;
      border-radius: 5px;
      *zoom: 1;
      padding-top: 70px;
      padding-left: 80px;
      padding-right: 80px;
      font-family: Arial;
      box-sizing: border-box; }
      .news-page .list .big:before, .news-page .list .big:after {
        content: " ";
        display: table; }
      .news-page .list .big:after {
        clear: both; }
      .news-page .list .big .li-main {
        float: right;
        width: calc(100% - 830px); }
        .news-page .list .big .li-main .time {
          width: 100%;
          margin-bottom: 20px;
          padding-top: 25px;
          font-size: 15px;
          color: #575757; }
        .news-page .list .big .li-main .title {
          font-size: 20px;
          font-weight: bold;
          line-height: 32px;
          color: #383838;
          margin-bottom: 30px; }
        .news-page .list .big .li-main .content {
          overflow: hidden;
          font-size: 16px;
          color: #575757;
          line-height: 24px; }
      .news-page .list .big .news-pic {
        width: 750px;
        float: left;
        height: 400px;
        overflow: hidden; }
        .news-page .list .big .news-pic img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    .news-page .list .line {
      width: 88px;
      height: 5px;
      margin: 0 auto;
      background: #04a9f8;
      margin-top: 70px;
      margin-bottom: 80px; }

.newsinfo-page {
  padding-top: 150px;
  background: #fff; }
  .newsinfo-page main {
    max-width: 1000px;
    min-height: calc(70vh);
    position: relative;
    padding-bottom: 50px;
    position: relative; }
    .newsinfo-page main h2 {
      text-align: center;
      font-size: 25px;
      color: #323233; }
    .newsinfo-page main .time {
      width: 100%;
      text-align: center;
      font-size: 15px;
      color: #666; }
    .newsinfo-page main .content {
      width: 100%;
      padding: 40px 0px; }
    .newsinfo-page main .text-secondary {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between; }

#dark-mode .home-page {
  background: #222; }
#dark-mode .section-0 {
  background: #222; }
#dark-mode .home-page .section-0 .t1 {
  color: #fff; }
#dark-mode .home-page .section-0 .t2 {
  color: #fff; }
#dark-mode .home-page .section-1 {
  background: #222; }
#dark-mode .home-page .section-1 .t1 {
  color: #fff; }
#dark-mode .home-page .section-1 .t2 {
  color: #fff; }
#dark-mode .home-page .section-2 .t1 {
  color: #fff; }
#dark-mode .home-page .section-2 .t2 {
  color: #fff; }
#dark-mode .home-page .section-1 .t3 .right-part .t4 {
  color: #fff; }
#dark-mode .home-page .section-1 .t3 .right-part .t5 {
  color: #fff; }
#dark-mode .home-page .section-2 .list .item .title {
  color: #fff; }
#dark-mode .home-page .section-2 .list .item .content {
  color: #fff; }
#dark-mode .home-page .section-3 {
  background: #222; }
#dark-mode .home-page .section-3 .t1 {
  color: #fff; }
#dark-mode .home-page .section-3 .t2 {
  color: #fff; }
#dark-mode .home-page .section-3 .list .item {
  border-color: rgba(255, 255, 255, 0.5); }
  #dark-mode .home-page .section-3 .list .item a {
    color: #fff; }
#dark-mode .home-page .section-4 .t3 .right-part .t4 {
  color: #fff; }
#dark-mode .home-page .section-4 .t3 .right-part .t5 {
  color: #fff; }
#dark-mode .home-page .section-5 {
  background: #222; }
#dark-mode .home-page .section-5 .t1 {
  color: #fff; }
#dark-mode .home-page .section-5 .t2 {
  color: #fff; }
#dark-mode .home-page .section-6 .t1 {
  color: #fff; }
#dark-mode .home-page .section-5 .btns .swiper-button-next, #dark-mode .home-page .section-5 .btns .swiper-button-prev {
  background: rgba(255, 255, 255, 0.3); }
#dark-mode #needHeaderBac {
  background: rgba(0, 0, 0, 0.5); }
#dark-mode header .header-nav .nav .nav-item a {
  color: #fff; }

@media screen and (max-width: 768px) {
  .home-page .section-5 .marquee .item {
    width: 220px;
    height: 360px;
    margin-right: 18px; }
    .home-page .section-5 .marquee .item .pic {
      width: 220px;
      height: 320px; }

  .home-page .section-6 .marquee .item {
    width: 200px;
    height: 96px;
    padding: 20px;
    margin-right: 18px; } }

.seo-main-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=index.css.map */
