.about-bg-top {
    background-size: 1920px 604px;
    background-position: center bottom;
    min-height: 604px;
}

.about-bg-bottom {
    background-size: 1920px 977px;
    background-position: center bottom;
    height: 977px;
}

.abount-intro-text {
    margin: 0 auto;
    width: 840px;
    min-height: 500px;
    /* max-height: 603px; */
    overflow: hidden;
}

.abount-intro-text > p {
    padding: 15px 0;
    font-size: 22px;
    line-height: 40px;
    color: #666666;
    text-indent: 30px;
    display: flex;
    justify-content: center;
    align-items: Center;
}

.about-team {
    margin: 0 auto;
    width: 840px;
}

.about-team > div {
    float: left;
    padding: 10px 5px;
    width: 200px;
    height: 400px;
    overflow: hidden;
}

.about-team > div > img {
    margin: 5px;
    width: 190px;
    height: 190px;
}

.about-team > div > p {
    margin: 5px 0;
    font-size: 26px;
    line-height: 50px;
    color: #666666;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: Center;
}

.about-team > div > p:last-child {
    font-size: 16px;
    line-height: 24px;
}

/* Ja Content Table */
.about-ja-infos {
    margin: 0 auto;
    width: 1350px;
    padding-bottom: 200px;
}

.about-ja-infos > table {
    width: 100%;
}

.about-ja-infos > table > tbody > tr > td {
    margin-bottom: 2px;
    border-bottom: 2px dashed #cccccc;
}

.about-ja-infos > table > tbody > tr > td:first-child {
    width: 279px;
    height: 85px;
}

.about-ja-infos > table > tbody > tr > td:first-child > span {
    float: left;
    display: block;
    width: 279px;
    height: 83px;
    color: #ffffff;
    background-color: #26c8d8;
    font-size: 26px;
    line-height: 83px;
    text-indent: 30px;
}

.about-ja-infos > table > tbody > tr > td:last-child {
    height: 85px;
    color: #3e3a39;
    font-size: 26px;
    line-height: 85px;
    text-indent: 30px;
}

.about-js-infos-address > td > span {
    height: 356px !important;
    line-height: 356px !important;
}

.about-js-infos-address > td:last-child {
    padding-top: 5px;
}

.about-js-infos-address > td:last-child > p {
    line-height: 30px !important;
}

.about-js-infos-address > td:last-child > iframe {
    margin-top: 10px;
    margin-left: 30px;
}