.video-show .classify {
    display: flex;
}

.video-show .classify li {
    width: 20%;
    background: #e0b800;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    color: #f0f0f0;
    cursor: pointer;
}

.video-show .classify li:not(:last-child) {
    margin-right: 15px;
}

.video-show .classify li img {
    max-height: 25px;
    max-width: 25px;
    margin-right: 5px;
}

.video-show .classify li.active {
    background: #f0f0f0;
    color: #303030;
    font-weight: bold;
}

.video-show .video {
    margin-top: 50px;
    text-align: center;
}

.video-show .video li:not(:first-child) {
    display: none;
}

.VIDEO_DISPLAY .up,.VIDEO_DISPLAY .below{
    display: flex;
    margin-bottom: 15px;
}

.VIDEO_DISPLAY .text-wrap{
    width: 520px;
    box-sizing: border-box;
    margin-top: 50px;
}

.VIDEO_DISPLAY .video-wrap{
    width: 680px;
}

.VIDEO_DISPLAY .text-wrap .right-title{
    text-align: right;
}

.VIDEO_DISPLAY .text-wrap .right-title span{
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.VIDEO_DISPLAY .text-wrap .right-title h1{
    border-right: 4px solid rgba(255, 255, 255, 1);
    padding-right: 15px;
}

.VIDEO_DISPLAY .text-wrap .left-title{
    text-align: left;
}

.VIDEO_DISPLAY .text-wrap .left-title span{
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
}

.VIDEO_DISPLAY .text-wrap .left-title h1{
    border-left: 4px solid rgba(255, 255, 255, 1);
    padding-left: 15px;
}

.VIDEO_DISPLAY .text-wrap .content{
    margin-top: 20px;
    color: rgba(56, 56, 56, 1);
    line-height: 27px;
}

.process-mode ul {
    display: flex;
}

.process-mode ul li {
    width: 25%;
    background: white;
    padding-bottom: 40px;
    text-align: center;
    transition: 0.3s;
}

.process-mode ul li:hover {
    box-shadow: 0 0 20px #dddddd;
}

.process-mode ul li img {
    height: 180px;
    width: 100%;
    margin-bottom: 20px;
}

.process-mode ul li:not(:last-child) {
    margin-right: 30px;
}

.process-mode ul li h1 {
    margin-bottom: 10px;
    font-weight: bold;
}

.process-mode .cooperation-btn {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    width: 200px;
    border-radius: 50px;
    background: #f8f8f8;
    padding: 10px 0;
    color: #333232;
    border: 1px solid #dedede;
    transition: 0.3s;
}

.process-mode .cooperation-btn:hover {
    color: white;
    background-color: #fdd000;
    transition: 0.3s;
}

.cooperation-process img {
    max-width: 100%;
}

.v1-aptitudes li {
    display: flex;
    background: white;
    margin-bottom: 50px;
    height: 306px;
    box-sizing: border-box;
    transition: 0.3s;
    overflow: hidden;
}

.v1-aptitudes li .text {
    flex-basis: 50%;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.v1-aptitudes li .text .line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #fdd000;
    margin: 20px 0;
}

.v1-aptitudes li .text p {
    color: #838383;
    line-height: 25px;
}

.v1-aptitudes li .img {
    text-align: center;
    flex-basis: 50%;
    line-height: 304px;
}

.v1-aptitudes li .img img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s;
}

.v1-aptitudes li:hover {
    box-shadow: 0 0 20px #dddddd;
}

.v1-aptitudes li:hover .img img {
    transform: scale(1.03);
}

.v2-aptitudes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.v2-aptitudes li {
    background: white;
    width: 31%;
    margin-bottom: 30px;
    transition: 0.3s;
}

.v2-aptitudes li .img {
    width: 100%;
    height: 180px;
}

.v2-aptitudes li .img img {
    width: 100%;
    height: 100%;
}

.v2-aptitudes li h1 {
    text-align: center;
    margin: 10px 0
}

.v2-aptitudes li .line {
    display: block;
    width: 50px;
    height: 3px;
    background: #fdd000;
    margin: 20px auto;
}

.v2-aptitudes li p {
    padding: 0 20px 20px;
    color: #838383;
}

.v2-aptitudes li:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #dddddd;
}