@font-face {
    font-family: 'opensan';
    src: url(../font/OpenSans.ttf);
}

* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

body, html {
    background-color: #fff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.yuming {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 80px;
}

.yuminglist {
    position: absolute;
    width: 50%;
    height: 88%;
    top: 12%;
    left: 50%;
    transform: translateX(-40%);
}

.yuminglist li {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    line-height: 200%;
    padding: 0 40px;
    border-radius: 100px;
    /* transition: all 0.5s; */
}

.yuminglist li a {
    display: block;
    color: #FFFFFF;
    line-height: 200%;
    padding: 0 40px;
    border-radius: 100px;
    line-height: 200%;
}

.yuminglist li:nth-child(2) {
    left: auto;
    right: 1em;
    font-size: 24px;
    top: 2em;
}

.yuminglist li:nth-child(3) {
    left: 40%;
    top: 3em;
}

.yuminglist li:nth-child(4) {
    left: 20%;
    top: 6em;
}

.yuminglist li:nth-child(5) {
    left: auto;
    right: 2em;
    top: 7em;
}

.yuminglist li:nth-child(6) {
    left: 10%;
    top: 12em;
    font-size: 24px;
}

.yuminglist li:nth-child(7) {
    top: 9em;
    left: 38%;
}

.yuminglist li:nth-child(8) {
    top: 12em;
    left: 60%;
}

.yuminglist a:hover {
    background-color: #42BBFF;
}

.main .bgctop {
    position: relative;
    overflow: hidden;
}

