@media (max-width: 1599px) {
  /*footer*/
  .footer .footer-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer .footer-link a {
    padding-left: 35px;
    padding-right: 35px;
  }
  /*index-banner*/
  .index-banner .banner-box .a-img {
    height: 400px;
  }
  .index-banner .slick-dots {
    right: 6.3%;
  }
}
@media (max-width: 1440px) {
  .index-box-03 .slick-arrow {
    top: 75px;
    z-index: 99;
  }
  .index-box-03 .slick-prev {
    left: 0;
  }
  .index-box-03 .slick-next {
    right: 0;
  }
}
@media (max-width: 1279px) {
  /*footer*/
  .footer .footer-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .footer-link a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer .footer-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /*index-banner*/
  .index-banner .banner-box .a-img {
    height: 360px;
  }
  .index-banner .banner-box .box-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 3;
  }
  .index-banner .banner-box .box-title .title-s {
    max-width: 100%;
    line-height: 28px;font-size: 24px;
    max-height: 56px;
    overflow: hidden;
  }
  .index-banner .slick-dots {
    bottom: 10px;
    right: 0;
    left: 0;
  }
  .index-banner .slick-dots li {
    width: 24px;
    height: 3px;
  }
  .public-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*index*/
  .index-box-01 .box-info {
    padding: 35px 30px 35px 100px;
  }
  .other-banner {
    height: 280px;
  }
}
@media (max-width: 1199px) {
  /*index*/
  .index-box-01 .box-txt {
    max-height: 168px;
  }
  .public-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*page-main*/
  .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
    .side-menu {padding-right: 10px;}
}
@media (max-width: 1024px) {
  .other-banner {
    height: 240px;
  }
}
@media (max-width: 992px) {
  /*side-menu*/
  .side-menu {
    display: none;
  }
  /*header*/
  .header {
    min-height: 90px;
  }
  .header .container {
    position: relative;
  }
  .header .h-logo {
    float: left;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .header .h-logo img {
    display: block;
    max-width: 390px;
  }
  .header .navbar-toggle {
    position: absolute;
    right: 0;
    color: #0a5c35;
    border: 1px solid #0a5c35;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /*tool*/
  .tools {
    right: 55px;
    top: 25px;
  }
  /*index*/
  .index-box-01 .box-img {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .index-box-01 .box-info {
    background: url("img-02.png") no-repeat top center;
    background-size: cover;
    margin-left: 0;
    color: #fff;
    padding: 30px 20px;
  }
  .index-box-01 .box-txt {
    max-height: 224px;
    overflow: hidden;
    margin-bottom: 25px;
    line-height: 28px;
  }
  .index-box-01 .box-more {
    width: 120px;
    height: 44px;
    line-height: 42px;
    border-radius: 4px;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.46);
    color: #ffffff;
    transition: all 0.5s;
    display: block;
  }
  .index-box-01 .box-more:hover {
    background-color: #fff;
    color: #107545;
  }
  .mod-01 .box-img {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mod-01 .box-img:after {
    top: 20px;
    left: 20px;
  }
  .img-list .box-s .box-img {
    height: 125px;
  }
  .introduced-info {
    min-height: auto;
  }
  /*index-banner*/
  .index-banner .banner-box .a-img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  /*header*/
  .header {
    min-height: 60px;
  }
  .header .container {
    position: relative;
  }
  .header .h-logo {
    float: left;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .header .h-logo img {
    display: block;
    max-width: 240px;
  }
  .header .navbar-toggle {
    position: absolute;
    right: 0;
    color: #0a5c35;
    border: 1px solid transparent;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /*tools*/
  .tools {
    right: 45px;
    top: 15px;
  }
  .tools .search-trigger {
    display: block;
  }
  .tools .search-box {
    display: none;
  }
  .tools .x-show {
    display: block;
    top: 30px;
    right: -5px;
  }
  /*footer*/
  .footer .footer-link a {
    padding-left: 0;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .footer .footer-info {
    padding: 15px 0;
    color: #fff;
  }
  .footer .footer-info .info-logo {
    position: static;
    margin-left: 0;
    width: 262px;
    margin-bottom: 20px;
  }
  .footer .footer-info .info-logo:after {
    display: none;
  }
  .footer .footer-info .info-logo img {
    display: block;
    max-width: 220px;
  }
  /*index-banner*/
  .index-banner .banner-box .a-img {
    height: 200px;
  }
  .index-banner .banner-box .box-title .title-s {
    font-size: 20px;
    line-height: 22px;
    max-height: 44px;
  }
  .public-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .public-title {
    margin-bottom: 25px;
  }
  .index-box-02 .tabs-title {
    margin-bottom: 20px;
  }
  .index-box-02 .box-s {
    padding-top: 20px;
  }
  .index-box-03 .history-list-wrap:after {
    bottom: 12px;
  }
  .index-box-03 .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .index-box-03 .slick-prev {
    background-size: 30px;
  }
  .index-box-03 .slick-prev:hover {
    background-size: 30px;
  }
  .index-box-03 .slick-next {
    background-size: 30px;
  }
  .index-box-03 .slick-next:hover {
    background-size: 30px;
  }
  .index-box-03 .history-list {
    position: relative;
    z-index: 9;
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-03 .box-s {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 70px;
    position: relative;
    z-index: 9;
  }
  .index-box-03 .box-s .box-img {
    height: 95px;
    margin-bottom: 15px;
  }
  .index-box-03 .box-s .box-title {
    color: #fff;
    line-height: 1.2;
  }
  .index-box-03 .slick-arrow {
    top: 60px;
  }
  .index-box-03 .slick-slide:nth-child(2n) .box-s {
    background: url("img-18.png") no-repeat bottom left;
    background-size: 25px 64px;
  }
  .index-box-03 .slick-slide:nth-child(2n +1) .box-s {
    background: url("img-17.png") no-repeat bottom left;
    background-size: 25px 64px;
  }
  .public-more {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .index-box-04 .box-s {
    min-height: 140px;
    padding-left: 125px;
    margin-bottom: 20px;
  }
  .index-box-04 .box-s .box-img {
    width: 115px;
    margin-left: -130px;
  }
  .index-box-04 .box-s .box-img img {
    max-height: 140px;
  }
  .index-box-04 .box-s .info-top {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .index-box-04 .box-s .info-txt {
    line-height: 22px;
    height: 44px;
    margin-bottom: 5px;
  }
  .index-box-04 .box-s .info-more {
    display: block;
    width: 60px;
    height: 30px;
    background: url("img-15.png") no-repeat center #107545;
  }
  .index-box-04 .box-s .info-more:hover {
    background: url("img-15.png") no-repeat center #1b9112;
  }
  .index-box-04 .public-more {
    margin-top: 10px;
  }
  /*.index-box-05 {
    padding-bottom: 20px;
  }*/
  .index-box-05 .main-cont {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-05 .main-cont .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-box-05 .box-s {
    height: 60px;
    margin-bottom: 10px;
  }
  /*other-banner*/
  .other-banner {
    height: 140px;
  }
  /*page-main*/
  .page-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*bread-crumbs*/
  .bread-crumbs .bread-title {
    float: none;
  }
  .bread-crumbs .bread-item-groups {
    float: none;
    margin-top: 5px;
  }
  .image-text-list .box-s {
    margin-bottom: 20px;
  }
  .image-text-list .box-s .box-img {
    float: none;
    width: 100%;
    height: 220px;
  }
  .image-text-list .box-s .box-info {
    margin-left: 0;
  }
  .image-text-list .box-s .box-info .info-job {
    margin-bottom: 15px;
  }
  .img-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .img-list .row .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .img-list .box-s {
    margin-bottom: 15px;
  }
  .img-list .box-s .box-img {
    height: 95px;
    margin-bottom: 8px;
  }
  .img-list .box-s .box-year {
    font-size: 20px;
  }
  .img-list .box-s .box-title {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .image-text-list-02 .box-s {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .image-text-list-02 .box-s .box-img {
    height: 190px;
    margin-bottom: 20px;
  }
  .image-text-list-02 .box-s .box-info .box-title {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .image-text-list-02 .box-s .box-info .box-txt {
    color: #787878;
    max-height: 112px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 28px;
  }
  .image-text-list-02 .box-s .box-info .box-date {
    color: #7d8fa4;
    line-height: 24px;
  }
  .image-text-list-02 .box-s:hover .box-info .box-title {
    color: #0a5c35;
  }
  .single-page .m-title h1 {
    line-height: 1.2;
  }
  .single-page .m-title .title-other .title-author {
    float: none;
  }
  .single-page .m-title .title-other .title-date {
    float: none;
  }
  .single-page .box-cont {
    font-size: 16px;
  }
  .page-phone {
    display: block;
  }
}
/*# sourceMappingURL=media-style.css.map */