
/*! #about-banner start */
.about-banner-wrap{padding-top: 2.05rem;padding-bottom: .6rem;height: 9.6rem;background-position: top left;background-size: cover;background-repeat: no-repeat}
.about-banner-wrap .about-banner{height: 100%;color: #fff}
.about-banner-wrap .ab-main{display: flex;flex-direction: column;align-items: center;height: 100%}
.about-banner-wrap .ab-head{display: flex;flex-direction: column;align-items: center;text-align: center}
.about-banner-wrap .ab-title{line-height: 1.1666666667;font-weight: bold}
.about-banner-wrap .ab-info{line-height: 1.5;margin-top: .3rem}
.about-banner-wrap .ab-data{display: flex;flex-wrap:wrap;margin-top: auto;justify-content: center;width: 10.1rem;max-width: 100%}
.about-banner-wrap .ab-item{display: flex;flex-direction: column;align-items: center;text-align: center;flex: 1;}
.about-banner-wrap .ab-value{display: flex;align-items: flex-end;line-height: 1}
.about-banner-wrap .ab-val{font-weight: bold}
.about-banner-wrap .ab-info{line-height: 1.875;margin-top: .13rem}
main{min-height: 100vh;position: relative}
/*! #about-banner end */
 
/*! #about-bg start */
.about-bg{position: absolute;width: 100%;height: 100%;top: 9.6rem;left: 0;z-index: -1}
@media(max-width: 750px){
	.about-bg{top: 9.6rem;}
    .about-banner-wrap .ab-item{flex:0 1 auto;width: 50%;margin-top:.3rem;}
}
/*! #about-bg end */
 
/*! #introduce start */
.introduce-wrap{position: relative;padding-top: 1.46rem;padding-bottom: 1.46rem}
.introduce-wrap::after{content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);max-width: 16rem;width: 100%;height: 1px;background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3)}
.introduce-wrap .introduce-txt{line-height: 1.7;text-align: center}
@media(max-width: 750px){
.introduce-wrap .introduce-txt{text-align: left;}
.introduce-wrap .introduce-txt>p{margin: .1rem;}
}
/*! #introduce end */

@media(min-width: 750px){.pe-editor{display: none;}}
@media(max-width: 750px){.pc-editor{display: none;}}

/*! #global start */
.global-wrap {
    position: relative;
    padding-top: 1.45rem;
    padding-bottom: 1.35rem;
    text-align: center
}

.global-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 16rem;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3)
}

.global-wrap .global-title {
    line-height: 1.7;
    font-weight: bold
}

.global-wrap .global-main {
    position: relative;
    margin: .85rem .8rem 0
}

.global-wrap .global-map {
    position: relative
}

.global-wrap .global-map::before {
    content: "";
    display: block;
    padding-top: 39.6627108057%
}

.global-wrap .global-map .fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .5s
}

