.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav li {
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  /*header*/
  .navbar-default {
    min-height: 68px;
    border-radius: 0;
    border: none;
    background: #ffffff;
    margin-bottom: 0;
  }
  .navbar-default .header-top {
    min-height: 68px;
    background: #ffffff;
  }
  .navbar-default .navbar-brand {
    padding-left: 15px;
    max-width: 235px;
    height: auto;
    padding-top: 15px;
    border-bottom: 15px;
  }
  .navbar-default .header-btm {
    background: #3075e7;
  }
  .navbar-default .navbar-nav li {
    margin-right: 0;
  }
  .navbar-default .navbar-nav li > a {
    padding: 10px 0;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  .navbar-default .search-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar-default .search-box.search-wap {
    display: block;
    width: 100%;
  }
  .navbar-default .search-box.search-pc {
    display: none;
  }

  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .dropdown-menu {
    min-width: 100%;
    right: auto !important;
  }
  .dropdown-menu .nav-a-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .dropdown-menu .nav-a-group a {
    width: 50%;
    text-align: center;
  }
  .dropdown-menu .nav-a-group a:nth-child(2n+1) {
    margin-right: 0;
  }
  .dropdown-menu .nav-img {
    width: 100%;
    float: right;
  }
  .dropdown-menu .nav-img .nav-pic img {
    display: block;
    width: 185px;
  }

  footer .footer-copy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /*footer*/
  footer .footer-info .box-erwm, footer .footer-info .box-add-tel {
    margin-bottom: 15px;
  }
  footer .footer-info .box .m-title .glyphicon {
    display: block;
  }
  footer .footer-info .box .main {
    display: none;
  }

  .mod-01 ul li {
    overflow: hidden;
    vertical-align: bottom;
    margin-bottom: 22px;
    border: 1px solid #dededd;
  }
  .mod-01 .box {
    overflow: hidden;
    vertical-align: bottom;
  }
  .mod-01 .box .box-img img {
    display: block;
    width: 100%;
  }
  .mod-01 .box .box-info {
    padding: 10px 15px;
  }

  .mod-06 .img-s {
    width: 125px;
  }
  .mod-06 .img-s img {
    display: block;
    width: 100%;
  }
  .mod-06 .info-s {
    padding-left: 135px;
  }
  .mod-06 .info-s .cont {
    height: 82px;
  }
  .mod-06 .info-s .title {
    margin-bottom: 5px;
  }

  .focus-box {
    margin-bottom: 15px;
  }

  .index-box-05 .news-box-w {
    width: 100%;
  }
  .index-box-05 .video-box-w {
    width: 100%;
  }
}

/*# sourceMappingURL=media-style.css.map */
