.new-page-banner {
    height: 640px;
    background: url('../img/news/news-banner-b.jpg') no-repeat top center;
    background-size: auto 640px;
}

.news-body-color {
    background-color: #f6f6f6;
}

.new-page-banner .base-container {
    height: 100%;
    position: relative;
}

.new-page-banner .base-container .new-page-tit-box {
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 36px;
    position: absolute;
    bottom: 140px;
    background-color: rgba(255, 255, 255, .9);
}

.new-page-banner .new-page-tit-box h1 {
    font-weight: bold;
    font-size: 36px;
    color: #E70012;
    line-height: 1.5;
    margin-bottom: 16px;
}

.new-page-banner .new-page-tit-box p {
    font-size: 16px;
    color: #333;
    margin-bottom: 36px;
}

.new-page-banner .new-page-tit-box .kefu {
    width: 180px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #E70012;
    color: #E70012;
    border-radius: 34px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
	display: block;
}

.company-news {
    padding-top: 80px;
}


.company-news .company-list {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-top: 48px;
}

.company-news .company-swiper-box {
    width: 66.66%;
    overflow: hidden;
}

.company-news .company-swiper-box .swiper-slide .img-box {
    width: 100%;
    overflow: hidden;
}

.company-news .company-swiper-box .swiper-slide .img-box img {
    vertical-align: top;
    width: 100%;
    transition: .3s;
}

.company-news .company-swiper-box .swiper-slide h3 {
    width: calc(100% - 100px);
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.company-news .company-swiper-box .companySwiper {
    position: relative;

}

.company-news .company-swiper-box .swiper-company-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    left: unset;
    width: 100px;
    height: 36px;
    line-height: 36px;
    z-index: 2;
    margin: auto;
    background-color: #f6f6f6;

}

.company-news .company-swiper-box .swiper-company-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: unset;
}

.company-news .company-swiper-box .swiper-company-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #E70012;
}


.company-news .new-ls {
    width: calc(33.33% - 24px);
    padding: 36px 16px;
    background-color: #fff;
    box-sizing: border-box;
}

.company-news .new-ls .new-item {
    display: block;
    margin-bottom: 16px;
}

.company-news .new-ls .new-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: bold;
    transition: .3s;
}

.company-news .new-ls .new-item span {
    font-size: 14px;
    color: #333;
    margin-top: 8px;
    display: block;
}

.company-news .company-btm {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-news .company-btm .company-btm-item {
    width: calc(33.33% - 16px);
}

.company-news .company-btm .company-btm-item .img-box {
    overflow: hidden;
}

.company-news .company-btm .company-btm-item .img-box img {
    vertical-align: top;
    transition: .3s;
}

.company-news .company-btm .company-btm-item .tit-box {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 16px;
}

.company-news .company-btm .company-btm-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: bold;
    transition: .3s;
    text-align: center;
}


.industry-info {
    margin-top: 120px;
}

.industry-info .industry-new-ls {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.industry-info .industry-new-ls .industry-new-item {
    display: block;
    width: calc(33.33% - 16px);
    box-sizing: border-box;
    background-color: #fff;
}

.industry-info .industry-new-ls .industry-new-item .img-box {
    overflow: hidden;
}

.industry-info .industry-new-ls .industry-new-item img {
    transition: .3s;
    width: 100%;
    vertical-align: top;
}

.industry-info .industry-new-ls .industry-new-item .item-cont {
    padding: 24px;
}


.industry-info .industry-new-ls .industry-new-item .item-cont h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.industry-info .industry-new-ls .industry-new-item .item-cont p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.industry-info .industry-new-ls .industry-new-item .item-cont .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 24px 0;
}

.industry-info .industry-new-ls .industry-new-item .item-cont span {
    font-size: 12px;
    color: #333333;
}


.special-report {
    margin-top: 120px;
}


.special-report .special-report-swiper {
    margin-top: 48px;
    overflow: hidden;
}

.special-report .special-report-swiper .report-new span {
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    display: block;
    text-align: left;
    margin-bottom: 8px;
}

