.head_img {
    position: relative;
    font-weight: 200;
    text-align: center;
}
.head_img .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .52rem;
    line-height: 2;
    font-weight: 400;
}
.img-list {
    margin-top: -.8rem;
    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: 33.333%;
    padding: 15px;
}
.img-list li .wrap {
    box-shadow: 0 2px 6px #eee;
}
.img-list li h4 {
    font-size: 22px;
    font-weight: normal;
    min-height: 5.4em;
}

.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: 120px;
    margin-right: 24px;
}
.content {
    padding: 30px;
    color: #000;
    line-height: 1.8;
    font-size: 18px;
    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%;
}
.content strong {
    font-size: 1.5em;
}


.case-detail  {
    margin-top: -.5rem;
    position: relative;
}
.case-detail .container {
    background: #fff;
    padding: .2rem;
}
.case-detail .wrap {
    margin-bottom: .5rem;
}
.case-detail .content {
    padding: .3rem;
    box-shadow: 0 0 .1rem #ddd;
    line-height: 2;
}
.case-detail .wrap-title {
    margin-bottom: .15rem;
    font-weight: 400;
}
.case-detail .wrap-title::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    vertical-align: middle;
    margin-right: 8px;
    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 .2rem;
}
.case-detail .wrap strong {
    font-size: .5rem;
    font-weight: 400;
    color: #FF673C;
    line-height: 1.4;
}
.case-detail .wrap:nth-last-of-type(1) li {
    float: left;
    width: 33.333%;
    padding: 0 .2rem;
    margin-top: .2rem;
}
.case-detail .wrap:nth-last-of-type(1) li img {
    width: 100%;
}



.img-list li .wrap {
    position: relative;
    top: 0;
    transition: .4s;
    cursor: pointer;
}
.img-list li .wrap:hover {
    top: -10px;
}

.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: 25px;
    padding: 0 10px;
}
.case-banner h3 {
    font-weight: 400;
    font-size: 42px;
    padding-bottom: 15px;
}