@media (min-width: 768px) {
  .mod-06 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .mod-04 .box-s.box-active,
  .mod-04 .box-s:hover {
    width: 47%;
    height: 326px;
    margin-top: 0;
    background: url("../images/img-44.png") no-repeat top center;
    background-size: cover;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-44.png', sizingMethod='scale');
  }
  .mod-04 .box-s.box-active .box-img,
  .mod-04 .box-s:hover .box-img {
    display: block;
  }

  .mod-05 li.active {
    width: 30.9%;
    background-image: url("../images/img-39.png");
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-39.png', sizingMethod='scale');
    height: 484px;
    margin-top: 0;
  }
  .mod-05 li.active .box-d {
    display: none;
  }
  .mod-05 li.active .box-h {
    display: block;
  }
  .mod-06 .box-s:hover,
  .mod-06 .box-s.active {
    transform: scale(1);
  }
  .mod-06 .box-s:hover .box-mc,
  .mod-06 .box-s.active .box-mc {
    background: url("../images/img-42.png") no-repeat bottom center;
    background-size: 100% auto;
  }
  .mod-06 .box-groups .box-w:nth-child(2) .box-s{
    transform: scale(1);
  }
  .mod-06 .box-groups .box-w:nth-child(2) .box-s .box-mc {
    background: url("../images/img-42.png") no-repeat bottom center;
    background-size: 100% auto;
  }

  .mod-06 .box-s.active-no {
    transform: scale(0.85) !important;
  }

  .mod-06 .box-s.active-no .box-mc {
    background: url("../images/img-41.png") no-repeat bottom center!important;
    background-size: 100% auto;
  }
 }

@media (min-width:1300px) {

  .other-banner .box-empty {
    height: 200px;
    margin-top: 20px;
  }

}


@media (max-width: 1600px){
    .index-cont{padding: 0}
    .index-box-02 .index-cont{padding-top:45px}
    .index-box-03 .index-cont{padding-top:30px}
    .index-box-04 .index-cont{padding-top:30px}
    .index-box-05 .index-cont{padding-top:40px}
    .index-box-06 .index-cont{padding-top:30px;}


    .index-title .title-s{margin-bottom: 3px;}
    .index-title{margin-bottom: 30px;}
    .index-box-05 .row{margin-top: -20px}
    .index-box-05 .box-s{margin: 20px 0 0 0}
}

