/*多行溢出*/
/*网站响应样式*/
@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-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;
  }

  /*side menu*/
  .side-menu {
    display: none;
  }
}

/*网站响应样式*/
@media (max-width: 2400px) {
.mtbd-right .mtdb-swiper-cont {
    width: 1500px;
  }
}
@media (max-width: 2200px) {
.mtbd-right .mtdb-swiper-cont {
    width: 1400px;
  }
}
@media (max-width: 2000px) {
.mtbd-right .mtdb-swiper-cont {
    width: 1200px;
  }
}
@media (max-width: 1660px) {

  .header {
    height: 470px;
  }

  .index-logo-box {
    width: 1000px;
    margin: 130px auto 0;
  }


  .header .header-link-box {
    /* left: 450px;
    bottom: 60px; */
  }

  .left-vio-box {
    margin-right: 50px;
  }

  .join-guests-box .swiper-button-prev,
  .join-guests-box .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }

  .join-guests-box .swiper-button-next,
  .join-guests-box .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }

  .mtbd-right .mtdb-swiper-cont {
    width: 970px;
  }

  .mtbd-a .img-box {
    height: 200px;
  }

  .mtbd-a .mtbd-info {
    min-height: 180px;
  }

  .mtbd-a .mtdb-title {
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
  }

  .mtbd-a .mtdb-desc {
    line-height: 20px;
    height: 60px;
  }

  .index-box5 {
    min-height: 500px;
  }

  .index-box5::before {
    padding-top: 328px;
    width: 1000px;
    font-size: 145px;
  }

  .hyvio-box::after {
    right: 0px;
  }
  .join-guests-box .swiper-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 1366px) {
  .header {
    height: 420px;
  }

  .index-logo-box {
    width: 900px;
    margin: 100px auto 0;
  }

  .header .header-link-box {
    /* left: 375px; */
  }

  .left-vio-box {
    width: 600px;
    height: 396px;
  }

  .right-info-box {
    padding-top: 0px;
    padding-right: 0px;
  }

  .dh-top-box {
    width: 277px;
    height: 170px;
    padding: 35px 30px;
    margin-right: 30px;
  }

  .dh-top-box::after {
    font-size: 80px;
    line-height: 170px;
  }

  .hyvio-box .img-box {
    width: 660px;
    height: 388px;
  }

  .hyvio-cont {
    padding-bottom: 70px;
  }

  .gui-a {
    height: 183px;
  }

  .vio-a .img-box {
    height: 162px;
  }

  .hcmap-a .img-box {
    height: 182px;
  }

  .details-page[data-v-xl] {
    margin: 0;
  }

  .ny-header .nav-wrap {
    width: calc(100% - 550px);
  }

  .ny-header nav.navbar.bootsnav ul.nav>li {

    padding: 0 9px;
  }

  .ny-header nav.navbar.bootsnav ul.nav>li:first-child {
    padding: 0 15px 0 0;
  }

  .ny-header nav.navbar.bootsnav ul.nav>li:last-child {
    padding: 0 0 0 15px;
  }

}

@media (max-width: 1279px) {
  .header {
    height: 400px;
  }

  .header .header-link-box {
    /* left: 360px;
    bottom: 40px; */
  }

  .header .header-link-box a {
    width: 140px;
  }

  nav.navbar.bootsnav {
    min-height: 60px;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 17px 0px !important;
  }

  nav.navbar.bootsnav ul.nav>li>a::after {
    bottom: 10px;
  }

  .dh-top-box {
    width: 260px;
    height: 160px;
    padding: 30px 25px;
  }

  .mtbd-right .mtdb-swiper-cont {
    width: 880px;
  }

  .mtbd-a .img-box {
    height: 180px;
  }

  .gui-a {
    height: 173px;
  }


  .ny-header .nav-wrap {
    width: calc(100% - 460px);
  }


  .vio-a .img-box {
    height: 153px;
  }

  .hcmap-a .img-box {
    height: 172px;
  }
  .dwqzt-header-logo {margin-top: 12px;}
}

