/*多行溢出*/
/*网站响应样式*/
@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: 1440px) {
  .header .header-logo {
    width: 650px;
    margin: 0 auto 100px;
  }
}
@media (max-width: 1366px) {
  .header .header-logo {
    width: 570px;
    margin: 0 auto 80px;
  }
  .top-lun .img-box {
    height: 442px;
  }
  .index-title::before {
    width: 400px;
  }
  .index-title::after {
    width: 400px;
  }
  .sq-lun .img-box {
    height: 363px;
  }
  .index-sq-top {
    margin-bottom: 15px;
  }
  .index-sq-ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-sq-list .date {
    margin-bottom: 8px;
  }
  .index-sq-list .title {
    line-height: 26px;
  }
  .index-kxjjs-a .img-box {
    height: 172px;
    margin-bottom: 15px;
  }
  .lc-lun .img-box {
    height: 363px;
  }
  .index-lc-a {
    min-height: 74px;
    line-height: 26px;
    padding: 24px 35px;
  }
  .index-zf-form {
    padding: 50px;
  }
  .index-zfjy-list {
    height: 470px;
  }
  .tw-a .img-box {
    height: 173px;
  }
  .tp-a .img-box {
    height: 173px;
  }
}
@media (max-width: 1279px) {
  .header .header-logo {
    width: 500px;
    margin: 0 auto 70px;
  }
  .top-lun .img-box {
    height: 420px;
  }
  .index-title::before {
    width: 350px;
  }
  .index-title::after {
    width: 350px;
  }
  .sq-lun .img-box {
    height: 343px;
  }
  .index-sq-list .title {
    font-size: 16px;
  }
  .index-sq-ul li {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .index-xlactive-a {
    min-height: 136px;
    padding: 25px 25px 25px 25px;
  }
  .index-kxjjs-a .img-box {
    height: 223px;
  }
  .tw-a .img-box {
    height: 163px;
  }
  .tp-a .img-box {
    height: 163px;
  }
}
@media (max-width: 1199px) {
  .header .header-logo {
    width: 450px;
  }
  nav.navbar.bootsnav {
    min-height: 60px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 5px !important;
  }
  .index-main-box {
    padding: 45px 30px;
    margin-bottom: 20px;
  }
  .top-lun .img-box {
    height: 342px;
  }
  .index-title::before {
    width: 240px;
  }
  .index-title::after {
    width: 240px;
  }
  .m20,
  .m16 {
    margin: 0 -15px;
  }
  .p20,
  .p16 {
    padding: 0 15px;
  }
  .sq-lun .img-box {
    height: 280px;
  }
  .index-sq-ul li {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .index-sq-list .title {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .index-sq-top {
    margin-bottom: 10px;
  }
  .index-sq-top .desc {
    margin-bottom: 4px;
  }
  .index-kxjjs-a .img-box {
    height: 180px;
  }
  .index-xlactive-a {
    padding: 20px 25px 25px 25px;
  }
  .index-xlactive-a .date-box {
    float: none;
    width: auto;
    margin-right: 0;
    line-height: 22px;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  .index-xlactive-a .date-box div {
    float: left;
  }
  .index-xlactive-a .date-box div:first-child {
    font-size: 22px;
    margin-bottom: 0px;
    margin-right: 5px;
  }
  .lc-lun .img-box {
    height: 280px;
  }
  .index-lc-ul li {
    margin-bottom: 15px;
  }
  .index-lc-a {
    min-height: 60px;
    line-height: 26px;
    padding: 17px 30px;
  }
  .index-zf-form {
    padding: 30px;
    border-radius: 30px 0px 30px 0px;
    margin-bottom: 35px;
  }
  .index-zfjy-list {
    height: 430px;
    margin-bottom: 35px;
  }
  .footer {
    padding: 60px 0 30px 0;
  }
  .footer .footer-logo1 {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .footer-info {
    padding-left: 0px;
  }
  .footer .footer-info::before {
    display: none;
  }
  .tw-a .img-box {
    height: 180px;
  }
  .tw-box li:nth-child(4n+1) {
    clear: none;
  }
  .tw-box li:nth-child(3n+1) {
    clear: left;
  }
  .ny-main-box {
    margin-bottom: 20px;
  }
  .tp-a .img-box {
    height: 180px;
  }
  .tp-box li:nth-child(4n+1) {
    clear: none;
  }
  .tp-box li:nth-child(3n+1) {
    clear: left;
  }
  .lc95-title-box {
    width: 70%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 60px 0 0px 0;
  }
  .header .header-logo {
    width: 410px;
    margin: 0px auto 50px;
  }
}
@media (max-width: 991px) {
  .header .header-logo {
    max-width: 375px;
  }
  .header .container {
    position: relative;
  }
  .pc-nav {
    display: none;
  }
  .header-right {
    position: relative;
  }
  .index-title {
    margin-bottom: 35px;
  }
  .index-title::before,
  .index-title::after {
    display: none;
  }
  .toggle {
    margin-right: 15px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -120px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    left: 82%;
  }
  .top-lun .img-box {
    height: 256px;
  }
  .index-box1 .owl-prev,
  .index-box1 .owl-next {
    width: 50px;
    height: 50px;
  }
  .index-box1 .owl-prev {
    left: 20px;
  }
  .index-box1 .owl-next {
    right: 20px;
  }
  .sq-lun .img-box {
    height: 435px;
  }
  .index-sq-list .title {
    -webkit-line-clamp: 2;
  }
  .index-sq-top {
    margin-bottom: 15px;
  }
  .index-sq-ul li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .index-kxjjs-a .img-box {
    height: 206px;
  }
  .lc-lun .img-box {
    height: 435px;
  }
  .index-main-box {
    margin-bottom: 40px;
  }
  .footer {
    padding: 30px 0;
    background: #C10819;
  }
  .footer .footer-logo1 {
    margin: 0 auto 20px;
  }
  .footer .footer-info {
    display: block;
    text-align: center;
  }
  .footer .footer-logo2 {
    float: none;
    display: block;
    margin: 20px auto 0;
  }
  .mt70 {
    margin-top: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .index-xlactive-a {
    margin-bottom: 20px !important;
  }
  .index-box3 .index-more-btn {
    margin-top: 20px;
  }
  .tw-a .img-box {
    height: 207px;
  }
  .tw-box li:nth-child(3n+1) {
    clear: none;
  }
  .tw-box li:nth-child(2n+1) {
    clear: left;
  }
  .ny-main-box {
    margin-bottom: 40px;
  }
  .tp-a .img-box {
    height: 207px;
  }
  .tp-box li:nth-child(3n+1) {
    clear: none;
  }
  .tp-box li:nth-child(2n+1) {
    clear: left;
  }
  .lc95-title-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 30px 0 0px 0;
  }
  .header .header-logo {
    width: 65%;
    margin: 0px auto 30px;
  }
  .index-main-box {
    padding: 30px 20px;
    border-radius: 6px;
  }
  .top-lun .img-box {
    height: 140px;
    margin-bottom: 12px;
  }
  .top-lun .lunb-title {
    position: static;
    background: none;
    color: #333;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index-box1 {
    padding-bottom: 30px;
  }
  .index-box1 .owl-prev,
  .index-box1 .owl-next {
    display: none;
  }
  .index-box1 .owl-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: -25px;
  }
  .index-box1 .owl-dots .owl-dot {
    background: #C10819;
  }
  .index-box1 .owl-dots .active {
    background: #FED8A1;
  }
  .mt70 {
    margin-top: 30px;
  }
  .sq-lun .img-box {
    height: 234px;
  }
  .sq-lun .lunb-title {
    white-space: normal;
    overflow: initial;
    padding: 10px;
    font-size: 16px;
  }
  .index-sq-top .title {
    display: block;
    overflow: initial;
  }
  .index-sq-list .title {
    display: block;
    overflow: initial;
  }
  .index-more-btn {
    height: 45px;
    width: 95%;
    line-height: 45px;
  }
  .index-kxjjs-a {
    margin-bottom: 30px;
  }
  .index-kxjjs-a .img-box {
    height: 200px;
  }
  .index-kxjjs-a .title {
    line-height: 26px;
    -webkit-line-clamp:2;
  }
  .index-lc-a {
    white-space: normal;
    padding: 17px 30px 17px 20px;
  }
  .lc-lun .img-box {
    height: 234px;
  }
  .lc-lun .lunb-title {
    white-space: normal;
    overflow: initial;
    padding: 10px;
    font-size: 16px;
  }
  .index-zfjy-a .title {
    padding: 12px 15px;
  }
  .index-box2 .owl-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
  }
  .index-box2 .owl-dots .owl-dot {
    background: #C10819;
  }
  .index-box2 .owl-dots .active {
    background: #FED8A1;
  }
  .index-box2 .owl-prev,
  .index-box2 .owl-next {
    display: none;
  }
  .index-xlactive-a {
    padding: 14px 10px 14px 10px;
    min-height: auto;
  }
  .index-xlactive-a .title {
    display: block;
    overflow: initial;
  }
  .index-lc-owl {
    margin-bottom: 60px;
  }
  .index-lc-owl .owl-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: -25px;
  }
  .index-lc-owl .owl-dots .owl-dot {
    background: #C10819;
  }
  .index-lc-owl .owl-dots .active {
    background: #FED8A1;
  }
  .index-zf-form {
    padding: 20px;
    border-radius: 20px;
  }
  .index-zf-form input,
  .index-zf-form textarea {
    height: 45px;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .index-zf-form .zxly_yzm_img {
    width: 90px;
    height: 35px;
  }
  .index-zf-form .submit {
    height: 45px;
    font-size: 16px;
  }
  .index-zf-form .int-yzm {
    padding: 5px 120px 5px 10px;
    margin-bottom: 20px;
  }
  .index-zf-form input::-webkit-input-placeholder,
  .index-zf-form textarea::-webkit-textarea-placeholder {
    font-size: 16px;
  }
  .index-zf-form input::-moz-placeholder,
  .index-zf-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .index-zf-form input::-moz-placeholder,
  .index-zf-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .index-zf-form input::-ms-input-placeholder,
  .index-zf-form textarea::-ms-textarea-placeholder {
    font-size: 16px;
  }
  .wz-a .title {
    overflow: initial;
    white-space: normal;
    padding: 0;
  }
  .wz-a .date {
    position: static;
    margin-top: 5px;
  }
  .tw-a {
    margin-bottom: 25px;
  }
  .tw-a .img-box {
    height: auto;
  }
  .tw-a .title {
    display: block;
    overflow: initial;
  }
  .ny-main-box {
    padding: 30px 20px;
    border-radius: 6px;
  }
  .tp-a {
    margin-bottom: 25px;
  }
  .tp-a .img-box {
    height: auto;
  }
  .tp-a .title {
    white-space: normal;
    overflow: initial;
  }
  .lc95-title-box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .lc95-title-box a {
    width: 45%;
    height: 45px;
    line-height: 45px;
  }
  .map {
    height: 300px;
  }
  .index-title img {
    /* max-width: 160px; */
    max-height: 50px;
  }
  .index-box3 .index-title img {
    /* max-width: 200px; */
  }
}
