.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@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 (min-width: 1600px) {
  .header-nav .container,
  .footer .container,
  .index-box .container {
    width: 1440px;
  }
}
@media (max-width: 1599px) {
  /*nav*/
  .header-nav .navbar-nav li > a {
    padding: 0 12px;
  }
}
@media (max-width: 1400px) and (max-width: 1599px) {
  .header-nav .navbar-nav li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  .header-nav {
    min-height: 70px;
  }
  .header-nav .header-bg {
    height: 70px;
  }
  .header-nav .container {
    position: relative;
    z-index: 99;
  }
  .header-nav .navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
  }
  .header-nav .navbar-brand img {
    max-width: 108px;
  }
  .header-nav .navbar-toggle {
    border: 1px solid #666;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .header-nav .navbar-toggle .icon-bar {
    background-color: #666;
  }
  .header-nav .navbar-nav li {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .header-nav .navbar-nav li > a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #000000;
    padding: 0 20px;
  }
  .header-nav .dropdown-menu {
    background-color: #fff;
    transform: translateX(0);
    left: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-nav .dropdown-menu a {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*footer*/
  .footer .footer-top .box-links {
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
  }
  .footer .footer-top .box-links span,
  .footer .footer-top .box-links a {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .footer .footer-top .box-links .line {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer .footer-top .box-erwm {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .footer .footer-top .box-erwm img {
    display: block;
    max-width: 120px;
  }
  .footer .footer-info .row {
    margin-left: -3%;
    margin-right: -3%;
  }
  .footer .footer-info .row .box-w {
    padding: 10px 3%;
  }
  .footer .footer-info .footer-groups ul li .box-title a {
    font-size: 15px;
    font-weight: bold;
  }
  .footer .footer-info .footer-groups ul li .box-a a {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .index-box-01,
  .index-box-05,
  .index-box-08 {
    margin-bottom: 25px;
  }
  .index-box-03 .row {
    flex-wrap: wrap;
    width: 100%;
  }
  .index-box-03 .row .box-w:first-child {
    width: 100%;
  }
  .index-box-03 .box-s {
    position: relative;
    height: 100%;
  }
  .index-box-03 .box-s .img-s {
    display: block;
    width: 100%;
  }
  .index-box-03 .box-s .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .index-box-03 .box-s .box-mc .title-s {
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    display: block;
  }
  .index-box-03 .box-s.box-01 .a-s {
    display: block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
  }
  .index-box-03 .box-s.box-02 > div {
    height: 50%;
  }
  .index-box-03 .box-s.box-02 .box-02-top {
    position: relative;
  }
  .index-box-03 .box-s.box-02 .box-02-top .box-mc .icon-s {
    margin-bottom: 10px;
  }
  .index-box-03 .box-s.box-02 .box-02-top .box-mc .icon-s img {
    display: block;
    margin: 0 auto;
  }
  .index-box-03 .box-s.box-02 .box-02-btm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .index-box-03 .box-s.box-02 .box-02-btm .title-s {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    margin-bottom: 10px;
    display: block;
  }
  .index-box-03 .box-s.box-02 .box-02-btm .txt-s {
    font-size: 14px;
    line-height: 26px;
    color: #4c4c4c;
    text-align: center;
  }
  .index-box-03 .box-s.box-02 .box-02-btm .a-s {
    color: #b92429;
  }
}
@media (max-width: 767px) {
  /*footer*/
  .footer .footer-top .container {
    padding-right: 0;
  }
  .footer .footer-top .box-links {
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
  }
  .footer .footer-top .box-links span,
  .footer .footer-top .box-links a {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .footer .footer-top .box-links .line {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer .footer-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-info .footer-logo .row {
    display: flex;
    align-items: center;
  }
  /*other-banner*/
  .other-banner .banner-cont span {
    font-size: 28px;
  }
  /*other-menu*/
  .other-menu {
    background-color: #f8f8f8;
    text-align: center;
  }
  .other-menu .a-title {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #999999;
    padding: 0 10px;
    margin: 0 1px;
  }
  .page {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page a {
    height: 36px;
    line-height: 36px;
    background-color: #d4d4d4;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    margin: 5px 2px;
    display: inline-block;
    padding: 0 12px;
  }
  .page a.a-s {
    background-color: #8e9190;
  }
  .page a:hover,
  .page a.current {
    background-color: #e71b1b;
    color: #fff;
  }
  /*----------------------------------------------  module  -----------------------------------------*/
  .mod-01 .box-cont {
    font-size: 14px;
    line-height: 24px;
  }
  .mod-02 .box-s {
    padding-left: 0;
    padding-right: 0;
  }
  .mod-02 .box-s .box-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .mod-02 .box-s .box-info {
    padding-right: 50px;
  }
  .mod-02 .box-s .box-info .box-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mod-02 .box-s .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
    color: #868686;
    height: 48px;
    margin-bottom: 20px;
  }
  .mod-02 .box-s .box-more {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 126px;
    border: solid 1px #d9d9d9;
    background: url("../images/img-06.png") no-repeat center center;
    background-size: 10px;
  }
  .mod-02 .box-s:hover .box-img {
    border: solid 1px #e71b1b;
    padding: 3px;
  }
  .mod-02 .box-s:hover .box-info .box-title {
    color: #e71b1b;
  }
  .mod-02 .box-s:hover .box-more {
    border: solid 1px #e71b1b;
    background-size: 10px;
  }
  .mod-04 .box-s {
    position: relative;
    padding-left: 0;
    min-height: 195px;
    margin-bottom: 30px;
  }
  .mod-04 .box-s .box-date {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #8e9190;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    text-align: left;
  }
  .mod-04 .box-s .box-date span {
    display: inline-block;
  }
  .mod-04 .box-s .box-date .day {
    font-size: 30px;
  }
  .mod-04 .box-s .box-info {
    height: auto;
    padding: 20px 15px;
  }
  .mod-04 .box-s .box-info .box-title {
    font-size: 18px;
    color: #777777;
    height: 34px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .mod-04 .box-s .box-info .box-txt {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #a1a1a1;
    margin-right: 70px;
  }
  .mod-04 .box-s .box-info .box-more {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    background: url("../images/img-09.png") no-repeat top center;
  }
  .mod-06 .box-top {
    margin-bottom: 30px;
  }
  .mod-06 .box-top .box-s {
    padding: 35px 15px 15px;
  }
  .mod-06 .box-top .box-s .box-icon {
    width: 50px;
    height: 42px;
  }
  .mod-06 .box-top .box-s .box-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    height: 56px;
    font-weight: bold;
  }
  .mod-06 .box-top .box-s .box-txt {
    font-size: 14px;
    line-height: 24px;
  }
  .mod-06 .box-info .info-s {
    margin-bottom: 20px;
  }
  .mod-06 .box-info .info-s .title-s {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 5px;
  }
  .mod-06 .box-info .info-s .txt-s {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
  }
  .mod-06 .box-info .map-s img {
    display: block;
    width: 100%;
  }
  /*----------------------------------------------- index ---------------------------------------------*/
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    margin-top: -17px;
    z-index: 99;
    width: 15px;
    height: 34px;
  }
  .index-banner .swiper-button-next:after,
  .index-banner .swiper-button-prev:after {
    display: none;
  }
  .index-banner .swiper-button-next {
    background: url("../images/img-18.png") no-repeat top center;
    background-size: contain;
    right: 15px;
  }
  .index-banner .swiper-button-next:hover {
    background: url("../images/img-18-h.png") no-repeat top center;
    background-size: contain;
  }
  .index-banner .swiper-button-prev {
    background: url("../images/img-17.png") no-repeat top center;
    background-size: contain;
    left: 15px;
  }
  .index-banner .swiper-button-prev:hover {
    background: url("../images/img-17-h.png") no-repeat top center;
    background-size: contain;
  }
  .index-banner .swiper-pagination {
    bottom: 10px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .index-box {
    margin-top: 30px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-title .title-l .t-ch {
    font-size: 20px;
  }
  .index-title-02 {
    text-align: center;
    margin-bottom: 20px;
  }
  .index-title-02 > div {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-title-02 > div .title-ch {
    font-size: 20px;
  }
  .index-box-01.index-box-other {
    margin-bottom: 0;
  }
  .index-box-01 .box-img {
    margin-bottom: 15px;
  }
  .index-box-01 .box-img.pt15 {
    padding-top: 0;
  }
  .index-box-01 .box-list .a-s {
    line-height: 40px;
  }
  .index-box-01 .box-list .a-s .box-a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .index-box-01 .box-info .img-s {
    margin-bottom: 15px;
  }
  .index-box-01 .box-info .info-s .title-s {
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .index-box-01 .box-info .info-s .txt-s {
    font-size: 14px;
  }
  .index-box-01 .box-info .info-s .a-more {
    font-size: 14px;
  }
  .index-box-02 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-02 .row .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-box-02 .box-s {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .index-box-03 .box-s .box-mc .title-s {
    font-size: 20px;
    line-height: 32px;
  }
  .index-box-03 .box-s.box-01 .a-s {
    display: block;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
  }
  .index-box-03 .box-s.box-02 > div {
    height: 50%;
  }
  .index-box-03 .box-s.box-02 .box-02-top {
    position: relative;
  }
  .index-box-03 .box-s.box-02 .box-02-top .box-mc .icon-s {
    margin-bottom: 10px;
  }
  .index-box-03 .box-s.box-02 .box-02-top .box-mc .icon-s img {
    display: block;
    margin: 0 auto;
  }
  .index-box-03 .box-s.box-02 .box-02-btm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .index-box-03 .box-s.box-02 .box-02-btm .title-s {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
  .index-box-03 .box-s.box-02 .box-02-btm .txt-s-02 {
    font-size: 16px;
    margin-top: 10px;
  }
  .index-box-05 .swiper-pagination {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 15px;
  }
  .index-box-05 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #b92429;
    opacity: 0.3;
    border-radius: 0;
    margin: 0 2px;
  }
  .index-box-05 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index-box-05 .box-s .box-title {
    padding: 10px;
  }
  .index-box-05 .box-s .box-title .title-s {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
  }
  .index-box-05 .box-s .box-title .txt-s {
    font-size: 14px;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-box-07 {
    padding-bottom: 0;
  }
  .index-box-07 .row .box-w:nth-last-child(2) .box-s,
  .index-box-07 .row .box-w:nth-last-child(1) .box-s {
    margin-bottom: 20px;
  }
  .index-box-07 .box-s {
    margin-bottom: 20px;
    position: relative;
  }
  .index-box-07 .box-s .box-img {
    width: 100%;
  }
  .index-box-07 .box-s .box-img img {
    display: block;
  }
  .index-box-07 .box-s .box-info {
    width: 100%;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e1e1e1;
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: -20%;
  }
  .index-box-07 .box-s .box-info .box-title {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .index-box-07 .box-s .box-info .box-date {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .index-box-07 .box-s .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  .index-box-08 .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-box-08 .row .box-w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-box-08 .box-s {
    margin-bottom: 15px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
  }
  .index-box-08 .box-s .box-img img {
    display: block;
    width: 100%;
  }
  .index-box-08 .box-s .box-cont {
    padding: 20px 20px 20px 110px;
    position: relative;
    min-height: 120px;
  }
  .index-box-08 .box-s .box-cont .box-date {
    line-height: 1.1;
    font-size: 18px;
    color: #909090;
    position: absolute;
    left: 20px;
    top: 10px;
    text-align: center;
  }
  .index-box-08 .box-s .box-cont .box-date span {
    display: block;
    font-size: 70px;
    color: #474747;
    line-height: 70px;
  }
  .index-box-08 .box-s .box-cont .box-title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #474747;
    margin-bottom: 8px;
  }
  .index-box-08 .box-s .box-cont .box-txt {
    font-size: 14px;
    line-height: 22px;
    color: #474747;
    height: 44px;
    overflow: hidden;
  }
}
/*# sourceMappingURL=media-style.css.map */