.home-swiper>.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    /* height: 100vh !important; */
}

.home-swiper,
.banner {
    width: 100vw;
    height: 100vh;
}

.home-swiper .swiper-slid2,
.home-swiper .swiper-slide.swiper-slide2 {
    height: auto !important;
}

.home-pagination .swiper-pagination-vertical.swiper-pagination-bullets,
.home-pagination .swiper-vertical>.swiper-pagination-bullets {
    right: 35px;
}

.home-pagination .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: solid 1px transparent;
    background-color: transparent;
    position: relative;
}

.home-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.home-pagination .swiper-pagination-bullet-active {
    border: solid 1px #fff;
}

.home-pagination .swiper-pagination-bullet-active::after {
    background-color: #fff;
}

.home-pagination2 .swiper-pagination-bullet-active {
    border: solid 1px #c8a063;
}

.home-pagination2 .swiper-pagination-bullet-active::after {
    background-color: #c8a063;
}

.banner .banner-text {
    position: absolute;
    top: 19vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.banner .banner-title {
    font-family: alibaba;
    font-size: 40px;
    margin-bottom: 2.0833vw;
}

.banner .banner-ftitle {
    font-size: 30px;
    margin-bottom: 2.2396vw;
}

.banner .banner-button {
    width: 126px;
    height: 37px;
    border: solid 1px #333333;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
}

.banner .banner-button:hover {
    background-color: #c8a063;
    border: solid 1px #c8a063;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.banner .banner-button:hover a {
    color: #fff;
}

.banner .swiper-pagination {
    text-align: right;
    padding-right: 14.5833vw;
}

.banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
    opacity: 1;
    border: none;
}

.banner .swiper-pagination-bullet-active {
    background-color: #c8a063;
    border: none;
}

