.industry{
    padding: 0 0 80px;
}

.industry .industry-items{
    margin: 80px 0 0;
    position: relative;
}

.industry .industry-items.industry-items-right .industry-img{
    float: right;
}

.industry .industry-items::before{
    position: absolute;
    top: 0;
    left: 50%;
    width: 95%;
    height: 1px;
    background-color: #eee;
    content: '';
    transform: translateX(-50%);
    margin-top: -40px;
}

.industry .industry-items:first-child{
    margin-top: 40px;
}

.industry .industry-items:first-child::before{
    display: none;
}

.industry .industry-items a{
    display: block;
    float: left;
    width: 100%;
}

.industry .industry-items .industry-img{
    padding-bottom: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 49%;
    float: left;
}

.industry .industry-items .industry-wrap{
    width: 51%;
    float: right;
    background-image: url(../img/icon_28.png);
    background-position: center;
    height: 360px;
    padding: 40px 70px;
}

.industry .industry-items h3{
    margin: 0;
    font-size: 36px;
    line-height: 54px;
    color: #BC2121;
    position: relative;
    padding-bottom: 10px;
}

.industry .industry-items h3::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 1px;
    background-color: #BC2121;
    content: '';
}

.industry .industry-items .industry-article{
    margin: 25px 0 38px;
}

.industry .industry-items .industry-article *{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-indent: 2em;
}

.industry .industry-items span{
    display: block;
    width: 193px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #BC2121;
    color: #BC2121;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.property{
    position: relative;
    min-height: 450px;
}

.property .property-article{
    max-width: 601px;
    padding: 36px 0 54px;
}

.property .property-article.property-article-right{
    float: right;
    padding: 15px 0;
}

.property .property-article span{
    display: block;
    font-size: 26px;
    line-height: 39px;
    font-weight: 400;
    color: #D2D2D2;
}

.property .property-article h3{
    font-size: 32px;
    line-height: 48px;
    position: relative;
    padding-bottom: 5px;
    color: #BC2121;
    font-weight: 700;
    margin: 0;
}

.property .property-article h3::after{
    position: absolute;
    bottom: 0;
    width: 71px;
    height: 1px;
    background-color: #BC2121;
    left: 0;
    content: '';
}

.property .property-article p{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 24px 0;
}

.property .property-article p b{
    font-size: 20px;
    color: #BC2121;
    font-weight: 400;
}

.property .property-article i{
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    display: block;
}

.property .property-article ul li{
    float: left;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    color: #BC2121;
    padding: 0 12px;
    margin-top: 12px;
}

.property .property-article ul li a{
    color: #BC2121;
    display: block;
}

.property .property-article ul li::before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #BC2121;
    content: '';
    margin-top: -10px;
}

.property .property-banner{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 420px;
    content: '';
    background-image: url(../img/icon_28.png);
    background-position: center;
    padding-top: 40px;
    padding-left: 30px;
}

.property .property-banner.property-banner-left{
    left: 0;
    text-align: center;
}