.special-report .special-report-swiper .report-new h3 {
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.special-report .special-report-swiper .report-new .img-box {
    overflow: hidden;
}

.special-report .special-report-swiper .report-new .img-box img {
    vertical-align: top;
    transition: .3s;
}

.special-report .special-report-swiper .report-new p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.special-report .special-report-swiper .swiper-special-pagination {
    text-align: center;
    margin-top: 60px;
}

.special-report .special-report-swiper .swiper-special-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    background-color: #000;
    border-radius: unset;
    opacity: 0.2;
    transition: .3s;
    border-radius: 2px;
}

.special-report .special-report-swiper .swiper-special-pagination .swiper-pagination-bullet-active {
    background-color: #E70012;
    opacity: 1;
    width: 24px;
}


.new-faq {
    margin-top: 120px;
    margin-bottom: 120px;
}

.new-faq .new-faq-ls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.new-faq .new-faq-ls .new-faq-item {
    width: calc(33.33% - 16px);
    box-sizing: border-box;
    padding: 48px 24px;
    border-top: 2px solid #E70012;
    background-color: #fff;
    cursor: pointer;
}

.new-faq .new-faq-ls .new-faq-item span {
    font-size: 12px;
    color: #E70012;
}

.new-faq .new-faq-ls .new-faq-item h3 {
    font-size: 24px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .3s;
}

.new-faq .new-faq-ls .new-faq-item p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.new-list-banner {
    height: 680px;
    background: url('../img/news/news-banner-b.jpg') no-repeat top center;
    background-size: auto 640px;
}

.new-list-banner .base-container {
    position: relative;
    height: 100%;
}

.new-list-banner .banner-tab-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    padding: 12px 48px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 0px rgba(24, 97, 244, 0.21);
}

.new-page-tit-box {
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 36px;
    position: absolute;
    bottom: 170px;
    background-color: rgba(255, 255, 255, .9);
}


.new-list-banner .new-page-tit-box h1 {
    font-weight: bold;
    font-size: 36px;
    color: #E70012;
    line-height: 1.5;
    margin-bottom: 16px;
}

.new-list-banner .new-page-tit-box p {
    font-size: 16px;
    color: #333;
    margin-bottom: 36px;
}

.new-list-banner .new-page-tit-box .kefu {
    width: 180px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #E70012;
    color: #E70012;
    border-radius: 34px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
	display: block;
}

.new-list-banner .banner-tab-link .s-show-link {
    display: none;
}

.new-list-banner .banner-tab-link .link-box a {
    font-size: 16px;
    color: #333;
    margin-right: 32px;
    transition: .3s;
}

.new-list-banner .banner-tab-link .link-box a.show {
    color: #E70012;
    font-weight: bold;
}

.new-list-banner .banner-tab-link .kefu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-list-banner .banner-tab-link .kefu-btn .kefu {
    width: 120px;
    border: 1px solid #E70012;
    border-radius: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #E70012;
    text-align: center;
    cursor: pointer;
    transition: .3s;
	display: block;
}

.new-list-banner .banner-tab-link .kefu-btn .kefut {
    width: 120px;
    border: 1px solid #666666;
    border-radius: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    margin-left: 16px;
    transition: .3s;
	display: block;
}


.company-new-list {
    margin-top: 80px;
    margin-bottom: 120px;
}

.company-new-list .company-new-box {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    position: relative;
}
.company-new-list .company-new-box .new-ls-box {
    width: 66%;
}
.company-new-list .company-new-box .new-ls {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;

}


.company-new-list .company-new-box .new-ls .new-item {
    background-color: #fff;
}

.company-new-list .company-new-box .new-ls .new-item .img-box {
    overflow: hidden;
}

.company-new-list .company-new-box .new-ls .new-item .img-box img {
    vertical-align: top;
    transition: .3s;
}

.company-new-list .company-new-box .new-ls .new-item .new-cont {
    padding: 24px 16px;
    box-sizing: border-box;
}

.company-new-list .company-new-box .new-ls .new-item .new-cont h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .3s;
}

.company-new-list .company-new-box .new-ls .new-item .new-cont p {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: .3s;
}

.company-new-list .company-new-box .new-ls .new-item .new-cont .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-new-list .company-new-box .new-ls .new-item .new-cont .time span {
    color: #999;
    font-size: 14px;
}

