.swiper-slide img {
    /* height: 480px; */
    width: 100%;
}

.hgjf-about-content {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hgjf-about {
    padding-left: 150px;
    padding-right: 150px;
    display: flex;
    justify-content: center;
}

.hgjf-about_bd img {
    width: 600px;
}

.hgjf-about_fb {
    padding-left: 30px;
    font-size: 22px;
    word-wrap: break-word;
    /* width: 600px; */
}

.hgjf-about_fb .title {
    font-size: 32px;
    color: #e93830;
    font-weight: bold;
}

.hgjf-about_fb .description {
    font-size: 16px;
    color: #555;
}

.hgjf-about_fb .body {
    padding-top: 30px;
    font-size: 16px;
    color: #aaa;
}

.hgjf-team_fb {
    padding-top: 80px;
}
.hgjf-team_fb .title {
    font-size: 32px;
    color: #e93830;
    font-weight: bold;
}

.hgjf-team_fb .description {
    font-size: 16px;
    color: #555;
}

.hgjf-map iframe{width:100%; border: none; height: 480px; }
.hgjf-map{position: relative;}
.hgjf-map .loader{position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%);}