/*多行溢出*/
/*网站响应样式*/
@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: 1749px) {
  .index-box1 .container.banner-cont h1 {
    font-size: 54px;
  }
  .banner-swiper .img-box {
    height: 277px;
  }
}
@media (max-width: 1649px) {
  .banner-swiper .img-box {
    height: 256px;
  }
  .index-box1 .container.banner-cont .bg {
    top: 90px;
    left: 80px;
    width: 450px;
  }
  .index-box1 .container.banner-cont h1 {
    padding-top: 200px;
    margin-left: 410px;
  }
}
@media (max-width: 1549px) {
  .index-box1 .container.banner-cont .bg {
    width: 390px;
  }
  .index-box1 .container.banner-cont h1 {
    font-size: 50px;
    padding-top: 180px;
    margin-left: 380px;
  }
  .banner-swiper .img-box {
    height: 234px;
  }
}
@media (max-width: 1449px) {
  .index-box1 .container.banner-cont .bg {
    width: 310px;
    left: 110px;
  }
  .index-box1 .container.banner-cont h1 {
    font-size: 48px;
    padding-top: 158px;
    margin-left: 340px;
    margin-bottom: 66px;
  }
  .banner-swiper .img-box {
    height: 217px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .index-box2 .introduction-cont::before,
  .index-box2 .introduction-cont::after {
    width: 50px;
    height: 50px;
  }
  .index-box2 .introduction-cont::before {
    top: -15px;
    left: -15px;
  }
  .index-box2 .introduction-cont::after {
    right: -10px;
    bottom: -20px;
    border-radius: 10px;
  }
  .index-ry-lm {
    padding: 26px 160px 27px 30px;
  }
  .index-box1.ny-top .container.banner-cont h1 {
    padding-bottom: 170px;
  }
}
@media (max-width: 1279px) {
  .head-logo {
    left: 30px;
  }
  .index-box1 .container.banner-cont .bg {
    top: 120px;
    width: 290px;
    left: 30px;
  }
  .banner-swiper {
    margin: 0 auto;
  }
  .index-box1 .container.banner-cont h1 {
    font-size: 44px;
    padding-top: 180px;
    margin-left: 240px;
    margin-bottom: 70px;
  }
  .banner-swiper .img-box {
    height: 222px;
  }
  .index-box1 .container.banner-cont h1 sup {
    font-size: 22px;
  }
  .ny-cont-bg .ny-title .fl {
    float: none;
  }
  .ny-cont-bg .ny-title .fl::before {
    display: none;
  }
  .bread-crumbs {
    float: none;
    margin-top: 10px;
  }
  .ny-ry-list .ty-top {
    padding: 20px 70px 20px 20px;
  }
  .ny-ry-list .ty-top .date {
    margin-right: 20px;
  }
  .ny-ry-list .ty-top .img-box {
    margin-right: 20px;
  }
  .ny-ry-list .ty-top .info {
    padding-top: 0;
  }
  .ny-ry-list .ty-top .title {
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .ny-ry-list .ty-top::before {
    right: 30px;
  }
  .ny-ry-list .desc-box .desc {
    padding: 26px 30px;
  }
  .index-ry-lm.index-xshy-lm .title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .banner-swiper .img-box {
    height: 191px;
  }
  .index-box1 .container.banner-cont h1 {
    font-size: 36px;
    padding-top: 195px;
  }
  .index-box1 .container.banner-cont h1 sup {
    font-size: 18px;
  }
  .footer .info {
    padding-left: 30px;
  }
  .footer .info::before {
    left: 15px;
  }
  .footer .foot-logo {
    width: 170px;
  }
  .index-box1.ny-top .container.banner-cont h1 {
    padding-bottom: 190px;
  }
  .index-ry-lm.index-xshy-lm .title {
    font-size: 20px;
  }
  .index-ry-lm.index-xshy-lm .title sub {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .banner-swiper .img-box {
    height: 220px;
  }
  .index-box1 .container.banner-cont .bg {
    top: 120px;
    width: 230px;
    left: 20px;
  }
  .index-box1 .container.banner-cont h1 {
    padding-top: 152px;
    margin-left: 185px;
  }
  .index-box2 .index-title {
    width: 100%;
  }
  .index-box2 .introduction-cont::before,
  .index-box2 .introduction-cont::after {
    display: none;
  }
  .index-box2 {
    padding: 50px 0;
  }
  .xshy-scroll {
    max-height: 600px;
  }
  .index-box3 {
    padding: 50px 0;
  }
  .footer .container {
    display: block;
  }
  .footer .foot-logo {
    display: block;
    width: 256px;
    margin: 0 auto 20px;
  }
  .footer .info {
    padding-left: 0;
    text-align: center;
  }
  .footer .info::before {
    display: none;
  }
  .index-ry-lm .title {
    font-size: 22px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    height: 60px;
  }
  .index-ry-lm {
    height: auto;
  }
  .index-box1.ny-top .container.banner-cont h1 {
    padding-bottom: 75px;
  }
  .ny-cont-bg {
    padding: 30px 30px;
    margin-top: -60px;
  }
  .ny-box {
    padding: 30px 0 50px 0;
  }
  .comp-pages {
    padding-top: 0;
  }
  .index-box3 .col-lg-6:nth-child(1) .xshy-scroll {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .container.logo-cont {
    padding-top: 25px;
  }
  .head-logo {
    position: static;
    width: 210px;
  }
  .index-box1 .container.banner-cont .bg {
    display: block;
    position: static;
    width: 160px;
    margin: 20px auto;
  }
  .index-box1 .container.banner-cont h1 {
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }
  .index-box1 .container.banner-cont h1 sup {
    font-size: 14px;
  }
  .banner-swiper .img-box {
    height: 227px;
    border-radius: 10px 20px 10px 20px;
  }
  .banner-swiper .img-box::before {
    border-radius: 0 0 10px 20px;
  }
  .banner-swiper .banner-pagination {
    display: block;
  }
  .index-box2 .index-title span {
    font-size: 24px;
    padding: 10px 0;
    background: none;
  }
  .index-box2 .index-title {
    height: auto;
  }
  .index-box2 {
    padding: 30px 0;
  }
  .index-box2 .introduction-cont .bg-cont {
    background: #FFF;
    padding: 20px 15px;
  }
  .index-box2 .introduction-cont .txt {
    line-height: 30px;
    -webkit-line-clamp: 12;
    max-height: 379px;
    margin-bottom: 20px;
  }
  .index-box3 {
    padding: 30px 0;
  }
  .index-ry-lm {
    display: block;
    padding: 20px 15px;
  }
  .index-ry-lm .title {
    font-size: 18px;
    height: auto;
    display: block;
  }
  .index-ry-lm .index-more {
    position: static;
    margin-top: 15px;
    transform: translateY(0);
  }
  .index-ry-link .ty-top .date {
    float: none;
    margin-right: 0;
    text-align: left;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .index-ry-link .ty-top .title {
    height: auto;
    display: block;
    margin-bottom: 10px;
  }
  .index-ry-link .ty-top .name span {
    float: none;
    display: block;
    width: 100% !important;
    padding-right: 0;
    overflow: visible;
    white-space: normal;
  }
  .index-ry-link .ty-top .name span:nth-child(1) {
    margin-bottom: 6px;
  }
  .index-ry-link .ty-top .date div:nth-child(1) {
    font-size: 24px;
  }
  .index-ry-link .desc-box .desc {
    padding: 20px 15px;
  }
  .index-ry-link .desc-box .jl {
    padding: 20px 15px;
  }
  .index-ry-link .ty-top::before {
    top: 30px;
    right: 15px;
  }
  .index-ry-link .ty-top {
    padding: 20px 45px 20px 15px;
  }
  .index-xshy-list li {
    margin-bottom: 20px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .ny-cont-bg {
    padding: 30px 15px;
  }
  .ny-cont-bg .ny-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .bread-crumbs {
    font-size: 14px;
    margin-top: 6px;
  }
  .details-page .main-cont {
    line-height: 30px;
  }
  .details-page .main-cont > p,
  .details-page .main-cont > div {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .index-ry-link .desc-box .desc > div {
    max-height: none;
    display: block;
  }
  .index-ry-link .desc-box .jl > div {
    max-height: none;
    display: block;
  }
  .index-box3 .col-lg-6:nth-child(1) .xshy-scroll {
    margin-bottom: 30px;
  }
}
