.bg-blue{
    background: #021e6d;
}
.bg-2{
    background: #0233bc;
}
.pd-2{
    padding: 20px 0px;
}
.pd-1{
    padding: 10px;
}
.top-20{
    margin-top: 20px;
}
.top-10{
    margin-top: 10px;
}
.top-40{
  margin-top: 40px;
}
.top-50{
  margin-top: 50px;
}
.mr20{
    margin-right: 20px;
}
button{
    border: none;
    background: none;
}
button:focus {
  outline: none;
}

button::-moz-focus-inner { /* Firefox */
  border: 0;
}
.pd-10{
    padding: 10px;
}
@media (max-width: 575.98px) { 
  .xs-none{
    display: none;
  }
 }
/*top*/
.top .Collection ul{
    margin-top: 15px;
    list-style-type: none;
    text-align: left;
    padding-left: 0px;
}
.top .Collection ul li{
    display: inline;
    
}
.top .Collection ul li a{
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.top .navbar .btn-Search{
    background: #021e6d;
    
}
.top .navbar{
    padding: 10px;
    
}
.top .navbar .input-Search{
    border: 1px #f4f4f4;
    border-radius: 3% 0px 0px 3px;
    height: 25px;
    padding: 0px 10px;
}
.top .navbar .btn-Search{
    border: 1px #f4f4f4;
    background: #0233bc;
    border-radius: 0px 3px 3px 0px;
}
.top .navbar .btn-Search img{
    width: 15px;
    margin: 5px 10px;
}
.form-inline{
  line-height: 25px;
}
@media (max-width: 575.98px){
  .top .Collection ul{
    margin-top: 0px;
  }
}
/*logo*/
.logo {
    font-size: 30px;
    font-weight: 600;
    color: #021e6d;
    background: #fff;
    padding: 20px 0px;
}
.logo .tel{
    padding-right: 15px;
}
.top-one{
  margin-top: 310px;
}
@media (max-width: 991.98px) { 
  .logo {
    font-size: 25px;
    font-weight: 600;
    color: #021e6d;
    padding: 10px 0px;
}
.logo .tel{
    padding-right: 15px;
}
.top-one{
  margin-top: 280px;
}
 }
 @media (max-width: 767.98px) { 
  .top-one{
  margin-top: 260px;
}
  }
 @media (max-width: 575.98px) { 
  .top-one{
  margin-top: 230px;
}
  }
/*导航*/
  
/*客户评价*/
.Evaluation{
    background: #0233bc;
    color: #fff;
    padding: 20px 0;
    
}
.Evaluation ul{
    margin-bottom: 10px;
    
}
.Evaluation ul li{
    list-style-type: none;
    font-size: 13px;
    margin-right: 50px;
    padding: 5px 0px;
    overflow: hidden;
    display: inline;
}
.scroll-box{
    overflow: hidden;
    width: 98%;
    margin: auto;

}
.scroll-text {
    animation: scroll 25s linear infinite;  /* 动画名称、持续时间、动画类型和循环播放 */
    white-space: nowrap;  /* 防止文字换行 */
   
    transform: translateX(100%);  /* 初始位置: 在容器右侧 */
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0%);  /* 初始位置: 在容器右侧 */
    }
    100% {
      transform: translateX(-100%); /* 结束位置: 在容器左侧 */
    }
  }
  /*产品认证*/
  .product .title ,.news .title{
    padding: 10px;
    display: flex;
    position: relative;
  }
  .product .title h1,.product-title .title h1 {
    font-size: 22px;
    color: #fff;
    border-left: 5px #ffff solid;
    padding: 0px 10px;
    
  }
  .product-title ul {
      display: flex;
      flex-wrap: wrap;
      
  }
  .product-title ul a li{
      overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0px 3px ;
  }
  .news .title h1 {
    font-size: 22px;
    color: #fff;
    padding: 0px 10px;
    
  }
  .product .title a,.news .title a{
    position: absolute;
    right: 10px;
    line-height: 22px;
    font-size: 25px;
    color: #fff;
  }
   
  .product .nav-link,.news .nav-link{
    padding: 5px 20px;
    font-size: 18px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
  
  .product .nav li{
      max-width: 30%;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .product .nav-pills .nav-link.active ,.news .nav-pills .nav-link.active{
    background: #0232ba;
    color: #fff;
    border-radius: 0px;

    border: 1px solid #0232ba transparent ;
    

  }
  .product .list ul li, .news .list ul li{
    border-bottom: 1px #999898 dotted;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .product1 .list ul ,.news1 .list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product1 .list ul li ,.news1 .list ul a {
    width: 50%;
  }
  .product1 .list ul li ,.news1 .list ul li{
    padding: 5px 15px;
    border: none;
  }
  .product1 .list ul li a {
    border-bottom: 1px  #999898 dotted;
    padding-bottom: 3px;
    width: 100%;
  }
.product .list ul li a  ,.news .list ul li p{
 font-size: 16px;
 line-height: 20px;
 overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news .list ul li p{
  position: relative;
  width: 80%;
}
.product .list ul li a:hover ,.news .list ul li:hover,.news .list li:hover .right{
  color: #021e6d;
}
  .product .list ul li span{
content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0232ba;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .news .list ul li span{
    color: #0232ba;
    font-size: 15px;
 
  }
  .news .list .left{
    margin-right: 10px;
    font-weight: 800;
  }
  .news .list .right{
  
    color: #595757;
    position: absolute;
    right: 20px;
  }
  
.news1 .list .right{
position: relative;
right: 0px;
}
  .news .nav{
    display: flex;
    flex-wrap: wrap;
  }
.news .title img{
  margin-right: 10px;
}
@media (max-width: 1199.98px) { 
  .news .list ul li p{

  width: 75%;
}
 }
 @media (max-width: 991.98px) { 
  .news .list ul li p{

  width: 65%;
}
  }
  @media (max-width: 767.98px) { 
    .news .list ul li p{

  width: 80%;
}
.product-title ul a{
    width: 33.3%;
}
.news1 .list ul a{
    width: 100%;
}
.product .nav-link,.news .nav-link{
    font-size: 13px;
}
.product .nav-link, .news .nav-link{
    padding: 5px;
}

   }
   @media (max-width: 575.98px) { 
    .news .list ul li p{

  width: 70%;
}
.product .nav-item,.news .nav-item{
       width: 33.33%;
   }
   }
/*about*/
.about .title{

  min-height: 300px;
  text-align: center;
}
.about .title h1{
  font-size: 30px;
padding-top: 120px; 
padding-bottom: 20px;
  border-bottom: 3px solid #fff;
  width: 120px;
  color: #ffff;
  display: inline-block; /* 或者 display: block; 对于块级元素 */
  width: 50%; /* 或者任何具体的宽度 */
  margin-left: auto;
  margin-right: auto;
}
.center-inline {
  
}
.about p{
  font-size: 14px;
  line-height: 33px;
  text-indent: 2em;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.about button{
  background: #0232ba;
  padding: 10px 20px;
  margin-top: 20px;
  color: #fff;
}
.about button a{
  color: #fff;
}
@media (max-width: 767.98px) { 
  .about .title{
    min-height: 100px;
  }
  .about .title h1{
    padding-top: 20px;
  }
 }
 /*botton*/
 
   .botton  a{
    font-size: 12px;
    color: #fff;
    margin: 10px;
   }
   .botton  a:hover{
    color: #f4f4f4;
  }
   .botton .botton-top {
    padding: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #fff;
    text-align: center;
   }
   .botton .botton-top ul{
    text-align: center;
    margin: auto;
   }
   .botton .botton-dwon{
    text-align: center;
    padding:10px 10px 30px 10px;
   }
   /*客服-*/
   #myBtn:hover {
    background-color: #ffffff;
    color: #0483dd;
    border: 1px solid #0483dd;
    padding: 9px;
  }
  .sky {
    position: fixed;
    right: 30px;
    top: 36%;
    z-index: 9999;
   
  }
  .sky .bg-2{
 padding: 20px;
  }
  .sky h3{
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 30px 10px 30px;
    margin-bottom: 10px;
  }
  .sky .tel{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .sky p{
    color: #fff;
    text-align: center;
  }
  .sky .img{
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .sky img{
    text-align: center;
    width: 100px;
    height: 100px;
    margin: auto;
  }
  @media (max-width: 1199.98px) { 
    .sky{
    right: 10px;
  } }
  @media (max-width: 991.98px) { 
    .sm-none{
      display: none;
    }
    .sky{
      right: 0px;
    }
   }
   /*新闻列表*/
   .news-list li{
    position: relative;
    border-bottom: 1px #999898 dotted;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 15px;

   }
   .news-list li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 90%;
   }
   .news-list li span{
    position: absolute;
    right: 10px;
   }
   .news-list  a:hover p,.news-list  li:hover span{
    color: #0233bc;
   }
   @media (max-width: 991.98px){
       .news-list li p{
           width: 75%;
       }
   }
   /*分页*/
   .fenye{
    display: flex;
   }
   .fenye ul{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: auto;
   }
   .fenye ul li{
       margin-right: 10px;
   }
   .fenye a{
    margin-right: 10px;
   }
   /*x新闻内页*/
   .text-news .title{
    border-bottom:  1px solid #b9b9b9;
    text-align: center;
   }
   .text-news .title h1{
    color: #1d1d1d;
    font-size: 30px;
    font-weight: 500;
   }
   .text-news .title ul{
    display: flex;
   justify-content: center;
    
    margin-bottom: 10px;
    margin-top: 20px;
   }
   .text-news .title ul li{
    margin-right: 20px;
    color: #595757;
   }
   .text-news .text{
 
    border-bottom: 1px solid #b9b9b9;
   }
   .text-news  .dwon ul{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
   }
   .text-news  .dwon ul li{
    margin-right: 10px;
   }
   /*小导航*/
   .min-nav{
    min-width: 500px;
   }
   .min-nav {
    display: flex;
    background: #212121;
    padding: 10px 0px;
    overflow-x:auto;
    white-space:nowrap;

   }
   .min-nav  a{
    
    width: 14.2%;
    min-width: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
   }
   @media (max-width: 575.98px) { 
    .min-nav{
    min-width: 400px;
   }
    }
    @media (max-width: 500px) { 
    .min-nav{
    min-width: 300px;
   }
    }
    /*地区*/
    .region .on1 a{
      font-size: 20px;
      color: #fff;
    }
    .region h1{
      font-size: 20px;
      color: #fff;
    }
    .region ul{
      display: flex;
      flex-wrap: wrap;
    }
    .region ul li{
      margin-right: 20px;
    }
    .region ul li a:hover{
      color: #0232ba;
    }
    /*label*/
    .label ul{
      display: flex;
      flex-wrap: wrap;
    }
    .label ul li{
      width: 16.6%;
      margin-bottom: 5px;
      padding-right: 20px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    }
    .label ul li a:hover{
      color: #0233bc;
    }
    @media (max-width: 991.98px) { 
      .label ul li{
        width: 33.3%;
      }
    }
    
    /*分页*/
    .step-links {
        margin: auto;
    }