.head_img {
    position: relative;
}

.img-list {
    position: relative;
}
.img-list .container, .jobs .container {
    background: #fff;
}
.center-text {
    margin: 0 auto .4rem;
    text-align: center;
    line-height: 1.8;
    color: #000;
    font-size: .26rem;
}
.img-list li {
    float: left;
    width: 100%;
    padding: 15px 25px;
}
.img-list li .wrap {
    box-shadow: 0 2px 6px #eee;
}
.img-list li h4 {
    font-size: .4rem;
}
.img-list li .wrap p {
    font-size: 14px;
}
.img-list li .wrap p strong {
    font-size: 22px;
}
.img-box {
    position: relative;
}
.img-box .flex {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 26px;
    color: #fff;
    font-size: 24px;
}
.img-box .flex img {
    width: 100px;
    margin-right: 18px;
}
.img-box .flex p {
    font-weight: 600;
    font-size: 18px !important;
}

.content {
    padding: 30px 15px;
    color: #000;
    line-height: 1.8;
    font-size: .18rem;
    overflow: hidden;
}
.content .fl {
    width: 50%;
    margin-top: 25px;
    text-align: center;
    position: relative;
}
.content .fl:nth-of-type(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #eee;
    position: absolute;
    right: 0;
    top: 10%;
}



.case-detail .container {
    background: #fff;
    padding: .2rem;
}
.case-detail .wrap {
    margin-bottom: .5rem;
}
.case-detail .content {
    padding: .3rem 0;
    box-shadow: 0 0 .1rem #ddd;
    line-height: 1.7;
}
.case-detail .wrap-title {
    margin-bottom: .15rem;
}
.case-detail .wrap-title::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    vertical-align: middle;
    margin-right: .2rem;
    background: #FF673C;
}
.case-detail .wrap:nth-of-type(2) ul, .case-detail .wrap:nth-last-of-type(1) ul {
    margin: 0 -.2rem;
    text-align: center;
}
.case-detail .wrap:nth-of-type(2) li {
    float: left;
    width: 25%;
    padding: 0 5px;
}
.case-detail .wrap strong {
    font-size: .4rem;
    font-weight: 500;
    color: #FF673C;
}
.case-detail .wrap:nth-last-of-type(1) li {
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-top: .2rem;
}
.wrap>.content {
    padding: 5px;
    padding-bottom: 0;
}



.case-banner {
    position: relative;
}
.case-banner .flex {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    padding: 0 10px;
}
.case-banner h3 {
    font-weight: 400;
    font-size: .38rem;
    padding: .1rem 0;
}