.top {
    position: unset;
}

.main {
    padding-top: 120px;
    padding-bottom: 169px;
    background: #F7F7F7;
}


.p1-tit {
    margin-bottom: 50px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 110.5%;
    /* 35.36px */
    text-transform: capitalize;
}

.p1-cont {
    position: relative;
    display: flex;
}
.p1-cont .turn-page{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 111px;
    height: 56px;
    background: url(../img/service/turn-ar.png) center no-repeat;
    background-size: 100%;
}
.p1-cont .turn-page a{
    display: flex;
    flex: 1;
    height: 56px;
    outline: none;
}
.p1-cont .img-box {
    margin-right: 35px;
    width: 471px;
    height: 637px;
    flex: 0 0 471px;
}

.p1-cont .img-box img {
    width: 100%;
    height: 100%;
}

.p1-cont .txt-box {
    width: 685px;
    flex: 0 0 685px;
}

.p1-cont .txt-box .desc-tit {
    margin-bottom: 15px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.5px;

}

.p1-cont .txt-box .desc-cont {
    margin-bottom: 25px;
    color: #000;
    min-height: 165px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;

}

.p1-cont .txt-box .other-tit {
    color: #000;
    margin-bottom: 15px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.5px;

}

.p1-cont .txt-box .other-list li {
    padding-left: 25px;
    background: url(../img/service/list-icon.png) left center no-repeat;
    background-size: 18px;
    overflow: hidden;
    color: #000;

    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFang HK;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}