body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.main_box {
    position: relative;
    height: 100vh;
}

html {
    font-size: 16px;
    /* 1rem = 16px */
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
    src: url('../font/AlibabaPuHuiTi-2-85-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-95-ExtraBold';
    src: url('../font/AlibabaPuHuiTi-2-95-ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    src: url('../font/AlibabaPuHuiTi-2-55-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-105-Heavy';
    src: url('../font/AlibabaPuHuiTi-2-105-Heavy.otf') format('truetype');
}


/* 大屏幕（1920px 及以上） */
@media screen and (min-width: 1920px) {
    html {
        font-size: 20px;
        /* 1rem = 20px */
    }
}

/* 小屏幕（1366px 及以下） */
@media screen and (max-width: 1366px) {
    html {
        font-size: 16px;
        /* 1rem = 14px */
    }
}

.jsmodern-fullpage-navigation-default>b {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(117, 117, 117, 0.29);
    border: none;
}

.jsmodern-fullpage-navigation-default>b.active {
    background: #FE4383;
    /* height: 2rem; */
}

.header_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    z-index: 100;
}

.header_box .logo {
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 3.2rem;
}

.header_box ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
}

.content_ul a {
    text-decoration: none;
}

.header_box li {
    margin: 0 1.5rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.header_box li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.header_box .active a {
    color: rgba(255, 255, 255, 1);
}

.header_box .whi {
    display: block;
}

.header_box .bla {
    display: none;
}

.footers {
    position: fixed !important;
    bottom: 10px !important;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    font-size: 14px !important;
}

.header_active .whi {
    display: none;
}

.header_active .bla {
    display: block;
}

.bg_one {
    width: 100%;
}

.bg_two {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.centent_main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.centent_box .logo_one {
    width: 18.8rem;
    height: 14.1rem;
    margin: 0 auto;
    display: block;
}

.two_box {
    position: relative;
    width: 41.6rem;
    height: 9.1rem;
    margin: 2.2rem auto 1.7rem auto;
}

.centent_box .logo_two {
    width: 41.6rem;
    height: 9.1rem;
    display: block;
}

.centent_box .logo_tips {
    position: absolute;
    right: -6.2rem;
    bottom: -1.8rem;
    width: 8.2rem;
    height: 3.4rem;
    display: block;
}

.centent_box p {
    font-family: AlibabaPuHuiTi-2-55-Regular;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.4rem;
    text-align: center;
    font-style: normal;
}

.moretips {
    font-family: AlibabaPuHuiTi-2-55-Regular;
    font-size: 0.9rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1rem;
}

.moretips .logo_ico {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    animation: floatico 2s ease-in-out infinite;
}

/* 
.bg_two {
    animation: floatico 2s ease-in-out infinite;
} */

@keyframes floatico {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
        /* 上浮高度 */
    }

    100% {
        transform: translateY(0px);
    }
}

.head_h2 {
    font-family: AlibabaPuHuiTi-2-105-Heavy;
    font-size: 3.2rem;
    color: #0F0D28;
    text-align: center;
    font-style: normal;
    width: 100%;
}

.head_h2 span {
    font-family: AlibabaPuHuiTi-2-105-Heavy;
    background-image: linear-gradient(90deg, #FF2A8F 0%, #4762FF 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.head_p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6C6A82;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.6rem;
}

.center_box {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content_ul {
    width: 69.4rem;
    margin: 6rem auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.content_ul li {
    position: relative;
    width: 16.5rem;
    height: 20.7rem;
    background: rgba(255, 255, 255, 0.64);
    /* background: #F8F8FF; */
    background-size: 100%;
    border-radius: 1rem;
    border: 0.2rem solid #FFFFFF;
    padding: 0.8rem;
    box-sizing: border-box;
    /* transition: all 0.3s; */
}

.content_ul li:hover {
    /* transform: translateY(-10px); */
    background: rgba(255, 255, 255, 0.64) url('../images/Screen2_input@2x.png') no-repeat bottom;
    background-size: 100%;
}

.content_ul .title {
    height: 2.1rem;
    font-family: AlibabaPuHuiTi-2-85-Bold;
    font-size: 1.5rem;
    color: #0F0D28;
    font-style: normal;
    margin-left: 1.2rem;
}

.titleone {
    margin-top: 1rem;
    font-family: AlibabaPuHuiTi-2-95-ExtraBold !important;
}

.content_ul .tips {
    height: 3.9rem;
    font-family: PingFangSC, PingFang SC;
    font-size: 0.8rem;
    font-weight: 400;
    color: #6C6A82;
    font-style: normal;
    margin: 0.45rem 0 0.65rem 1.2rem;
}

.content_ul .tipss {
    width: 15.2rem;
    font-family: AlibabaPuHuiTi-2-95-ExtraBold;
    font-size: 2rem;
    color: #fff;
    margin: 0.45rem auto 0.65rem auto;
    text-align: c;
}

.content_ul .img {
    height: 10.6rem;
    width: 15rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8rem;
}

.marketingCss .head_h2 {
    color: #FFFFFF;
}

.marketingCss li {
    position: relative;
    text-align: center;
    width: 22rem;
    height: 18.5rem;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 1rem;
    border: none;
    /* box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.11), 0 0 0 1px rgba(255, 255, 255, 0.31); */
    padding-top: 2rem;
    /* border: 0.2rem solid rgba(255, 255, 255, 0.31); */
}

.card-border {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.31));
    border-radius: 1.2rem;
    height: 100%;
    left: -4px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 4px;
    position: absolute;
    top: -4px;
    width: 100%;
    z-index: -1
}


.marketingCss li:hover {
    background: rgba(255, 255, 255, 0.11);
}

.marketingCss .imgs {
    display: block;
    width: 14.4rem;
    height: 4.2rem;
    margin: 0 auto;
}

.marketingCss .title {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1.2rem;
}

.marketingCss .tips {
    width: 15rem;
    font-size: 2rem;
    color: #FFFFFF;
    height: auto;
    margin: 0 auto;
}

.expert_centent {
    display: flex;
    align-items: flex-end;
    width: 69.4rem;
    margin: 0 auto;
}

.expert_box {
    /* width: 69.4rem; */
    height: 28rem;
    margin: 0 auto;
}

.expert_box .head_h2 {
    width: 28rem;
}

.expert_box .expert_ul {
    margin-left: auto;
    display: flex;
}

.expert_box .expert_li {
    text-align: right;
    margin-right: 3.8rem;
    font-family: AlibabaPuHuiTi-2-105-Heavy;
    font-size: 2.5rem;
    color: #0F0D28;
}

.expert_box .expert_li p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6C6A82;
}

.expert_img {
    position: absolute;
    bottom: 1rem;
    width: 116rem;
    padding-left: 2.4rem;
}

.expert_img img {
    width: 100%;
    /* height: 24rem; */
}

.tool {
    z-index: 99;
}

.tool .head_h2 {
    color: #FFFFFF;
    text-align: left;
}

.tool .head_p {
    text-align: left;
}

.tool_box {
    display: flex;
    align-items: center;
    margin-top: 6rem;
}

.tool_ul {
    flex-shrink: 0;
}

.tool_ul li {
    font-family: AlibabaPuHuiTi-2-85-Bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-style: normal;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    opacity: 0.4;
    cursor: pointer;
}

.tool_li a {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.tool_ul .active {
    opacity: 1;
}

.tool_ul li:last-child {
    margin-bottom: 0;
}

.tool_ul img {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.9rem;
}

.tool_main {
    /* position: absolute; */
    position: relative;
    margin: 0 auto;
    /* left: 60%; */
    /* top: 63%; */
    /* transform: translate(-50%, -50%); */
    display: flex;
    align-items: center;
    /* margin-left: 7rem; */
    width: 52rem;
    height: 18.5rem;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 1rem;
    /* border: 0.2rem solid rgba(255, 255, 255, 0.31); */
    /* margin-bottom: 0.8rem; */
    z-index: 100;
    /* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.31)) 4 4; */
}

.tools {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 80;
}

.tool_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tool_main .leftq {
    width: 13.3rem;
    height: 13.3rem;
    margin-right: 1.5rem;
    margin-left: 3rem;
}

.tool_main .rightq {
    font-family: AlibabaPuHuiTi-2-85-Bold;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
    width: 25rem;
}

.tool_main .rightq p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.7rem;
}

.displaynoe {
    display: none;
}

.partner {
    width: 69.4rem;
    height: 24.75rem;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 1rem;
    border: 0.2rem solid #FFFFFF;
    padding: 2.7rem 0.8rem;
    box-sizing: border-box;
    margin: 4rem auto 0 auto;
}

.partner img {
    width: 100%;
    height: 100%;
}

.newsCss li {
    height: auto;
    text-align: left;
    padding: 1rem;
}

.newsCss li .imgtwo {
    width: 20.2rem;
    height: 11rem;
    border-radius: 1.1rem;
}

.newsCss li .titles {
    font-family: AlibabaPuHuiTi-2-85-Bold;
    font-size: 1.3rem;
    color: #FFFFFF;
    line-height: 1.9rem;
    margin-top: 1.1rem;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.code_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35.2rem;
    margin: 5rem auto 0 auto;
}

.code_item {
    width: 16.5rem;
    height: 17.4rem;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 1rem;
    border: 0.2rem solid #FFFFFF;
    padding-top: 2.2rem;
}

.code_item h1 {
    font-family: AlibabaPuHuiTi-2-95-ExtraBold;
    font-size: 1.5rem;
    color: #0F0D28;
    text-align: center;
    font-style: normal;
}

.code_item img {
    display: block;
    width: 8.9rem;
    height: 8.9rem;
    margin: 1.4rem auto 0 auto;
}

.footers {
    position: absolute;
    bottom: 2.8rem;
    height: 1.1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.8rem;
    color: #6C6A82;
    line-height: 1.1rem;
    text-align: center;
    font-style: normal;
    width: 100%;
}

.footers a {
    color: #6C6A82;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-40px);
}

.section1,
.section3,
.section5,
.section7,
.section9 {
    background: #010219;
}

.section2,
.section4,
.section6,
.section8 {
    background: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
}

/* 右侧导航 */
#fullPage-nav {
    _display: none;
    font-size: 12px;
}

