.banner {
    width: 100%;
    height: 640px;
}

body {
    overflow-x: hidden;
}

.text-indent {
    text-indent: 2em;
}

.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-weight: 600;
    color: #1d2129;
    line-height: 76px;
}

.tab-active p {
    color: #152D83;
}

.tab-2 .content {
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #1d2129;
    line-height: 30px;
}

.tab-2 {
    display: none;
}

.tab-2 .w1440 {
    align-items: flex-start;
}

.sub-title {
    text-align: center;
}

.w960 {
    width: 50%;
    margin: 0 auto;
}

.tab-3 h2,
.tab-4,
.tab-6 {
    text-align: center;
}

.tab-3 {
    display: block;
}

.tab-5 h2,
.tab-5__sub {
    text-align: center;
}

.tab-1-2 h2,
.tab-1-3 h2,
.tab-1-4 h2,
.tab-2-3 h2 {
    font-weight: 600;
    color: #1d2129;
    text-align: center;
    margin-bottom: 12px;
}

.tab-1-1>div {
    text-align: left;
}

.tab-1-1>div li {
    color: #fff;
    margin-right: 12px;
    text-align: center;
    border-radius: 12px;
    background: #152D83;
    padding: 16px 28px 16px 28px;
}

.tab-1-2 img {
    width: 23.3vw;
    height: 25.6vw;
}

.tab-1-1 img {
    width: 50%;
    height: auto;
    margin-left: 4%;
    border-radius: 16px;
}

.tab-1-1>div h1 {
    font-weight: 600;
    color: #1d2129;
    line-height: 58px;
}

.tab-1-1>div p {
    font-weight: 400;
    color: #1d2129;
    line-height: 28px;
    margin: 20px 0 60px 0;
}

.tab-1-2 {
    color: #ffffff;
    text-align: center;
    background: url('../images/Frame1481.png');
}

.tab-1-2 h2 {
    color: #ffffff;
}

.tab-1-2 li p {
    margin-top: 20px;
}

.tab-1-4 {
    background-color: #F7F8FA;
}

.tab-1-2 ul li {
    flex: 0 0 31.1%;
}

.tab-1-2 ul img {
    width: 100%;
}

.company-values {
    margin-top: 4px;
    margin-left: 120px;
    align-items: flex-start;
}

.company-values img {
    width: 800px;
    height: 480px;
    border-radius: 24px;
    background: #d9d9d9;
}

.company-values>div {
    width: 46.7%;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADCE0;
}

.company-values>div b {
    font-weight: 600;
    text-align: LEFT;
    color: #152d83;
    line-height: 80px;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.company-values>div span {
    font-size: 24px;
    text-align: LEFT;
    color: #152d83;
    margin-left: 8px;
    line-height: 36px;
}

.company-values>div p {
    margin: 4px 0;
    font-size: 14px;
}

.patents-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.patents-wrap {
    flex: 0 0 44%;
}

.pc-tab-1-3 {
    height: 440px;
    border-radius: 12px;
    align-items: flex-end;
    background-size: cover;
}

.pc-tab-1-3 p {
    height: 100%;
    flex: 0 0 25%;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    line-height: 785px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.40);
}

