
@media (min-width: 768px) {
  
  

}






@media screen and (max-width:980px) {
  .wal{
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  .pcnone{
    display: block;
  }
  .wapnone{
    display: none;
  }
  /*header start*/
  .main-header-logo a .logo{
    height: 50px;
    padding: 5px 0;
  }

  .main-header {
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
  }
  .main-header-tel{
    display: none;
  }
  .main-header .main-menu-wrapper{
    width: auto;
    display: none;
  }
  .mobile-nav-toggler{
    display: block;
  }
  .mobile-nav-toggler i {
    color: #085DBC;
    font-size: 20px;
    line-height: 60px;
  }
  .main-header-content .main-menu-list{
    display: none;
  }

  .mobile-nav-close i {
    color: #fff;
  }
  .mobile-nav-container .main-menu-list li{
    width: 100%;
  }
  .back-to-top{
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    background-size: 100%;
  }
  /*banner*/
  #banner .swiper-button {
    display: none;
  }

  #banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;

  }

  #banner .swiper-slide .pcimg {
    display: none !important;
  }

  #banner .swiper-slide .mobimg {
    display: block !important;
  }
  
  .main-menu-wrapper-left .dh{
    display: none;
  }

  /*title*/
  .main_title{
    margin-bottom: 20px;
    position: relative;
  }
  .main_title b{
    font-size: 30px;
  }
 
  .main_title > span{
    font-size: 15px;
  }


  /*company*/
  .about {
    padding: 40px 0;
  }
  .about_fl, .about_fr {
    float: none!important;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto; 
    padding-right: 0px;
    width: 100%;
  }

  .ab_txt {
    margin-top: 20px;
    line-height: 28px;
  }
  .ab_list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .ab_list2 li{
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: auto; 
      width: 50%;
      border: none;
      padding: 10px 20px;
  }
  .ab_list2 li:first-child {
    border-left: none;
  }
  .ab_list2 li:before {
    content: '';
    display: none;
  }
  .ab_list2 li b {
    margin-bottom: 30px;
    font-size: 30px;
    color: #0758B0;
  }

  /*product*/
  .product {
    padding: 40px 0;
  }
  .pro-nav { display: block;
    margin: 20px 0 30px;
    position: relative;
  }
  .pro-nav li{
    width: calc(50% - 10px);
     padding: 9px 0;
  }

  .pro_list a {
    width: calc(50% - 22px)
  }

  /*优势*/
  .ysbg {
    padding: 40px 0;
  }
  .ny-xiaoguo1 a{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto; 
    width: calc(50% - 1px);
  }
  .ny-xiaoguo1 a:nth-child(2) {
    border: none;
  }
  .ny-xiaoguo1 a:nth-child(3) ,
  .ny-xiaoguo1 a:nth-child(4) {
    border-top: 1px solid rgba(43,86,181);
  }

  .ny-xiaoguo1 a p{
    line-height: 20px;
  }
  .ny-xiaoguo1 em {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
  margin-bottom: 10px;
  }

  .ny-xiaoguo1 em img {
    width: 60px;
    height: 120px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .ny-xiaoguo1 a:hover em img {
    margin-top: -60px;
  }

  /*new*/
  .news {
    padding: 40px 0;
  }
  .news_box{
    width: 100%;
    float: none;
  }
  .news-con {
    width: 48%;
    margin-bottom: 20px;
  }
  .news_box .news-con a {
    display: block;
    padding-right: 0px;
  }
  .news_box .news-con:nth-child(2) {
    float: right;
  }
  .news_fl_list {
    margin-right: 0px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
  }
  .news_fl_list a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .news_fl_list a span {
    float: right;
    color: #999;
    margin-top: 5px;
  }
  .news_fr{
    width: 100%;
  }

  .news_fr a {
    padding:15px 15px;
  }
  .news_fr span {
    margin-right: 5px;
  }

  /*footer*/
  .foot .ewm {
   display: none;
  }
  .foot .ft-logo{
    margin-top: 0px;
  }
  .ft-logo img{
    display: none;
  }
  
}

@media screen and (max-width:768px) {
  

  /*header*/
  .main-header-logo a .logo{
    height: 40px;
    padding: 5px 0;
  }

  .main-header {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
  }
  .mobile-nav-toggler i {
   
    font-size: 18px;
    line-height: 50px;
  }
  #banner .swiper-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    bottom: 0;
    margin: 0 auto;
  }

  .banner-slide-content .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 10px;

  }

  .banner-slide-content p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  .index_tit b {
    font-size: 32px;
    color: #085DBC;
  }
  .index_tit p {
    font-size: 16px;
    color: #999;
    padding-top: 5px;
  }
  /*company*/
  .company {
    padding: 40px 0;
  }
 

  /*product*/

  /*xinwen*/
 

  /*footer*/
  .footer-nav{
    display: none;
  }

  .foot .ft-contact{
    width: 100%;
    margin-top: 20px;
  }
  .foot .ft-contact p{ width: 100%;}
  .foot .foot-con > img{
    display: none;
  }
  .foot .ewm > img{
    display: none;
  }
  .copyright, .bah {
    text-align: left;
  }
  .bah span {
    display: block;
    padding-left: 0px;
    padding-right: 0;
  }
  .back-to-top{
    display: none;
  }

}

