/*多行溢出*/
/*网站响应样式*/
@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: 1599px) {
  .index-box2 .pore .swiper-button-prev {
    left: -20px;
  }
  .index-box2 .pore .swiper-button-next {
    right: -20px;
  }
  .jd-swiper-box .swiper-button-prev {
    left: -20px;
  }
  .jd-swiper-box .swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 1499px) {
  .header {
    height: 430px;
  }
  .header .top-logo img {
    max-width: 700px;
  }
  .ry-list-box .img-box {
    width: 600px;
    height: 396px;
  }
  .ry-list-box .img-box::before {
    top: 40px;
    right: -160px;
  }
  .ry-list-box .info-cont {
    top: 65px;
    width: 700px;
    height: 400px;
    padding: 35px 50px 15px;
  }
  .ry-list-box .ry-tab-title div {
    font-size: 18px;
    line-height: 30px;
  }
  .ry-list-box .ry-tab-title div:hover,
  .ry-list-box .ry-tab-title div.active {
    font-size: 24px;
  }
  .ry-list-box .ry-tab-title {
    margin-bottom: 6px;
  }
  .ry-list-box .ry-tab-info ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ry-list-box .img-cont {
    margin-bottom: 120px;
  }
  .xh-swiper {
    margin: -15px -15px;
  }
  .xh-swiper .swiper-slide {
    padding: 15px 15px;
  }
  .xh-a .img-box {
    height: 258px;
  }
  .jd-swiper-box .swiper-slide {
    width: 700px;
    height: 462px;
  }
  .jd-swiper-box .swiper-button-next {
    right: 0;
  }
  .jd-swiper-box .swiper-button-prev {
    left: 0;
  }
  .tp-list .img-box {
    height: 251px;
  }
  .xh-swiper .swiper-wrapper {
    min-height: 370px;
  }
}
@media (max-width: 1279px) {
  .tp-list .img-box {
    height: 233px;
  }
}
@media (max-width: 1199px) {
  .index-title {
    margin-bottom: 40px;
  }
  .index-title img {
    max-height: 50px;
  }
  .index-bg {
    padding: 60px 0;
  }
  .ry-list-box .img-box {
    width: 480px;
    height: 317px;
  }
  .ry-list-box .img-box::before {
    top: 20px;
    right: -130px;
  }
  .ry-list-box .info-cont {
    top: 40px;
    width: 550px;
    height: 320px;
    padding: 20px 30px 10px;
  }
  .ry-list-box .ry-tab-info ul li a {
    font-size: 16px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    height: 20px;
  }
  .ry-list-box .ry-tab-info ul li a::before {
    top: 0;background-size: 100%;width: 19px;height: 19px;
  }
  .ry-list-box .img-cont {
    margin-bottom: 90px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .xh-a .img-box {
    height: 193px;
  }
  .jd-swiper-box .swiper-slide {
    width: 660px;
    height: 435px;
  }
  .tp-list .img-box {
    height: 189px;
  }
  .tp-list .info {
    padding: 15px 20px;
  }
  .tp-list a {
    margin-bottom: 40px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -112px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    margin-left: 36px;
  }
  .xh-swiper .swiper-wrapper {
    min-height: 304px;
  }
}
@media (max-width: 991px) {
  .header .top-logo img {
    max-width: 540px;
  }
  .header {
    height: 340px;
  }
  .index-bg {
    padding: 50px 0;
  }
  .index-title img {
    max-height: 40px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .ry-list-box .img-box {
    width: 360px;
    height: 238px;
  }
  .ry-list-box .img-box::before {
    width: 200px;
    height: 90px;
    top: 15px;
    right: -65px;
  }
  .ry-list-box .info-cont {
    top: 30px;
    width: 420px;
    height: 245px;
    padding: 20px 20px 10px;
  }
  .ry-list-box .ry-tab-title div {
    padding-bottom: 3px;
    border-bottom-width: 2px;
  }
  .ry-list-box .ry-tab-title div:hover,
  .ry-list-box .ry-tab-title div.active {
    font-size: 22px;
  }
  .ry-list-box .ry-tab-title div::before {
    bottom: -8px;
  }
  .ry-list-box .ry-tab-info ul li a {
    font-size: 15px;
  }
  .ry-list-box .ry-tab-info ul li:nth-child(5) {border: 0;}
  .ry-list-box .ry-tab-info ul li:nth-child(6) {display: none;}
  .ry-list-box .ry-tab-info ul li {
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .ry-list-box .img-cont {
    margin-bottom: 75px;
  }
  .index-more {
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .xh-tab-title {
    margin-bottom: 20px;
  }
  .xh-tab-title > a {
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .xh-swiper-tab-title > a {
    font-size: 16px;
  }
  .xh-swiper-tab-title {
    margin-bottom: 35px;
  }
  .xh-a .img-box {
    height: 145px;
    margin-bottom: 15px;
  }
  .xh-a .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .index-box2 .index-more {
    margin-top: 40px;
  }
  .jd-swiper-box {
    margin-bottom: 40px;
  }
  .jd-swiper-box .swiper-slide {
    width: 580px;
    height: 382px;
  }
  .ny-box {
    padding: 30px 0 50px;
  }
  .bread-crumbs {
    margin-bottom: 40px;
  }
  .lm-title img {
    width: 80%;
  }
  .lm-title {
    margin-bottom: 50px;
  }
  .qz-title a {
    font-size: 18px;
  }
  .qz-title a:hover,
  .qz-title a.active {
    font-size: 26px;
  }
  .qz-title {
    margin-bottom: 40px;
  }
  .wz-list a {
    padding: 16px 100px 16px 20px;
  }
  .wz-list a::before {
    top: 27px;
  }
  .wz-list a::after {
    top: 20px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .tp-list .img-box {
    height: 145px;
  }
  .tp-list .info {
    margin-right: 20px;
    padding: 10px 15px;
  }
  .tp-list .title {
    font-size: 16px;
  }
  .tp-list a {
    margin-bottom: 30px;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
  .xh-swiper .swiper-wrapper {
    min-height: 242px;
  }
  .scx-list .xh-a {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header .top-logo img {
    max-width: 310px;
  }
  .header {
    height: 210px;
  }
  .index-bg {
    padding: 30px 0;
  }
  .index-title img {
    width: 100%;
    max-height: none;
  }
  .ry-list-box .img-box {
    width: 100%;
    height: auto;
  }
  .ry-list-box .img-box::before {
    display: none;
  }
  .ry-list-box .img-cont {
    margin-bottom: 20px;
  }
  .ry-list-box .info-cont {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    margin-bottom: 35px;
  }
  .ry-list-box .ry-tab-info ul li a {
    height: auto;
    display: block;
    padding-right: 45px;
    line-height: 1.5;
  }
  .ry-list-box .ry-tab-info ul li a::before {top: 3px;}
  .xh-tab-title > a {
    width: 120px;
    height: 40px;
    font-size: 16px;
    margin-right: 15px;
    line-height: 40px;
  }
  .xh-swiper-tab-title > a {
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
    padding: 4px 8px;
  }
  .xh-swiper-tab-title {
    margin-bottom: 25px;
  }
  .xh-swiper {
    margin: 0;
  }
  .xh-swiper .swiper-slide {
    padding: 0;
  }
  .xh-a .img-box {
    height: 250px;
  }
  .index-box2 .pore .swiper-button-next {
    right: 5px;
  }
  .index-box2 .pore .swiper-button-prev {
    left: 5px;
  }
  .index-box2 .index-more {
    margin-top: 35px;
  }
  .pt100 {
    padding-top: 40px;
  }
  .jd-swiper-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .jd-swiper-box .swiper-button-next,
  .jd-swiper-box .swiper-button-prev {
    top: 50%;
  }
  .ny-box {
    padding: 20px 0 30px;
  }
  .bread-crumbs {
    margin-bottom: 25px;
  }
  .lm-title {
    margin-bottom: 40px;
  }
  .lm-title img {
    width: 100%;
  }
  .qz-title a {
    font-size: 16px;
    margin-right: 20px;
    border-bottom-width: 2px;
  }
  .qz-title a::before {
    bottom: -8px;
  }
  .qz-title a:hover,
  .qz-title a.active {
    font-size: 22px;
  }
  .wz-list a {
    overflow: visible;
    white-space: normal;
    padding: 16px 50px 16px 20px;
    font-size: 16px;
  }
  .comp-pages {
    padding-top: 30px;
  }
  .tp-list .img-box {
    height: auto;
  }
  .tp-list .title {
    display: block;
    height: auto;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .xh-swiper .swiper-wrapper {
    min-height: 310px;
  }
}
