/* body and zhe */
.hua {
    height: 100%;
    overflow: hidden;
}

.content-nav > li {
    font-size: 20px;
}

/* content */
.content {
    background: #F9F9F9;
}
.content-bottom {
    margin-top: 23px;
    margin-bottom: 39px;
}
.content-bottom::after {
    content: '';
    width: 392px;
}
.content-bottom > li {
    width: 392px;
    height: 298px;
    margin-bottom: 25px;
}
.case-bottom {
    padding: 24px 30px 27px;
}
.case-img {
    height: 145px;
}
@media screen and (min-width: 768px) {
    .content-bottom > li:hover .case-img > img {
        transform: scale(1.1);
        transition: 0.5s;
    }
    .content-bottom > li:hover .case-border > span {
        background: #B60004;
        transition: 0.5s;
    }
    .content-bottom > li:hover .case-text {
        color: #6e6f70;
        transition: 0.5s;
    }
    .case-img:hover , .case-img > img:hover , .case-bottom:hover,.case-bottom > p:hover , .case-border:hover, .case-border > span:hover , .case-text:hover {
        cursor:pointer;
    }
}

.case-img > img ,.case-border > span , .case-text  {
    transition: 0.5s;
}

/* zhe  zhao  */
.zhe {
    display: none;
}
.company-detail {
    height: 560px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 60px 50px 60px 40px;
}
.company-detail-l {
    width: 449px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);position: relative;overflow: hidden;
}
.company-detail-l > h1 {
    font-size: 24px;
    /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
    font-weight: bold;
    color: #B60004;
    margin-top: -30px;
}
.company-detail-l > p{
    font-size: 28px;
    /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
    font-weight: bold;
    color: #222222;
    text-align: center;
}



.company-detail-l > img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    max-width: 100%;
    max-height: 100%;

}
.people-right {
    width: 648px;
    padding: 0;
    overflow-y: auto;
    overflow:-moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.people-right::-webkit-scrollbar {
    display: none;
}
.people-copy {
    margin-bottom: 60px;
}
.people-right .people-copy:last-child {
    margin-bottom: 0;
}

/* app */
@media screen and (max-width: 768px) {
    .content-bg {
        /* background: url(../image/case/case-bg-app.jpg) no-repeat center center; */
        background-size: cover;
    }

    .content-position {
        top: -1.17rem;
    }
    .content-nav > li {
        height: 1.17rem;
        padding: 0 0.8rem;
        line-height: 1.17rem;
        font-size: 0.4rem;
        letter-spacing: 0;
    }
    .content-nav-hover {
        border-top: 0.05rem solid #B60004;
    }
    .content-bottom {
        margin-top: 1.07rem;
        margin-bottom: 0.8rem;
    }
    .content-bottom > li {
        width: 100%;
        height: 3.04rem;
        display: flex;
        margin-bottom: 0.27rem;
    }
    .case-img {
        width: 3.2rem;
        height: 3.04rem;
        line-height: 3.04rem;
    }
    .case-img > img {

    }
    .case-bottom {
        width: calc(100% - 3.2rem);
        height: 100%;
        padding: 0.45rem 0.32rem 0;
        text-align: left;
    }
    .case-bottom > p {
        font-size: 0.4rem;
        margin-bottom: 0.13rem;
    }
    .case-text {
        font-size: 0.32rem;
        line-height: 0.48rem;
        -webkit-line-clamp: 3;
    }

    /* fen ye */
    .content-page {
        display: none;
    }

    /* zhe zhao */
    .zhe {
        height: calc(100% - 1.33rem);
        top: 1.33rem;
    }
    .people-banner {
        width: calc(100% - 0.8rem);
        height: calc(100% - 1.06rem);
    }
    .company-detail {
        width: 100%;
        flex-direction: column;
        height: 100%;
        padding: 0.8rem 0.4rem 0.4rem;
    }
    .company-detail-l {
        width: 100%;
        border-right: 0;
        border-bottom: 0.03rem solid rgba(0, 0, 0, 0.1);
        padding-bottom: .3rem;
        height: 2.3rem;
    }
    .company-detail-l > h1 {
        font-size: 0.43rem;
        margin-top: 0;
    }
    .company-detail-l > img {
        width: auto;
        height: auto;
        max-height: 1.5rem;
        margin: 0 auto;
        display: block;
        position: relative;
        top: 0;bottom: auto;right: auto;left: 0;
    }
    .company-detail-l > p {
        font-size: 0.43rem;
    }
    .people-right{
        width: 100%;
        height: calc(100% - 3rem);
        overflow-y: scroll;
    }
    .people-copy {
        margin-bottom: 0.8rem;
    }
    .people-copy > h1 {
        font-size: 0.43rem;
        margin-bottom: 0.1rem;
    }
    .people-copy > p{
        font-size: 0.35rem;
        line-height: 0.69rem;
    }
    .people-close {
        width: 0.48rem;
        height: 0.48rem;
        top: 0.53rem;
        right: 0.53rem;
    }
}
