.aui-case-bj {
    padding-top: 150px;
    width: 100%;
    height: 440px;
    text-align: center;
    color: #FFFFFF;
    background: url("../images/in-img/caseBanner.jpg") no-repeat;
    background-size: 100% auto;
    /* background-size: 100% 100%; */
    /* background-size: cover;  */
}

.aui-case-text h1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
}

.aui-case-text h2 {
    font-size: 28px;
    line-height: 28px;
}

.aui-case-text p {
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 12px;
}


/*  */

.aui-case-box {
    padding: 80px 0;
}

.aui-case-box-info {
    text-align: center;
    margin-bottom: 25px;
    border-radius: 3px;
    padding: 34px;
    border: 1px solid #e4e8ea;
}


/* 在大屏下底部留白过长 */

.clearbtm {
    margin-bottom: 0;
}


/* 在中屏下清除又会打乱布局 */

@media (max-width:991px) {
    .clearbtm {
        margin-bottom: 25px;
    }
}

.aui-case-box-info div {
    width: 140px;
    height: 45px;
    margin: 0 auto;
}

.aui-case-box-info div img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-case-box-info h3 {
    cursor: default;
    font-size: 18px;
    font-weight: bold;
    padding: 25px 0;
}

.aui-case-box-info p {
    cursor: default;
    height: 96px;
    color: #868c93;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
}

.aui-case-box .aui-case-box-info:hover {
    box-shadow: 0 8px 20px rgba(102, 136, 153, .25);
    -webkit-box-shadow: 0 8px 20px rgba(102, 136, 153, .25);
    -moz-box-shadow: 0 8px 20px rgba(102, 136, 153, .25);
}


/*  */

.logout-solution-wrap {
    width: 100%;
    background: #fff;
}

.logout-solution .title {
    width: 100%;
    text-align: center;
}

.logout-solution .title h2 {
    cursor: default;
    line-height: 56px;
    font-size: 32px;
    color: #333;
}

.logout-solution .title a {
    float: right;
    text-decoration: none;
    font-size: 14px;
    color: #108ee9;
    letter-spacing: 0;
    text-align: right;
    position: absolute;
    right: 0;
}

.logout-solution .title a:hover {
    font-weight: bold;
}

.lsbs-container {
    margin: 40px 0 50px;
}

.lsbs-container>div:first-child,
.lsbs-container>div:first-child a {
    border-radius: 4px 0 0 4px;
}

.lsbs-container>div:last-child,
.lsbs-container>div:last-child a {
    border-radius: 0 4px 4px 0;
}

.lsb-background {
    height: 400px;
}

@media (max-width:991px) {
    .lsb-background:nth-child(1),
    .lsb-background:nth-child(2) {
        margin-bottom: 25px;
    }
    .lsb-background {
        float: none;
        width: 85%;
        margin: 0 auto;
    }
}

.lsb-background:nth-child(1) {
    background: url(../../image/case-img/bg1.png) center center no-repeat rgb(244, 245, 250);
    background-clip: content-box;
    background-size: 100% 100%;
    background-origin: content-box;
}

.lsb-background:nth-child(2) {
    background: url(../../image/case-img/bg1.png) center center no-repeat rgb(244, 245, 250);
    background-clip: content-box;
    background-size: 100% 100%;
    background-clip: content-box;
    background-origin: content-box;
}

.lsb-background:nth-child(3) {
    background: url(../../image/case-img/bg3.jpg) center center no-repeat rgb(244, 245, 250);
    background-clip: content-box;
    background-size: 100% 100%;
    background-clip: content-box;
    background-origin: content-box;
}

.lsb {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    position: relative;
    transition: all 0.7s;
    display: block;
    overflow: hidden;
}

.lsb:hover {
    cursor: pointer;
    background: rgba(2, 137, 255, 0.8);
}

.lsb:hover .lsb-icon {
    margin-top: -44px;
}

.lsb:hover .lsb-name {
    margin-top: 106px;
}

.lsb:hover .lsb-span {
    margin-top: 28px;
}

.lsb:hover .lsb-introduce {
    margin-top: 16px;
}

.lsb:hover .lsb-href {
    margin-top: 32px;
}

.lsb-icon {
    width: 44px;
    height: 44px;
    margin: auto;
    margin-top: 135px;
    transition: all 0.5s;
}

.lsb-icon img {
    width: 100%;
    height: 100%;
}

.lsb-name {
    font-size: 24px;
    color: #fff;
    margin-top: 24px;
    line-height: 33px;
    transition: all 0.5s;
}

.lsb-span {
    width: 24px;
    height: 4px;
    background: #fff;
    transition: all 0.5s;
    margin: auto;
    margin-top: 24px;
}

.lsb-introduce {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    transition: all 0.5s;
    margin-top: 136px;
}

.lsb-href {
    width: 144px;
    height: 40px;
    padding: 9px 18px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.5s;
    margin: auto;
    margin-top: 32px;
    color: #fff;
}

.lsb-href>div {
    width: 108px;
}

.lsb-href span {
    font-size: 16px;
    line-height: 22px;
    float: left;
}

.lsb-href .icon-jinru {
    width: 8px;
    height: 22px;
    line-height: 22px;
    font-family: iconfont !important;
    font-style: normal;
    float: right;
    color: "#fff";
    font-size: 16px;
}

.lsb-href:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.lsb-href:hover {
    background: #fff;
    color: #108ee9;
}

.lsb-href:hover .icon-jinru {
    color: #108ee9;
}