/*多行溢出*/
/*网站响应样式*/
@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) {
  .news-index-list .img-box {
    height: 200px;
  }
  .m30 {
    margin: 0 -22px;
  }
  .p30 {
    padding: 0 22px;
  }
  .zzycg-index-list .img-box {
    height: 300px;
  }
  .lxwm-box .img-box {
    height: 428px;
  }
  .dj-tp-link .img-box {
    height: 272px;
  }
}
@media (max-width: 1399px) {
  .news-index-list .img-box {
    height: 187px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .index-box3 .left-img-box {
    margin-right: 30px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .zzycg-index-list .img-box {
    height: 294px;
  }
  .link-swiper {
    margin: -10px -15px;
  }
  .link-swiper .swiper-slide {
    padding: 10px 15px;
  }
  nav.navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .left-nav {
    left: 15px;
    right: 15px;
  }
  .lxwm-box .img-box {
    height: 403px;
  }
  .lxwm-box .info {
    padding: 30px 30px 30px 30px;
  }
  .dj-tp-link .img-box {
    height: 255px;
  }
}
@media (max-width: 1279px) {
  .banner-swiper {
    height: 560px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-left: 45px;
  }
  .news-index-list .img-box {
    height: 168px;
  }
  .notice-index-list {
    margin-bottom: 25px;
    padding: 25px 25px;
  }
  .index-box3 .left-img-box .img-box {
    width: 530px;
    height: 348px;
  }
  .index-box3 .left-img-box .bg-box {
    height: 348px;
  }
  .index-box3 .left-img-box {
    width: 780px;
  }
  .index-box3 .left-img-box .info {
    padding: 30px 25px;
  }
  .index-box3 .left-img-box .title {
    font-size: 18px;
    line-height: 30px;
    max-height: 90px;
    margin-bottom: 30px;
  }
  .index-box3 .right-list {
    padding-top: 0px;
  }
  .index-box3 .right-list li {
    margin-bottom: 40px;
  }
  .index-box2 {
    padding-bottom: 55px;
  }
  .zzycg-index-list .img-box {
    height: 263px;
  }
  .ny-top-banner::before {
    height: 140px;
  }
  .ny-top-banner {
    height: 370px;
  }
  .left-nav .menu-title {
    font-size: 40px;
    line-height: 50px;
  }
  .left-nav .menu-cont .box-a .a-title {
    padding: 20px 30px;
  }
  .left-nav .menu-cont::before {
    border-bottom: 64px solid #0095BF;
  }
  .left-nav .menu-xj-box::after {
    height: 64px;
  }
  .left-nav {
    bottom: -32px;
  }
  .lxwm-box .img-box {
    height: 365px;
  }
  .lxwm-box .logo {
    width: 300px;
    margin-bottom: 25px;
  }
  .dj-tp-link .img-box {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .head-right-top {
    margin-bottom: 15px;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 18px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-left: 30px;
  }
  nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
    min-width: 120px;
  }
  .news-index-list .img-box {
    height: 138px;
  }
  .index-box3 .left-img-box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .zzycg-index-list .img-box {
    height: 280px;
  }
  .zzycg-index-list {
    margin-bottom: 30px;
  }
  .index-box4 {
    padding-bottom: 50px;
  }
  .footer .foot-logo {
    width: 210px;
    height: auto;
  }
  .footer .info {
    margin-top: 0px;
    line-height: 26px;
  }
  .left-nav .menu-cont .box-a .a-title {
    padding: 20px 16px;
  }
  .ny-box {
    padding: 80px 0 50px 0;
  }
  .ny-zz-list .zzycg-index-list {
    margin-bottom: 40px;
  }
  .lxwm-box .img-box {
    height: 306px;
  }
  .lxwm-box .logo {
    width: 260px;
    margin-bottom: 20px;
  }
  .lxwm-box .info-list li span {
    font-size: 16px;
  }
  .lxwm-box .info-list li div {
    font-size: 16px;
  }
  .lxwm-box .info-list li {
    margin-bottom: 10px;
  }
  .lxwm-box .info {
    padding: 25px 30px 20px 30px;
  }
  .dj-tp-link .img-box {
    height: 191px;
  }
  .dj-tp-link {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .toggle {
    display: block;
    top: 33px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #FFF;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #FFF;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #1D69B6;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #1D69B6;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #1D69B6;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #1D69B6;
    border-left: 2px solid #1D69B6;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #1D69B6;
    border-left: 2px solid #1D69B6;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #1D69B6;
    border-left: 2px solid #1D69B6;
  }
  .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);
  }
  nav.navbar ul.navbar-nav {
    display: none;
  }
  .banner-swiper {
    height: 430px;
  }
  .banner-swiper .banner-pagination {
    bottom: 30px;
  }
  .index-title .title span {
    font-size: 30px;
    padding-top: 45px;
  }
  .news-index-list .img-box {
    height: 99px;
  }
  .news-index-list .date div:nth-child(1) {
    font-size: 20px;
  }
  .news-index-list .date {
    left: 12px;
    width: 58px;
    height: 58px;
  }
  .index-box {
    padding: 20px 0 50px;
  }
  .notice-index-list .date {
    margin-bottom: 12px;
  }
  .notice-index-list {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
  .notice-index-list .title {
    font-size: 16px;
  }
  .index-box2 {
    padding-bottom: 30px;
  }
  .index-box3 .left-img-box .img-box {
    width: 420px;
    height: 276px;
  }
  .index-box3 .left-img-box .bg-box {
    height: 276px;
  }
  .zzycg-index-list .img-box {
    height: 200px;
  }
  .index-box4 {
    padding-bottom: 20px;
  }
  .link-list {
    height: 80px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .foot-logo {
    display: block;
    float: none;
    width: 363px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer .info {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .footer .info::before {
    display: none;
  }
  .footer .ewm-box {
    float: none;
    margin: 15px auto 0;
  }
  .left-nav {
    display: none;
  }
  .ny-top-banner {
    height: 350px;
  }
  .ny-box {
    padding: 30px 0 40px 0;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .detail-top .top-other span:nth-child(1) {
    margin-right: 30px;
  }
  .lxwm-box .img-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .dj-tp-link .img-box {
    height: 138px;
  }
}
@media (max-width: 767px) {
  .head-right-box {
    position: absolute;
    right: 15px;
    top: -20px;
  }
  .search-dig-btn.ph-btn {
    position: absolute;
    display: block;
    right: 55px;
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .search-dig-btn.pc-btn {
    display: none;
  }
  .toggle {
    top: 20px;
  }
  .head-logo {
    width: 280px;
  }
  nav.navbar::before {
    height: 120px;
  }
  .banner-swiper .img-box::before {
    height: 100px;
  }
  .banner-swiper {
    height: 300px;
  }
  .banner-swiper .banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px;
  }
  .banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
  }
  .index-title .title span {
    font-size: 26px;
    padding-top: 28px;
    background: url(bdq-icon3.png) no-repeat center top / 70px 77px;
  }
  .index-title .more {
    top: 34px;
  }
  .news-index-list {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .news-index-list .img-box {
    height: auto;
  }
  .news-index-list .title {
    height: auto;
    display: block;
  }
  .index-box {
    padding: 20px 0 30px;
  }
  .index-box1 {
    padding-bottom: 1px;
  }
  .notice-index-list .title {
    height: auto;
    display: block;
  }
  .notice-index-list {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  .index-box2 {
    padding-bottom: 1px;
  }
  .index-box3 .left-img-box .img-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .index-box3 .left-img-box .bg-box {
    height: auto;
  }
  .index-box3 .left-img-box .info {
    padding: 20px 15px;
  }
  .index-box3 .left-img-box .date div:nth-child(1) {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .index-box3 .left-img-box .title {
    display: block;
    max-height: none;
    margin-bottom: 20px;
  }
  .index-box3 .right-list li {
    margin-bottom: 30px;
  }
  .index-box3 .right-list .title {
    display: block;
    max-height: none;
  }
  .col-xs-6 {
    width: 50%;
  }
  .zzycg-index-list .img-box {
    height: 210px;
  }
  .index-box4 {
    padding-bottom: 1px;
  }
  .index-box4 .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .link-list {
    height: 95px;
  }
  .footer .foot-logo {
    width: 290px;
  }
  .zzycg-index-list .title {
    overflow: visible;
    white-space: normal;
  }
  .ny-top-banner::before {
    height: 100px;
  }
  .ny-top-banner {
    height: 270px;
  }
  .ny-title {
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
  .ny-title .fl {
    float: none;
    font-size: 22px;
    line-height: 28px;
  }
  .bread-crumbs {
    float: none;
    padding-top: 0px;
  }
  .ny-title .fl::before {
    display: none;
  }
  .details-page .detail-top .top-other span.hidden-sm.hidden-xs {
    display: none;
  }
  .details-page .detail-top {
    margin-bottom: 30px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page .cont-page {
    margin-top: 30px;
    padding-top: 20px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .details-page .main-cont.cont-xilan.dp-cont {
    font-size: 16px;
    line-height: 30px;
  }
  .ny-zz-list .zzycg-index-list {
    margin-bottom: 30px;
  }
  .ny-zz-list .zzycg-index-list .img-box {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .syfj-list .syfj-list-link {
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  .syfj-list .syfj-list-link .title {
    font-size: 18px;
    line-height: 30px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 15px;
  }
  .tw-link .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tw-link .info {
    padding-top: 0;
  }
  .tw-link .title {
    overflow: visible;
    white-space: normal;
  }
  .tw-list li {
    margin-bottom: 30px;
  }
  .tw-list {
    margin-bottom: 30px;
  }
  .dj-wz-list .title {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
  .dj-wz-list .date {
    position: static;
  }
  .dj-wz-list {
    margin-bottom: 30px;
  }
  .dj-tp-link .img-box {
    height: auto;
  }
  .dj-tp-link {
    margin-bottom: 30px;
  }
  .dj-tp-link .title {
    overflow: visible;
    white-space: normal;
  }
}
