.intro-title {
    font-size: 29px;
    font-weight: 600;
    color: #333333;
    line-height: 41px;
    letter-spacing: 1px;
}

.introduce {
    margin-bottom: 16px;
    padding-bottom: 0;
}

.intro-description {
    height: 0;
}

.intro-image-box {
    position: relative;
    z-index: -1;
    padding-top: 0;
}

.who-we-are {
    padding: 0 15px 52px;
}

.who-we-are .main-title {
    margin-bottom: 11px;
}

.wwa-sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 25px;
    position: relative;
}

.wwa-sub-title:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background: #D8D8D8;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}

.who-we-are .main-description {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-bottom: 34px;
}

.wwa-card-box {
    display: flex;
    justify-content: center;
}

.wwa-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 154px;
    margin-left: 35px;
}

.wwa-card-item:first-child {
    margin-left: 0;
}

.wwa-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 11px;
    display: flex;
    flex-shrink: 0;
}

.wwa-card-icon img {
    width: 100%;
}

.wwa-card-title {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    line-height: 21px;
}

.wwa-card-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.spirit .main-title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 50px;
}

.s-card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 9px;
}

.s-card-item {
    width: 154px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 15px 38px;
}

.s-empty-slot {
    width: 154px;
    margin: 0 15px;
}

.s-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
}

.s-description {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 12px;
    padding-bottom: 2px;
    text-align: center;
}

.s-symbol {
    width: 16px;
    height: 2px;
    background: #0290FF;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}

.fg-data {
    margin: 0 20px 38px;
}

.fg-data .main-title {
    margin-bottom: 23px;
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
}

.chart-img-box {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}

.chart-img-box img {
    width: 100%;
}

.data-list-box {
    display: flex;
    justify-content: space-around;
}

.data-list {
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.recruit {
    margin: 0 20px 50px;
    text-align: center;
}

.recruit .main-title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 39px;
}

.recruit-banner {
    height: 92px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 16px;
}

.recruit-banner img {
    width: 100%;
    position: relative;
    top: -35px;
}

.recruit .main-description {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
}

.recruit-button {
    background: #0091FF;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 12px 27px;
}

.main-title {
    margin-bottom: 39px;
    height: 26px;
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
}

.time-axis {
    overflow-x: auto;
    padding-bottom: 4px;
    margin-bottom: 36px;
    scroll-behavior: smooth;
}

.time-item {
    flex-shrink: 0;
    padding-bottom: 30px;
    position: relative;
    margin-left: 32px;
    width: 140px;
}

.item-box {
    width: 1920px;
    display: flex;
    border-bottom: 1px dashed #979797;
    padding: 0 26px;
}

.time-item:first-child {
    margin-left: 0;
}

.time-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0091FF;
    left: 0;
    bottom: -4px;
    border-radius: 4px;
}

.time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 12px;
}

.time-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.time-controller {
    display: flex;
    justify-content: center;
}

.time-controller .ctr {
    width: 28px;
    height: 28px;
    display: flex;
    margin: 0 3px;
}

.time-controller .ctr img {
    width: 100%;
}

.container {
    /*padding: 56px 20px 29px;*/
    padding: 50px 19px 40px;
}

.c-title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin-bottom: 22px;
}

.c-description {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-bottom: 26px;
}

.c-map {
    width: 100%;
    background: #D8D8D8;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    margin-bottom: 27px;
}

.c-map img {
    width: 100%;
}

.c-list {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.c-list-title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-left: 12px;
}

.c-list-meta {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.c-list-meta img {
    width: 300%;
}

.c-list-meta.poz-2 img {
    margin-left: -100%;
}

.c-list-meta.poz-3 img {
    margin-left: -200%;
}

.trust {
    margin: 0 25px 54px;
}

.trust .main-title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
}

.company-logos {
    width: 100%;
}

.company-logos img {
    width: 100%;
}

.explore {
    margin: 0 20px 40px;
    text-align: center;
}

.explore .main-title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
}

.explore .main-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 30px;
}

.explore-title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-bottom: 31px;
}

.explore-button {
    border-radius: 18px;
    border: 1px solid #0091FF;
    font-size: 14px;
    font-weight: 400;
    color: #0091FF;
    line-height: 20px;
    padding: 7px 13px;
    background: white;
}