@charset "UTF-8";
@font-face {
  font-family: BN;
  src: url("../font/H.ttf"); }
@-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 infinite alternate;
  -webkit-animation: imgScale 5s ease-in-out infinite alternate; }

body {
  font-family: Arial, PingFang, PingFang SC, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none; }

main {
  max-width: 1335px;
  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; } }
.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 .bc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 1s ease;
    transform: translateX(100%); }
  header .header-search {
    width: 100%;
    height: 0px;
    transition: 0.3s ease;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 5; }
    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-bottom: 20px;
    transition: 0.3s ease;
    position: relative;
    z-index: 5; }
    header .header-nav .logo {
      float: left;
      max-width: 23%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 83px; }
      header .header-nav .logo img {
        vertical-align: middle;
        max-width: 100%;
        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: 77%; }
      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: #fff;
          transition: 0.3s ease; }
          header .header-nav .nav .nav-item a:hover {
            color: #00a84b; }
          header .header-nav .nav .nav-item a span {
            cursor: pointer; }
        header .header-nav .nav .nav-item .language {
          width: 104px;
          height: 42px;
          background-color: #48FF4D;
          border-radius: 8px;
          margin-top: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.3s ease;
          cursor: pointer; }
          header .header-nav .nav .nav-item .language img {
            margin-right: 5px; }
          header .header-nav .nav .nav-item .language span {
            color: #000;
            font-size: 16px; }
          header .header-nav .nav .nav-item .language:hover {
            background-color: #00a84b; }

#needHeaderBac {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  #needHeaderBac .bc {
    opacity: 1;
    transform: translateX(0%); }
  #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: rgba(0, 0, 0, 0.5);
    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 i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding-left: 20px;
      color: #323233;
      opacity: 0.8; }
      .mobile_header .mobile_nav i img {
        width: 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: 100vh;
    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: #48FF4D; }
          .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: #0b1200;
  padding-top: 60px; }
  footer .top-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    footer .top-part .left {
      font-weight: 500;
      font-size: 36px;
      color: #ffffff;
      margin-top: -20px; }
      footer .top-part .left .f-logo {
        display: flex;
        align-items: center; }
        footer .top-part .left .f-logo img {
          width: 64px; }
        footer .top-part .left .f-logo span {
          font-weight: bold;
          font-size: 30px;
          color: #FCFCFD; }
      footer .top-part .left .text1 {
        font-weight: 500;
        font-size: 14px;
        color: #FCFCFD;
        margin-top: 35px; }
      footer .top-part .left .text2 {
        font-weight: 500;
        font-size: 18px;
        color: #FCFCFD;
        margin-top: 10px; }
      footer .top-part .left .text3 {
        font-weight: 500;
        font-size: 12px;
        color: #FCFCFD;
        margin-top: 10px; }
      footer .top-part .left .text4 {
        font-weight: 500;
        font-size: 12px;
        color: #FCFCFD;
        margin-top: 10px; }
    footer .top-part .mid-box {
      *zoom: 1; }
      footer .top-part .mid-box:before, footer .top-part .mid-box:after {
        content: " ";
        display: table; }
      footer .top-part .mid-box:after {
        clear: both; }
      footer .top-part .mid-box .mid {
        float: left;
        margin-right: 10px; }
        footer .top-part .mid-box .mid .title {
          font-weight: 500;
          font-size: 24px;
          color: #ffffff;
          line-height: 28px;
          margin-bottom: 22px; }
          footer .top-part .mid-box .mid .title a {
            color: #fff;
            transition: 0.3s ease;
            font-weight: bold;
            font-size: 16px; }
            footer .top-part .mid-box .mid .title a:hover {
              color: #1ec862; }
        footer .top-part .mid-box .mid .nav {
          margin-bottom: 12px;
          font-weight: 400;
          font-size: 14px;
          color: #d9d9d9;
          line-height: 30px; }
          footer .top-part .mid-box .mid .nav a {
            color: #fff;
            transition: 0.3s ease; }
            footer .top-part .mid-box .mid .nav a:hover {
              color: #48FF4D; }
    footer .top-part .r-box {
      *zoom: 1; }
      footer .top-part .r-box:before, footer .top-part .r-box:after {
        content: " ";
        display: table; }
      footer .top-part .r-box:after {
        clear: both; }
      footer .top-part .r-box .right {
        float: left;
        margin-left: 20px; }
        footer .top-part .r-box .right .qr {
          display: inline-block;
          width: 110px;
          height: 110px;
          background: #F9FBFF;
          border-radius: 6px;
          overflow: hidden; }
          footer .top-part .r-box .right .qr img {
            width: 100%;
            height: 100%; }
        footer .top-part .r-box .right .tips {
          margin-top: 12px;
          width: 100%;
          text-align: center;
          font-weight: 400;
          font-size: 14px;
          color: #FCFCFD; }
  footer .line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%); }
  footer .bottom-part {
    width: 100%;
    padding: 30px 0; }
    footer .bottom-part .copyright {
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      color: #FCFCFD; }
    footer .bottom-part .icp {
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      color: #FCFCFD;
      margin-top: 9px; }

.sub-banner {
  width: 100%;
  height: 550px;
  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 .p-title {
      font-size: 60px;
      color: #fff;
      text-align: center;
      font-weight: 600;
      padding-top: 220px; }
    .sub-banner .mask .sub-title {
      width: 60%;
      padding-top: 3vh;
      margin: 0 auto;
      line-height: 28px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      font-family: Arial; }
    .sub-banner .mask .line {
      position: absolute;
      left: 10%;
      top: 45%;
      width: 211px;
      height: 6px;
      background: #012002; }
  .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 #00a84b; }

.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: #00a84b; }

.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: #00a84b; }
  .pageNav .page-num {
    padding: 0 13px; }
  .pageNav .page-num-current {
    color: #fff;
    background: #00a84b; }
  .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; }

.join-container {
  *zoom: 1; }
  .join-container:before, .join-container:after {
    content: " ";
    display: table; }
  .join-container:after {
    clear: both; }
  .join-container .left-part {
    width: 50%;
    height: auto;
    aspect-ratio: 806 / 806;
    float: left;
    position: relative; }
    .join-container .left-part img {
      position: absolute; }
    .join-container .left-part .map-bg {
      max-width: 100%;
      height: auto;
      aspect-ratio: 806 / 806; }
    .join-container .left-part .map1-img {
      left: 5%;
      top: 40%;
      width: 33%;
      height: auto;
      aspect-ratio: 273 / 224; }
    .join-container .left-part .map2-img {
      left: 38%;
      bottom: 40%;
      width: 28%;
      height: auto;
      aspect-ratio: 194 / 187; }
    .join-container .left-part .map3-img {
      left: 38%;
      bottom: 20%;
      width: 28%;
      height: auto;
      aspect-ratio: 157 / 114; }
    .join-container .left-part .map4-img {
      right: 10%;
      top: 15%;
      width: 25%;
      height: auto;
      aspect-ratio: 177 / 316; }
    .join-container .left-part .map {
      position: absolute; }
      .join-container .left-part .map .map-box {
        width: 32px;
        display: flex;
        flex-direction: column;
        align-items: center; }
      .join-container .left-part .map img {
        width: 100%;
        height: auto;
        aspect-ratio: 54 / 54;
        z-index: 2; }
      .join-container .left-part .map .circle {
        width: 14px;
        height: 14px;
        background: #FFFFFF;
        border-radius: 50%;
        margin-top: 26px; }
      .join-container .left-part .map .address {
        font-weight: 500;
        font-size: 16px;
        color: #FDFCFD;
        line-height: 26px; }
      .join-container .left-part .map.map1 {
        left: 17%;
        top: 48%; }
      .join-container .left-part .map.map2 {
        left: 48%;
        bottom: 48%; }
      .join-container .left-part .map.map3 {
        left: 50%;
        bottom: 30%; }
      .join-container .left-part .map.map4 {
        right: 19%;
        top: 30%; }
  .join-container .right-part {
    float: right;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 48%;
    height: auto;
    aspect-ratio: 806 / 806; }
    .join-container .right-part .text1 {
      font-weight: 500;
      font-size: 30px;
      color: #FCFCFD;
      text-indent: 60px; }
    .join-container .right-part .text2 {
      font-weight: 500;
      font-size: 18px;
      color: #FCFCFC;
      line-height: 30px;
      text-indent: 36px; }
    .join-container .right-part .text3 {
      font-weight: 500;
      font-size: 18px;
      color: #FCFCFC;
      line-height: 30px;
      text-indent: 36px; }

.home-page {
  width: 100%; }
  .home-page #Banner {
    position: relative;
    overflow: unset; }
    .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 .swiper-slide .text {
        position: absolute;
        left: 10%;
        top: 20%; }
        .home-page #Banner .swiper-slide .text .text1 {
          width: 40vw;
          height: calc(40vw * 114 / 853);
          display: block; }
        .home-page #Banner .swiper-slide .text .text2 {
          width: 30vw;
          height: calc(30vw * 117 / 698);
          display: block;
          margin-top: 20px; }
      .home-page #Banner .swiper-slide .pic {
        position: absolute;
        left: 0;
        top: 50%;
        width: 80vw;
        height: calc(80vw * 538 / 1560);
        height: 0px;
        z-index: 88;
        overflow: hidden;
        animation: scaleAndFade 1s ease-in-out forwards; }
        .home-page #Banner .swiper-slide .pic img {
          width: 80vw;
          height: calc(80vw * 538 / 1560);
          position: absolute;
          top: 0;
          left: 0; }
