.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

.banner>img {
    width: 100%;
    height: 485px;
    display: block;
    object-fit: cover;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
    width: 90%;
}

.text-overlay h1 {
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-container {
    display: block;
    margin: 0 auto;
}

.header {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.header h1 {
    font-size: 24px;
    color: #4C4C4C;
    margin-bottom: 10px;
}

.header p {
    font-size: 14px;
    color: rgba(76, 76, 76, 0.6);
    line-height: normal;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.tab {
    background-color: transparent;
    padding: 16px 56px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    color: #F9D000;
    border: 1px solid #F9D000;
    box-shadow: 0 22px 29px 0 rgba(249, 208, 0, 0.1);
    text-decoration: none;
    border-right: 0;
}

.tab:first-child {
    border-radius: 10px 0 0 10px;
}

.tab:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #F9D000;
}

.tab:hover:not(.active), .tab.active {
    background-color: #F9D000;
    color: #fff;
}

.content {
    display: flex;
    gap: 46px;
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(249, 208, 0, 0.3);
    border-radius: 5px;
    padding: 50px;
    box-sizing: border-box;
}

.main-image {
    width: 402px;
    height: 639px;
    object-fit: cover;
    transition: transform 0.3s;
}

.text-content {
    flex: 1;
}

.text-content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #3D3D3D;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.text-content p {
    height: 360px;
    font-size: 18px;
    line-height: 45px;
    color: #3D3D3D;
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.gallery-image {
    width: 180px;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s;
}

.map {
    margin: 100px 0;
}

.map-header {
    text-align: center;
}

.map-header > img {
    height: 40px;
}

.map-header > h2 {
    font-size: 16px;
    color: #545A62;
    margin: 16px 0 0;
    font-weight: 900;
    line-height: normal;
}

.map-img {
    width: 100%;
    height: 644px;
    position: relative;
    object-fit: cover;
    margin: 47px 0 0;
    transition: transform .3s;
}

.map-img2 {
    width: 960px;
    height: 550.4px;
    object-fit: cover;
    margin: 47px auto;
    transition: transform .3s;
}

.qr-code {
    width: 163px;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    right: 25px;
    bottom: 54px;
    z-index: 10;
    text-align: center;
}

.qr-code > img {
    width: 143px;
    height: 143px;
    display: block;
}

.qr-code > p {
    font-size: 14px;
    color: #3D3D3D;
    margin: 4px 0 0;
    line-height: normal;
}

.serve {
    margin: 100px 0;
}

.serve-header {
    text-align: center;
}

.serve-header > img {
    height: 40px;
}

.serve-header > h2 {
    font-size: 16px;
    color: #545A62;
    margin: 16px 0 0;
    font-weight: 900;
    line-height: normal;
}

.serve-content {
    margin-bottom: 50px;
    margin-top: 28px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(249, 208, 0, 0.3);
    border-radius: 5px;
    padding: 45px 25px;
    box-sizing: border-box;
}

.serve-text-content {
    margin: 0 55px;
    padding: 0 0 50px;
    box-sizing: border-box;
    border-bottom: 1px dashed #D8D8D8;
}

.serve-text-content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #3D3D3D;
    margin: 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.serve-text-content p {
    font-size: 18px;
    color: #3D3D3D;
    margin: 25px 0;
    overflow: hidden;
}

.serve-text-content p span {
    margin-left: 120px;
}

.serve-qr {
    padding: 0 55px;
    box-sizing: border-box;
    margin-top: 50px;
}

.serve-qr h2 {
    font-size: 24px;
    font-weight: 500;
    color: #3D3D3D;
    margin: 0 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.serve-qr-list {
    display: flex;
    margin-bottom: 60px;
}

.serve-qr-item {
    margin-right: 62px;
}

.serve-qr-item:last-child {
    margin-right: 0;
}

.serve-qr-item img {
    width: 140px;
    height: 140px;
    border-radius: 15px;
}

.serve-qr-item p {
    margin: 0;
    line-height: normal;
    font-size: 18px;
    color: #3D3D3D;
    margin-top: 4px;
    text-align: center;
}

.serve-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

