body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.Achi {
    width: 1150px;
    padding: 0 25px 80px;
    background: #fff;
    margin: -185px auto 0;
}

.Achi-title {
    padding-top: 68px;
    line-height: 40px;
    margin-bottom: 20px;
}

.Achi-title p {
    float: left;
    color: #d9d9d9;
    font-size: 40px;
    text-transform: uppercase;
}

.Achi-title span {
    float: left;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
}

.Achi-content {
    padding-top: 54px;
}

.Achi-content ul {
    width: 1185px;
}

.Achi-content li {
    float: left;
    width: 356px;
    height: 325px;
    overflow: hidden;
    margin-right: 39px;
    margin-bottom: 70px;
}

.Achi-content li a {
    position: relative;
    display: block;
    height: 325px;
}


.Achi-content .Achi-img {
    width: 356px;
    height: 220px;
    overflow: hidden;
}

.Achi-content .Achi-img img {
    width: 100%;
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.Achi-content .Achi-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 110px;
    background: #fff;
    transition: height .5s;
}

.Achi-content .Achi-h1 {
    color: #333333;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Achi-content .Achi-key {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Achi-content .Achi-bak {
    color: #fff;
    height: 58px;
    line-height: 58px;
    background: #fff;
    transition: all .5s;
}

.Achi-content .Achi-bak p {
    padding-left: 10px;
    display: inline-block;
}

.Achi-content .Achi-bak span {
    float: right;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    /* border: 1px solid #fff; */
    margin-top: 14px;
    margin-right: 8px;
    display: block;

    border:1px transparent solid;
    border-image:linear-gradient(to bottom,#f1f1f1,#fff) 1 10;

    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}


.Achi-content li:hover .Achi-text {
    height: 200px;
    transition: height 1s;
}

.Achi-content li:hover .Achi-img img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.Achi-content li:hover .Achi-bak {
    background: #b9c0cd;
}