<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ä¸­å¿ƒåŒºåŸŸ */
.video_centerBox {
    color: #2f3b51;
    font-family: "WorkSans-Regular";
}

.video_box_title {
    box-sizing: border-box;
    padding-top: 70px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video_title {
    font-size: 36px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.video_greenLine {
    width: 50px;
    height: 3px;
    background-color: #00bd6b;
}

.Corporate_video {
    position: relative;
    width: 100%;
   
}
.Corporate_video a,
.Corporate_video a div,
.Corporate_video a div img {
    width: 100%;
}


.Corporate_video img {
    vertical-align: middle;
}

.Corporate_VideoBox {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 48px 0;
}
.Corporate_VideoBox .video_item {
    margin-right: 54px;
}
.Corporate_VideoBox .video_item:nth-child(3n) {
    margin-right: 0;
}
.video_font {
    display: block;
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
}

.video_item {
    box-sizing: border-box;
    padding-bottom: 60px;
    width: calc((100% - 114px) / 3);
}

.video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff5ec;
    font-size: 59px;
    cursor: pointer;
}

.Play_time {
    position: absolute;
    bottom: 17px;
    right: 20px;
    font-size: 16px;
    color: #fff;
}


/* é®ç½©å±‚æ&nbsp;·å¼ */
.Video_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

/* è§†é¢‘çª—å£ */
.video_window {
    display: none;
    width: 800px;
    height: 485px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin: -300px 0 0 -400px;
    background-color: pink;
}
.video_window_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.video_windowClose {
    position: absolute;
    top: -17px;
    right: -15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* iframeæ&nbsp;‡ç­¾çš„æ&nbsp;·å¼ */
.video_window_ifeame {
    width: 100%;
    height: 100%;
    background: #333;
    border: 0;
}



.video_item:hover .video_icon {
    font-size: 70px;
    color: #00bd6b;
}
.video_item .video_icon {
    transition: all 0.5s;
}</pre></body></html>