
[data-v-2bb72a94]::-webkit-scrollbar {
    display: none;
}
nav[data-v-2bb72a94] {
    height: 1rem;
    left: 0;
    background: transparent;
    position: fixed;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
}
.nav-bg[data-v-2bb72a94] {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: absolute;
    width: 100%;
}
.container[data-v-2bb72a94] {
    align-content: flex-start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}
.fake-nav[data-v-2bb72a94] {
    height: 1rem;
    background: transparent;
    position: relative;
    width: 100%;
}
nav a[data-v-2bb72a94] {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:link {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:visited {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-2bb72a94]:hover {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
nav a[data-v-2bb72a94]:active {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
.logo[data-v-2bb72a94] {
    cursor: pointer;
    display: flex;
    margin-left: 6vw;
    margin-top: 18%;
    height: 0.39rem;
    transform: translateY(-50%);
    vertical-align: top;
}
.path-container[data-v-2bb72a94] {
    height: 100%;
    justify-content: space-between;
    max-width: 70%;
    overflow-x: auto;
    position: absolute;
    right: 4%;
}
.path-container li[data-v-2bb72a94] {
    position: relative;
}
.path-container li > ul[data-v-2bb72a94] {
    display: none;
}
.path-container li:hover > ul[data-v-2bb72a94] {
    display: block;
}
.link[data-v-2bb72a94] {
    color: rgba(68, 68, 68, 1);
    cursor: pointer;
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    height: 1rem;
    min-width: 1.61rem;
    vertical-align: top;
    text-align: center;
    line-height: 1rem;
    overflow: hidden;
}
.link[data-v-2bb72a94]:hover::after {
    animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
    border-top: solid 0.02rem rgba(28, 156, 222, 1);
    bottom: 0.25rem;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 60%;
}
@keyframes scale-wider-data-v-2bb72a94 {
0% {
    transform: scaleX(0);
}
100% {
    transform: scaleX(1);
}
}
.link[data-v-2bb72a94]:hover {
    background: white;
    color: rgba(28, 156, 222, 1);
}
.arrow[data-v-2bb72a94] {
    display: inline-block;
    margin-left: 0.05rem;
    vertical-align: middle;
    width: 0.14rem;
}
.sub-list[data-v-2bb72a94] {
    background: rgba(255, 255, 255, 1);
    position: fixed;
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
nav[data-v-2bb72a94] {
        background: rgba(255, 255, 255, 1);
        height: 0.8rem;
        left: 0;
        opacity: 1;
        position: fixed;
        text-overflow: ellipsis;
        top: 0;
        white-space: nowrap;
        width: 100%;
}
.fake-nav[data-v-2bb72a94] {
        height: 0.8rem;
        background: transparent;
        position: relative;
        width: 100%;
}
.logo[data-v-2bb72a94] {
        margin-top: 0.42rem;
        height: 0.31rem;
}
.menu-container[data-v-2bb72a94] {
        min-height: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.58rem;
}
.menu-btn[data-v-2bb72a94] {
        height: 0.26rem;
        right: 0.26rem;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        top: 0.22rem;
        position: absolute;
        width: 0.32rem;
}
.rotate-90[data-v-2bb72a94] {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
.droplist[data-v-2bb72a94] {
        box-shadow: 0 0.03rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
        position: fixed;
        height: auto;
        right: 0;
        top: 0.78rem;
        opacity: 1;
        transform: translateZ(100px);
        -webkit-transform: translateZ(100px);
}
.dropitem[data-v-2bb72a94] {
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
        font-size: 0.16rem;
        height: 0.9rem;
        line-height: 0.9rem;
        position: relative;
        text-align: center;
        width: 2rem;
}
.dropitem[data-v-2bb72a94]:hover::after {
        animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem[data-v-2bb72a94]:active::after {
        animation: scale-wider-data-v-2bb72a94 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem .sub-menu[data-v-2bb72a94] {
        display: none;
}
.dropitem:hover .sub-menu[data-v-2bb72a94] {
        display: block;
}
        /* .dropitem:active .sub-menu {
            display: block;
        } */
.sub-menu[data-v-2bb72a94] {
        position: absolute;
        right: 2rem;
        top: 0;
}
.arrow[data-v-2bb72a94] {
        left: 0.15rem;
        top: 50%;
        margin-top: -0.06rem;
        vertical-align: middle;
        width: 0.13rem;
        height: 0.06rem;
        position: absolute;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
}


footer[data-v-64d53602] {
    background-size: 100% 100%;
    color: white;
    font-size: 0.26rem;
    min-height: 1.02rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
    /* line-height: 1.02rem; */
    text-align: center;
    width: 100%;
}
footer a[data-v-64d53602] {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 0.18rem;
    line-height: 0.42rem;
}

/* -- mobile -- */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
footer[data-v-64d53602] {
        padding-top: 0.2rem;
        font-size: 0.13rem;
        min-height: 0.63rem;
}
footer a[data-v-64d53602] {
        font-size: 0.11rem;
        line-height: 0.36rem;
}
}
/* -- mobile end --*/

.wrapper[data-v-8904d7dc] {
    background: rgba(247, 254, 255, 1);
    height: 8.3rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.74rem;
    width: 100%;
}
.stone-wrapper[data-v-8904d7dc] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 8.3rem;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}
.container[data-v-8904d7dc] {
    align-content: flex-start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    width: auto;
}
.upper[data-v-8904d7dc] {
    border-bottom: 0.02rem solid black;
}
.down[data-v-8904d7dc] {
    padding-left: 1.6rem;
}
.stone[data-v-8904d7dc] {
    display: inline-block;
    /* flex-direction: column; */
    height: 100%;
    position: relative;
    width: 3.16rem;
}
.first.stone[data-v-8904d7dc] {
    padding-left: 0.5rem;
    width: 3.66rem;
}
.content[data-v-8904d7dc] {
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
}
.text-wrapper[data-v-8904d7dc] {
    margin-left: 0.1rem;
    margin-top: -0.2rem;
    opacity: 0;
    padding-bottom: 0.14rem;
}
.content.small[data-v-8904d7dc] {
    height: 0.77rem;
}
.content.middle[data-v-8904d7dc] {
    height: 1.53rem;
}
.content.large[data-v-8904d7dc] {
    height: 2.6rem;
}
.point[data-v-8904d7dc] {
    width: 0.19rem;
    height: 0.19rem;
    border-radius: 50%;
    opacity: 0;
}
.line[data-v-8904d7dc] {
    border-right: 0.02rem dashed black;
    display: block;
    height: 100%;
    width: 0.09rem;
}
.date[data-v-8904d7dc] {
    font-size: 0.3rem;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.text[data-v-8904d7dc] {
    font-size: 0.16rem;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    white-space: pre-wrap;
}
.arrow[data-v-8904d7dc] {
    height: 0.29rem;
    position: relative;
    margin-top: 3.99rem;
    margin-left: -0.1rem;
    width: 0.08rem;
}


/* down style */
.down .stone[data-v-8904d7dc] {
    vertical-align: top;
}
.down .content[data-v-8904d7dc] {
    position: relative;
    display: block;
}
.down .content .left[data-v-8904d7dc] {
    height: 100%;
}
.down .content .text-wrapper[data-v-8904d7dc] {
    padding-left: 0.19rem;
}


/* down style end */
.upper-scale-out[data-v-8904d7dc] {
    animation: scale-y-out 0.8s ease-in forwards;
    transform-origin: bottom;
}
.down-scale-out[data-v-8904d7dc] {
    animation: scale-y-out 0.8s ease-in forwards;
    transform-origin: top;
}
.fade-in[data-v-8904d7dc] {
    animation: fade-in 1s 0.8s linear forwards;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
.wrapper[data-v-8904d7dc] {
        background: rgba(247, 254, 255, 1);
        height: 4.88rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 0.1rem;
        width: 100%;
        overflow-x: hidden;
}
.arrow[data-v-8904d7dc] {
        display: none;
        /* height: 0.29rem;
        position: relative;
        margin-top: 2.21rem;
        margin-left: -0.1rem;
        width: 0.08rem; */
}
.stone-wrapper[data-v-8904d7dc] {
        height: 4.88rem;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
}
.down[data-v-8904d7dc] {
        padding-left: 1.13rem;
}
.stone[data-v-8904d7dc] {
        display: inline-block;
        height: 100%;
        position: relative;
        width: 1.86rem;
}
.text-wrapper[data-v-8904d7dc] {
        margin-left: 0.08rem;
        opacity: 0;
        padding-bottom: 0.14rem;
}
.content.small[data-v-8904d7dc] {
        height: 0.46rem;
}
.content.middle[data-v-8904d7dc] {
        height: 0.8rem;
}
.content.large[data-v-8904d7dc] {
        height: 1.48rem;
}
.point[data-v-8904d7dc] {
        width: 0.11rem;
        height: 0.11rem;
        border-radius: 50%;
        opacity: 0;
}
.line[data-v-8904d7dc] {
        border-right: 0.02rem dashed black;
        display: block;
        height: 100%;
        width: 0.06rem;
}
.date[data-v-8904d7dc] {
        font-size: 0.18rem;
}
.text[data-v-8904d7dc] {
        font-size: 0.09rem;
        color: rgba(0, 0, 0, 1);
        white-space: pre-wrap;
}
    /* down style */
.down .stone[data-v-8904d7dc] {
        vertical-align: top;
}
.down .content[data-v-8904d7dc] {
        position: relative;
        display: block;
}
.down .content .left[data-v-8904d7dc] {
        height: 100%;
}
.down .content .text-wrapper[data-v-8904d7dc] {
        padding-left: 0.15rem;
}
}
.header[data-v-90069314] {
    position: relative;
}
.section[data-v-90069314] {
    margin-bottom: 1.05rem;
    width: 100%;
}
.title[data-v-90069314] {
    opacity: 0;
    padding: 0 1.52rem;
    width: 100%;
}
.title .main-title[data-v-90069314] {
    padding-top: 0.2rem;
    position: relative;
    font-size: 1.2rem;
    font-family: AppleSystemUIFont;
    font-weight: bold;
    line-height: 1.41rem;
    color: rgba(69, 195, 252, 1);
    vertical-align: top;
}
.sub-title[data-v-90069314] {
    color: rgba(0, 177, 255, 1);
    font-size: 1.6rem;
    margin-left: 0.3rem;
    vertical-align: top;
    opacity: 0.1;
}
.content[data-v-90069314] {
    color: black;
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 400;
    padding: 0 1.52rem;
    margin-bottom: 0.45rem;
    opacity: 0;
}
.locations[data-v-90069314] {
    border-top: 0.01rem solid rgba(112, 112, 112, 1);
    display: flex;
    font-size: 0.26rem;
    line-height: 0.6rem;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
    justify-content: space-around;
}
.locaion-icon[data-v-90069314] {
    display: inline-block;
    height: 0.32rem;
    vertical-align: middle;
    width: 0.25rem;
}
.section.appear .info[data-v-90069314] {
    opacity: 0;
}
.section.appear .title[data-v-90069314] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.section.appear .content[data-v-90069314] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.section.appear .info[data-v-90069314] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.offices[data-v-90069314] {
    margin-bottom: 0;
}
.down-arrow[data-v-90069314] {
    animation: slide-in 1s linear infinite;
    bottom: 0.3rem;
    height: 0.48rem;
    left: 50%;
    margin-left: 0.24rem;
    position: absolute;
    width: 0.48rem;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
.about[data-v-90069314] {
        overflow-x: hidden;
        position: relative;
        width: 100%;
}
.section.appear .info[data-v-90069314] {
        opacity: 1;
}
.section.appear .title[data-v-90069314] {
        animation: none;
}
.section.appear .content[data-v-90069314] {
        animation: none;
}
.section.appear .info[data-v-90069314] {
        animation: none;
}
.section[data-v-90069314] {
        margin-top: 0.48rem;
        margin-bottom: 0;
        width: 100%;
        overflow-x: hidden;
}
.header[data-v-90069314] {
        margin-top: 0;
}
.title[data-v-90069314] {
        opacity: 1;
        padding: 0 0 0 0.18rem;
        margin-bottom: 0.18rem;
        width: 100%;
}
.title .main-title[data-v-90069314] {
        color: rgba(69, 195, 252, 1);
        display: inline-block;
        font-size: 0.4rem;
        font-weight: 600;
        line-height: 0.4rem;
        padding: 0;
        position: relative;
        vertical-align: middle;
}
.sub-title[data-v-90069314] {
        display: none;
        font-size: 0.4rem;
        font-weight: bold;
        color: rgba(0, 177, 255, 1);
        margin-left: 0.05rem;
        vertical-align: middle;
        opacity: 0.1;
        position: absolute;
}
.content[data-v-90069314] {
        display: none;
}
.locations[data-v-90069314] {
        border-top: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.14rem;
        line-height: auto;
        font-family: Helvetica Neue;
        font-weight: 400;
        color: rgba(70, 70, 70, 1);
        justify-content: space-around;
}
.location[data-v-90069314] {
        border: 0.01rem solid rgba(229, 229, 229, 1);
        flex: 50%;
        height: 0.4rem;
        line-height: 0.4rem;
        padding-left: 0.4rem;
        text-align: left;
}
.locaion-icon[data-v-90069314] {
        display: inline-block;
        height: 0.14rem;
        vertical-align: middle;
        width: 0.11rem;
}
.down-arrow[data-v-90069314] {
        display: none;
}
}
.leaders-container[data-v-90069314] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 17.92rem;
}
.leaders-container .web[data-v-90069314] {
    display: block;
}
.leaders-container .phone[data-v-90069314] {
    display: none;
}
.leaders-info[data-v-90069314] {
    display: flex;
    justify-content: space-between;
    min-height: 4.1rem;
    opacity: 0;
    width: 8.2rem;
}
.leaders-info > *[data-v-90069314] {
    display: inline-block;
}
.leader-item[data-v-90069314] {
    position: relative;
    width: 8.3rem;
    height: 3.92rem;
    margin-top: 1.75rem;
    display: flex;
}
.leader-item-bg[data-v-90069314] {
    position: absolute;
    width: 3.6rem;
}
.leader-item-bg.left[data-v-90069314] {
    left: -0.26rem;
    bottom: -0.26rem;
}
.leader-item-bg.right[data-v-90069314] {
    top: -0.26rem;
    right: -0.26rem;
}
.web-photo[data-v-90069314] {
    position: absolute;
    left: 0;
    width: 3.62rem;
    bottom: 0;
}
.photo[data-v-90069314] {
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 4.1rem;
}
.photo-hover[data-v-90069314] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 4.1rem;
}
.info[data-v-90069314] {
    background: rgba(236, 236, 236, 1);
    color: rgb(15, 11, 11);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.1rem;
    text-align: center;
    opacity: 0;
    width: 4.1rem;
}
.leader-item .content[data-v-90069314] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8.3rem;
    max-width: 100%;
    height: 3.92rem;
    background: #d6e6f2;
    opacity: 1;
    border-radius: 0.42rem;
    justify-content: space-between;
    margin-bottom: 0;
    color: #727272;
}
.leader-item .content[data-v-90069314]:hover {
    background: #25bbe8;
    color: #fff;
}
.content .info-content[data-v-90069314] {
    position: absolute;
    top: 1.21rem;
    right: 0.36rem;
    width: 4.02rem;
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 0.3rem;
    opacity: 1;
    text-align: center;
}
.leaders-info:hover .info[data-v-90069314] {
    color: rgba(255, 255, 255, 1);
    background: url(../.././img/leaders/leader-bg.jpg) no-repeat center center;
    background-size: cover;
}
.leaders-info:hover .photo-hover[data-v-90069314] {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 4.1rem;
}
.leaders-info:hover .btn-detail[data-v-90069314] {
    animation: breathe 1.5s ease-out infinite;
    opacity: 1;
}
.vert[data-v-90069314] {
    flex-direction: column;
    height: 9.6rem;
    width: 5.3rem;
}
.vert .info[data-v-90069314],
.vert .photo[data-v-90069314] {
    height: 4.8rem;
    width: 100%;
}
.vert:hover .photo-hover[data-v-90069314] {
    height: 4.8rem;
    width: 100%;
}
.name[data-v-90069314] {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.23rem;
    white-space: nowrap;
}
.title[data-v-90069314] {
    font-size: 0.26rem;
    font-family: Arial;
    padding: 0;
    white-space: nowrap;
}
.intro[data-v-90069314] {
    font-size: 0.18rem;
    font-weight: 200;
    line-height: 0.3rem;
    margin-top: 0.3rem;
    text-align: left;
}
.btn-detail[data-v-90069314] {
    background: transparent;
    border: none;
    height: 0.45rem;
    margin: 0 auto;
    margin-top: 0.46rem;
    outline: none;
    opacity: 0;
    width: 0.45rem;
}
.appear .leaders-info[data-v-90069314] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.appear .title[data-v-90069314] {
    animation: none;
}
.appear .content[data-v-90069314] {
    animation: none;
}
.appear .info[data-v-90069314] {
    animation: none;
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
.leaders-container[data-v-90069314] {
        width: 100%;
        overflow-x: hidden;
}
.leaders-container .phone[data-v-90069314] {
        display: block;
}
.leaders-container .web[data-v-90069314] {
        display: none;
}
.leaders-info[data-v-90069314] {
        display: block;
        opacity: 1;
        width: 100%;
}
.vert[data-v-90069314] {
        height: auto;
}
.vert .info[data-v-90069314],
    .vert .photo[data-v-90069314] {
        height: auto;
        width: 100%;
}
.leaders-info:hover .info[data-v-90069314] {
        color: rgb(15, 11, 11) !important;
        background: none !important;
}
.appear .leaders-info[data-v-90069314] {
        animation: none;
}
.photo[data-v-90069314] {
        height: 3.75rem;
        object-fit: contain;
        width: 3.75rem;
}
.photo-hover[data-v-90069314] {
        display: none;
}
.info[data-v-90069314] {
        background: rgba(255, 255, 255, 1);
        color: rgb(15, 11, 11);
        min-height: auto;
        padding: 0.18rem 0.25rem 0.5rem 0.25rem;
        text-align: center;
        width: 100%;
}
.info[data-v-90069314]:hover {
        color: rgb(15, 11, 11) !important;
        background: none !important;
}
.name[data-v-90069314] {
        font-size: 0.19rem;
        font-family: Arial;
        font-weight: bold;
        line-height: 0.22rem;
        color: rgba(70, 70, 70, 1);
        text-align: left;
}
.title[data-v-90069314] {
        font-size: 0.14rem;
        font-family: Arial;
        line-height: 22px;
        color: rgba(114, 114, 114, 1);
        text-align: left;
}
.intro[data-v-90069314] {
        font-size: 0.14rem;
        font-weight: 200;
        line-height: 0.3rem;
        margin-top: 0;
        text-align: left;
}
}

.header[data-v-0d2eb6e5] {
    position: relative;
}
.section[data-v-0d2eb6e5] {
    margin-bottom: 1.05rem;
    width: 100%;
}
.title[data-v-0d2eb6e5] {
    opacity: 0;
    padding: 0 1.52rem;
    width: 100%;
}
.title .main-title[data-v-0d2eb6e5] {
    padding-top: 0.2rem;
    position: relative;
    font-size: 1.2rem;
    font-family: AppleSystemUIFont;
    font-weight: bold;
    line-height: 1.41rem;
    color: rgba(69, 195, 252, 1);
    vertical-align: top;
}
.sub-title[data-v-0d2eb6e5] {
    color: rgba(0, 177, 255, 1);
    font-size: 1.6rem;
    margin-left: 0.3rem;
    vertical-align: top;
    opacity: 0.1;
}
.content[data-v-0d2eb6e5] {
    color: black;
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 400;
    padding: 0 1.52rem;
    margin-bottom: 0.45rem;
    opacity: 0;
}
.locations[data-v-0d2eb6e5] {
    border-top: 0.01rem solid rgba(112, 112, 112, 1);
    display: flex;
    font-size: 0.26rem;
    line-height: 0.6rem;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
    justify-content: space-around;
}
.locaion-icon[data-v-0d2eb6e5] {
    display: inline-block;
    height: 0.32rem;
    vertical-align: middle;
    width: 0.25rem;
}
.section.appear .info[data-v-0d2eb6e5] {
    opacity: 0;
}
.section.appear .title[data-v-0d2eb6e5] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.section.appear .content[data-v-0d2eb6e5] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.section.appear .info[data-v-0d2eb6e5] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.offices[data-v-0d2eb6e5] {
    margin-bottom: 0;
}
.down-arrow[data-v-0d2eb6e5] {
    animation: slide-in 1s linear infinite;
    bottom: 0.3rem;
    height: 0.48rem;
    left: 50%;
    margin-left: 0.24rem;
    position: absolute;
    width: 0.48rem;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
.about[data-v-0d2eb6e5] {
        overflow-x: hidden;
        position: relative;
        width: 100%;
}
.section.appear .info[data-v-0d2eb6e5] {
        opacity: 1;
}
.section.appear .title[data-v-0d2eb6e5] {
        animation: none;
}
.section.appear .content[data-v-0d2eb6e5] {
        animation: none;
}
.section.appear .info[data-v-0d2eb6e5] {
        animation: none;
}
.section[data-v-0d2eb6e5] {
        margin-top: 0.48rem;
        margin-bottom: 0;
        width: 100%;
        overflow-x: hidden;
}
.header[data-v-0d2eb6e5] {
        margin-top: 0;
}
.title[data-v-0d2eb6e5] {
        opacity: 1;
        padding: 0 0 0 0.18rem;
        margin-bottom: 0.18rem;
        width: 100%;
}
.title .main-title[data-v-0d2eb6e5] {
        color: rgba(69, 195, 252, 1);
        display: inline-block;
        font-size: 0.4rem;
        font-weight: 600;
        line-height: 0.4rem;
        padding: 0;
        position: relative;
        vertical-align: middle;
}
.sub-title[data-v-0d2eb6e5] {
        display: none;
        font-size: 0.4rem;
        font-weight: bold;
        color: rgba(0, 177, 255, 1);
        margin-left: 0.05rem;
        vertical-align: middle;
        opacity: 0.1;
        position: absolute;
}
.content[data-v-0d2eb6e5] {
        display: none;
}
.locations[data-v-0d2eb6e5] {
        border-top: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.14rem;
        line-height: auto;
        font-family: Helvetica Neue;
        font-weight: 400;
        color: rgba(70, 70, 70, 1);
        justify-content: space-around;
}
.location[data-v-0d2eb6e5] {
        border: 0.01rem solid rgba(229, 229, 229, 1);
        flex: 50%;
        height: 0.4rem;
        line-height: 0.4rem;
        padding-left: 0.4rem;
        text-align: left;
}
.locaion-icon[data-v-0d2eb6e5] {
        display: inline-block;
        height: 0.14rem;
        vertical-align: middle;
        width: 0.11rem;
}
.down-arrow[data-v-0d2eb6e5] {
        display: none;
}
}

.img-wall[data-v-0d2eb6e5] {
    height: 7.31rem;
    margin: 0 auto;
    position: relative;
    width: 16.36rem;
}
.img[data-v-0d2eb6e5] {
    transition: transform 0.5s ease;
}
.img[data-v-0d2eb6e5]:hover {
    transform: scale(1.02);
    z-index: 999;
}
.pos-0[data-v-0d2eb6e5] {
    height: 3.44rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.92rem;
}
.pos-1[data-v-0d2eb6e5] {
    height: 3.87rem;
    left: 0;
    position: absolute;
    top: 3.44rem;
    width: 2.92rem;
}
.pos-2[data-v-0d2eb6e5] {
    height: 7.31rem;
    left: 2.92rem;
    position: absolute;
    top: 0;
    width: 6.52rem;
}
.pos-3[data-v-0d2eb6e5] {
    height: 3.44rem;
    left: 9.44rem;
    position: absolute;
    top: 0;
    width: 3.48rem;
}
.pos-4[data-v-0d2eb6e5] {
    height: 3.44rem;
    left: 12.92rem;
    position: absolute;
    top: 0;
    width: 3.49rem;
}
.pos-5[data-v-0d2eb6e5] {
    /* height: 3.78rem; */
    left: 9.44rem;
    position: absolute;
    top: 3.44rem;
    width: 6.96rem;
}
.swpier[data-v-0d2eb6e5] {
    width: 100%;
}
.img-mobile[data-v-0d2eb6e5] {
    display: block;
    height: 2.41rem;
    margin: 0 auto;
    object-fit: cover;
    width: 3.19rem;
}
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
.env[data-v-0d2eb6e5] {
        overflow-x: hidden;
        width: 100%;
}
}


.dialog[data-v-6e6e7c2e] {
    animation: fade-in 0.2s linear forwards;
    background: rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.dialog-container[data-v-6e6e7c2e] {
    background: white;
    /* display: flex; */
    /* flex: 0 0; */
    /* justify-content: flex-start; */
    min-height: 6.59rem;
    margin: 0 auto;
    position: relative;
    white-space: nowrap;
    width: 10.82rem;
}
.photo[data-v-6e6e7c2e] {
    display: inline-block;
    height: 3.14rem;
    vertical-align: top;
    width: 3.14rem;
}
.info[data-v-6e6e7c2e] {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.19rem 0.84rem 0.42rem 0.76rem;
    white-space: pre-wrap;
    width: 7.68rem;
}
.name[data-v-6e6e7c2e] {
    color: rgba(69, 195, 252, 1);
    font-size: 0.36rem;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0.18rem;
}
.title[data-v-6e6e7c2e] {
    color: rgba(139, 139, 139, 1);
    font-size: 0.26rem;
    font-family: Arial;
    font-weight: 400;
    margin-bottom: 0.32rem;
}
hr[data-v-6e6e7c2e] {
    border: 1px solid rgba(234, 236, 240, 1);
    margin-bottom: 0.31rem;
    width: 100%;
}
.intro[data-v-6e6e7c2e] {
    color: rgba(139, 139, 139, 1);
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 200;
    line-height: 0.34rem;
}
.close[data-v-6e6e7c2e] {
    cursor: pointer;
    right: 0.46rem;
    position: absolute;
    top: 0.42rem;
}

.header[data-v-ce065f60] {
    position: relative;
}
.section[data-v-ce065f60] {
    margin-bottom: 1.05rem;
    width: 100%;
}
.title[data-v-ce065f60] {
    opacity: 0;
    padding: 0 1.52rem;
    width: 100%;
}
.title .main-title[data-v-ce065f60] {
    padding-top: 0.2rem;
    position: relative;
    font-size: 1.2rem;
    font-family: AppleSystemUIFont;
    font-weight: bold;
    line-height: 1.41rem;
    color: rgba(69, 195, 252, 1);
    vertical-align: top;
}
.sub-title[data-v-ce065f60] {
    color: rgba(0, 177, 255, 1);
    font-size: 1.6rem;
    margin-left: 0.3rem;
    vertical-align: top;
    opacity: 0.1;
}
.content[data-v-ce065f60] {
    color: black;
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 400;
    padding: 0 1.52rem;
    margin-bottom: 0.45rem;
    opacity: 0;
}
.locations[data-v-ce065f60] {
    border-top: 0.01rem solid rgba(112, 112, 112, 1);
    display: flex;
    font-size: 0.26rem;
    line-height: 0.6rem;
    font-family: Helvetica Neue;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
    justify-content: space-around;
}
.locaion-icon[data-v-ce065f60] {
    display: inline-block;
    height: 0.32rem;
    vertical-align: middle;
    width: 0.25rem;
}
.section.appear .info[data-v-ce065f60] {
    opacity: 0;
}
.section.appear .title[data-v-ce065f60] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.section.appear .content[data-v-ce065f60] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.section.appear .info[data-v-ce065f60] {
    animation: slide-in-resver 1s 0.2s ease-out forwards;
}
.offices[data-v-ce065f60] {
    margin-bottom: 0;
}
.down-arrow[data-v-ce065f60] {
    animation: slide-in 1s linear infinite;
    bottom: 0.3rem;
    height: 0.48rem;
    left: 50%;
    margin-left: 0.24rem;
    position: absolute;
    width: 0.48rem;
}
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
.about[data-v-ce065f60] {
        overflow-x: hidden;
        position: relative;
        width: 100%;
}
.section.appear .info[data-v-ce065f60] {
        opacity: 1;
}
.section.appear .title[data-v-ce065f60] {
        animation: none;
}
.section.appear .content[data-v-ce065f60] {
        animation: none;
}
.section.appear .info[data-v-ce065f60] {
        animation: none;
}
.section[data-v-ce065f60] {
        margin-top: 0.48rem;
        margin-bottom: 0;
        width: 100%;
        overflow-x: hidden;
}
.header[data-v-ce065f60] {
        margin-top: 0;
}
.title[data-v-ce065f60] {
        opacity: 1;
        padding: 0 0 0 0.18rem;
        margin-bottom: 0.18rem;
        width: 100%;
}
.title .main-title[data-v-ce065f60] {
        color: rgba(69, 195, 252, 1);
        display: inline-block;
        font-size: 0.4rem;
        font-weight: 600;
        line-height: 0.4rem;
        padding: 0;
        position: relative;
        vertical-align: middle;
}
.sub-title[data-v-ce065f60] {
        display: none;
        font-size: 0.4rem;
        font-weight: bold;
        color: rgba(0, 177, 255, 1);
        margin-left: 0.05rem;
        vertical-align: middle;
        opacity: 0.1;
        position: absolute;
}
.content[data-v-ce065f60] {
        display: none;
}
.locations[data-v-ce065f60] {
        border-top: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.14rem;
        line-height: auto;
        font-family: Helvetica Neue;
        font-weight: 400;
        color: rgba(70, 70, 70, 1);
        justify-content: space-around;
}
.location[data-v-ce065f60] {
        border: 0.01rem solid rgba(229, 229, 229, 1);
        flex: 50%;
        height: 0.4rem;
        line-height: 0.4rem;
        padding-left: 0.4rem;
        text-align: left;
}
.locaion-icon[data-v-ce065f60] {
        display: inline-block;
        height: 0.14rem;
        vertical-align: middle;
        width: 0.11rem;
}
.down-arrow[data-v-ce065f60] {
        display: none;
}
}
