.st {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.servbox {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pname {
    line-height: 50px;
    font-size: 1.25rem;
    position: relative;
    margin-top: 30px;
}
.pname::after {
    content: '';
    width: 2rem;
    height: 3px;
    background: #005636;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.servt {
    font-size: 1rem;
    line-height: 200%;
    margin-top: 20px;
}
.servc {
    font-size: 0.75rem;
    color: #888;
    line-height: 200%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
.servc img {
    max-width: 100%;
}
.servc:nth-last-child(1) {
    border-bottom: 0;
}

.lct {
    line-height: 50px;
    font-size: 1.5rem;
    position: relative;
    margin-top: 20px;
}
.dalislide.fwlc {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
}

.fwbk {
    height: auto;
    background: #f4f4f4;
    padding: 20px;
}
.fwt {
    height: auto;
    overflow: hidden;
}
.fwtt {
    float: left;
}
.fwtt span {
    display: block;
}
.fwtt span:nth-child(1) {
    font-size: 1.125rem;
    color: #005636;
    font-weight: bold;
}
.fwtt span:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 120%;
}
.dalislide.fwlc .slidep li .fwt img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
    float: right;
}
.fwc {
    margin-top: 2rem;
    overflow: hidden;
}
.fwc span {
    display: block;
    line-height: 180%;
    font-size: 0.875rem;
    padding: 5px 20px;
    border: 1px solid #666;
    border-radius: 25px;
    margin-bottom: 10px;
}
.fwc span:hover {
    border: 1px solid #005636;
    background: #005636;
    color: #fff;
}

.azlc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 0;
}

.azbk {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.azbk:nth-child(even) {
    padding-left: 20%;
}
.azbk:nth-child(even)::before {
    content: '';
    width: 35px;
    height: 35px;
    background: url(../images/app/lca.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 10;
}

.azbk img.ico {
    display: block;
    height: 30px;
    margin: 5px auto;
}
.azbk span {
    display: block;
    text-align: center;
}
.azbk span:nth-child(2) {
    font-size: 0.75rem;
    padding-top: 10px;
}
.azbk span:nth-child(3) {
    font-size: 1rem;
    line-height: 200%;
}
.azbk span:nth-child(4) {
    font-size: 0.7rem;
    line-height: 160%;
    margin-top: 10px;
    color: #999;
}