/*多行溢出*/
/*网站响应样式*/
@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: auto;
    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: auto;
    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: auto;
    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: auto;
    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: 1440px) {
  .header .header-logo {
    max-width: 1020px;
  }

  nav.navbar.bootsnav .container {
    padding-right: 80px;
    padding-left: 80px;
  }

  /* nav.navbar.bootsnav ul.nav>li {
    width: 20%;
  } */

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 62px !important;
  }

}

@media (max-width: 1366px) {
  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 48px !important;
  }

  .header .header-logo {
    max-width: 900px;
  }

  .header .header-dh {
    width: 150px;
    height: 150px;
    margin: -40px auto 0;
  }

  .kynx-toplubo {
    width: 770px;
    height: 418px;
  }

  .kynx-topinfo {
    min-height: 418px;
    padding: 20px 22px 46px 22px;
  }

  .kynx-topinfo .info1 .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .topinfo-list li {
    margin-bottom: 10px;
  }

  .box2-leftimg .img-box {
    height: 260px;
    overflow: hidden;
  }

  .box2-rightimg .img-box {
    height: 152px;
  }

  .zdsx-cont {
    line-height: 30px;
  }

  .jcfc-a .img-box {
    height: 146px;
  }

  .twlist1-a .img-box {
    height: 171px;
  }

  .twpx-a .img-box {
    height: 171px;
  }

  .m35 {
    margin: 0 -15px;
  }

  .p35 {
    padding: 0 15px;
  }

  .active-a .desc {
    line-height: 22px;
  }

  .topinfo-a {
    -webkit-line-clamp: 1;
  }

  .active-a .desc {
    padding: 34px 70px 20px 15px;
  }

  .kynx2023-ny-box {
    min-height: calc(100vh - 380px);
  }
}

@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav>li {
    width: 20%;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 0px !important;
  }

  .header .header-logo {
    max-width: 870px;
  }

  .header .header-dh {
    width: 145px;
    height: 145px;
    margin: -36px auto 0;
  }

  nav.navbar.bootsnav .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .box2-leftimg .img-box {
    height: 246px;
  }

  .box2-rightimg .img-box {
    height: 146px;
  }

  .m20 {
    margin: 0 -15px;
  }

  .p20 {
    padding: 0 15px;
  }

  .jcfc-a .img-box {
    height: 138px;
  }

  .footer .footer-logo {
    width: 270px;
    margin-right: 30px;
  }

  .footer .footer-info {
    overflow: hidden;
    margin-top: 6px;
  }

  .twlist1-a .img-box {
    height: 162px;
  }

  .twpx-a .img-box {
    height: 162px;
  }

  .active-a .desc {
    padding: 34px 70px 20px 15px;
  }
}

@media (max-width: 1199px) {
  .header .header-logo {
    max-width: 760px;
  }

  .header .header-dh {
    width: 130px;
    height: 130px;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 24px;
  }

  .kynx-toplubo {
    width: 600px;
    height: 326px;
  }

  .kynx-topinfo {
    min-height: 326px;
    padding: 22px 20px 46px 20px;
  }

  .kynx-topinfo .info1 .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .kynx-topinfo .info1 .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .kynx-topinfo .topinfo-morebtn {
    right: 20px;
    bottom: 15px;
  }


  .topinfo-list li {
    margin-bottom: 5px;
  }

  .topinfo-a {
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
  }

  .topinfo-a::before {
    top: 8px;
  }

  .box2-leftimg .img-box {
    height: 201px;
  }

  .m11,
  .m13 {
    margin: 0 -15px;
  }

  .p11,
  .p13 {
    padding: 0 15px;
  }

  .index-box2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .box2-rightimg .img-box {
    height: 116px;
  }

  .index-title {
    font-size: 30px;
    padding: 20px 0 20px 75px;
    background-size: 70px 60px;
  }

  .index-box3 {
    padding: 30px 0 45px 0;
  }

  .zdsx-cont {
    font-size: 17px;
    line-height: 26px;
    padding: 25px 20px 120px 20px;
    min-height: 480px;
  }

  .active-a {
    min-height: 480px;
  }

  .active-a .img-box {
    width: 25px;
    height: 189px;
  }

  .active-a .desc {
    display: none !important;
  }

  .jcfc-a .img-box {
    height: 112px;
  }

  .index-box4 {
    padding: 40px 0 40px 0;
  }

  .tw1-box .row .col-lg-3:nth-child(4n+1) {
    clear: none;
  }

  .tw1-box .row .col-lg-3:nth-child(3n+1) {
    clear: left;
  }

  .twlist1-a .img-box {
    height: 178px;
  }

  .twpx-a .img-box {
    height: 178px;
  }

  .active-kynx li {
    width: calc((100% - 40px)/3) !important;
  }

  .active-a::before {
    display: none !important;
  }

  .tp-top-ewm {
    float: none;
    margin-top: 10px;
  }

  .tp-top-ewm .ewm-btn {
    color: #D31E43;
    font-size: 16px;
    font-weight: bold;
  }

  .tp-top-ewm .ewm-box .img-box {
    width: 65px;
    margin: 0 auto;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }



}

