.top {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-color: black;
    /* opacity: 0.8; */
    /* position: absolute; */
    /* z-index: 1; */
}
.header {
    /* width: 80%; */
    /* height: 128px; */
    /* margin: 0 auto; */
    /* position: relative; */
}
.logo-nav {
    width: 80%;
    margin: 0 auto;
    /* line-height: 100px;
    text-align: center;
    position: absolute; */
}

.logo-name p{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    float: left;
    margin: 30px 0px;
}
.nav{
    float: right;
}
.nav li{
    margin: 37px 0px;
    float: left;
    padding: 0px 50px 0px 0px;
}

.nav li a{
    color: #fff;
    font-size: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mapimg{
    width: 100%;
    height: 100%;
}
.mapimg img{
    width: 100%;
}
.foot{
    background-color: #000;
}
#cnt_foot {
    /* padding: 170px 0 0 0; */
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}