@charset "UTF-8";
/*----------------------------------------*/
/*  Products
/*----------------------------------------*/
.productBannerKv {
  background: #000;
  padding-top: 180px;
  padding-bottom: 140px; }
  .productBannerKv .titleBox {
    display: flex; }
    .productBannerKv .titleBox h1 {
      width: 50%;
      color: #fff;
      margin-bottom: 60px;
      font-family: 'Arial';
      font-weight: 700;
      font-size: 128px;
      line-height: 1.2;
      background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
    .productBannerKv .titleBox .introTxt {
      width: 50%;
      color: #ffffff;
      font-size: 14px;
      line-height: 2.2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      text-align: justify;
      overflow: hidden;
      text-overflow: ellipsis; }

.productList {
  background: #000000;
  padding-bottom: 140px; }
  .productList .proInner {
    margin-bottom: 150px; }
    .productList .proInner .prolink {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center; }
    .productList .proInner .proImgCard {
      width: 690px;
      height: 690px;
      position: relative; }
      .productList .proInner .proImgCard:before {
        background: url(../images/proinnerbg.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 100;
        content: ''; }
    .productList .proInner .imgBox {
      border-radius: 24px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 10;
      opacity: 1;
      transition: all ease-in-out 0.3s; }
    .productList .proInner .imgBoxHover {
      border-radius: 24px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 5;
      position: absolute;
      top: 0px;
      opacity: 0;
      transition: all ease-in-out 0.3s; }
    .productList .proInner .proTitle {
      margin-top: 60px; }
      .productList .proInner .proTitle p {
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        font-weight: bolder; }
    .productList .proInner:hover .imgBox {
      opacity: 0; }
    .productList .proInner:hover .imgBoxHover {
      opacity: 1; }

/*产品详情*/
.proDetailPage {
  background: #f2f2f2;
  overflow-x: hidden;;
  }

.proDetailKv {
  padding: 0px; }
  .proDetailKv .row {
    height: 100%; }
  .proDetailKv .col-lg-12 {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .proDetailKv .container {
    position: relative;
    z-index: 20; }
  .proDetailKv .txt-con {
    width: 500px; }
    .proDetailKv .txt-con h1 {
      font-size: 40px;
      line-height: 58px;
      font-weight: bolder;
      margin-bottom: 60px; }
    .proDetailKv .txt-con p {
      font-size: 14px;
      line-height: 2;
      opacity: 0.8; }
  .proDetailKv .videoBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .proDetailKv .videoBox img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .proDetailKv .videoBox video {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      z-index: -1;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      object-fit: cover;
      background-size: cover; }
  .proDetailKv .scroll-arrow {
    position: absolute;
    width: 132px;
    height: 132px;
    left: 0%;
    bottom: 20%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  .proDetailKv .scroll-arrow:after {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/scroll_arrowbg.png) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    animation: rotate 3s linear infinite; }
  .proDetailKv .scroll-arrow span {
    width: 52px;
    height: 52px;
    display: block;
    background: url(../images/scroll_arrow.png) center center no-repeat; }

.proSolutionWrap {
  padding: 160px 0px 0px 0px; }
  .proSolutionWrap .titleBox {
    margin-bottom: 60px; }
    .proSolutionWrap .titleBox h4 {
      font-size: 40px;
      line-height: 58px;
      font-weight: bold; }
  .proSolutionWrap .listSolutionCon {
    display: flex; }
  .proSolutionWrap .innerCard {
    padding: 60px 50px;
    display: flex;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    .proSolutionWrap .innerCard .numBox h6 {
      color: #1b55ec;
      font-size: 64px;
      line-height: 78px;
      font-family: 'DIN Bold'; }
    .proSolutionWrap .innerCard .introBox .subtitle {
      font-size: 24px;
      font-weight: bold;
      line-height: 36px;
      color: #333;
      margin-bottom: 30px; }
    .proSolutionWrap .innerCard .introBox p {
      color: #999999;
      line-height: 2;
      font-size: 14px;
      opacity: 0.8; }
    .proSolutionWrap .innerCard:hover {
      background: #1b55ec; }
      .proSolutionWrap .innerCard:hover .numBox h6 {
        color: #fff; }
      .proSolutionWrap .innerCard:hover .introBox .subtitle {
        color: #fff; }
      .proSolutionWrap .innerCard:hover .introBox p {
        color: #fff; }

.relatedCaseWrap {
  padding: 200px 0px 160px 0px; }
  .relatedCaseWrap .titleBox {
    margin-bottom: 60px; }
    .relatedCaseWrap .titleBox p {
      color: #000;
      font-size: 32px;
      line-height: 36px;
      text-align: left;
      font-weight: bold; }
      .relatedCaseWrap .titleBox p span {
        font-family: 'DIN Bold'; }
    .relatedCaseWrap .titleBox h3 {
      font-size: 290px;
      line-height: 320px;
      font-weight: bold;
      color: #1b55ec;
      font-family: 'DIN Bold';
      text-align: center; }
  .relatedCaseWrap .applicationsInner {
    width: calc(100% - 0px);
    height: 445px;
    background: #fff;
    border-radius: 16px;
    display: block; }
    .relatedCaseWrap .applicationsInner .introCard {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 100;
      padding: 80px 60px;
      background: #fff;
      border-radius: 16px;
      top: 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all ease-in 0.3s; }
      .relatedCaseWrap .applicationsInner .introCard .titleBox {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 30px;
        opacity: 1;
        transition: all ease-in 0.3s; }
        .relatedCaseWrap .applicationsInner .introCard .titleBox h5 {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 10px; }
        .relatedCaseWrap .applicationsInner .introCard .titleBox p {
          font-size: 16px;
          font-weight: bold;
          text-align: left; }
      .relatedCaseWrap .applicationsInner .introCard .logoBox {
        width: 100px;
        height: 50px;
        object-fit: cover;
        position: absolute;
        top: 60px;
        opacity: 0;
        transition: all ease-in 0.1s; }
      .relatedCaseWrap .applicationsInner .introCard .numBox span {
        font-family: 'DIN Bold';
        transition: all ease-in 0.1s; }
      .relatedCaseWrap .applicationsInner .introCard .numBox i {
        font-style: inherit;
        font-size: 16px;
        color: #999999;
        transition: all ease-in 0.1s; }
    .relatedCaseWrap .applicationsInner .imgCard {
      width: calc(100% - 0px);
      height: 100%;
      position: absolute;
      z-index: 10;
      left: 0px;
      top: 0px;
      border-radius: 18px;
      opacity: 0; }
      .relatedCaseWrap .applicationsInner .imgCard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px; }
    .relatedCaseWrap .applicationsInner:hover .introCard {
      background: none; }
      .relatedCaseWrap .applicationsInner:hover .introCard .titleBox {
        opacity: 0; }
      .relatedCaseWrap .applicationsInner:hover .introCard .logoBox {
        opacity: 1; }
      .relatedCaseWrap .applicationsInner:hover .introCard .numBox span {
        color: #fff; }
      .relatedCaseWrap .applicationsInner:hover .introCard .numBox i {
        color: #fff; }
    .relatedCaseWrap .applicationsInner:hover .imgCard {
      opacity: 1; }
  .relatedCaseWrap .slideRelatedCase {
    position: relative;
    padding-bottom: 100px; }
    .relatedCaseWrap .slideRelatedCase .btnGroup {
      width: 100%;
      height: 46px;
      position: absolute;
      bottom: 0px;
      left: 4px;
      display: flex;
      justify-content: flex-start; }
      .relatedCaseWrap .slideRelatedCase .btnGroup .slideArrow {
        width: 100px;
        height: 46px;
        display: flex;
        gap: 20px; }
      .relatedCaseWrap .slideRelatedCase .btnGroup .btn {
        position: relative;
        width: 40px;
        height: 40px;
        border: 0px;
        margin: 0px;
        border-radius: 100%;
        transition: all 0.3s;
        border: 1px solid #fff;
        background: #fff; }
        .relatedCaseWrap .slideRelatedCase .btnGroup .btn:before {
          content: '';
          width: 12px;
          height: 24px;
          position: absolute;
          z-index: 1; }
        .relatedCaseWrap .slideRelatedCase .btnGroup .btn:after {
          display: none; }
        .relatedCaseWrap .slideRelatedCase .btnGroup .btn:hover {
          border: 1px solid #00c6f1;
          background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%); }
    .relatedCaseWrap .slideRelatedCase .prevSlide {
      position: absolute;
      left: 0px;
      top: 0px; }
      .relatedCaseWrap .slideRelatedCase .prevSlide:before {
        background: url(../images/slideprev_arrow_color.png) center no-repeat;
        background-size: contain; }
    .relatedCaseWrap .slideRelatedCase .nextSlide {
      position: absolute;
      right: 0px;
      top: 0px; }
      .relatedCaseWrap .slideRelatedCase .nextSlide:before {
        background: url(../images/slidenext_arrow_color.png) center no-repeat;
        background-size: contain; }

.proLargeWrap .swiper-slide img {
  width: 100%;
  object-fit: cover; }

.proLargeWrap .btnGroup {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center; }
  .proLargeWrap .btnGroup .slideArrow {
    width: 100px;
    height: 40px;
    display: flex;
    gap: 20px; }
  .proLargeWrap .btnGroup .btn {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0px;
    margin: 0px;
    border-radius: 100%;
    transition: all 0.3s;
    border: 1px solid #fff;
    background: none; }
    .proLargeWrap .btnGroup .btn:before {
      content: '';
      width: 12px;
      height: 24px;
      position: absolute;
      z-index: 1; }
    .proLargeWrap .btnGroup .btn:after {
      display: none; }
    .proLargeWrap .btnGroup .btn:hover {
      border: 1px solid #00c6f1;
      background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%); }

.proLargeWrap .prevSlide {
  position: absolute;
  left: 0px;
  top: 0px; }
  .proLargeWrap .prevSlide:before {
    background: url(../images/slideprev_arrow.png) center no-repeat;
    background-size: contain; }

.proLargeWrap .nextSlide {
  position: absolute;
  right: 0px;
  top: 0px; }
  .proLargeWrap .nextSlide:before {
    background: url(../images/slidenext_arrow.png) center no-repeat;
    background-size: contain; }

.proModelTable {
  padding: 200px 0px 0px 0px; }
  .proModelTable .titleBox {
    margin-bottom: 60px; }
    .proModelTable .titleBox h4 {
      font-size: 40px;
      line-height: 58px;
      font-weight: bold; }
  .proModelTable .tableModelCon {
    display: flex;
    flex-direction: column;
    gap: 40px 0px; }
    .proModelTable .tableModelCon .tableli {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: space-between;
      transition: all 0.2s ease; }
      .proModelTable .tableModelCon .tableli .subtitle {
        font-size: 16px;
        line-height: 24px;
        color: #333333; }
      .proModelTable .tableModelCon .tableli .numTxt {
        font-size: 16px;
        line-height: 24px;
        color: #666666; }
      .proModelTable .tableModelCon .tableli.on, .proModelTable .tableModelCon .tableli:hover {
        border-bottom: 3px solid #0047c1; }
        .proModelTable .tableModelCon .tableli.on .subtitle, .proModelTable .tableModelCon .tableli:hover .subtitle {
          font-weight: bold;
          color: #0047c1; }

.proModelWrap {
  padding: 160px 0px 0px 0px; }
  .proModelWrap .titleBox {
    margin-bottom: 30px; }
    .proModelWrap .titleBox h4 {
      font-size: 40px;
      line-height: 58px;
      font-weight: bold;
      color: #333333; }
  .proModelWrap .contentWrap {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    line-height: 1.8; }

.relatedProWrap {
  height: 100vh;
  padding: 200px 0px;
  margin-bottom: 200px; }
  .relatedProWrap .titleBox {
    margin-bottom: 100px; }
    .relatedProWrap .titleBox h4 {
      font-size: 40px;
      line-height: 58px;
      font-weight: bold; }
  .relatedProWrap .proInner {
    width: 467px;
    height: 600px;
    display: none;
    position: relative; }
    .relatedProWrap .proInner.on{
        display: block;
    }
  .relatedProWrap .proImgCard {
    width: 100%;
    height: 100%;
    position: relative; }
  .relatedProWrap .imgBox {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
    opacity: 1;
    transition: all ease-in-out 0.3s; }
  .relatedProWrap .imgBoxHover {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: all ease-in-out 0.3s; }
  .relatedProWrap .prolink {
    position: relative;
    height: 100%;
    width: 100%;
    display: block; }
  .relatedProWrap .proTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    padding-bottom: 20%; }
    .relatedProWrap .proTitle p {
      color: #fff;
      font-size: 20px;
      line-height: 32px;
      text-align: center;
      font-weight: bolder; }
  .relatedProWrap .proInner:hover .imgBox {
    opacity: 0; }
  .relatedProWrap .proInner:hover .imgBoxHover {
    opacity: 1; }

@media only screen and (max-width: 1680px) {
  .productBannerKv {
    padding-top: 160px;
    padding-bottom: 80px; }
  .productBannerKv .titleBox h1 {
    font-size: 100px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 220px;
    text-align: center; }
  .relatedCaseWrap .applicationsInner .introCard {
    padding: 40px 30px; } }

@media only screen and (max-width: 1480px) {
  .productBannerKv .titleBox h1 {
    font-size: 81px; }
  .relatedCaseWrap {
    padding: 160px 0px 120px 0px; }
  .proModelTable {
    padding: 160px 0px 0px 0px; }
  .relatedProWrap {
    padding: 160px 0px;
    margin-bottom: 140px; }
  .productList .proInner .proImgCard {
    width: 520px;
    height: 520px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 210px;
    line-height: 240px; }
  .relatedCaseWrap .applicationsInner {
    height: 360px; }
  .relatedCaseWrap .applicationsInner:hover .introCard .logoBox {
    top: 40px; } }

@media only screen and (max-width: 1366px) {
  .productBannerKv .titleBox h1 {
    font-size: 72px; }
  .productBannerKv {
    padding-top: 160px;
    padding-bottom: 120px; }
  .productBannerKv .titleBox h1 {
    font-size: 72px; }
  .productList .proInner .proImgCard {
    width: 480px;
    height: 480px;
    position: relative; }
  .productList .proInner .proTitle {
    margin-top: 30px; }
  .productList .proInner {
    margin-bottom: 100px; }
  .proDetailKv .scroll-arrow {
    width: 100px;
    height: 100px;
    bottom: 12%; }
  .proSolutionWrap {
    padding: 100px 0px 0px 0px; }
  .proSolutionWrap .titleBox h4 {
    font-size: 36px;
    line-height: 45px; }
  .proSolutionWrap .innerCard {
    padding: 30px 20px;
    margin-bottom: 20px;
    gap: 40px; }
  .proSolutionWrap .innerCard .introBox .subtitle {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px; }
  .proSolutionWrap .innerCard .introBox p {
    line-height: 1.8;
    font-size: 12px; }
  .proSolutionWrap .innerCard .numBox h6 {
    font-size: 48px;
    line-height: 56px; }
  .proModelTable {
    padding: 120px 0px 0px 0px; }
  .proModelTable .titleBox h4 {
    font-size: 36px;
    line-height: 45px; }
  .proModelTable .tableModelCon {
    gap: 30px 0px; }
  .proModelTable .tableModelCon .tableli .subtitle {
    font-size: 15px;
    line-height: 21px; }
  .relatedProWrap {
    height: 100vh;
    padding: 120px 0px; }
  .relatedProWrap .titleBox {
    margin-bottom: 60px; }
  .relatedProWrap .titleBox h4 {
    font-size: 36px;
    line-height: 45px; }
  .relatedProWrap .proInner {
    width: 33.333%;
    height: 320px; }
  .relatedProWrap .proTitle {
    padding-bottom: 12%; }
  .relatedProWrap .proTitle p {
    font-size: 14px;
    line-height: 24px; }
  .relatedCaseWrap {
    padding: 120px 0px 120px 0px; }
  .relatedCaseWrap .titleBox {
    margin-bottom: 40px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 172px;
    line-height: 180px;
    text-align: center; }
  .relatedCaseWrap .titleBox p {
    font-size: 24px;
    line-height: 32px; }
  .relatedCaseWrap .applicationsInner {
    height: 300px; }
  .relatedCaseWrap .applicationsInner .introCard {
    padding: 30px 30px; }
  .relatedCaseWrap .applicationsInner .introCard .titleBox p {
    font-size: 14px;
    line-height: 24px; }
  .relatedCaseWrap .applicationsInner:hover .introCard .logoBox {
    top: 30px; } }

@media only screen and (max-width: 1280px) {
  .productList .proInner .proImgCard {
    width: 400px;
    height: 400px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 156px;
    line-height: 150px;
    text-align: center; }
  .relatedCaseWrap .applicationsInner {
    height: 260px; } }

@media only screen and (max-width: 1024px) {
  .proSolutionWrap .titleBox h4, .proModelTable .titleBox h4, .relatedProWrap .titleBox h4 {
    font-size: 32px;
    line-height: 42px; }
  .productBannerKv {
    padding-top: 120px;
    padding-bottom: 80px; }
    .productBannerKv .container {
      max-width: 90%; }
    .productBannerKv .titleBox {
      flex-direction: column; }
      .productBannerKv .titleBox h1 {
        margin-bottom: 40px;
        font-size: 64px; }
      .productBannerKv .titleBox h1,
      .productBannerKv .titleBox .introTxt {
        width: 100%; }
      .productBannerKv .titleBox .introTxt {
        line-height: 2;
        -webkit-line-clamp: 10; }
  .productList .container {
    max-width: 90%; }
  .productList .proInner {
    padding: 0px;
    margin-bottom: 80px; }
  .productList .prolink {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
  .productList .proInner .proImgCard {
    width: 330px;
    height: 330px;
    position: relative; }
  .proSolutionWrap .innerCard .introBox .subtitle {
    margin-bottom: 12px; }
  .proModelTable .tableModelCon .tableli {
    padding-bottom: 15px; }
  .proModelTable .tableModelCon .tableli .subtitle {
    font-size: 14px;
    line-height: 21x; }
  .proModelTable {
    padding: 80px 0px 0px 0px; }
  .relatedProWrap {
    height: auto;
    padding: 100px 0px 140px 0px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 140px;
    line-height: 150px; }
  .relatedCaseWrap .applicationsInner .introCard {
    padding: 20px; }
  .relatedCaseWrap .applicationsInner {
    height: 240px; }
  .relatedCaseWrap .applicationsInner .introCard .titleBox p {
    font-size: 13px;
    line-height: 24px; } }

@media only screen and (max-width: 959px) {
  .relatedCaseWrap .applicationsInner {
    height: 210px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 120px;
    line-height: 130px; }
  .relatedCaseWrap .applicationsInner .introCard {
    padding: 20px; }
  .relatedCaseWrap .applicationsInner .introCard .titleBox {
    padding-bottom: 15px;
    margin-bottom: 10px; }
  .proModelTable .titleBox {
    margin-bottom: 40px; } }

@media only screen and (max-width: 640px) {
  .pageBanner .txt-con {
    margin-top: 45%; }
  .proSolutionWrap {
    padding: 60px 0px 0px 0px; }
  .proSolutionWrap .titleBox {
    margin-bottom: 30px; }
  .proSolutionWrap .titleBox h4, .proModelTable .titleBox h4, .relatedProWrap .titleBox h4 {
    font-size: 24px;
    line-height: 36px; }
  .proSolutionWrap .innerCard {
    padding: 20px 15px;
    margin-bottom: 20px;
    gap: 30px; }
  .proSolutionWrap .innerCard .numBox h6 {
    font-size: 32px;
    line-height: 42px; }
  .proSolutionWrap .innerCard .introBox p {
    line-height: 1.5;
    font-size: 12px; }
  .proSolutionWrap .innerCard .introBox .subtitle {
    margin-bottom: 10px; }
  .relatedCaseWrap {
    padding: 80px 0px 100px 0px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 72px;
    line-height: 90px; }
  .relatedCaseWrap .applicationsInner {
    height: 240px; }
  .relatedProWrap .proInner {
    width: 100%;
    height: 360px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 450px) {
  .relatedCaseWrap {
    padding: 80px 0px 60px 0px; }
  .proModelTable {
    padding: 60px 0px 0px 0px; }
  .relatedCaseWrap .titleBox h3 {
    font-size: 64px;
    line-height: 81px; }
  .proLargeWrap .btnGroup {
    bottom: 20px; } }