@media (max-width: 1199px) {
  .header {
    height: 350px;
  }

  .index-logo-box {
    width: 800px;
    margin: 80px auto 0;
  }

  .header .header-link-box {
    /* left: 285px; */
    /* transform: translateX(-50%); */
  }

  .index-box1,
  .index-box2,
  .index-box3,
  .index-box7 {
    padding: 60px 0 60px 0;
  }

  .left-vio-box {
    width: 500px;
    height: 330px;
  }

  .right-info-box .ztjs-t2 {
    line-height: 32px;
  }

  .dh-top-box {
    width: 212px;
    height: 140px;
    padding: 25px 25px;
  }

  .dh-top-box .dh-date {
    margin-bottom: 20px;
  }

  .hyvio-box .img-box {
    margin-top: 80px;
    width: 500px;
    height: 294px;
  }

  .guidance-title-box {
    width: 700px;
  }

  .guidance-title-box .gui-title {
    width: 200px;
    margin-right: 50px;
  }

  .gui-a {
    height: 140px;
  }

  .index-box7 {
    background-size: 100px 100px;
  }

  .index-box7::before {
    font-size: 150px;
  }

  .mtbd-right .mtdb-swiper-cont {
    width: 760px;
  }

  .mtbd-a .img-box {
    height: 246px;
  }

  .footer-link-box ul {
    width: auto;
    margin: 0 -15px 0 -15px;
  }

  .footer-link-box li {
    float: left;
    padding: 0 15px;
    width: 12.5%;
    border: none;
    border-radius: 0;
    margin-right: 0px;
  }

  .footer-link-box li a {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #22A0FF;
  }

  .dwqzt-header-logo {
    width: 232px;
  }

  .ny-header .nav-wrap {
    width: calc(100% - 320px);
  }
  .ny-header nav.navbar.bootsnav ul.nav>li {
    padding: 0 4px;
  }

  .ny-header nav.navbar.bootsnav ul.nav>li:first-child {
    padding: 0 10px 0 0;
  }

  .ny-header nav.navbar.bootsnav ul.nav>li:last-child {
    padding: 0 0 0 10px;
  }

  .vio-a {
    margin-bottom: 30px;
  }

  .vio-a .img-box {
    height: 268px;
  }

  .vio-a .title {
    height: auto;
  }

  .m16 {
    margin: 0 -15px;
  }

  .p16 {
    padding: 0 15px;
  }

  .p16:nth-child(4n+1) {
    clear: none;
  }

  .p16:nth-child(2n+1) {
    clear: left;
  }

  .m17 {
    margin: 0 -15px;
  }

  .p17 {
    padding: 0 15px;
  }

  .p17:nth-child(2n+1) {
    clear: left;
  }

  .p17:nth-child(3n+1) {
    clear: none;
  }

  .hcmap-a .img-box {
    height: 300px;
  }

  .details-page video {
    width: 70% !important;
  }

  .details-page[data-v-xl] {
    margin: 0 20px;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 360px;
  }

  .social-share .icon-wechat .wechat-qrcode {
    left: -88px;
  }

  .dh-top-box::after {
    font-size: 60px;
    line-height: 140px;
  }

  .guidance-title-box .gui-title {
    height: 60px;
    line-height: 60px;
  }

  @media (max-width: 991px) {
    .dh-top-box::after {
      font-size: 50px;
    }

    .header {
      height: 300px;
    }

    .index-logo-box {
      width: 90%;
      margin: 80px auto 0;
    }

    .header .header-link-box {
      /* left: 212px;
      bottom: 25px; */
    }

    .header .header-link-box a {
      width: 120px;
      height: 35px;
      line-height: 35px;
    }

    nav.navbar.bootsnav {
      min-height: 45px;
    }

    nav.navbar.bootsnav ul.nav {
      margin-left: -15px;
      margin-right: -15px;
    }

    nav.navbar.bootsnav ul.nav>li {
      width: 100%;
    }

    nav.navbar.bootsnav ul.nav>li>a {
      text-align: left;
      border: none;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 10px 10px !important;
    }

    nav.navbar.bootsnav ul.nav>li>a::after {
      display: none;
    }

    nav.navbar.bootsnav .navbar-header {
      min-height: 45px;
    }

    nav.navbar.bootsnav .navbar-toggle {
      float: right !important;
      margin: 0 !important;
      background-color: transparent;
      top: 9px;
    }

    nav.navbar.bootsnav .navbar-toggle .fa {
      color: #FFF;
    }

    .left-vio-box {
      float: none;
      width: 100%;
      height: 475px;
      margin-right: 0;
      margin-bottom: 30px;
    }

    .dh-top-box {
      width: 168px;
      margin-right: 15px;
    }

    .dh-info-box .left-info {
      margin-right: 40px;
    }

    .guests-a .bg-box {
      width: 196px;
      height: 196px;
    }

    .guests-a .img-box {
      width: 180px;
      height: 180px;
    }

    .join-guests-box .swiper-slide-active,
    .join-guests-box .swiper-slide-duplicate-active {
      top: 0;
    }

    .join-guests-box .swiper-slide-active .bg-box,
    .join-guests-box .swiper-slide-duplicate-active .bg-box {
      width: 250px;
      height: 250px;
    }

    .join-guests-box .swiper-slide-active .img-box,
    .join-guests-box .swiper-slide-duplicate-active .img-box {
      width: 230px;
      height: 230px;
    }

    .hyvio-box {
      float: none;
      margin-bottom: 30px;
    }

    .hyvio-box .img-box {
      margin-top: 0px;
      width: 100%;
      height: 424px;
      margin-left: 0;
    }

    .hyvio-cont::before {
      left: 0;
      top: 100px;
    }

    .coll-par-box .coll-a {
      width: 33.333333%;
    }

    /* .coll-par-box .coll-a:nth-child(4) {
      width: 50%;
    }

    .coll-par-box .coll-a:last-child {
      width: 50%;
    } */

    .gui-a {
      height: 227px;
    }

    .index-box5 {
      min-height: 462px;
    }

    .index-box5::before {
      width: 100%;
    }

    .mtbd-right .mtdb-swiper-cont {
      width: 530px;
    }

    .mtbd-a .img-box {
      height: 167px;
    }

    .other-menu {
      display: none;
    }

    .dwqzt-header-logo {
      float: none;
      display: block;
      width: 232px;
    }

    .ny-header .nav-wrap {
      float: none;
      width: 100%;
      margin-top: 0;
      position: relative;
    }

    .ny-header nav.navbar.bootsnav .navbar-toggle {
      position: absolute;
      top: -48px;
      right: 15px;
    }

    .ny-header nav.navbar.bootsnav {
      min-height: 0 !important;
    }

    .ny-header nav.navbar.bootsnav .navbar-header {
      min-height: 0;
    }

    .vio-a .img-box {
      height: 203px;
    }

    .ry-xilan .img-box {
      width: 260px;
      margin-right: 40px;
    }

    .ry-a {
      min-height: 180px;
    }

    .ry-a .img-box {
      width: 120px;
      height: 120px;
    }

    .ry-a .ry-info {
      padding-top: 6px;
    }

    .hcmap-a .img-box {
      height: 227px;
    }

    .hyvio-cont .ph-title {
      display: block;
    }

    .hyvio-cont .pc-title {
      display: none;
    }

    .details-page .detail-top .top-other .other-share {
      display: none;
    }

    .details-page[data-v-xl] {
      margin: 0 40px;
    }
  }

  @media (max-width: 767px) {
    .index-box5 .pc-more {
      display: none;
    }

    .index-box5 .ph-more {
      display: block;
      margin-top: 30px;
    }

    .header {
      height: 240px;
    }

    .header .container {
      left: 0;
      transform: translateX(0);
      width: 100%;
    }

    .header .header-link-box {
      width: 75%;
      display: flex;
      justify-content: space-between;
      left: 50%;
      transform: translate(-50%);
    }

    .header .header-link-box a {
      width: 46.5%;
    }

    .index-box1,
    .index-box2,
    .index-box3,
    .index-box7 {
      padding: 45px 0 50px 0;
    }

    .left-vio-box {
      height: auto;
    }

    .left-vio-box::before {
      width: 70px;
      height: 70px;
      background-size: 20px 26px;
    }

    .tab-title-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .dh-top-box {
      width: 45%;
    }

    .dh-info-box .left-info {
      float: none;
      margin-right: 0px;
      width: 100%;
    }

    .dh-info-box .right-info {
      float: left;
      margin-top: 30px;
    }


    .hyvio-box .img-box {
      height: auto;
    }

    .hyvio-box .img-box::before {
      width: 70px;
      height: 70px;
      background-size: 20px 26px;
    }

    .hyvio-box::after {
      bottom: -30px;
    }

    .mtbd-right {
      display: block;
      position: static;
      margin-top: 30px;
    }

    .mtbd-right .mtdb-swiper-cont {
      width: 100%;
    }

    .mtbd-a .img-box {
      height: auto;
    }

    .mtbd-a .mtbd-info {
      min-height: auto;
      padding: 20px;
    }

    .mtbd-a .mtdb-title {
      height: auto;
      display: block;
    }

    .mtbd-a .mtdb-desc {
      height: auto;
    }

    .guidance-title-box {
      width: 100%;
    }

    .guidance-title-box .gui-title {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px;
    }

    .gui-a {
      height: auto;
    }

    .zcet-info {
      padding: 20px;
    }

    .index-box7::before {
      font-size: 70px;
      bottom: 0;
    }

    .footer-link-box {
      padding: 60px 8px 40px 8px;
    }

    .footer-link-box li {
      width: 25%;
      margin-bottom: 20px;
    }

    .mtbd-left {
      display: block;
      width: 100%;
    }

    .mtbd-left .right-swiper-button-box {
      margin-top: 30px;
    }

    .index-box5 {
      overflow: hidden;
    }

    .dwqzt-ny-box {
      padding: 30px 0 30px 0;
    }

    .details-page .detail-top {
      margin-bottom: 25px;
    }

    .details-page .detail-top .title-s {
      line-height: 34px;
    }

    .details-page .main-cont p {
      line-height: 26px;
    }

    .details-page .cont-page {
      margin-top: 25px;
      padding-top: 18px;
      line-height: 25px;
    }

    .ny-title-box {
      margin-bottom: 28px;
    }

    .tw-a .img-box {
      float: none;
      width: 100%;
      height: auto;
      margin-right: 0px;
      overflow: hidden;
      margin-bottom: 20px;
    }

    .tw-a .tw-title {
      overflow: initial;
      white-space: normal;
      margin-bottom: 15px;
      margin-top: 0px;
    }

    .tw-a .tw-desc {
      height: auto;
      margin-bottom: 20px;
    }

    .vio-a .img-box {
      height: auto;
    }

    .vio-a .title {
      display: block;
    }

    .ry-xilan .img-box {
      float: none;
      margin: 0 auto;
    }

    .ry-xilan .name {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 12px;
    }

    .ry-xilan .cont-title {
      padding-top: 25px;
      padding-bottom: 18px;
      margin-bottom: 20px;
    }

    .ry-xilan .cont-info {
      line-height: 25px;
    }

    .ry-a {
      padding: 20px;
      min-height: auto;
    }

    .ry-a .ry-name {
      line-height: 24px;
      margin-bottom: 10px;
      overflow: initial;
      white-space: normal;
    }

    .dh-date-box li {
      float: none;
      width: 85%;
      margin: 0 auto 20px;
    }

    .dhyc-cont .dhyc-group {
      margin-bottom: 30px;
      padding-left: 30px;
    }

    .dhyc-cont .dhyc-info::before {
      display: none;
    }

    .dhyc-cont .dhyc-time {
      float: none;
      margin-right: 0px;
    }

    .dhyc-cont .dhyc-group::before {
      top: 8px;
      left: 0px;
    }

    .dhyc-cont .dhyc-right-i {
      padding-left: 0px;
    }

    .hcmap-a {
      margin-bottom: 30px;
    }

    .hcmap-a .img-box {
      height: auto;
    }

    .hcmap-a .title {
      height: auto;
      display: block;
      line-height: 24px;
    }

    .fywt-cont p {
      line-height: 24px;
    }

    .ry-a .ry-desc {
      -webkit-line-clamp: inherit;
    }

    .details-page video {
      width: 100% !important;
    }

    .details-page[data-v-xl] {
      margin: 0;
    }

    .details-page .detail-top .top-other .other-info {
      width: 100%;
      text-align: center;
    }

    .details-page .detail-top .top-other .other-info span {
      margin-left: 6px;
      margin-right: 6px;
    }

    .details-page .detail-top .top-other {
      margin-top: 16px;
    }
  }
	@media (max-width: 500px){
		.header{
			height: 150px;
		}
	}
  @media (max-width: 360px) {
    .footer-link-box {
      padding: 40px 8px 15px 8px;
    }

    .footer-link-box li {
      padding: 0 15px;
      height: 60px;
    }

    .footer-link-box li a {
      width: 56px;
      height: 56px;
    }

    .footer-link-box .ewm-box {
      width: 75px;
      height: 75px;
      padding: 3px;
      margin-left: -8px;
      margin-top: 15px;
    }
  }

  @media (max-width: 320px) {
    .footer-link-box li {
      padding: 0 9px;
    }
  }