.main .bgctop svg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.ppgfkf {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.ppgfkf .newtheme svg path {
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.8s;
}

.newtheme {
    text-align: center;
    margin-bottom: 16px;
}

.ymtitle {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 10%;
    transform: translateY(-100%) translateX(-100%);
}

.ppkf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ppkf > li {
    position: relative;
    width: 33.3%;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.4s;
}

.ppkf > li > a {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.ppkf > li > a:hover {
    box-shadow: 0 0 20px #f622813d;
}

.ppkf > li + li > a:hover {
    box-shadow: 0 0 20px #8854ef34;
}

.ppkf > li + li + li > a:hover {
    box-shadow: 0 0 20px #ffb67244;
}

.ppkf > li + li + li + li > a:hover {
    box-shadow: 0 0 20px #2d61ff3f;
}

.ppkf > li + li + li + li + li > a:hover {
    box-shadow: 0 0 20px #fb3e7041;
}

.ppkf > li + li + li + li + li + li > a:hover {
    box-shadow: 0 0 20px #3dc8aa36;
}

.toptheme {
    position: relative;
}

.toptheme svg {
    display: block;
    width: 100%;
    height: auto;
}

.topimg {
    position: absolute;
    top: 9%;
}

/* 标签图 */

.topimg .img {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.topimg img {
    display: block;
    width: 100%;
}

.ppkf li:nth-child(1) .topimg .img {
    width: 50%;
}

.ppkf li:nth-child(4) .topimg .img {
    width: 45%;
}

.ppkf li:nth-child(6) .topimg .img {
    width: 70%;
}

.yddkffw {
    position: relative;
}

.yddkffw .newtheme {
    margin-bottom: 38px;
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.8s;
}

.btinfo {
    position: absolute;
    width: 100%;
    top: 52.5%;
    left: 50%;
    transform: translateX(-50%);
}

.btinfo h2 {
    text-align: left;
    padding: 0 12%;
    font-family: 'opensan';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #000000;
}

.btinfo p {
    text-align: left;
    font-family: 'opensan';
    font-style: normal;
    font-weight: normal;
    padding: 0 12%;
    font-size: 12px;
    line-height: 16px;
    color: #A5A7AA;
    margin-top: 14px;
}

.ppkf li .btinfo h2.en {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-transform: uppercase;
    color: #F62280;
}

.ppkf li:nth-child(2) h2.en {
    color: #8854EF;
}

.ppkf li:nth-child(3) h2.en {
    color: #FFB672;
}

.ppkf li:nth-child(4) h2.en {
    color: #2D61FF;
}

.ppkf li:nth-child(5) h2.en {
    color: #FB3E70;
}

.ppkf li:nth-child(6) .btinfo h2.en {
    font-size: 10px;
    color: #3DC8AA;
}

/* 移动端 */

.yddkffw {
    margin-bottom: 240px;
}

.yddkffw .yddcon {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.yddkffw .yddcon li {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    clear: both;
    transition: all 0.8s;
    opacity: 0;
    transform: translateY(50%);
}

.yddkffw .yddcon li div {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 110px;
    width: 420px;
    background: radial-gradient(117.26% 117.26% at 50% 50%, rgba(255, 218, 218, 0.04) 0%, #FFE2CD 100%);
    border-radius: 80px;
    padding: 16px 65px;
    overflow: hidden;
}

.yddkffw .yddcon li:nth-child(2) div {
    width: 320px;
    float: left;
    background: radial-gradient(117.26% 117.26% at 50% 50%, rgba(206, 221, 244, 0.04) 0%, #B6C8F8 100%);
}

.yddkffw .yddcon li:nth-child(3) div {
    width: 580px;
    padding-left: 80px;
    padding-right: 0;
    margin-right: -100px;
    background: radial-gradient(117.26% 117.26% at 50% 50%, rgba(241, 218, 255, 0.04) 0%, #ECCDFF 100%);
}

.yddkffw .yddcon li h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 6px;
}

.yddkffw .yddcon li p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
}

.wxkf {
    position: relative;
    background-color: #fae7e557;
    margin-bottom: 180px;
}

.wxkf .wxkfbgc {
    position: relative;
    width: 1900px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.wxkf .wxkfbgc > img {
    display: block;
    width: 100%;
}

.bot {
    position: absolute;
    width: 80%;
    height: 101px;
    left: -9px;
    bottom: 0;
    background: #f9e0db;
    filter: blur(80px);
}

.boll {
    position: absolute;
    top: 0;
    left: 40%;
    transform: translateY(-50%);
}


.boll + img {
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.4s;
}

.nohidde {
    text-align: left;
    /* overflow: hidden; */
}

.nohidde .weixn {
    position: absolute;
    right: 5%;
    top: 16%;
    transform: translateY(100%);
    transition: all 0.4s;
    opacity: 0;
}

.nohidde .weixn .peo {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
}

.contentbgc {
    position: absolute;
    top: 14%;
    left: 50%;
}

.contentbgc > div {
    margin-bottom: 58px;
    transform: translateY(100%);
    transition: all 0.4s;
    opacity: 0;
}

.contentbgc ul li {
    margin-bottom: 34px;
    transform: translateY(100%);
    transition: all 0.8s;
    opacity: 0;
}

.contentbgc ul li h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #3FC830;
}

.contentbgc ul li p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #B5B5B5;
}

/* 云服务解决方案 */

.yfwjjfa {
    position: relative;
    width: 1200px;
    margin: 0 auto 280px;
}

.yfwjjfa .title {
    margin-bottom: 78px;
}

.yfwjjfa ul li {
    width: 33.3%;
    transition: all 0.8s;
    transform: translateY(50%);
    opacity: 0;
}

.yfwjjfa ul li h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    color: #7BD0FF;
    line-height: 180%;
}

.yfwjjfa ul li a {
    display: block;
}

.yfwjjfa ul li p {
    display: none;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.yfwjjfa ul li.course h2 {
    color: #FFFFFF;
    padding: 0 2em;
    background: linear-gradient(90deg, #6C8AFF 6.98%, #67BEE8 92.33%);
    border-radius: 50px;
    margin-bottom: 22px;
    transition: all 0.8s;
}

.yfwjjfa ul li.course p {
    display: block;
    margin-bottom: 43px;
}

@keyframes moveimg {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(6%);
        opacity: 0.8;
    }
}

.yfwimg {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.yfwimg > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 100%;
    overflow: hidden;
}

.yfwimg li {
    float: left;
    width: 33.33%;
    height: 100%;
    animation: moveimg 2s infinite alternate;
}

.yfwimg li img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* 全球节点 */

.qqjd {
    text-align: center;
    width: 1900px;
    margin: 0 auto 50px;
}

.qqjd .qqtit {
    margin-bottom: 40px;
}

.qqjd .qqtit svg {
    margin-bottom: 24px;
}

.qqjd .qqtit svg path {

    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s;
}

.qqjd .qqtit p {
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #333333;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s;
}
.qqjd_box {
    position: relative;
}
.qqjdmap {
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0px;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.4s;
}

.qqjdmap svg {
    display: block;
    transform-origin: top center;
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: unset;
}

.qqjdmap svg g {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* 我们的服务 */

.wmdfw {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/wmdfwbgc.png) no-repeat center center;
    background-size: cover;
    background-color: #212838;
    padding-top: 64px;
    padding-bottom: 97px;
    margin-bottom: 153px;
}

.wmdfw .title {
    text-align: center;
}

.wmdfw .fwcon h2 {
    transition: all 0.4s;
    transform: translateY(100%);
    opacity: 0;
}

.wmdfw .fwcon h2 {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 82px;
}

.wmdfw .title path {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s;
}

.wmdfw .fwimg {
    position: relative;
    width: 127px;
    height: 127px;
    margin: 0 auto 35px;
}

.wmdfw .fwcon .fwimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wmdfw .fwcon h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.wmdfw .fwcon ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-around;
    overflow: hidden;
}

.wmdfw .fwcon ul li {
    float: left;
    transition: all 0.4s;
    transform: translateY(100%);
    opacity: 0;
}

.wmdkh {
    margin-bottom: 153px;
}

.wmdkh .title {
    text-align: center;
    margin-bottom: 92px;
}

.wmdkh .title path {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s;
}

.yfwimg ul {
    transition: all 0.8s;
}

.wmdkh .zsbgc {
    position: relative;
    width: 2000px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

/* .wmdkh .zsbgc::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: auto;
    margin: 10px 0;
    width: 2%;
    filter: blur(10px);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
} */

.wmdkh .zhanshi {
    position: relative;
    width: 1500px;
    height: 540px;
    left: 50%;
    transform: translateX(-100%);
}

.wmdkh .wkh {
    position: absolute;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
    width: auto;
    margin: 0 auto;
}

.wmdkh .wkh li {
    position: relative;
    width: 705px;
    height: 100%;
    padding: 1% 0.6% 0.6%;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 40px;
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.4s;
}

.wmdkh .wkh li h2 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 8px;
}

.wmdkh .wkh li .theme {
    position: relative;
    margin-bottom: 5%;
}

.wmdkh .wkh li p {
    font-size: 18px;
    color: #000000;
}

.wmdkh .wkh li a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    line-height: 180%;
    color: #3077ED;
    padding: 0 2.5em;
    border-radius: 4px;
    border: 1px solid #3077ED;
    transition: all 0.4s;
}

.wmdkh .wkh li a:hover {
    background-color: #3077ED;
    color: #fff;
    box-shadow: 0 5px 10px 0 #3078ed59;
}

.wmdkh .wkh li .zsimg {
    margin: 0 auto;
    width: 100%;
    height: 60%;
}

.yfwjjfa .title svg {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s;
}

.wmdkh .wkh li .zsimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

svg .mapcountry path {
    transition: all 0.4s;
}

.showname {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#vinewton-ingenuity {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    overflow: initial;
}

#vinewton-ingenuity {
    overflow: unset !important;
}

.needsclick {
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: 100% !important;
}

#ctmap {
    /*display: none;*/
    position: relative;
    width: 100%;
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
}