.company-new-list .company-new-box .random-new {
    width: 32%;
    box-sizing: border-box;
    padding: 36px 24px;
    background-color: #fff;
    position: sticky;
    top: 120px;
}

.company-new-list .company-new-box .random-new .random-tit {
    display: flex;
    align-items: center;
    margin-bottom: 24px;

}

.company-new-list .company-new-box .random-new .random-tit span {
    width: 4px;
    height: 20px;
    background-color: #E70012;
    margin-right: 12px;
}

.company-new-list .company-new-box .random-new .random-tit p {
    font-size: 24px;
    font-weight: bold;
}

.company-new-list .company-new-box .random-new .random-item {
    margin-bottom: 16px;
    display: block;
}

.company-new-list .company-new-box .random-new .random-item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    margin-top: 12px;
    transition: .3s;
}

.company-new-list .company-new-box .random-new .random-item span {
    font-size: 14px;
    color: #333;
}

.company-new-list .company-new-box .random-new .random-item img {
    vertical-align: top;
}


/* 行业资讯 */

.industry-info-new {
    margin-top: 80px;
    margin-bottom: 120px;
}

.industry-info-new .industry-new-ls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.industry-info-new .industry-new-ls .industry-item {
    background-color: #fff;
}

.industry-info-new .industry-new-ls .industry-item .lien {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 24px 0;
}

.industry-info-new .industry-new-ls .img-box {
    overflow: hidden;
}

.industry-info-new .industry-new-ls .img-box img {
    width: 100%;
    vertical-align: top;
    transition: .3s;
}

.industry-info-new .industry-new-ls .new-cont {
    padding: 24px;
}

.industry-info-new .industry-new-ls .new-cont h3 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    transition: .3s;
}

.industry-info-new .industry-new-ls .new-cont p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.industry-info-new .industry-new-ls .new-cont span {
    display: block;
    font-size: 12px;
}


.faq-page-cls.top-cls {
    margin-top: 80px;
    margin-bottom: 60px;
}

.faq-page-cls {
    margin-top: 60px;
}

.faq-page-cls .faq-tit {
    display: flex;
    align-items: center;
}


.faq-page-cls .faq-tit span {
    width: 24px;
    height: 4px;
    background-color: #E70012;
}

.faq-page-cls .faq-tit h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-left: 6px;
}

.faq-page-cls .faq-tit {
    margin-bottom: 24px;
}

.faq-page-cls .faq-ls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.faq-page-cls .faq-ls .faq-item {
    padding: 48px 24px;
    background-color: #fff;
    box-sizing: border-box;
}


.faq-page-cls .faq-ls .faq-item span {
    font-size: 12px;
    color: #E70012;
    line-height: 1.5;
}

.faq-page-cls .faq-ls .faq-item h3 {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .3s;
}


.faq-page-cls .faq-ls .faq-item p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.faq-page-cls .more-btn {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}


.faq-page-cls .more-btn a {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    border: 1px solid #666;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    border-radius: 48px;
    transition: .3s;
}

.faq-page-cls .more-btn a span {
    margin-right: 12px;
}


.faq-cta {
    margin-top: 90px;
    background: url('../img/news/cta-bg-b.jpg') no-repeat top center;
    background-size: cover;
    padding: 60px 0;
}

.faq-cta h3 {
    font-size: 24px;
    color: #E70012;
    margin-bottom: 12px;
}

.faq-cta p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

.faq-cta .faq-cta-form form {
    display: flex;
    flex-wrap: wrap;
}

.faq-cta .faq-cta-form .form-box {
    display: flex;
    margin-top: 36px;
}

.faq-cta .faq-cta-form .form-box .faq-input {
    max-width: 280px;
    width: 280px;
    margin-right: 24px;
}

.faq-cta .faq-cta-form .form-box input {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-top: 4px;
    padding: 0 12px;
}

.faq-cta .faq-cta-form .form-box textarea {
    width: 100%;
    height: 48px;
    padding: 12px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-top: 4px;
    resize: none;
    overflow: hidden;
}

.faq-cta .faq-cta-form .form-box input:focus,
.faq-cta .faq-cta-form .form-box textarea:focus {
    border: 1px solid #E70012;
    outline: unset;
}


