body{
    background-color: #000;
}




.elc-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.elc-content>li{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #131722;
    display: none;
}
.elc-content li .elc-left{
    display: table;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
.elc-content .elc-left .elc-left-con{
    display: table-cell;
    vertical-align: middle;
}
.elc-content .elc-left .elc-left-con>div{
    position: relative;
    padding-left: 96px;
}
.elc-content .elc-left-con h2{
    position: absolute;
    top: -144px;
    left: 96px;
    color: rgba(179,9,37,0.25);
    font-size: 180px;
}
.elc-content .elc-left-con h3{
    font-size: 72px;
    color: rgba(229,229,229,0.95);
    letter-spacing: 7px;
    line-height: 120px;
    position: relative;
    z-index: 1;
}
.elc-content .elc-left-con p{
    width: 49.9998%;
    font-size: 16px;
    line-height: 36px;
    padding: 96px 0 0 16.6666%;
    transition: transform 1250ms cubic-bezier(0.77,0,0.175,1) 75ms;
    color: rgba(255,255,255,.8);
}
.elc-content li .elc-right{
    display: table;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    transition: transform 1250ms cubic-bezier(0.77,0,0.175,1),width 1250ms cubic-bezier(0.77,0,0.175,1);
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
}
.elc-content .elc-right .elc-right-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    transform: scale3d(1.05,1.05,1);
    transition: all 1000ms cubic-bezier(0.19,1,0.22,1) 750ms;
}
.elc-content .elc-right .elc-right-con{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.elc-content .elc-right-con .elc-right-close{
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../image/main/icon-close.png);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(0, 20px);
    display: none;
}
/*动画*/
.elc-content li.open .elc-left-con p{
    transform: translate3d(calc(-100% - 8rem), 0, 0);
}

.elc-content li.open .elc-right{
    width: 100%;
    transform: translate3d(-50%,0,0);
    cursor: auto;
}
.elc-content li.open .elc-right .elc-right-bg{
    opacity: .75;
    filter: blur(8px);
}
/*类型一*/
.elc-content .elc-right-con .elcr-left{
    width: 33.3332%;
    display: inline-block;
    vertical-align: middle;
    margin: 288px 96px 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 500ms cubic-bezier(0.19,1,0.22,1) 100ms;
}
.elc-content .elc-right-con .elcr-left video{
    width: 100%;
}
.elc-content .elc-right-con .elcr-right{
    width: 24.9999%;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transform: translateY(20px);
    transition: all 2000ms cubic-bezier(0.19,1,0.22,1) 0ms;
}
/*类型一动画*/
.elc-content li.open .elc-right-con .elcr-left{
    opacity: 1;
    transform: translateY(0);
    transition: all 500ms cubic-bezier(0.19,1,0.22,1) 1000ms;
}
.elc-content li.open .elc-right-con .elcr-right{
    opacity: 1;
    transform: translateY(0);
    transition: all 2000ms cubic-bezier(0.19,1,0.22,1) 1100ms;
}
/*类型二*/
.elc-content .elc-right-con .elcr-center video{
    width: 66.6664%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 2000ms cubic-bezier(0.19,1,0.22,1) 0ms;
}
/*类型二动画*/
.elc-content li.open .elc-right-con .elcr-center video{
    opacity: 1;
    transform: translateY(0);
    transition: all 2000ms cubic-bezier(0.19,1,0.22,1) 1100ms;
}
/*类型三*/
.elc-content .elc-right-con .elcr-items{
    position: relative;
    width: 100%;
    height: 70vh;
}
.elc-content .elcr-items ul{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 2000ms cubic-bezier(0.19,1,0.22,1) 0ms;
}
.elc-content .elcr-items li{
    position: relative;
    width: 75%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}
.elc-content .elcr-items img{
    width: 100%;
    padding: 0 calc(12.5% + 96px);
    box-sizing: border-box;
}
.elc-content .elc-right-con .elc-right-leftBtn{
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../image/main/white-arrow.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(110px, 20px);
    display: none;
}
.elc-content .elc-right-con .elc-right-rightBtn{
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../image/main/white-arrow.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(210px, 20px) rotateY(180deg);
    display: none;
}
.elc-content .elc-right-con>div.disabled{
    opacity: .5;
    cursor: auto;
}
/*类型三动画*/
.elc-content li.open .elcr-items ul{
    opacity: 1;
}



/*视频*/
.elc-video{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 1s ease;
}
.elc-video video{
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    top: 0;
    left: 0;
}
.elc-video ul{
    display: table;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
}
.elc-video li{
    display: table-cell;
    height: 100%;
}
.elc-video li div{
    position: relative;
    width: 150px;
    height: 100%;
    margin: auto;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.elc-video li b{
    position: absolute;
    width: 23px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../image/main/video-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all .4s ease;
}
.elc-video li div:hover b{
    opacity: 1;
}

.elc-video.narrow{
    width: 200px;
    height: 112.5px;
    right: 24px;
    bottom: 24px;
    cursor: pointer;
}
.elc-video.narrow video{
    height: 100%;
}




@media only screen and (max-width: 1366px){
    
    .elc-content .elc-left-con h2{
        font-size: 115px;
        top: -50px;
    }
    .elc-content .elc-left-con h3{
        font-size: 52px;
        line-height: normal;
    }
    .elc-content .elc-left-con p{
        padding: 48px 0 0 8.33333%;
    }
    
    
    
    
}


















