i {
    font-style: normal;
}

em {
    font-style: normal;
}
.box_body {
    width: 100%;

}

.face {
    width: 100%;
    position: relative;
    padding: .6rem .6rem 1rem .4rem;
    text-align: center;
    box-sizing: border-box;
}

.face i {
    font-size: .17rem;
    color: #333333;
}

.face h3 {
    font-size: .27rem;
    color: #333333;

}

.gang {
    width: 1rem;
    height: 3px;
    margin-top: .16rem;
    margin-left: 50%;
    transform: translateX(-.5rem);
    background-color: #00A7FF;
}

.face p {
    font-size: .17rem;
    margin: .6rem 0;
}

.face img {
    width: 100%;
}
.face em {
    font-size: .22rem;
    color: #282828;
}
/* 第二块 */
.face_t {
    background-color: #F3F3F3;
}

.face ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.face ul li {
    width: 50%;
    padding: .2rem .2rem;
    box-sizing: border-box;
}

.face ul li h4 {
    margin-top: .4rem;
    font-size: .23rem;
    color: #282828;
    letter-spacing: 1px;
}

/* 第三块 */
.face ul {
    margin-top: .5rem;
}
.face_s ul li {
    margin-bottom: .3rem;
    padding: .2rem .18rem .5rem .18rem;
    width: 32%;
    border: 2px solid #00A7FF;
}

.face ul li h4 {
    margin-top: .2rem;
    font-size: .22rem;
    color: #282828;
}

.face_s p {
    margin: .3rem 0 0 0;
    color: #B8B8B8;
}

.face_s ul li img {
    width: 0.65rem;
    height: 0.65rem;
}
/* 第五块 */
.face_f ul li{
    border: none;
}
.face_f ul li p {
    font-size: .22rem;
    color: #B8B8B8;
}
.face_f ul li img {
    width: 1.65rem;
    height: 1.65rem;
}
.face_f ul li h4 {
    margin-top: .4rem;
    color: #282828;
    font-size: .24rem;
}
/* 案例展示 */

.anli {
    text-align: center;
    padding: 0 .3rem;
    margin-bottom: 1rem;
}

.anli>p {
    font-size: .35rem;
    font-weight: normal;
    margin-bottom: .5rem;
}

.anli_details {
    height: 3.5rem;
    box-shadow: -5px 5px 40px #ccc;
    position: relative;
    padding: 0 .15rem;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    margin-left: .25rem;
}

.anli_details .icon {
    position: absolute;
    top: .55rem;
    left: 50%;
    transform: translateX(-0.45rem);
    width: .9rem;
    height: .9rem;
    line-height: .9rem;
    border-radius: 50%;
    background-color: pink;
}

.anli_details h6 {
    margin-top: 1.8rem;
    position: relative;
}

.anli_details h6::after {
    content: "";
    position: absolute;
    top: .5rem;
    left: 50%;
    transform: translateX(-0.15rem);
    width: .3rem;
    height: 3px;
    background-color: #000;
}

.anli_details>p {
    font-size: .14rem;
    margin-top: .3rem;
    text-align: left;
    color: #cccddd;
    transform: scale(0.8);
}

.more {
    margin: .5rem auto;
    width: 1.2rem;
    font-size: .16rem;
    box-shadow: 5px 5px 40px #ccc;
    padding: .05rem 0;
    font-weight: 600;
    color: grey;
    transform: scale(0.8);
}

.more button {
    width: 2.5rem;
    height: 0.6rem;
    border: 0.02rem solid rgba(153, 153, 153, 1);
    background: none;
    border-radius: 0.3rem;
    color: #333333;
    font-family: 500;
    display: block;
    margin: 0.2rem auto 0 auto;
}

.more p {
    text-align: center;
    font-size: 0.18rem;
    margin: 0.1rem 0 0.5rem 0;
}

.contentTwo {
    width: 100%;
    height: 5rem;
    background: rgba(238, 238, 238, 1);
    position: relative;
}

.contentTwo img {
    width: 3.7rem;
    height: 3.17rem;
    position: absolute;
    top: 1rem;
    right: 0.5rem;
}

.contentTwo ul {
    width: 35%;
    height: 100%;
    margin: 0 0 0 8%;
    overflow: hidden;
}

.contentTwo ul li {
    height: 33.3%
}

.contentTwo .p {
    font-size: 0.4rem;
    color: #2589FF;
}

.end {
    width: 100%;
    height: .82rem;
    background: url('/static/Mobile/img/img_1/title1.jpg') no-repeat;
    background-size: 100% 100%;
}

.end>p {
    line-height: 0.82rem;
    font-size: 0.26rem;
    text-align: center;
}