@media (max-width: 1280px) {
  .tabgkzl .hd ul {
    padding-left: 200px;
    width: calc(100% - 80px);
  }
  .tabgkzl .hd li {
    padding: 0 10px;
  }
}

@media (max-width: 992px) {

.banner {
  height: 200px;
}

.banner h2 {
  transform: translateY(-50%);
  font-size: 2.5rem;
  line-height: 40px;
  -webkit-text-stroke: 6px transparent;
  background: #fff;
  -webkit-background-clip: text;
  
}


  .header {
    position: relative;
  }
  .header .goback {
    float: right;
  }
  .header .toplink {
    display: none;
  }
  .foot-info .lf a {
    margin-right: 10px;
  }
  .foot-info .rt li {
    margin-left: 10px;
  }
  .gkzl-page {
    padding: 20px 0 30px;
  }
  .gkzl-page .row {
    margin-bottom: 30px;
  }
  .gkzl-page .row .left {
    width: 100%;
    float: none;
  }
  .gkzl-page .row .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .tabgkzl .hd h2 {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .tabgkzl .hd ul {
    padding-left: 10px;
  }
  .middle .gkzl-title h2 {
    left: 0;
    transform: translate(0);
  }
  .middle .gkzl-title h2:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .foot-link {
    background: #1151af;
    padding-top: 15px;
  }
  .foot-link .link-list {
    width: 100%;
  }
  .foot-link .link-list .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .foot-link .link-list .tit {
    line-height: 50px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0 20px;
  }
  .foot-link .link-list .tit p {
    display: block;
    text-align: left;
  }
  .foot-info {
    padding: 15px 0;
  }
  .foot-info .lf {
    float: none;
    text-align: center;
  }
  .foot-info .lf a {
    float: none;
    display: inline-block;
  }
  .foot-info .mid {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .foot-info .rt {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .foot-info .rt li {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .tabgkzl .hd ul {
    width: calc(100% - 50px);
  }
  .gkzl-list li h2 {
    width: calc(100% - 70px);
  }
  .middle .gkzl-list ul,
  .tabgkzl .bd ul {
    padding: 10px 5px;
  }
  .gkzl-pics li {
    width: 100%;
    margin-bottom: 10px;
  }
  .row .sigpic {
    margin-bottom: 20px;
  }
  .row .mutilpic a {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px;
  }
}