@media only screen and (max-width: 1600px) {
  .cover, .scover {
    background-position: left;
    background-size: cover;
  }
}

@media only screen and (max-width: 1400px) {
  .cover {
    height: 380px;
  }
}

@media only screen and (max-width: 1024px) {
  .secinner {
    width: 768px;
  }
  .slicknav_menu {
  	display:block;
  }

  .menuline ul {
    display: none;
  }

  .cover {
    height: 320px;
  }

  .scover {
    height: 200px;
  }

}


@media only screen and (max-width: 768px) {
  .secinner {
    width: 320px;
  }

  .bbox, .wbox, .g3c2.wbox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .categorybox {
    width: 90%;
    margin: 5%;
  }

  .cimg {
    width: 100%;
  }

  .ccontent {
    width: 100%;
    line-height: 2em;
  }

  .lSSlideOuter .lSPager.lSGallery li {
    width: 20% !important;
  }

  .cont_contact {
    width: 100%;
    padding: 0;
  }

  .cont_map {
    width: 100%;
  }

  .cover {
    height: 220px;
  }

  .scover {
    height: 150px;
  }
  table td {
    display: block;
    width: 100% !important;
  }
}
