.page_one{
    position:relative;
}
.page_one  div.v_t{
    position:absolute;
    font-size: 44px;
    color: #fff;
    z-index: 1;
    width: 100%;
    font-weight:200;
    text-align: center;
}
.page_one  div.v_t{
     top:15%;
}
.page_one  div.v_t .v_b{
     font-size: 32px;
    font-family: pingfang sc !important;
    font-weight: 100;
}
/*搜索框*/
.search_wbox {
    padding: 20px;
    width: 100%;
    height: 67px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #eee;
}

.search_box {
    width: 905px;
    height: 71px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 37%;
    left: 50%;
    margin-left: -450px;
    z-index: 5;
    /*transition: all 0.5s ease-out;*/
}

    .search_box b {
        background: url(/images/ss-2.png) no-repeat #f29600 50%;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 68px;
        height: 67px;
        cursor: pointer;
    }

        .search_box b:hover {
            background: url(/images/ss-2.png) no-repeat #ffa511 50%;
        }

    .search_box i {
        /*background: url(/images/xj.png) no-repeat;*/
        position: absolute;
        right: 190px;
        top: 26px;
        cursor: pointer;
        width: 28px;
        height: 22px;
    }

        /*.search_box i:hover {
            background: url(../images/xj-1.png) no-repeat;
        }*/

    .search_box input {
        width: 70%;
        height: 33px;
        border: none;
        padding-left: 10px;
        background: rgba(255, 255, 255, 0);
        font-size: 16px;
        color: #333;
    }

    .search_box .all_picture {
        width: 95px;
        float: right;
        text-align: center;
        font-size: 16px;
        color: #666;
        background: url(/images/gd.png) no-repeat 100% 14px;
        margin-right: 59px;
        position: relative;
        height: 48px;
        padding-top: 6px;
    }

        .search_box .all_picture span {
            height: 20px;
            width: 1px;
            float: left;
            border-left: 1px solid #333;
        }

        .search_box .all_picture:hover {
            color: #333;
            cursor: pointer;
        }

        .search_box .all_picture ul {
            position: absolute;
            top: 46px;
            left: 0;
            border: 1px solid #bdb9b3;
            border-top: none;
                z-index: 9999;
        }

            .search_box .all_picture ul li {
                width: 105px;
                height: 46px;
                background: rgba(255, 255, 255, 0.8);
                border-top: 1px solid #bdb9b3;
                line-height: 46px;
            }

                .search_box .all_picture ul li:hover {
                    background: #999;
                    color: #fff;
                }

                .search_box .all_picture ul li a {
                    font-size: 16px;
                    display: block;
                    width: 105px;
                    height: 46px;
                    color: #333;
                }

.fixed {
    height: 67px !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 100;
    margin: 0 !important;
    background: #fff !important;
    /* padding: 20px 71px !important; */
    min-width: 588px;
    border: none !important;
}

.login_reg {
    cursor: pointer;
    color: #ddd;
    font-size: 14px;
    vertical-align: super;
}

    .login_reg:hover {
        color: #f29600;
    }