@media (max-width: 991px) {
  .body2023 {
    background-size: 100% 630px;
  }

  .header .header-logo {
    max-width: 80%;
  }

  .header .header-dh {
    width: 100px;
    height: 100px;
  }

  .header .container {
    position: relative;
  }

  .pc-nav {
    display: none;
  }

  .toggle {
    top: -80px;
    right: 15px;
  }

  .social-share .icon-wechat .wechat-qrcode {
    left: -120px;
  }

  .social-share .icon-wechat .wechat-qrcode:after {
    left: 82%;
  }

  .index-box1 {
    padding: 0;
  }

  .kynx-toplubo {
    float: none;
    width: 100%;
    height: 390px;
  }

  .kynx-md-4,
  .kynx-md-8,
  .kynx-md-5,
  .kynx-md-7 {
    width: 100%;
  }

  .box2-leftimg {
    margin-bottom: 30px;
  }

  .box2-leftimg .img-box {
    height: 476px;
  }

  .box2-rightimg .img-box {
    height: 139px;
  }

  .zdsx-cont {
    background: url(2023-3-20-bg3.png) no-repeat center bottom;
    /* padding: 35px 30px 190px 30px; */
    min-height: 430px;
    margin-bottom: 30px;
  }

  .index-box4 .swiper-btn {
    display: none;
  }

  .kynx-index-swiper-box {
    display: none;
  }

  .kynx-jcfclubo {
    display: block !important;
  }

  .jcfcph-lun .img-box {
    height: 225px;
  }

  .footer .footer-info {
    margin-top: 0px;
  }

  .tw1-box .row .col-lg-3:nth-child(3n+1) {
    clear: none;
  }

  .tw1-box .row .col-lg-3:nth-child(2n+1) {
    clear: left;
  }

  .twlist1-a .img-box {
    height: 205px;
  }

  .twpx-a .img-box {
    height: 205px;
  }

  .topinfo-list li {
    margin-bottom: 15px;
  }

}

