/* .container {
    max-width: 960px;
  } */
  .index-page{
    padding-bottom: 40px;
  }
  
  /*
   * Custom translucent site header
   */
   .click-item{
    font-size: 12px;
    color: #005BAC !important;
    border-bottom: 3px solid #005BAC !important;
}
.active{
  color: #005BAC !important;
}
.ch-en a:hover{
  color: #005BAC;
}
.a-item a{
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}
.breadcrumb-icon{
  width: 16px;
}
.lh-29{
  line-height: 29px;
}
.breadcrumb-item a{
  color: #333;
  text-decoration:none;
}
  .site-header {
    background-color: #fff;
  }
  .site-header a {
    font-size: 12px;
    color: #999;
    transition: ease-in-out color .15s;
  }
  .site-header a:hover {
    /* color: #fff; */
    text-decoration: none;
  }
  .jsc-nav-mask{
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.5);
      filter: alpha(opacity=0);
      left: 0px;
      top: 0px;
      z-index: 1200;
  }
  .navs-list{
    position: absolute;
      width: 80%;
      height: 100%;
      background: #0b0d19;
      right: 0px;
      top: 0px;
      z-index: 1211;
  }
  .close-mask{
    width: 7%;
    position: absolute;
    top: 5%;
    left: 6%;
  }
  .border-bottom-color{
    border-bottom: 1px solid #232530;
  }
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  .news{
    height: 200px;
    padding-right: 10px;
  }
  .news-title-index{
    font-size: 14px;
    color: #6A6868;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  li{
    list-style: none;
  }
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      -ms-flex: 1;
      flex: 1;
    }
  }
  
  .overflow-hidden { overflow: hidden; }
  


  .carousel-fade .carousel-inner .carousel-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
    }
    .carousel-fade .carousel-inner .carousel-item,
    .carousel-fade .carousel-inner .active.carousel-item-left,
    .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
    }
    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    }
    .carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
    .carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    .carousel-vertical .carousel-inner .active.carousel-item-left,
    .carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    }
    .carousel-vertical .carousel-inner .active.carousel-item-right,
    .carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    }
   .carousel-vertical .carousel-control-prev{
    align-items:flex-start;
    opacity: 1;
    left: 44%;
    top: 15px;
   }
   .carousel-vertical .carousel-control-next{
    align-items:flex-end;
    opacity: 1;
    right: 42%;
    bottom: 15px;
   }
    .carousel-vertical  .carousel-indicators li{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
    .carousel-vertical  .carousel-indicators{
        position: absolute;
        right: 5px;
        left: auto;
        bottom: 15%;
        z-index: 15;
        display: block;
        -ms-flex-pack: center;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
    }
    .carousel-vertical .carousel-indicators .active{
        background-color: #005BAC;
    }

    /* 导航栏 */
    .nav-a a{
        font-size: 14px;
        color: #000000;
        border-bottom: 3px solid #fff;
    }

    .nav-a a:hover{
        color: #005BAC;
        border-bottom: 3px solid #005BAC;
    }
 
    /* 动画 */

    .index3{
        position: absolute;
        top: 40%;
        left: 0;
        width: 20%;
        animation: example1 .5s ease-out 1s backwards;
    }
    .index4{
        position: absolute;
        top: 55%;
        right: 0;
        width: 20%;
        animation: example2 .5s ease-out 1s backwards;
    }
    .title{
        position: absolute;
        top: 35%;
        width: 100%;
        animation: example3 1.3s ease-out 1s backwards
    }
    .small-title1{
        position: absolute;
        top: 52%;
        width: 100%;
        animation: example4 1s ease-out 1s backwards
    }
    .small-title2{
      position: absolute;
      top: 58%;
      width: 100%;
      animation: example5 2s ease-out 1.2s backwards
  }

  /* 第二张轮播图动画*/
  

  .product-content{
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    margin-top: 21px;
    color: #6A6868;
  }
  .index-right-content{
    margin-top:21px;
    padding: 45px 34px 24px;
    background-color: #EEEDEC;
    height: 100%;
  }
  .product-content-img{
    margin-top: 1rem;
  }
  .link{
    margin-top: 70px;
    padding-bottom: 57px;
  }
  .link-one{
    position: absolute;
    top: 10%;
    left: 11%;
    width: 89%;
    color: #74938D;
  }
  .link-one div:first-child{
    font-size: 24px;
    margin-bottom: 8px;
  }
  .link-one div:last-child{
    font-size: 14px;
    width: 140px;
  }
  .ban2-1{
    height: 14.5%;
    position: absolute;
    top: 17%;
    left: 37.6%;
    animation: ban1 1s ease-out .3s backwards;
  }
  .ban2-2{
    width: 5.5%;
    position: absolute;
    top: 14%;
    left: 35%;
    animation: ban2 1s ease-out .5s backwards;
  }
  .ban2-3{
    height: 16%;
    position: absolute;
    top: 64%;
    right: 34%;
    animation: ban3 1s ease-out .3s backwards;
  }
  .ban2-4{
    position: absolute;
    top: 68%;
    right: 31%;
    animation: ban4 1s ease-out .5s backwards;
    width: 6.4%;
  }
  .ban2-5{
    width: 43%;
    position: absolute;
    top: 31%;
    left: 29%;
    animation: ban5 1s ease-out .3s backwards;
}
.ban2-6{
  position: absolute;
  top: 60%;
  left: 9%;
  width: 82%;
  animation: ban6 1s ease-out 1.7s backwards;
}
.ban2-8{
  width: 44%;
  position: absolute;
  top: 86%;
  left: 29%;
  animation: ban8 1s ease-out 1.3s backwards;
}

.ban1-text1{
  width: 100%;
  position: absolute;
  top: 0%;
  animation: example6 1s ease-out 1.9s backwards;
}
.ban1-text2{
  width: 100%;
  position: absolute;
  top: 59%;
  animation: example7 1s ease-out 1.5s backwards;
}
.carousel-text1{
  width: 100%;
  position: absolute;
  top: 0%;
  height: 100%;
}
.ban2-carousel-text1{
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: center;
  animation: example9 1.5s ease-out 1s backwards;
}
.ban2-carousel-text2{
  position: absolute;
  top: 58%;
  width: 100%;
  font-size: 20px;
  animation: example8 1s ease-out .5s backwards;
}
.ban2-carousel-text3{
  position: absolute;
  top: 68%;
  width: 100%;
  font-size: 20px;
  animation: ban2-text3 .7s ease-out .5s backwards;
}

.ban2-text1,.ban2-text2{
  width: 50%;
}

/* 第三张轮播图 */
.ban3-text1{
  position: absolute;
  top: 30%;
  width: 100%;
  animation: ban3-text1 1.5s ease-out 1s backwards;
}
.ban3-text2{
  position: absolute;
  top: 60%;
  width: 100%;
  animation: ban3-text2 1s ease-out 1s backwards;
}
.ban3-1{
  position: absolute;
  top: 24%;
  left: 6.7%;
  width: 35%;
  animation: ban3-1 1s ease-out .5s backwards;
}
.ban3-2{
  position: absolute;
  top: 13%;
  left: 7.7%;
  height: 47%;
  animation: ban3-2 1s ease-out .5s backwards;
}
.ban3-3{
  position: absolute;
  bottom: 13%;
  right: 7.7%;
  height: 47%;
  animation: ban3-3 1s ease-out .5s backwards;
}
.ban3-4{
  position: absolute;
  bottom: 24%;
  right: 6.7%;
  width: 35%;
  animation: ban3-4 1s ease-out .5s backwards;
}
.ban3-5{
  width: 52%;
  height: 56%;
  position: absolute;
  top: 28%;
  left: 24%;
  background-color: rgba(0,0,0,.5);
  backdrop-filter: blur(3px);
  animation: ban3-5 1s ease-out .5s backwards;
}
.text-ban3{
  font-size: 38px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.swiper-slide-pc{
  width:246px;
  height:155px;
  overflow: hidden;
}
.swiper-slide-item{
  width: 275px;
}
.swiper-slide-pc img{
  width: 100%;
  height: 100;
  overflow: hidden;
}
.swpiper-title {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  color: #fff;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
}
.news-title{
  padding: 1rem;
}
.news-title div:first-child{
  font-size: 34px;
  color: #333333;
}
.news-title div:last-child{
  font-size: 34px;
  color: #D6D6D6;
}
.news-item{
  padding:1rem;
}
/* .news-l{
  padding: 0 72px;
} */
.news-l div:first-child{
  color: #005BAC;
  font-size: 50px;
}
.news-l div:last-child{
  color: #005BAC;
  font-size:16px;
}
/* .news-c{
  padding: 0 1rem;
} */
.news-c div:first-child{
  color: #005BAC;
  font-size: 24px;
}
.news-c div:last-child{
  color: #6A6868;
  font-size:16px;
}
.news-r{
  width: 30%;
}
.news-banner-text{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-banner-text div:first-child{
  font-size: 50px;
}
.news-banner-text div:last-child{
  font-size: 24px;
}
.news-search {
  position: absolute;
  bottom: 11%;
  width: 100%;
  height: 10%;
}
.search-input{
  width: 46%;
  height: 100%;
}
.search-input input{
  height: 100%;
  border-radius: 50px;
}
.search-button{
  position: absolute;
  top: 9%;
  right: 0.5%;
  width: 11%;
}
.link-one1 a{
  text-decoration: none;
  color: #74938D;
}
.par-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.par-text1{
  font-size: 26px;
  color: #3E5E7C;
}
.par-text2{
  font-size: 16px;
  color: #005BAC;
}
.li-item li{
  font-size: 24px;
}
ul{
  padding-inline-start: unset;
}
.bg-par{
  background-color: #EEEDEC;
  padding: 3rem 2rem;
}
.item-content{
  height: 60px;
  overflow: hidden;
text-overflow: ellipsis;  /* 超出部分省略号 */
word-break: break-all;  /* 设置省略字母数字 */  
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2; /* 显示的行数 */
}
.news-item-info {
  background-color: #E9E9E9;
}
.news-item-title{
  color: #333;
  font-size: 34px;
}
.border-bottom-news{
  border-bottom: 1px solid #ABA9A9;
}
@keyframes example1 {
    0% {
      left: -100%;
    }
    100% {
        left: 0;
    }
  }
@keyframes example2 {
    0% {
      right: -100%;
    }
    100% {
      right: 0;
    }
  }

  @keyframes example3 {
    0% {
      top: -100%;
      opacity:0;
    }
    100% {
      top: 35%;
      opacity:1;
    }
  }
  @keyframes example4 {
    0% {
      top: -100%;
      opacity:0;
    }
    100% {
      top: 52%;
      opacity:1;
    }
  }
  @keyframes example5 {
    0% {
      top: -100%;
      opacity:0;
    }
    100% {
      top: 58%;
      opacity:1;
    }
  }
  @keyframes example6 {
    0% {
      top: -100%;
      opacity:0;
    }
    100% {
      top: 0%;
      opacity:1;
    }
}
@keyframes example7 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 59%;
    opacity:1;
  }
}
@keyframes example8 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 58%;
    opacity:1;
  }
}
@keyframes ban2-text3 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 68%;
    opacity:1;
  }
}
@keyframes example9 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 35%;
    opacity:1;
  }
}
  @keyframes ban1 {
    0% {
      left: -100%;
      opacity:0;
    }
    100% {
      left: 37.6%;
      opacity:1;
    }
}
@keyframes ban2 {
  0% {
    left: -100%;
    opacity:0;
  }
  100% {
    left: 35%;
    opacity:1;
  }
}
@keyframes ban3 {
  0% {
    right: -100%;
    opacity:0;
  }
  100% {
    right: 34%;
    opacity:1;
  }
}
@keyframes ban4 {
  0% {
    right: -100%;
    opacity:0;
  }
  100% {
    right: 31%;
    opacity:1;
  }
}
@keyframes ban5 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 31%;
    opacity:1;
  }
}
@keyframes ban6 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 60%;
    opacity:1;
  }
}
@keyframes ban8 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 86%;
    opacity:1;
  }
}
@keyframes ban3-5 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 28%;
    opacity:1;
  }
}
@keyframes ban3-text1 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 30%;
    opacity:1;
  }
}
@keyframes ban3-text2 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 60%;
    opacity:1;
  }
}
@keyframes ban3-1 {
  0% {
    left: -100%;
    opacity:0;
  }
  100% {
    left: 6.7%;
    opacity:1;
  }
}

