.section .section-title {
    font-size: 18px;
    color: #333;
    line-height: 1;
    text-align: center;
}
.section .section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 26px;
}
/* .section .section-title h2::before,
.section .section-title h2::after {
    content: '';
    background-size: 100% 100%;
    position: absolute;
    width: 60px;
    height: 37px;
    top: 50%;
}
.section .section-title h2::before {
    background: url('../imgs/title1-left.png') no-repeat;
    left: -36px;
    top: 16px;
    transform: translateY(-50%);
}
.section .section-title h2::after {
    background: url('../imgs/title1-right.png') no-repeat;
    right: -32px;
    top: 0px;
} */

#section2 .box-header {
    padding-top: 69px;
    padding-bottom: 60px;
}

#section2 .companydescription {
    padding-bottom: 70px;
}
#section2 .companydescription p {
    text-indent: 1em;
    font-size: 18px;
    font-weight: 400;
    color: #6B6F6F;
    line-height: 35px;
    padding-bottom: 40px;
}

#section2 .companydescription .companydescription-img {
    width: 510px;
    aspect-ratio: 1.645;
    float: left;
    padding-right: 46px;
}
#section2 .companydescription .companydescription-name {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 5px;
    text-indent: 0;
}
#section2 .companydescription .companydescription-nameEn {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 43px;
    text-indent: 0;
}

@media screen and (max-width: 768px) {
    #section2 .companydescription .companydescription-img {
        float: none;
        width: 100%;
        padding: 0;
    }
    #section2 .companydescription .companydescription-name {
        font-size: 20px;
    }
    #section2 .companydescription .companydescription-nameEn {
        font-size: 12px;
        line-height: 16px;
    }
}



#section3 .box-header {
    padding-top: 79px;
    padding-bottom: 60px;
}

#section3 .location-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 70px;
}

#section3 .location-info {
    width: 440px;
    height: 260px;
    background: #FFFFFF;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#section3 .info-item {
    display: flex;
    flex-direction: row;
}
#section3 .info-item .info-svg {
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section3 .location-info svg {
    width: 24px;
    height: 24px;
}
#section3 .info-item .info-text {
    margin-left: 11px;
}
#section3 .info-item .info-title {
    font-size: 14px;
    color: #333333;
}
#section3 .info-item .info-detail {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

#section3 .location-map {
    margin-left: 30px;
    flex: 1 0 0;
}
#section3 .location-map #map_container {
    width: 100%;
    height: 260px;
}

@media screen and (max-width: 768px) {
    #section3 .location-container {
        flex-direction: column;
    }
    #section3 .location-info {
        width: 100%;
        margin-bottom: 20px;
    }
    #section3 .location-map {
        margin-left: 0;
    }
}

.banner .box-content >.right img {
    top: 45%;
    left: 70%;
    width: 42%;
}