.faq-cta .faq-cta-form .form-box .faq-cont {
    width: 360px;
}


.faq-cta .faq-cta-form .form-box .faq-form-btn {
    width: 196px;
    margin-top: 24px;
    margin-left: 36px;
}

.faq-cta .faq-cta-form .form-box .faq-form-btn input {
    border: unset;
    background-color: #fff;
    border-radius: 48px;
    color: #1861F4;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 1px 3px 0px #ADD6F7;
    cursor: pointer;
}


.faq-cta .form-box p span{
    color: #E70012;
}


.faq-cls{
    margin-top: 80px;
}
.faq-cls .faq-cls-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.faq-cls .faq-cls-link a{
    padding: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
    width: calc(25% - 12px);
    box-sizing: border-box;
    text-align: center;
    border-radius: 48px;
    color: #333333;
    background-color: #fff;
}

.faq-cls .faq-cls-link a.show{
    color: #E70012;
    font-weight: bold;
    border: 1px solid #E70012;
}

@media (min-width:751px) {


    .new-list-banner .new-page-tit-box .kefu:hover {
        background-color: #E70012;
        color: #fff;
    }

    .new-list-banner .banner-tab-link .kefu-btn .kefu:hover {
        background-color: #E70012;
        color: #fff;
    }

    .new-list-banner .banner-tab-link .kefu-btn .kefut:hover {
        background-color: #1861F4;
        border: 1px solid #1861F4;
        color: #fff;
    }

    .company-new-list .company-new-box .new-ls .new-item:hover img {
        transform: scale(1.1);
    }

    .company-new-list .company-new-box .new-ls .new-item:hover h3 {
        color: #E70012;
    }


    .company-new-list .company-new-box .random-new .random-item:hover h3 {
        color: #E70012;
    }


    .new-page-banner .new-page-tit-box .kefu:hover {
        background-color: #E70012;
        color: #fff;
    }

    .company-news .company-swiper-box .swiper-slide .company-item:hover img {
        transform: scale(1.1);
    }

    .company-news .new-ls .new-item:hover h3 {
        color: #E70012;
    }

    .company-news .company-btm .company-btm-item:hover img {
        transform: scale(1.1);
    }

    .company-news .company-btm .company-btm-item:hover h3 {
        color: #E70012;
    }

    .industry-info .industry-new-ls .industry-new-item:hover img {
        transform: scale(1.1);
    }

    .industry-info .industry-new-ls .industry-new-item:hover h3 {
        color: #E70012;
    }

    .new-faq .new-faq-ls .new-faq-item:hover h3 {
        color: #E70012;
    }

    .special-report .special-report-swiper .report-new:hover img {
        transform: scale(1.1);
    }

    .industry-info-new .industry-new-ls .industry-item:hover h3 {
        color: #E70012;
    }

    .industry-info-new .industry-new-ls .industry-item:hover img {
        transform: scale(1.1);
    }

    .faq-page-cls .faq-ls .faq-item:hover h3 {
        color: #E70012;
    }

    .faq-page-cls .more-btn a:hover {
        color: #E70012;
        border: 1px solid #E70012;
    }
}


@media (min-width: 751px) and (max-width: 1280px) {
    .company-news .new-ls {
        padding: 24px 16px;
    }

    .company-news .new-ls .new-item:last-child {
        display: none;
    }


}