.global-wrap .global-location {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.global-wrap .gl-item {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s
}

.global-wrap .gl-item.txt-top .location-name {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.global-wrap .gl-item.txt-right .location-name {
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.global-wrap .gl-item.txt-bottom .location-name {
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.global-wrap .gl-item.txt-left .location-name {
    right: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.global-wrap .gl-item:hover {
    font-weight: bold;
    transform: translateX(-50%) scale(1.2)
}

.global-wrap .gl-item:hover .global-pushpin::before {
    transform: scale(1.4)
}

@keyframes pointer-ani {
    from {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .5333333333)
    }

    to {
        box-shadow: 0 0 0 .12rem rgba(0, 0, 0, 0)
    }
}

.global-wrap .gl-pushpin {
    position: relative;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    padding: .08rem;
    transition: .3s
}

.global-wrap .gl-pushpin::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: inherit;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .3333333333);
    animation: pointer-ani linear infinite 1.5s;
    background: conic-gradient(from 45deg, #5ec4de 0%, #a0d6d8 30%, #a0d6d8 70%, #5ec4de 100%);
    transition: .3s
}

.global-wrap .gl-pushpin::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .08rem;
    height: .08rem;
    border-radius: inherit;
    background-color: #fff
}

.global-wrap .location-name {
    position: absolute;
    line-height: 1.1111111111;
    white-space: nowrap;
    padding: 0 .15rem
}

.global-wrap .location-name.full-color {
    color: #ef99b8
}

@media(max-width: 750px) {
    .global-wrap .gl-item.m-top .location-name {
        bottom: 100%;
        top: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .global-wrap .gl-item.m-right .location-name {
        left: 100%;
        left: auto;
        top: 50%;
        transform: translateY(-50%)
    }

    .global-wrap .gl-item.m-bottom .location-name {
        top: 100%;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .global-wrap .gl-item.m-left .location-name {
        right: 100%;
        left: auto;
        top: 50%;
        transform: translateY(-50%)
    }

    .global-wrap .gl-pushpin {
        width: 24px;
        height: 24px;
        padding: 5px
    }

    .global-wrap .location-name {
        font-size: 12px;
        z-index: 5
    }
}

/*! #global end */

/*! #pic-wall start */
.pic-wall-wrap {
    position: relative;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem
}

.pic-wall-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 16rem;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3)
}

.pic-wall-wrap .pic-wall {
    display: flex;
    flex-direction: column
}

.pic-wall-wrap .pw-title {
    line-height: 1.1666666667;
    font-weight: bold;
    text-align: center
}

.pic-wall-wrap .pw-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: .4rem;
    overflow: hidden
}

.pic-wall-wrap .pw-swp {
    width: 100%;
    flex: 1
}

.pic-wall-wrap .pw-pic {
    width: 14rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: .2rem;
    overflow: hidden
}

.pic-wall-wrap .pw-pic {
    position: relative
}

.pic-wall-wrap .pw-pic::before {
    content: "";
    display: block;
    padding-top: 42.8571428571%
}

.pic-wall-wrap .pw-pic .fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .5s
}

.pic-wall-wrap .thumb {
    display: flex;
    justify-content: center;
    width: 12rem;
    max-width: 100%;
    margin: 0 auto;
    flex-shrink: 0
}

.pic-wall-wrap .thumb-swp {
    margin-top: .49rem
}

.pic-wall-wrap .thumb-item {
    min-width: 3.88rem;
    padding: 0 .1rem;
    cursor: pointer
}

.pic-wall-wrap .thumb-item:hover .thumb-line,
.pic-wall-wrap .thumb-item.thumb-active .thumb-line {
    opacity: 1
}

.pic-wall-wrap .thumb-item:hover .thumb-title,
.pic-wall-wrap .thumb-item.thumb-active .thumb-title {
    color: #ef99b8
}

.pic-wall-wrap .thumb-line {
    height: 2px;
    background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3);
    opacity: .5;
    transition: .3s
}

.pic-wall-wrap .thumb-title {
    line-height: 1.5555555556;
    margin-top: .18rem;
    text-align: center;
    color: #666;
    transition: .3s
}

@media(max-width: 750px) {
    .pic-wall-wrap .thumb {
        justify-content: flex-start
    }
}

/*! #pic-wall end */

/*! #pic-wall start */
.pic-wall-wrap {
    position: relative;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem
}

.pic-wall-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 16rem;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3)
}

.pic-wall-wrap .pic-wall {
    display: flex;
    flex-direction: column
}

.pic-wall-wrap .pw-title {
    line-height: 1.1666666667;
    font-weight: bold;
    text-align: center
}

.pic-wall-wrap .pw-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: .4rem;
    overflow: hidden
}

.pic-wall-wrap .pw-swp {
    width: 100%;
    flex: 1
}

.pic-wall-wrap .pw-pic {
    width: 14rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: .2rem;
    overflow: hidden
}

.pic-wall-wrap .pw-pic {
    position: relative
}

.pic-wall-wrap .pw-pic::before {
    content: "";
    display: block;
    padding-top: 42.8571428571%
}

.pic-wall-wrap .pw-pic .fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .5s
}

