@charset "utf-8";

.video {
    width: 100%;
    padding-top: 58px;
    padding-bottom: 120px;
}

.video-center {
    width: 1280px;
    margin: 0 auto;
}

.video-center p {
    font-size: 15px;
    color: #666;
    padding-top: 14px;
}

.video-center .p-one {
    padding-top: 46px;
}

.video-cut {
    padding-top: 50px;
    padding-bottom: 40px;
}

.video-cut a {
    display: block;
    width: 25%;
    float: left;
    height: 56px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    line-height: 56px;
    color: #666666;
    font-size: 18px;
    box-sizing: border-box;
}

.video-cut a:first-child {
    border-left: 1px solid #f0f0f0;
}

.video-cut a:hover {
    background: #0062a6;
    color: #fff;
}

.video-cut a.active {
    background: #0062a6;
    color: #fff;
}

.video-ul li {
    float: left;
    width: 410px;
    height: 234px;
    margin-right: 24px;
    margin-bottom: 36px;
    position: relative;
    overflow: hidden;
}

.video-ul li:nth-child(3n+0) {
    margin-right: 0;
}

.video-ul li img {
    display: block;
    height: 100%;
    width: 100%;
}

.video-ul li i {
    display: block;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 234px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.video-ul li i a {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url('../images/video/play.png');
    background-size: 100% 100%;
    position: relative;
    top: 10px;
}

.video-ul li i span {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 18px;
    bottom: 18px;
}

.play-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 210;
}

.play-video-content {
    width: 1260px;
    height: 770px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -630px;
    margin-top: -385px;
    background: #000000;
    box-sizing: border-box;
    padding: 40px 60px;
}

.play-video-hide {
    position: absolute;
    right: 6px;
    top: 40px;
    display: block;
    width: 45px;
    height: 45px;
    background: url('../images/hidebtn.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.play-video-content video {
    width: 100%;
    height: 100%;
}