.home-swiper .all-top {
    height: 100%;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.all-top {
    padding-top: 17.5vh;
}

.speciality-text {
    text-align: center;
}

.all-title {
    font-size: 35px;
}

.speciality-bg {
    background-image: url(../imgs/rs-bg.jpg);
}

.speciality-text .speciality-title {
    margin-bottom: 2.6042vw;
}

.speciality-text .speciality-ftitle p {
    line-height: 30px;
    font-size: 18px;
    width: 77.2917%;
    margin: 0 auto;
    background-image: url(../imgs/yh.png), url(../imgs/yh2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    padding: 0 120px;
    background-size: inherit;
}

.search-box {
    margin-top: 9.5vh;
}

.search-box p {
    font-size: 18px;
    margin-bottom: 2.0833vw;
    text-align: center;
}

.search-box .flex>div {
    width: 24%;
}

.search-box input,
.search-box select {
    height: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    border: none;
    color: #333333;
    font-size: 14px;
    padding: 0 1.0417vw;
}

.search-box input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.search-box input:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.search-box input::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.search-box input:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.search-box input::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.search-box input::placeholder {
    color: #333;
    opacity: 1;
}

.search-box input:focus {
    border: solid 2px #c8a063;
}

.search-box select {
    background-image: url(../imgs/xl.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.gjss_zm {
    margin-top: 2.0833vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1.5625vw 11%;
}

.gjss_zm a {
    color: #cccccc;
    font-size: 20px;
}

.gjss_zm a.gjss_zma {
    color: #fff;
}

.search-box button {
    width: 250px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    color: #c8a063;
    margin-top: 8vh;
    text-align: center;
    cursor: pointer;
}

.g_botton {
    width: 260px;
    border: solid 2px #c8a063;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3.1481vh;
}

.g_botton .flex-center {
    height: 50px;
}

.g_botton a {
    display: block;
    padding: 0 20px;
}

.g_bottonfl {
    color: #c8a063;
    position: relative;
    z-index: 10;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    -moz-transition: all .36s ease;
    transition: all .36s ease;
    margin-left: 42px;
    margin-right: 70px;
}

.g_mc {
    position: absolute;
    width: 400px;
    height: 500px;
    background: #c8a063;
    right: -348px;
    top: -135px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotateZ(-65deg);
    -moz-transform: rotateZ(-65deg);
    -ms-transform: rotate(-65deg);
    -o-transform: rotateZ(-65deg);
    transform: rotateZ(-65deg);
}

.g_botton:hover .g_mc {
    right: 0;
}

.g_botton:hover .g_bottonfl {
    color: #fff;
}

.g_bottonfr {
    width: 16px;
    position: relative;
    z-index: 10;
}

.search-box button img {
    margin-right: 20px;
}

.wenz-box .all-title {
    margin-bottom: 6vh;
}

.wz-box {
    background-color: #fff;
    border-radius: 0px 0px 60px 0px;
}

.wz-box .wz-title {
    background-image: url(../imgs/1.jpg);
    height: 220px;
    padding: 4vh 1.5625vw 1.5625vw 1.5625vw;
    border-bottom: 1px solid #fff;
}

.wz-box .wz-title p {
    font-size: 18px;
    line-height: 30px;
}

.wz-con {
    padding: 1.5625vw 1.5625vw 3.125vw 1.5625vw;
}
.wz-con .auth{
    min-height: 35px;

}

.wz-con .text {
    margin-bottom: 4vh;
}

.wz-con .text,
.wz-con .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wz-con .text,
.wz-con .date {
    font-size: 14px;
    line-height: 24px;
}

.wenz-box .swiper {
    padding-bottom: 13vh;
}

.wenz-box .swiper-button-prev::after,
.wenz-box .swiper-button-next::after {
    font-size: 0;
}

.wenz-box .swiper-button-prev,
.wenz-box .swiper-button-next {
    background-repeat: no-repeat;
    background-position: center;
    width: 3.125vw;
    height: 3.125vw;
    background-color: #b5b6b6;
    border-radius: 50%;
    top: 39%;
}

.wenz-box .swiper-button-next {
    background-image: url(../imgs/right.png);
}

.wenz-box .swiper-button-prev {
    background-image: url(../imgs/left.png);
}

.wenz-box .swiper-button-next,
.wenz-box .swiper-rtl .swiper-button-prev {
    right: -84px;
}

.wenz-box .swiper-button-prev,
.wenz-box .swiper-rtl .swiper-button-next {
    left: -84px;
}

.wenz-box .swiper-button-prev:hover,
.wenz-box .swiper-button-next:hover {
    background-color: #c8a063;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.wenz-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #b2b2b2;
    opacity: 1;
}

.wenz-box .swiper-pagination-bullet-active {
    background-color: #c8a063;
}

.wenz-box a:hover .wz-box,
.yaow-box div.yaow-con a:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c8a063), to(#d4b280));
    background-image: -webkit-linear-gradient(bottom, #c8a063 0%, #d4b280 100%);
    background-image: -moz-linear-gradient(bottom, #c8a063 0%, #d4b280 100%);
    background-image: -o-linear-gradient(bottom, #c8a063 0%, #d4b280 100%);
    background-image: linear-gradient(0deg, #c8a063 0%, #d4b280 100%);
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.wenz-box a:hover .wz-title {
    background-image: none;
}

.wenz-box a:hover img,
.yaow-box div.yaow-con a:hover .jt,
.map-box .map-button>div:hover img,
.map-box .map-button>div.active img {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.yaow-box {
    background-color: #f7f4ed;
}

.yaow-box div.yaow-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5625vw;
    margin-top: 5.5556vh;
}

.yaow-box div.yaow-con a {
    padding: 3vh 30px;
    background-color: #ffffff;
}

.yaow-box .date p {
    color: #666666;
    font-size: 14px;
}

.yaow-box .date p.futura {
    color: #c8a063;
    font-size: 38px;
    line-height: 56px;
}

.yaow-box .img {
    width: 100%;
    height: 167px;
    overflow: hidden;
    margin-top: 1.7778vh;
    margin-bottom: 1.5926vh;
}

.yaow-box h4 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 2.3148vh;
}

.yaow-box .text {
    font-size: 14px;
    line-height: 21px;
    color: #666;
}

.yaow-box .text p,
.yaow-box .text {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yaow-box .jt {
    margin-top: 2.2037vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.yaow-box div.yaow-con a:hover .text,
.yaow-box div.yaow-con a:hover p,
.yaow-box div.yaow-con a:hover p.futura {
    color: #fff;
}

.yaow-box div.yaow-con a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.yaow-box div.yaow-con a:hover {
    -webkit-box-shadow: 0px 2px 16px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 2px 16px 0px rgba(153, 153, 153, 0.5);
}

.wrap.map-box {
    background-image: url(../imgs/map.jpg);
    background-repeat: no-repeat;
    -o-background-size: 82%;
    background-size: 82%;
    background-position: bottom right;
}

.map-box .map-ftitle {
    width: 637px;
    line-height: 30px;
    margin-top: 3.2407vh;
}

.map-box .map-button {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 33%;
    grid-gap: 1.0417vw;
    margin-top: 6.7778vh;
}

.map-box .map-button>div {
    width: 120px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #d4b280;
    color: #c8a063;
}

.map-box .map-button img {
    margin-right: 0.5208vw;
}

.map-box .map-con {
    margin-top: 6.09vh;
}

.map-box .map-con>div {
    width: 550px;
    height: auto;
    background-color: #f5f5f5;
    padding: 10px;
}

.map-box .map-con .img {
    width: 200px;
    height: 180px;
    margin-right: 1.0417vw;
}

.map-box .map-con .img+div {
    flex: 1;
}

.map-box .map-con p {
    margin-bottom: 2.7778vh;
}

.map-box .map-con span {
    font-size: 14px;
}

.map-box .map-con .text {
    color: #999;
    line-height: 21px;
    width: 80%;
    flex: 1;
}

.map-box .map-con .mb20 {
    margin-bottom: 1.8519vh;
}

.map-box .map-button>div:hover,
.map-box .map-button>div.active {
    background-color: #c8a063;
    color: #fff;
    -webkit-transform: all .5s;
    -moz-transform: all .5s;
    -ms-transform: all .5s;
    -o-transform: all .5s;
    transform: all .5s;
    cursor: pointer;
}

.map-box .map-img {
    width: 800px;
    position: absolute;
    right: -142px;
    top: 30.6852vh;
}

.map-box .map-left {
    width: 50%;
}

.map-box dl {
    position: absolute;
    border-radius: 20px;
    width: 10px;
    height: 10px;
}

.map-box dl dt {
    position: relative;
    width: 8px;
    height: 8px;
}

.map-box dl.active dt {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.map-box dl dt i {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #b81d22;
    position: relative;
    z-index: 3;
    display: block;
}

.map-box dl dt::before,
.map-box dl dt::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(184, 29, 34, 0.8);
    content: '';
    top: 0;
    left: 0;
}

.map-box dl dt::before {
    -webkit-animation: scale 2s infinite;
    -moz-animation: scale 2s infinite;
    -o-animation: scale 2s infinite;
    animation: scale 2s infinite;
}

.map-box dl dt::after {
    -webkit-animation: scale2 2s infinite;
    -moz-animation: scale2 2s infinite;
    -o-animation: scale2 2s infinite;
    animation: scale2 2s infinite;
}

.map-box dl.active dt::after {
    -webkit-animation: scale3 2s infinite;
    -moz-animation: scale3 2s infinite;
    -o-animation: scale3 2s infinite;
    animation: scale3 2s infinite;
}

.map-box dl:hover {
    z-index: 3
}

.map-box dl:hover dd {
    opacity: 1;
    display: block
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes scale {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }
    100% {
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }
    100% {
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@-moz-keyframes scale2 {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -moz-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@-o-keyframes scale2 {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@-webkit-keyframes scale3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(8);
        transform: scale(8);
        opacity: 0;
    }
}

@-moz-keyframes scale3 {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -moz-transform: scale(8);
        transform: scale(8);
        opacity: 0;
    }
}

@-o-keyframes scale3 {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -o-transform: scale(8);
        transform: scale(8);
        opacity: 0;
    }
}

@keyframes scale3 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(8);
        -moz-transform: scale(8);
        -o-transform: scale(8);
        transform: scale(8);
        opacity: 0;
    }
}

.map-box .p1 {
    left: 430px;
    bottom: 21px;
}

.map-box .p3 {
    right: 318px;
    bottom: 86px;
}

.map-box .p2 {
    right: 305px;
    bottom: 76px;
}

.map-box .p4 {
    right: 311px;
    bottom: 195px;
}

.map-box .p5 {
    right: 289px;
    bottom: 350px;
}

.map-box .p6 {
    right: 187px;
    bottom: 325px;
}

.map-box .p7 {
    right: 211px;
    bottom: 210px;
}

.jg-box {
    background-image: url(../imgs/jg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
}

.jg-box .swiper-wrapper {
    /* 默认是ease-out */
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    height: 90px;
    padding: 80px 0;
}

.jg-box .swiper-slide.active {
    width: 313px !important;
}

.jg-box .swiper-slide img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}


/* @media (min-width: 1176px) and (max-width: 1500px) {
    .banner .banner-title {
        font-size: 65px;
    }
    .banner .banner-ftitle {
        font-size: 36px;
    }
    .all-title {
        font-size: 46px;
    }
    .speciality-text .speciality-ftitle p {
        width: 76vw;
    }
    .gjss_zm {
        grid-gap: 1vw 10%;
        
    }
    .search-box p {
        font-size: 24px;
    }
    .wenz-box .swiper {
        padding-bottom: 6vh;
    }
    .wenz-box .swiper-button-prev,
    .wenz-box .swiper-rtl .swiper-button-next {
        left: -52px;
    }
    .yaow-box h4 {
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 1.3148vh;
    }
    .yaow-box .date p.futura {
        font-size: 33px;
        line-height: 40px;
    }
    .yaow-box .img {
        height: 138px;
    }
    .yaow-box div.yaow-con {
        margin-top: 4.5vh;
    }
    .yaow-box div.yaow-con a {
        padding: 2vh 1.0417vw;
    }
    .g_botton .flex-center {
        height: 40px;
    }
    .map-box .map-img {
        right: 5vw;
    }
    .map-box .map-button {
        margin-top: 3.7778vh;
    }
    .map-box .map-con {
        margin-top: 3.09vh;
    }
    .map-box .map-ftitle {
        font-size: 18px;
    }
} */

@media (max-width: 750px) {
    .home-swiper {
        height: auto;
    }
    .swiper-wrapper-home {
        display: block;
    }
    .banner {
        height: 60vh;
    }
    .banner .banner-title {
        font-size: 1.875rem;
        margin-bottom: 4.0833vw;
    }
    .banner .banner-ftitle {
        font-size: 20px;
        margin-bottom: 4.0833vw;
    }
    .banner .banner-text {
        top: 40vw;
    }
    .all-title {
        font-size: 1.5625rem;
    }
    .all-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .speciality-text .speciality-ftitle p {
        line-height: 24px;
        font-size: 15px;
        width: 100%;
        padding: 0 30px;
        background-size: 20px;
    }
    .speciality-text .speciality-title {
        margin-bottom: 30px;
    }
    .search-box p {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }
    .search-box .flex>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .search-box input,
    .search-box select {
        padding: 0 10px;
    }
    .gjss_zm {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 3.5625vw 11%;
    }
    .wz-con,
    .wz-box .wz-title {
        padding: 30px 20px;
    }
    .yaow-box div.yaow-con {
        grid-template-columns: 1fr;
        grid-gap: 4.5625vw;
    }
    .yaow-box div.yaow-con a {
        padding: 20px;
    }
    .map-box .map-left,
    .map-box .map-img,
    .map-box .map-button,
    .map-box .map-button>div,
    .map-box .map-con>div,
    .map-box .map-ftitle {
        width: 100%;
    }
    .map-box .map-img {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
    }
    .map-box .map-con .img {
        width: 186px;
        height: 132px;
        margin-right: 8px;
    }
    .map-box .map-button {
        width: 100%;
        grid-gap: 10px;
        margin-top: 6.7778vh;
    }
    .map-box .map-ftitle {
        font-size: 16px;
        line-height: 24px;
    }
    .map-box .p1 {
        left: 53%;
        bottom: 6px;
    }
    .map-box .p5 {
        right: 32.1vw;
        bottom: 39vw;
    }
    .map-box .p3 {
        right: 34.7083vw;
        bottom: 9.5833vw;
    }
    .map-box .p6 {
        right: 20.625vw;
        bottom: 36.2292vw;
    }
    .map-box .p4 {
        right: 36.6563vw;
        bottom: 22.0417vw;
    }
    .map-box .p7 {
        right: 23.8vw;
        bottom: 23.1vw;
    }
    .map-box .p2 {
        right: 33.0833vw;
        bottom: 8.2188vw;
    }
}