.profile,
.history,
.capacity {
    padding: 100px 0;
}

.capacity {
    padding-bottom: 0;
}

.profile .warp {
    width: 1470px;
}

.profile-block {
    width: 50%;
    float: left;
    color: #232323;
}

.profile-video {
    position: relative;
}

.profile-video video {
    width: 100%;
}

.group-profile {
    padding-left: 100px;
    line-height: 2;
    font-size: 16px;
}

.profile-title {
    margin-left: 50%;
}

.ad-adv {
    width: 100%;
    color: #282828;
    padding: 0 50px;
}

.ad-adv-items {
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
}

.ad-adv-item {
    width: 20%;
}

.ad-adv-item span {
    font-family: "Akrobat-Bold";
    font-size: 45px;
    color: #282828;
    padding-right: 20px;
    position: relative;
    line-height: 1;
}

.ad-adv-item span:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 0.5;
    font-size: 30px;
}

.ad-adv-item p {
    font-size: 18px;
    margin-top: 10px;
}

@-webkit-keyframes pulseInOut {
    0% {
        opacity: 0.3;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}

@-moz-keyframes pulseInOut {
    0% {
        opacity: 0.3;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}

@-o-keyframes pulseInOut {
    0% {
        opacity: 0.3;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}

@keyframes pulseInOut {
    0% {
        transform: scale(0.3);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.video-section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.video-section a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 18px;
    color: #fff;
    font-size: 15px;
}

.video-section a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1.3);
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-animation-name: pulseInOut;
    -moz-animation-name: pulseInOut;
    -o-animation-name: pulseInOut;
    animation-name: pulseInOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: #fff;
}

.profile-pics {
    margin-left: -7px;
    margin-right: -7px;
}

.profile-pics:before {
    content: '';
    clear: both;
}

.profile-pics:after {
    content: '';
    display: table;
    clear: both;
}

.profile-pics-item {
    width: 33.333333%;
    float: left;
    padding: 7px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.profile-pics-item .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    filter: brightness(1);
    transition: ease .3s all;
}

.profile-pics-item .pic>img {
    transition: ease .5s all;
    transform: scale(1.05);
}

.profile-pics-item:after {
    content: '';
    display: block;
    width: calc(100% - 14px);
    height: 100%;
    border: 1px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: ease .3s all;
}

.profile-pics-item:hover .pic {
    filter: brightness(0.8);
}

.profile-pics-item:hover .pic>img {
    transform: scale(1);
}

.profile-pics-item:hover:after {
    width: 80%;
    height: 80%;
    border-color: #fff;
}

.profile-pics-item .company-name {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: calc(14px + 18 * (100vw - 330px)/ 1700);
    opacity: 0;
    text-align: center;
    width: 80%;
    transition: ease .3s all;
}

.profile-pics-item:hover .company-name {
    opacity: 1;
}

.history {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*padding-top: 120px;*/
    height: 680px;
}

.history .title:after {
    left: 50%;
    border-color: #ffffff;
    transform: translateX(-50%);
}

.history-main {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.history-block {
    width: 60%;
}

.history-time {
    width: 28%;
    margin-right: 6%;
}

.history-info time {
    font-size: 48px;
    font-weight: 600;
}

.history-info h2 {
    font-size: 28px;
    padding-top: 15px;
}

.history-info p {
    margin-top: 0px;
    line-height: 2;
    font-size: 18px;
}

.history-time {
    height: 650px;
    position: relative;
}

.history-time:after {
    content: '';
    display: block;
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    right: 20px;
}

.time-line {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: right;
    overflow: auto;
    padding-right: 10px;
}

.time-line::-webkit-scrollbar-track {
    display: none;
}

.time-line::-webkit-scrollbar {
    display: none;
}

.time-line::-webkit-scrollbar-thumb {
    display: none;
}

.time-line li {
    cursor: pointer;
    height: calc(100%/8);
    font-size: 24px;
    position: relative;
    line-height: 1;
    padding-right: 40px;
    transition: ease .1s all;
}

.time-line li:not(.on):hover {
    color: #00a0e9;
}

.time-line .h-box {
    overflow: hidden;
}

.time-line .h-box>span {
    line-height: 1;
    padding: 5px 0;
    display: inline-block;
    margin-right: 10px;
}

.time-line .line-info {
    float: right;
    width: 0;
    white-space: nowrap;
    transition: ease .3s all;
}

.time-line li.on .line-info {
    width: 214px;
}

.time-line .line-info>span {
    line-height: 1.3;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 3px 10px 3px 18px;
    font-size: 12px;
    display: inline-block;
    background-color: #00a0e9;
}

.time-line li:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 7px;
}

.capacity .title:after {
    left: 50%;
    transform: translateX(-50%);
}

.capacity-main {
    padding-top: 50px;
}

.capacity-main .row {
    margin-left: -7px;
    margin-right: -7px;
}

.capacity-pics-item {
    width: 33.333333%;
    float: left;
    padding: 0 7px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.capacity-pics-item .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: ease .3s all;
}

.capacity-pics-item .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: ease .3s all;
    z-index: 2;
}

.capacity-pics-item .pic:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: ease .3s all;
}

.capacity-pics-item .pic>img {
    width: 100%;
    transition: ease .5s all;
    transform: scale(1.05);
}

.capacity-pics-item:hover .pic>img {
    transform: scale(1);
}

