@media all and (max-width: 1440px) {
  /*other-banner*/
  .other-banner {
    height: 440px;
  }
}
@media all and (max-width: 1279px) {
  /*header*/
  .header .header-logo {
    max-width: 800px;
  }
  .header .header-other {
    padding-top: 30px;
  }
}
@media all and (max-width: 1199px) {
  /*header*/
  .header .header-logo {
    max-width: 600px;
  }
  .header .header-other {
    padding-top: 25px;
  }
  /*footer*/
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-info .info-logo {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .footer-info .info-txt {
    padding-left: 0;
  }
  .footer .footer-info .info-txt:after {
    display: none;
  }

  .footer .footer-links .link-cont {
    padding-right: 0;
  }
  .footer .footer-links .link-cont .cont-left {
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #fff;
  }
  .footer .footer-links .link-cont .cont-left span,
  .footer .footer-links .link-cont .cont-left a {
    display: block;
    color: #fff;
    float: left;
  }
  .footer .footer-links .link-cont .cont-left a:hover {
    text-decoration: underline;
  }
  .footer .footer-links .link-cont .cont-left .line {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer .footer-links .link-cont .cont-right {
    position: static;
    right: 0;
    top: 0;
  }
  .footer .footer-links .link-cont .cont-right a {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
  }
  .footer .footer-links .link-cont .cont-right a:last-child {
    border-right: none;
  }
  .footer .footer-links .link-cont .cont-right a span {
    float: left;
    height: 48px;
    line-height: 48px;
  }
}
@media all and (max-width: 991px) {
  .sub-menu {
    display: none;
  }
  .mb-box {
    margin-bottom: 25px;
  }
  /*header*/
  .header-warp {
    position: relative;
    background: linear-gradient(90deg, #2D812B, #57A322);
  }
  .header .header-logo {
    max-width: 450px;
  }
  .header .header-other {
    padding-top: 20px;
  }
  /*index-banner*/
  .index-banner .banner-box .banner-img img {
    min-height: 400px;
  }
  .index-banner .box-info {
    margin-top: 0;
  }
  /*footer*/
  .footer .footer-links {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .index-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  /*page-main*/
  .page-main {
    padding-bottom: 40px;
  }
  .page-main .main-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-main .main-row .main-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*other-banner*/
  .other-banner {
    height: 280px;
  }
  .list-txt-03 .row .box-w:last-child .box-s,
  .list-txt-04 .row .box-w:last-child .box-s,
  .list-img-02 .row .box-w:last-child .box-s,
  .list-img-03 .row .box-w:last-child .box-s {
    margin-bottom: 0!important;
  }
  .list-txt-03 .box-s,
  .list-txt-04 .box-s,
  .list-img-02 .box-s,
  .list-img-03 .box-s {
    margin-bottom: 30px!important;
  }
}
@media all and (max-width: 767px) {
  .pages {
    display: none;
  }
  .page-phone {
    display: block;
  }
  /*search*/
  .tools {
    height: 28px;
    width: 28px;
    position: relative;
    z-index: 999;
    margin-top: 5px;
  }
  .tools .search-trigger {
    display: block;
  }
  .tools .search-box {
    display: none;
  }
  .tools .search-box .s-inp {
    background: #fff;
  }
  /*header*/
  .header .header-logo {
    max-width: 270px;
  }
  .header .header-other {
    padding-top: 10px;
  }
  /*index-banner*/
  .index-banner {
    position: relative;
    overflow: hidden;
  }
  .index-banner .banner-box .banner-img img {
    min-height: 240px;
  }
  .index-banner .banner-mc .container {
    width: 100%;
  }
  .index-banner .box-info {
    padding: 20px;
    z-index: 1;
    color: #fff;
    text-align: left;
    max-width: 93%;
  }
  .index-banner .box-info:after {
    width: 3px;
    left: 0;
    top: 20px;
    bottom: 20px;
  }
  .index-banner .box-info .box-title {
    font-size: 18px;
    height: auto;
    line-height: 24px;
    max-height: 72px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .index-banner .box-info .box-txt {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
  }
  .index-banner .banner-other {
    bottom: 15px;
  }
  .index-banner .slick-dots li {
    margin-right: 6px;
  }
  .index-banner .slick-dots li.slick-dot {
    width: 10px;
    height: 10px;
  }
  /*other-banner*/
  .other-banner {
    height: 180px;
  }
  .details-page .cont-img {
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .details-page .cont-img:after {
    top: 15px;
    left: 15px;
  }
  /*人员详情*/
  .people-details .box-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*文字列表*/
  .list-txt-01 .box-s {
    padding: 10px 0 10px 22px;
    line-height: 28px;
  }
  .list-txt-01 .box-s:after {
    top: 21px;
  }
  .list-txt-01 .box-title {
    height: auto;
    line-height: 28px;
    white-space: normal;
  }
  .list-txt-01 .box-date {
    position: static;
  }
  .list-txt-02 .box-s {
    padding: 20px;
    min-height: auto;
  }
  .list-txt-02 .box-s .box-date {
    width: 115px;
  }
  .list-txt-02 .box-s .box-info {
    overflow: hidden;
    padding-top: 0;
  }
  .list-txt-02 .box-s .box-info .box-title {
    height: auto;
    line-height: 28px;
    white-space: normal;
  }
  .list-txt-02 .box-s .box-more {
    display: none;
  }
  .list-txt-03 .row {
    margin-left: -2%;
    margin-right: -2%;
  }
  .list-txt-03 .row .box-w {
    padding-left: 2%;
    padding-right: 2%;
  }
  .list-txt-03 .row .box-w:nth-last-child(-n + 2) .box-s {
    margin-bottom: 0;
  }
  .list-txt-03 .box-s {
    padding-left: 105px;
  }
  .list-txt-03 .box-s .box-title {
    height: auto;
    line-height: 28px;
    white-space: normal;
  }
  .list-txt-04 .box-s {
    padding: 35px 20px 20px 10px;
  }
  .list-txt-04 .box-s .box-title {
    display: block;
    height: auto;
    line-height: 28px;
    margin-bottom: 5px;
    white-space: normal;
  }
  .index-box-03 .list-txt-04 .box-s .box-title {
    height:auto;
    line-height: 28px;
  }
  /*图片列表*/
  .list-img-01 .box-s .box-title {
    display: block;
    height: auto;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: normal;
  }
  .list-img-02 .box-s .box-img {
    height: 220px;
  }
  .list-img-02 .box-s .box-info .box-title {
    display: block;
    height: auto;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .list-img-03 .box-s .box-img {
    margin-bottom: 10px;
    height: 200px;
  }
  .list-img-03 .box-s .box-title {
    height: auto;
    line-height: 30px;
    white-space: normal;
  }
  /*图文列表*/
  .list-img-text .box-s .box-img {
    padding: 8px;
    margin-right: 0;
    float: none;
  }
  .list-img-text .box-s .box-img img {
    width: 100%;
    height: auto;
  }
  .list-img-text .box-s .box-info {
    overflow: hidden;
    padding-top: 15px;
  }
  .list-img-text .box-s .box-info .box-title {
    display: block;
    height: auto;
    line-height: 28px;
    white-space: normal;
  }
  .list-img-text-02 .box-s .box-info {
    padding: 15px;
  }
  .list-img-text-02 .box-s .box-info .box-title {
    display: block;
    line-height: 28px;
    height: auto;
  }
}
