﻿.menu-video {
    font-size: 1.54rem !important;
}

/*.video-title {
    width: 1400px;
    font-size: 1.54rem;
    margin-top: 45px;
}*/

#video {
    width: 1410px;
    margin-left: -10px;
}

.video {
    width: 1400px;
    min-height: 500px;
    overflow: hidden;
    margin-top: 18px;
    /*margin-top: 30px;*/
}

    .video ul {
        padding: 0;
        width: 272px;
        height: 290px;
        background: white;
        position: relative;
        margin: 12px 0 0 10px;
        float: left;
    }

        .video ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            /*color: #808080;*/
            text-align: center;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .video ul li a {
                color: black;
                text-decoration: none;
            }

            .video ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .video ul li a:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1); /* IE 9 */
                -webkit-transform: scale(1.1); /* Safari and Chrome */
            }

.video-img {
    width: 248px !important;
    margin-top: 18px !important;
}

    .video-img a {
        position: relative;
        display: inline-block;
        width: 248px;
        height: 186px;
    }

.video-name {
    /*max-height: 40px;
    color: black !important;*/
    margin-top: 5px !important;
}

/*.video ul {
        padding: 0;
        width: 350px;
        height: 370px;
        background: white;
        position: relative;
        float: left;
    }

        .video ul li {
            list-style: none;
                width: 320px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            margin-top: 10px;
        }

            .video ul li a {
                position: relative;
                display: inline-block;
                width: 320px;
                height: 240px;
            }

            .video ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 320px;
                max-height: 240px;
            }

.video-img {
    width: 320px !important;
    margin-top: 15px !important;
}

.video-name {
    max-height: 40px;
    color: black !important;
    overflow: hidden;
}*/

.watermark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 248px;
    height: 186px;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分页*/
.page {
    width: 1400px;
    padding: 50px 0 50px 0;
    text-align: center;
}

    .page a {
        color: white;
        text-decoration: none;
        border: 1px solid #196dc7;
        border-radius: 3px;
        background: #196dc7;
        margin: 0 5px 0 5px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #196dc7 !important;
    border: 1px solid #196dc7 !important;
    background: white !important;
    cursor: initial !important;
}

.page span {
    margin: 0 5px 0 5px;
}

.page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 28px;
    padding: 0 5px 0 5px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #196dc7;
    border: 1px solid #196dc7;
    border-radius: 3px;
    outline: none;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}

/*视频*/
.video-iframe {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    height: 400px;
    z-index: 4;
    background-color: white;
}

    .video-iframe a {
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        font-family: "宋体";
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #196dc7;
        text-decoration: none;
        position: absolute;
        margin: -30px 0 0 577px;
        cursor: pointer;
        z-index: 4;
    }

/*旋转*/
@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#round:hover {
    animation: rotating 1s;
    -ms-animation: rotating 1s; /* IE 9 */
    -moz-animation: rotating 1s; /* Firefox */
    -webkit-animation: rotating 1s; /* Safari 和 Chrome */
    -o-animation: rotating 1s;
}
