/*多行溢出*/
/*网站响应样式*/
@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) {
  .zybs-swiper .img-box {
    height: 390px;
  }
  .zybs-index-list li {
    padding: 22px 0 21px 0;
  }
}
@media (max-width: 1399px) {
  .zybs-swiper .img-box {
    height: 365px;
  }
  .zybs-index-list .title {
    font-size: 20px;
    line-height: 32px;
    max-height: 32px;
  }
  .zybs-index-list li:first-child .title {
    max-height: 64px;
    margin-bottom: 12px;
  }
  .zybs-index-list .date div:nth-child(1) {
    font-size: 32px;
  }
  .zybs-index-list .info {
    padding-top: 9px;
  }
}
@media (max-width: 1279px) {
  header .container {
    top: 30px;
    left: 15px;
    transform: translateX(0);
  }
  .index-box1 .top-tip {
    border-radius: 50px 50px 50px 0px;
    font-size: 52px;
    line-height: 110px;
    margin-bottom: 60px;
  }
  .index-box {
    padding: 60px 0;
  }
  .zybs-swiper .img-box {
    height: 330px;
  }
  .zybs-index-list .desc {
    -webkit-line-clamp: 2;
    max-height: 52px;
  }
  .zybs-index-list li {
    padding: 20px 0 19px 0;
  }
  .xxzl-index-list .img-box {
    width: 280px;
    height: 163px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: 25px;
  }
  .xxzl-index-list {
    margin-left: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .xxzl-index-list .title {
    height: 143px;
  }
}
@media (max-width: 1199px) {
  nav.navbar ul.navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 5px !important;
  }
  nav.navbar {
    min-height: 50px;
  }
  nav.navbar ul.navbar-nav > li > a::before {
    height: 3px;
  }
  .index-box1 .top-tip {
    padding: 10px 20px;
    font-size: 42px;
    line-height: 60px;
  }
  .zybs-swiper .img-box {
    height: 273px;
  }
  .zybs-index-list .title {
    font-size: 18px;
    line-height: 30px;
    max-height: 30px;
  }
  .zybs-index-list li {
    padding: 10px 0 9px 0;
  }
  .zybs-index-list li:first-child .title {
    max-height: 60px;
  }
  .xxzl-index-list .img-box {
    width: 210px;
    height: 122px;
  }
  .xxzl-index-list .title {
    height: 106px;
  }
}
@media (max-width: 991px) {
  .toggle {
    display: none;
  }
  header .container {
    top: 20px;
  }
  header .zjg-logo {
    width: 395px;
  }
  .index-box {
    padding: 45px 0;
  }
  .index-box1 .top-tip {
    font-size: 30px;
    line-height: 40px;
    border-radius: 40px 40px 40px 0px;
    margin-bottom: 45px;
  }
  .m30 {
    margin: 0px -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .col-lgindex-5,
  .col-lgindex-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zybs-swiper {
    margin-bottom: 45px;
  }
  .zybs-swiper .img-box {
    height: 440px;
  }
  .zybs-index-list li {
    padding: 24px 0 23px 0;
  }
  .xxzl-index-list {
    margin-bottom: 30px;
  }
  .mbindex {
    margin-bottom: 30px;
  }
  .mtpl-index-list a {
    border-radius: 0px 40px 40px 0px;
    padding: 30px 25px 20px 25px;
  }
}
@media (max-width: 767px) {
  header .banner1 {
    display: none;
  }
  header .banner2 {
    width: 100%;
    display: block;
  }
  nav.navbar {
    display: none;
  }
  .toggle {
    display: block;
    top: 31px;
    right: 13px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #FFD180;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #FFD180;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #BA0300;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #BA0300;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #BA0300;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #BA0300;
    border-left: 2px solid #BA0300;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #BA0300;
    border-left: 2px solid #BA0300;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #BA0300;
    border-left: 2px solid #BA0300;
  }
  .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: 22px;
    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);
  }
  header .container {
    position: static;
    background: #C00A0B;
  }
  header .zjg-logo {
    width: 295px;
    padding: 22px 0;
  }
  .index-box {
    padding: 30px 0;
  }
  .index-box1 .top-tip span:nth-child(2) {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .index-box1 .top-tip {
    font-size: 26px;
    line-height: 30px;
    border-radius: 20px 20px 20px 0px;
    margin-bottom: 30px;
  }
  .index-title .title img {
    max-height: 60px;
  }
  .index-title .title span {
    font-size: 14px;
    padding: 0 30px 0 30px;
    background: url(../images/zjg-bg2.png) no-repeat left center / 25px 16px, url(../images/zjg-bg3.png) no-repeat right center / 25px 16px;
    letter-spacing: 0px;
  }
  .index-title .title span::before,
  .index-title .title span::after {
    top: 5px;
  }
  .index-title .title::before,
  .index-title .title::after {
    bottom: 16px;
  }
  .index-title .more {
    top: 20px;
    font-size: 14px;
  }
  .index-title {
    margin-bottom: 25px;
  }
  .zybs-swiper .img-box {
    height: 220px;
  }
  .zybs-swiper .zybs-pagination {
    display: none;
  }
  .zybs-swiper .title {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    overflow: visible;
    white-space: normal;
  }
  .zybs-swiper {
    margin-bottom: 30px;
  }
  .zybs-index-list .date div:nth-child(1) {
    font-size: 24px;
  }
  .zybs-index-list .date {
    margin-right: 20px;
  }
  .zybs-index-list .info {
    padding-top: 0px;
  }
  .zybs-index-list .title {
    font-size: 16px;
    line-height: 26px;
    max-height: none;
    display: block;
  }
  .zybs-index-list li:first-child .title {
    max-height: none;
  }
  .xxzl-index-list {
    margin-left: 0px;
    margin-top: 0px;
    padding: 20px 15px;
  }
  .xxzl-index-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .xxzl-index-list .title {
    height: auto;
  }
  .xxzl-index-list .title > div {
    font-size: 16px;
    line-height: 26px;
    height: auto;
    display: block;
  }
  .index-box3 {
    margin-bottom: 1px;
  }
  .dt-index-list a {
    border-radius: 20px 20px 20px 0px;
    padding: 20px 15px;
  }
  .dt-index-list .title {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
    overflow: visible;
    white-space: normal;
  }
  .dt-index-list .date {
    position: static;
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
  }
  .mtpl-index-list .title {
    font-size: 16px;
    line-height: 26px;
    overflow: visible;
    white-space: normal;
  }
  .mtpl-index-list a {
    border-radius: 0px 20px 20px 0px;
    padding: 26px 15px 15px 15px;
  }
  .index-box2 {
    padding-bottom: 10px;
  }
  .footer {
    padding: 30px 0 20px;
  }
  footer a,
  .footer span {
    font-size: 14px;
    line-height: 26px;
  }
  header {
    background: #C00A0B;
  }
}