@keyframes scaleAndFade {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: calc(80vw * 538 / 1560);
    opacity: 1; } }
    .home-page #Banner .custom-pagination {
      width: 671px;
      height: 140px;
      background: #48FF4D;
      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 .section-1 {
    width: 100%;
    padding-top: 50px;
    position: relative; }
    .home-page .section-1 .move-shape {
      position: absolute;
      transform: scale(0.6);
      transform-origin: left;
      opacity: 0.5;
      left: -30%; }
    .home-page .section-1 main {
      position: relative;
      z-index: 5; }
      .home-page .section-1 main .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 48px; }
        .home-page .section-1 main .list .item {
          float: left;
          transition: 0.3s ease;
          width: 30%;
          background: #012002;
          border-radius: 8px;
          border: 1px solid rgba(15, 206, 21, 0.6);
          box-sizing: border-box;
          position: relative;
          height: 402px; }
          .home-page .section-1 main .list .item:hover {
            border: 1px solid #0fce15; }
            .home-page .section-1 main .list .item:hover a .pic {
              transform: scale(1.01);
              box-shadow: 0 50px 50px 0 rgba(15, 206, 21, 0.15); }
          .home-page .section-1 main .list .item a {
            width: 100%;
            height: 100%;
            padding: 14px 14px 0; }
            .home-page .section-1 main .list .item a .pic {
              width: calc(100% - 28px);
              height: 312px;
              box-sizing: border-box;
              margin: 0 auto;
              border-radius: 8px;
              transition: 0.5s ease; }
              .home-page .section-1 main .list .item a .pic img {
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                width: 100%;
                height: 100%;
                border-radius: 8px; }
            .home-page .section-1 main .list .item a .name {
              font-weight: bold;
              font-size: 22px;
              color: #FCFCFD;
              box-sizing: border-box;
              padding: 0 10px;
              height: 68px;
              display: flex;
              align-items: center;
              justify-content: center; }
  .home-page .section-2 {
    width: 100%;
    padding-top: 50px; }
  .home-page .section-3 {
    width: 100%;
    padding-top: 50px;
    position: relative; }
    .home-page .section-3 .move-shape {
      position: absolute;
      transform: scale(0.6);
      transform-origin: right;
      opacity: 0.5;
      right: -30%; }
    .home-page .section-3 main {
      position: relative;
      z-index: 5; }
    .home-page .section-3 .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 2%; }
      .home-page .section-3 .list .item {
        width: 48%;
        height: auto;
        aspect-ratio: 686 / 282;
        box-sizing: border-box;
        position: relative;
        *zoom: 1;
        display: flex;
        align-items: center; }
        .home-page .section-3 .list .item:before, .home-page .section-3 .list .item:after {
          content: " ";
          display: table; }
        .home-page .section-3 .list .item:after {
          clear: both; }
        .home-page .section-3 .list .item .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .home-page .section-3 .list .item:hover .icon-wrapper img:first-of-type {
          transform: rotateX(60deg) translate(-50%, -50%); }
        .home-page .section-3 .list .item .icon-wrapper {
          width: 25%;
          height: auto;
          aspect-ratio: 158 / 158;
          position: relative;
          margin-left: 5%;
          margin-right: 3%;
          z-index: 2; }
          .home-page .section-3 .list .item .icon-wrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .home-page .section-3 .list .item .icon-wrapper img:first-of-type {
              width: 100%;
              height: 100%;
              transition: 0.5s ease; }
            .home-page .section-3 .list .item .icon-wrapper img:last-of-type {
              width: 60%;
              aspect-ratio: 100 / 100; }
        .home-page .section-3 .list .item .text-wrapper {
          position: relative;
          z-index: 2; }
          .home-page .section-3 .list .item .text-wrapper .text {
            font-weight: 500;
            font-size: 22px;
            color: #FCFCFD; }
          .home-page .section-3 .list .item .text-wrapper .text1 {
            width: 90%;
            font-weight: 500;
            font-size: 16px;
            color: #E5E5E5;
            margin-top: 30px;
            line-height: 30px; }
  .home-page .section-4 {
    width: 100%;
    padding-top: 50px; }
    .home-page .section-4 .list {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .home-page .section-4 .list .item {
        width: 30%;
        height: 455px;
        box-sizing: border-box;
        position: relative;
        border-radius: 12px;
        display: inline-flex;
        flex-direction: column;
        align-items: center; }
        .home-page .section-4 .list .item .border {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 5;
          top: -2px;
          left: -2px;
          background-image: linear-gradient(-45deg, #000 55%, #000), linear-gradient(-45deg, #000 55%, #1FD267);
          /* 边框宽度 */
          background-clip: padding-box, border-box;
          background-origin: padding-box, border-box;
          border-radius: 12px;
          border: 1px solid transparent;
          background-size: 100% 100%;
          transition: 0.6s ease; }
        .home-page .section-4 .list .item .border2 {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 5;
          bottom: -1px;
          right: -1px;
          background-image: linear-gradient(135deg, #000 55%, #000), linear-gradient(135deg, #000 55%, #1FD267);
          background-clip: padding-box, border-box;
          background-origin: padding-box, border-box;
          border-radius: 12px;
          border: 1px solid transparent;
          background-size: 100% 100%;
          transition: 0.6s ease; }
        .home-page .section-4 .list .item .item-wrapper {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 12px;
          overflow: hidden;
          background: #080d00;
          z-index: 10; }
        .home-page .section-4 .list .item:hover {
          background-color: #012002; }
@keyframes fadeInOout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
          .home-page .section-4 .list .item:hover::before {
            animation: fadeInOout 1s ease-in-out forwards; }
          .home-page .section-4 .list .item:hover .icon-wrapper {
            transform: translateY(-5px); }
            .home-page .section-4 .list .item:hover .icon-wrapper .circle0 {
              box-shadow: 0px 0px 0px 0px rgba(72, 255, 77, 0), 0px 0px 8px 1px #48ff4d inset; }
          .home-page .section-4 .list .item:hover .text {
            transform: translateY(-5px); }
          .home-page .section-4 .list .item:hover .text1 {
            transform: translateY(-5px); }
        .home-page .section-4 .list .item .icon-wrapper {
          width: 32%;
          height: auto;
          aspect-ratio: 130 / 130;
          position: relative;
          margin: 0 auto;
          margin-top: 56px;
          transition: 0.5s ease; }
          .home-page .section-4 .list .item .icon-wrapper .circle0 {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 50;
            width: 100%;
            height: auto;
            aspect-ratio: 130 / 130;
            transition: 0.6s ease;
            border-radius: 50%;
            background: rgba(0, 83, 0, 0);
            box-shadow: -2px 0 2px #48ff4d; }
          .home-page .section-4 .list .item .icon-wrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .home-page .section-4 .list .item .icon-wrapper img.icon {
              width: 50%;
              height: auto;
              aspect-ratio: 54 / 54;
              z-index: 10; }
        .home-page .section-4 .list .item .text {
          width: 100%;
          font-weight: bold;
          font-size: 24px;
          color: #FCFCFD;
          margin-top: 40px;
          position: relative;
          text-align: center;
          transition: 0.5s ease;
          transition-delay: 0.05s; }
        .home-page .section-4 .list .item .text1 {
          font-weight: 500;
          font-size: 16px;
          color: #E5E5E5;
          margin-top: 33px;
          position: relative;
          text-align: center;
          padding: 0 26px;
          line-height: 30px;
          transition: 0.5s ease;
          transition-delay: 0.1s;
          overflow-y: scroll;
          height: 180px;
          /* 设置滚动条的宽度 */
          /* 设置滚动条轨道的样式 */
          /* 设置滚动条滑块的样式 */
          /* 设置滚动条滑块在悬停时的样式 */ }
          .home-page .section-4 .list .item .text1::-webkit-scrollbar {
            width: 6px;
            /* 调整滚动条的宽度 */ }
          .home-page .section-4 .list .item .text1::-webkit-scrollbar-track {
            background: #f1f1f1;
            /* 轨道的背景颜色 */
            border-radius: 3px;
            /* 轨道的圆角 */ }
          .home-page .section-4 .list .item .text1::-webkit-scrollbar-thumb {
            background: #888;
            /* 滑块的颜色 */
            border-radius: 3px;
            /* 滑块的圆角 */ }
          .home-page .section-4 .list .item .text1::-webkit-scrollbar-thumb:hover {
            background: #555;
            /* 滑块悬停时的颜色 */ }
  .home-page .section-5 {
    padding-top: 50px;
    position: relative; }
    .home-page .section-5 .move-shape {
      position: absolute;
      transform: scale(0.6);
      transform-origin: left;
      opacity: 0.5;
      left: -30%; }
    .home-page .section-5 main {
      position: relative;
      z-index: 5; }
      .home-page .section-5 main .video {
        width: 90%;
        height: 676px;
        margin: 0 auto; }
        .home-page .section-5 main .video video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
  .home-page .section-6 {
    padding-top: 50px; }
    .home-page .section-6 .theme {
      padding-bottom: 0; }

.above {
  position: relative;
  z-index: 5; }

.contact-page {
  width: 100%;
  min-height: 100vh;
  background-color: #001301; }
  .contact-page .section-1 {
    padding-top: 62px; }
    .contact-page .section-1 .contact {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px; }
      .contact-page .section-1 .contact .item {
        flex: 1 1 calc(33.333% - 40px);
        border-radius: 8px;
        border: 1px solid rgba(30, 200, 98, 0.5);
        height: 120px;
        display: inline-flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box; }
        .contact-page .section-1 .contact .item img {
          float: left;
          margin-right: 20px;
          max-height: 40px; }
        .contact-page .section-1 .contact .item .text-wrapper {
          float: left; }
          .contact-page .section-1 .contact .item .text-wrapper .text1 {
            font-weight: bold;
            font-size: 22px;
            color: #FCFCFD; }
          .contact-page .section-1 .contact .item .text-wrapper .text2 {
            margin-top: 10px;
            font-weight: 500;
            font-size: 14px;
            color: #E5E5E5; }
  .contact-page .section-2 {
    padding-top: 80px;
    position: relative; }
    .contact-page .section-2 .move-shape {
      position: absolute;
      transform: scale(0.4);
      transform-origin: right;
      opacity: 0.5;
      right: -10%;
      width: 1920px; }
    .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; }

.message-container {
  margin-top: 30px; }
  .message-container .left {
    width: 40%;
    aspect-ratio: 1 / 1;
    float: left;
    padding-left: 10%; }
    .message-container .left #scene-container {
      width: 100%;
      height: 100%; }
  .message-container .right {
    float: right;
    width: 40%;
    box-sizing: border-box;
    position: relative; }
    .message-container .right .border {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      top: -2px;
      left: -2px;
      background-image: linear-gradient(-45deg, #001203 55%, #000), linear-gradient(-45deg, #001203 55%, #1FD267);
      /* 边框宽度 */
      background-clip: padding-box, border-box;
      background-origin: padding-box, border-box;
      border-radius: 12px;
      border: 1px solid transparent;
      background-size: 100% 100%;
      transition: 0.6s ease; }
    .message-container .right .border2 {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      bottom: -1px;
      right: -1px;
      background-image: linear-gradient(135deg, #001203 55%, #001203), linear-gradient(135deg, #001203 55%, #1FD267);
      background-clip: padding-box, border-box;
      background-origin: padding-box, border-box;
      border-radius: 12px;
      border: 1px solid transparent;
      background-size: 100% 100%;
      transition: 0.6s ease; }
    .message-container .right .wrapper {
      background: #001203;
      border-radius: 12px;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 40px 0px; }
    .message-container .right .submit {
      width: 100%;
      height: 44px;
      flex-shrink: 0;
      cursor: pointer;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.1);
      margin: 20px auto 0;
      color: #999999;
      font-size: 18px;
      font-style: normal;
      line-height: 44px;
      transition: 0.3s ease;
      text-align: center; }
      .message-container .right .submit:hover {
        box-shadow: 0 0 10px 0 #00a84b; }
    .message-container .right input,
    .message-container .right textarea {
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 16px;
      margin-bottom: 20px; }
    .message-container .right input {
      width: 432px;
      height: 43px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .message-container .right textarea {
      width: 432px;
      height: 149px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .message-container .right input::-webkit-input-placeholder {
      font-size: 14px;
      color: #999;
      font-weight: "normal"; }
    .message-container .right input:-moz-placeholder {
      font-size: 14px;
      color: #999;
      font-weight: "normal"; }
    .message-container .right input::-moz-placeholder {
      font-size: 14px;
      color: #999;
      font-weight: "normal"; }
    .message-container .right input:-ms-input-placeholder {
      font-size: 14px;
      color: #999;
      font-weight: "normal"; }
    .message-container .right .check {
      width: 432px;
      display: flex;
      justify-content: space-between; }
      .message-container .right .check img {
        vertical-align: middle;
        height: 43px !important; }
      .message-container .right .check input {
        width: calc(100% - 155px); }

.theme {
  *zoom: 1;
  padding-bottom: 42px; }
  .theme:before, .theme:after {
    content: " ";
    display: table; }
  .theme:after {
    clear: both; }
  .theme .theme-title {
    text-align: center; }
  .theme .line {
    width: 66px;
    height: 4px;
    background: #48FF4D;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 10px; }
  .theme .sub-title {
    font-weight: 500;
    font-size: 20px;
    color: #fcfcfc;
    line-height: 26px;
    text-align: center;
    margin-top: 38px; }
  .theme .mobile {
    font-weight: 400;
    font-size: 40px;
    color: #FCFCFD;
    text-align: center;
    padding-top: 20px; }

html {
  min-height: 100vh;
  background-color: #001301;
  overflow-x: hidden; }

.about-page {
  width: 100%;
  background-color: #001301; }
  .about-page .section-1 {
    width: 100%;
    padding-top: 70px; }
    .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 .left-part {
        width: 45%;
        float: left; }
        .about-page .section-1 .main .left-part .top {
          margin-bottom: 25px; }
          .about-page .section-1 .main .left-part .top video {
            width: 100%;
            height: 355px;
            border-radius: 8px;
            border: 1px solid #0fce15;
            object-fit: cover; }
        .about-page .section-1 .main .left-part .bottom {
          display: flex;
          justify-content: space-between; }
          .about-page .section-1 .main .left-part .bottom img {
            height: 230px; }
            .about-page .section-1 .main .left-part .bottom img:first-of-type {
              width: 55%;
              border-radius: 8px;
              border: 1px solid #0fce15;
              object-fit: cover; }
            .about-page .section-1 .main .left-part .bottom img:last-of-type {
              width: 40%;
              border-radius: 8px;
              border: 1px solid #0fce15;
              object-fit: cover; }
      .about-page .section-1 .main .right-part {
        width: 50%;
        float: right; }
        .about-page .section-1 .main .right-part .company-name {
          font-weight: bold;
          font-size: 36px;
          color: #fcfcfd;
          margin-bottom: 20px; }
        .about-page .section-1 .main .right-part .info {
          height: 200px;
          overflow-y: scroll;
          margin-bottom: 10px; }
          .about-page .section-1 .main .right-part .info::-webkit-scrollbar {
            width: 2px; }
          .about-page .section-1 .main .right-part .info::-webkit-scrollbar-thumb {
            background: #0fce15;
            border-radius: 1px; }
          .about-page .section-1 .main .right-part .info p {
            font-weight: 500;
            font-size: 18px;
            color: #e5e5e5;
            line-height: 30px; }
            .about-page .section-1 .main .right-part .info p span {
              text-wrap-mode: wrap !important; }
        .about-page .section-1 .main .right-part .info1 {
          height: 340px;
          overflow-y: scroll;
          width: calc(100% - 50px);
          background: #012002;
          border-radius: 8px;
          padding: 5px 25px;
          direction: rtl; }
          .about-page .section-1 .main .right-part .info1::-webkit-scrollbar {
            width: 2px; }
          .about-page .section-1 .main .right-part .info1::-webkit-scrollbar-thumb {
            background: #0fce15;
            border-radius: 1px; }
          .about-page .section-1 .main .right-part .info1 .direction {
            direction: ltr; }
            .about-page .section-1 .main .right-part .info1 .direction p {
              font-weight: 500;
              font-size: 18px;
              color: #e5e5e5;
              line-height: 30px; }
              .about-page .section-1 .main .right-part .info1 .direction p span {
                text-wrap-mode: wrap !important; }
  .about-page .section-2 {
    margin-top: 134px; }
    .about-page .section-2 .about-line {
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%); }
    .about-page .section-2 .main {
      display: flex;
      justify-content: space-between;
      gap: 5%; }
      .about-page .section-2 .main .item {
        width: calc(85% / 4);
        margin-top: -24px; }
        .about-page .section-2 .main .item .box {
          border-radius: 24px;
          border: 1px solid #0fce15;
          font-weight: 500;
          font-size: 18px;
          color: #e5e5e5;
          line-height: 30px;
          background-color: #101c02;
          min-height: 400px;
          margin-top: -2px; }
          .about-page .section-2 .main .item .box .title {
            font-size: 22px;
            text-align: center;
            padding: 30px 0; }
          .about-page .section-2 .main .item .box .content {
            padding: 0 25px 25px; }
        .about-page .section-2 .main .item .about-shape {
          width: 30px;
          height: 30px;
          border: 6px solid #0fb1ce;
          background-color: #000;
          border-radius: 50%;
          margin: 0 auto; }
        .about-page .section-2 .main .item .about-shape1 {
          width: 140px;
          height: 4px;
          background-color: #0fb1ce;
          margin: 0 auto;
          margin-top: 23px;
          z-index: 2;
          position: relative; }
        .about-page .section-2 .main .item:nth-of-type(2) .about-shape {
          border-color: #ce0f9a; }
        .about-page .section-2 .main .item:nth-of-type(2) .about-shape1 {
          background-color: #ce0f9a; }
        .about-page .section-2 .main .item:nth-of-type(3) .about-shape {
          border-color: #0fce49; }
        .about-page .section-2 .main .item:nth-of-type(3) .about-shape1 {
          background-color: #0fce49; }
        .about-page .section-2 .main .item:nth-of-type(4) .about-shape {
          border-color: #ce880f; }
        .about-page .section-2 .main .item:nth-of-type(4) .about-shape1 {
          background-color: #ce880f; }
  .about-page .section-3 {
    margin-top: 134px; }
    .about-page .section-3 .main {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 20px 0 60px; }
      .about-page .section-3 .main .row {
        display: flex;
        justify-content: center;
        gap: 20px;
        width: 100%; }
        .about-page .section-3 .main .row .box {
          width: calc(25% - 20px);
          height: 113px;
          border-radius: 8px;
          border: 1px solid #0fce49;
          background-color: #101c02;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
          .about-page .section-3 .main .row .box span {
            font-size: 24px;
            color: #fff;
            margin-left: 15px; }

.product-page {
  width: 100%;
  background-color: #001301; }
  .product-page .section-1 {
    padding-top: 30px; }
  .product-page .list {
    width: 100%;
    margin-top: 20px; }
    .product-page .list .wrapper {
      width: 100%;
      *zoom: 1;
      box-sizing: border-box; }
      .product-page .list .wrapper:before, .product-page .list .wrapper:after {
        content: " ";
        display: table; }
      .product-page .list .wrapper:after {
        clear: both; }
      .product-page .list .wrapper .item {
        width: calc(94% / 4);
        float: left;
        box-sizing: border-box;
        margin-right: 2%;
        background: #012002;
        transition: 0.3s ease;
        margin-bottom: 40px;
        border-radius: 8px;
        border: 1px solid #2CA62F;
        background: #2CA62F;
        box-sizing: border-box; }
        .product-page .list .wrapper .item:nth-child(4n) {
          margin-right: 0; }
        .product-page .list .wrapper .item a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
          .product-page .list .wrapper .item a .pic {
            width: 100%;
            height: 200px;
            border-radius: 8px 8px 0 0;
            overflow: hidden; }
            .product-page .list .wrapper .item a .pic img {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: center;
              object-position: center;
              width: 100%;
              height: 100%;
              transition: 0.3s ease; }
          .product-page .list .wrapper .item a .name {
            width: 100%;
            box-sizing: border-box;
            padding: 0 20px;
            font-size: 16px;
            color: #fff;
            height: 30px;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .product-page .list .wrapper .item a .sub-name {
            width: 100%;
            box-sizing: border-box;
            padding: 0 20px;
            font-size: 16px;
            color: #fff;
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .product-page .list .wrapper .item:hover a .pic img {
          transform: scale(1.03);
          -ms-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -o-transform: scale(1.03); }
  .product-page .proInfo {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 10px; }
    .product-page .proInfo .top {
      width: 100%;
      *zoom: 1; }
      .product-page .proInfo .top:before, .product-page .proInfo .top:after {
        content: " ";
        display: table; }
      .product-page .proInfo .top:after {
        clear: both; }
      .product-page .proInfo .top .pic {
        float: left;
        width: 378px;
        height: 378px;
        box-sizing: border-box;
        padding: 10px;
        background: #fff;
        border: 1px solid #d8d8d8;
        overflow: hidden; }
        .product-page .proInfo .top .pic img {
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
      .product-page .proInfo .top .info {
        width: 50%;
        float: right; }
        .product-page .proInfo .top .info .title {
          color: #323233;
          font-size: 26px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
        .product-page .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 .proInfo .top .info .others {
          width: 100%;
          padding-top: 20px; }
          .product-page .proInfo .top .info .others .item {
            width: 100%;
            *zoom: 1;
            margin-bottom: 12px; }
            .product-page .proInfo .top .info .others .item:before, .product-page .proInfo .top .info .others .item:after {
              content: " ";
              display: table; }
            .product-page .proInfo .top .info .others .item:after {
              clear: both; }
            .product-page .proInfo .top .info .others .item .label {
              float: left;
              color: #323233;
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 22px; }
              .product-page .proInfo .top .info .others .item .label img {
                vertical-align: middle; }
            .product-page .proInfo .top .info .others .item .value {
              float: left;
              font-weight: 400;
              line-height: 22px;
              margin-left: 10px;
              color: #979899;
              font-size: 16px;
              font-style: normal; }
            .product-page .proInfo .top .info .others .item .light {
              color: #1ec862; }
    .product-page .proInfo .bottom {
      width: 100%;
      padding-top: 30px; }
      .product-page .proInfo .bottom .title {
        width: 168px;
        height: 42px;
        flex-shrink: 0;
        background: #323233;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        line-height: 42px; }
      .product-page .proInfo .bottom .line {
        width: 100%;
        height: 2px;
        background: #323233; }
      .product-page .proInfo .bottom .content img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }

.product-info-page {
  padding-top: 100px; }

.news-page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 80px; }
  .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 #fbc180; }
        .news-page .list .item:hover .pic img {
          transform: scale(1.05); }
        .news-page .list .item:hover .title {
          color: #f9890f; }
    .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: #48FF4D;
      margin-top: 70px;
      margin-bottom: 80px; }

.newsinfo-page {
  padding-top: 100px; }
  .newsinfo-page main {
    max-width: 1200px;
    min-height: calc(70vh);
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px; }
    .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 .content p, .newsinfo-page main .content span, .newsinfo-page main .content div {
        word-break: break-all;
        text-wrap-mode: unset !important; }
    .newsinfo-page main .text-secondary {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      display: flex;
      justify-content: space-between; }
      .newsinfo-page main .text-secondary a {
        transition: 0.3s ease;
        color: #333; }
        .newsinfo-page main .text-secondary a:hover {
          color: #1ec862; }

.move-shape {
  pointer-events: none;
  width: 100%; }
@keyframes boxRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes innerRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }
  .move-shape img {
    vertical-align: top;
    width: 100%; }
  .move-shape .shape-box-1 {
    position: absolute;
    top: -62px;
    left: 0;
    width: 100%;
    padding-bottom: 100px; }
    .move-shape .shape-box-1 .shape-bg-1 {
      width: 44%;
      -webkit-transform-origin: 52% 52%;
      transform-origin: 52% 52%;
      -webkit-animation: boxRotate 10s linear infinite;
      animation: boxRotate 10s linear infinite;
      margin-left: calc(50% - 300px); }
      .move-shape .shape-box-1 .shape-bg-1 .shape-img-1 {
        position: relative;
        left: 0;
        -webkit-animation: innerRotate 10s linear infinite;
        animation: innerRotate 10s linear infinite; }
  .move-shape .shape-box-2 {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 200px; }
    .move-shape .shape-box-2 .shape-bg-2 {
      width: 72%;
      -webkit-transform-origin: 52% 52%;
      transform-origin: 52% 52%;
      -webkit-animation: boxRotate 8s linear infinite;
      animation: boxRotate 8s linear infinite;
      margin-left: calc(50% - 604px); }
      .move-shape .shape-box-2 .shape-bg-2 .shape-img-2 {
        position: relative;
        left: 0;
        -webkit-animation: innerRotate 8s linear infinite;
        animation: innerRotate 8s linear infinite; }
  .move-shape .shape-box-3 {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    padding-bottom: 200px; }
    .move-shape .shape-box-3 .shape-bg-3 {
      width: 52%;
      -webkit-transform-origin: 48% 48%;
      transform-origin: 48% 48%;
      -webkit-animation: boxRotate 12s linear infinite;
      animation: boxRotate 12s linear infinite;
      margin-left: calc(50% + 48px); }
      .move-shape .shape-box-3 .shape-bg-3 .shape-img-3 {
        position: relative;
        left: 0;
        -webkit-animation: innerRotate 12s linear infinite;
        animation: innerRotate 12s linear infinite; }

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