.indexBanner .banner_swiper {
    width: 100%;
    overflow: hidden;
    height:100vh;
    max-height: 980px;
  }
  .indexBanner .banner_swiper .swiper-slide {
    position: relative;
     height: 100%;
  }
  .indexBanner .banner_swiper .swiper-slide .swiepr-image{
         height: 100%;
      
  }
  
  
  .indexBanner .banner_swiper .swiper-slide .swiepr-image video,
  .indexBanner .banner_swiper .swiper-slide .swiepr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .indexBanner .banner_swiper .swiper-slide .swiper-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #333333;
  }
  .indexBanner .banner_swiper .swiper-slide .swiper-info h1 {
    font-weight: 500;
    margin: 10px 0 20px 0;
    font-family: Poppins-bold;
  }
  .indexBanner .banner_swiper .swiper-slide .swiper-info .subtit {
    opacity: 0.6;
  }
  .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list {
    display: flex;
    margin-top: 24px;
  }
  .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list > div {
    width: 69px;
    height: 69px;
    border: 1px solid rgba(132, 132, 132, 0.6);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
  }
  .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list > div img {
    max-width: 40px;
  }
  .indexBanner .banner_swiper .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 94px;
    text-align: center;
  }
  .indexBanner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 0.3;
    background: #004ea2;
    border-radius: 100%;
  }
  .indexBanner .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .indexBanner .banner_swiper .swiper-button-prev,
  .indexBanner .banner_swiper .swiper-button-next{
      
      width:40px;
      height:80px;
      background: #333;
  }
  .indexBanner .banner_swiper .swiper-button-prev{
      left: 0;
      
  }
  .indexBanner .banner_swiper .swiper-button-next{
      right: 0;
  }
  .indexBanner .banner_swiper .swiper-button-prev:after,
  .indexBanner .banner_swiper .swiper-button-next:after{
  font-size:20px;
  color:#fff;   
  }
  .indexBanner .toPage{
      position: absolute;
      z-index: 2;
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
   
      
  }
    .indexBanner .toPage a{
            color: #fff;
            background: rgba(0,0,0,0.1);
            border-color: #fff;
            box-shadow: 0 4px 12px rgba(0, 78, 162,0.1);
    }

  .news {
    padding: 90px 0 130px 0;
  }
  .news .tit {
    text-align: center;
    font-weight: 500;
    color: #333333;
    font-family: Poppins-bold;
  }
  .news .subtit {
    font-weight: 300;
    text-align: center;
    color: #333333;
    line-height: 2;
    margin: 10px 0 50px;
  }
  .news .list_box {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    height: 600px;
  }
  .news .list_box .list_l {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .news .list_box .list_l > div {
    flex: 0 0 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
  }
  .news .list_box .list_l > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }
  .news .list_box .list_l > div:hover img {
    transform: scale(1.05);
  }
  .news .list_box .list_l > div .list_info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 64px 42px 0 42px;
    width: 100%;
  }
  .news .list_box .list_l > div .list_info .tit a {
    display: block;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    line-height: 1.2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .list_box .list_l > div .list_info .toPage {
    margin-top: 28px;
    display: inline-block;
  
  }
  .news .list_box .list_l > div .list_info .toPage a {
    color: #fff;
    display: flex;
    align-items: center;

    height: 42px;
    justify-content: center;
    border:1px solid rgba(255,255,255,0.6);
    border-radius: 50px;
    position: relative;
  overflow: hidden;
  z-index: 2;
  }
  .news .list_box .list_l > div .list_info .toPage a:after{
      content:"";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      width: 0;
      height: 100%;
       background-image:linear-gradient(to right, #005db8 , #299bf3);
    transition: all 0.4s linear;  
  }
  .news .list_box .list_l > div .list_info .toPage a svg {
      
    margin-left: 8px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
  /*.news .list_box .list_l > div .list_info .toPage a:hover svg {
    transform: translateX(4px);
  }*/
  .news .list_box .list_l > div .list_info .toPage a:hover{
         /* text-decoration:underline;*/
     /* text-decoration-color: #fff;*/
     border: none;
  }
  .news .list_box .list_l > div .list_info .toPage a:hover:after{
      width: 100%;
      
      
  }
  .news .list_box .list_l > div:nth-child(3) {
    flex: 0 0 100%;
  }
  .news .list_box .list_l > div:nth-child(3) .list_info {
    padding-top: 86px;
  }
  .news .list_box .list_r {
    width: 710px;
    height: 100%;
  }
  .news .list_box .list_r .news_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .news .list_box .list_r .news_swiper .swiper-slide {
    position: relative;
  }
  .news .list_box .list_r .news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }
  .news .list_box .list_r .news_swiper .swiper-slide:hover img {
    transform: scale(1.05);
  }
  .news .list_box .list_r .news_swiper .swiper-slide .list_info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 64px 130px 0 72px;
    width: 100%;
    height: 100%;
    
  }
  .news .list_box .list_l > div .list_info,
   .news .list_box .list_r .news_swiper .swiper-slide .list_info{
       
       z-index: 2;
   }
   .news .list_box .list_l > div:before,
  .news .list_box .list_r .news_swiper .swiper-slide:before{
      content:"";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.8;
      background-image:linear-gradient(135deg, rgba(0, 78, 162,1),rgba(54, 135, 185,1) 50% ,rgba(81, 208, 201,1));
  }
  .news .list_box .list_r .news_swiper .swiper-slide .list_info .time {
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .news .list_box .list_r .news_swiper .swiper-slide .list_info .tit a {
    display: block;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .list_box .list_r .news_swiper .swiper-slide .list_info .mes {
    margin-top: 5%;
    text-align: left;
    color: #ffffff;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .list_box .list_r .news_swiper .swiper-slide .list_info .toPage {
    margin-top: 8%;
    display: inline-block;
  }
  
  .news .list_box .list_r .news_swiper .swiper-slide .list_info .toPage a {
    color: #fff;
      border: 1px solid rgba(255,255,255,0.6);
      display: inline-block;
  }
  
  .news .list_box .list_r .news_swiper .swiper-slide .list_info .toPage a svg {
    margin-left: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
  /*.news .list_box .list_r .news_swiper .swiper-slide .list_info .toPage a:hover svg {
    transform: translateX(4px);
  }*/
  .news .list_box .list_r .news_swiper .foot {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 0;
    padding: 0 72px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news .list_box .list_r .news_swiper .foot .foot_l {
    color: #fff;
  }
  .news .list_box .list_r .news_swiper .foot .foot_l .swiper-pagination{
      position: static;
      
  }
  .news .list_box .list_r .news_swiper .foot hr {
    width: calc(100% - 150px);
    height: 1px;
    background: #ffffff;
    border: none;
  }
  .news .list_box .list_r .news_swiper .foot .swiper-button-prev,
  .news .list_box .list_r .news_swiper .foot .swiper-button-next {
    position: static;
    width: auto;
    margin: 0;
  }
  .news .list_box .list_r .news_swiper .foot .swiper-button-prev::after,
  .news .list_box .list_r .news_swiper .foot .swiper-button-next::after {
    font-size: 12px;
    color: #fff;
  }
  .news .list_box .list_r .news_swiper .foot .swiper-button-next {
    margin-left: 20px;
  }
  .product {
    padding: 100px 0 86px 0;
    background: #fafafa;
  }
  .product .nav_tit {
    font-weight: 500;
    text-align: center;
    color: #333333;
    font-family: Poppins-bold;
  }
  .product .nav_subtit {
    font-weight: 300;
    text-align: center;
    color: #333333;
    line-height: 2;
    margin: 10px auto 0 auto;
  }
  .product .product_swiper {
      
    overflow: hidden;
    perspective: 1200px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
  }
  .product .product_swiper > .home_pro_next,
  .product .product_swiper > .home_pro_prev{
      position: absolute;
      left: 30%;
      bottom: 20%;
      cursor: pointer;
      z-index: 2;
  }
  .product .product_swiper > .home_pro_next{
      left: auto;
      right: 30%;
  }
  .product .product_swiper .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .product .product_swiper .swiper-slide-active .image{
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  }
  .product .product_swiper .swiper-slide .image {
    width: 100%;
    height: 0;
    padding-bottom: 71%;
    position: relative;
    background: #fff;
    display: block;
  }
  .product .product_swiper .swiper-slide .image img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      -webkit-tap-highlight-color: transparent;
       -webkit-touch-callout: none;
       -webkit-user-select: none;
       user-select:none;
  }
  .product .product_swiper .swiper-slide .main {
   visibility: hidden;
   opacity: 0;
   transition: all 0.2s linear;
  }
  .product .product_swiper .swiper-slide .main .tit {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .product .product_swiper .swiper-slide .main .tit a {
    color: #333;
    font-weight: 500;
  }
  .product .product_swiper .swiper-slide .main .mes {
    text-align: center;
    color: #333;
    font-weight: 300;
    line-height: 1.5;
     text-overflow: -o-ellipsis-lastline;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      display: -webkit-box;
                      -webkit-line-clamp: 2;
                      -webkit-box-orient: vertical;
  }
  .product .product_swiper .swiper-slide .main .toPage {
  display: flex;
    margin:28px auto 0 auto;
  }
  
  .product .product_swiper .swiper-slide .main .toPage a {
        color: #004EA2;
      display: flex;
      align-items: center;
   
      margin: auto;
      height: 54px;
      justify-content: center;
      border: 1px solid #004EA2;
      border-radius: 50px;
      position: relative;
      overflow: hidden;
      z-index: 2;
  }
  .product .product_swiper .swiper-slide .main .toPage a:after{
      
          content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      width: 0;
      height: 100%;
      background-image: linear-gradient(to right, #005db8 , #299bf3);
      transition: all 0.4s linear;
  }
  
  .product .product_swiper .swiper-slide .main .toPage a svg {
    margin-left: 8px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
  .product .product_swiper .swiper-slide .main .toPage a:hover path{
   fill:#ffffff ;
  }
  .product .product_swiper .swiper-slide .main .toPage a:hover:after{
      width: 100%;
  }
  .product .product_swiper .swiper-slide .main .toPage a:hover{
      border: none;
      color: #fff;
   /*       text-decoration:underline;
      text-decoration-color: #004EA2;*/
  }
  .product .product_swiper .pro_btn_box {
    position: absolute;
    top: 40%;
    left: 38%;
    width: 65px;
    height: 65px;
    z-index: 2;
    border-radius: 50%;
    padding: 5px;
    background: #004ea2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
  }
  .product .product_swiper:hover .pro_btn_box{
      
     opacity: 1;
     visibility: visible;
  }
  .product .product_swiper .pro_btn_box svg {
    vertical-align: middle;
  }
  .product .product_swiper .swiper-slide-active .main {
  visibility: visible;
  opacity: 1;
  }
  .solutions {
    padding: 7.2917vw 0;
  }
  .solutions .solutions_main {
    display: flex;
    flex-wrap: wrap;
  }
  .solutions .solutions_main .list > div {
    display: flex;
    flex-wrap: wrap;
  }
  .solutions .solutions_main .list:not(:first-child) {
    display: none;
  }
  .solutions .solutions_main .list .list_l {
    flex: 0 0 48.612%;
    height: 500px;
    overflow: hidden;
      border-radius: 15px;
  }
  
  .solutions .solutions_main .list .list_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
    overflow: hidden;     transition: all 0.4s linear;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
  }
  .solutions .solutions_main .list:hover img{
      transform: scale(1.05);
  }
  .solutions .solutions_main .list .list_r {
    flex: 1;
    padding-left: 100px;
    padding-top: 45px;
  }
  .solutions .solutions_main .list .list_r .nav_tit {
    font-weight: 400;
    text-align: left;
    color: #004ea2;
  }
  .solutions .solutions_main .list .list_r .tit {
    font-weight: 600;
    text-align: left;
    color: #333333;
    margin: 28px 0 38px 0;
    line-height: 1.2;
    font-family: Poppins-bold;
  }
  .solutions .solutions_main .list .list_r .mes {
    font-weight: 300;
    text-align: left;
    color: #333333;
    line-height: 1.5;
  }
  .solutions .solutions_main .list .list_r .toPage {
    margin-top: 80px;
    display: inline-block;
  }
  .solutions .solutions_main .list .list_r .toPage a {
  border-radius: 50px;
    border:1px solid #004ea2;
  color:#004ea2;
    
  }
  
  .solutions .solutions_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 62px;
  }
  .solutions .solutions_icon .list {
    flex: 0 0 auto;
    padding: 0 10px;
    cursor: pointer;
  }
  .solutions .solutions_icon .list .image {
    text-align: center;
    height: 70px;
    margin: auto;
  }
  .solutions .solutions_icon .list .image img {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    height: 100%;
    filter: grayscale(10);
    opacity: 0.2;
  }
  .solutions .solutions_icon .list .tit {
    font-weight: 500;
    text-align: center;
    color: #333333;
    opacity: 0.6;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 24px;
  }
  .solutions .solutions_icon .list .tit br {
    display: none;
  }
  .solutions .solutions_icon .list:hover img {
    filter: none;
    opacity: 1;
  }
  .solutions .solutions_icon .list:hover .tit {
    color: #004ea2;
    opacity: 1;
  }
  .solutions .solutions_icon .act img {
    filter: none !important;
    opacity: 1 !important;
  }
  .solutions .solutions_icon .act .tit {
    color: #004ea2;
    opacity: 1;
  }
  .about {
    padding: 150px 0 100px 0;
    background:#FAFAFA;
  }
  .about .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .about .wrap .about_l {
    flex: 1;
    padding: 64px 10.69% 0 0;
  }
 .about .wrap .about_l .logo {
    display: flex;
align-items: center; 
         color: #004EA2;
  }
      .about .wrap .about_l .logo span{
   margin-left: 10px;
    }
  .about .wrap .about_l .logo img {
   
    height: 54px;
  }
  
  .about .wrap .about_l .tit {
    font-weight: 600;
    text-align: left;
    color: #333333;
    margin: 54px 0 36px 0;
    font-family: Poppins-bold;
  }
  .about .wrap .about_l .mes {
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 1.5;
  }
  .about .wrap .about_r {
    flex: 0 0 675px;
  }
  .about .wrap .about_r > .image {
    position: relative;
  }
  .about .wrap .about_r > .image > img {
    width: 588px;
    border-radius: 15px;
  }
  .about .wrap .about_r > .image .culture {
    position: absolute;
    right: 0;
    top: 0%;
    transform: translateY(-40%);
    width: 155px;
    height: 157px;
    background-image: url(/static/cn/img/about_culture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
      transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }
  .about .wrap .about_r > .image .culture .image {
    width: 100%;
    text-align: center;
  }
  .about .wrap .about_r > .image .culture .image img {
    width: 50px;
    filter: brightness(0) invert(1);
      transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }
  .about .wrap .about_r > .image .culture:hover {
    transform: translateY(-45%) ;
  }
  .about .wrap .about_r > .image .culture:hover img{
  transform: scale(1.05);
  }
  .about .wrap .about_r > .image .culture .tit {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 12px;
  }
  .about .wrap .about_r > .image .history {
    right: auto;
    left: 0;
    top: auto;
    bottom: 90px;
    transform: translateX(-50%);
    background-image: url(/static/cn/img/about_history.jpg);
  }
  .about .wrap .about_r > .image .history:hover {
    transform:translateX(-50%) translateY(-5%);
  }
  .about .wrap .about_r > .image .about_video {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 34px 14px 24px 20px;
    background-color: #fff;
    border-radius: 15px 15px 15px 0;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .about .wrap .about_r > .image .about_video p {
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding-left: 12px;
    line-height: 1.5;
  }
  .about .wrap .about_r > .image .about_video .play_icon {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    background-color: #F2F2F2;
    text-align: center;
    line-height: 66px;
    cursor: pointer;
  }
  .about .wrap .about_r > .image .about_video .play_icon svg {
    vertical-align: middle;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }
  .about .wrap .about_r > .image .about_video .play_icon:hover svg {
    transform: rotate(180deg);
  }
  .about .wrap .toPage {
    margin-top: 90px;
    display: inline-block;
  }
  
  .subscribe {
    width: 100%;
    padding: 64px 0 54px 0;
    background-image: url(/static/cn/img/subscribe_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .subscribe .tit {
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-family: Poppins-bold;
  }
  .subscribe .subtit {
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin: 12px 0 20px 0;
  }
  .subscribe .input_box {
    padding: 8px 8px 8px 36px;
    width: 810px;
    border-radius: 6px;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .subscribe .input_box form{
      flex:1;
      display: flex;
      align-items: center;
  }
  .subscribe .input_box input {
    flex: 1;
    border: none;
    outline: none;
    height: 100%;
    margin: 0 12px;
  }
  .subscribe .input_box .form-inner{
      margin-right: 10px;
  }
  .subscribe .input_box .form-inner input{
      max-width: 100px;
      border: 1px solid rgba(0,0,0,0.1);
          padding: 10px;
  }
  .subscribe .input_box .sub {
    width: 162px;
    height: 62px;
  background-image: linear-gradient(to right, #2FC2EF, #183996);
    border-radius:50px;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }
  .subscribe .input_box .sub:hover {
     border-radius: 16px;
  }
  .layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
   
  }
  
  .layer >div{
       width: 100%;
    height: 100%;
     background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .layer .con {
    padding: 20px 12px 10px 12px;
    background-color: #fff;
    border-radius: 6px;
  }
  .layer .con .close {
   display: flex;
    justify-content: flex-end;
  }
  .layer .con .close svg {
    cursor: pointer;
  }
  .layer .con .video {
    width: 50vw;
    max-width: 860px;
    margin-top: 20px;
  }
  .layer .con .video video {
    width: 100%;
  }
  .subscribe .input_box .form-inner{
      display: none;
  }
  
  
  .toPage a {
        color: #004EA2;
       display: flex;
    align-items: center;
      margin: auto;
     padding:10px 20px;
      justify-content: center;
      border: 1px solid #004EA2;
      border-radius: 50px;
      position: relative;
      overflow: hidden;
      z-index: 2;
  }
  .toPage a:after{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      width: 0;
      height: 100%;
      background-image: linear-gradient(to right, #005db8 , #299bf3);
      transition: all 0.4s linear;
  }
  .toPage a svg {
    margin-left: 8px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
  .toPage a:hover path{
   fill:#ffffff ;
  }
  .toPage a:hover:after{
      width: 100%;
  }
  .toPage a:hover{
      border-color: transparent !important;
      color: #fff !important;
  }
 
      .news .list_box.mo{
          display: none;
      }
  
  @media only screen and (max-width: 1600px) {
     
    .indexBanner .banner_swiper .swiper-pagination {
      bottom: 4.8958vw;
    }
    .news {
      padding: 4.6875vw 0 6.7708vw 0;
    }
    .news .subtit {
      margin: 10px 0 2.6042vw 0;
    }
    .news .list_box .list_l > div .list_info {
      padding: 3.3333vw 2.1875vw 0 2.1875vw;
    }
    .news .list_box .list_r {
      width: 49.3%;
    }
    .news .list_box .list_r .news_swiper .swiper-slide .list_info {
      padding: 3.3333vw 6.7708vw 0 3.75vw;
    }
    .news .list_box .list_r .news_swiper .swiper-slide .list_info .mes {
      margin-top: 3.3333vw;
    }
    .news .list_box .list_r .news_swiper .swiper-slide .list_info .toPage {
      margin-top: 4.375vw;
    }
    .news .list_box .list_l > div .list_info .toPage {
      margin-top: 1.4583vw;
    }
    .news .list_box .list_r .news_swiper .foot {
      bottom: 5.5208vw;
    }
    .product {
      padding: 5.2083vw 0 4.4792vw 0;
    }
    .product .product_swiper .swiper-slide .main .tit {
      margin-top: 2.6042vw;
      margin-bottom: 1.0417vw;
    }
    .solutions .solutions_main .list .list_r {
      padding-left: 5.2083vw;
    }
    .solutions .solutions_main .list .list_r .tit {
      margin: 1.4583vw 0 1.9792vw 0;
    }
    .solutions .solutions_main .list .list_r .toPage {
      margin-top: 4.1667vw;
    }
    .solutions .solutions_icon {
      width: 100%;
      margin-top: 3.2292vw;
    }
    .about {
      padding: 7.8125vw 0 5.2083vw 0;
    }
    .about .wrap .about_l {
      flex: 1;
      padding: 3.3333vw 10.69% 0 0;
    }
    .about .wrap .about_l .tit {
      margin-top: 2.8125vw;
      margin-bottom: 1.875vw;
    }
    .about .wrap .toPage {
      margin-top: 4.6875vw;
    }
    .about .wrap .about_r {
      flex: 0 0 46.87%;
    }
    .about .wrap .about_r > .image > img {
      width: calc(100% - 90px);
    }
    .subscribe {
      padding: 3.3333vw 0 2.8125vw 0;
    }
    .news .list_box .list_r .news_swiper .foot {
      padding: 0 3.75vw;
    }
    .news .list_box .list_l > div:nth-child(3) .list_info {
      padding-top: 4.4792vw;
    }
    .solutions .solutions_icon .list .tit {
      margin-top: 1.25vw;
    }
  }
  @media only screen and (max-width: 1440px) {
     
    .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list > div {
      width: 40px;
      height: 40px;
    }
    .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list > div img {
      width: 50%;
    }
    .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list {
      margin-top: 1.25vw;
    }
    .news .list_box {
      height: 640px;
    }
    .product .product_swiper {
      padding-top: 40px;
    }
    .product .product_swiper .pro_btn_box {
      top: 30%;
    }
    .about .wrap .about_r > .image .culture {
      width: 120px;
      height: 120px;
    }
    .about .wrap .about_r > .image .culture .image img {
      width: 30%;
    }
    .about .wrap .about_r > .image > img {
      width: calc(100% - 80px);
    }
    .about .wrap .about_r > .image .about_video .play_icon {
      width: 54px;
      height: 54px;
      line-height: 54px;
    }
    .subscribe .input_box .sub {
      width: 140px;
      height: 54px;
      line-height: 54px;
    }
  }
  @media only screen and (max-width: 1200px) {
       
    .product .product_swiper .pro_btn_box {
      left: 30%;
    }
    .solutions .solutions_icon .list .image {
      height: 54px;
    }
    .solutions .solutions_icon .list {
      flex: 1;
    }
    .about .wrap .about_r > .image .culture {
      width: 80px;
      height: 80px;
    }
    .about .wrap .about_r > .image > img {
      width: calc(100% - 40px);
    }
    .about .wrap .about_r > .image .about_video {
      padding: 1.7708vw 0.7292vw 1.25vw 1.0417vw;
    }
    .subscribe .input_box {
      width: 80%;
      padding: 8px 8px 8px 1.875vw;
    }
    .about .wrap .about_r > .image .culture .tit {
      margin-top: 8px;
    }
    .product .product_swiper {
      padding-top: 0;
    }
    .indexBanner .banner_swiper .swiper-button-prev, .indexBanner .banner_swiper .swiper-button-next{
        width:32px;
        height:60px;
        
    }
  }
  @media only screen and (max-width: 1000px) {
    .indexBanner {
      margin-top: 100px;
    }
    .news .list_box {
      height: 480px;
    }
  }
  @media only screen and (max-width: 768px) {
      .product .product_swiper{
          
          width: 90%;
          margin: auto;
      }
      .news .list_box .list_r .news_swiper .swiper-slide img{max-height:240px;    object-fit: contain;}
      .news .list_box.pc{
          display: none;
      }
      .news .list_box.mo{
          display: flex;
      }
      .solutions .wrap{
          display: flex;flex-wrap: wrap;
      }
       .solutions .wrap > div{flex:0 0 100%;margin-top:0}
       .solutions .solutions_main{order:1;margin-top:20px !important}
       .solutions .solutions_icon .list:nth-child(-n + 3){
           margin-top: 0;
       }
      .news .list_box .list_r .news_swiper .swiper-slide .list_info .toPage a{    width: 146px; height: 42px;    display: flex;
    align-items: center;justify-content:center;padding:0;}
      .product .product_swiper .swiper-slide .main .toPage a{    width: 160px;height: 42px;}
      .product{position:relative;}
     .product .swiper-pagination{bottom:0;}
      .toPage a{padding:6px 10px;}
      .toPage a svg{width:10px;height:auto;}
      .indexBanner .banner_swiper .swiper-button-prev,
      .indexBanner .banner_swiper .swiper-button-next{
          width:24px;
          height: 54px;
          
      }
      .product .product_swiper > .home_pro_next,
      .product .product_swiper > .home_pro_prev{
          display:none;
          
      }
      .indexBanner .banner_swiper .swiper-button-prev:after, 
      .indexBanner .banner_swiper .swiper-button-next:after{
          font-size: 16px;
      }
      .indexBanner .banner_swiper{height:300px;}
      .indexBanner .banner_swiper .swiper-pagination{bottom:10px;}
      .product .product_swiper > .home_pro_next,
  .product .product_swiper > .home_pro_prev{
     
      left: 5%;
      bottom: 50%;
  }
  .product .product_swiper > .home_pro_next{
      left: auto;
      right: 5%;
  }
    .indexBanner {
      margin-top: 13.33vw;
    }
    .indexBanner .swiepr-image {
      height: 400px;
    }
    .news {
      padding: 40px 0;
    }
    .news .subtit {
      margin: 10px 0 20px 0;
    }
    .news .list_box .list_l,
    .news .list_box .list_l > div {
      flex: 0 0 100%;
    }
    .news .list_box {
      height: auto;
      flex-wrap: wrap;
    }
   
    .news .list_box .list_l > div {
      height: 200px;
    }
    .news .list_box .list_l > div .list_info {
      padding: 20px;
    }
    .news .list_box .list_r {
      width: 100%;
    }
    .news .list_box .list_l > div img{
        object-fit: contain
    }
    .news .list_box .list_r .news_swiper .foot{bottom:10px}
    .news .list_box .list_r .news_swiper .swiper-slide{
        height: auto;
        padding-bottom: 60px;
                border-radius: 15px;
        overflow: hidden;
    }
    .news .list_box .list_r .news_swiper .swiper-slide .list_info {
      padding: 8.3333vw 6.7708vw 0 20px;
    }
    .news .list_box .list_l {
      order: 1;
    }
    .product {
      padding: 40px 0 40px 0;
    }
    .product .product_swiper {
      margin-top: 20px;
    }
    .product .product_swiper .pro_btn_box {
      left: 5%;
      top: 50%;
      width: 40px;
      height: 40px;
    }
    .product .product_swiper .pro_btn_box > div {
      display: none;
    }
    .product .product_swiper .pro_btn_box > svg {
      width: 14px;
      margin: auto;
    }
    
    .product .product_swiper .swiper-slide .image {
      padding-bottom: 50%;
    }
    .solutions {
      padding: 40px 0;
    }
    .solutions .solutions_main .list .list_l {
      flex: 0 0 100%;
      height:67.38vw ;
    }
    .solutions .solutions_main .list .list_r {
      padding-left: 0;
    }
    .solutions .solutions_icon {
      margin-top: 20px;
    }
    .solutions .solutions_icon {
      justify-content: flex-start;
    }
    .solutions .solutions_icon .list {
      flex: 0 0 33.33%;
      margin-top: 20px;
    }
    .solutions .solutions_icon .list .image {
      height: 32px;
    }
    .about {
      padding-top: 0;
      padding-bottom: 40px;
    }
    .about .wrap .about_r {
      flex: 0 0 100%;
    }
    .about .wrap .about_l .logo {
     height: 40px;
    }
    .about .wrap .about_l .tit {
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .about .wrap .about_r {
      margin-top: 40px;
    }
    .about .wrap .about_r > .image > img {
      width: calc(100% - 80px);
    }
    .about .wrap .about_r > .image {
      text-align: center;
    }
    .about .wrap .about_r > .image .history {
      transform: translateX(0);
      bottom: 20%;
    }
    .about .wrap .about_r > .image .about_video {
      padding: 10px 20px;
    }
    .about .wrap .about_r > .image .about_video .play_icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
    .about .wrap .about_r > .image .about_video .play_icon svg {
      width: 10px;
    }
    .subscribe {
      padding: 40px 0;
    }
    .subscribe .input_box {
      width: 90%;
    }
    .subscribe .subtit {
      margin: 10px 0 20px 0;
    }
    .subscribe .input_box .sub {
      height: 32px;
      line-height: 32px;
      font-weight: 400;
    }
    .subscribe .input_box > svg {
      width: 32px;
    }
    .indexBanner .banner_swiper .swiper-slide .swiper-info .main_list {
      margin-top: 20px;
    }
    .indexBanner .banner_swiper .swiper-slide .swiper-info h1 {
      margin-bottom: 10px;
    }
    .layer .con{
        padding: 10px;
        
    }
    .layer .con .video{margin-top:10px}
     .news .list_box .list_r .news_swiper .swiper-slide .list_info .mes{
              -webkit-line-clamp: 2;
      }
  }
  
