.st {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3rem;
}
.sm {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.sm a {
    display: inline-block;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding: 0 20px;
    line-height: 40px;
    margin: 0 15px;
}
.sm a.on {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.servbox {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pname {
    line-height: 70px;
    font-size: 2rem;
    position: relative;
    margin-top: 30px;
}
.pname::after {
    content: '';
    width: 2rem;
    height: 3px;
    background: #0c345c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.servt {
    font-size: 1.25rem;
    line-height: 200%;
    margin-top: 20px;
}
.servc {
    font-size: 1rem;
    color: #888;
    line-height: 200%;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin: 3vw 0;
}
.servc img {
    max-width: 100%;
}
.servc:nth-last-child(1) {
    border-bottom: 0;
}

.lct {
    line-height: 70px;
    font-size: 2rem;
    position: relative;
    margin-top: 30px;
}
.fwlc {
    height: auto;
    overflow: hidden;
    display: table;
    margin-top: 20px;
    width: 100%;
}
.fwbk {
    display: table-cell;
    width: 34%;
    height: auto;
    background: #f4f4f4;
    padding: 30px 50px;
    border-left: 30px solid #fff;
}
.fwbk:nth-child(3n+1) {
    border-left: 0;
    width: 32%;
}
.fwt {
    height: auto;
    overflow: hidden;
}
.fwtt {
    float: left;
}
.fwtt span {
    display: block;
}
.fwtt span:nth-child(1) {
    font-size: 1.6rem;
    color: #005636;
}
.fwtt span:nth-child(2) {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 120%;
}
.fwt img {
    display: block;
    height: 90px;
    float: right;    
}
.fwc {
    margin-top: 5.5rem;
    overflow: hidden;
}
.fwc p {
    display: block;
    line-height: 180%;
    font-size: 1rem;
    padding: 10px 30px;
    border: 1px solid #666;
    border-radius: 25px;
    margin-bottom: 10px;
}
.fwc p:hover {
    border: 1px solid #005636;
    background: #005636;
    color: #fff;
}
.azlc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.azbk {
    width: 15%;
    height: 320px;
    margin: 0 0.8%;
    position: relative;
}
.row1 .azbk {
    float: left;
}
.row2 .azbk {
    float: right;
}
.azbk img.ico {
    display: block;
    height: 50px;
    margin: 5px auto;
}
.azbk span {
    display: block;
    text-align: center;
}
.azbk span:nth-child(2) {
    font-size: 1rem;
    padding-top: 20px;
}
.azbk span:nth-child(3) {
    font-size: 1.25rem;
    line-height: 200%;
}
.azbk span:nth-child(4) {
    font-size: 0.875rem;
    line-height: 180%;
    margin-top: 10px;
    color: #999;
}
.azbk:hover img.ico {
    height: 60px;
    margin: 0 auto;
}
.azbk:hover span:nth-child(3) {
    color: #005636;
    font-weight: bold;
}
.azbk img.lca {
    display: block;
    position: absolute;
    z-index: 10;
}
.row1 .azbk img.lca {
    top: 80px;
    right: -30px;
}
.row1 .azbk:nth-last-child(1) img.lca {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    right: calc(50% - 30px);
    top: 75%;
}
.row2 .azbk img.lca {
    top: 80px;
    left: -30px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.row2 .azbk:nth-last-child(1) img.lca {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    left: calc(50% - 30px);
    top: 75%;
}

@media screen and (max-width: 1680px) {
    .azbk {
        height: 300px;
    }
}
@media screen and (max-width: 1440px) {
    .azbk {
        height: 280px;
    }
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    
}