.capacity-pics-item:hover .pic:before {
    width: 95%;
    height: 95%;
    border-color: #fff;
}

.capacity-pics-item:hover .pic:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.capacity-pics-item h4 {
    text-align: center;
    padding: 40px 0;
    font-size: 20px;
}

.capacity-pics-item:hover h4 {
    color: #00a0e9;
}

.pic-info {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 3;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: ease .3s all .1s;
    opacity: 0;
    transform: translateY(50px);
}

.capacity-pics-item:hover .pic-info {
    opacity: 1;
    transform: translateY(0px);
}

.pic-info h5 {
    position: relative;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.pic-info h5:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    border-bottom: 1px solid #fff;
    left: 50%;
    width: 45px;
    transform: translateX(-50%);
}

.pic-info p {
    line-height: 2;
    font-size: 14px;
}

.recognition {
    padding-top: 100px;
}

.capacity .warp,
.recognition .warp {
    width: 1470px;
}

.recognition .title {
    text-align: right;
}

.recognition .title:after {
    left: 100%;
    transform: translateX(-100%);
}

.recognition-block {
    margin-bottom: 100px;
}

.recognition-pic {
    width: 55%;
    float: right;
}

.recognition-info {
    width: 45%;
    float: right;
    padding: 80px 0 50px 50px;
}

.recognition-block:nth-child(2n) .recognition-pic,
.recognition-block:nth-child(2n) .recognition-info {
    float: left;
}

.recognition-info h4 {
    padding-bottom: 30px;
    font-size: calc(16px + 20 * (100vw - 330px)/ 1700);
}

.recognition-info p {
    line-height: 2;
    font-size: 17px;
}

@media screen and (max-width:1366px) {

    .capacity,
    .history,
    .profile {
        padding: 50px 0;
    }

    .group-profile {
        padding-left: 50px;
    }

    .ad-adv-items {
        padding: 55px 0;
    }

    .recognition-info {
        padding-top: 30px;
    }
}

@media screen and (min-width:997px) {
    .recognition-block:nth-child(2n) .recognition-info {
        padding: 80px 50px 50px 0;
    }
}

@media screen and (max-width:996px) {
    .ad-adv-items {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .ad-adv-item {
        width: 33.333333%;
        text-align: center;
        margin-bottom: 30px;
    }

    .ad-adv-item span {
        font-size: 37px;
    }

    .profile-title {
        margin-left: 0;
    }

    .profile-block {
        width: 100%;
        padding: 0 50px;
    }

    .group-profile {
        padding-left: 0;
        margin-top: 50px;
    }

    .time-line .line-info>span {
        display: none;
    }

    .time-line li {
        font-size: 16px;
        padding-right: 25px;
    }

    .time-line li:after {
        width: 14px;
        height: 14px;
        right: 3px;
    }

    .time-line .h-box>span {
        padding: 7px 0;
    }

    .history-time {
        width: 150px;
        margin-right: 0;
    }

    .history-block {
        width: calc(100% - 160px);
    }

    .capacity-main {
        padding-top: 0;
    }

    .capacity-pics-item h4 {
        padding: 20px 0;
        font-size: 16px;
    }

    .recognition,
    .recognition-info {
        padding-top: 0px;
    }

    .recognition-info {
        padding-bottom: 0;
    }

    .recognition-block:nth-child(2n) .recognition-info {
        padding-left: 0;
        padding-right: 50px;
    }

    .recognition-info p {
        font-size: 14px;
        line-height: 1.7;
    }

    .recognition-block {
        margin-bottom: 50px;
    }

    .pic-info h5 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .pic-info p {
        line-height: 1.7;
    }

    .pic-info {
        left: 20px;
        right: 20px;
        bottom: 20px;
        top: 20px;
    }
}

@media screen and (max-width:799px) {
    .profile-pics {
        margin-left: -10px;
        margin-right: -10px;
    }

    .profile-pics-item {
        padding: 0 4px;
    }

    .profile-pics-item:hover:after {
        width: 90%;
        height: 90%;
    }

    .history-info time {
        font-size: 14px;
    }

    .history-info h2 {
        font-size: 20px;
    }

    .capacity-pics-item {
        width: 50%;
        padding: 0 4px;
    }

    .capacity-main .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pic-info {
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 10px;
    }

    .pic-info h5 {
        font-size: 14px;
        margin-bottom: 8px;
        padding-bottom: 5px;
    }

    .pic-info p {
        font-size: 12px;
        line-height: 1.3;
    }

    .history-time {
        height: 400px;
    }

    .recognition-info,
    .recognition-pic {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:499px) {
    .ad-adv-item span {
        padding-right: 12px;
        font-size: 30px;
    }

    .ad-adv-item p {
        font-size: 12px;
    }

    .ad-adv-item span:after {
        font-size: 21px;
    }

    .ad-adv {
        padding: 0 15px;
    }

    .profile-block {
        padding: 0 15px;
    }

    .group-profile {
        font-size: 12px;
        margin-top: 20px;
    }

    .profile-pics-item .company-name {
        font-size: 12px;
    }

    .history-info p {
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.5;
    }

    .capacity-pics-item h4 {
        font-size: 14px;
        padding: 10px 0;
    }

    .history-info h2 {
        font-size: 18px;
    }
}

@media (min-height:56.25vw) {
    .history {
        background-attachment: unset;
    }
}