.lbanner-pp .lbanner-desc {
    display: none !important;
}

.S_Case_main {
    margin-top: 5%;
}

.S_Case_main .web_th .brief {
    text-align: left;
}

.S_Case_main .case_item {
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.S_Case_main .case_item:nth-child(odd) .item_img {
    order: 1;
}

.S_Case_main .case_item:nth-child(odd) .item_txt {
    order: 2;
}

.S_Case_main .case_item .item_txt {
    width: 55%;
    color: #666;
    line-height: 28px;
    text-align: left;
    text-transform: none;
}

.S_Case_main .case_item .item_txt p {
    margin-bottom: 12px;
}
.S_Case_main .case_item .item_txt p:last-child{margin-bottom: 0;}

.S_Case_main .case_item .item_img {
    width: 40%;
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.S_Case_main .case_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_Case_main .case_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_Case_box {
    margin-top: 5%;
}


.S_Case_box .web_th .brief {
    text-align: left;
}

.S_Case_box .box_wrap{margin-top: 2.6%;}

.S_Case_box .box_item {
    margin-bottom: 3.4%;
}


.S_Case_box .box_item .item_title {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.S_Case_box .box_item .item_info {
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: left;
    text-transform: none;
}

.S_Case_box .box_item .item_info li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.S_Case_box .box_item .item_info li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #666666;
    border-radius: 50%;
}

@media only screen and (max-width: 1300px) {
    .S_Case_box .box_item .item_title{font-size: 24px;}
}
@media only screen and (max-width: 980px) {
    .S_Case_main{margin-top: 30px;}
    .S_Case_main .case_item{margin-top: 20px;}
    .S_Case_main .case_item .item_txt p{margin-bottom: 12px;}

    .S_Case_box .box_item .item_title {
        font-size: 20px;
        line-height: 1.5;
    }

    .S_Case_main .case_item {
        flex-direction: column;
    }

    .S_Case_main .case_item .item_txt {
        order: 2 !important;
        width: 100%;
    }

    .S_Case_main .case_item .item_img {
        order: 1 !important;
        width: 100%;
        height: 0;
        padding-bottom: 63%;
        margin-bottom: 16px;

    }
    .S_Case_box{margin-top: 30px;}
    .S_Case_box .box_wrap{margin-top: 20px;}
    .S_Case_main .web_th .brief,
    .S_Case_box .web_th .brief{text-align: center;}
}