.swiper-slide img {
    /* height: 480px; */
    width: 100%;
}



.hgjf_row_card {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.hgjf_card {
    text-align: center;
    width: 259px;
    height: 380px;
    padding: 30px;
    border: solid 1px rgb(231, 231, 231);
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 9%);
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.hgjf_card:hover {
    border: solid 1px rgba(233, 56, 48, 0.644);
    box-shadow: 0 0px 8px 0px #e93830cf;
}

.hgjf_card:hover > div > img {
    animation:bounceIn 1500ms;
    -webkit-animation:bounceIn 1500ms;
    animation-fill-mode:forwards;
}

.hgjf_card .logo {
    padding-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.hgjf_card .logo img{
    width: 90px;
    /* height: 110px; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.hgjf_card .title{
    padding-top: 90px;
    font-size: 24px;
    color: #555;
    font-weight: bold;
}

.hgjf_card .description{
    font-size: 14px;
    color: #aaa;
}

.hgjf_map {
    margin-top: 80px;
    text-align: center;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 680px;
}
.hgjf_map .title{
    padding-top: 80px;
    font-size: 32px;
    color: #555;
    font-weight: bold;
}

.hgjf_map .description{
    font-size: 14px;
    color: #aaa;
}

.hgjf_map span {
    color: rgb(233, 56, 48);
}

.hgjf_map--cards {
    display: flex;
    justify-content: center;
    padding-top: 90px;
    color: #222222;
}

.hgjf_map--card {
    width: 22%;
    padding-top: 80px;
}
.hgjf_map--card .title {
    font-size: 50px;
    color: rgb(233, 56, 48);
    padding-top: 0px;
}

.hgjf_map--card .description{
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
