
.case_inside {
    padding: 120px 0;
}


/*---------------------------show-------------------------------*/
.case_show {
    padding-top: 120px;
}

.case_logo {
    display: flex;
    margin: 80px 0;
}

.case_logo .left {
    width: 40%;
    background: #c80000;
    position: relative;
}

.case_logo .left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.case_logo .left:hover img {
    animation: qqq 2s linear infinite;
}

@keyframes qqq {
    0% {
        top: 50%;
    }

    25% {
        top: 45%;
    }
    50% {
        top: 50%;
    }
    75% {
        top: 55%;
    }

    100% {
        top: 50%;
    }
}

.case_logo .right {
    width: 60%;
    padding-left: 70px;
}

.case_logo .right p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    color: #121212;
    font-weight: bold;
}

.case_logo .right .heng {
    width: 50px;
    height: 2px;
    display: block;
    margin: 20px 0;
    background: #000000;
}

.case_logo .right div span {
    font-size: 13px;
    line-height: 1;
    color: #888888;
    padding: 0 5px;
    border-left: 1px solid #888;
    display: inline-block;
}

.case_logo .right div span:first-child {
    padding-left: 0;
    border-left: none;
}

.case_logo .right p:nth-child(4) {
    font-size: 13px;
    color: #888;
    line-height: 24px;
    margin-bottom: 40px;
}

.case_logo .right a {
    width: 200px;
    margin-right: 10px;
    border: 1px solid #c80000;
    font-size: 14px;
    color: #c80000;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: .4s;
}

.case_logo .right a i {
    margin-right: 10px;
}

.case_logo .right a:nth-child(5) {
    border: 1px solid #999999;
    color: #121212;
}

.case_logo .right a:nth-child(5) i {
    font-size: 12px;
}

.case_logo .right a:hover {
    background: #c80000;
    color: #fff;
}

.case_logo .right a:nth-child(5):hover {
    background: #999999;
}

.case_imgshow {
    /* -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; */
    -moz-column-gap: 43px;
    -webkit-column-gap: 43px;
    column-gap: 43px;
    margin-bottom: 43px;
}

.case_imgshow div {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 43px;
}
.case_imgshow div:last-child{
    float: right;
}
.case_imgshow div img{
    width: 100%;
}
.case_imgshow img:nth-child(2n) {
    margin-right: 0;
}

.case_imgshow p {
    font-size: 16px;
    color: #888888;
    margin-bottom: 0;
}

.case_imgshow img{display: block;margin: 0 auto;max-width:100%}

.fanye {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.fanye a {
    width: 150px;
    font-size: 16px;
    line-height: 60px;
    border: 1px solid #999999;
    color: #999999;
    text-align: center;
    transition: .4s;
    display: inline-block;
}

.fanye a i {
    color: #999999;
    margin-right: 10px;
}

.fanye a:hover {
    color: #fff;
    background: #999999;
}

.fanye a:hover i {
    color: #fff;
}

.ewm {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 110px 0;
}

.ewm img {
    margin-right: 60px;
}

.ewm p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.ewm a {
    color: #fff;
    width: 150px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    transition: .4s;
    margin-right: 15px;
}

.ewm div a:nth-child(2) i {
    font-size: 12px;
    margin-right: 10px;
}

.ewm a:hover {
    color: #0066ff;
    background: #fff;
}
