.banner {
    background-image: url("../image/about/about.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1.625rem;
    height: 6.25rem;
    width: 100%;
}

.banner-content {
    width: 15rem;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content .title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
}

.banner-content .line {
    width: 1rem;
    height: 0.1rem;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 0.05rem;
    margin: 0.5rem 0;
}

.banner-content .title-translate {
    font-size: 0.5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
}

.warp {
    width: 15rem;
    margin: 0 auto;
}

.horizontal-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #EAEDF6;
    height: 0.9rem;
    margin-top: 0.325rem;
}

.horizontal-tab .tab-item {
    font-size: 0.3rem;
    color: #666666;
    line-height: 0.9rem;
    margin-right: 1rem;
    cursor: pointer;
}

.horizontal-tab .tab-item:last-child {
    margin-right: 0;
}

.horizontal-tab .current-tab {
    font-weight: 600;
    color: #333333;
    position: relative;
}

.horizontal-tab .current-tab:after {
    content: '';
    position: absolute;
    bottom: 0.125rem;
    left: 50%;
    margin-left: -0.15rem;
    width: 0.3rem;
    height: 0.05rem;
    background: #FE4B63;
    border-radius: 0.025rem;
}

/*公司简介*/
.brief-introduction {
    margin-bottom: 0.5625rem;
}

.introduction {
    display: flex;
    align-items: center;
    height: 6.425rem;
}

