html,body{
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a{
    color: #333333;
}
.news-img-fluid{
    width: 227px;
    height: 150px;
}

.navbar-light .navbar-nav .active{
    background: #003D79;
}

.navbar-light .navbar-nav li{
     white-space: nowrap;
     transition: all .5s;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #333333;
    font-size: 16px;
}
.he_bred{
    background: #F3F5F9;
}
.nav-cate{ 
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.nav-padding{
   padding-top: 1.5rem !important;
}
.container1{
    margin:0 auto;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
        padding-right: 0;
        padding-left: 0;
    }
    .container1, .container1-lg, .container1-md, .container1-sm, .container1-xl {
        max-width: 1400px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    height: 60px;
    line-height: 60px;
    padding: 0 1rem;
    text-align: center;
}
}

@media (min-width: 767px){
    .lg-float-right{
        float: right;
    }
    .d-sm-none {
            display: none !important;
     }
}
.ztframe{
    width:100%;
    height:auto;
}

@media (max-width: 767px) {
    .pages{
        height: auto !important;
        min-height: 300px;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .service-process-img{
      text-align: center;
  }
  .rowHeight{
      height: auto;
      margin-bottom: 20px;
  }
  
  .nav-xs-cate{
    width: 48% !important;
    margin: 5px auto !important;
  }
  .xs-img{
      width: 60px;
      height: 60px;
  }
  .xs-line-height{
      line-height: 24px !important;
  }
  .xs-block{
      display: block !important;
  }
  .xs-flex-1{
      flex:1;
  }
  .searchcontent{
    left: 0;
    right: 0;
    margin: auto;
  }
  .prevs{
    bottom: 8px;
    right: 15px;
  }
  .ztframe{
    width:100%;
    height:auto;
  }
  .xs-justify-content-center{
          justify-content: flex-start !important;
          padding-left: 20px;
  }
  .baidu-font-small{
      left: 55% !important;
  }
}
.search-li{
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: 10px;
}
.search-box{
    width: 175px;
    height: 32px;
    border-radius: 40px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.search-input{
    border: none;
    margin-left: 1px;
    padding-left: 15px;
    height: 30px;
    width: 144px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    outline: none;
}
.search-btn{
    width: 25px;
    height: 25px;
    background: url(../images/search-btn.png) center;
    border: none;
    outline: none;
}

@media (max-width: 991px){
.search-li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 10px;
}
.search-box{
    width: 100%;
    height: 32px;
    border-radius: 40px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search-input{
    border: none;
    padding-left: 15px;
    width: 90%;
    height: 30px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.search-btn{
    width: 25px;
    height: 25px;
    background: url(../images/search-btn.png) center;
    border: none;
}
}

.bg-light{
    background-color: #F6F6F6 !important;
}

.dropdown-menu li:not(:last-child) {
    border-bottom: 1px dashed #ebebeb;
}

.white-color{
    color: #ffffff !important;
}


.bigtitle{
    color: #0B254B !important;
    font-size: 30px !important;
    font-weight: bold;
    letter-spacing: 4px;
}
