
[data-v-25c28420]::-webkit-scrollbar {
    display: none;
}
nav[data-v-25c28420] {
    height: 1rem;
    left: 0;
    background: transparent;
    position: fixed;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
    user-select: none;
}
.nav-bg[data-v-25c28420] {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: absolute;
    width: 100%;
}
.container[data-v-25c28420] {
    align-content: flex-start;
    display: flex;
    height: auto;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    overflow-y: auto;
}
.fake-nav[data-v-25c28420] {
    height: 1rem;
    background: transparent;
    position: relative;
    width: 100%;
}
nav a[data-v-25c28420] {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:link {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:visited {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:hover {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
nav a[data-v-25c28420]:active {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
.logo[data-v-25c28420] {
    cursor: pointer;
    display: flex;
    margin-left: 6vw;
    margin-top: 25%;
    height: 0.39rem;
    transform: translateY(-50%);
    vertical-align: top;
}
.path-container[data-v-25c28420] {
    height: 2.5rem;
    justify-content: space-between;
    max-width: 70%;
    overflow: auto;
    position: fixed;
    right: 4%;
}
.path-container li[data-v-25c28420] {
    position: relative;
}
.path-container li > ul[data-v-25c28420] {
    display: none;
}
.path-container li:hover > ul[data-v-25c28420] {
    display: block;
}
.link[data-v-25c28420] {
    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-25c28420]:hover::after {
    animation: scale-wider-25c28420 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-25c28420 {
0% {
        transform: scaleX(0);
}
100% {
        transform: scaleX(1);
}
}
.link[data-v-25c28420]:hover {
    background: white;
    color: rgba(28, 156, 222, 1);
}
.arrow[data-v-25c28420] {
    display: inline-block;
    margin-left: 0.05rem;
    vertical-align: middle;
    width: 0.14rem;
}
.sub-list[data-v-25c28420] {
    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-25c28420] {
        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-25c28420] {
        height: 0.8rem;
        background: transparent;
        position: relative;
        width: 100%;
}
.logo[data-v-25c28420] {
        margin-top: 0.42rem;
        height: 0.31rem;
}
.menu-container[data-v-25c28420] {
        min-height: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.58rem;
}
.menu-btn[data-v-25c28420] {
        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-25c28420] {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
.droplist[data-v-25c28420] {
        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-25c28420] {
        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-25c28420]:hover::after {
        animation: scale-wider-25c28420 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-25c28420]:active::after {
        animation: scale-wider-25c28420 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-25c28420] {
        display: none;
}
.dropitem:hover .sub-menu[data-v-25c28420] {
        display: block;
}
    /* .dropitem:active .sub-menu {
            display: block;
        } */
.sub-menu[data-v-25c28420] {
        position: absolute;
        right: 2rem;
        top: 0;
}
.arrow[data-v-25c28420] {
        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-1fa14727] {
    background-size: 100% 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.21rem;
    text-align: center;
    width: 100%;
}
footer a[data-v-1fa14727],
footer a[data-v-1fa14727]:link,
footer a[data-v-1fa14727]:visited,
footer a[data-v-1fa14727]:hover,
footer a[data-v-1fa14727]:active {
    text-decoration: none;
    color: white;
}
.footer .nav[data-v-1fa14727] {
    font-size: 0.18rem;
    font-family:Helvetica Neue;
    font-weight:400;
    color:rgba(255,255,255,1);
    width: 100%;
    white-space: nowrap;
}
.footer .nav-item[data-v-1fa14727] {
    display: inline-block;
    font-size: 0.21rem;
    padding-right: 0.1rem;
    /* padding: 0 0.1rem 0 0.1rem; */
}
.footer .nav-item a[data-v-1fa14727] {
    cursor: pointer;
}
.footer .linkus[data-v-1fa14727] {
    max-width: 80%;
    margin: 0 auto;
}
.footer .linkus-item[data-v-1fa14727] {
    display: inline-block;
    font-size: 0.18rem;
}
.footer .icp[data-v-1fa14727] {
    font-size: 0.18rem;
    font-family:Helvetica Neue;
    font-weight:400;
    color:rgba(255,255,255,1);
    width: 100%;
}
.footer .license[data-v-1fa14727] {
    text-decoration: none;
}
.footer .license a[data-v-1fa14727],
.footer .license a[data-v-1fa14727]:link,
.footer .license a[data-v-1fa14727]:visited,
.footer .license a[data-v-1fa14727]:hover,
.footer .license a[data-v-1fa14727]:active {
    color: white;
    display: inline-block;
    font-size: 0.14rem;
    height: 0.2rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    line-height: 0.2rem;
}
.footer .license a *[data-v-1fa14727] {
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.footer .icon[data-v-1fa14727] {
    vertical-align: bottom;
    width: 0.26rem;
}

/* -- mobile -- */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
footer[data-v-1fa14727] {
    color: white;
    height: 0.9rem;
    padding: 0.001rem;
    text-align: center;
    width: 100%;
}
.nav[data-v-1fa14727] {
    display: none;
}
.linkus[data-v-1fa14727] {
    display: none;
}
.footer .icp[data-v-1fa14727] {
    font-size: 0.14rem;
    margin: 0 auto;
    min-width: 2.84rem;
    max-width: 80%;
}
.footer .license[data-v-1fa14727] {
    display: none;
}
}
/* -- mobile end --*/


.container[data-v-ee323932] {
    position: relative;
}
.main[data-v-ee323932] {
    white-space: nowrap;
}
.main > *[data-v-ee323932] {
    white-space: normal;
}
.contact-area[data-v-ee323932] {
    border-left: 2px solid #ebebeb;
    display: inline-block;
    position: relative;
}
.contact-block[data-v-ee323932] {
    /* border-bottom: 1px solid rgba(204, 204, 204, 1); */
    margin-bottom: 0.3rem;
    padding-left: 0.99rem;
    padding-top: 0.53rem;
    /* padding-bottom: 0.57rem; */
}
.contact-block h2[data-v-ee323932] {
    font-size: 0.6rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    position: relative;
}
.contact-block h2[data-v-ee323932]::after {
    border-bottom: 0.02rem solid rgba(0, 196, 255, 1);
    content: "";
    margin-top: 0.15rem;
    position: absolute;
    width: 1.79rem;
    bottom: -0.1rem;
    left: 0;
}
.contact-block .context[data-v-ee323932] {
    color: rgba(0, 0, 0, 1);
    font-size: 0.32rem;
    font-weight: 400;
    margin-top: 0.53rem;
}
.contact-block .sub-context[data-v-ee323932] {
    font-size: 0.12rem;
    font-weight: 200;
    margin-top: 0.1rem;
}
.contact-block .ways[data-v-ee323932] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.53rem;
}
.contact-block .ways .way[data-v-ee323932] {
    margin-right: 1.02rem;
}
.contact-block .icon[data-v-ee323932] {
    height: 0.8rem;
    vertical-align: middle;
    width: 0.8rem;
}
.contact-block .way-text[data-v-ee323932] {
    color: rgba(78, 78, 78, 1);
    font-size: 0.22rem;
    font-weight: 300;
    vertical-align: middle;
}
.contact-block .qr[data-v-ee323932] {
    margin: 0.4rem;
}
.appeal-btn[data-v-ee323932] {
    margin-top: 0.36rem;
}
.cooperations[data-v-ee323932] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.18rem;
    font-weight: 200;
    line-height: 0.36rem;
    margin-top: 0.56rem;
    justify-content: flex-start;
    width: 11.76rem;
}
.cooperations > li[data-v-ee323932] {
    margin-bottom: 0.5rem;
    width: 50%;
}
.img-wrapper[data-v-ee323932] {
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}
.img-wrapper img[data-v-ee323932] {
    width: 12.17rem;
}
/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
.contact-area[data-v-ee323932] {
        position: relative;
        width: 100%;
        padding: 0;
}
.contact-block[data-v-ee323932] {
        /* margin-bottom: 0.77rem; */
        padding: 0 0.22rem;
        margin-top: 0.38rem;
}
.contact-block h2[data-v-ee323932] {
        font-size: 0.24rem;
        font-weight: 600;
        color: rgba(0, 0, 0, 1);
        position: relative;
}
.contact-block h2[data-v-ee323932]::after {
        border-bottom: 0.01rem solid rgba(0, 196, 255, 1);
        content: "";
        top: 0.18rem;
        position: absolute;
        width: 0.76rem;
        bottom: 0;
        left: 0;
}
.contact-block .context[data-v-ee323932] {
        color: rgba(0, 0, 0, 1);
        font-size: 0.19rem;
        font-weight: 400;
        margin-top: 0.3rem;
}
.contact-block .sub-context[data-v-ee323932] {
        font-size: 0.12rem;
}
.contact-block .ways[data-v-ee323932] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin-top: 0.19rem;
}
.contact-block .ways .way[data-v-ee323932] {
        margin-right: 0;
}
.contact-block .icon[data-v-ee323932] {
        height: 0.51rem;
        vertical-align: middle;
        width: 0.51rem;
}
.contact-block .way-text[data-v-ee323932] {
        color: rgba(78, 78, 78, 1);
        font-size: 0.14rem;
        font-weight: 300;
        vertical-align: middle;
}
.contact-block .qr[data-v-ee323932] {
        margin: 0.4rem;
        margin-bottom: 0.2rem;
        width: 2.6rem;
}
.cooperations[data-v-ee323932] {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 0.18rem;
        font-weight: 200;
        line-height: 0.36rem;
        margin-top: 0.56rem;
        justify-content: flex-start;
        width: 11.76rem;
}
.cooperations > li[data-v-ee323932] {
        margin-bottom: 0.32rem;
        width: 100%;
}
.friends[data-v-ee323932] {
        padding: 0;
}
.friends h2[data-v-ee323932] {
        margin-left: 0.22rem;
}
.img-wrapper[data-v-ee323932] {
        background-size: 100% 100%;
        height: 100%;
        width: 100%;
}
.img-wrapper img[data-v-ee323932] {
        width: 100%;
}
}

