/* --------------------------case-box-------------------------------------- */
.case-box{
    width: 100%;
    overflow: hidden;
}

.case-left{
    width: 73%;
    height: 920px;
    float: left;
    overflow: hidden;
}
.swiper-container-pic{
    width: 100%;
    position: relative;
}
.swiper-container-pic img{
    width: 100%;
    height: 920px;
    object-fit: cover;
}
.swiper-container-pic .swiper-pagination{
    bottom: 40px;
}

.swiper-container-pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.swiper-container-pic .swiper-pagination-bullet-active {
    opacity: 1;
    background: #273c92;
}

.case-right{
    width: 27%;
    height: 920px;
    float: right;
    overflow: hidden;
    background-color: #1e2124;
    position: relative;
    padding: 120px 0 0 0;
}
.case-Rclose{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
}
.case-Rclose:hover{
    background-color: #273c92;
}
.case-Rclose i{
    width: 32px;
    height: 31px;
    margin-top: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/case/icon_close.png');
}

.case-Rwords{
    width: 100%;
    overflow: hidden;
    padding: 0 34px 0 54px;
    color: #fff;
}

.case-Rwords h4{
    font-size: 24px;
    font-weight: bold;
}

.case-Rwords hr{
    width: 100%;
    height: 1px;
    border: 1px solid #313336;
    display: block;
    margin: 40px 0 28px 0;
}

.case-Rwords ul{
    width: 100%;
    overflow: hidden;
}
.case-Rwords ul li{
    width: 100%;
    font-size: 13px;
    padding: 6px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    margin-top: 12px;
}
.case-Rwords ul li:hover{
    color: #9caeff;
}
.case-Rwords ul li i{
    width: 2px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.case-Rwords h6{
    width: 100%;
    border: 2px solid #35383a;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}
.case-Rwords h6:hover{
    background-color: #273c92;
    border: 2px solid #273c92;
}

.case-Rwords h6 i{
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../images/case/icon_share.png');
    vertical-align: middle;
    margin: -4px 0 0 16px;
}


.case-Rbottom{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: #273c92;
}
.case-Rbottom:hover{
    background-color: #152f94;
}
.case-Rbottom ul{
    width: 100%;
    overflow: hidden;
}
.case-Rbottom ul li{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.case-Rbottom ul li:first-child{
    border-right: 1px solid #5263a8;
}
.case-Rbottom ul li i{
    width: 38px;
    height: 13px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    margin: -2px 10px 0 10px;
}

.case-RbottomL{
    background-image: url('../images/case/icon_L.png');
}
.case-RbottomR{
    background-image: url('../images/case/icon_R.png');
}

.case-Rbottom ul li:hover i{
    margin: -2px 14px 0 14px;
}




/* ---------------------------------------------------------------- */




@media all and (max-width:1600px) {
    .case-Rwords h4 {
        font-size: 20px;
    }
    .case-left {
        height: 800px;
    }
    .case-right {
        height: 800px;
    }
    .swiper-container-pic img {
        height: 800px;
    }
}

@media all and (max-width:1300px) {
    .case-Rwords h4 {
        font-size: 18px;
    }
    .case-left {
        height: 600px;
    }
    .case-right {
        height: 600px;
        padding-top: 90px;
    }
    .swiper-container-pic img {
        height: 600px;
    }
    .case-Rwords hr {
        margin: 26px 0 10px 0;
    }
    .case-Rbottom {
        padding: 8px 0;
    }
    .case-Rwords h6 {
        height: 50px;
        line-height: 50px;
    }
}

@media all and (max-width:1200px) {
    .case-Rwords h4 {
        font-size: 14px;
    }
    .case-Rwords ul li {
        padding: 4px 0;
        margin-top: 8px;
    }
    .case-left {
        height: 540px;
    }
    .swiper-container-pic img {
        height: 540px;
    }
    .case-right {
        height: 540px;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .case-left {
        width: 100%;
        height: 240px;
    }
    .swiper-container-pic img {
        height: 240px;
    }
    .swiper-container-pic .swiper-pagination {
        bottom: 20px;
    }
    .case-Rclose{
       /* display: none; */
       right: 2px;
        top: 2px;
    }
    .case-right {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 0 0 0;
    }
    .case-Rwords {
        width: 92%;
        margin-left: 4%;
        padding: 0 0 0 0;
    }
    .case-Rbottom{
        position: unset;
        margin-top: 40px;
    }
    .case-Rwords ul li {
        padding: 6px 0;
        margin-top: 10px;
    }
}




