/*多行溢出*/
/*网站响应样式*/
@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: 1680px) {
  .dyimgs-list .tp-a .img-box img {
    height: 476px;
  }
  .thanks-list .tp-a .img-box img {
    height: 630px;
  }
}
@media (max-width: 1440px) {
  .imgs-list .tp-a .img-box img {
    height: 170px;
  }
}
@media (max-width: 1366px) {
  .left-lunbo {
    width: 420px;
    height: 277px;
  }
  .lunb-a .img-box img {
    height: 277px;
  }
  .news-top-a .title {
    margin-bottom: 10px;
  }
  .newslist {
    margin-top: 8px;
    padding-top: 10px;
  }
  .newslist li {
    margin-bottom: 8px;
  }
  .marquee-box {
    max-height: 278px;
  }
  .djxs-a {
    height: 255px;
  }
  .down-a {
    height: 78px;
    line-height: 78px;
    border-radius: 0px 35px 0px 35px;
  }
  .yqsb-box .img-box {
    height: 183px;
  }
  .footer .footer-logo {
    max-width: 660px;
  }
  .page-imgs-list li img {
    height: 165px;
  }
  .dyimgs-list .tp-a .img-box img {
    height: 396px;
  }
  .thanks-list .tp-a .img-box img {
    height: 523px;
  }
  .photos-a .img-box {
    width: 360px;
    height: 237px;
  }
  .photos-a .photos-info {
    width: calc(100% - 330px);
    left: 300px;
    padding: 30px;
    top: 20px;
  }
}
@media (max-width: 1280px) {
  .thanks-list .tp-a .img-box img {
    height: 491px;
  }
}
@media (max-width: 1279px) {
  .header-other {
    margin-top: 8px;
  }
  .header-other li {
    float: none;
  }
  .header-other .header-a {
    text-align: right;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .djxs-a {
    height: 241px;
  }
  .down-a {
    height: 72px;
    line-height: 72px;
    font-size: 16px;
  }
  .yqsb-box .img-box {
    height: 173px;
  }
  .footer .footer-logo {
    max-width: 570px;
  }
  .page-imgs-list li img {
    height: 155px;
  }
}
@media (max-width: 1199px) {
  .header .header-logo {
    max-width: 600px;
  }
  .dashow-box {
    padding: 20px 15px 20px 15px;
  }
  .index-title-box {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .index-title-box .i-title {
    font-size: 24px;
  }
  .index-title-box .i-title::before {
    bottom: -15px;
  }
  .left-lunbo {
    width: 320px;
    height: 211px;
  }
  .lunb-a .img-box img {
    height: 211px;
  }
  .lunb-a .lunb-title {
    padding: 14px 110px 14px 15px;
  }
  .news-top-a .title {
    -webkit-line-clamp: 1;
  }
  .news-top-a .date {
    margin-bottom: 10px;
  }
  .newslist li {
    margin-bottom: 6px;
  }
  .newslist li:nth-child(3) {
    margin-bottom: 0;
  }
  .newslist li:last-child {
    display: none;
  }
  .marquee-box {
    max-height: 211px;
  }
  .djxs-box {
    padding: 0 15px;
  }
  .djxs-a {
    height: 205px;
  }
  .down-box {
    padding: 0 15px;
  }
  .down-a {
    height: 62px;
    line-height: 62px;
    font-size: 15px;
  }
  .yqsb-box .img-box {
    height: 300px;
  }
  .custom-a {
    min-height: 86px;
    padding: 20px 15px;
  }
  .footer .footer-logo {
    max-width: 410px;
  }
  .index-box3 .row .col-lg-3:nth-child(2n+1) {
    clear: left;
  }
  .index-box4 .row .col-lg-3:nth-child(4n+1) {
    clear: none;
  }
  .index-box4 .row .col-lg-3:nth-child(3n+1) {
    clear: left;
  }
  .imgs-list .tp-a .img-box img {
    height: 127px;
  }
  .links-list:nth-child(4n+1) {
    clear: none !important;
  }
  .links-list:nth-child(3n+1) {
    clear: both;
  }
  .dyimgs-list .tp-a .img-box img {
    height: 291px;
  }
  .thanks-list .tp-a .img-box img {
    height: 385px;
  }
  .photos-a .img-box {
    width: 270px;
    height: 178px;
  }
  .photos-a .photos-info {
    width: calc(100% - 240px);
    left: 210px;
    padding: 15px;
    top: 8px;
  }
  .photos-a .photos-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .header .header-logo {
    max-width: 460px;
  }
  .header-other {
    margin-top: 0px;
  }
  .nav-wrap {
    margin-top: -45px;
  }
  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.dropdown ul.dropdown-menu {
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 15px;
    text-align: left;
    font-size: 14px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    min-width: 100%;
  }
  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;
  }
  .hyhj-md-9 {
    width: 100%;
  }
  .hyhj-md-8,
  .hyhj-md-4 {
    width: auto;
  }
  .dashow-box {
    margin-bottom: 20px;
  }
  .index-box2 {
    margin-top: 10px;
  }
  .djxs-a {
    height: 242px;
    margin-bottom: 30px;
  }
  .down-a {
    height: 94px;
    line-height: 94px;
    font-size: 18px;
  }
  .index-box3 {
    margin-top: 40px;
    padding: 40px 0 10px 0;
  }
  .yqsb-box .img-box {
    height: 227px;
  }
  .index-box4 .row .col-lg-3:nth-child(3n+1) {
    clear: none;
  }
  .index-box4 .row .col-lg-3:nth-child(2n+1) {
    clear: left;
  }
  .yq-title {
    font-size: 15px;
    padding: 0 4px;
    line-height: 22px;
    width: 50%;
    overflow: initial;
    white-space: normal;
    margin-bottom: 18px;
  }
  .index-tabbar-cont {
    margin-top: 15px;
  }
  .footer {
    padding: 40px 0 30px 0;
  }
  .footer .footer-logo {
    margin-top: 30px;
    margin-right: 30px;
  }
  .other-menu {
    display: none;
  }
  .links-list:nth-child(3n+1) {
    clear: none !important;
  }
  .links-list:nth-child(2n+1) {
    clear: both;
  }
  .dyimgs-list .tp-a .img-box img {
    height: 303px;
  }
  .imgs-list .tp-a .img-box img {
    height: 124px;
  }
  .imgs-list .tp-a .tp-title {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    background-size: 100% 290px;
  }
  .header {
    padding: 30px 0 65px 0;
  }
  .header .header-logo {
    float: none;
    max-width: 100%;
  }
  .header-a-pc .header-a {
    display: none;
  }
  .header-a-ph {
    float: left;
    display: block;
    width: calc(100% - 30px);
  }
  .header-a-ph li:first-child {
    float: left;
  }
  .header-a-ph li:last-child {
    float: right;
  }
  .header-a-ph .header-a {
    line-height: 45px;
    color: #FFF;
    margin-bottom: 0;
  }
  .header-a-ph .header-a:first-child::before {
    top: 16px;
    background: #fff;
  }
  .search-box-pc {
    margin-top: 8px;
    height: auto;
  }
  .search-box-pc .search-btn-ph {
    display: block;
  }
  .d-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
  }
  .d-box .d-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .d-box .close-d-box {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -25px;
    top: -70px;
    cursor: pointer;
    background: url(hyhj-close-btn.png) no-repeat center center;
  }
  .d-box .s-btn {
    background: #0055A2 url(hyhj-search-pc.png) no-repeat center center;
  }
  .left-lunbo {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: initial;
  }
  .lunb-a .img-box img {
    height: auto;
  }
  .lunb-a {
    height: 241px;
    margin-bottom: 40px;
  }
  .lunb-a .lunb-title {
    padding: 10px 15px 10px 15px;
    overflow: initial;
    white-space: normal;
    font-size: 16px;
  }
  .left-lunbo .owl-dots {
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
  }
  .left-lunbo .owl-dots .owl-dot {
    border: 1px solid #FF9C00;
  }
  .news-top-a .title {
    margin-top: 0;
    display: block;
    overflow: initial;
    line-height: 24px;
    text-align: justify;
  }
  .newslist {
    margin-top: 16px;
    padding-top: 16px;
  }
  .newslist li:nth-child(3) {
    margin-bottom: 6px;
  }
  .newslist li:last-child {
    display: block;
  }
  .news-a .title {
    overflow: initial;
    white-space: normal;
    padding: 0 0px 0 15px;
    text-align: justify;
    margin-bottom: 3px;
  }
  .news-a .date {
    position: static;
    padding-left: 15px;
  }
  .dashow-box {
    margin-bottom: 0px;
    padding: 20px 15px 10px 15px;
  }
  .marquee-box {
    max-height: 270px;
    margin-bottom: 15px;
  }
  .notice-a .title {
    overflow: hidden;
    display: block;
    padding-top: 0px;
    line-height: 24px;
    text-align: justify;
  }
  .djxs-a {
    height: auto;
  }
  /* .yqsb-box .img-box {
    height: auto;
  } */
  .index-box4 {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .footer .footer-logo {
    margin-top: 0px;
    margin-right: 0px;
    max-width: 100%;
    float: none;
    display: block;
  }
  .footer .footer-info {
    text-align: center;
    margin-top: 10px;
  }
  .footer .footer-info span,
  .footer .footer-info a {
    line-height: 20px;
    font-size: 13px;
  }
  .footer .footer-info a {
    margin-left: 0px;
  }
  .yqsb-box .img-title {
    overflow: initial;
    white-space: normal;
  }
  .custom-a .title {
    display: block;
  }
  .hyhj-md-3 {
    display: none;
  }
  .right-top {
    padding: 15px 0 !important;
    margin-bottom: 10px;
  }
  .right-top .ny-r-title {
    float: none;
    display: inline-block;
  }
  .right-top .ny-r-title::before {
    bottom: -15px;
  }
  .right-top .bread-crumbs {
    float: none;
    margin-top: 25px;
  }
  .details-page .main-cont p {
    line-height: 28px;
    font-size: 14px;
  }
  .details-page .main-cont h4 {
    font-size: 14px;
  }
  .imgs-list:nth-child(2n+1) {
    clear: both;
  }
  .imgs-list:nth-child(3n+1) {
    clear: none !important;
  }
  .imgs-list .tp-a .img-box img {
    height: auto;
  }
  .imgs-list .tp-a .tp-title {
    font-size: 14px;
    margin: 10px 0;
    display: block;
    height: auto;
  }
  .tw-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw-a .tw-title {
    white-space: normal;
  }
  .tw-a .tw-desc {
    display: block;
    height: auto;
  }
  .dyimgs-list .tp-a .img-box img {
    height: auto;
  }
  .dyimgs-list .tp-a .tp-title {
    display: block;
    height: auto;
  }
  .thanks-list .tp-a .img-box img {
    height: auto;
  }
  .thanks-list .tp-a .tp-title {
    display: block;
    height: auto;
  }
  .works-a .img-box {
    float: none;
    position: static;
    padding: 15px;
    width: 100%;
    height: auto;
  }
  .works-a .works-info {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .works-list li {
    padding: 0;
  }
  .works-list {
    margin-top: 20px;
  }
  .works-a .works-title {
    white-space: normal;
  }
  .works-a .works-desc {
    display: block;
    height: auto;
  }
  .photos-a .img-box {
    width: 100%;
    height: auto;
  }
  .photos-a .photos-info {
    position: static;
    width: 100%;
    left: 0;
    padding: 0;
  }
  .photos-a .photos-title {
    white-space: normal;
    padding-top: 10px;
  }
  .photos-a .photos-desc {
    display: block;
    height: auto;
  }
  .links-list .tp-a .tp-title {
    display: block;
    height: auto;
  }
  .text-list li .text-a {
    white-space: inherit;
  }
}
@media (max-width: 425px) {
  .details-page .detail-top .top-other .other-info {
    position: relative;
  }
}
