.swiper-container {
      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-pagination span{
      background-color: #30A638;
    }
@media (min-width: 1200px) {
  .banxin{
    width: 1000px;
    margin: 0 auto;
  }
  .header-t{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
  }
  .header-t .logo{
    float: left;
    height: 120px;
    line-height: 120px;
  }
  .header-t .logo a{
    display: block;
    float: left;
    height: 120px;
    line-height: 120px;
  }
  .header-t .logo img{
    vertical-align: middle;
  }
  .header-t .dianhua{
    float: right;
  }
  .header-t .dianhua h3{

    line-height: 80px;
    font-size: 30px;
    font-family: '微软雅黑';
    font-weight: 700;
    color: #666;
    text-align: right;
        color:#e31e27;
  }
  .header-t .dianhua h3 img{
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
  }
  .header-t .dianhua p{
    line-height: 40px;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #888;
  }
  .header-t .dianhua p img{
    vertical-align: middle;
    margin-top: -3px;
  }
  .header-b{
    width: 100%;
    height: 50px;
    background-color: #0094C2;
  }
  .header-b .kcfd{
    width: 200px;
    height: 50px;
    float: left;
    color: #fff;
    background-color: #0781A7;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-family: '微软雅黑';
  }
  .header-b .nav{
    width: 720px;
    height: 50px;
    margin-left: 270px;
  }
  .header-b .nav li{
    width: 120px;
    height: 50px;
    float: left;
  }
  .header-b .nav li a{
    display: block;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: '微软雅黑';
    transition: all 0.5s;
  }
  .header-b .nav li a:hover{
    background-color: #0781A7;
  }
  
  .footer{
    background-color: #0094C2;
    width: 100%;
    height: 260px;
  }
  .footer .foot-t{
    width: 1000px;
    height: 205px;
    margin: 0 auto;
  }
  .footer .foot-b{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    border-top: 1px solid #0184AD;
  }
  .footer .foot-b p{
    text-align: center;
    line-height: 54px;
    font-size: 15px;
    font-family: '微软雅黑';
    color: #fff;
  }
  .footer .foot-b p a{
    color: #fff;
  }
  .footer .foot-t .lj{
    width: 150px;
    height: 200px;
    float: left;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .footer .foot-t .lj3{
    width: 300px;
  }
  .footer .foot-t .ewm{
    width: 125px;
    height: 200px;
    float: right;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .footer .foot-t .ewm img{
    display: block;
    margin: 10px auto;
  }
  .footer .foot-t .ewm p{
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .footer .foot-t .lj h4{
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 2;
    color: #fff;
  }
  .footer .foot-t .lj a{
    display: block;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #fff;
    line-height: 2;
  }
  .menuBtn{
    display: none;
  }
  .header-zz{
    display: none;
  }





  .datu{
    width: 100%;
  }
  .datu img{
    width: 100%;
    vertical-align: bottom;
  }

  .mbx{
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    border-bottom: 1px solid #D9D9D9;
    background-color: #eee;
  }
  .mbx h2{
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    position: relative;
    float: left;
    line-height: 55px;
    color: #444;
    font-size: 20px;
    font-family: '微软雅黑';
  }
  .mbx h2.on{
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    position: relative;
    background: #43AD4B;
    float: left;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-family: '微软雅黑';
  }
  .mbx h2 img{
    display: none;

  }
  .mbx h2.on img{
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6.5px;

  }
  .mbx h2:hover{
    background: #43AD4B;
    color: #fff;
  }
  .mbx h2:hover img{
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6.5px;
  }
  .mbx p{
    float: right;
    line-height: 55px;
    font-size: 14px;
    color: #666;
  }
  .mbx p img{
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .mbx p a{
    color: #666;

  }

}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .banxin{
    width: 96%;
    margin: 0 auto;
  }
  .header-t{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
  }
  .header-t .logo{
    float: left;
    height: 30px;
  }
  .header-t .logo a{
    display: block;
    height: 30px;
    line-height: 30px;
  }
  .header-t .logo .logo-r{
    display: block;
    height: 20px;
    vertical-align: middle;
  }
  .header-t .logo img{
    vertical-align: middle;
    height: 30px;
  }
 
  .header-t .dianhua{
    display: none
  }
  .header-zz{
    position: fixed;
    z-index: 21;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
  }
  .header-b{
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background-color: #fff;
    z-index: 22;
  }
  .header-b .kcfd{
    display: none;
  }
  .header-b .nav{
    position: fixed;
    width: 150px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
  }
  .header-b .nav li{
    width: 150px;
    height: 50px;
  }
  .header-b .nav li a{
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    font-family: '微软雅黑';
    transition: all 0.5s;
  }
  .mei{
    display: none;
  }
  .you{
    display: block;
  }
  .footer{
    background-color: #0094C2;
    width: 100%;
  }
  .footer .foot-t{
    width: 96%;
    margin: 0 auto;
  }
  .footer .foot-b{
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #0184AD;
  }
  .footer .foot-b p{
    text-align: center;
    line-height: 1.4;
    font-size: 13px;
    font-family: '微软雅黑';
    color: #fff;
  }
  .footer .foot-b p a{
    color: #fff;
  }
  .footer .foot-t .lj{
    display: none;
  }
  .footer .foot-t .lj3{
    display: block;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 10px;
  }
  .footer .foot-t .ewm{
    width: 50%;
    height: 156px;
    float: right;
    box-sizing: border-box;
  }
  .footer .foot-t .ewm img{
    display: block;
    margin: 10px auto;
  }
  .footer .foot-t .ewm p{
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .footer .foot-t .lj h4{
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 2;
    color: #fff;
  }
  .footer .foot-t .lj a{
    display: block;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #fff;
    line-height: 2;
  }
/*导航触发按钮*/
  .menuBtn {
      display: block;
      position: relative;
      float: right;
      width: 35px;
      height: 35px;
      cursor: pointer;
      margin-top: 8px;
      margin-right: 5px;
  }

  .menuBtn em {
      position: absolute;
      left: 0;
      top: 5px;
      width: 35px;
      height: 3px;
      background-color: #23AC38;
      transition: .3s;
      -ms-transition: .3s;
      -moz-transition: .3s;
      -webkit-transition: .3s;
      -o-transition: .3s;
  }

  .menuBtn .s1 {
      top: 5px;
  }

  .menuBtn .s2 {
      top: 16px;
  }

  .menuBtn .s3 {
      top: 27px;
  }

  .menuBtn.on .s1 {
      top: 18px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
  }

  .menuBtn.on .s2 {
      opacity: 0;
  }

  .menuBtn.on .s3 {
      top: 18px;
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
  }


  .datu{
    width: 100%;
    margin-top: 50px;
  }
  .datu img{
    width: 100%;
    vertical-align: bottom;
  }

   .mbx{
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    border-bottom: 1px solid #D9D9D9;
    background-color: #eee;
  }
  .mbx h2{
    width: 20%;
    text-align: center;
    height: 55px;
    position: relative;
    float: left;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    font-family: '微软雅黑';
  }
  .mbx h2.on{
    width: 20%;
    height: 55px;
    position: relative;
    text-align: center;
    background: #43AD4B;
    float: left;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    font-family: '微软雅黑';
  }
  .mbx h2.on img{
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6.5px;

  }
  .mbx h2 img{
    display: none;

  }
  .mbx p{
    float: right;
    line-height: 55px;
    font-size: 14px;
    color: #666;
  }
  .mbx p img{
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .mbx p a{
    color: #666;
    
  }
  



}