@media (max-width: 1440px) {
  /* index page */
  .index-cont {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .index-title .title-s {
    margin-bottom: 10px;
  }

  .index-box-02 .box-s {
    height: 400px;
  }

  .index-box-02 .box-s .box-icon {
    margin: 5px auto 10px;
  }

  .index-box-02 .box-s .box-title {
    line-height: 30px;
  }
  .index-box-02 .box-s .box-txt {
    line-height: 28px;
    min-height: 140px;
  }


  .index-box-05 .box-s {
    margin-bottom: 20px;
    height: 200px;
    padding: 30px 150px 20px 30px;
  }

  /*弹窗*/

  .up-box .box-cont {
    height: 500px;
    margin-bottom: 0;
    padding: 70px 0 0 0;

  }

  .up-box .inp-s {
    height: 40px;
    line-height: 38px;
  }
  .up-box .inp-s.text-s {
    height: 110px;
  }
  .up-box .a-s {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 108px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    border: solid 1px #929db3;
    color: #929db3;
  }
  .up-box .btn-wrap {
    text-align: center;
  }
  .up-box .box-btn {
    background: url("../images/img-167.png") no-repeat;
    width: 187px;
    height: 62px;
    text-align: center;
    color: #fff;
    border: none;
    margin-left: auto;
    margin-right: auto;
  }
  .up-box .cont-s {
    max-width: 472px;
    margin-left: auto;
    margin-right: auto;
  }
  .up-box .box-s {
    padding-left: 103px;
    line-height: 40px;
    min-height: 40px;
    margin-bottom: 15px;
    position: relative;
  }
  .up-box .box-s .title-s {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .up-box .box-s .inp-wrap {
    position: relative;
  }

  /*other-banner*/
  .other-banner {
    min-height: 580px;
  }
  .other-banner .b-title {
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .other-banner .b-img {
    margin-top: 20px;
  }
  .other-banner .b-img img{
    max-height: 200px;
  }
  .other-banner .box-empty {
    height: 100px;
    margin-top: 20px;
  }

  .public-box {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .public-box .public-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px){
    .index-cont{padding: 0}
    .index-box-02 .index-cont{padding-top:53px}
    .index-box-03 .index-cont{padding-top:49px}
    .index-box-04 .index-cont{padding-top:61px}
    .index-box-05 .index-cont{padding-top:53px}
    .index-box-06 .index-cont{padding-top:55px}
    .index-title .title-s{margin-bottom: 0;}
    .index-box-05 .row{margin-top: -15px}
    .index-box-05 .box-s{margin: 15px 0 0 0}
    .index-box-06 .main-cont{margin-bottom: 30px}

    .up-box .box-cont{height: 500px;padding: 70px 0 0 0;}
    .up-box .btn-wrap{margin-top: 5px;}
}

@media (max-width: 1199px) {
  /*other-banner*/
  .other-banner {
    min-height: 500px;
  }
  .other-banner.news-banner {
    min-height: 200px;
  }
  .other-banner img {
    display: block;
    width: 100%;
  }
  .other-banner .banner-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    text-align: center;
  }
  .other-banner .banner-mc .container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .other-banner .b-title {
    font-family: 'hxb-font';
    margin-bottom: 30px;
  }
  .other-banner .b-tip {
    margin-bottom: 5px;
  }
  .other-banner .b-img img {
    max-height: 180px;
  }
  .mod-04 .box-s {
    width: 32%;
    margin-right: 2%;
  }
  .mod-05 {
    overflow: hidden;
  }
  .mod-05 li {
    float: left;
    width: 48%;
    margin-right: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/img-38.png");
    height: 250px;
    position: relative;
    color: #ffffff;
    margin-top: 45px;
    border-radius: 5px;
  }
  .mod-05 li:nth-child(2n) {
    margin-right: 0;
  }
  .mod-05 li .box-d {
    display: none;
  }
  .mod-05 li .box-h {
    display: block;
  }
  .mod-05 li .box-h .box-img {
    display: none;
  }
  .gallery-line {
    display: none;
  }
}
@media (max-width: 992px) {
  /*footer*/
  .footer {
    background-color: #0d1b2f;
  }
  .footer .footer-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-info {
    padding-right: 0;
  }
  .footer .footer-info .box-groups {
    display: none;
  }
  .footer .footer-info .box-erwm {
    position: relative;
    left: 0;
  }
  .footer .footer-copy {
    border-top: 1px solid #475262;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    text-align: center;
    color: #c5c5c5;
  }
  .footer .footer-copy span {
    display: inline-block;
    margin: 0 5px;
  }
  /*---------------------------------  module  -------------------------------------*/
  .mod-01 .box-img {
    margin-bottom: 15px;
  }
  .news-list-warp .news-list-menu .menu-left {
    margin-bottom: 20px;
  }
  .news-list-warp .news-list-menu .menu-wrap {
    position: relative;
  }
  .news-list-warp .news-list-menu .menu-wrap .menu-list {
    margin-left: 40px;
    margin-right: 40px;
  }
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-next,
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-prev {
    width: 18px;
    height: 20px;
    margin-top: -14px;
  }
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-next:after,
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-prev:after {
    display: none;
  }
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-prev {
    background: url("../images/img-109.png") no-repeat;
    left: 0;
  }
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-prev:hover {
    background: url("../images/img-109-h.png") no-repeat;
  }
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-next {
    background: url("../images/img-110.png") no-repeat;
    right: 0;
  }
  .news-list-warp .news-list-menu .menu-wrap .swiper-button-next:hover {
    background: url("../images/img-110-h.png") no-repeat;
  }
  /*弹窗*/
  .up-box .box-cont {
    width: 700px;
  }
}
@media (max-width: 768px) {
    /*.active .dropdown-menu{display: block !important;opacity: 1 !important;}*/
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{background-color: rgba(0, 0, 0, 0.1)}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{color: #6f6f6f}
    .dropdown-menu{display: block !important;opacity: 1 !important;}

    .index-box-04 .logo-list{margin-left:0;margin-right: 0}

    .mod-21 .honor-groups .slick-prev, .mod-21 .honor-groups .slick-next{margin-top: -22px;}

}
@media (max-width: 767px) {
  /*other-banner*/
  .other-banner {
    min-height: 300px;
  }
  /*.other-banner .banner-mc {*/
    /*position: static;*/
    /*padding-top: 100px;*/
    /*padding-bottom: 35px;*/
  /*}*/
  .other-banner .b-title {
    margin-bottom: 15px;
  }
  .other-banner .b-img {
    margin-top: 20px;
  }
  .other-banner .b-img img {
    max-width: 180px;
  }

  .other-banner .box-empty {
    height: 10px;
    margin-top: 0;
  }

  .public-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .public-box .public-title {
    margin-bottom: 30px;
  }
  /*---------------------------------  module  -------------------------------------*/
  .mod-01 .box-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mod-01 .box-cont {
    padding: 15px;
  }
  .mod-01 .box-img {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mod-02 .m-title {
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .mod-02 .box-groups:after {
    display: none;
  }
  .mod-02 .box-groups .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .mod-02 .box-groups .row .box-w {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mod-02 .box-groups .row .box-w:first-child {
    position: relative;
    margin-bottom: 25px;
  }
  .mod-02 .box-s .box-top {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .mod-02 .box-s .box-top .box-img {
    float: left;
    width: 124px;
  }
  .mod-02 .box-s .box-top .box-img img {
    display: block;
    width: 100%;
  }
  .mod-02 .box-s .box-top .box-info {
    margin-left: 145px;
  }
  .mod-02 .box-s .box-top .box-info .box-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    height: auto;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    margin-bottom: 5px;
    color: #fffefe;
  }
  .mod-02 .box-s .box-txt {
    line-height: 24px;
    height: auto;
    overflow: hidden;
  }
  .mod-02 .other-groups .swiper-pagination {
    display: none;
  }
  .mod-03 {
    padding-top: 7%;
    padding-bottom: 7%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mod-03 .m-title {
    text-align: center;
    margin-bottom: 5%;
  }
  .mod-03 .m-title .txt-s {
    margin-top: 15px;
  }
  .mod-03 .info-txt {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .mod-03 .info-groups .tabs-title a {
    width: 50%;
    text-align: left;
  }
  /*.mod-03 .info-groups .tabs-title a:nth-child(2n) {*/
  /*  background: none;*/
  /*}*/
  .mod-03 .info-groups .tabs-cont {
    padding: 15px;
  }
  .mod-03 .box-s .box-img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .mod-03 .box-s .box-info {
    margin-left: 0;
  }
  .public-groups .other-groups {
    height: 90px;
    line-height: 40px;
    margin-top: 35px;
  }
  .public-groups .other-groups .swiper-pagination {
    text-align: center;
    width: 100%;
  }
  .public-groups .other-groups .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .public-groups .other-groups .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .public-groups .other-groups .swiper-button-prev,
  .public-groups .other-groups .swiper-button-next {
    width: 100px;
    height: 30px;
    top: 50px;
    margin-top: 0;
    background-size: contain;
  }
  .public-groups .other-groups .swiper-button-prev:after,
  .public-groups .other-groups .swiper-button-next:after {
    display: none;
  }
  .public-groups .other-groups .swiper-button-prev:hover,.public-groups .other-groups .swiper-button-next:hover {
    background-size: contain;
    width: 100px;
    height: 30px;
  }

  /*new-add public-groups slick*/
  .public-groups .slick {
    padding-bottom: 60px;
  }
  .public-groups .slick-prev, .public-groups .slick-next{
    width: 100px;
    height: 30px;
    top: auto;
    bottom:0;
    margin-top: 0;
    z-index: 99;

  }
  .public-groups .slick-prev:before, .public-groups .slick-next:before{
    display: none;
  }
  .public-groups .slick-prev {
    left: 0;
    background: url("../images/prev.png") no-repeat;
    background-size: contain;
  }
  .public-groups .slick-next {
    right: 0;
    background: url("../images/next.png") no-repeat;
    background-size: contain;
  }

  .public-groups .slick-prev:hover,.public-groups .slick-next:hover {
    width: 100px;
    height: 30px;
    background-size: contain;
  }


  .public-groups .slick-dots {
    bottom: 20px;
  }
  .public-groups .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .public-groups .slick-dots li button {
    background: url("../images/img-193.png") no-repeat top center;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .public-groups .slick-dots li button:before {
    display: none;
  }

  .public-groups .slick-dots li.slick-active button {
    background: url("../images/img-194.png") no-repeat top center;
  }


  .mod-04 .box-s {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    height: 180px;
  }
  .mod-04 .box-s:last-child {
    margin-bottom: 0;
  }
  .mod-05 {
    overflow: hidden;
  }

  .mod-05.list-02 li {
    width: 100%;
    margin-right: 0;
  }
  .mod-05 li {
    float: none;
    width: 100%;
    margin-right: 0;
    height: auto;
    position: relative;
    color: #ffffff;
    margin-top: 15px;
  }
  .mod-05 li .box-h {
    display: block;
    position: relative;
    padding: 15px;
  }
  .mod-05 li .box-h .box-txt {
    height: auto;
  }
  .mod-06 .box-s {
    transform: scale(1);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mod-08 .main-cont {
    padding: 25px 15px;
  }
  .mod-08 .box-num {
    margin-bottom: 0;
  }
  .mod-08 .box-num > div {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .mod-08 .box-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mod-09 .row .box-w:nth-child(2n) {
    background: none;
  }
  .mod-09 .box-s {
    text-align: center;
    min-height: 290px;
    margin-bottom: 20px;
  }
  .mod-09 .box-s .box-icon {
    height: 80px;
    line-height: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .mod-09 .box-s .box-icon img {
    max-width: 50px;
  }
  .mod-09 .box-s .box-title {
    color: #fffefe;
    line-height: 30px;
    margin-bottom: 15px;
    min-height: 60px;
  }
  .mod-09 .box-s .box-txt {
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .mod-10 .tab-title {
    height: auto;
    width: 100%;
    float: none;
  }
  .mod-10 .tab-title a {
    display: block;
    border-right: 1px solid #173262;
    line-height: 44px;
    text-align: center;
    color: #fff;
    float: left;
    width: 50%;
  }
  .mod-10 .tab-title a:nth-child(2n) {
    border-right: none;
  }
  .mod-10 .tab-cont {
    margin-left: 0;
    padding: 15px;
    height: auto;
  }
  .mod-12 .process-list {
    position: relative;
    min-height: 100px;
    z-index: 1;
    margin-bottom: 30px;
  }
  .mod-12 .process-list:after {
    top: 30px;
  }
  .mod-12 .process-list .box-s .box-title {
    margin-top: 5px;
    font-size: 16px;
  }
  .mod-14 .box-s {
    margin-bottom: 10px;
  }
  .mod-15 .main-cont {
    padding: 35px 5%;
  }
  .mod-15 .box-groups {
    position: relative;
    overflow: hidden;
  }
  .mod-15 .box-groups:before {
    display: none;
  }


    .mod-15 .box-groups > div {
    float: none;width: 100%;margin: 0 !important;
  }
  .mod-15 .box-arrow {
    margin-bottom: 30px;
    margin-top: 30px;height: 72px;text-align: center;
  }

    .mod-15 .box-arrow > div.arrow1, .mod-15 .box-arrow > div.arrow2{height: 72px;line-height: 18px;padding: 0 0 0 20px;display: inline-block;margin: 0 2%;width: 47px;vertical-align: top}
    .mod-15 .box-arrow > div.arrow1{background: url(../images/img-179_0.png) no-repeat left bottom;}
    .mod-15 .box-arrow > div.arrow2{background: url(../images/img-178_0.png) no-repeat left top;}

  .mod-15 .box-info {
    margin-bottom: 25px;
    width: 100%;
  }
  .mod-15 .box-info .box-s {
    background: rgba(12, 28, 64, 0.4);
    border-radius: 8px;
    height: 278px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .mod-15 .box-info .box-s .icon-s {
    height: 126px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .mod-15 .box-info .box-s .icon-s img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mod-15 .box-info .box-s .title-s {
    line-height: 30px;
  }
  .mod-15 .box-info .box-title {
    text-align: center;
  }
  .mod-15 .box-info .box-title span {
    display: inline-block;
    z-index: 1;
    position: relative;
  }
  .mod-15 .box-info .box-title span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #ffaa4e;
  }
  .news-list-warp .news-list .box-s {
    margin-bottom: 15px;
  }
  .news-list-warp .news-list .box-s .box-img,
  .news-list-warp .news-list .box-s .box-info {
    height: auto;
  }
  .news-list-warp .news-list .box-s .box-img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .news-list-warp .news-list .box-s .box-info {
    margin-left: 0;
    padding: 20px;
  }
  .news-list-warp .news-list .box-s .box-info .box-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-right: 130px;
    margin-bottom: 10px;
  }
  .news-list-warp .news-list .box-s .box-info .box-title .date-s {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/img-113.png") no-repeat left center;
    padding-left: 30px;
  }
  .news-list-warp .news-list .box-s .box-info .box-title .title-s {
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
  }
  .news-list-warp .news-list .box-s .box-info .box-txt {
    line-height: 28px;
    color: #fffefe;
    height: 84px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .news-list-warp .news-list .box-s .box-info .box-more {
    display: block;
    background-color: #2364d2;
    width: 102px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 0;
  }
  .mod-19 .main-cont {
    background: none;
  }
  .mod-19 .main-cont .box-w {
    background: none;
  }
  .mod-19 .box-s {
    background: none;
    margin-right: 0;
  }
  .mod-20 .history-groups .box-s .box-info {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .mod-20 .history-groups .box-s .box-list {
    height: 200px;
  }

  .mod-20 .history-groups .box-s .box-info .box-title {
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  .mod-20 .history-groups .box-s .box-info .box-title:after {
    content: '';
    width: 4px;
    background-color: #ff8400;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .mod-20 .history-groups .box-s .box-info .box-img {
    position: static;
    left: 0;
    bottom: 0;
  }
  .mod-20 .history-groups .box-s .box-info .box-img img {
    display: block;
    width: 100%;
  }
  .mod-20 .history-groups .box-s .box-list {
    margin-left: 0;
  }
  .mod-20 .history-groups .gallery-top {
    margin-bottom: 30px;
  }

  .mod-20 .slider-nav .slick-prev,
  .mod-20 .slider-nav .slick-next,
  .mod-20 .slider-nav .slick-prev:hover,
  .mod-20 .slider-nav .slick-next:hover{
    width: 100px;
    height: 30px;
    background-size: contain;
  }


  .mod-21 .honor-groups {
    margin-bottom: 50px;
  }
  .mod-21 .honor-groups .swiper-button-next,
  .mod-21 .honor-groups .swiper-button-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .mod-21 .honor-groups .swiper-button-next:after,
  .mod-21 .honor-groups .swiper-button-prev:after {
    font-size: 20px;
  }

  .mod-21 .honor-groups .slick-prev,.mod-21 .honor-groups .slick-next{
    width: 48px;
    height: 48px;
    background-size: contain;
  }

  .mod-22 .main-cont {
    padding: 30px 15px;
  }
  .mod-22 .row {
    margin-left: -2%;
    margin-right: -2%;
  }
  .mod-22 .row .box-w {
    padding-left: 2%;
    padding-right: 2%;
  }
  .mod-22 box-map {
    position: relative;
  }
  .mod-22 box-map .img-map {
    display: block;
    width: 100%;
  }
  .mod-22 .box-info .box-title {
    line-height: 32px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  .mod-22 .box-info .box-title:after {
    content: '';
    width: 8px;
    height: 32px;
    background-color: #ff8400;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .mod-22 .box-info .box-txt-01 {
    margin-bottom: 40px;
  }
  .mod-22 .box-info .box-txt-01 .box-s {
    margin-bottom: 10px;
  }
  .mod-22 .box-info .box-txt-01 .box-groups > div {
    float: left;
    width: 50%;
  }
  .mod-22 .box-info .box-txt-02 .txt-s {
    position: relative;
    line-height: 34px;
    letter-spacing: 1px;
    color: #eeeeee;
    padding-left: 15px;
  }
  .mod-22 .box-info .box-txt-02 .txt-s:after {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    top: 13px;
  }
  /*index*/
  .index-box-02 .box-w:last-child .box-s {
    margin-bottom: 0;
  }
  .index-box-02 .box-s {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .index-box-02 .box-s:after {
    height: 4px;
  }
  .index-box-02 .box-s .box-icon {
    width: 112px;
    height: 88px;
    margin: 20px auto 20px;
  }
  .index-box-02 .box-s .box-icon img {
    display: block;
  }
  .index-box-02 .box-s .box-txt {
    min-height: auto;
  }
  .index-box-03 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-03 .row .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-box-03 .box-s {
    height: 310px;
    padding: 30px 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .index-box-03 .box-s .box-icon {
    width: 100px;
    height: 125px;
    margin-bottom: 40px;
  }
  .index-box-04 .fp-slide, .index-box-04 .fp-tableCell, .index-box-04.fp-section {
    height: auto!important;
  }
  .index-box-04 .logo-list {
    margin-left: 0;
    margin-right: 0;
  }
  .index-box-04 .logo-list > div {
    padding-left: 0;
    padding-right:0;
    margin-bottom: 10px;
    float: left;
    width: 24%;
    height: 30px;
  }
  .index-box-04 .logo-list > div img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-box-05 .box-s {
    background-color: rgba(34, 63, 106, 0.82);
    margin-bottom: 15px;
    height: 220px;
    padding: 20px 105px 20px 15px;
    color: #fff;
    border-radius: 8px;
    position: relative;
  }
  .index-box-05 .box-s .box-icon {
    position: absolute;
    width: 70px;
    right: 15px;
    top: 52px;
  }
  .index-box-05 .box-s .box-icon img {
    display: block;
  }
  .index-box-06 .main-cont {
    margin-bottom: 30px;
  }
  .index-box-06 .box-w {
    margin-bottom: 15px;
  }
  /*弹窗*/
  .up-box {
    left: 15px;
    right: 15px;
    transform: translate(0, -50%);
  }
  .up-box .box-cont {
    width: 100%;
      padding: 70px 30px 0;
    height: 480px;
  }

  .up-box .box-cont .box-erwm {
    right: 24px;
    bottom: 10px;
  }
  .up-box .box-cont .box-erwm img {
    display: block;
    width: 44px;
    height: 44px;
  }
    .up-box .inp-s{padding-left: 10px;padding-right: 10px;}
  .up-box .up-close {
    top: 10px;
    right: 10px;
  }
  .up-box .inp-s {
    height: 42px;
    line-height: 40px;
  }
  .up-box .inp-s.text-s {
    height: 80px;
  }
  .up-box .a-s {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 108px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    border: solid 1px #929db3;
    color: #929db3;
  }
  .up-box .box-s {
    padding-left: 80px;
    line-height: 42px;
    min-height: 42px;
    margin-bottom: 10px;
  }
  .up-box .box-s .title-s {
    font-size: 16px;
  }
  .up-box .box-s .inp-wrap {
    position: relative;
  }
  .news-details {
    padding: 30px 15px;
  }

  .mod-21 .honor-tabs-title span {
    margin-left: 10px;
    margin-right: 10px;
  }
    .mod-20 .history-groups .box-s .box-list .box-s{margin-bottom: 10px}
    .mod-20 .slider-for{margin-bottom: 20px}
    .mod-20 .history-groups .box-s .box-list{height: 140px}

    .other-banner .b-a {height: 48px;margin: 15px auto 0;line-height: 45px;background-size: auto 48px;font-size: 15px;background-position: center center;}
    .other-banner .mstyjjfa{padding-left: 0 !important;width: 112px;text-align: center}
    .more-wrapydd{margin-bottom: 30px}
}


/*# sourceMappingURL=media-style.css.map */