/*多行溢出*/
/*网站响应样式*/
@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: 1499px) {
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .index-banner {
    height: 300px;
  }
  .m29 {
    margin: 0 -15px;
  }
  .p29 {
    padding: 0 15px;
  }
  .contact-box {
    height: 400px;
  }
  .contact-box .info {
    padding: 30px 80px 30px 80px;
  }
}
@media (max-width: 1279px) {
  .col-ny-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .col-ny-9 {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
  .contact-box {
    height: 360px;
  }
  .contact-box .info {
    padding: 25px 40px;
  }
  .contact-box .logo-box {
    width: 330px;
    padding-bottom: 25px;
  }
  .contact-box .info ul li {
    margin-bottom: 37px;
  }
}
@media (max-width: 1199px) {
  .head-logo {
    margin-top: 0;
  }
  .nav-right-top {
    padding: 3px 0;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 18px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-left: 18px;
  }
  nav.navbar {
    margin-top: 35px;
  }
  .index-banner {
    height: 270px;
  }
  .jknav li img {
    width: 36px;
    height: 36px;
  }
  .jknav li p {
    font-size: 16px;
  }
  .jknav {
    padding: 18px 0;
    margin-bottom: 45px;
  }
  .index-shadow-bg {
    padding: 25px 20px;
  }
  .news-top-box {
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
  }
  .news-list li {
    margin-bottom: 14px;
  }
  .index-box1 .index-shadow-bg {
    min-height: 396px;
  }
  .libjj-list a {
    border-radius: 0px 20px 0px 20px;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 8px;
  }
  .libjj-list li:nth-child(2n) a {
    border-radius: 20px 0px 20px 0px;
  }
  .libjj-list a:hover {
    border-radius: 20px !important;
  }
  .index-tab-title .title {
    width: 190px;
    margin-right: 12px;
    font-size: 16px;
  }
  .index-zy-bg {
    padding: 20px 20px 10px 20px;
    min-height: 404px;
  }
  .index-zy-bg a {
    margin-bottom: 15px;
  }
  .index-zy-bg .col-xl-3:nth-child(4n+1) {
    clear: none;
  }
  .index-zy-bg .col-xl-3:nth-child(2n+1) {
    clear: left;
  }
  .index-box {
    padding: 45px 0;
  }
  .index-shadow-bg.wlpx-bg {
    padding: 25px 0;
  }
  .index-box3 .index-shadow-bg {
    min-height: 428px;
  }
  .other-menu .menu-title {
    min-height: 60px;
    padding: 15px 20px;
  }
  .other-menu .menu-cont .box-a {
    padding: 0 10px;
  }
  .contact-box {
    height: 300px;
  }
  .contact-box .logo-box {
    width: 180px;
    padding-bottom: 15px;
  }
  .contact-box .line {
    margin-bottom: 15px;
  }
  .contact-box .info .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contact-box .info .txt {
    font-size: 14px;
    line-height: 26px;
  }
  .contact-box .info .txt span {
    float: none;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .contact-box .info ul li {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  header .container {
    position: relative;
  }
  .head-logo {
    margin-top: 10px;
  }
  nav.navbar {
    display: none;
  }
  .toggle {
    display: block;
    top: 40px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #2C61BA;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #2C61BA;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #2C61BA;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #2C61BA;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #2C61BA;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #2C61BA;
    border-left: 2px solid #2C61BA;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #2C61BA;
    border-left: 2px solid #2C61BA;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #2C61BA;
    border-left: 2px solid #2C61BA;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .col-ny-3,
  .col-ny-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .libjj-desc {
    -webkit-line-clamp: 3;
    height: 90px;
  }
  .index-box1 .index-shadow-bg {
    min-height: auto;
  }
  .index-tab-title .title {
    width: auto;
    margin-right: 10px;
    padding: 5px 10px;
    height: 50px;
  }
  .index-zy-bg {
    min-height: auto;
  }
  .index-box3 .index-shadow-bg {
    min-height: auto;
  }
  .footer {
    padding: 40px 0;
  }
  .cy-link-box {
    height: 260px;
  }
  .contact-box {
    height: auto;
  }
  .contact-box .img-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .contact-box .info {
    height: auto;
    padding: 30px 25px;
  }
  .contact-box .logo-box {
    width: 300px;
    padding-bottom: 25px;
  }
  .contact-box .line {
    margin-bottom: 30px;
  }
  .contact-box .info ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header-top {
    background-size: 100% 100%;
  }
  .nav-right-top a {
    font-size: 12px;
    line-height: 22px;
  }
  .head-logo {
    margin-top: 15px;
    width: 280px;
  }
  .toggle {
    top: 30px;
  }
  header {
    padding-bottom: 16px;
  }
  .index-banner {
    height: 170px;
  }
  .jknav {
    margin-top: -105px;
    padding: 15px 0 1px;
    margin-bottom: 30px;
  }
  .jknav li {
    width: 33.33333333%;
    margin-bottom: 15px;
  }
  .index-title .fl span {
    font-size: 22px;
  }
  .mb45 {
    margin-bottom: 30px;
  }
  .news-top-box {
    padding: 15px;
  }
  .news-top-box .date div {
    font-size: 12px;
  }
  .news-top-box .date div:nth-child(1) {
    font-size: 18px;
  }
  .news-top-box .date {
    width: 80px;
    height: 64px;
    margin-right: 20px;
  }
  .news-top-box .title {
    font-size: 16px;
    overflow: visible;
    white-space: normal;
  }
  .news-list .title {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
  .news-list .date {
    position: static;
  }
  .index-box {
    padding: 30px 0;
  }
  .index-tab-title .title {
    margin-right: 0;
    padding: 5px 2px;
    font-size: 14px;
    line-height: 15px;
    width: 25%;
  }
  .index-zy-bg {
    max-height: 294px;
  }
  .index-shadow-bg.wlpx-bg {
    padding: 20px 0;
  }
  .wlpx-list li {
    padding: 0 15px;
  }
  .wlpx-list a {
    padding: 15px 0;
  }
  .wlpx-list .date {
    float: none;
    margin-right: 0;
  }
  .wlpx-list .title {
    margin-top: 8px;
    overflow: visible;
    white-space: normal;
    padding-right: 50px;
  }
  .wlpx-list a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer span,
  .footer a {
    font-size: 12px;
    line-height: 30px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .ny-right {
    padding: 20px 15px 30px 15px;
  }
  .ny-right .right-title {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .ny-right .right-title .title {
    float: none;
    font-size: 20px;
  }
  .ny-right .right-title .title::before {
    display: none;
  }
  .bread-crumbs {
    float: none;
  }
  .wz-list {
    margin-bottom: 30px;
  }
  .wz-list a {
    padding: 15px 15px 15px 36px;
  }
  .wz-list a::before {
    top: 26px;
  }
  .wz-list .date {
    position: static;
    font-size: 14px;
  }
  .wz-list .title {
    font-size: 16px;
    line-height: 28px;
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .detail-top .top-other {
    margin-top: 12px;
  }
  .details-page .detail-top {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page .cont-page {
    margin-top: 20px;
    padding-top: 20px;
  }
  .contact-box .logo-box {
    width: 100%;
  }
}