#fullPage-nav li {
    width: 90px;
    margin: 10px 0 0;
    vertical-align: middle;
}

#fullPage-nav li a {
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    text-align: right;
    background: rgba(117, 117, 117, 0.29);
    border-radius: 50%;
}

#fullPage-nav li .active {
    background: #FE4383;
    height: 2.1rem;
    border-radius: 0.45rem;
}

#fullPage-nav span {
    display: none;
}

.fullPage-tooltip {
    float: left;
    top: 0;
    margin-right: 5px;
    font: 12px "Microsoft Yahei";
    color: #8F9DA4;
    line-height: 21px;
}

.section {
    position: relative;
    overflow: hidden;
}

.hgroup {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 0.7s;
}

.uls {
    opacity: 0;
    transition: all 1s;
    transform: translateY(150px);
}

/* .expert_img:hover {
    transition: all 2s;
    transform: translateX(-29.4rem);
} */

/* .longImg {
    transition: all 1s;
    transform: translateX(850px);
} */

/* CSS3过度及动画 */
.active .hgroup {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.5s;
}

.active .p3 {
    margin-left: -480px;
    opacity: 1;
    transition-delay: 0.7s;
}

.active .uls {
    opacity: 1;
    transition-delay: 0.7s;
    transform: translateY(0);
}

