/* 基础响应式适配 - ew51.com */
@media screen and (max-width: 1200px) {
  .w1200, .top, .header, .nav, .floor_1, .floor_2, .floor_3, .floor_4, .floor_5, .slip, .footer, .copyright, .submian, .nybanner img {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .top, .header, .nav {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body {
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .header .tel {
    display: none;
  }
  .header .search {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
  .header .logo img {
    max-height: 60px;
  }
  .nav .list li {
    float: none;
    display: block;
    width: 100%;
  }
  .nav .list li dl {
    position: static;
    display: block;
  }
  .floor_2 .tab a, .floor_4 .tab a {
    display: inline-block;
    margin: 3px;
  }
  .proAdvant .list li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .slip .slip_tit {
    float: none;
    width: 100%;
    text-align: center;
  }
  .slip .slip_btn {
    float: none;
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .footer .contact {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .bNav {
    float: none;
    width: 100%;
  }
  .sobtitle {
    overflow-x: auto;
  }
  .subright, .subleft {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inews .list li {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .toolbar {
    display: none;
  }
  #banner_main {
    display: none;
  }
}