@keyframes ban3-2 {
  0% {
    left: -100%;
    opacity:0;
  }
  100% {
    left: 7.7%;
    opacity:1;
  }
}
@keyframes ban3-3 {
  0% {
    right: -100%;
    opacity:0;
  }
  100% {
    right: 7.7%;
    opacity:1;
  }
}
@keyframes ban3-4 {
  0% {
    right: -100%;
    opacity:0;
  }
  100% {
    right: 6.7%;
    opacity:1;
  }
}
.carousel-indicators li {
  width: 45px;
  height: 5px;
}
  .baodao a:hover{
    font-size: 12px;
    color: #005BAC !important;
    cursor: pointer;
}
.more{
    position: absolute;
    bottom: 14px;
    right: 35px;
}
.more a{
 text-decoration: none;
}
.index2-l{
  width: 30%;
  margin: auto 10px;
}
.index2-r{
  width: 30%;
  margin: auto 10px;
}
.index2-text{
  /* padding: 58px 186px 37px 197px; */
  padding: 39px 70px 37px 60px;
  top: 0;
}

.index2-text1{
  font-size: 24px;
}
.index2-text2{
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.check-more{
  font-size: 12px;
  margin-top: 30px;
}
.next-more{
  font-size: 14px;
  color: #005BAC;
  cursor: pointer;
  margin: auto;
}
.breadcrumb{
  background-color:#F8F8F8;
  margin-bottom: auto;
  padding: 0.75rem 0;
}
.bg-index-pro{
  background-color: #3E5E7C;
}
.bg-index-pro-hover {
  background-color: rgba(0,0,0,.5);
}
.swiper-height{
  height: 609px;
}
.swiper-height-m{
  height: 203px;
}
.ch-en{
  color: #706E6E;
  text-align: end;
}
.ch-en span:first-child:hover{
  color: #005BAC;
  cursor: pointer;
}
.ch-en span:last-child:hover{
  color: #005BAC;
  cursor: pointer;
}
.qrcode{
  width: 57%;
}
.recruit-title{
  color: #005BAC;
  font-size: 26px;
}
.recruit-title2{
  color: #005BAC;
  font-size: 14px;
}
.re-item{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nav-item a{
  color: #333333;
}
table, td, th {
  border: 1px solid black;
}

/* tr{
  border: 1px solid black;
  margin-top: 2rem;
} */
table {
  width: 100%;
  border-collapse: collapse;
}
.bg-th{
  background-color: #005BAC;
}
.text-333{
  color: #333;
}
.re-table-content{
  font-size: 14px;
}
.re-table .nav {
  display: flex;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
}
.re-table .nav-pills .nav-link.active{
  color: #005BAC !important;
 border-bottom: 3px solid #005BAC !important;
 background-color: initial !important;
}
.ly-title{
  color: #3E5E7C;
  font-size: 36px;
}
.yzm .form-control{
  border: none!important;
}
.content .form-control{
  padding: 0.375rem 0.5rem;
}
.ly-btn{
  cursor: pointer;
}
.ly-from{
  padding: 79px 44px 66px;
  box-shadow: 0 0 9px rgb(0 0 0 / 16%);
}
.deliver{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deliver-btn{
  color: #005BAC;
  width: 13%;
  cursor: pointer;
  margin-top: 20px;
}
.deliver-text1{
  font-size: 24px;
}
.con-title{
  border-left: 4px solid #005BAC;
  font-size: 24px;
}
.con-icon{
  width: 56px;
  height: 56px;
}
.map-text {
  position: absolute;
  bottom: 5%;
  left: 6%;
  font-size: 16px;
}
.map-text2 {
  position: absolute;
  bottom: 5%;
  right: 6%;
  font-size: 16px;
  color: #658FB5;
}
.font-26{
  font-size: 26px;
}
.product-title{
  font-size: 26px;
}
.video-item{
  /* width: 200px;
  height: 200px; */
  overflow: hidden;
}
.video-js {
  width: 480px;
  height: 480px;
}
.video-item img{
  transition: all 2s;
}
.video-item:hover img{
  /* animation: zoom 2s linear forwards; */
  transform:scale(1.2,1.2);
	transition:all 0.6s ease;
}
.prev-pc{
  position: absolute;
  top: 7%;
  left: 46%;
}
.next-pc {
  position: absolute;
  top: 97%;
  right: 45%;
}
.prev-m{
  position: absolute;
  top: 35%;
  left: 1%;
}
.next-m{
  position: absolute;
  top: 35%;
  right: 2%;
}
.swiper-container3  .next-m {
  top: 59%;
}
.swiper-container3 .prev-m {
top: 59%;
}
.top-img{
  width: 100%;
  height: 155px;
}
@keyframes zoom {
0% {
transform: scale(1);
}
100% {
transform: scale(1.5);
}
}
@media (max-width: 575.98px) {
  .ban2-carousel-text3{
    position: absolute;
    top: 58%;
    width: 100%;
  }
  .ban2-carousel-text3 img {
    width: 20%;
  }
  @keyframes ban2-text3 {
    0% {
      top: -100%;
      opacity:0;
    }
    100% {
      top: 58%;
      opacity:1;
    }
  }
  .ban2-carousel-text2{
    position: absolute;
    top: 48%;
    width: 100%;
    font-size: 20px;
    animation: example8 1s ease-out .5s backwards;
  }
  @keyframes example8 {
    0% {
      top: -100%;
      opacity:0;
    }
    100% {
      top: 48%;
      opacity:1;
    }
  }
  .top-img {
    height: 100px;
}
  .product-title{
    font-size: 14px;
  }
  .swiper-slide-pc{
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  .swpiper-title{
    font-size: 10px;
  }

  .ban1-text2 {
    top: 49%;
}
@keyframes example7 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 49%;
    opacity:1;
  }
}
    .title{
        font-size: 12px;
    }
    .small-title1{
        font-size: 10px;
    }
    .small-title2{
      margin-top: 5px;
      font-size: 10px;
    }
    .index4{
        width: 15%;
    }
    .index3{
        width: 20%;
    }
  .ban2-text3, .ban2-text4 {
    font-size: 10px;
}
.ban3-1 {
  position: absolute;
  top: 24%;
  left: 6.7%;
  width: 30%;
}
.ban3-2 {
  width: 7%;
  position: absolute;
  top: 13%;
  left: 7.7%;
}
.ban3-3 {
  width: 6%;
  position: absolute;
  bottom: 13%;
  right: 7.7%;
}
.ban3-4 {
  width: 30%;
  position: absolute;
  bottom: 24%;
  right: 6.7%;
}
.link-one div:first-child{
  font-size: 17px;
  margin-bottom: 8px;
}
.link-one div:last-child{
  font-size: 10px;
  width: 140px;
}
.link-one {
  position: absolute;
    top: 10%;
    left: 11%;
    width: 89%;
    color: #74938D;
}
.index2-text {
  padding: 6px 22px 9px 22px;
  top: 0;
}
.index2-text1 {
  font-size: 16px;
}
.index2-text2 {
  font-size: 10px;
  line-height: 17px;
  margin-top: 0;
  -webkit-line-clamp: 2;
}
.check-more {
  font-size: 10px;
  margin-top: 6px;
  padding: 0.1rem 0.75rem;
}
.news-l div:first-child {
  font-size: 18px;
}
.news-l div:last-child {
  font-size: 10px;
}
.news-c div:first-child {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.news-c div:last-child {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news-banner-text div:first-child{
  font-size: 18px;
}
.news-banner-text div:last-child{
  font-size: 10px;
}
.news-search {
  position: absolute;
  bottom: 8%;
  width: 100%;
  height: 22%;
}
.search-input {
  width: 55%;
  height: 100%;
}
.search-input input{
  padding: 0.2rem 0.4rem;
}
.search-button {
  position: absolute;
  top: -10%;
  right: 1.5%;
  width: 19%;
}
.news-title div:first-child{
  font-size: 24px;
}
.news-title div:last-child{
  font-size: 24px;
}
.deliver{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deliver-btn{
  color: #005BAC;
  width: 13%;
  font-size: 10px;
  cursor: pointer;
  padding: 0;
  margin-top: 0;
}
.deliver-text1,.deliver-text2{
  font-size: 10px;
}
.con-title {
  border-left: 4px solid #005BAC;
  font-size: 16px;
}
.map-text {
  font-size: 14px;
}
.map-text2 {
  font-size: 14px;
}
.con-icon {
  width: 36px;
  height: 36px;
}
.con-icon-text{
  font-size: 10px;
}
.li-item li {
  font-size: 15px;
}
.par-text2 {
  font-size: 12px;
  color: #005BAC;
}

.news-title-index {
  font-size: 14px;
  color: #6A6868;
  width: 188px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item-title {
  color: #333;
  font-size: 19px;
}
.video-js {
  width: 300px;
  height: 300px;
}
.ban3-text2 {
  top: 49%;
}
@keyframes ban3-text2 {
  0% {
    top: -100%;
    opacity:0;
  }
  100% {
    top: 49%;
    opacity:1;
  }
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .ban2-carousel-text3 img {
    width: 20%;
  }
  .swiper-slide-pc {
    width: 155px;
}
  .swiper-slide-pc{
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  .swpiper-title{
    font-size: 10px;
  }
    .index4{
        width: 20%;
    }
    .index3{
        width: 20%;
    }
    .ban2-text3, .ban2-text4 {
      font-size: 18px;
    }
    .index2-text2 {
      font-size: 10px;
      line-height: 17px;
      margin-top: 0;
    }
    .check-more {
      font-size: 12px;
      margin-top: 16px;
  }
  .news-banner-text div:first-child{
    font-size: 18px;
  }
  .news-banner-text div:last-child{
    font-size: 10px;
  }
  .news-search {
    position: absolute;
    bottom: 8%;
    width: 100%;
    height: 17%;
  }
  .search-input input{
    padding: 0.2rem 0.4rem;
  }
  .search-button {
    position: absolute;
    top: -5%;
    right: 1.5%;
    width: 17%;
  }
  .news-title div:first-child{
    font-size: 24px;
  }
  .news-title div:last-child{
    font-size: 24px;
  }
  .ch-en{
    margin-left: 67%;
  }
  /* .pro-btn {
    font-size: 18px !important;
  }
  .btn-bg{
    font-size: 18px !important;
  } */
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .ban2-carousel-text3 img {
    width: 20%;
  }
  .swiper-slide-pc {
    width: 155px;
}
  .ch-en{
    margin-left: 67%;
  }
    .title{
        font-size: 24px;
    }
    .small-title{
        font-size: 12px;
    }
    .index4{
        width: 20%;
    }
    .index3{
        width: 20%;
    }
    @keyframes example7 {
      0% {
        top: -100%;
        opacity:0;
      }
      100% {
        top: 60%;
        opacity:1;
      }
    }
  .ban2-text3, .ban2-text4 {
    font-size: 18px;
  }
  .link-one div:first-child{
    font-size: 17px;
    margin-bottom: 8px;
  }
  .link-one div:last-child{
    font-size: 10px;
    width: 140px;
  }
  .link-one {
    position: absolute;
    top: 0;
    padding: 16px 10px;
    color: #74938D;
  }
  .index2-text2 {
    font-size: 10px;
    line-height: 17px;
    margin-top: 0;
  }
  .check-more {
    font-size: 12px;
    margin-top: 16px;
}
.news-banner-text div:first-child{
  font-size: 34px;
}
.news-banner-text div:last-child{
  font-size: 21px;
}
.news-search {
  position: absolute;
  bottom: 8%;
  width: 100%;
  height: 17%;
}
.search-input input{
  padding: 0.2rem 0.4rem;
}
.search-button {
  position: absolute;
  top: 11%;
  right: 1.5%;
  width: 17%;
}
.news-title div:first-child{
  font-size: 24px;
}
.news-title div:last-child{
  font-size: 24px;
}
.news-c div:first-child {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.news-c div:last-child {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.li-item li {
  font-size: 15px;
}
.par-text2 {
  font-size: 12px;
  color: #005BAC;
}

.pro-btn {
  font-size: 16px !important;
}
.btn-bg{
  font-size: 16px !important;
}
.circle {
  width: 10px;
  height: 10px;
}
.news-title-index {
  font-size: 15px;
  color: #6A6868;
  width: 188px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .title{
        font-size: 36px;
    }
    .small-title{
        font-size: 18px;
    }
    .index4{
        width: 20%;
    }
    .index3{
        width: 20%;
    }
    .ban2-text3, .ban2-text4 {
      font-size: 18px;
    }
    .news-title div:first-child{
      font-size: 24px;
    }
    .news-title div:last-child{
      font-size: 24px;
    }
    .pro-btn {
      font-size: 18px !important;
    }
    .btn-bg{
      font-size: 18px !important;
    }
    .swiper-slide-item{
      width: 230px;
    }
    .swiper-slide-pc {
      width: 206px;
      height: 129px;
      overflow: hidden;
    }
}


@media (min-width: 1200px)and (max-width: 1440px) { 
.title{
    font-size: 44px;
}
.small-title{
    font-size: 22px;
}
.index4{
    width: 20%;
}
.index3{
    width: 20%;
}

.ban2-text3, .ban2-text4 {
  font-size: 24px;
}

}

@media (min-width: 1440px){ 
    .title{
        font-size: 50px;
    }
    .small-title{
        font-size: 24px;
    }
  }
    