.phimg {
    position: absolute;
    top: 80%;
    left: 48%;
    transform: translateX(-50%) translateY(-50%);
}

.phimg img {
    transition: all 0.4s;
}

@media screen and (max-width: 1919px) {
    .yuming {
        width: 100%;
    }

    .needsclick {
        transform: scale(80%);
    }

    .wmdkh .zsbgc, .wxkf .wxkfbgc, .yfwjjfa, .qqjd {
        width: 100%;
    }

    .ppgfkf, .yddkffw .yddcon, .yfwjjfa {
        width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .contentbgc {
        left: 10%;
        width: 50%;
    }

    .nohidde {
        text-align: right;
    }

    .nohidde > img:nth-child(2) {
        transform: translateX(20%);
    }

    .nohidde .weixn {
        display: none;
    }

    .phimg {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .yfwimg {
        position: relative;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    #ctmap {
        display: block;
        z-index: 1;
    }

    .qqjdmap {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .ppkf > li {
        width: 50%;
    }

    .contentbgc {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        width: 80%;
    }

    .nohidde {
        /* transform: translateX(-50%); */
        margin-bottom: 50px;
    }

    .wmdfw .fwcon ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .wmdfw .fwcon ul li {
        width: 33.3%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 800px) {
    .yuming {
        width: 100%;
    }

    .needsclick {
        width: 100% !important;
        height: auto !important;
    }

    .wmdkh .zhanshi {
        width: 80%;
        transform: translateX(0);
        left: 0;
        height: 300px;
    }

    .wmdkh .wkh li {
        width: 300px;
        margin-right: 10px;
    }

    .wmdkh .wkh li h2 {
        font-size: 20px;
    }

    .wmdkh .wkh li a {
        font-size: 18px;
        padding: 0 1em;
        line-height: 160%;
    }

    .wmdkh .wkh li p {
        font-size: 16px;
    }

    .yfwimg {
        width: 400px;
        height: 400px;
    }

    .yfwjjfa ul li {
        width: 300px;
    }

    .yfwimg {
        width: 100%;
        margin: 0 auto;
    }

    .yfwimg ul {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .yfwjjfa {
        margin-bottom: 80px;
    }

    .qqjd .qqtit, .wmdkh .title, .yfwjjfa .title {
        width: 90%;
        margin: 0 auto 40px;
    }

    .qqjd .qqtit svg, .wmdkh .title svg, .yfwjjfa .title svg {
        width: 100%;
    }

    .qqjd .qqtit p {
        font-size: 16px;
    }

    .yfwjjfa .title svg path:nth-child(2) {
        transform: scale(1.5);
    }

    .yfwjjfa ul li h2 {
        font-size: 20px;
    }

    .wxkf {
        margin-bottom: 50px;
    }

    .ppgfkf {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 760px) {
    .ppkf {
        justify-content: center;
    }

    .ppkf > li {
        width: 80%;
    }

    .yddkffw .yddcon li div {
        float: left;
        width: 80%;
        margin-bottom: 10px;
        padding-right: 100px;
    }

    .yddkffw .yddcon li:nth-child(2) div {
        float: left;
        padding-right: 120px;
        width: 420px;
        width: 80%;
    }

    .yddkffw .yddcon li:nth-child(3) div {
        width: 80%;
        float: left;
        padding-right: 140px;
    }

    .contentbgc > div {
        margin-bottom: 20px;
    }

    .contentbgc > div svg {
        width: 100%;
    }

    .wmdfw .title {
        width: 90%;
        margin: 0 auto;
    }

    .wmdfw .title svg {
        width: 100%;
    }

    .yuminglist {
        height: 100%;
        top: 0;
        transform: translateX(-50%);
    }

    #vinewton-ingenuity .fallback--paginator {
        bottom: 10% !important;
        left: 50% !important;
        text-align: center;
        margin-left: 0 !important;
        transform: translateX(-50%) !important;
    }

    #vinewton-ingenuity .fallback {
        height: 100% !important;
    }

    #vinewton-ingenuity .fallback .swipe {
        transform: translateY(20px);
        height: 100% !important;
        overflow: unset !important;
    }

    .fallback--page {
        position: relative;
        height: 300px !important;
    }
.fallback--page > div {
    height: 100% !important;
}
    .wmdkh {
        margin-bottom: 0px;
    }

    .wmdfw {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    .wmdfw .fwcon h2 {
        margin-bottom: 40px;
    }

    .ppkf > li {
        margin-bottom: 20px;
    }

    .yfwimg ul li {
        width: 350px;
    }
}

@media screen and (max-width: 560px) {
    .newtheme svg {
        width: 80%;
    }

    .yuming {
        width: 200%;
        margin-bottom: 40px;
    }

    .wmdfw .fwcon ul {
        width: 90%;
        justify-content: flex-start;
    }

    .wmdfw .fwcon ul li {
        width: 50%;
    }

    .yddkffw .newtheme svg path:nth-child(2) {
        transform: scale(2);
    }

    .nohidde {
        transform: translateX(-50%);
    }

    .yddkffw {
        margin-bottom: 50px;
        overflow: hidden;
    }

    .wmdfw .fwcon ul li {
        width: 20%;
    }

    .wmdfw .fwcon h3 {
        font-size: 12px;
    }

    .wmdfw .fwimg {
        width: 100%;
        margin-bottom: 0;
        height: 88px;
    }
}

@media screen and (max-width: 500px) {
    .ppkftop {
        width: 100%;
    }

    .btinfo {
        top: 48%;
    }

    .btinfo h2 {
        font-size: 20px;
    }

    .btinfo p {
        margin-top: 5px;
    }

    #vinewton-ingenuity-canvas {
        width: 50% !important;
        height: 120% !important;
    }
}