﻿.index-film-box{
    display: block;
    position: relative;
    width: 100%;
}
.index-film-bc{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/front/index-film-bc.jpg);
}
.index-film{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}
.index-film-ifame-box{
    width: 100%;
    max-width: 100%;
    height: 200px;
    display: block;
}
.index-film-info-box{
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 20px 45px;
    box-sizing: border-box;
    min-height: 200px;
    flex-direction:column;
    justify-content:center;
}
.index-film-info-title{
    font-size: 22px;
    font-weight: bold;
    color: #b6d338;
    transform: skewX(-10deg);
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-film-info-text{
    font-size: 14px;
    color: #555;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    max-height: 100px;
    overflow: hidden;
}
.index-film-idea{
    position: absolute;
    top: 155px;
    right: -30px;
}
.index-film-one-box{
    width: 360px;
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 60px;
}
.index-film-one-box:nth-child(3n){
    margin-right: 0;
}


.index-about-class .about-n3-list29.section-bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b1924+0,0b1924+20,0b1924+20,565656+51,0b1924+80,0b1924+100 */
    background: #0b1924; /* Old browsers */
    background: -moz-linear-gradient(left, #0b1924 0%, #0b1924 20%, #0b1924 20%, #565656 51%, #0b1924 80%, #0b1924 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b1924 0%,#0b1924 20%,#0b1924 20%,#565656 51%,#0b1924 80%,#0b1924 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b1924 0%,#0b1924 20%,#0b1924 20%,#565656 51%,#0b1924 80%,#0b1924 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1924', endColorstr='#0b1924',GradientType=1 ); /* IE6-9 */
}
.index-about-class .about-n3-list29{
    box-sizing: border-box;
    padding: 50px 0;
    height: inherit;    
}
.index-about-class .index-about-n2-video iframe{
    top: -40px!important;
}
.index-about-more-box{
    display: block;
}
.index-about-more-one .index-about-more-box{
    margin-top: 40px;
}
.index-about-more{
    width: 120px;
    display: block;
    color: #8bb639;
    box-sizing: border-box;
    border: 1px solid #8bb639;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    transition: all .2s linear;
}
.index-about-more:hover {
    color: #fff;
    background-color: #8bb639;
}
.categroy-info .index-about-more-box{
    margin-top: 20px;
}
.categroy-info .index-about-more{
    margin: 0 auto;
}
.recommend-info .index-about-more-box{
    margin-bottom: 40px;
}
.recommend-info .index-about-more{
    margin: 0 auto;
}
.index-about-more-two .index-about-more-box{
    margin-top: 20px;
}
.index-about-more-two .index-about-more{
    color: #fff;
    border-color: #fff;
}
.index-about-more-video .index-about-more-box{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all .3s linear;
}
.index-about-more-video:hover .index-about-more-box{
    opacity: 1;
}

@media only screen and (max-width: 1280px){
    .index-film-one-box{
        margin-right: 40px;    
    }
}
@media only screen and (max-width: 1200px){
    .index-film{
        width: 1000px;
    }
    .index-film-one-box{
        width: 300px;
    }
    .index-film-ifame-box{
        height: 167px;
    }
    .index-film-idea{
        top: 135px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 1000px){
    .index-film{
        width: 95%;
        padding: 120px 0;
        top: 0;
    }
    .index-film-one-box{
        display: block;
        top: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .index-film-one-box:last-child{
        margin-bottom: 0;
    }
    .index-film-idea{
        display: none;
    }
    .index-film-ifame-box{
        height: calc((200 / 360) * 95vw);
    }
}
@media only screen and (max-width: 750px){
    .index-film{
        width: 95%
    }
    .index-film-one-box{
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .index-film-ifame-box{
        height: 250px;
    }
    .index-film-info-box{
        padding: 10px 20px;
        padding-bottom: 20px;
    }
    .index-film-info-title{
        font-size: 16px;
    }
    .index-film-info-text{
        font-size: 12px;
    }
}