.about-name {
    width: 1200px;
    font-size: 18px;
    color: #9A0101;
    border-bottom: 1px solid #999;
    margin: 0 auto;
    line-height: 40px;
    font-weight: bold;
}
.other {
    width: 1200px;
    margin: 20px auto;
}
.time {
    font-size: 14px;
}
.about-name p {
    position: relative;
}
.about-name p::after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #9A0101;
}
.about-wrap {
    margin: 0 auto 50px;
}
video {
    object-fit: cover
}
.about-txt {
    width: 600px;
    padding: 0 100px;
    text-align: center;
    box-sizing: border-box;
}
.about-title {
    /*margin: 20px auto;*/
}
.aboutus-intro, .other {
    font-size: 16px;
    color: #666666;
}
.f20 {
    font-size: 20px;
    font-weight: bold;
}
.other {
    margin-bottom: 100px;
}
.other p {
    margin-bottom: 20px;
}




/*------------------*/
.zd-video-container { position: relative; }

.zd-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zd-video-controls {
    height: 40px;
    position: absolute;
    bottom: -24px;
    background-color: #242426;
    left: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.75);
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transtion: all 0.3s ease;
}

.zd-video-controls.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    visibility: visible;
}

.zd-video-progress {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #666666;
}

.zd-video-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background-color: #FFFFFF;
}

.zd-video-control {
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.zd-video-control.hide { display: none; }

.zd-video-big-play {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-image: url("../../imgs/video/default.png");
    z-index: 5;
    display: none;
}
.zd-video-big-play:hover{
    background: url("../../imgs/video/active.png");
}
.zd-video-container.zd-video-ispause .zd-video-big-play { display: inline-block !important; }

.zd-video-container.zd-video-ispause .zd-video-play { display: inline-block; }

.zd-video-container.zd-video-ispause .zd-video-pause { display: none; }

.zd-video-play {
    width: 11px;
    height: 14px;
    background-image: url("../../imgs/video/play.svg");
}

.zd-video-pause {
    width: 12px;
    height: 14px;
    background-image: url("../../imgs/video/pause.svg");
}

.zd-video-fullscreen {
    width: 14px;
    height: 14px;
    background-image: url("../../imgs/video/fullscreen.svg");
}

.zd-video-unfullscreen {
    width: 14px;
    height: 14px;
    background-image: url("../../imgs/video/unfullscreen.svg");
}

.zd-video-mute {
    width: 12px;
    height: 14px;
    background-image: url("../../imgs/video/volume.svg");
}



.zd-controls-body {
    padding: 15px 20px;
    line-height: 14px;

}

.zd-controls-left { float: left; }

.zd-controls-right { float: right; }

.zd-video-time {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    padding-left: 30px;
}

.zd-video-volume {
    width: 70px;
    height: 2px;
    background-color: #666666;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    margin-left: 6px;
    top: -5px;
    cursor: pointer;
}

.zd-video-volume-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background-color: #fff;
    width: 50%;
}
/* video {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
} */
