body{
    background-color: #fff;
}
.indexBanner{
    background: url(./../img/indexBanner.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 98px 0;
    color: #FFFFFF;
}
.indexBannerTag{
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #1755A7;
    width: 222px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #ffffff;
    margin-bottom: 22px;
}
.indexBannerTitle{
    display: flex;
    justify-content: space-between;
}
.indexBannerTitle>div:first-of-type{
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 700px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 28px;
}
.indexBannerTitle>div:last-of-type{
    width: 403px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.indexBannerTitleInfo>div:first-of-type{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0em;
}
.indexBannerTitleInfo>div:last-of-type{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0em;
    margin-top: 3px;
}
.indexBannerContent{
    margin-top: 39px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.7);
}
.indexBannerTagList{
    display: flex;
    flex-wrap:wrap;
    /* margin-top: 32px; */
}
.indexBannerTagList>div{
    margin-top: 32px;
    border-radius: 47px;
    padding: 4px 14px;
    background: #fff;
    color: #1755A7;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify;
}
.indexBannerTagList>div+div{
    margin-left: 22px;
}
.culture{
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
}
.cultureTitle{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #333333;
    text-align: center;
    margin-bottom: 54px;
}
.cultureBox{
    display: flex;
    height: 278px;
}
.cultureTabs{
    /* width: 86px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 46px;
    padding: 26px 0;
}
.cultureTabs>div{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    height: 30px;
    letter-spacing: 0.06em;
    color: #333333;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
}
.cultureTabs>div::before{
    position: absolute;
    content: '';
    left: -25px;
    top: 9.5px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #333333;

}
.cultureTabs>.active{
    color: #1755A7;
    border-bottom: 4px solid #1755A7;
}
.cultureTabs>.active::before{
    background-color: #133579;
}
.cultureList{
    flex: 1;
    /* display: none;    */
}
.cultureItem{
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 42px 53px;
    /* width: 570px; */
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    min-height: 278px;
    /* margin-bottom: 24px; */
}
.cultureList>.active{
    display: flex;
}
.cultureItem>div:first-of-type{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.cultureItem>div:first-of-type>img{
    width: 20px;
    height: 20px;
}
.cultureItem>div:first-of-type>span{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #333333;
    margin-left: 12px;
}
.cultureItem>div:last-of-type{
    min-height: 92px;
    font-size: 16px;
    font-weight: normal;
    line-height: 27.4px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0.06em;
    color: #333333;
}
.company {
    width: 100%;
    background: #F5F5F5;
}
.company .wrap{
    margin: 0 auto;
}
.companyTitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    padding-top: 54px;
    margin-bottom: 45px;
    height: 230px;
    background: #1755A7;
}
.companyInfo{
    margin-top: -139px;
    min-height: 620px;
    padding-bottom: 24px;
}
.companytabs{
    display: flex;
    justify-content: space-between;
    transition: transform 0.3s;
}

.companytabsItem{
    width: 47.5%;
    border-radius: 10px;
    cursor: pointer;
    transition: border 0.1s;
    overflow: hidden;
}
.companytabsItem>img{
    width: 100%;
    height: 100%;
}
.companytabs>.active{
    border: 4px solid #1755A7;
}
.companytabsBoxInfo{
    display: none;
    margin-top: 20px;
}
.companytabsBox>.active{
    display: block;
}
.companytabsBoxInfo>div+div{
    margin-top: 12px;
}
.companytabsBoxInfo>div>div:first-of-type{
    display: flex;
    align-items: center;
}
.companytabsBoxInfo>div>div:first-of-type>img{
    width: 12px;
    height: 12px;
}
.companytabsBoxInfo>div>div:first-of-type>span{
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0em;
    color: #333333;
    margin-left: 6px;
}
.companytabsBoxInfo>div>div:last-of-type{
    font-size: 16px;
    font-weight: 400;
    line-height: 27.4px;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 9px;
    text-align: justify;
}
.companyInfo+.companyInfo{
    margin-top: 24px;
}
.companytabsBoxInfo a{
    color: #3366FF;
}
.partners{
    width: 100%;
    min-height: 584px;
    position: relative;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    /* justify-content: center; */
}
.partnersTitle{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #333333;
    margin-bottom: 58px;
    text-align: center;
}
.partnersList{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5,1fr);
}
.partnersItem{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}
.partnersItem>img{
    /* box-shadow: 0px 4px 24px 0px rgba(183, 190, 194, 0.16); */
    box-shadow: 0px 4px 15px 0px rgba(35, 69, 139, 0.08);
    width: 100%;
}
.partners .more{
    width: 110px;
    height: 44px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #1755A7;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #1755A7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px auto 0;
}

@media (max-width: 1200px) {
    .indexBanner{
        height: auto;
    }
    .indexBannerTitle{
        display: flex;
        flex-direction: column;
    }
    .indexBannerTitle>div:first-of-type{
        font-size: 30px;
        width: 100%;
    }
    .indexBannerTitle>div:last-of-type{
        margin-top: 20px;
        width: 100%;
        justify-content: space-around;
    }
    .indexBannerTitleInfo>div:first-of-type{
        font-size: 22px;
    }
    .indexBannerTitleInfo>div:last-of-type{
        font-size: 14px;
    }
    .indexBannerContent{
        font-size: 14px;
    }
    .companyTitle{
        height: 120px;
        padding-top: 34px;
    }
    .companyTitle>div{
        font-size: 20px;
    }
    .companyInfo{
        margin-top: -80px;
    }
    .companytabs{
        flex-wrap: wrap;
    }
    .companytabsBoxInfo{
        margin-left: 0;
        padding: 10px;
    }
    .partnersList{
        grid-template-columns: repeat(2,1fr);
    }
    .culture{
        margin-top: 30px;
    }
    .cultureList{
        grid-template-columns: repeat(1,1fr);
    }
    .cultureTitle{
        margin-bottom: 30px;
    }
    .cultureItem{
        padding: 22px 23px;
    }
    .cultureItemInfo>div:first-of-type{
        font-size: 22px;
    }
    .cultureItemInfo>div:last-of-type{
        font-size: 14px;
    }
    .partners{
        padding: 30px 0;
    }
    .partnersTitle{
        margin-bottom: 25px;
    }
    .partners .more{
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .indexBanner{
        padding: 58px 10px;
    }
    .indexBannerTag{
        font-size: 20px;
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
    .indexBannerTitle>div:first-of-type {
        font-size: 18px;
        line-height: 36px;
    }
    .indexBannerTitleInfo>div:first-of-type{
        font-size: 16px;
    }
    .indexBannerTitleInfo>div:last-of-type{
        font-size: 12px;
    }
    .indexBannerTagList>div{
        margin-top: 20px;
        font-size: 12px;
        padding: 2px 8px;
    }
    .indexBannerTagList>div+div{
        margin-left: 10px;
    }
    .cultureTabs{
        margin-right: 10px;
    }
    .cultureTabs>div{
        margin-left: 0;
        font-size: 16px;
    }
    .cultureTabs>div::before{
        display: none;
    }
    .cultureTabs>.active{
        border-bottom: 2px solid #133579;
    }
}