/*-------------媒体查询尺寸适配start-----------*/
/* 
@media screen and (min-width: 35.5em) {}

@media screen and (min-width: 48em) {}

@media screen and (min-width: 64em) {}

@media screen and (min-width: 80em) {} */

@media screen and (min-width: 48em) {
  .m_box {
    padding-left: 20px;
  }

  .content {
    width: 1204px;
    margin: 0 auto;
    clear: both;
  }

  .h_logo {
    position: absolute;
    top: 35px;
    padding: 0;
  }

  .h_box {
    position: relative;
  }

  .h_top {
    background-color: #e45656;
    height: 41px;
    line-height: 41px;
    color: #fff;
    display: block;
  }

  .h_mid {
    height: 168px;
    background-color: #dc2626;

  }

  .h_nav {
    background-color: #e45656;
    overflow: unset;
  }

  .h_serach {
    display: block;
  }

  .h_a {
    font-weight: 600;
    font-size: 16px;
  }

  .h_sy {
    width: 14%;
    height: auto;
  }

  .h_ul {
    height: 34px;
  }

  .h_li {
    width: 14%;
  }

  .h_sy_a {
    line-height: 28px;
    border: 0;
    position: relative;
  }

  .main {
    padding-top: 100px;
    background-image: url(../images/bg0.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffefef;
    padding-bottom: 40px;

  }

  .ds-content {
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 690px;
  }

  .s_section {
    margin: 10px 0;
  }

  .footer_a {
    margin: 0 10px;

  }

  .ds-s_section {
    margin-left: -10px;
    margin-right: -10px;
  }

  .block_img {
    margin-top: 55px;
  }

  .chdt {
    padding-left: 30px;
  }

  .jjfz {
    padding: 20px 40px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .zt-left {
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .zt-right {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .zt-right2 {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .zw-title {
    margin-top: 10px;
  }

  .zwgk-left {
    margin-bottom: 20px;
  }

  .mt-10 {
    margin-top: -10px;
  }

  .home_tpxw {
    height: 370px;
  }

  .home_tpxw img {
    height: 370px;
  }

  .zw-li {
    width: 91px;
  }

  .h_sy_a {
    border: 0;
  }

  .h_a {
    border: 0;
  }

  .serach-box {
    position: absolute;
    right: 0;
    top: 66px;
    width: 460px;
  }

  .picScroll-left {
    margin: 0;
  }

  .footer .wzbs,
  .footer .copyright {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
  }

  .footer .copyright {
    text-align: left;
    padding-left: 0;
  }

  .phone-hidden {
    display: inline;
  }

  .bg-sw {
    display: block;
  }

  .sideMenu {
    min-height: 618px;
    margin-right: 20px;
    height: 100%;
  }

  .list-left {
    min-height: 740px;
    margin-right: 20px;
    height: 98%;
  }

  .ft-img {
    width: 95%;
    margin-left: 5%;

  }

  .list-right {
    padding: 0;
  }

  .no-bg {
    background: none;
  }

  .yshj-banner {
    display: block;
  }

  .yshj-bb {
    display: none;
  }

  .yszc-list {
    display: block;
  }

  .chmj {
    height: 450px;
  }
}

/*-------------媒体查询尺寸适配end-----------*/