
.live {
    background-image: url(../images/bg_video.jpg);
    margin-top: 0px;
}


/* banner */
.banner {
    padding: 67px 150px 40px;
    height: initial;
}

.banner-text {
    font-size: 12px;
    line-height: 26px;
}

.banner-text h3 {
    display: inline-block;
    color: #ffd200;
    font-size: 0
}

.banner-text h3 strong {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 28px;
    line-height: 50px;
    font-weight: bolder;
    color: #fff;
}

.banner-text h3 strong:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background-color: #fff;
}

.banner-text h3 span {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
}

.banner-text h3 .icon {
    float: right;
    margin-left: 5px;
    margin-top: 12px;
}

.banner-text p {
    color: #ffd200;
}

.banner-text h5 {
    color: #fff;
}

.banner-text .btn-enter {
    color: #00aeff;
}

.banner-text .btn-enter:hover {
    color: #ffd200;
}

.banner .btn-group {
    margin-top: 10px;
    font-size: 0
}

.banner .btn-group .btn {
    margin-right: 16px;
}

.box-black {
    margin: 0 -13px;
    padding: 7px 5px
}

.list-video li {
    float: left;
    width: 328px;
    height: 230px;
    margin: 4px;
    background: url(../images/bg_item.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.list-video a {
    display: block;
    position: relative;
    padding: 13px 21px;
}

.list-video .model {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 230px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.list-video a:hover .model {
    transform: scale(1.1);
}

.list-video a:hover .title:before {
    background-color: #ffed8b
}

.list-video a:hover .title h4,
.list-video a:hover .title p {
    color: #ffed8b;
}

.list-video .logo {
    height: 51px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}

.list-video .title {
    position: relative;
    margin-top: 10px;
    padding: 10px 0;
}

.list-video .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #6b0aae;
    text-transform: uppercase;
}

.list-video .title h4 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.list-video .title p {
    font-size: 12px;
    line-height: 20px;
    color: #606060;
}