@media (min-width: 751px) and (max-width: 1000px) {
    .company-news .company-list {
        flex-direction: column;

    }

    .company-news .company-swiper-box {
        width: 100%;
    }

    .company-news .new-ls {
        width: 100%;
        margin-top: 24px;
    }

    .company-news .new-ls .new-item h3 {
        font-size: 18px;
    }

    .company-news .company-btm .company-btm-item h3 {
        font-size: 14px;
    }

    .company-new-list .company-new-box .random-new {
        display: none;
    }

    .company-new-list .company-new-box .new-ls {
        width: 100%;
    }

    .new-list-banner .banner-tab-link .kefu-btn {
        display: none;
    }

    .industry-info-new .industry-new-ls {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-cls .faq-cls-link a{
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
}

@media (max-width:750px) {
    .new-page-banner {
        height: 450px;
        background: url('../img/news/news-banner-s.jpg') no-repeat top center;
        background-size: auto 100%;
    }

    .new-page-banner .base-container .new-page-tit-box {
        width: calc(100% - 30px);
        box-sizing: border-box;
        left: 15px;
        bottom: 40px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new-page-banner .new-page-tit-box h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .new-page-banner .new-page-tit-box p {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .new-page-banner .new-page-tit-box .kefu {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .company-news {
        padding-top: 40px;
    }

    .company-news .company-list {
        flex-direction: column;
    }

    .company-news .company-swiper-box {
        width: 100%;
    }

    .company-news .company-swiper-box .swiper-slide h3 {
        font-size: 14px;
        margin-top: 12px;
    }

    .company-news .company-swiper-box .swiper-company-pagination {
        height: 21px;
        line-height: 1;
    }

    .company-news .company-swiper-box .swiper-company-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 2px;
    }

    .company-news .company-swiper-box .swiper-company-pagination .swiper-pagination-bullet-active {
        width: 18px;
    }


    .company-news .new-ls {
        width: 100%;
        margin-top: 12px;
        padding: 18px 12px;
    }

    .company-news .new-ls .new-item {
        margin-bottom: 8px;
    }

    .company-news .new-ls .new-item h3 {
        font-size: 12px;
    }

    .company-news .new-ls .new-item span {
        font-size: 10px;
    }

    .company-news .company-btm .company-btm-item:last-child {
        display: none;
    }

    .company-news .company-btm {
        margin-top: 12px;
    }

    .company-news .company-btm .company-btm-item {
        width: calc(50% - 6px);
    }

    .company-news .company-btm .company-btm-item .tit-box {
        height: unset;
        line-height: unset;
        width: 100%;
        padding: 8px 12px;
    }

    .company-news .company-btm .company-btm-item h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 1.5;
        font-weight: bold;
        transition: .3s;
        text-align: center;
    }


    .industry-info {
        margin-top: 40px;
    }

    .industry-info .industry-new-ls {
        margin-top: 12px;
        flex-direction: column;
    }

    .industry-info .industry-new-ls .industry-new-item {
        width: 100%;
        margin-top: 12px;
    }

    .industry-info .industry-new-ls .industry-new-item .item-cont {
        padding: 12px;
    }

    .industry-info .industry-new-ls .industry-new-item .item-cont h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .industry-info .industry-new-ls .industry-new-item .item-cont p {
        font-size: 12px;
    }

    .industry-info .industry-new-ls .industry-new-item .item-cont .line {
        margin: 12px 0;
    }


    .special-report {
        margin-top: 40px;
    }

    .special-report .special-report-swiper {
        margin-top: 24px;
    }

    .special-report .special-report-swiper .swiper-special-pagination {
        margin-top: 24px;
    }

    .special-report .special-report-swiper .report-new p {
        font-size: 12px;
        margin-top: 12px;
    }

    .new-faq {
        margin-top: 40px;
        margin-bottom: 40px;

    }

    .new-faq .new-faq-ls {
        margin-top: 24px;
        flex-direction: column;
    }

    .new-faq .new-faq-ls .new-faq-item {
        width: 100%;
        padding: 24px 12px;
        margin-bottom: 12px;
    }

    .new-faq .new-faq-ls .new-faq-item h3 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 18px;
    }

    .new-faq .new-faq-ls .new-faq-item p {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .new-list-banner .banner-tab-link .kefu-btn {
        display: none;
    }

    .new-list-banner .banner-tab-link .link-box {
        display: none;
    }

    .new-list-banner .banner-tab-link .s-show-link {
        display: block;
    }


    .new-list-banner {
        height: 510px;
        background: url('../img/news/news-banner-s.jpg') no-repeat top center;
        background-size: auto 450px;
    }

    .new-list-banner .base-container .new-page-tit-box {
        width: calc(100% - 30px);
        box-sizing: border-box;
        left: 15px;
        bottom: 100px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new-list-banner .new-page-tit-box h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .new-list-banner .new-page-tit-box p {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .new-list-banner .banner-tab-link {
        height: 60px;
        line-height: 60px;
        width: 100%;

        padding: 0 15px;
        box-sizing: border-box;
    }

    .new-list-banner .banner-tab-link .s-show-link {
        width: 100%;
    }

    .new-list-banner .banner-tab-link .s-show-link select {
        width: 100%;
        height: 60px;
        border: unset;
    }

    .new-list-banner .banner-tab-link .s-show-link select:focus {
        border: unset;
        outline: none;
    }


    .company-new-list .company-new-box .random-new {
        display: none;
    }
    .company-new-list .company-new-box .new-ls-box{
        width: 100%;
    }
    .company-new-list .company-new-box .new-ls {
        width: 100%;
    }

    .company-new-list .company-new-box .new-ls {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 9px;
    }


    .company-new-list {
        margin: 40px 0;
    }

    .company-new-list .company-new-box .new-ls .new-item .new-cont {
        padding: 12px 8px;
    }

    .company-new-list .company-new-box .new-ls .new-item .new-cont h3 {
        font-size: 16px;
    }

    .company-new-list .company-new-box .new-ls .new-item .new-cont p {
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .company-new-list .company-new-box .new-ls .new-item .new-cont .time span {
        font-size: 10px;
    }



    .industry-info-new {
        margin: 40px 0;
    }

    .industry-info-new .industry-new-ls {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 24px;
    }

    .industry-info-new .industry-new-ls .new-cont {
        padding: 12px;
    }

    .industry-info-new .industry-new-ls .new-cont h3 {
        margin-bottom: 8px;
    }

    .industry-info-new .industry-new-ls .new-cont p {
        font-size: 12px;
    }

    .industry-info-new .industry-new-ls .industry-item .lien {
        margin: 12px 0;
    }

    .industry-info-new .industry-new-ls .new-cont span {
        font-size: 10px;
    }


    .faq-cta{
        margin: 40px 0;
        padding: 30px 18px;
        background: url('../img/solution/solution-form-bg.png') no-repeat bottom center;
        background-size: calc(100% - 30px) 100%;
    }


    .faq-cta .faq-cta-form .form-box {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0px;
    }
    

    .faq-cta .faq-cta-form .form-box .faq-input {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .faq-cta .faq-cta-form .form-box .faq-cont{
        width: 100%;

    }

    .faq-cta .faq-cta-form .form-box textarea{
        height: 100px;
        font-size: 14px;
        line-height: 1.5;
        padding: 12px;
    }

    .faq-cta .faq-cta-form .form-box .faq-form-btn{
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }
    .faq-cta .base-container>p{
        font-size: 12px;
        text-align: center;
        max-width: 226px;
        margin: auto;
    }
    .faq-cta-form{
        margin-top: 18px;
    }
    .faq-cta h3{
        font-size: 18px;
        text-align: center;
    }
    .faq-cta .form-box p{
        font-size: 12px;
    }


    .faq-page-cls.top-cls{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .faq-page-cls .faq-tit h2{
        font-size: 18px;
    }
    
    .faq-page-cls .faq-tit span{
        width: 12px;
        height: 2px;
    }
    
    .faq-page-cls .faq-ls{
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .faq-page-cls .faq-ls .faq-item{
        width: 100%;
        margin-bottom: 12px;
        padding: 24px 12px;
    }
    .faq-page-cls .faq-ls .faq-item span{
        font-size: 10px;
    }
    .faq-page-cls .faq-ls .faq-item h3{
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 14px;
    }
    .faq-page-cls .faq-ls .faq-item p{
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .faq-page-cls .more-btn{
        margin-top: 24px;
    }
    .faq-page-cls .more-btn a{
        width: calc(100% - 45px);
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .faq-page-cls .more-btn a span{
        margin-right: 4px;
    }
    .faq-page-cls .more-btn a i{
        font-size: 12px;
    }
    
    .faq-page-cls{
        margin-top: 40px;
    }
    
    .faq-cls{
        margin-top: 40px;
    }
    .faq-page-cls.faq-cls-page{
        margin-top: 12px;
    }
    .faq-cls .faq-cls-link a{
        width: calc(50% - 6px);
        margin-bottom: 12px;
        font-size: 12px;
    }
}