@media (max-width: 767px) {
  .body2023 {
    background-size: 100% 275px;
  }

  .header {
    padding: 50px 0 22px 0;
  }

  .header .header-logo {
    max-width: 95%;
  }

  .header .header-dh {
    width: 65px;
    height: 65px;
    margin: -20px auto 0;
  }

  .kynx-toplubo {
    height: auto;
  }

  .kynx-toplubo .owl-dots {
    right: 50%;
    bottom: -22px;
    transform: translateX(50%);
  }

  .kynx-toplubo .owl-dots .owl-dot {
    background: #C81A22;
  }

  .kynx-toplubo .owl-prev,
  .kynx-toplubo .owl-next {
    top: 40%;
  }

  .top-lun .img-box::before {
    display: none;
  }

  .top-lun .lunb-title {
    position: static;
    padding: 6px 0;
    color: #C81A22;
    font-size: 16px;
    line-height: 24px;
    overflow: initial;
    white-space: normal;
  }

  .kynx-topinfo {
    margin-top: 50px;
  }

  .kynx-topinfo .info1 .title {
    display: block;
    overflow: initial;
  }

  .topinfo-a {
    display: block;
    overflow: initial;
    text-align: justify;
  }

  .box2-leftimg .img-box {
    height: auto;
  }

  .box2-leftimg .title {
    white-space: normal;
    overflow: initial;
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
    padding: 60px 20px 5px 20px;
  }

  .box2-rightimg {
    margin-bottom: 30px;
  }

  .box2-rightimg .img-box {
    height: auto;
  }

  .box2-rightimg .title {
    white-space: normal;
    overflow: initial;
    text-align: justify;
  }

  .box2-rightimg .desc {
    display: block;
    overflow: initial;
    text-align: justify;
  }

  .index-box2 {
    margin-bottom: 5px;
  }

  .index-title {
    font-size: 26px;
    padding: 15px 0 15px 70px;
    background-size: 60px 50px;
  }

  .zdsx-cont {
    background: url(2023-3-20-bg3.png) no-repeat right bottom;
  }

  .jcfcph-lun .img-box {
    height: auto;
  }

  .jcfcph-lun .lunb-title {
    display: block;
    overflow: initial;
    text-align: justify;
  }

  .jcfcph-lun .source {
    white-space: normal;
    overflow: initial;
    text-align: justify;
  }

  .footer .footer-logo {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .footer .footer-info {
    text-align: center;
    margin-top: 20px;
  }

  .footer .footer-info span,
  .footer .footer-info a {
    font-size: 14px;
    line-height: 22px;
  }

  .kynx2023-ny-box {
    margin: 0 0 30px 0;
    padding: 0 15px 20px 15px;
  }

  .right-top {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .right-top .ny-r-title {
    float: none;
    margin-bottom: 6px;
  }

  .right-top .ny-r-title::before {
    display: none;
  }

  .right-top .bread-crumbs {
    float: none;
  }

  .details-page .main-cont p {
    line-height: 26px;
  }

  .details-page .main-cont  div {
    line-height: 26px;
  }

  .twlist1-a .img-box {
    height: auto;
  }

  .twlist1-a .title {
    display: block;
    overflow: initial;
    text-align: justify;
  }

  .twlist1-a .source {
    white-space: normal;
    overflow: initial;
    text-align: justify;
  }

  .twpx-a .img-box {
    height: auto;
  }

  .twpx-a .title {
    display: block;
    overflow: initial;
    text-align: justify;
  }

  .twpx-a .source {
    white-space: normal;
    overflow: initial;
    text-align: justify;
  }

  .tw1-box .ui-select-wrap {
    width: 100% !important;
    margin: 0 auto 30px;
  }

  .wz-a .title {
    text-align: justify;
    white-space: normal;
    overflow: initial;
    padding: 0;
    margin-bottom: 5px;
  }

  .active-kynx li a {
    pointer-events: auto !important;
  }


  .d-box {
    display: none !important;
  }

  .modal {
    display: none !important;
  }

  .tp-top-ewm .ewm-box {
    display: none;
  }

  .tp-toptip-box .tp-search {
    width: 100%;
    margin-bottom: 10px;
  }

  .tp-toptip-box .tp-tip {
    width: 100%;
  }

  .toggle {
    top: 100px;
  }

  .tp-top-ewm .ewm-btn {
    color: #FFF;
    float: right;
    margin-right: 0;
  }

  .modal-backdrop {
    display: none !important;
  }

  #_logi_btn {
    pointer-events: none;
  }

  .details-page .main-cont.cont-xilan img {
    width: 100%;
  }

  .details-page video {
    max-width: 100% !important;
    width: 100%;
  }

}