/* Center */

.c_center {
    margin-top: 89px;
    height: auto;
    justify-content: space-between;
}

.c_center>.left {
    width: 560px;
    height: auto;
    flex-direction: column;
}

.c_center>.left>img {
    width: 560px;
    height: 360px;
    border: none;
}

.c_center>.left>h4 {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.c_center>.right {
    width: 560px;
    height: auto;
    flex-direction: column;
}

.c_center>.right>h2 {
    font-size: 36px;
    font-weight: bold;
    color: #070707;
}

.c_center>.right>h4 {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.c_center>.right>p {
    margin-top: 37px;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}


/* End Center */


/* Bottom */

.video {
    position: relative;
    margin-top: 117px;
    /* width: 100%; */
    height: 358px;
    justify-content: space-between;
    overflow: hidden;
}

.video>ul {
    position: absolute;
    top:28.5px;
    width: 1200px;
    height: 301px;
    list-style: none;
}

.video>ul>li {
    /* width: 392px;
    height: 301px; */
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.4s;
}

.video>ul>li>img {
    width: 100%;
    height: 100%;
}


/* End Bottom */