.introduction-detail {
    width: 6.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.introduction-detail .title {
    font-size: 0.5rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.775rem;
    margin-top: 0.5rem;
}

.introduction-detail .content {
    padding-top: 0.325rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #777777;
    line-height: 0.475rem;
}

.introduction-line {
    width: 1px;
    height: 5.35rem;
    background: #E8E9EC;
    margin-top: 0.55rem;
    margin-left: 1.35rem;
    margin-right: 1.8rem;
}

.introduction-logo {
    width: 3.575rem;
    height: auto;
}

.logo-form {
    width: 100%;
    height: 5.6rem;
    padding-top: 0.4rem;
    background: url("../image/about/logo_bg.png");
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-form-describe {
    padding-left: 0.775rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-form-describe .title {
    height: 0.625rem;
    line-height: 0.625rem;
    padding: 0 0.25rem;
    background: #333333;
    border-radius: 0.075rem;
    font-size: 0.375rem;
    font-weight: 600;
    color: #FFFFFF;
}

.logo-form-describe .gap-title {
    margin-top: 0.4rem;
}

.logo-form-describe .content {
    font-size: 0.3rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.575rem;
    padding-top: 0.125rem;
}

.logo-form-icon {
    width: 5.675rem;
    height: auto;
    margin-right: 1.4125rem;
}

/*企业文化*/
.corporate-culture {
    width: 100%;
    height: 12.9375rem;
    background: url("../image/about/enterprise_bg.png") no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 1.9375rem;
    margin-bottom: 1.425rem;
}

.corporate-icon {
    position: absolute;
    top: -1.25rem;
    right: 0.825rem;
    width: 5.625rem;
    height: auto;
}

.culture-top {
    padding-left: 0.975rem;
    padding-top: 0.625rem;
}

.culture-top .title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.85rem;
}

.culture-top .line {
    width: 6.75rem;
    height: 0.05rem;
    margin-left: 0.025rem;
}

.culture-top .describe {
    font-size: 0.5rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.575rem;
}

.culture-bottom {
    margin: 1.5625rem auto 0;
    width: 12.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.culture-card {
    width: 50%;
    height: 3.0625rem;
    padding-left: 0.125rem;
    box-sizing: border-box;
}

.culture-card:nth-child(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.culture-card:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.culture-card:nth-child(2n) {
    padding-left: 0.875rem;
}

.culture-card:nth-child(n+3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.culture-card .culture-title {
    font-size: 0.5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
}

.culture-card .culture-item {
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    padding-left: 0.375rem;
    line-height: 1;
    margin-top: 0.375rem;
}

.culture-card .culture-item:before {
    content: '';
    width: 0.125rem;
    height: 0.125rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*团队介绍*/
.team-introduction {
    padding-bottom: 0.875rem;
}

.team-main {
    padding-top: 0.625rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E8E9EC;
}

.team-main .team-detail {
    width: 8.15rem;
}

.team-detail .title {
    font-size: 0.6rem;
    font-weight: 600;
    color: #333333;
    position: relative;
    line-height: 1.55rem;
    padding-top: 0.175rem;
}

.team-detail .title:after {
    content: '';
    width: 0.625rem;
    height: 0.1rem;
    background: #999999;
    opacity: 0.3;
    border-radius: 0.05rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.team-detail .describe {
    font-size: 0.3rem;
    font-weight: 400;
    color: #777777;
    line-height: 0.475rem;
    padding-top: 0.375rem;
}

.team-img {
    width: 5.3625rem;
    height: 6.175rem;
}

.boss-card {
    margin-top: 0.5875rem;
    display: flex;
    flex-direction: row;
}

.boss-card .boss-photo {
    width: 5.9rem;
    height: 5.5rem;
}

.boss-card .boss-content {
    flex: 1;
    margin-left: 0.3rem;
}

.boss-info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 0.225rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #E8E9EC;
}

.boss-content .boss-name {
    font-size: 0.6rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
}

.boss-position, .member-position {
    padding: 0 0.1875rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #F5F5F5;
    border-radius: 0.2rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
}

.boss-position {
    margin-left: 0.25rem;
}

.boss-introduction, .member-introduction {
    font-size: 0.225rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
    padding-top: 0.375rem;
}

.member-list {
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member-card {
    width: 4.65rem;
}

.member-card .member-photo {
    width: 4.65rem;
    height: 3.3rem;
}

.member-card .member-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0.3125rem;
}

.member-name {
    font-size: 0.5rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
}

.member-position {
    margin-left: 0.125rem;
}

/*员工风采*/
.staff-warp {
    margin-top: 0.625rem;
}

.warp-header {
    height: 2.35rem;
    background: url("../image/about/head_bg.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0.5rem;
    box-sizing: border-box;
}

.warp-header .pagination {
    font-size: 0.375rem;
    font-weight: 600;
    color: #333333;
    padding-right: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pagination .prev-btn {
    width: 0.325rem;
    height: 0.325rem;
    background: url("../image/about/prev.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.pagination .next-btn {
    width: 0.325rem;
    height: 0.325rem;
    background: url("../image/about/next.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.pagination .pagination-page {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    padding: 0 0.25rem;
}

.warp-header .title {
    font-size: 0.375rem;
    font-weight: 600;
    color: #333333;
    padding-left: 0.5rem;
}

.staff-list {
    margin-top: -0.925rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
}

.staff-item {
    width: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.25rem;
    margin-right: 1rem;
    margin-bottom: 0.75rem;
}

.staff-photo {
    width: 2.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    border: 1px solid #E8E9EC;
    border-radius: 50%;
    z-index: 1;
}

.lampstand {
    width: 2.5rem;
    height: 1rem;
    margin-top: -0.55rem;
}

.staff-position {
    font-size: 0.225rem;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    padding-top: 0.0375rem;
}

.staff-name {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    padding-top: 0.1125rem;
}

.photo-list {
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0 0.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.photo-item {
    width: 3.525rem;
    height: 2.6375rem;
    margin: 0 0.0625rem 0.125rem;
}

.swiper {
    width: 15rem;
    height: 5rem;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 7.5rem !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: 300ms;
    transform: scale(0.8) !important;
    border-radius: 0.125rem;
    overflow: hidden;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1) !important;
    z-index: 99;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev, .swiper-button-next {
    width: 0.5rem !important;
    height: 0.875rem !important;
    background: #000000;
    opacity: 0.8;
    border-radius: 0.25rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #2E6EE9;
}

.swiper-button-prev img, .swiper-button-next img {
    width: 0.3rem;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.cooperation-portrait {
    width: 100%;
    padding-bottom: 1.875rem;
}

.cooperation-title {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    padding-top: 1rem;
    text-align: center;
}

.cooperation-date {
    font-size: 0.225rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.475rem;
    padding-bottom: 0.25rem;
    text-align: center;
}