/*搜索框结束*/
/*正文内容*/
.container .page_one section {
    overflow: hidden;
    position: relative;
}

    .container .page_one section video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.container .page_two {
    /*文字标题,收藏*/
    /*轮播点*/
    /*类型*/
    /*優質視頻*/
    /*分类检索*/
}

    .container .page_two h1 {
        vertical-align: middle;
        font-size: 18px;
        color: #333;
        font-weight: 400;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 50px;
    }

        .container .page_two h1 .t_line {
            width: 50px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 12px;
            border-bottom: 1px solid #ddd;
        }

    .container .page_two .collect {
        width: 100%;
        padding: 0 88px;
        font-size: 0;
    }

        .container .page_two .collect li {
            width: 33.3%;
            padding: 10px;
            display: inline-block;
        }        .container .page_two .collect li div{
                     overflow:hidden;
                 }
        .container .page_two .collect li img{
            width:100%;
                transition: all 0.5s ease-out;
        }
            .container .page_two .collect li img:hover {
                cursor: pointer;
                    transform: scale(1.05);
            }

    .container .page_two .htmleaf-container ol {
        margin-top: 6px;
        margin-bottom: 40px;
        text-align: center;
    }

        .container .page_two .htmleaf-container ol li {
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
            cursor: pointer;
        }

            .container .page_two .htmleaf-container ol li a {
                display: block;
                font-size: 0;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #dbdbdb;
                vertical-align: middle;
            }

                .container .page_two .htmleaf-container ol li a:hover {
                    background: #f29600;
                }

                .container .page_two .htmleaf-container ol li a.flex-active {
                    width: 12px;
                    height: 12px;
                    background: #f29600;
                }

    .container .page_two .media {
        margin: 0 auto;
        width: 1320px;
    }

        .container .page_two .media ul li {
            float: left;
            width: 330px;
            height: 460px;
            text-align: center;
            background: #eff2f2;
            position: relative;
        }

            .container .page_two .media ul li video {
                width: 100%;
                height: 100%;
                object-fit: fill;
            }

                .container .page_two .media ul li video:hover {
                    cursor: pointer;
                }

            .container .page_two .media ul li h2 {
                font-weight: 400;
                font-size: 16px;
                color: #333;
                margin: 14px 0 8px;
            }

            .container .page_two .media ul li h3 {
                font-weight: 400;
                font-size: 14px;
                color: #333;
                margin: 0 0 15px;
            }

            .container .page_two .media ul li p {
                font-size: 12px;
                color: #666;
            }

            .container .page_two .media ul li span {
                display: inline-block;
            }

                .container .page_two .media ul li span img {
                    width: 100%;
                    height: 100%;
                }

                .container .page_two .media ul li span video {
                    width: 100%;
                    height: 230px;
                    object-fit: fill;
                }

                    .container .page_two .media ul li span video:hover {
                        cursor: pointer;
                    }

            .container .page_two .media ul li div.shade_describe {
                position: absolute;
                top: 0;
                background-color: rgba(0, 0, 0, 0.2) !important;
                height: 100%;
                padding: 110px 30px;
                cursor: pointer;
            }

                .container .page_two .media ul li div.shade_describe h2,
                .container .page_two .media ul li div.shade_describe h3,
                .container .page_two .media ul li div.shade_describe p {
                    color: #fff;
                }

            .container .page_two .media ul li:nth-child(2),
            .container .page_two .media ul li:last-child {
                padding: 160px 31px 0;
                height: 460px;
                background: #fdfef3;
            }

            .container .page_two .media ul li > div.text {
                height: 230px;
                padding: 50px 31px 0px;
                background: #eff2f2;
            }

    .container .page_two .super_video {
        width: 1320px;
        margin: 0 auto;
    }

        .container .page_two .super_video div {
            width: 32.3%;
            margin: 0 5px;
            float: left;
        }

            .container .page_two .super_video div a {
                position: relative;
                display: inline-block;
                width: 100%;
                height: auto;
            }

                .container .page_two .super_video div a .player-button {
                    display: block !important;
                    width: 100%;
                    height: 97%;
                    background: url(../images/bbc-motion-pause.png) no-repeat center;
                    background-size: 38px;
                    position: absolute;
                    z-index: 25;
                    opacity: 0;
                    display: none;
                    transition: all ease-out 0.3s;
                    cursor: pointer;
                }

                    .container .page_two .super_video div a .player-button:hover {
                        opacity: 1;
                        background-color: rgba(0, 0, 0, 0.3);
                    }

                .container .page_two .super_video div a .pause {
                    background: url(../images/bbc-motion-play.png) no-repeat center;
                    background-size: 38px;
                }

                    .container .page_two .super_video div a .pause:hover {
                        opacity: 1;
                        background-color: rgba(0, 0, 0, 0.3);
                    }

            .container .page_two .super_video div h4 {
                font-size: 16px;
                color: #333;
                font-weight: 400;
            }

            .container .page_two .super_video div h5 {
                font-size: 12px;
                color: #999;
                font-weight: 400;
            }

            .container .page_two .super_video div p {
                font-size: 14px;
                color: #333;
            }

    .container .page_two .would_like {
        width: 1320px;
        margin: 0 auto;
    }

        .container .page_two .would_like ul {
            float: left;
            width: 10%;
            margin-right: 37px;
        }

            .container .page_two .would_like ul li {
                margin-bottom: 20px;
            }

                .container .page_two .would_like ul li a {
                    display: inline-block;
                    font-size: 14px;
                    width: 100%;
                    height: 36px;
                    color: #666;
                    border: 1px solid #e3e3e3;
                    text-align: center;
                    line-height: 36px;
                    border-radius: 3px;
                }

                    .container .page_two .would_like ul li a:hover {
                        background: #f29600;
                        color: #fff;
                    }

            .container .page_two .would_like ul:last-child {
                margin-right: 0;
            }
/*正文内容结束*/

.voice {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(/images/voice-2.png);
}

.voice_off {
    background: url(/images/voice-1.png);
}
