/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {
  /*other-menu*/
  .other-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-01 .info-top .box-info {
    padding: 20px 15px;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  .comp-personnel-details-03 .details-info {
    float: none;
  }
}
/*网站响应样式*/
@media (max-width: 1599px) {
  .channer-menu.menu-more .menu-cont {
    margin-top: -70px;
  }
  .channer-menu.menu-more .a-box {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .channer-menu .a-box {
    max-width: 160px;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
  }
  .list-img-txt-02 .box-s {
    margin-bottom: 60px;
  }
  .list-img-txt-02 .box-s .box-info {
    padding: 70px 80px 20px;
  }
  .list-img-txt-03 .box-s {
    margin-bottom: 60px;
  }
  .list-img-txt-03 .box-s .box-info {
    padding: 40px 80px 40px;
    position: relative;
    margin-top: 40px;
    min-height: auto;
  }
  .product-mod-02 .box-s {
    padding: 30px 25px 20px;
  }
  .product-mod-02 .box-s .box-icon {
    margin-bottom: 10px;
  }
  .product-mod-02 .box-s .box-icon img {
    height: 50px;
  }
  .product-mod-02 .box-s .box-txt {
    line-height: 30px;
  }
  .product-mod-04 .box-info {
    padding: 60px 70px;
  }
  .product-mod-05 .box-s {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    min-height: 200px;
    padding: 40px 30px 20px 120px;
  }
  .product-mod-05 .box-s .box-icon {
    left: 30px;
    top: 40px;
  }
  .about-box-04 .box-s {
    margin-bottom: 35px;
  }
  .about-box-04 .box-s .box-img img {
    height: 196px;
  }
  .about-box-05 .box-s {
    padding: 38px 36px 0;
    height: 400px;
  }
  .about-box-05 .box-s .box-img img {
    height: 298px;
  }
  .index-box-05 ul li .box-s {
    height: 150px;
    line-height: 150px;
  }
}
@media (max-width: 1439px) {
  .h44 {
    font-size: 38px;
  }
  .h40 {
    font-size: 34px;
  }
  .h34 {
    font-size: 30px;
  }
  .h28 {
    font-size: 24px;
  }
  .h20 {
    font-size: 19px;
  }
  .h18 {
    font-size: 17px;
  }
  .h16 {
    font-size: 15px;
  }
  .other-banner.about-banner .banner-cont {
    height: 600px;
  }
  .other-banner .banner-cont {
    height: 400px;
    padding-bottom: 50px;
  }
  .other-banner .banner-txt-02 {
    padding-top: 20px;
  }
  .public-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .public-title {
    margin-bottom: 50px;
  }
  .page-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .h50 {
    font-size: 36px;
  }
  .h44 {
    font-size: 34px;
  }
  .h40 {
    font-size: 30px;
  }
  .h38 {
    font-size: 28px;
  }
  .h34 {
    font-size: 26px;
  }
  .h28 {
    font-size: 24px;
  }
  .public-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .public-title {
    margin-bottom: 40px;
  }
  .public-title .title-ch {
    margin-bottom: 5px;
  }
  .page-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .list-img-txt .box-s {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .list-img-txt .box-s .box-img {
    overflow: hidden;
    float: left;
    margin-left: 0;
    margin-right: 30px;
  }
  .list-img-txt .box-s .box-info {
    overflow: hidden;
    padding-top: 0;
  }
  .list-img-txt .box-s .box-info .info-date {
    float: none;
    width: 100%;
    margin-right: 0;
    border-right: none;
    min-height: auto;
    overflow: hidden;
  }
  .list-img-txt .box-s .box-info .info-date > div {
    display: inline-block;
  }
  .list-img-txt .box-s .box-info .info-date .date-more {
    display: none;
  }
  .list-img-txt-02 .box-s {
    margin-bottom: 50px;
  }
  .list-img-txt-02 .box-s .box-info {
    padding: 60px 50px 20px;
  }
  .list-img-txt-03 .box-s {
    margin-bottom: 60px;
  }
  .list-img-txt-03 .box-s .box-info {
    padding: 40px;
    position: relative;
    margin-top: 40px;
    min-height: auto;
    line-height: 2;
  }
  .case-info-top .box-info {
    padding-top: 0;
  }
  .case-info-top .box-info .info-title {
    margin-bottom: 20px;
  }
  .case-info-top .box-info .info-other {
    margin-bottom: 20px;
  }
  .case-info-top .scroll-img .scroll-next,
  .case-info-top .scroll-img .scroll-prev {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .case-info-top .scroll-img .scroll-next {
    right: 20px;
  }
  .case-info-top .scroll-img .scroll-prev {
    left: 20px;
  }
  .case-info-btm .box-s {
    min-height: 300px;
    padding: 55px 35px 10px;
    background: #fff;
    margin-bottom: 30px;
  }
  .channer-menu.menu-more .a-box {
    padding-left: 3px;
    padding-right: 3px;
  }
  .channer-menu.menu-more .a-box .txt-s {
    font-size: 15px;
  }
  .channer-menu .a-box {
    max-width: 120px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .channer-menu .a-box .icon-s {
    height: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .channer-menu .a-box .icon-s img {
    height: 32px;
  }
  .product-mod-04 .box-info {
    padding: 25px 30px;
  }
  .product-mod-05 .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .product-mod-05 .box-s {
    min-height: 140px;
    padding: 40px 30px 30px 120px;
    margin-bottom: 30px;
  }
  .mod-xxtj {
    padding-top: 30px;
  }
  .about-box-04 .box-s .box-img img {
    height: 160px;
  }
  .about-box-02 .thumbs-wrap {
    float: none;
    width: 100%;
    margin-top: 0;
    height: auto;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .about-box-02 .thumbs-wrap .gallery-thumbs {
    height: auto;
    position: relative;
  }
  .about-box-02 .thumbs-wrap .gallery-thumbs::before {
    display: none;
  }
  .about-box-02 .thumbs-wrap .box-s {
    padding-left: 0;
    text-align: center;
  }
  .about-box-02 .thumbs-wrap .box-s::after {
    display: none;
  }
  .about-box-02 .gallery-top .box-s .box-img {
    width: 100%;
  }
  .about-box-02 .thumbs-next,
  .about-box-02 .thumbs-prev {
    left: auto;
    margin-top: 0;
    top: 20px;
  }
  .about-box-02 .thumbs-next::after,
  .about-box-02 .thumbs-prev::after {
    display: none;
  }
  .about-box-02 .thumbs-prev {
    left: 0;
    transform: rotate(-90deg);
  }
  .about-box-02 .thumbs-next {
    bottom: auto;
    right: 0;
    transform: rotate(-90deg);
  }
  .index-box-03 {
    padding-top: 140px;
  }
  .other-mb {
    margin-bottom: 30px;
  }
  .index-box-05 ul li {
    width: 25%;
    margin-bottom: 20px;
  }

  .index-box-05 ul li .box-s {
    height: 220px;
    line-height: 220px;
  }
}
@media (max-width: 991px) {
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    padding-right: 0;
    border-bottom: none;
    float: left;
    width: 280px;
  }
  .footer .footer-info .info-list {
    display: none;
  }
  .footer .footer-info .info-other {
    position: static;
  }
  .footer .footer-info .info-other .other-erwm img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-info .info-other .other-tel {
    line-height: 1.6;
    text-align: center;
  }
  .footer .footer-copy {
    padding-bottom: 15px;
    padding-top: 80px;
    line-height: 32px;
    text-align: center;
  }
  .mod-qywh-02 .yggh-scroll {
    width: 496px;
  }
  .mod-qywh-02 .box-s {
    margin-top: 70px;
  }
  .mod-qywh-02 .swiper-slide {
    width: 310px !important;
  }
  .mod-qywh-02 .swiper-slide-active {
    width: 496px !important;
  }
  .mod-qywh-02 .swiper-slide-active .box-s .box-img img {
    height: 330px;
  }
  .contact-us .m-title {
    margin-bottom: 35px;
  }
  .contact-us .contact-us-info {
    margin-bottom: 30px;
  }
  .mod-rczp-top {
    margin-bottom: 60px;
  }
  .mod-rczp-top .box-img {
    margin-bottom: 30px;
  }
  .mod-rczp-top .box-info .info-title {
    margin-bottom: 35px;
  }
  .list-img-txt-02 .box-s {
    margin-bottom: 40px;
  }
  .list-img-txt-02 .box-s .box-info {
    padding: 50px 40px 40px;
  }
  .list-img-txt-03 .box-s {
    margin-bottom: 40px;
  }
  .list-img-txt-03 .box-s:nth-child(2n + 1) .box-info::after {
    left: 0;
  }
  .list-img-txt-03 .box-s:nth-child(2n) .box-info::after {
    right: 0;
  }
  .list-img-txt-03 .box-s .box-info {
    padding: 30px;
    position: relative;
    margin-top: 10px;
    min-height: auto;
    line-height: 2;
  }
  .case-info-top .box-info {
    padding-top: 25px;
  }
  .case-info-btm .box-s {
    padding: 45px 30px 10px;
  }
  .product-mod-03 .box-img {
    margin-bottom: 30px;
  }
  .product-mod-04 .box-info {
    padding: 30px;
  }
  .about-box-03 .box-s {
    margin-bottom: 30px;
  }
  .about-box-05 .box-s {
    padding: 30px 22px 0;
    height: 380px;
  }
  .about-box-05 .box-s .box-img img {
    height: 274px;
  }
  .index-banner:hover .banner-next {
    right: 15px;
  }
  .index-banner:hover .banner-prev {
    left: 15px;
  }
  .index-banner .banner-next::after,
  .index-banner .banner-prev::after {
    font-size: 30px;
  }
  .index-banner .banner-page {
    bottom: 20px;
  }
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 120px;
    border-bottom-width: 2px;
  }
  .index-banner .cont-main .banner-title {
    font-size: 38px;
  }
  .index-banner .cont-main .banner-txt {
    font-size: 22px;
  }
  .index-box-01 .box-img {
    margin-bottom: 30px;
  }
  .index-box-02 .banner-box {
    position: relative;
  }
  .index-box-02 .banner-box .box-img {
    height: 460px;
  }
  .index-box-05 ul li .box-s {
    height: 180px;
    line-height: 180px;
  }
}
@media (max-width: 767px) {
  .footer {
    position: relative;
  }
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 20px;
    float: none;
    width: 100%;
  }
  .footer .footer-info .info-list {
    display: none;
  }
  .footer .footer-info .info-other {
    position: static;
  }
  .footer .footer-info .info-other .other-erwm img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-info .info-other .other-tel {
    line-height: 1.6;
    text-align: center;
  }
  .footer .footer-copy {
    padding-bottom: 20px;
    padding-top: 0px;
    line-height: 26px;
    text-align: center;
  }
  .footer .footer-copy .toTop {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .h50 {
    font-size: 32px;
  }
  .h44 {
    font-size: 30px;
  }
  .h40 {
    font-size: 28px;
  }
  .h34 {
    font-size: 24px;
  }
  .h30 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h20 {
    font-size: 18px;
  }
  .h18 {
    font-size: 16px;
  }
  .other-banner.about-banner .banner-cont {
    height: 300px;
  }
  .other-banner .banner-cont {
    height: 280px;
    padding-bottom: 0;
  }
  .other-banner .banner-txt-02 {
    padding-top: 20px;
    line-height: 28px;
  }
  .channer-menu.menu-more .menu-cont {
    justify-content: flex-start;
  }
  .channer-menu.menu-more .a-box {
    max-width: 33.333%;
    height: 100px;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .channer-menu.menu-more .a-box .txt-s {
    line-height: 20px;
  }
  .channer-menu .menu-cont {
    flex-wrap: wrap;
    margin-top: 20px !important;
  }
  .channer-menu .a-box {
    flex: auto;
    max-width: 120px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    width: auto;
    height: 80px;
    padding-top: 8px;
    border-bottom-width: 2px;
    font-size: 16px;
  }
  .channer-menu .a-box .icon-s {
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .channer-menu .a-box .icon-s img {
    height: 28px;
  }
  .channer-menu .a-box .txt-s {
    font-size: 16px;
  }
  .public-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .public-title {
    margin-bottom: 30px;
  }
  .mod-qywh-01 .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .mod-qywh-01 .box-s {
    margin-bottom: 30px;
  }
  .mod-qywh-01 .box-s .box-icon {
    margin-bottom: 20px;
  }
  .mod-qywh-01 .box-s .box-icon img {
    height: 100px;
  }
  .mod-qywh-02 .yggh-scroll {
    width: 100%;
  }
  .mod-qywh-02 .box-s {
    margin-top: 0;
  }
  .mod-qywh-02 .swiper-slide {
    width: 100% !important;
  }
  .mod-qywh-02 .swiper-slide-active {
    width: 100% !important;
  }
  .mod-qywh-02 .swiper-slide-active .box-s .box-img img {
    height: auto;
  }
  .mod-qywh-02 .swiper-slide-active .box-s .box-info {
    padding: 20px 15px;
  }
  .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-us .m-title {
    margin-bottom: 25px;
  }
  .contact-us .contact-us-info {
    margin-bottom: 30px;
  }
  .contact-us .contact-us-info .box-s {
    margin-bottom: 25px;
  }
  .contact-us .contact-us-form .form-box {
    margin-bottom: 25px;
  }
  .mod-rczp-list .box-s {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mod-rczp-list .box-s .box-top .top-left {
    margin-bottom: 15px;
  }
  .mod-rczp-list .box-s .box-top .top-right .right-txt {
    text-align: left;
  }
  .list-img-txt-02 .box-s {
    margin-bottom: 30px;
  }
  .list-img-txt-02 .box-s:last-child {
    margin-bottom: 0;
  }
  .list-img-txt-02 .box-s .box-img img {
    height: auto;
  }
  .list-img-txt-02 .box-s .box-info {
    padding: 20px;
  }
  .list-img-txt-02 .box-s .box-info .info-txt {
    line-height: 30px;
    max-height: 90px;
  }
  .list-img-txt-03 .box-s {
    margin-bottom: 30px;
  }
  .list-img-txt-03 .box-s:last-child {
    margin-bottom: 0;
  }
  .list-img-txt-03 .box-s .box-info {
    padding: 20px;
  }
  .list-img-txt-03 .box-s .box-info .info-title {
    margin-bottom: 10px;
  }
  .case-info-btm .box-s {
    min-height: auto;
    padding: 25px 20px;
  }
  .case-info-btm .box-s .box-num {
    margin-bottom: 20px;
  }
  .case-info-btm .box-s .box-num img {
    height: 60px;
  }
  .case-info-btm .box-s .box-txt {
    line-height: 26px;
  }
  .product-mod-04 .box-info {
    padding: 25px 20px;
  }
  .product-mod-04 .box-info .info-txt {
    line-height: 2;
  }
  .list-img-txt .box-s {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .list-img-txt .box-s .box-img {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .title-wrap {
    margin-bottom: 20px;
  }
  .title-wrap > div {
    margin-bottom: 10px;
  }
  .about-tabs {
    width: 100%;
  }
  .about-tabs li {
    float: left;
    margin-right: 10px;
  }
  .about-box-04 .box-s {
    margin-bottom: 25px;
  }
  .about-box-04 .box-s .box-img img {
    height: auto;
  }
  .about-box-05 .box-s {
    background: url('../images/box-bg01.png') no-repeat;
    background-size: 100% 100%;
    padding: 38px 36px;
    height: auto;
  }
  .about-box-05 .box-s .box-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    display: none;
  }
  .index-banner .banner-page {
    bottom: 15px;
  }
  .index-banner .banner-page .swiper-pagination-bullet {
    width: 60px;
    border-bottom-width: 2px;
    font-size: 18px;
  }
  .index-banner .cont-main .banner-title {
    font-size: 26px;
  }
  .index-banner .cont-main .banner-txt {
    font-size: 20px;
  }
  .index-banner .banner-box {
    height: 300px;
    position: relative;
  }
  .index-banner .banner-box img {
    height: 300px;
    max-width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index-title {
    margin-bottom: 35px;
  }
  .index-box-01 .box-img .img-01 {
    max-width: 80%;
  }
  .index-box-01 .box-img .img-02 {
    max-width: 80%;
    margin-top: -150px;
  }
  .index-box-03 {
    padding-top: 100px;
  }
  .index-box-05 ul li {
    width: 50%;
  }
  .index-box-05 ul li .box-s {
    height: 180px;
    line-height: 180px;
  }
}
