@charset "utf-8";
@media (max-width: 1000px) {
  body {
    line-height: 26px;
  }
  /* section */
  section {
    margin: 0 15px;
    width: auto;
  }
  /* top */
  .top {
    line-height: 34px;
  }
  .top .bt {
    background: url(../images/icon_ggtb.png) left 8px no-repeat;
    background-size: auto 15px;
  }
  /* header */
  header .logo {
    padding: 0;
  }
  header .logo img {
    height: 45px;
  }
  header .logowz {
    float: right;
  }
  header .logowz img {
    height: 45px;
  }
  header .webtj {
    background: url(../images/icon_webtj.png) center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
  }
  /* banner */
  .banner {
    height: 150px;
  }
  .banner .swiper-slide {
    height: 150px;
    background-size: 125% 100%;
  }
    .swiper-button-prev {
        display: none;
}
.swiper-button-next {
        display: none;
}
  /* nav */
  nav section {
    margin: 0;
  }
  nav li {
    width: 33.33333333333%;
  }
  /*navhover*/
  .social-container {
    font-size: 16px;
  }
  /* footer */
  footer {
    line-height: 20px;
    font-size: 12px;
  }
  footer .linkp {
    display: none;
  }
  /* main */
  .main {
    background: url(../images/bj.jpg) center top;
    background-size: 100%;
   100%;
   padding: 20px 0;
  }
  /* tit */
  .tit {
    background-size: auto 30px;
    height: 30px;
    margin: 25px 0 15px 0;
  }
  /* info */
  .info .bt {
    font-size: 16px;
  }
  /* table */
  .table {
    margin: 10px 0 8px 0;
    padding: 0 0 2px 0;
  }
  .table table th {
    font-size: 14px;
  }
  .table table td {
    font-size: 12px;
  }
  /* lianxi */
  .lianxi {
   /* display: block;*/

  }
  .lianxi li {
    padding: 15px 15px;
    margin-bottom: 1px;
    text-align: center;
    margin-left: 23%;

  }
  .lianxi li img {
    height: 80px;
    margin: 0;    margin-left: 6px;
  }
  .lianxi li .nr {
  /*  float: none; */
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .lianxi li .nr small {
    font-size: 13px;
  }
  /* agent */
  .agent {
    padding: 0;
  }
  .agent .bt {
    font-size: 14px;
    padding: 0 0 15px 0;
  }
  .agent .bt span {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  .agent ul {
    display: block;
    margin: -5px;
  }
  .agent ul li {
    float: left;
    font-size: 12px;
    width: 25%;
    padding: 5px;
  }
  .agent ul li img {
    width: 80%;
  }
  .agent ul li span {
    padding: 0;
  }
  /* down */
  .down {
    display: block;
    background: #cc2020;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    position: relative;
  }
  .down:before {
    width: 1px;
    top: 15px;
    bottom: 15px;
    background: rgba(255, 127, 0, 0.35);
    content: "";
    position: absolute;
  }
  .down li {
    width: 50%;
    padding: 15px 20px 10px 20px;
    float: left;
  }
  .down li .li {
    display: block;
    overflow: hidden;
    background: #ff7f00;
    border-radius: 5px;
    margin-bottom: 8px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding: 0 10px 0 0;
  }
  .down li .li img {
    height: 22px;
    top: -2px;
    position: relative;
    margin-right: 5px;
    width: auto;
  }
  .down li .ewm {
    overflow: hidden;
    margin: 0 0 6px 0;
    background: #fff;
    padding: 8px;
  }
  .down li .ewm img {
    width: 100%;
    height: auto;
  }
  /* fdbox */
  .fdbox {
    display: none;
  }
  /* listxun */
  div.card {
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
  }
  div.card div.card-title h2 {
    font-size: 16px;
  }
}