.custom-slider {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.custom-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.custom-slide {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.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;
}

.custom-indicator.active {
    background-color: #152D83;
}

.custom-slide div img {
    width: 100%;
    height: auto;
}

.custom-slide div {
    flex: 0 0 18%;
    margin-right: 20px;
}

.custom-slide div img {
    border-radius: 12px;
}

.custom-slide div p {
    font-weight: 500;
    color: #1d2129;
    line-height: 28px;
    text-align: center;
    padding: 20px 0 28px 0;
}

.mobile-tab-1-3 {
    display: none;
}

.tab-1-2-custom-slider {
    display: none;
}

.tab-1-2 ul {
    display: flex;
}

.tab-1-4-pc {
    display: flex;
    align-items: center;
}

/* .tab-1-4 img {
    min-width: 272px;
    min-height: 304px;
} */

.tab-1-4-moble {
    display: none;
}

.tab-1-4 .pc-custom-indicators {
    display: flex;
}

.tab-1-4 .mobile-custom-indicators {
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .pc-tab-1-3 {
        height: 364px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .pc-tab-1-3 {
        height: 274px;
    }

    .tab-1-1>div li {
        font-size: 12px;
        padding: 12px 10px;
    }
}

@media screen and (max-width: 767px) {
    .tab-1-4-pc {
        display: none;
    }

    .tab-1-4-moble {
        display: flex;
    }

    .tab-1-4 .pc-custom-indicators {
        display: none;
    }

    .tab-1-4 .mobile-custom-indicators {
        display: flex;
    }

    .tab-1-4-moble div img {
        width: 43.2vw;
        height: auto;
    }

    .tab-1-4-moble div {
        justify-content: space-between;
    }

    .custom-slide div {
        margin-right: 0;
    }

    .tabs {
        display: none;
    }

    .tab-1-2 ul {
        display: none;
    }

    .tab-1,
    .tab-2 {
        display: none;
    }

    .mobile-tab-1-3 {
        display: block;
    }

    .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;
    }

    .tab-1-1 {
        flex-wrap: wrap;
    }

    .tab-1-1>div p {
        width: 100%;
    }

    .tab-1-1 img {
        height: auto;
        width: 89.2vw;
        margin-left: 0;
        margin-top: 20px;
    }

    .tab-1-1 .flex {
        flex-wrap: wrap;
    }

    .tab-1-1>div li {
        width: 100%;
        font-size: 14px;
        margin-right: 0;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .tab-1-1>div p {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin: 20px 0 32px 0;
    }

    .pt100 {
        padding-top: 60px;
    }

    .pb100 {
        padding-bottom: 60px;
    }

    .tab-1-1>div h1 {
        font-size: 28px;
        text-align: center;
    }

    .w960 {
        width: 90%;
    }

    .patents-img {
        height: auto;
        width: 89.2vw;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .tab-2-3>div {
        margin-left: 0;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .tab-1-2 h2,
    .tab-1-3 h2,
    .tab-1-4 h2,
    .tab-1-5 h2,
    .tab-2-3 h2 {
        font-size: 28px;
        line-height: 48px;
    }

    .tab-2-3>div .sub-title {
        padding-bottom: 32px;
    }

    .tab-2 {
        padding: 0 20px;
    }

    .company-values {
        margin-left: 0;
    }

    .company-values>div {
        width: 100%;
        display: flex;
        padding-bottom: 0;
        align-items: center;
        flex-flow: row-reverse;
        justify-content: space-between;
    }

    .company-values>div b {
        font-size: 32px;
    }

    .company-values>div span {
        flex: 0 0 30%;
        margin-left: 0;
        font-size: 14px;
        text-align: right;
    }

    .tab-2-3 .w1440 {
        width: 100% !important;
    }

    .mobile-tab-1-3 p {
        width: 335px;
        height: 120px;
        border: 1px solid rgba(255, 255, 255, 0.30);
    }

    .pc-tab-1-3 {
        display: none;
    }

    .mobile-tab-1-3 p {
        width: 100%;
        font-size: 16px;
        color: #ffffff;
        text-indent: 20px;
        line-height: 176px;
        margin-bottom: 12px;
        border-radius: 12px;
        background-size: 100%;
        background-color: red;
    }

    .mobile-tab-1-3 {
        flex-wrap: wrap;
    }

    .mobile-tab-1-3 p:nth-child(1) {
        background-image: url('../images/lg.jpg');
        background-size: cover;
    }

    .mobile-tab-1-3 p:nth-child(2) {
        background-image: url('../images/cy.jpg');
        background-size: cover;
    }

    .mobile-tab-1-3 p:nth-child(3) {
        background-image: url('../images/zp.jpg');
        background-size: cover;
    }

    .mobile-tab-1-3 p:nth-child(4) {
        background-image: url('../images/pzjc.jpg');
        background-size: cover;
    }

    .tab-1-2-custom-slide {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .tab-1-2-custom-slide img {
        width: 62vw;
        height: auto;
        margin-bottom: 20px;
    }

    .tab-1-2-custom-slider {
        width: 1440px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
    }

    .tab-1-2-custom-slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .tab-1-2-custom-slide {
        flex: 0 0 auto;
        width: 100%;
        box-sizing: border-box;
    }

    .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;
    }

    .custom-indicator.active {
        background-color: #152D83;
    }

    .tab-1-2-custom-slide div img {
        width: 272px;
        height: 272px;
    }

    .tab-1-2-custom-slide div {
        margin-right: 20px;
    }

    .tab-1-2-custom-slide div img {
        border-radius: 12px;
    }

    .tab-1-2-custom-slide div p {
        font-size: 18px;
        font-weight: 500;
        color: #1d2129;
        line-height: 28px;
        text-align: center;
        padding: 20px 0 28px 0;
    }

    .tab-1-2-custom-indicators .custom-indicator {
        background: rgba(255, 255, 255, 0.30);
    }

    .tab-1-2-custom-indicators .active {
        background: #ffffff !important;
    }
}