.property .property-wrap{
    max-width: 590px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.core-adva{
    background-color: #BC2121;
    padding: 27px 0 39px;
    background-image: url(../img/icon_57.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.core-adva ul{
    text-align: center;
    margin-top: 47px;
}

.core-adva ul li{
    display: inline-block;
    text-align: center;
    margin: 0 10%;
}

.core-adva ul li.core-adva-dc{
    margin: 0 4%;
}

.core-adva ul li p{
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    margin-top: 8px;
}

.case{
    padding: 46px 0 83px;
}

.case .page-title h3{
    color: #333;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
    margin-top: 40px;
}

.preview .swiper-slide {
    width: 255px;
    height: 191px;
    cursor:pointer;
    margin: 0 3px;
}

.preview .arrow-left {
    background: url(../img/icon_40.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 48px;
    height: 48px;
    z-index: 10;
    margin-left: -60px;
    cursor: pointer;
}

.preview .arrow-right {
    background: url(../img/icon_41.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 48px;
    height: 48px;
    z-index: 10;
    margin-right: -60px;
    cursor: pointer;
}

.case .case-small-items{
    position: relative;
}

.case .case-small-items p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 20;
    transition: all 0.5s;
}

.case .swiper-slide .case-small-items::after{
    position: absolute;
    width: 100%;
    height: 0;
    background-color: rgba(188, 33, 33, 0.8);
    z-index: 10;
    content: '';
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.case .swiper-slide.active-nav .case-small-items::after{
    height: 100%;
}

.case .swiper-slide.active-nav p{
    background-color:  rgba(188, 33, 33, 0.1);
    top: 50%;
    transform: translateY(-50%);
}

.case .view p{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
    margin-top: 20px;
}

.case .view a{
    display: block;
    width: 193px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    margin: 38px auto 0;
    border: 1px solid #BC2121;
    font-size: 16px;
    box-sizing: border-box;
    color: #BC2121;
}

.ticket{
    position: fixed;
    top: 20%;
    right: 0;
    margin-right: 47px;
    width: 215px;
    padding: 20px 42px 16px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(350px);
}

.ticket p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    transform: translateY(0px);
}

.ticket.show{
    display: block !important;
    opacity: 1;
}

.core-adva.core-adva-dc ul li{
    margin:0 4%;
}

@media (max-width: 992px) {
    .industry{
        padding: 0 0 5rem;
    }

    .industry .industry-items{
        margin: 5rem 0 0;
    }

    .industry .industry-items:first-child{
        margin-top: 3rem;
    }

    .industry .industry-items .industry-img{
        width: 100%;
        padding-bottom: 15rem;
    }

    .industry .industry-items .industry-wrap{
        width: 100%;
        height: 100%;
        padding: 1.5rem;
    }

    .industry .industry-items h3{
        font-size: 2rem;
        line-height: 1.6;
    }

    .industry .industry-items span{
        width: 13rem;
        height: 3rem;
        line-height: 2em;
        font-size: 1.6rem;
    }

    .industry .industry-items::before{
        margin-top: -2.5rem;
    }

    .property{
        min-height: auto;
    }

    .property.property-lz{
        border-bottom: 1px solid #ccc;
    }

    .property .property-banner{
        display: none;
    }
    .preview .arrow-right{
        display: none;
    }
    .property .property-article{
        max-width: inherit;
        padding: 1.5rem 0;
    }

    .property .property-article span{
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .property .property-article h3{
        font-size: 2.2rem;
        line-height: 1.6;
    }

    .property .property-article p{
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 1.5rem 0;
        text-indent: 2em;
    }
    .property .property-article p b{
        font-size: 1.6rem;
        line-height: 1.6;
        text-indent: 0;
    }

    .property .property-article i{
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .property .property-article ul li{
        font-size: 1.6rem;
        line-height: 1.6;
        padding: 0 1.2rem;
        margin-top: 0.5rem;
    }

    .core-adva{
        padding: 3rem 0;
    }

    .core-adva ul{
        margin-top: 2.5rem;
        width: 100%;
    }

    .core-adva ul li{
        margin: 0 ;
        width: 33.3%;
        float: left;
    }



    .core-adva .core-img img{
        width: 6rem;
    }

    .core-adva ul li p{
        font-size: 1.6rem;
        line-height: 1.6;
        margin-top: 0.8rem;
    }

    .preview{
        margin-top: 2rem;
    }

    .preview .swiper-slide{
        height: auto;
    }

    .case{
        padding: 3rem 0;
    }

    .case .view{
        margin-top: 2rem;
    }

    .case .view p{
        font-size: 1.6rem;
        line-height: 1.6;
        margin-top: 1rem;
    }

    .case .view a{
        margin: 1.5rem auto 0;
        width: 13rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.6rem;
    }

    .industry .industry-items .industry-article{

        margin: 1.5rem 0;
    }

    .industry .industry-items .industry-article *{
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .core-adva.core-adva-dc ul li{
        margin:0 7%;
        width: auto !important;
    }

    .core-adva.core-adva-dc ul li:nth-child(-n+2){
        width: 50% !important;
        margin: 0 !important;
    }

    .core-adva.core-adva-dc ul li p{
        height: 5.2rem;
    }
}

@media (max-width: 1222px) and (min-width: 992px){
    .property .property-article{
        max-width: inherit;
        padding:  3rem 0;
    }
    .property .property-banner{
        position: static;
        width: 100%;
    }

    .preview .arrow-left,.preview .arrow-right{
        display: none;
    }
}