@charset "UTF-8";
.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) {
  /*nav*/
  .navbar-default {
    min-height: 90px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 99;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
  }
  .navbar-default .navbar-header {
    position: relative;
    left: 0;
    right: 0;
    height: 90px;
  }
  .navbar-default .navbar-brand {
    padding-top: 11px;
    padding-bottom: 11px;
    float: left;
  }
  .navbar-default .navbar-brand img {
    max-width: 100px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .navbar-default .navbar-nav {
    float: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-default .navbar-nav li {
    padding: 0;
    width: 100%;
    transition: all .3s;
    text-align: center;
  }
  .navbar-default .navbar-nav li:nth-child(4) {
    width: 100%;
    display: none;
  }
  .navbar-default .navbar-nav li > a {
    text-align: center;
    vertical-align: bottom;
    height: 50px;
    line-height: 50px;
    transition: all .3s;
    font-size: 18px;
    color: #333333;
    display: inline-block;
  }

  .mod-09 {
    display: none;
  }

  .mod-10 {
    display: block;
  }
}
@media (max-width: 991px) {
  .mod-03 .box-s {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 100px;
    min-height: 120px;
    overflow: hidden;
  }
  .mod-03 .box-date {
    width: 86px;
    height: 80px;
    margin-left: -100px;
    font-size: 16px;
  }
  .mod-03 .box-date .day-s {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #c5c5c5;
    font-size: 28px;
  }
  .mod-03 .box-title {
    margin-top: 0;
    line-height: 34PX;
    height: 34px;
    font-size: 18px;
  }
  .mod-03 .box-txt {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }

  .mod-06 .box-w:nth-child(3n) .box-s {
    border-right: 1px solid #aa9779;
  }
  .mod-06 .box-w:nth-child(2n) .box-s {
    border-right: none;
  }

  .mod-21 .box-top {
    margin-bottom: 30px;
  }
  .mod-21 .box-top .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .mod-21 .box-top .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-21 .box-top .box-info {
    padding-top: 30px;
  }
  .mod-21 .box-btm .box-s .icon-s {
    padding-top: 10px;
  }
  .mod-21 .box-btm .box-s .txt-s {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    height: auto;
    overflow: hidden;
  }

  .mod-24 .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .mod-24 .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-24 .box-info {
    padding-top: 30px;
  }
  .mod-24 .box-info .box-txt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mod-28 .container > .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .mod-28 .container > .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-28 .box-info {
    padding-top: 30px;
  }

  .mod-29 .box-s .box-info {
    padding: 25px 20px;
  }
  .mod-29 .box-s .box-info .box-txt {
    height: auto;
  }

  .mod-36 .row .box-w {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*footer*/
  .footer {
    padding: 30px 15px;
  }
  .footer .footer-links {
    margin-bottom: 10px;
  }
  .footer .footer-info {
    text-align: left;
  }
  .footer .footer-info .footer-copy {
    margin-bottom: 15px;
  }

  /*public-menu*/
  .public-menu a {
    width: 50%;
    flex: auto;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #cbcaca;
  }
  .public-menu a:nth-child(2n) {
    border-right: none;
  }
  .public-menu a:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .public-menu a .icon-s {
    width: 30px;
    height: 30px;
  }
  .public-menu a .icon-s img {
    width: 30px;
    height: 30px;
  }

  /*index*/
  .index-page {
    padding-left: 0;
    padding-right: 0;
  }

  .banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner .item {
    position: relative;
  }
  .banner .owl-dots {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 15px;
    text-align: center;
  }
  .banner .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: block;
    margin: 0 5px;
    background-color: #fff;
  }
  .banner .owl-dots .owl-dot.active span {
    background-color: #a53c11;
  }
  .banner .banner-img img {
    display: block;
    width: 100%;
  }
  .banner .banner-txt {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 60px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    background: url("../images/img-07.png") no-repeat right bottom;
    padding-bottom: 25px;
  }
  .banner .banner-txt .title-s {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .index-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-group .box-s .box-title {
    height: 50px;
    line-height: 50px;
    background-color: #a53c11;
    padding: 0 15px;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .news-group .box-s .box-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-group .box-s .box-01 .title-s {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding-right: 90px;
    position: relative;
    margin-bottom: 10px;
  }
  .news-group .box-s .box-01 .title-s span, .news-group .box-s .box-01 .title-s a {
    display: block;
  }
  .news-group .box-s .box-01 .title-s .title-l {
    font-size: 16px;
    color: #a53c11;
    overflow: hidden;
  }
  .news-group .box-s .box-01 .title-s .title-r {
    position: absolute;
    right: 0;
    top: 0;
    color: #848484;
  }
  .news-group .box-s .box-01 .txt-s {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #6e6e6e;
  }
  .news-group .box-s .box-02 {
    display: block;
    background: url("../images/img-09.png") no-repeat right center;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #6e6e6e;
  }

  /*--------------------------------*/
  .other-main {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .mod-06 .box-w .box-s {
    border-right: none;
  }
  .mod-06 .box-w:nth-child(3n) .box-s {
    border-right: none;
  }

  .mod-07 .box-w {
    border-right: none;
  }

  .mod-08 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mod-08 .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-08 .box-s {
    background-color: #f2f2f3;
    padding: 15px;
  }
  .mod-08 .box-s .box-l {
    padding-left: 40px;
    font-size: 18px;
    color: #333333;
  }
  .mod-08 .box-s .box-r {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #aa9779;
    display: inline-block;
  }

  .mod-13 .menu-class {
    margin-bottom: 25px;
  }
  .mod-13 .menu-class a {
    height: 60px;
    justify-content: flex-start;
  }
  .mod-13 .menu-class a .icon-s {
    margin-right: 5px;
  }
  .mod-13 .menu-class a .txt-s {
    font-size: 16px;
    font-weight: bold;
  }
  .mod-13 .menu-class a:hover, .mod-13 .menu-class a.current {
    box-shadow: 9px 13px 18px rgba(76, 76, 76, 0.26);
  }
  .mod-13 .class-style {
    margin-bottom: 40px;
  }
  .mod-13 .class-style.class-01 {
    padding-left: 60px;
  }
  .mod-13 .class-style.class-01 a {
    font-size: 16px;
    line-height: 24px;
  }
  .mod-13 .class-style.class-02 a {
    width: 33.33%;
  }
  .mod-13 .class-style.class-03 a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    margin-right: 10px;
  }
  .mod-13 .logo-group .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-13 .logo-group .row .box-w {
    padding-left: 0;
    padding-right: 0;
    transition: all .7s;
  }
  .mod-13 .logo-group .row .box-w:hover {
    box-shadow: 9px 13px 18px rgba(76, 76, 76, 0.26);
    z-index: 99;
  }
  .mod-13 .logo-group .box-logo {
    border: solid 1px #cccaca;
    transition: all .7s;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
  }
  .mod-13 .logo-group .box-logo img {
    display: block;
    width: 100%;
  }

  .up-box {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    height: 500px;
    top: 50%;
    margin-top: -300px;
  }
  .up-box .cont-main {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 60px 15px 40px 15px;
    position: relative;
  }
  .up-box .img-warp {
    width: 100%;
  }
  .up-box .cont-warp {
    width: 100%;
  }
  .up-box .scroll-content {
    height: 300px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }
  .up-box .scroll-content .title-s {
    color: #333333;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .up-box .box-img {
    max-height: 180px;
    margin-bottom: 20px;
  }
  .up-box .box-img img {
    display: block;
    width: auto;
    max-height: 180px;
  }

  .mod-22 .box-01 .box-s {
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.08);
    height: 50px;
    line-height: 20px;
    padding: 0 10px;
    text-align: left;
    border: solid 1px #999999;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .mod-25 .box-s {
    margin-bottom: 10px;
  }
  .mod-25 .box-s .box-title {
    line-height: 20px;
    height: 52px;
    overflow: hidden;
  }

  .mod-26 .box-s {
    font-size: 18px;
  }
  .mod-26 .box-02 .title-s {
    font-size: 18px;
  }

  .public-title-03 .title-l {
    /*height: 54px;*/
    line-height: 50px;
    font-size: 30px;
  }
  .public-title-03 .title-more {
    padding-top: 30px;
  }

  .mod-33 {
    /*切换*/
  }
  .mod-33 .box-s .box-info {
    padding: 25px 15px;
  }
  .mod-33 .box-s .box-info .title-s {
    margin-bottom: 25px;
  }
  .mod-33 .gallery-top {
    margin-bottom: 40px;
  }
  .mod-33 .gallery-thumbs {
    width: 270px;
    margin: 0 auto;
    background: url("../images/img-102.png") no-repeat center center;
  }
  .mod-33 .arrows-group {
    width: 100%;
  }
  .mod-33 .next-btn {
    right: 25px;
    top: 15px;
  }

  .mod-36 .box-s {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .mod-36 .box-s .box-img .title-s {
    font-size: 18px;
    line-height: 26px;
  }
  .mod-36 .box-s .box-info {
    padding: 15px;
  }
}

/*# sourceMappingURL=media-style.css.map */
