.empile{max-width:1475px;margin-top:40px;position: relative}
.empile-box{max-width:1280px;overflow:hidden;margin:0 auto}
.empile .container{position:relative;width:960px;height:320px;margin:0 auto;}
.empile .cards-list {position:absolute;left: 0;top: 0;
    overflow: hidden;
    border-radius: 20px;
    transition: 330ms;
    width: 100%;
    background:#fff;
    padding:80px 60px 80px 40px;
    display:flex;justify-content:space-between;align-items:center
}

.empile .img-bg{width:37.2%}
.empile .img{width:100%;padding-bottom:46.91%}
.empile .info{width:58%}
.empile .name>span:first-child{font-size:24px;margin-right:10px}
.empile .name>span:last-child{font-size:16px}
.empile .note{font-size:16px;color:#666;line-height:24px;margin-top:20px}

.empile .arrow{width:48px;height:48px;border-radius:50%;background:#fff url(../images/arrow1-g.png) no-repeat center center/7px;position:absolute;transition:.3s;cursor:pointer;top:50%;transform:translateY(-50%);z-index: 998;}
.empile .prev{left:0;transform:translateY(-50%) rotate(180deg)}
.empile .next{right:0}

.empile .navigation {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
}

.empile .navigation .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.empile .navigation .dot.active {
    background-color: transparent;
}

@media (any-hover:hover){
    .empile .name>span:first-child:hover{color:#007aff}
    .empile .arrow:hover{background-color:#007aff;background-image:url(../images/arrow1-w.png)}
}
