* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

input,
textarea,
select,
a:focus {
    outline: none;
}

img {
    float: left;
    max-width: 100%;
}

html,
body {
    height: 100%;
    font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

/* header */
.box {
    position: relative;
    max-width: 1400px;
    margin: auto;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    -webkit-animation: headBg 0.5s;
    animation: headBg 0.5s;
}

.logo {
    width: 192px;
    height: 54px;
    background: url(/images/logo.png) no-repeat;
    background-size: 100% 100%;
}

.tabbar li {
    float: left;
    width: 110px;
    height: 64px;
}

.tabbar li a {
    position: relative;
    display: block;
    width: 110px;
    height: 64px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 64px;
}

.tabbar li a:hover {
    color: #24B0FF;
}

.tabbar li.active a {
    color: #24B0FF;
    font-weight: bold;
}

.head-login a {
    display: block;
    width: 78px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.head-login a:hover {
    color: #24B0FF;
}

.head-login-btn {
    background: #24B0FF;
    border-radius: 999px;
    overflow: hidden;
}

.head-login-btn span {
    z-index: 1;
    position: relative;
    color: #fff;
}

/* 滚动变换 */
.header-scroll {
    background: #fff;
    -webkit-animation: headBg2 0.5s;
    animation: headBg2 0.5s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.header-scroll .logo {
    background: url(/images/logo-dark.png) no-repeat;
}

.header-scroll li a {
    color: #999;
}

.header-scroll .head-login a {
    color: #999;
}

.header-scroll .head-login a:hover {
    color: #24B0FF;
}

/* 导航向上 */
@-webkit-keyframes headBg {
    0% {
        opacity: 0;
        -webkit-transform: translateY(64px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes headBg {
    0% {
        opacity: 0;
        transform: translateY(64px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 导航向下 */
@-webkit-keyframes headBg2 {
    0% {
        -webkit-transform: translateY(-64px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes headBg2 {
    0% {
        transform: translateY(-64px);
    }

    100% {
        transform: translateY(0);
    }
}


/* swiper */
.banner-swiper-container {
    height: 700px;
    background-color: #0F1122;
}

.banner-swiper-container .swiper-slide {
    background: url(/images/bannerbg.png) center center no-repeat;
    background-size: 1920px 700px;
}

.swiper-slide-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}

.swiper-slide-left h2 {
    font-size: 42px;
    color: #fff;
}

.swiper-slide-left span {
    display: block;
    width: 273px;
    height: 50px;
    margin: 40px 0 76px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 999px;
}

.swiper-slide-btn {
    width: 324px;
    height: 70px;
    background: #fff;
}

.swiper-slide-btn input {
    width: 254px;
    height: 100%;
    font-size: 20px;
    color: #070928;
    text-align: center;
    border: 0;
}

.swiper-slide-btn button {
    width: 70px;
    height: 70px;
    font-size: 24px;
    color: #fff;
    font-weight: bolder;
    background: #24B0FF;
    border: 0;
    cursor: pointer;
}

.swiper-slide-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 846px;
}

.swiper-slide-right img {
    z-index: 100;
    position: absolute;
    right: -51px;
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #24B0FF;
    border-radius: 9999px;
}

/* module */
.module {
    float: left;
    position: relative;
    width: 100%;
    height: 655px;
}

.module-blue {
    background: #F2FAFD;
}

.title {
    padding: 50px 0;
    text-align: center;
}

.title h2 {
    font-size: 36px;
    font-weight: normal;
}

.title span {
    font-size: 24px;
    color: #888;
    line-height: 64px;
}

.module-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.module-solution {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.solution-list {
    position: relative;
    width: 300px;
    height: 360px;
    margin: 0 45px;
    font-size: 14px;
    color: #aaa;
    line-height: 30px;
    background: #fff;
    box-shadow: 0px 12px 18px #E3EDF1;
}

.solution-text {
    position: relative;
    float: left;
    padding: 45px 25px 0;
}

.solution-text::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 17px;
    background: #C4C4C4;
    border-radius: 99px;
}

.solution-title {
    font-size: 18px;
    color: #212121;
}

.solution-merchant {
    position: absolute;
    left: 25px;
    top: 192px;
    width: 100px;
    height: 42px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background: #24B0FF;
    border-radius: 0px 0px 10px 0px;
}

/* 模块一流程图 */
.solution-mouseover {
    z-index: 1;
    position: absolute;
    display: flex;
    width: 1400px;
    height: 360px;
    pointer-events: none;
}

.solution-mouseover .solution-list {
    z-index: 2;
    margin: 0;
}

.solution-process {
    z-index: 1;
    position: relative;
    width: 1100px;
    height: 360px;
    font-size: 16px;
    color: #0F1122;
    text-align: center;
    padding: 38px 41px;
    background: #fff;
    box-shadow: 0px 12px 18px #E3EDF1;
}

.solution-process .flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.solution-process span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    min-height: 50px;
    padding: 10px 0;
    background: #B5F7BF;
}

.process-flexsb {
    width: 395px;
}

.process-flexsb span {
    padding: 0;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 259px;
}

.flex-wrap span {
    width: 120px;
    margin-bottom: 28px;
}

.flex-wrap span:nth-last-of-type(1),
.flex-wrap span:nth-last-of-type(2) {
    margin: 0;
}

.vertical-line {
    position: absolute;
    display: block;
    width: 2px;
    height: 50px;
    background: #C4C4C4;
    border-radius: 99px;
}

.vertical-line::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -2px;
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 999px;
}

.line1 {
    left: 238px;
    top: 97px;
}

.line2 {
    left: 238px;
    top: 214px;
}

.line3 {
    left: 100px;
    top: 228px;
    height: 36px;
}

.line4 {
    left: 373px;
    top: 228px;
    height: 36px;
}

.line5 {
    left: 100px;
    top: 228px;
    width: 275px;
    height: 2px;
}

.line5::after {
    content: none;
}

.line6 {
    left: 352px;
    top: 64px;
    width: 150px;
    height: 2px;
}

.line6::after {
    left: 0;
    top: -2px;
}

.line6::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 999px;
}

.line7 {
    top: 180px;
}

.line7::before {
    content: none;
}

.line8 {
    left: 446px;
    top: 297px;
    width: 70px;
}

.line8::after {
    content: none;
}

.line9 {
    left: 716px;
    width: 70px;
}

.line10 {
    left: 716px;
    top: 180px;
    width: 70px;
}

.line10::before {
    content: none;
}

.line11 {
    left: 716px;
    top: 297px;
    width: 70px;
}

.line11::after {
    content: none;
}

/* 模块二流程图 */
.flex-column2 span {
    width: 120px;
}

.solution-process .flex-round {
    justify-content: center;
}

.solution-process .flex-round span {
    width: 120px;
    height: 120px;
    border-radius: 9999px;
}

.solution-process2 .vertical-line {
    width: 57px;
    height: 2px;
}

.solution-process2 .vertical-line::after,
.solution-process2 .vertical-line::before {
    top: -2px;
}

.solution-process2 .line6 {
    left: 872px;
    top: 62px;
}

.solution-process2 .line1 {
    left: 171px;
    top: 62px;
}

.solution-process2 .line2 {
    left: 171px;
    top: 179px;
}

.solution-process2 .line3 {
    left: 171px;
    top: 295px;
}

.solution-process2 .line4 {
    left: 422px;
    top: 62px;
}

.solution-process2 .line5 {
    left: 422px;
    top: 179px;
}

.solution-process2 .line5::after {
    content: "";
}

.solution-process2 .line7 {
    left: 621px;
    top: 62px;
}

.solution-process2 .line7::after {
    content: none;
}

.solution-process2 .line7::before {
    content: "";
}

.solution-process2 .line8 {
    left: 621px;
    top: 179px;
}

.solution-process2 .line8::after {
    content: "";
}

.solution-process2 .line9 {
    left: 621px;
    top: 295px;
}

.solution-process2 .line9::after {
    content: none;
}

.solution-process2 .line10 {
    left: 422px;
    top: 295px;
}

.solution-process2 .line11 {
    left: 872px;
    top: 179px;
}

.solution-process2 .line11::after {
    content: "";
}

.solution-process2 .line12 {
    left: 872px;
    top: 295px;
}

.solution-process2 .line13 {
    left: 471px;
    top: 82px;
    transform: rotate(-135deg);
}

.solution-process2 .line14 {
    left: 471px;
    top: 276px;
    transform: rotate(135deg);
}

.solution-process2 .line15 {
    left: 573px;
    top: 82px;
    transform: rotate(-45deg);
}

.solution-process2 .line16 {
    left: 573px;
    top: 276px;
    transform: rotate(45deg);
}

/* 模块三流程图 */
.solution-process3 .line1,
.solution-process3 .line2,
.solution-process3 .line3 {
    left: 312px;
}

.solution-process3 .line4,
.solution-process3 .line5,
.solution-process3 .line10 {
    left: 561px;
}

.solution-process3 .line7,
.solution-process3 .line9 {
    left: 760px;
}

.solution-process3 .line13,
.solution-process3 .line14 {
    left: 609px;
}

.solution-process3 .line15,
.solution-process3 .line16 {
    left: 713px;
}

.solution-process3 .line3::after,
.solution-process3 .line10::after,
.solution-process3 .line15::after,
.solution-process3 .line16::after {
    content: none;
}

/* 背景圆和方形点 */
.round {
    position: absolute;
    display: block;
    width: 183px;
    height: 183px;
    background: #E4F8FF;
    border-radius: 9999px;
}

.point {
    position: absolute;
    display: block;
    width: 146px;
    height: 146px;
    background: url(/images/point.png) no-repeat;
    background-size: 100% 100%;
}

.round1 {
    top: 165px;
    left: 60px;
}

.point1 {
    top: 92px;
    left: 27px;
}

.round2 {
    top: 457px;
    left: 556px;
}

.point2 {
    top: 470px;
    left: 500px;
}

.round3 {
    top: 32px;
    right: 0;
}

.point3 {
    top: 124px;
    right: 100px;
}

/* core-five */
.core-five {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.core-five-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 290px;
    margin: 0 15px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    line-height: 24px;
    background: rgba(15, 17, 34, 0.02);
    border-radius: 10px;
}

.core-five-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 9999px;
    box-shadow: 0px 4px 8px rgba(36, 176, 255, 0.25);
}

.core-five-img img {
    width: 64px;
    height: 64px;
}

.core-five-title {
    font-size: 24px;
    color: #0F1122;
    line-height: 64px;
}

.module-btn a {
    display: block;
    width: 300px;
    height: 70px;
    margin: 55px auto 0;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background: #24B0FF;
}

.module-btn a span {
    z-index: 1;
    position: relative;
}

.btn-hover {
    position: relative;
}

.btn-hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -35px 0 0 -150px;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
}

.btn-hover:hover::before {
    opacity: 1;
    -webkit-animation: widt 1s;
    animation: widt 1s;
}

.head-login-btn::before {
    margin: -16px 0 0 -39px;
}

.head-login-btn:hover::before {
    -webkit-animation: widt .5s;
    animation: widt .5s;
}

.swiper-slide-btn button.btn-hover::before {
    margin: -35px 0 0 -35px;
}

.swiper-slide-btn button.btn-hover:hover::before {
    -webkit-animation: widt .5s;
    animation: widt .5s;
}

@-webkit-keyframes widt {
    0% {
        -webkit-transform: scaleX(0);
        border-radius: 90px;
    }

    100% {
        -webkit-transform: scaleX(1);
        border-radius: 20px;
    }
}

@keyframes widt {
    0% {
        transform: scaleX(0);
        border-radius: 90px;
    }

    100% {
        transform: scaleX(1);
        border-radius: 20px;
    }
}

/* earth */
.earth {
    height: 655px;
    background: url(/images/earth.png) center 45px no-repeat;
    overflow: hidden;
}

.earth-round {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    font-size: 20px;
    color: #fff;
    background: #24B0FF;
    border-radius: 9999px;
}

.earth-round img {
    width: 64px;
    height: 64px;
}

.earth-center {
    left: 50%;
    top: 314px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.earth-center::after,
.earth-center::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(36, 176, 255, 0) 74.24%, rgba(36, 176, 255, 0.1) 100%);
    border: 1px solid rgba(36, 176, 255, 0.1);
    border-radius: 9999px;
    -webkit-animation: earthSize 4s infinite 1s;
    animation: earthSize 4s infinite 1s;
}

.earth-center::before {
    width: 350px;
    height: 350px;
    margin: -175px 0 0 -175px;
    border: 1px solid rgba(36, 176, 255, 0.1);
    -webkit-animation: earthSize 4s infinite .5s;
    animation: earthSize 4s infinite .5s;
}

.earth-before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    height: 450px;
    margin: -225px 0 0 -225px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(36, 176, 255, 0) 74.24%, rgba(36, 176, 255, 0.1) 100%);
    border: 1px solid rgba(36, 176, 255, 0.1);
    border-radius: 9999px;
    -webkit-animation: earthSize 4s infinite;
    animation: earthSize 4s infinite;
}

@-webkit-keyframes earthSize {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes earthSize {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.earth-w120 {
    width: 120px;
    height: 120px;
    font-size: 14px;
}

.earth-w100 {
    width: 100px;
    height: 100px;
    font-size: 14px;
}

.earth-w90 {
    width: 90px;
    height: 90px;
    font-size: 14px;
}

.earth-w80 {
    width: 80px;
    height: 80px;
    font-size: 13px;
}

.earth-w120 img,
.earth-w100 img,
.earth-w90 img {
    width: 48px;
    height: 48px;
}

.earth-w80 img {
    width: 42px;
    height: 42px;
}


.earth-w120:hover,
.earth-w100:hover,
.earth-w90:hover,
.earth-w80:hover {
    -webkit-animation: rotateY 1s;
    animation: rotateY 1s;
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0);
    }
}

.earth-cblue {
    background: #64C7FF;
}

.earth-cgreen {
    background: #67E3CD;
}

.earth-cwhite {
    color: #aaa;
    background: #fff;
}

.earth-product01 {
    top: 409px;
    left: 836px;
}

.earth-product02 {
    top: 484px;
    right: 33px;
}

.earth-product03 {
    top: 477px;
    left: 502px;
}

.earth-product04 {
    top: 246px;
    left: 195px;
}

.earth-product05 {
    top: 500px;
    left: 0;
}

.earth-product06 {
    top: 125px;
    right: 234px;
}

.earth-product07 {
    top: 290px;
    right: 303px;
}

.earth-product08 {
    top: 186px;
    right: 472px;
}

.earth-product09 {
    top: 312px;
    left: 379px;
}

.earth-product10 {
    top: 473px;
    left: 243px;
}

.earth-product11 {
    top: 64px;
    right: 50px;
}

.earth-product12 {
    top: 529px;
    right: 283px;
}

.earth-product13 {
    top: 211px;
    left: 526px;
}

.earth-product14 {
    top: 104px;
    left: 0;
}

.earth-product15 {
    top: 293px;
    right: 0;
}

.earth-product16 {
    top: 361px;
    right: 156px;
}

.earth-product17 {
    top: 94px;
    left: 199px;
}

.earth-product18 {
    top: 343px;
    left: 48px;
}

.module-concurrent {
    background: url(/images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.module-concurrent .title h2 {
    color: #fff;
}

.module-concurrent .title span {
    color: #8ACEF4;
}

.module-concurrent .core-five {
    justify-content: space-around;
    margin-top: 40px;
}

.module-concurrent .core-five-list {
    font-size: 20px;
    color: #8ACEF4;
}

.module-concurrent .core-five-list img {
    width: 100px;
    margin-bottom: 30px;
}

.module-concurrent .core-five-list .core-five-title {
    font-size: 40px;
    color: #fff;
}

.module-cooperation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    padding: 0 30px;
}

.cooperation-list {
    width: 550px;
    height: 168px;
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 0px 12px 18px #E3EDF1;
}

.cooperation-list:hover {
    box-shadow: 0px 12px 18px rgba(0, 0, 0, .15);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.cooperation-list img {
    width: 168px;
}

.cooperation-list-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 168px;
    padding: 10px 30px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    box-sizing: border-box;
}

.cooperation-list-title {
    font-size: 30px;
    color: #0F1122;
    line-height: 64px;
}

.cooperation .round1 {
    top: 93px;
    right: 106px;
    left: auto;
}

.cooperation .point1 {
    top: 76px;
    right: 13px;
    left: auto;
}

.cooperation .round2 {
    top: 460px;
    left: -20px;
}

.cooperation .point2 {
    top: 173px;
    left: -46px;
}

/* logo-swiper */
.logo-swiper-container {
    width: 1120px;
    height: 440px;
    margin: auto;
    background: none;
}

.logo-swiper-container .swiper-slide {
    width: 1120px;
    height: 440px;
    margin: auto;
    padding: 30px 60px;
    box-sizing: border-box;
    background: none;
}

.logo-swiper-container .swiper-slide img {
    width: 20%;
    height: 33.3333%;
}

.logo-swiper-container .swiper-slide img:hover {
    z-index: 1;
    position: relative;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, .1), 0px -8px 12px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.open {
    position: relative;
    background: url(/images/open-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.open-line {
    position: absolute;
    top: 237px;
    left: 0;
    width: 100%;
    height: 151px;
    background: url(/images/open-line.png) left top no-repeat;
    background-size: 100% 100%;
}

.open-line2 {
    position: absolute;
    top: 343px;
    left: 49px;
    width: 433px;
    height: 76px;
    background: url(/images/open-line2.png) left top no-repeat;
    background-size: 100% 100%;
}

.open .title {
    color: #fff;
}

.open-round {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .3);
}

.open-round .earth-round {
    width: 100px;
    height: 100px;
    font-size: 12px;
    color: #0F1122;
    background: #fff;
}

.open-round .earth-round img {
    width: 46px;
    height: 46px;
}

.open-distance1 {
    top: 276px;
    left: 0;
    -webkit-animation: bgcolor 18s infinite 2.25s;
    animation: bgcolor 18s infinite 2.25s;
}

.open-distance2 {
    top: 180px;
    left: 213px;
    -webkit-animation: bgcolor 18s infinite 4.5s;
    animation: bgcolor 18s infinite 4.5s;
}

.open-distance3 {
    top: 356px;
    left: 213px;
    -webkit-animation: bgcolor 18s infinite 6.75s;
    animation: bgcolor 18s infinite 6.75s;
}

.open-distance4 {
    top: 272px;
    left: 426px;
    -webkit-animation: bgcolor 18s infinite 9s;
    animation: bgcolor 18s infinite 9s;
}

.open-distance5 {
    top: 205px;
    left: 639px;
    -webkit-animation: bgcolor 18s infinite 11.25s;
    animation: bgcolor 18s infinite 11.25s;
}

.open-distance6 {
    top: 275px;
    left: 852px;
    -webkit-animation: bgcolor 18s infinite 13.5s;
    animation: bgcolor 18s infinite 13.5s;
}

.open-distance7 {
    top: 205px;
    left: 1065px;
    -webkit-animation: bgcolor 18s infinite 15.75s;
    animation: bgcolor 18s infinite 15.75s;
}

.open-distance8 {
    top: 276px;
    right: 0;
    -webkit-animation: bgcolor 18s infinite 18s;
    animation: bgcolor 18s infinite 18s;
}

.open .module-btn {
    margin-top: 355px;
}

@-webkit-keyframes bgcolor {
    0% {
        background: rgba(255, 255, 255, .3);
    }

    4% {
        background: rgba(255, 255, 255, 0);
    }

    8% {
        background: rgba(255, 255, 255, .3);
    }

    12% {
        background: rgba(255, 255, 255, 0);
    }

    16% {
        background: rgba(255, 255, 255, .3);
    }
}

@keyframes bgcolor {
    0% {
        background: rgba(255, 255, 255, .3);
    }

    4% {
        background: rgba(255, 255, 255, 0);
    }

    8% {
        background: rgba(255, 255, 255, .3);
    }

    12% {
        background: rgba(255, 255, 255, 0);
    }

    16% {
        background: rgba(255, 255, 255, .3);
    }
}

.footer {
    height: 278px;
    background: url(/images/footer-bg.png) left top no-repeat;
    background-size: 441px 100%;
    background-color: #111;
}

.footer .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 278px;
    color: #fff;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 510px;
}

.footer-logo-img {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 57px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-logo-img img {
    width: 220px;
    height: 62px;
}

.footer-logo>img {
    width: 394px;
    height: 36px;
    margin: 23px auto 0;
}

.footer-connect>b {
    font-size: 24px;
    line-height: 60px;
}

.footer-connect>span {
    font-size: 18px;
    line-height: 30px;
}

.footer-connect div {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-size: 24px;
}

.footer-connect div img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.footer-code img {
    width: 112px;
    height: 112px;
    filter: drop-shadow(5px 5px 0px #24B0FF);
}

.service {
    z-index: 1;
    position: fixed;
    top: 50%;
    right: 10px;
    width: 50px;
    background: #24B0FF;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #00A3FF;
}

.service>a:hover {
    background: #0097ee;
}

.service>a:nth-of-type(1):hover {
    border-radius: 5px 5px 0 0;
}

.service>a:nth-last-of-type(1):hover {
    border-radius: 0 0 5px 5px;
}

.service>a img {
    width: 32px;
    height: 32px;
}

.service>a:nth-last-of-type(1) {
    border: 0;
}

.service-phone {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 65px;
    width: 240px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.service-phone::before,
.service-phone::after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 20px;
    right: -18px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.service-phone::after {
    z-index: 1;
    top: 24px;
    right: -21px;
    border-top: 12px solid rgba(0, 0, 0, .1);
    filter: blur(2px);
}

.service-phone a {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    color: #24B0FF;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}

.service-phone a:nth-last-of-type(1) {
    border: 0;
}

.service-phone a:hover {
    background: #f5f5f5;
}

.service-phone>span {
    display: block;
    height: 30px;
    font-size: 14px;
    color: #212121;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #eee;
}

.service-phone a img {
    width: 32px;
    height: 32px;
    padding: 5px;
    margin: 0 10px;
    background: #24B0FF;
    border-radius: 999px;
}

.service-message::before,
.service-message::after {
    top: 70px;
}

.service-message::after {
    top: 74px;
}

.service-message textarea {
    width: 100%;
    height: 80px;
    padding: 10px 12px;
    margin: 10px 0;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    resize: none
}

.service-message textarea::-webkit-scrollbar {
    width: 0;
}

.service-message input {
    width: 100%;
    height: 34px;
    padding: 0 12px;
    margin-bottom: 10px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    box-shadow: none;
}

.service-message button {
    width: 100%;
    height: 34px;
    margin-top: 10px;
    color: #fff;
    background: #24B0FF;
    border: 0;
    border-radius: 4px;
}

.service-message button.btn-hover::before {
    margin: -17px 0 0 -110px;
}

/* 微商small.html */
.small-head {
    height: auto;
    background: url(/images/small-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.small-head .box {
    width: 1050px;
    height: 540px;
    margin-top: 64px;
}

.small-head-left {
    position: absolute;
    top: 50%;
    width: 430px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.small-head-title {
    width: 419px;
    height: 64px;
    margin-bottom: 13px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    background: url(/images/small-rectangle.png) no-repeat;
    background-size: 100% 100%;
}

.small-head-left span {
    display: block;
    margin-bottom: 65px;
    font-size: 20px;
    color: #fff;
}

.small-head-left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-head-left li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.small-head-left li img {
    margin-bottom: 6px;
}

.small-head-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.module-content-small {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-system {
    margin-left: 110px;
}

.small-system-text {
    position: relative;
    padding: 35px 37px 20px 26px;
    margin-bottom: 45px;
    border: 1px solid #DFE0EC;
}

.small-system-text span {
    position: absolute;
    top: -25px;
    left: 15px;
    padding: 0 11px;
    font-size: 36px;
    color: #0F1122;
    background: #fff;
}

.small-system-text p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.small-system-icon {
    display: flex;
}

.small-system-icon li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 36px;
    font-size: 14px;
    color: #0F1122;
    line-height: 40px;
}

.small-system-li li {
    margin-right: 64px;
}

.small-module {
    height: 540px;
}

.small-module .module-content-small {
    height: 540px;
}

.module-blue .small-system {
    margin: 0 110px 0 0;
}

.module-blue .small-system-text span {
    background: #F2FAFD;
}

.small-round1 {
    left: 602px;
    top: 51px;
}

.small-point1 {
    left: 680px;
    top: 10px;
}

.small-swiper {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1034px;
    background: url(/images/system-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.small-swiper-box {
    width: 1280px;
    height: 854px;
}

.swiper-slide-ul li {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 427px;
    padding: 27px 27px 0;
    background: #fff;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
    cursor: pointer;
}

.swiper-slide-ul li:hover {
    box-shadow: 0px 12px 18px rgba(0, 0, 0, .15);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.swiper-slide-ul h1 {
    margin: 20px auto 10px;
    font-size: 20px;
    color: #0F1122;
    font-weight: normal;
}

.swiper-slide-ul p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.swiper-slide-ul li.swiper-slide-li {
    padding: 0;
    background: rgba(0, 163, 255, 0.8);
}

.swiper-slide-ul li.swiper-slide-li:hover {
    box-shadow: none;
    transform: scale(1, 1);
}

.module-three .core-five {
    justify-content: space-around;
    align-items: flex-start;
}

.module-three .core-five-list {
    height: auto;
    background: none;
}

.module-three .core-five-list span {
    font-size: 18px;
    color: #24B0FF;
}

.module-three .core-five-list span.core-five-title {
    font-size: 24px;
    color: #0F1122;
}

.module-three .core-five-list p {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    text-align: justify;
}

.small-eight-img {
    float: left;
    width: 100%;
}

.small-eight-img ul {
    display: flex;
    overflow: hidden;
}

.small-eight-img li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 540px;
}

.small-eight-img li:hover {
    box-shadow: 0px 12px 18px rgba(0, 0, 0, .15);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.small-eight-img li.eight-blue h1 {
    color: #24B0FF;
}

.small-eight-img li.eight-green h1 {
    color: #1BE3B3;
}

.small-eight-img li img {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
}

.small-eight-img li h1 {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: normal;
}

.small-eight-img li span {
    font-size: 18px;
    color: #fff;
}

.small-eight-img li:nth-of-type(1) {
    background: url(../images/eight-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(2) {
    background: url(../images/eight-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(3) {
    background: url(../images/eight-bg3.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(4) {
    background: url(../images/eight-bg4.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(5) {
    background: url(../images/eight-bg5.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(6) {
    background: url(../images/eight-bg6.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(7) {
    background: url(../images/eight-bg7.png) no-repeat;
    background-size: 100% 100%;
}

.small-eight-img li:nth-of-type(8) {
    background: url(../images/eight-bg8.png) no-repeat;
    background-size: 100% 100%;
}

.module-quality {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module-quality-list {
    display: flex;
    align-items: center;
    width: 440px;
    height: 160px;
    margin-bottom: 42px;
    background: #fff;
    box-shadow: 0px 12px 18px #E3EDF1;
}

.module-quality-list:hover {
    box-shadow: 0px 12px 18px rgba(0, 0, 0, .15);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.module-quality-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin: 0 30px;
    background: #F2FAFD;
    border-radius: 10px;
}

.module-quality-right {
    display: flex;
    flex-direction: column;
}

.module-quality-right h1 {
    margin-bottom: 8px;
    font-size: 24px;
    color: #0F1122;
    font-weight: normal;
}

.module-quality-right span {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

/* 微商small.html结束 */

/* 电商ecommerce.html */
.ecommerce-head {
    position: relative;
    height: 700px;
    background: url(../images/ecommerce-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.ecommerce-head .box {
    height: 700px;
}

.ecommerce-head .box div {
    position: absolute;
    left: 130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ecommerce-head .box h1 {
    margin-bottom: 45px;
    font-size: 48px;
    color: #fff;
    line-height: 63px;
}

.ecommerce-head .box span {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

.ecommerce-head .box img {
    position: absolute;
    right: -59px;
}

.ecommerce-tabbar {
    position: absolute;
    bottom: -57px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 1139px;
    height: 125px;
    background: #fff;
    box-shadow: 0px 6px 10px rgba(15, 17, 34, 0.15);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ecommerce-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 100%;
    font-size: 14px;
    color: #A6A9C7;
    cursor: pointer;
}

.ecommerce-list div div {
    margin-bottom: 5px;
    font-size: 26px;
}

.ecommerce-list img {
    width: 110px;
    height: 110px;
    margin-right: 3px;
}

.ecommerce-list-active {
    color: #fff;
    background: #36CFFF;
}

.ecommerce-list-active::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #36CFFF;
}

.ecommerce-box {
    height: 540px;
}

.ecommerce-box .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 540px;
    padding: 0 100px;
}

.ecommerce-box .ecommerce-left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 630px;
    height: 440px;
}

.ecommerce-box .ecommerce-left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: #36CFFF;
}

.ecommerce-box .ecommerce-left .point {
    z-index: 2;
    top: 0;
    right: 0;
}

.ecommerce-box .ecommerce-left img {
    z-index: 1;
    position: relative;
}

.ecommerce-right {
    width: 476px;
}

.ecommerce-right div {
    position: relative;
    margin-bottom: 24px;
    font-size: 36px;
    color: #0F1122;
}

.ecommerce-right h1 {
    position: absolute;
    bottom: 0;
    left: -50px;
    font-size: 96px;
    color: #D4F3FF;
    line-height: 72px;
}

.ecommerce-right div span {
    z-index: 1;
    position: relative;
}

.ecommerce-right>span {
    font-size: 18px;
    color: #5B618F;
    line-height: 30px;
}

.ecommerce-box-blue {
    background: #F2FAFD;
}

.ecommerce-box-blue .ecommerce-left .point {
    z-index: 2;
    top: auto;
    bottom: 0;
    left: 0;
}

.ecommerce-box-blue .ecommerce-left::before {
    right: 0;
    top: 0;
    left: auto;
}

.apply-trial {
    height: 540px;
    background: url(../images/apply-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.apply-trial .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 540px;
}

.apply-trial .box>span {
    font-size: 36px;
    color: #fff;
}

.ecommerce-box2 {
    height: 655px;
}

.ecommerce-box2 .box {
    height: auto;
    margin-top: 25px;
}

.ecommerce-box2 .ecommerce-right div span {
    font-size: 30px;
}

.ddgl-img {
    width: 1119px;
    margin: auto;
}

.gxgc-img {
    width: 1271px;
    margin: auto;
}

.ecommerce-three {
    height: 540px;
}

.ecommerce-three img {
    margin-bottom: 20px;
}

.ecommerce-tab {
    float: left;
    width: 100%;
    margin-top: 108px;
}

.ecommerce-box-height {
    height: 680px;
}

.ecommerce-box-height .title {
    padding-bottom: 0;
}

/* 电商ecommerce.html结束 */

/* 仓储wms.html */
.wms-head {
    position: relative;
    height: 604px;
    background: url(../images/wms-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.wms-head .box {
    height: 604px;
}

.wms-head .box img {
    position: absolute;
    right: 75px;
    bottom: -75px;
}

.wms-question {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wms-question-num {
    position: relative;
    width: 282px;
    height: 44px;
    margin-bottom: 14px;
}

.wms-question-num h1 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    font-size: 72px;
    color: #eee;
}

.wms-question-num span {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    width: 282px;
    height: 44px;
    padding: 0 11px;
    font-size: 20px;
    color: #fff;
    background: rgba(36, 176, 255, 0.8);
    box-sizing: border-box;
}

.wms-question-list>span {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.wms-question-line {
    position: relative;
}

.wms-question-line::before,
.wms-question-line::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 510px;
    height: 1px;
    background: #ddd;
}

.wms-question-line::after {
    right: 0;
}

.module-wms-height {
    height: 890px;
}

.wms-function {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: auto;
}

.wms-function-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 40px;
    font-size: 18px;
    color: #5B618F;
    border: 1px solid #5B618F;
    border-radius: 999px;
}

.wms-function-list img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.module-butt {
    height: 680px;
    background: url(../images/butt-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.module-butt .title {
    color: #fff;
}

.module-butt .title span {
    color: #fff;
}

.butt-img {
    width: 1070px;
    margin: auto;
    padding-top: 210px;
}

/* 仓储wms.html结束 */

/* 合作招商ecommerce.html */
.cooperation-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 604px;
    font-size: 24px;
    color: #fff;
    background: url(../images/cooperation-headbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.cooperation-head h1 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: bold;
}

.cooperation-list1 {
    height: 660px;
    background: url(../images/cooperation-bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.cooperation-list1 .box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 660px;
    padding: 0 130px;
}


.cooperation-list2 {
    height: 660px;
    background: url(../images/cooperation-bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.cooperation-list2 .box {
    display: flex;
    align-items: center;
    height: 660px;
    padding: 0 130px;
}


.cooperation-list3 {
    height: 660px;
    background: url(../images/cooperation-bg3.jpg) no-repeat;
    background-size: 100% 100%;
}

.cooperation-list3 .box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 660px;
    padding: 0 130px;
}

.cooperation-box {
    position: relative;
    width: 484px;
    height: 245px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
}

.cooperation-icon {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: rgba(36, 176, 255, 0.7);
    backdrop-filter: blur(20px);
}

.cooperation-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #0F1122;
    line-height: 40px;
}

.cooperation-text::before {
    content: "“";
    font-size: 120px;
    color: #0F1122;
}

.cooperation-text::after {
    content: "”";
    font-size: 120px;
    color: #0F1122;
    margin-top: 150px;
}

.cooperation-text div {
    width: 280px;
    margin: 0 30px;
}

.cooperation-text h5 {
    font-size: 24px;
    font-weight: normal;
}

.cooperation-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px;
}

.contact-left {
    width: 500px;
}

.contact-left-enter {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    padding: 0 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 5px 10px #E3EDF1;
}

.contact-left-enter img {
    width: 32px;
    height: 32px;
    margin-right: 30px;
}

.contact-left-enter input {
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    border: 0;
    border-left: 1px solid #ddd;
}

.contact-left .module-btn a {
    margin: 50px 0 0;
}

.contact-map {
    width: 570px;
    height: 372px;
    border: 6px solid #fff;
    box-shadow: 0px 12px 18px #E3EDF1;
    overflow: hidden;
}

/* 合作招商ecommerce.html结束 */

/* 关于我们about.html */
.about-head {
    background: url(../images/about-headbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.module-about .module-solution {
    margin-top: 100px;
}

.about-list {
    position: relative;
    width: 339px;
    height: 250px;
    margin: 0 50px;
}

.about-list img {
    width: 100%;
    height: 100%;
}

.about-list-text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    height: 105px;
    padding-left: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    background: rgba(36, 176, 255, 0.9);
}

.about-list-text div {
    font-size: 24px;
    line-height: 40px;
}

.about-round1 {
    top: 124px;
    right: 38px;
}

.about-point1 {
    top: 143px;
    right: 154px;
}

.about-round2 {
    top: 420px;
    left: 329px;
    width: 134px;
    height: 134px;
}

.about-point2 {
    top: 443px;
    left: 250px;
}

.about-round3 {
    top: 158px;
    right: 154px;
    width: 134px;
    height: 134px;
}

.about-point3 {
    top: 85px;
    right: 230px;
}

.about-point4 {
    top: 278px;
    left: 150px;
}

.about-us {
    width: 800px;
    margin: auto;
    font-size: 16px;
    color: #5B618F;
    line-height: 35px;
    text-align: justify;
    text-indent: 32px;
}

.develop {
    background: url(../images/develop-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.develop .title {
    padding: 50px 0 130px;
}

.develop .title h2 {

    color: #fff;
}

.develop-swiper .swiper-wrapper {
    height: 300px;
    padding-left: 12px;
    cursor: pointer;
}

.develop-swiper .swiper-slide {
    position: relative;
    width: 430px;
    height: 212px;
}

.develop-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 424px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    transform: matrix(0.98, 0, -0.2, 1, 0, 0);
}

.develop-swiper .swiper-slide div {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    padding: 36px 33px;
    font-size: 14px;
    color: #5B618F;
    line-height: 30px;
}

.develop-swiper .swiper-slide div span {
    z-index: 2;
    position: absolute;
    left: 60px;
    top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 161px;
    height: 55px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    background: #24B0FF;
    transform: matrix(0.98, 0, -0.22, 1, 0, 0);
}


/* 关于我们about.html结束 */