.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 (min-width: 1200px) {
  .mod-01 .row {
    margin-left: -75px;
    margin-right: -75px;
  }
  .mod-01 .row .box-w {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 1199px) {
  .navbar-default .header-other > div {
    display: inline-block;
    margin-left: 15px;
  }
  .navbar-default .navbar-nav li {
    margin-left: 10px;
  }

  .news-center .new-list {
    padding: 10px 20px;
  }
  .news-center .new-list li {
    padding-left: 100px;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .business-list li.li-01 .box-title .title-en {
    font-size: 38px;
  }
  .business-list li.li-01 .box-title .title-ch {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .project-list .project-main.owl-carousel,
  .project-list .project-main .owl-stage-outer,
  .project-list .project-main .owl-stage,
  .project-list .project-main .owl-item,
  .project-list .project-main .item {
    height: auto;
    min-height: auto;
  }
  .project-list .box-s {
    background-color: #fff;
    height: auto;
  }
  .project-list .box-s .row {
    display: block;
    height: auto;
  }
  .project-list .box-s .box-img {
    height: 300px;
  }
  .project-list .box-s .box-info {
    padding: 20px 15px;
  }
  .project-list .box-s .box-info .box-title {
    font-size: 22px;
  }
  .project-list .box-s .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .project-list .box-s .box-info .box-other {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
  }
  .project-list .box-s .box-info .box-other span {
    font-size: 22px;
  }
  .project-list .box-s .box-info .box-other span sub {
    font-size: 16px;
  }
  .project-list .box-s .box-info .index-more {
    margin-top: 25px;
  }
  .project-list .owl-nav {
    position: absolute;
    right: 0;
    left: auto;
    margin-left: 0;
    bottom: auto;
    top: 274px;
    width: 116px;
  }
  .project-list .owl-nav button {
    width: 58px;
    height: 52px;
    margin-top: -26px;
  }
  .project-list .owl-nav button.owl-prev {
    background-size: contain;
  }
  .project-list .owl-nav button.owl-prev:hover {
    background-size: contain;
  }
  .project-list .owl-nav button.owl-next {
    background-size: contain;
  }
  .project-list .owl-nav button.owl-next:hover {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .navbar-default {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-collapse {
    background-color: rgba(0, 72, 152, 0.8);
  }
  .navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: #fff;
  }
  .navbar-default .navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-default .header-other {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    float: none;
  }
  .navbar-default .navbar-nav li {
    padding: 0;
    margin-left: 0;
    transition: all .3s;
    position: static;
  }
  .navbar-default .navbar-nav li > a {
    height: 50px;
    line-height: 58px;
  }
  .navbar-default .dropdown-menu {
    padding: 15px;
  }
  .navbar-default .dropdown-menu a {
    display: block;
    margin-right: 0;
  }
  .navbar-default.other-header .header-other {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .navbar-default.other-header .header-other .search-cont .s-inp {
    line-height: 20px;
    padding: 10px 15px;
    border: solid 1px #bfbfbf;
    font-size: 16px;
    color: #999999;
    width: 300px;
    vertical-align: middle;
  }
  .navbar-default.other-header .header-other .search-cont .s-clear {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #999999;
    top: 6px;
  }
  .navbar-default.other-header .header-other .search-cont .s-btn {
    background: url("../images/img-05.png") no-repeat center center;
    border: none;
    height: 42px;
    width: 42px;
  }
  .navbar-default.header-down {
    background-color: transparent;
  }
  .navbar-default.header-down .navbar-nav li > a {
    color: #fff !important;
  }
  .navbar-default.header-down .header-other .search-box a {
    background: url("../images/img-03.png") no-repeat center center;
  }
  .navbar-default.header-down .header-other .email-box a {
    background: url("../images/img-04.png") no-repeat center center;
  }
  .navbar-default.header-down .header-other .oa-box a {
    background: url("../images/img-92.png") no-repeat center center;
  }

  /*footer*/
  .footer .footer-group .group-01 {
    margin-bottom: 25px;
  }
  .footer .footer-group .group-04 {
    margin-top: 20px;
  }

  .mod-11 .row {
    display: block;
  }
  .mod-11 .box-s .box-info {
    padding: 20px 0;
  }
  .mod-11 .box-s .box-info .box-title {
    display: block;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 34px;
    color: #333333;
    margin-bottom: 25px;
  }
  .mod-11 .box-s .box-info .box-title .box-icon {
    vertical-align: top;
  }
  .mod-11 .box-s .box-info .box-title .box-icon img {
    vertical-align: top;
    display: block;
    height: 42px;
  }
  .mod-11 .box-s .box-info .box-txt {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    height: 180px;
    overflow: hidden;
  }

  .mod-12 .row {
    display: block;
  }
  .mod-12 .box-s .box-info {
    padding: 20px;
  }
  .mod-12 .box-s .box-info .box-title {
    margin-bottom: 15px;
  }
  .mod-12 .box-s .box-info .box-title .title-txt {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 22px;
  }
  .mod-12 .box-s .box-info .box-group .num-s {
    font-size: 16px;
    color: #1f85f3;
  }
  .mod-12 .box-s .box-info .box-group .num-s span {
    font-size: 26px;
    font-weight: bold;
    margin-right: 5px;
  }

  .mod-14 .row {
    display: block;
  }
  .mod-14 .box-info .box-title {
    font-size: 30px;
    line-height: 40px;
  }

  .mod-16 .box-start {
    display: none;
  }
  .mod-16 .box-list {
    background: none;
  }
  .mod-16 .box-warp {
    margin-left: -15px;
    width: 100%;
  }
  .mod-16 .box-warp.box-l {
    background: none;
    padding-right: 0;
    float: none;
  }
  .mod-16 .box-warp.box-l .box-s:after {
    display: none;
  }
  .mod-16 .box-warp.box-l .box-s .box-title {
    text-align: right;
  }
  .mod-16 .box-warp.box-l .box-s .box-img {
    margin-right: 20px;
  }
  .mod-16 .box-warp.box-r {
    background: none;
    padding-left: 0;
    float: none;
  }
  .mod-16 .box-warp.box-r .box-s:after {
    display: none;
  }
  .mod-16 .box-warp.box-r .box-s .box-img {
    margin-left: 20px;
  }

  .business-list {
    height: auto;
    min-height: auto;
  }
  .business-list li {
    height: auto;
    min-height: 260px;
    float: none;
    width: 100%;
  }
  .business-list li .li-btm {
    display: none;
  }
  .business-list li.li-01 {
    background-color: #1f85f3;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .business-list li.li-01 .box-title {
    line-height: 1.2;
    position: static;
    padding: 0 15px;
    left: 10%;
    right: 10%;
    margin-bottom: 30px;
  }
  .business-list li.li-01 .box-title .title-en {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .business-list li.li-01 .box-txt {
    position: static;
    bottom: 5%;
    padding: 0 15px;
  }
  .business-list li.li-02 .li-title {
    display: none;
  }
  .business-list li.li-02 .phone-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-collapse {
    background-color: rgba(0, 72, 152, 0.8);
  }
  .navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .navbar-default .navbar-brand {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar-default .navbar-brand img {
    max-width: 185px;
  }
  .navbar-default .header-other {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    float: none;
  }
  .navbar-default .navbar-nav li {
    padding: 0;
    margin-left: 0;
    transition: all .3s;
    position: static;
  }
  .navbar-default .navbar-nav li > a {
    height: 50px;
    line-height: 58px;
  }
  .navbar-default .dropdown-menu {
    padding: 15px;
  }
  .navbar-default .dropdown-menu a {
    display: block;
    margin-right: 0;
  }
  .navbar-default.other-header .header-other {
    position: static;
    margin-top: 20px;
  }
  .navbar-default.other-header .header-other .search-cont {
    margin-left: 15px;
  }
  .navbar-default.other-header .header-other .search-cont .s-inp {
    width: 240px;
  }
  .navbar-default.other-header .header-other .email-box {
    float: right;
    margin-right: 15px;
  }

  /*footer*/
  .footer {
    background-color: #363636;
  }
  .footer .footer-group {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    color: #ffffff;
  }
  .footer .footer-group .group-01 {
    display: none;
  }
  .footer .footer-group .group-02 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
  }
  .footer .footer-group .group-02 .box-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .footer .footer-group .group-02 .box-title span {
    font-size: 20px;
  }
  .footer .footer-group .group-03 .box-title {
    font-size: 14px;
    line-height: 22px;
    min-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .footer .footer-group .group-03 .box-cont {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
  }
  .footer .footer-group .group-03 .box-cont a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    float: left;
    margin-right: 20px;
  }
  .footer .footer-group .group-04 .box-img {
    margin-bottom: 10px;
  }
  .footer .footer-group .group-04 .box-img img {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 120px;
    max-width: 120px;
  }
  .footer .footer-group .group-04 .box-title {
    text-align: left;
  }
  .footer .footer-copy {
    font-size: 12px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .footer .footer-copy a, .footer .footer-copy span {
    margin: 0 3px;
    display: inline-block;
  }
  .footer .footer-copy a {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .footer-copy a:hover {
    text-decoration: underline;
  }

  .mod-10 .top-info {
    margin-bottom: 40px;
  }
  .mod-10 .top-info .box-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mod-10 .top-info .box-txt {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
  }
  .mod-10 .btm-info {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .mod-10 .btm-info .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .mod-10 .btm-info .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .mod-10 .btm-info .gallery-top {
    margin-bottom: 20px;
  }
  .mod-10 .btm-info .gallery-top img {
    display: block;
    width: 100%;
  }
  .mod-10 .btm-info .gallery-thumbs img {
    display: block;
    width: 100%;
  }
  .mod-10 .btm-info .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.6;
  }
  .mod-10 .btm-info .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .mod-10 .btm-info .swiper-button-white {
    position: absolute;
    width: 44px;
    height: 50px;
    bottom: 10px;
    top: auto;
  }

  .index-title .title-ch {
    font-size: 26px;
  }

  .mod-13 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mod-13 .box-top .box-title {
    line-height: 34px;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .mod-13 .box-top .box-txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .mod-13 .box-btm .box-s {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mod-13 .box-btm .box-s .box-icon {
    margin-bottom: 20px;
  }
  .mod-13 .box-btm .box-s .box-icon img {
    max-width: 40%;
  }
  .mod-13 .box-btm .box-s .box-title {
    font-size: 13px;
  }
  .mod-13 .box-btm .box-s .box-title span {
    font-size: 18px;
  }
  .mod-13 .box-btm .box-s .box-txt {
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
  }

  .news-center .box-left .box-info .title-s {
    font-size: 20px;
  }
  .news-center .new-list {
    padding: 15px;
  }
  .news-center .new-list li {
    padding-left: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-center .new-list li .box-date {
    margin-left: -80px;
    width: 70px;
  }
  .news-center .new-list li .box-date span {
    font-size: 44px;
  }

  .mod-14 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mod-14 .box-info .box-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .mod-14 .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .mod-14 .box-img img {
    max-width: 80%;
  }

  .mod-15 .row {
    display: block;
  }
  .mod-15 .box-s {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mod-15 .box-s .box-info .box-title .title-txt {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 28px;
    font-size: 22px;
  }
  .mod-15 .box-s .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
  }
  .mod-15 .box-s:nth-child(2n+1) .box-info {
    padding-right: 0;
  }
  .mod-15 .box-s:nth-child(2n) .box-info {
    padding-left: 0;
  }

  .mod-21 .title-en {
    font-size: 32px;
  }
  .mod-21 .title-ch {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .mod-07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mod-07 .box-s .box-icon img {
    max-width: 60%;
  }
  .mod-07 .box-s .box-title {
    font-size: 16px;
  }

  .mod-08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mod-08 .box-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .mod-08 .box-txt {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: justify;
  }

  .mod-09 .row {
    display: block;
  }
  .mod-09 .box-s {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mod-09 .box-s .box-img img {
    display: block;
    width: 100%;
    border-radius: 10px;
  }
  .mod-09 .box-s .box-info .box-title .title-txt {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 28px;
    font-size: 22px;
  }
  .mod-09 .box-s .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .mod-09 .box-s:nth-child(2n+1) .box-info {
    padding-right: 0;
  }
  .mod-09 .box-s:nth-child(2n) .box-info {
    padding-left: 0;
  }

  .public-title {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .mod-17 {
    padding: 15px;
    margin-top: 25px;
  }
  .mod-17 .box-top .box-info .box-s .box-txt {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
  }
  .mod-17 .box-form label {
    font-size: 14px;
  }
  .mod-17 .mb20 {
    margin-bottom: 10px;
  }
  .mod-17 .inp-new {
    height: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mod-17 .btn-new {
    background-color: #1f85f3;
  }

  .mod-16 .box-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mod-16 .box-warp {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .mod-16 .box-warp {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .mod-16 .box-warp.box-l .box-s .box-title {
    text-align: left;
  }
  .mod-16 .box-warp.box-l .box-s .box-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mod-16 .box-warp.box-r .box-s .box-img {
    margin-left: 0;
    margin-top: 20px;
  }
  .mod-16 .box-s {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .mod-16 .box-s .box-img {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .mod-16 .box-s .box-img img {
    display: block;
    border-radius: 8px;
    width: 100%;
  }
  .mod-16 .box-s .box-title {
    font-size: 26px;
    line-height: 34px;
  }

  .mod-02 .box-group {
    margin-bottom: 10px;
  }
  .mod-02 .box-title {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mod-02 .a-s {
    display: block;
    background: url("../images/img-11.png") no-repeat left 14px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
  }

  .mod-05 .m-title {
    text-align: left;
  }
  .mod-05 .m-title h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .mod-10 .top-info {
    margin-bottom: 20px;
  }
  .mod-10 .top-info .box-title {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .mod-10 .top-info .box-txt {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
  }

  .mod-22 .m-title {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
  }
  .mod-22 ul li .box-title {
    font-size: 20px;
    line-height: 30px;
  }
  .mod-22 ul li .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 10px;
  }
  .mod-22 ul li .box-date {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
  }
  .phone-dn {
    display: none;
  }
  .col-sm-2 {
    margin-top: 5px;
  }

}
@media (max-width: 1440px) {
    .business-list li.li-01 .box-title .title-en {
        font-size: 50px;
    }
    .business-list li.li-01 .box-txt {
        bottom: 5%;
        left: 5%;
        right: 5%;
    }
    .business-list li .li-title span {
        font-size: 26px;
    }
} 

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

