.banner {
    width: 100%;
    height: 640px;
}

body {
    overflow-x: hidden;
}

.tabs {
    position: relative;
    border-bottom: 1px solid #DADCE0;
}

.tab-header {
    display: flex;
}

.tab-item {
    /* flex: 1; */
    cursor: pointer;
    text-align: center;
    margin-right: 89px;
    display: inline-block;
    /* padding: 10px 15px 0 15px; */
    /* border-bottom: 3px solid #DADCE0;  */
}

.tab-header {
    position: relative;
}

.tab-indicator {
    height: 1px;
    background-color: #152D83;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

.tab-item p {
    font-size: 18px;
    font-weight: 600;
    color: #1d2129;
    line-height: 76px;
}

.tab-active p {
    color: #152D83;
}

.tab-2>div>div {
    /* margin-left: 120px; */
}

.tab-2 .content {
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #1d2129;
    line-height: 30px;
}

.tab-2 {
    display: none;
}

.sub-title {
    text-align: center;
}

.w960 {
    width: 960px;
    margin: 0 auto;
}

.patents-img {
    width: 640px;
    height: 480px;
    margin-top: 20px;
}

.news-list__item {
    flex: 0 0 31.112%;
    margin-right: 2.22%;
}

.news-list__item img {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 12px;
    transition: all .5s;
}

.news-list__item>div:first-child {
    border-radius: 12px;
}

.news-list__item>div:last-child {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #e8eaef;
}

.news-list__item {
    position: relative;
}

.news-list__item-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #152d83;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.3s ease;
}


/* .news-top:hover .news-list__item-link::after */

.news-list__item:hover .news-list__item-link::after {
    transform: scaleX(1);
}

.news-list__item:hover .hidden img {
    transform: scale(1.1);
}

.news-list__item-time {
    font-size: 16px;
    font-weight: 400;
    color: #868d9c;
    line-height: 24px;
    margin: 24px 0 8px 0;
}

.news-list__item-title {
    min-height: 50px;
    font-weight: 500;
    text-align: left;
    color: #1d2129;
    /* line-height: 30px; */
    margin-bottom: 32px;
}

.news-list__item-title p {
    margin-bottom: 0;
}

.news-block {
    margin-top: 60px;
}

.news-list__item-link img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.news-list__item-link {
    color: #152d83;
}

.news-top {
    cursor: pointer;
    position: relative;
    margin-bottom: 80px;
}

.top-img:hover {
    transform: scale(1.1);
}

.top-img {
    float: left;
    width: 100%;
    height: auto;
    max-height: 540px;
    margin-right: 3.34%;
    border-radius: 12px;
    transition: all .5s;
}

.news-top .news-list__item-link {
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
}

.news-top:hover .news-list__item-link::after {
    transform: scaleX(1.1);
}

.news-top__item-title {
    font-weight: 600;
    text-align: LEFT;
    color: #1d2129;
    line-height: 48px;
}

.news-top__item-describe {
    margin-top: 24px;
    font-weight: 400;
    text-align: LEFT;
    color: #1d2129;
    line-height: 32px;
}

.news-top div:first-child {
    flex: 0 0 65.6%;
    margin-right: 3.34%;
    border-radius: 12px;
}

.news-top div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #e8eaef;
}

.title {
    font-size: 36px;
    font-weight: 600;
    text-align: LEFT;
    color: #1d2129;
    line-height: 58px;
}

.time {
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #868d9c;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 24px 0 40px 0;
    border-bottom: 2px solid #F0F2F5;
}

.new-detail {
    line-height: 32px;
    padding-top: 156px;
}

.new-detail iframe {
    width: 100%;
    min-height: 300px;
}

.w1080 {
    width: 57%;
}

.new-content {
    font-size: 18px;
}

.hot-news {
    font-weight: 600;
    text-align: LEFT;
    color: #1d2129;
    line-height: 44px;
    padding-top: 50px;
    margin: 40px 0 40px 0;
    border-top: 1px solid #F0F2F5;
}

.news-block h2 {
    display: none;
}

.news-list li:first-child {
    display: none;
}

.new-custom-slider {
    display: none;
}

.hot-news-list li:first-child {
    display: block;
}

@media screen and (max-width: 767px) {
    .news-list__item-title {
        min-height: auto;
    }

    .new-custom-slider {
        display: block;
    }

    .news-list li:first-child {
        display: block;
    }

    .hot-news-wrap .news-list {
        flex-wrap: wrap;
    }

    .slider__image,
    .slider__slide {
        width: 100%;
        height: 300px;
    }

    .slider h1 {
        top: 100px;
        left: 20px;
        width: 335px;
        height: 108px;
        font-size: 24px;
        font-weight: 500;
        text-align: LEFT;
        color: #ffffff;
        line-height: 36px;
    }

    .product-container>div {
        flex-wrap: wrap;
    }

    .news-list__item>div:last-child {
        border-bottom: none;
    }

    .mobile-product-img {
        width: 100%;
        display: block;
        margin-left: 0;
        border-radius: 12px;
        margin-bottom: 22px;
        max-width: 93.333vw;
        max-height: 77.333vw;
    }

    .tabs {
        display: none;
    }

    .news-top {
        display: none;
    }

    .news-block h2 {
        display: block;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        margin-bottom: 32px;
    }

    .news-list__item>img {
        width: 89vw;
        height: auto;
        border-radius: 8px;
    }

    .news-list__item-time {
        font-size: 12px;
        line-height: 18px;
    }

    .news-list__item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .news-list__item-link {
        display: none;
    }

    .news-list__item>div {
        height: auto;
    }

    .news-list__item {
        width: auto;
        margin: auto;
        flex: 0 0 100%;
    }

    .news-list__item>div:last-child {
        height: auto;
    }

    .w1080 {
        margin: 0 auto;
        width: calc(100% - 40px);
    }

    .title {
        font-size: 24px;
        line-height: 36px;
    }

    .time {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
        padding: 24px 0 24px 0;
    }

    .pb100 {
        padding-bottom: 60px;
    }

    .hot-news {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        margin: 0 0 32px 0;
    }

    .new-detail {
        padding-top: 68px;
    }

    .news-list {
        /* display: none; */
    }

    .hot-news-wrap .news-list {
        display: none;
    }

    .partners-block {
        padding-bottom: 40px;
    }

    .product-center .dot {
        display: none;
    }

    .new-custom-slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .new-custom-slider {
        display: block;
        overflow: hidden;
    }

    .news-list__item {
        width: auto;
        flex: 0 0 100%;
    }

    .new-custom-indicators .active {
        background-color: #152D83;
    }

    .custom-indicators {
        position: absolute;
        /* bottom: 0; */
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }

    .custom-indicator {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #DADCE0;
    }
}

.new-detail img {
    width: 70%;
    display: block;
    margin: 0 auto;
}