.pic-wall-wrap .thumb {
    display: flex;
    justify-content: center;
    width: 12rem;
    max-width: 100%;
    margin: 0 auto;
    flex-shrink: 0
}

.pic-wall-wrap .thumb-swp {
    margin-top: .49rem
}

.pic-wall-wrap .thumb-item {
    min-width: 3.88rem;
    padding: 0 .1rem;
    cursor: pointer
}

.pic-wall-wrap .thumb-item:hover .thumb-line,
.pic-wall-wrap .thumb-item.thumb-active .thumb-line {
    opacity: 1
}

.pic-wall-wrap .thumb-item:hover .thumb-title,
.pic-wall-wrap .thumb-item.thumb-active .thumb-title {
    color: #ef99b8
}

.pic-wall-wrap .thumb-line {
    height: 2px;
    background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3);
    opacity: .5;
    transition: .3s
}

.pic-wall-wrap .thumb-title {
    line-height: 1.5555555556;
    margin-top: .18rem;
    text-align: center;
    color: #666;
    transition: .3s
}

@media(max-width: 750px) {
    .pic-wall-wrap .thumb {
        justify-content: flex-start
    }
}

/*! #pic-wall end */

/*! #about-partner start */
.about-partner-wrap {
    position: relative;
    padding-top: 1.45rem;
    padding-bottom: 1.5rem
}

.about-partner-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 16rem;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #a1b3dc, #ed99b8, #7094cc, #5fabdf, #7fc7b3)
}

.about-partner-wrap .ap-title {
    line-height: 1.1666666667;
    font-weight: bold;
    text-align: center
}

.about-partner-wrap .hexagon-box {
    margin-top: .75rem
}

.about-partner-wrap .hexagon-group {
    display: flex;
    justify-content: center
}

.about-partner-wrap .hexagon-group:nth-child(n+2) {
    margin-top: -0.3rem
}

.about-partner-wrap .hexagon {
    width: 1.5rem;
    flex-shrink: 0;
    background: url("../images/marriott-bd.png") no-repeat center/contain;
    margin: 0 .1rem
}

.about-partner-wrap .hexagon {
    position: relative
}

.about-partner-wrap .hexagon::before {
    content: "";
    display: block;
    padding-top: 113.1868131868%
}

.about-partner-wrap .hexagon .fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .5s
}

.about-partner-wrap .hexagon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 19% */
}

@media(max-width: 750px) {
    .about-partner-wrap .hexagon {
        width: calc((100% - 1.4rem)/7)
    }

    .about-partner-wrap .hexagon-group {
        display: flex;
        justify-content: center
    }

    .about-partner-wrap .hexagon-group:nth-child(n+2) {
        margin-top: -0.05rem
    }
}

/*! #about-partner end */

/*! #contact start */
.md17274.contact-wrap .contact {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.md17274.contact-wrap .contact-title {
    font-weight: bold;
    text-align: center;
    line-height: 1.1666666667
}

.md17274.contact-wrap .contact-info {
    line-height: 1.3125;
    margin-top: .05rem;
    font-weight: bold;
    text-align: center
}

.md17274.contact-wrap .contact-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.md17274.contact-wrap .contact-half {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}
.md17274.contact-wrap .contact-half:first-child {
    justify-content: flex-end;
    padding-right: .5rem;
}
.md17274.contact-wrap .contact-half:last-child {
    padding-left: .5rem;
}

.md17274.contact-wrap .contact-list {
    margin-top: .4rem;
    line-height: 1.25;
}

.md17274.contact-wrap .contact-item {
    padding: .05rem 0
}
@media (max-width: 750px) {
    .md17274.contact-wrap .contact-main {
        flex-direction: column;
    }
    .md17274.contact-wrap .contact-half {
        width: 100%;
    }
    .md17274.contact-wrap .contact-half:first-child {
        justify-content: flex-start;
        padding-right: 0;
    }
    .md17274.contact-wrap .contact-half:last-child {
        padding-left: 0;
    }
}

/*! #contact end */
