@media (max-width: 1440px) {
  /*index-banner*/
  .index-banner .banner-box .box-title {
    left: 6%;
  }
  .index-banner .slick-dots {
    right: 6%;
  }
}
@media (max-width: 992px) {
  .side-menu {
    display: none;
  }
  /*index-banner*/
  .index-banner .banner-box .box-title {
    max-width: 400px;
    padding: 5px 10px;
  }
  /*index-about*/
  .index-about .about-img {
    padding-left: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .index-about .about-img:after {
    right: 25px;
    bottom: 25px;
  }
  .index-about .about-info .txt-s {
    margin-bottom: 20px;
  }
  .across-world {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*bread-crumbs*/
  .bread-crumbs .bread-title {
    float: none;
  }
  .bread-crumbs .bread-item-groups {
    float: none;
  }
  .img-list .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .img-list .row .box-w {
    padding-left: 6px;
    padding-right: 6px;
  }
  .img-list .box-s {
    margin-bottom: 12px;
  }
  .img-list .box-s .box-img {
    height: 104px;
  }
  .img-list .box-s .box-title {
    height: 36px;
    line-height: 36px;
  }
  /*index-banner*/
  .index-banner .banner-box .box-title {
    left: 15px;
    right: 15px;
    bottom: 30px;
    padding: 0px 10px;
    max-width: 100%;
    border-top-width: 2px;
  }
  .index-banner .slick-dots {
    z-index: 99;
    bottom: 5px;
    left: 0;
    width: auto;
    right: 0;
  }
  .index-banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .index-banner .slick-dots li.slick-active {
    width: 30px;
  }
  .public-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*index-about*/
  .index-about .about-img {
    padding-left: 15px;
    padding-top: 15px;
  }
  .index-about .about-img:after {
    right: 15px;
    bottom: 15px;
  }
  .across-world .map-box {
    height: 240px;
  }
  .announcements-mod .box-s {
    margin-bottom: 15px;
  }
  .announcements-mod .box-s .box-title {
    height: 24px;
    line-height: 24px;
  }
  .other-banner {
    height: 200px;
  }
}
/*# sourceMappingURL=media-style.css.map */