/* 导航栏 */
.aboutUs .navBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 64px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.aboutUs .navBox .nav {
    display: flex;
    align-items: center;
    height: 64px;
}
.aboutUs .navBox .nav .logoBox {
    display: flex;
    align-items: center;
    margin-right: 90px;
}
.aboutUs .navBox .nav .logoBox .logo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.aboutUs .navBox .nav .logoBox .title {
    font-size: 28px;
    color: #2475F4;
    font-weight: bold;
}
.aboutUs .navBox .nav .navItemBox {
    display: flex;
    align-items: center;
}
.aboutUs .navBox .nav .navItemBox .navItem {
    font-size: 14px;
    color: #333333;
    margin-right: 50px;
    text-decoration: none;
}

/* 内容 */
.aboutUs .aboutUsContent {
    padding-top: 124px;
}
.aboutUs .aboutUsContent .item {
    padding-bottom: 20px;
}
.aboutUs .aboutUsContent .item .itemTitleBox {
    text-align: center;
    margin-bottom: 40px;
}
.aboutUs .aboutUsContent .item .itemTitleBox .title {
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    font-weight: bold;
}
.aboutUs .aboutUsContent .item .itemTitleBox .englishTitle {
    font-size: 28px;
    color: #DDDDDD;
    font-weight: bold;
    line-height: 40px;
}
.aboutUs .aboutUsContent .item .itemContent .contentItem {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
    color: #333333;
}

/* footer */
.aboutUs .footer {
    height: 160px;
    background: #2B3745;
}
.aboutUs .footerContent {
    height: 160px;
    display: flex;
    align-items: center;
}
.aboutUs .footerContent .codeBox {
    display: flex;
    align-items: center;
    flex: 1;
}
.aboutUs .footerContent .codeBox .codeItem {
    display: flex;
    align-items: center;
}
.aboutUs .footerContent .codeBox .codeItem:first-of-type {
    margin-right: 60px;
}
.aboutUs .footerContent .codeBox .codeItem .code {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.aboutUs .footerContent .codeBox .codeItem .tips {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.aboutUs .footerContent .navRecordBox {
    flex: 1;
}
.aboutUs .footerContent .navRecordBox .footerNavBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.aboutUs .footerContent .navRecordBox .footerNavBox .logoBox {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.aboutUs .footerContent .navRecordBox .footerNavBox .logoBox .logo {
    width: 30px;
    height: 36px;
    margin-right: 10px;
}
.aboutUs .footerContent .navRecordBox .footerNavBox .logoBox .title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.aboutUs .footerContent .navRecordBox .footerNavBox .navItemBox {
    display: flex;
    align-items: center;
}
.aboutUs .footerContent .navRecordBox .footerNavBox .navItemBox .navItem {
    font-size: 14px;
    color: #fff;
    margin-right: 50px;
    text-decoration: none;
}
.aboutUs .footerContent .navRecordBox .record {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}