.groupInfoCon{
    display: flex;
    align-items:center;
}
.groupInfoCon .groupImg{
    flex:1;
    cursor:pointer;
}
.groupInfoCon .groupImg img{
    width:100%;
}
.groupInfo{
    width:46%;
    margin-left:4%;
    line-height:1;
}
.groupInfo .groupInfoTit{
    font-size:26px;
    color:#931b21;
    margin-bottom:12px;
}
.groupInfo .groupInfoSubTit{
    font-size:12px;
    color:#999;
    font-family: "HELVETICANEUELTPRO";
    margin-bottom:42px;
}
.groupInfo .groupInfoFont{
    line-height:26px;
    font-size:13px;
    margin-bottom:26px;
    color:#666;
}
.groupStory{
    background:url(../ad/value-bg.jpg) #931b21 140% -100px no-repeat;
    background-size:100% 102%;
    overflow: hidden;
}
.groupStoryTit{
    color:#fff;
    font-size:28px;
    text-align: center;
    margin-bottom:5%;
}
.groupStory .groupStoryBox{
    width:9px;
    margin:0 auto;
}
.groupStoryBox .groupStoryPos{
    position: relative;
}
.groupDraw .groupStoryCircle{
    border-color:#fff;
}
.groupStoryItemBox{
    white-space: nowrap;
    position:absolute;
    top:-10px; 
    cursor:pointer;
}
.groupFl .groupStoryItemBox{
    text-align: right;
    right:40px;
}
.groupStoryItemBox:hover img{
    z-index:100;
}
.groupFr .groupStoryItemBox{
    left:40px;
}
.groupStoryItemBox .groupStoryTime{
    color:rgba(255,255,255,.3);
    font-size:13px;
    margin-bottom:6px;
    line-height:1;
}
.groupStoryItemBox .groupStoryItemTit{
    color:rgba(255,255,255,.5);
    font-size:16px;
    line-height:26px;
}
.groupLine{
    width:1px;
    height:120px;
    background-color:rgba(255,255,255,.5);
    margin:0 auto;
}
.groupStory .childCon{
    padding-bottom:0;
}
@keyframes logo {
    0% {
        opacity: 0;
        transform: translateZ(-4000px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0px);
    }
}
.groupCoperPart{
    width:100%;
    overflow: hidden;
}
.groupCoperPart .logowrap{
    opacity: 0;
    transform: translateZ(-4000px);
}
.groupCoperPart .logowrap.active{
    -webkit-animation: logo .5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards .5s;
    -moz-animation: logo .5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards .5s;
    animation: logo .5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards .5s;
}
.groupDraw{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    overflow: hidden;
}
.groupStoryItem.on .groupStoryItemTit{
    color:#fff;
}
.groupStoryItem img{
    visibility: hidden;
    position:absolute;
    transition:visibility .46s ease,opacity .46s ease,left .1s ease,top .1s ease;
    opacity: 0;
    box-shadow: 0px 10px 30px rgba(0,0,0,.2);
}
.groupStoryItemBox:hover img{
    visibility: visible;
    opacity:1;
    /* animation: filterAni .5s ease; */
}

.groupStoryCircle{
    width:7px;
    height:7px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:50%;
    position: relative;
}
.groupDraw .groupLine{
    background-color:#fff;
}
/* 合作伙伴 */
.groupCoperPart .childCon{
    perspective: 1000px;
    perspective-origin: center;
    padding:140px 0;
    margin-top:-30px;
}
.logowrap{
    float:left;
    margin-top:30px;
    margin-right:2%;
    width:calc(92%/5 - 1px);
    transition:all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logowrap a{
    display: block;
    width:100%;
    text-align: center;
}
.logowrap:hover{
    box-shadow:0 0 40px rgba(0,0,0,.1);
}
.logowrap img{
    width:100%;
    max-width:226px;
    opacity: 0.6;
    transition:all .3s ease;
    filter: grayscale(100%);
}
.logowrap:hover img{
    opacity: 1;
}
.groupCoperPart .logowrap:nth-of-type(5n){
    margin-right:0;
}
.logowrap:hover img{
    filter: grayscale(0);
}


.videoLayer{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    visibility: hidden;
    transition:all .3s ease;
}
.videoLayer.show{
    visibility: visible;
    transition:all .6s ease;
}
.videoLayer .navVideoWrap{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate3d(-50%,-50%,0);
    width:70%;
}
.videoLayer .navVideoWrap video{
    width:100%;
    transform: scale(.8);
    opacity: 0;
    transition:all .3s ease;
}
.videoLayer.show .navVideoWrap video{
    transform: scale(1);
    opacity: 1;
    transition:all .4s ease .3s;
}

.videoLayer .layerMask{
    transition:all .3s ease .3s;
}
.videoLayer.show .layerMask{
    background-color:rgba(0,0,0,.8);
    transition:all .3s ease;

}