.active .longImg {
    transition: all 2.5s;
    transform: translateX(0);
}

.ltie10 .hgroup {
    opacity: 1;
    transform: scale(1, 1);
    transition-delay: 0.5s;
}







.header {
    height: 80px;
    line-height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

.header .rowFluid {
    display: flex;
    align-items: center;
    justify-content: center;
}


.header .whi {
    display: block;
}

.header .bla {
    display: none;
}

.header_active .whi {
    display: none;
}

.header_active .bla {
    display: block;
}

.header_menu li a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
}

.header_menu .active a {
    color: rgba(255, 255, 255, 1) !important;
}

.header .logo {
    width: 2.7rem;
    height: 2.7rem;
}

.header .logo img {
    width: 2.7rem;
    height: 2.7rem;
}

.header .col-md-12 {
    position: absolute;
    left: 3.2rem;
}

.header .header_menu ul {
    text-align: center;
}

.header .header_menu ul li {
    display: inline-block;
}

.header .header_menu ul li a {
    text-decoration: none;
    padding: 0 1.5rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.header .header_menu ul li a:hover,
.header .header_menu ul li a.active {
    color: rgba(255, 255, 255, 1);
}

.header .md-show {
    display: none;
}


.header_active li a {
    color: rgba(15, 13, 40, 0.5) !important;
}

.header_active .active a {
    color: #0F0D28 !important;
}

.header .mobileMenuBtn {
    position: fixed;
    right: 20px;
    top: 18px;
    width: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

.header .mobileMenuBtn.active {
    right: 220px;
}

.header .mobileMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 8px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.header .mobileMenuBtn span:last-child {
    margin: 0;
}

.header .mobileMenuBtn span:first-child,
.header .mobileMenuBtn span:last-child {
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.header .mobileMenuBtn.active span:first-child {
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
}

.header .mobileMenuBtn.active span:last-child {
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
}

.header .mobileMenuBtn span:nth-child(2) {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.header .mobileMenuBtn.active span:nth-child(2) {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    opacity: 0;
}

@media screen and (max-width: 1446px) {
    .header .header_menu ul li a {
        padding: 0px 12px;
    }

    .platform_advantage_brief {
        padding-left: 30px;
    }

    .consulting_type {
        padding: 20px 0;
    }

    .consulting_type ul {
        margin: 15px 0 10px 0;
    }

    .consulting_type ul li a {
        height: 30px;
        line-height: 30px;
    }

    .consulting_box .problem {
        padding-top: 15px;
    }

    .consulting_box .problem ul {
        padding: 10px 0 0 30px;
    }

    .canvasdiv {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .mpage {
        width: 100%;
        height: 888px;
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .canvasdiv {
        display: none !important;
    }

    .banner {
        /*background: #3E99F2 url(../images/080.jpg) center -80px no-repeat;*/
        background: #2a84ff;
        background-image: url(../images/bg-new.png);
        height: 600px;
    }

    .banner_title {
        padding-top: 150px;
    }

    .banner .owl-prev {
        margin-left: 20px;
    }

    .banner .owl-next {
        margin-right: 20px;
    }

    .all_button:hover {
        background: #3B9FF2;
        color: #fff;
    }

    .header {
        height: 60px;
        line-height: 60px;
    }

    .header .login {
        display: none;
    }

    .header .mobileMenuBtn_shad {
        width: 100%;
        height: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.7);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }

    .header .mobileMenuBtn_shad.active {
        height: 100%;
    }

    .header .header_menu {
        width: 200px;
        background: rgba(49, 152, 242, .8);
        position: fixed;
        height: 100%;
        overflow: auto;
        top: 0;
        right: -200px;
        transition: 0.6s all;
        -webkit-transition: 0.6s all;
    }

    .header .header_menu.active_menu {
        right: 0;
    }

    .header .header_menu ul li {
        display: block;
    }

    .header .header_menu ul li a {
        padding: 0;
        border: none;
        /* border-bottom: solid 1px #378fdd; */
        line-height: normal;
        padding: 12px 0;
    }

    .header .header_menu ul li a:hover,
    .header .header_menu ul li a.active {
        border: none;
        /* border-bottom: solid 1px #429ae9; */
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .header .md-show {
        display: block;
    }

    .platform_advantage_img img {
        width: 50px;
    }

    .platform_advantage_brief {
        padding-left: 20px;
    }

    .platform_advantage_brief .brief_title {
        font-size: 16px;
    }

    .platform_advantage_brief .brief_text {
        font-size: 13px;
    }

    .platform_advantage_content {
        margin-left: -50px;
    }

    .platform_advantage_list {
        margin: 0 0 50px 50px;
    }

    .marketing_advantage_brief {
        padding: 0 25px;
    }

    .aside,
    .consulting_box {
        display: none;
    }

    .header .mobileMenuBtn {
        display: block;
    }

    .case_show_brief {
        margin-left: 10px;
    }

    .case_show_brief_text {
        margin: 15px 10px 20px 0;
        line-height: 1.8;
    }

    .support_type_list {
        border: none;
        color: #fff;
        background: #3DA6F7;
        margin-left: 50px;
        border-radius: 3px;
    }

    .support_type_list:before {
        display: none;
    }

    .support_type_list:hover {
        border: none;
        background: #3DA6F7;
    }

    .template_show_list {
        width: 90%;
        padding: 50px 0;
    }

    .introduce_list_brief {
        margin: 0 20px 10px 0;
    }

    .introduce_list_text {
        font-size: 12px;
    }

    .cloud_platform_list {
        padding: 40px 20px;
    }

    .industry_list_left {
        padding-right: 25px;
    }

    .industry_list_rigth {
        padding-left: 25px;
    }

    .industry_list_title {
        margin-bottom: 15px;
    }

    .industry_list_brief {
        margin-bottom: 20px;
    }

    .advantage_project_content {
        margin: 50px 0 0 -10px;
    }

    .advantage_project_list {
        overflow: hidden;
        margin: 0 0 100px 10px;
    }

    .proxy_process_line {
        max-width: 900px;
    }

    .proxy_process_content {
        margin: -55px 0 0 -30px;
    }

    .proxy_process_list {
        margin-left: 30px;
    }

    .proxy_process_list:hover .proxy_process_list_bottom .text {
        color: #939393;
    }
}

@media screen and (max-width: 967px) {
    .mpage {
        width: 1500px;
        height: 888px;
        top: 50%;
        left: 50%;
        margin-top: -444px;
        margin-left: -750px;
    }

    .waves_box {
        display: none;
    }

    .index_product {
        padding: 60px 0;
    }

    .all_title1,
    .all_title2 {
        margin-bottom: 30px;
    }

    .all_title1 .title,
    .all_title2 .title {
        font-size: 25px;
    }

    .platform_advantage {
        padding: 60px 0;
    }

    .marketing_advantage {
        padding: 60px 0;
    }

    .marketing_advantage_content {
        margin-left: -10px;
    }

    .marketing_advantage_list {
        margin: 0 0 10px 10px;
    }

    .marketing_advantage_brief {
        padding: 0 15px;
        top: 15%;
    }

    .partners {
        padding: 60px 0;
    }

    .partners_content_list {
        margin: 10px 10px;
    }

    .join_in {
        padding: 60px 0;
    }

    .news_center {
        padding: 60px 0;
    }

    .news_center_content {
        margin-left: -30px;
    }

    .news_center_list {
        margin-left: 30px;
    }

    .footer_content {
        padding: 60px 0;
    }

    .footer .bottom_logo {
        display: none;
    }

    .footer_content {
        margin-left: -20px;
    }

    .footer_list {
        margin-left: 20px;
    }

    .quick_navigation {
        padding-left: 0;
        text-align: center;
    }

    .quick_navigation {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: solid 1px #2D2B2B;
    }

    .quick_navigation ul {
        text-align: center;
    }

    .quick_navigation ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .z_banner {
        padding: 120px 0;
    }

    .case_show_brief_text {
        margin: 10px 0 20px 0;
        line-height: 1.5;
        font-size: 12px;
    }

    .support_type {
        margin: 30px 0;
    }

    .support_type_content {
        margin-left: -30px;
    }

    .support_type_list {
        margin-left: 30px;
    }

    .technical_support_box ul li a .text {
        width: 75%;
    }

    .technical_support_box ul li a .time {
        width: 25%;
    }

    .technical_support_box_z_header .title {
        font-size: 18px;
    }

    .technical_support_box_z_info_box {
        margin: 20px 0;
        padding: 20px 0;
    }

    .template_search_select select {
        width: 200px;
    }

    .template_show_list_text ul li {
        margin-right: 20px;
    }

    .introduce {
        padding: 60px 0;
    }

    .introduce_list_brief {
        margin: 0 0 15px 0;
    }

    .introduce_list_img {
        text-align: center;
    }

    .cloud_platform {
        padding: 60px 0;
    }

    .cloud_platform_content {
        overflow: hidden;
        margin: 50px 0 50px -20px;
    }

    .cloud_platform_list {
        margin-left: 20px;
    }

    .industry {
        padding: 60px 0;
    }

    .industry_content {
        margin-top: 20px;
    }

    .industry_list_left {
        padding-right: 0;
        text-align: center;
    }

    .industry_list_rigth {
        padding-left: 0;
        text-align: center;
        margin-top: 50px;
    }

    .industry_list_brief {
        margin-bottom: 10px;
    }

    .advantage_project {
        padding-top: 60px;
    }

    .advantage_project_content {
        margin: 50px 0 0 -30px;
    }

    .advantage_project_list {
        margin: 0 0 50px 30px;
    }

    .marketing_support {
        padding: 60px 0;
    }

    .marketing_support_list_img {
        display: none;
    }

    .proxy_process {
        padding: 60px 0;
    }

    .proxy_process_content {
        margin: -55px 0 0 -20px;
    }

    .proxy_process_list {
        margin-left: 20px;
    }

    .proxy_process_list_bottom {
        min-height: 80px;
    }

    .proxy_process_list_bottom .title {
        font-size: 14px;
    }

    .proxy_process_list_bottom .text {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height: 500px;
        background-position: center -380px;
    }

    .banner .owl-pagination {
        margin-top: 100px;
    }

    .banner_title {
        font-size: 30px;
        padding-top: 180px;
    }

    .index_product {
        padding: 40px 0;
    }

    .platform_advantage {
        padding: 40px 0;
    }

    .platform_advantage_content {
        margin-left: -25px;
    }

    .platform_advantage_list {
        margin: 0 0 30px 25px;
    }

    .platform_advantage_brief .brief_title {
        font-size: 14px;
    }

    .platform_advantage_brief .brief_text {
        font-size: 12px;
    }

    .marketing_advantage {
        padding: 40px 0;
    }

    .marketing_advantage_list {
        margin: 0 0 14px 10px;
        background-color: #fff;
    }

    .marketing_advantage_content .span3:first-child .marketing_advantage_list {
        background-color: #fff;
        text-align: center;
    }

    .marketing_advantage_content .span3:first-child img {
        width: 84%;
    }

    .marketing_advantage_brief {
        padding: 0 35px;
        top: 30%;
    }

    .partners {
        padding: 40px 0;
    }

    .partners_content_list {
        margin: 10px 10px;
    }

    .join_in {
        padding: 40px 0;
    }

    .join_in_title {
        font-size: 30px;
    }

    .news_center_content {
        margin-left: -10px;
    }

    .news_center_list {
        margin-left: 10px;
    }

    .news_center_list_title {
        margin: 15px 0px;
    }

    .news_center_content ul li a .text {
        width: 75%;
    }

    .news_center_content ul li a .time {
        width: 25%;
    }

    .footer_content {
        padding: 40px 0;
    }

    .quick_navigation ul li {
        margin: 0 10px;
    }

    .platform_advantage_bg {
        display: none;
    }

    .z_banner {
        padding: 80px 0;
    }

    .case_show_list {
        padding-top: 30px;
    }

    .case_show_brief {
        margin: 0;
        padding-bottom: 30px;
        text-align: center;
    }

    .support_type_content {
        margin-left: -15px;
    }

    .support_type_list {
        margin-left: 15px;
    }

    .technical_support_type {
        margin-bottom: 30px;
    }

    .technical_support_type ul li:before {
        display: none;
    }

    .technical_support_type ul li a {
        padding: 10px 0;
        text-indent: 0;
        text-align: center;
    }

    .technical_support_type ul li.active a:hover {
        color: #fff;
    }

    .technical_support_type ul li a:hover {
        border-bottom: solid 1px #F0F0F0;
        color: #333;
    }

    .technical_support {
        padding: 30px 0;
    }

    .technical_support_type .title {
        cursor: pointer;
    }

    .technical_support_type .title span {
        display: block;
    }

    .technical_support_type ul {
        display: none;
    }

    .technical_support_box ul li a:before {
        display: none;
    }

    .technical_support_box ul li a:hover {
        color: #333;
    }

    .template_search {
        margin: 30px 0;
    }

    .template_search_select {
        margin: 0 15px;
    }

    .template_search_select select {
        width: 150px;
    }

    .case_show_more {
        padding: 30px 0;
    }

    .know_more {
        padding: 30px 0;
    }

    .introduce {
        padding: 40px 0;
    }

    .introduce_list_text {
        font-size: 14px;
    }

    .cloud_platform {
        padding: 40px 0;
    }

    .cloud_platform_content {
        overflow: hidden;
        margin: 40px 0 40px -10px;
    }

    .cloud_platform_list {
        padding: 30px 10px;
        margin-left: 10px;
    }

    .cloud_platform_solution .title {
        font-size: 20px;
    }

    .industry {
        padding: 40px 0;
    }

    .industry_content {
        margin-top: 0;
    }

    .advantage_project {
        padding-top: 40px;
    }

    .advantage_project_content {
        margin: 40px 0px 0px -30px;
    }

    .marketing_support {
        padding: 40px 0;
    }

    .marketing_support_list_brief {
        margin-top: 20px;
    }

    .proxy_process_line {
        display: none;
    }

    .proxy_process_content {
        margin-top: 0;
    }

    .proxy_process_list_middle {
        display: none;
    }

    .proxy_process_list {
        margin: 0 0 30px 20px;
    }

    .proxy_process_list:hover .proxy_process_list_top {
        color: #3ba1f2;
    }

    .proxy_process_list_top:before {
        display: none;
    }

    .proxy_process_list_bottom .title {
        font-size: 16px;
    }

    .response_shows .response_shows_box .thumb {
        bottom: -20%;
    }
}

@media screen and (max-width: 739px) {
    .marketing_advantage_content .span3:first-child img {
        width: 88%;
    }
}

@media screen and (max-width: 479px) {



    .marketing_advantage_content .span3:first-child img {
        width: 99%;
    }

    .response_shows .response_shows_box {
        padding: 0 0 50px;
    }

    .platform_advantage_img {
        width: 40%;
        text-align: center;
    }

    .marketing_advantage_content {
        margin-left: -8px;
    }

    .marketing_advantage_list {
        margin: 0 0 10px 8px;
    }

    .marketing_advantage_brief {
        padding: 0 15px;
        top: 12%;
    }

    .partners_content_list img {
        width: 150px;
    }

    .join_in_title {
        font-size: 24px;
    }

    .join_in_text {
        font-size: 14px;
        margin: 15px 0 30px 0;
    }

    .news_center_list_img {
        margin-top: 20px;
    }

    .footer {
        background: #0F0F0F none;
    }

    .quick_navigation_title,
    .footer_link_title,
    .footer_cotact_title {
        text-align: center;
    }

    .footer_link {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .case_show_brief_text {
        margin: 10px 5px 20px 5px;
        font-size: 13px;
    }

    .case_show_content {
        margin: 30px 0;
    }

    .support_type {
        margin: 30px 0px 15px 0;
    }

    .support_type_list {
        margin-bottom: 15px;
    }

    .technical_support_type .title {
        text-indent: 15px;
    }

    .technical_support_box {
        padding: 15px;
    }

    .technical_support_box ul li a {
        padding: 7px 0;
    }

    .technical_support_box ul li a .time {
        font-size: 12px;
    }

    .technical_support_page ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
    }

    .technical_support_box_z {
        padding: 15px;
    }

    .technical_support_page_z {
        padding: 0 15px 30px 15px;
    }

    .template_search_select {
        display: block;
    }

    .template_search_select {
        margin-bottom: 10px;
    }

    .template_search_select select {
        width: 100%;
    }

    .template_show_content:before {
        display: none;
    }

    .cloud_platform_list {
        margin-bottom: 10px;
    }

    .advantage_project {
        background: #4EA7EB none;
    }

    .advantage_project_list {
        margin: 0 0 30px 30px;
    }

    .marketing_support_list_brief {
        text-align: center;
    }

    .proxy_process {
        padding: 40px 0;
    }

    .response_shows .response_shows_box .thumb {
        bottom: -25%;
    }

    /* 手机端 */

    .slidesContainer {
        width: 500% !important;
        padding: 0.6rem 0;
    }

    .header .col-md-12 {
        top: 0.1rem;
        left: 0.5rem;
    }

    .header_active .mobileMenuBtn span {
        background: #010219;
    }

    .header {
        height: 3rem;
        line-height: 3rem;
    }

    .header .mobileMenuBtn {
        right: 0.8rem;
        top: 0.6rem;
    }

    .centent_box .logo_two,
    .two_box {
        width: 96%;
        height: auto;
    }

    #fullPage-nav {
        display: none;
    }

    .expert_centent,
    .expert_box .head_h2 {
        width: 100%;
        display: block;
    }

    .expert_box .expert_ul {
        justify-content: center;
        margin-top: 1.5rem;
    }

    .expert_box .expert_li {
        text-align: center;
        margin-right: 1.8rem;
        font-family: AlibabaPuHuiTi-2-105-Heavy;
        font-size: 1.5rem;
        color: #0F0D28;
    }

    .tool_center {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 96%;
    }

    .partner {
        width: 100%;
        height: auto;
    }

    .code_box {
        width: 100%;
    }

    .head_h2 {
        font-size: 2.4rem;
    }

    .head_h2 br {
        display: none;
    }

    .header .header_menu {
        background: rgba(0, 0, 0, .8);
    }

    .centent_box .logo_tips {
        position: absolute;
        right: 0.8rem;
        bottom: -7.8rem;
        width: 8.2rem;
        height: 3.4rem;
        display: block;
    }

    .header_active .header_menu {
        background: rgb(255 255 255 / 80%);
    }

    .bg_two {
        width: auto;
    }

    .content_ul {
        width: 100%;
    }

    .content_ul li {
        width: 19rem !important;
        margin: 0 3.4rem;
        /* height: auto; */
    }

    .controlArrow {
        position: absolute;
        top: 50%;
        cursor: pointer;
        width: 0;
        height: 0;
        border-style: initial;
        margin-top: 0;
    }

    .controlArrow.next {
        right: 0;
        width: 2.6rem;
        height: 2.6rem;
        border-width: 18.5px 0 18.5px 14px;
        border-color: transparent transparent transparent transparent !important;
        background: url('../images/right.png');
        background-size: 100% 100% !important;
    }

    .controlArrow.prev {
        left: 0;
        width: 2.6rem;
        height: 2.6rem;
        border-width: 18.5px 14px 18.5px 0;
        border-color: transparent transparent transparent transparent !important;
        background: url('../images/left.png');
        background-size: 100% 100% !important;
    }

    .newsCss li .imgtwo {
        width: 100%;
        height: auto;
        border-radius: 1.1rem;
    }

    .tool_content {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .tool_content .con-ggh {
        width: 100% !important;
    }

    .tool_div {
        display: inline-block !important;
        width: 96%;
        margin-top: 4rem !important;
    }

    .head_p {
        font-size: 1rem;
    }

    .tool_ul {
        /* display: flex !important; */
        /* flex-wrap: wrap; */
        width: 100% !important;
        /* justify-content: space-between; */

    }

    .tool_li {
        display: inline-flex !important;
        font-size: 1.2rem !important;
        margin-bottom: 1rem !important;
        width: 48%;
        text-align: center;
    }

    .tool_main .leftq {
        width: 8rem;
        height: 8rem;
        margin-right: 0.5rem;
        margin-left: 0.6rem;
    }

    .tool_main .card-border {
        left: 0;
        width: 98% !important;
    }

    .tool_main .rightq {
        font-size: 1.4rem;
    }

    .tool_li img {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 0.4rem;
    }

    .tool_main {
        width: 100% !important;
    }

}

@media screen and (max-width: 391px) {
    .content_ul li {
        width: 17rem !important;
    }
}

@media screen and (max-width: 360px) {
    .content_ul li {
        width: 16rem !important;
    }
}


/* 工具 */
form,
ul,
li,
ol,
dl,
dt,
dd,
p,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none
}

img {
    border: 0
}

.dp {
    display: block
}

.tc {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.main-page {
    margin: 0 auto;
}

/* 
.main-page .left {
    padding-right: 25px;
    margin-top: 280px
}

.main-page .left,
.main-page .right {
    float: left;
} */

.main-page .nav {
    position: relative;
    margin-top: -300px;
    width: 132px;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #fff;
}

.main-page .nav div {
    height: 47px;
    line-height: 47px;
    margin-bottom: 8px;
    border-radius: 2px;
    cursor: pointer;
}

.main-page .nav div img {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.9rem;
}

.main-page .nav div.on {
    color: #fff;
}

.main-page .content {
    position: relative;
    width: 60rem;
    height: 19.5rem;
    overflow: hidden;
    margin-left: 6.9rem;
}

.tool_center .head_h2 {
    color: #fff;
    text-align: left;
}

.tool_center .head_p {
    text-align: left;
}

.main-page .content .con-ggh {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20rem;
    width: 54rem;
}

.con-ggh ul {
    padding-top: 20px;
    display: block
}

.con-ggh ul li {
    padding-top: 20px;
    margin-right: 20px;
    float: left
}

.list-pic {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 19px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.list-pic img {
    width: 110px;
    height: 110px;
    display: block
}

.con-ggh .item-name {
    padding: 20px 0;
    height: 20px;
    width: 150px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b-intro {
    margin-top: 20px
}

.b-intro span {
    font-size: 24px;
    margin-bottom: 12px;
    color: #fff
}

.b-intro p {
    width: 545px;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
    font-size: 14px
}

.ck-m {
    width: 123px;
    height: 36px;
    line-height: 36px;
    border: 1px #fff solid;
    margin-top: 25px
}

.zcinfo {
    width: 550px;
    margin-top: 280px
}

.ptpic-dl,
.ptpic-dl img {
    width: 354px;
    height: 690px
}

.ptpic-dl {
    margin-top: 110px
}

.b-intro a {
    color: aliceblue
}

.ck-m:hover {
    border: 1px solid #E06264;
}