/*多行溢出*/
/*网站响应样式*/
@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: 1659px) {
  .top-logo {
    width: 420px;
  }
  .header-right {
    margin-top: 13px;
  }
}
@media (max-width: 1599px) {
  .top-logo {
    width: 400px;
  }
  .header-right {
    margin-top: 14px;
  }
  .banner-box {
    height: 490px;
  }
  .banner-box > div::before {
    right: 150px;
  }
  .banner-box > div .info-cont {
    left: 30px;
  }
  .index-box1 .swiper-pagination {
    right: 30px;
  }
  .platform-swiper .platform-prev {
    left: -35px;
  }
  .platform-swiper .platform-next {
    right: -35px;
  }
  .platform-swiper .platform-next,
  .platform-swiper .platform-prev {
    background-color: #FFF;
  }
}
@media (max-width: 1559px) {
  .header-right .search-box {
    margin-left: 25px;
    width: 130px;
  }
}
@media (max-width: 1499px) {
  .top-logo {
    width: 326px;
  }
  .header-right {
    margin-top: 8px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    font-size: 15px;
  }
  .banner-box {
    height: 460px;
  }
  .m38 {
    margin: 0 -20px;
  }
  .p38 {
    padding: 0 20px;
  }
  .platform-list .img-box {
    height: 185px;
  }
  .link-list {
    height: 85px;
  }
  .tdfc-swiper .gallery-top {
    width: 580px;
  }
  .tdfc-swiper .gallery-top .img-box {
    height: 384px;
  }
  .tdfc-info .title {
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
  }
  .tdfc-info {
    height: 75px;
  }
  .tdfc-swiper .gallery-thumbs .swiper-slide {
    height: 76px !important;
  }
  .tdfc-swiper .gallery-thumbs .swiper-wrapper {
    height: 380px;
  }
  .ry-list-box .img-box {
    height: 188px;
  }
  .tp-list-a .img-box {
    height: 171px;
  }
  .tw-list-a .img-box {
    height: 171px;
  }
}
@media (max-width: 1399px) {
  .header-right .search-box {
    margin-left: 25px;
    width: 120px;
  }
}
@media (max-width: 1366px) {
  .top-logo {
    width: 320px;
  }
  .header-right {
    margin-top: 9px;
  }
  .platform-swiper .platform-prev {
    left: -15px;
  }
  .platform-swiper .platform-next {
    right: -15px;
  }
}
@media (max-width: 1279px) {
  .m38 {
    margin: 0 -15px;
  }
  .p38 {
    padding: 0 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    font-size: 13px;
  }
  .banner-box {
    height: 370px;
  }
  .index-title .title div:nth-child(1) {
    font-size: 32px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .news-box .left-cont {
    margin-right: 25px;
    width: 340px;
  }
  .news-box .left-cont .img-box {
    width: 100%;
    height: 224px;
  }
  .news-box .right-cont li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .sysjj-box {
    padding: 25px 20px;
  }
  .sysjj-box .desc {
    line-height: 30px;
    height: 300px;
  }
  .platform-list .img-box {
    height: 171px;
  }
  .platform-swiper .platform-prev {
    left: 15px;
  }
  .platform-swiper .platform-next {
    right: 15px;
  }
  .link-list {
    height: 78px;
  }
  .footer .ewm {
    margin-top: 0px;
  }
  .ry-list-box .img-box {
    height: 170px;
  }
  .ry-list-box {
    margin-bottom: 35px;
  }
  .tp-list-a {
    margin-bottom: 30px;
  }
  .tp-list-a .img-box {
    height: 158px;
  }
  .tw-list-a .img-box {
    height: 157px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .collapse.navbar-collapse {
    display: none !important;
  }
  .top-logo {
    width: 518px;
  }
  .header-right {
    margin-top: 23px;
    margin-right: 45px;
  }
  .toggle {
    display: block;
    top: 28px;
    right: 0px;
  }
  .toggle span {
    width: 26px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    height: 3px;
    background: #007BF1;
  }
  .hc-mobile-nav .nav-wrapper {
    background: linear-gradient(180deg, #0088F0 0%, #007BF1 100%);
  }
  .hc-mobile-nav .nav-wrapper a:hover {
    color: #FFF;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: #0364c2;
    border-top: 1px solid #0364c2;
    border-bottom: 1px solid #0364c2;
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #0364c2;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #007BF1;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
    text-align: center;
  }
  nav.navbar.bootsnav.scroll .toggle {
    top: 38px;
    right: 15px;
  }
  .platform-list .img-box {
    height: 192px;
  }
  .link-list {
    height: 86px;
  }
  .tdfc-swiper {
    padding: 40px 30px 40px 0;
    min-height: auto;
  }
  .tdfc-swiper .gallery-top {
    width: 465px;
    margin-top: 40px;
  }
  .tdfc-swiper .gallery-top .img-box {
    height: 308px;
  }
  .tdfc-swiper .gallery-thumbs {
    padding: 0 35px 0 30px;
  }
  .tdfc-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    width: calc(100% + 65px) !important;
    margin: 0 -35px 0 -30px;
    padding: 0 35px 0 30px;
  }
  .ny-header .toggle span,
  .ny-header .toggle span::before,
  .ny-header .toggle span::after {
    background: #FFF;
  }
  .ny-header .toggle:hover span,
  .ny-header .toggle:hover span::before,
  .ny-header .toggle:hover span::after {
    background: #FFF;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .ry-list .col-lg-5ths:nth-child(5n+1) {
    clear: none;
  }
  .ry-list .col-lg-5ths:nth-child(4n+1) {
    clear: left;
  }
  .ry-list-box .img-box {
    height: 186px;
  }
  .detail-box .detail-top {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .detail-box .detail-top .img-box {
    width: 140px;
    margin-left: 30px;
  }
  .detail-box .detail-top .info .title {
    font-size: 15px;
    line-height: 32px;
  }
  .detail-box .detail-top .info .title span {
    font-size: 22px;
  }
  .table-box table thead th {
    padding: 10px 15px;
  }
  .table-box table tbody td {
    padding: 10px 15px;
  }
  .lw-box .top-tab-title ul li a {
    font-size: 14px;
  }
  .lw-box .top-tab-title ul {
    margin-bottom: 25px;
  }
  .tp-list-a .img-box {
    height: 125px;
  }
  .tw-list-a .img-box {
    height: 125px;
  }
  .xm-list ul li:nth-child(6n+1) {
    clear: none;
  }
  .xm-list ul li:nth-child(5n+1) {
    clear: left;
  }
  .xm-list ul li {
    width: 20%;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 18px 0;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .toggle {
    right: 15px;
  }
  .header-right {
    float: none;
    margin-top: 8px;
    margin-right: 0;
  }
  .header-right .search-box {
    margin-left: 0;
    width: calc(100% - 45px);
  }
  .banner-box > div .info-cont {
    left: 15px;
    width: auto;
    right: 15px;
    margin-bottom: 70px;
  }
  .banner-box > div::before {
    right: 0;
  }
  .index-box1 .swiper-pagination {
    right: 50%;
    transform: translateX(50%);
    bottom: 24px;
  }
  .banner-box {
    height: 310px;
  }
  .index-box {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .col-dqhj-4,
  .col-dqhj-8 {
    width: 100%;
  }
  .index-box2 .col-dqhj-4 {
    left: 0;
  }
  .index-box2 .col-dqhj-8 {
    right: 0;
  }
  .sysjj-box {
    margin-bottom: 30px;
  }
  .sysjj-box .desc {
    height: 150px;
  }
  .index-title .title div:nth-child(1) {
    font-size: 30px;
  }
  .index-title .more-btn {
    margin-top: 12px;
  }
  .xshd-list {
    margin-bottom: 30px;
  }
  .platform-list .img-box {
    height: 144px;
  }
  .link-list {
    height: 64px;
  }
  .left-nav {
    display: none;
  }
  .col-ny-3,
  .col-ny-9 {
    width: 100%;
  }
  .ry-list-box .img-box {
    height: 199px;
  }
  .tp-list-a .img-box {
    height: 133px;
  }
  .tw-list-a .img-box {
    height: 133px;
  }
  .tdfc-swiper {
    padding: 40px 30px;
  }
  .tdfc-swiper .gallery-top {
    float: none;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .tdfc-swiper .gallery-top .img-box {
    height: 393px;
  }
  .tdfc-swiper .gallery-thumbs {
    padding: 0;
  }
  .tdfc-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .tdfc-info {
    height: 75px;
    padding: 5px 25px;
  }
  .tdfc-info .title {
    height: auto;
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .top-logo {
    width: 270px;
  }
  .toggle {
    top: 8px;
  }
  nav.navbar.bootsnav.scroll {
    padding: 10px 15px;
  }
  nav.navbar.bootsnav.scroll .toggle {
    top: 22px;
  }
  nav.navbar.bootsnav {
    min-height: auto;
  }
  .header-right {
    margin-top: 14px;
  }
  .banner-box {
    height: 260px;
  }
  .banner-box > div .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .banner-box > div::before {
    height: 170px;
  }
  .banner-box > div .info-cont {
    margin-bottom: 55px;
  }
  .index-box1 .swiper-pagination {
    bottom: 15px;
  }
  .index-title .title div:nth-child(1) {
    font-size: 28px;
  }
  .index-title .more-btn {
    width: 70px;
    height: 30px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 28px;
  }
  .sysjj-box .desc {
    height: auto;
  }
  .news-box .left-cont {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .news-box .left-cont .img-box {
    width: 100%;
    height: auto;
  }
  .news-box .left-cont .title {
    display: block;
    height: auto;
  }
  .news-box .left-cont .desc {
    height: auto;
  }
  .news-box .right-cont li a {
    overflow: visible;
    white-space: normal;
    height: auto;
    display: block;
  }
  .index-box3 .index-title {
    margin-bottom: 30px;
  }
  .xshd-list .title {
    padding-right: 0;
    overflow: visible;
    white-space: normal;
  }
  .xshd-list .date {
    position: static;
  }
  .xshd-list li a {
    padding: 16px 0 16px;
  }
  .platform-list .img-box {
    height: 226px;
  }
  .platform-swiper .swiper-container {
    margin: -15px -12px;
  }
  .platform-swiper .swiper-container .swiper-slide {
    padding: 15px 12px;
  }
  .link-list {
    height: 132px;
  }
  .footer .ewm {
    float: none;
    margin-bottom: 10px;
  }
  .footer .ewm img {
    width: 82px;
    height: 82px;
  }
  .footer .info span,
  .footer .info a {
    margin-right: 0;
  }
  .footer .info {
    text-align: center;
  }
  .footer {
    padding: 30px 0;
  }
  .ny-box {
    padding: 30px 0;
    min-height: calc(100vh - 472px);
  }
  .ny-right {
    padding: 20px 15px;
  }
  .ny-right .right-title-box .title {
    float: none;
  }
  .ny-right .right-title-box .title::before {
    display: none;
  }
  .bread-crumbs {
    float: none;
  }
  .ny-right .right-title-box {
    padding-bottom: 8px;
  }
  .leader-list a {
    padding: 15px;
  }
  .leader-list .img-box {
    float: none;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .leader-list .info {
    padding-top: 10px;
  }
  .leader-list .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .leader-list .title::before {
    bottom: -9px;
  }
  .wz-list .title {
    line-height: 26px;
    padding: 0 0px 0 20px;
    overflow: visible;
    white-space: normal;
  }
  .wz-list .title::before {
    top: 10px;
  }
  .wz-list .date {
    position: static;
    padding-left: 20px;
    line-height: 26px;
  }
  .wz-list li a {
    padding: 10px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .detail-top {
    margin-bottom: 20px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -104px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    margin-left: 28px;
  }
  .details-page .main-cont.cont-xilan img {
    width: 100%;
  }
  .details-page .cont-page {
    margin-top: 20px;
    padding-top: 10px;
    line-height: 24px;
  }
  .sysjj-img {
    margin-bottom: 20px;
  }
  .ry-list-box .img-box {
    height: 199px;
  }
  .ry-list .col-lg-5ths:nth-child(4n+1) {
    clear: none;
  }
  .ry-list .col-lg-5ths:nth-child(2n+1) {
    clear: left;
  }
  .detail-box .detail-top {
    padding: 20px 15px;
  }
  .detail-box .detail-top .img-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .detail-box .main-group .title {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .detail-box .main-group {
    margin-bottom: 25px;
  }
  .lw-box .top-tab-title ul li {
    width: 25%;
  }
  .lw-list li {
    margin-bottom: 15px;
  }
  .tp-list-a .img-box {
    height: auto;
  }
  .tp-list-a .title {
    overflow: visible;
    white-space: normal;
  }
  .tw-list-a .img-box {
    height: auto;
  }
  .tw-list-a .title {
    overflow: visible;
    white-space: normal;
  }
  .tw-list-a .desc {
    height: auto;
  }
  .xm-list ul li:nth-child(5n+1) {
    clear: none;
  }
  .xm-list ul li:nth-child(3n+1) {
    clear: left;
  }
  .xm-list ul li {
    width: 33.33333333%;
  }
  .tdfc-swiper {
    padding: 20px 15px;
  }
  .tdfc-swiper .gallery-top {
    width: 100%;
  }
  .tdfc-swiper .gallery-top .img-box {
    height: 208px;
  }
}
