@charset "UTF-8";
* {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -ms-box-sizing: border-box!important;
}
body, html{ width: 100%; overflow-x: hidden;}
@font-face {
    font-family: "iconfont"; /* Project id 2912816 */
    src: url('//at.alicdn.com/t/font_2912816_svn1jy1bleq.woff2?t=1645529338028') format('woff2'),
         url('//at.alicdn.com/t/font_2912816_svn1jy1bleq.woff?t=1645529338028') format('woff'),
         url('//at.alicdn.com/t/font_2912816_svn1jy1bleq.ttf?t=1645529338028') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-shouqi:before {
    content: "\e608";
  }
  
  .icon-zhankai:before {
    content: "\e606";
  }
  
  .icon-duigou2:before {
    content: "\e605";
  }
  
  .icon-jiajujiancai:before {
    content: "\e8b5";
  }
  
  .icon-ICThangye:before {
    content: "\e8b6";
  }
  
  .icon-jiaoyupeixun:before {
    content: "\e8b7";
  }
  
  .icon-nongmuhangye:before {
    content: "\e8b8";
  }
  
  .icon-gongyezidonghua:before {
    content: "\e8b9";
  }
  
  .icon-SaaSruanjian:before {
    content: "\e8ba";
  }
  
  .icon-kuaixiaopin:before {
    content: "\e8bb";
  }
  
  .icon-yiliaojiankang:before {
    content: "\e8bc";
  }
  
  .icon-zhizaoye:before {
    content: "\e8b2";
  }
  
  .icon-gaokeji:before {
    content: "\e8b3";
  }
  
  .icon-kuaixiaonongmu:before {
    content: "\e8b4";
  }
  
  .icon-zuojiantou:before {
    content: "\e8af";
  }
  
  .icon-youjiantou:before {
    content: "\e8b1";
  }
  
  .icon-duigou:before {
    content: "\e8b0";
  }
  
  .icon-a-400dianhua:before {
    content: "\e8ae";
  }
  
  .icon-logo:before {
    content: "\e8ad";
  }
  
  .icon-daohangguanbi:before {
    content: "\e8a9";
  }
  
  .icon-daohangmoren:before {
    content: "\e8aa";
  }
  
  .icon-xia:before {
    content: "\e8ab";
  }
  
  .icon-shang:before {
    content: "\e8ac";
  }

  
.content {
    background: #ffffff;
    color: #272b34;
}
.productions {
    background: linear-gradient(150deg, #f8fbfd 0%, #f9f9fc 100%);
    padding-top: 80px;
    padding-bottom: 40px;
}
.i-container {
    width: 1200px;
    margin: auto;
}
.productions .title {
    font-size: 32px;
    font-weight: 500;
    color: #181c25;
    line-height: 42px;
    text-align: center;
    margin-bottom: 24px;
}
.productions .section {
    margin-bottom: 24px;
}
.productions .name {
    font-size: 24px;
    font-weight: 400;
    color: #272b34;
    line-height: 34px;
    text-align: center;
    margin-bottom: 16px;
}
.productions .pro {
    display: flex;
    justify-content: space-around;
}
.productions .item {
    width: 384px;
    box-shadow: -1px 0px 0px 0px #dee1e6, 1px 0px 0px 0px #dee1e6, 0px -1px 0px 0px #dee1e6, 0px 1px 0px 0px #dee1e6;
    border-radius: 8px;
    padding: 32px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.title-line {
    position: relative;
    padding-left: 20px;
}
.item .item-title {
    font-size: 24px;
    font-weight: 500;
    color: #181c25;
    line-height: 34px;
    margin-bottom: 8px;
}
.title-line::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 8px;
    height: 22px;
    background-color: #ff8000;
    border-radius: 4px;
}
.item .item-content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c1c5ce;
    margin-bottom: 19px;
}
.item .feat {
    flex: 1;
    margin-bottom: 52px;
    font-size: 14px;
    line-height: 28px;
}
.item .icon-duigou {
    margin-right: 7px;
    color: #faa253;
}
.item-footer {
    display: flex;
}
.item-footer .detail-btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ff8000;
    font-size: 16px;
    font-weight: 500;
    color: #ff8000;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.item-footer .whitepaper-btn {
    width: 120px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #dee1e6;
    font-size: 16px;
    color: #181c25;
    line-height: 40px;
    text-align: center;
    margin-left: 16px;
    cursor: pointer;
}
.production-free {
    margin-top: 40px;
    text-align: center;
}
.i-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 24px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}
.i-btn-free {
    background: linear-gradient(45deg, #FF704F 0%, #FF9326 100%);
    color: #fff !important;
}

.plan {
    margin-bottom: 40px;
}
.wpaper__customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    position: relative;
}
.i-container h2 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.plan-swiper {
    width: 1100px;
    overflow: hidden;
}
.wpaper__customer .swiper-arrow {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 25px);
}
.direction {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.swiper-arrow .iconfont {
    font-size: 24px;
}
.direction-active {
    color: #ff8000;
    border: 1px solid #ff8000;
}
.plan-content {
    display: flex;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}
.wpaper__customer .swiper-slide {
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    height: auto;
}
.plan-content .plan-item {
    width: 246px;
    border-radius: 8px;
    padding: 60px 24px;
    display: flex;
    flex-direction: column;
}
.plan-item>.iconfont {
    font-size: 40px;
}
.plan-item>.title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 20px;
}
.plan-item .short-line {
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0px auto;
}
.plan-item .plan-content {
    margin-top: 24px;
    margin-bottom: 80px;
    line-height: 24px;
    font-size: 14px;
    flex: 1;
}
.plan-item .detail-btn {
    width: 198px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    cursor: pointer;
    color: #FFFFFF;
}
.plan-1 {
    background: #9261eb;
}
.plan-2 {
    background: #545861;
}
.plan-3 {
    background: #ff9559;
}
.plan-4 {
    background: #4fcf8a;
}
.plan-5 {
    background: #ff9559;
}
.plan-6 {
    background: #5498ff;
}
.plan-7 {
    background: #9261EB;
}
.plan-8 {
    background: #4FCF8A;
}

.wpaper__customer__mobile {
    display: none;
}

.free {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url(../image/source/bg1.png);
    background-size: cover;
    flex-direction: column;
    background-position: 50% center;
    padding: 56px 0px 53px;
}
.free .free-title {
    font-size: 32px;
    font-weight: 500;
    color: #181c25;
    line-height: 45px;
    text-shadow: 0px 2px 12px rgba(6, 95, 164, 0.1);
    margin-bottom: 8px;
}
.free .free-tel {
    font-size: 28px;
    font-weight: 400;
    color: #181c25;
    line-height: 34px;
    margin-bottom: 32px;
}

.select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 81px;
    margin-top: 24px;
}
.select .title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #181c25;
    line-height: 42px;
}
.select .sub-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #545861;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 24px;
}
.select .select-content {
    display: flex;
    justify-content: space-between;
}
.select .select-left {
    width: 282px;
    background-image: url(../image/source/4_产品特色@2x.png);
    background-size: cover;
    padding: 32px 24px;
    border-radius: 8px;
}
.select .content-title {
    font-size: 24px;
    font-weight: 500;
    color: #181c25;
    line-height: 34px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #c1c5ce;
    margin-bottom: 23px;
}
.select .select-item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}
.select .select-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}
.select-right {
    width: 894px;
}
.right-top {
    display: flex;
    justify-content: space-between;
}
.right-top-left {
    width: 588px;
    background-image: url(../image/source/4_强大平台@2x.png);
    background-size: cover;
    border-radius: 8px;
    padding: 32px 24px;
}
.select .content-title {
    font-size: 24px;
    font-weight: 500;
    color: #181c25;
    line-height: 34px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #c1c5ce;
    margin-bottom: 23px;
}
.right-top-right {
    width: 282px;
    background-image: url(../image/source/4_行业优势@2x.png);
    background-size: cover;
    border-radius: 8px;
    padding: 32px 24px;
}
.right-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.right-bottom .bottom-item {
    width: 282px;
    border-radius: 8px;
    padding: 32px 24px;
}
.right-bottom .bottom-item:nth-child(1) {
    background-image: url(../image/source/4_连接赋能@2x.png);
    background-size: cover;
}
.right-bottom .bottom-item:nth-child(2) {
    background-image: url(../image/source/4_市场领先@2x.png);
    background-size: cover;
}
.right-bottom .bottom-item:nth-child(3) {
    background-image: url(../image/source/4_专业服务@2x.png);
    background-size: cover;
}

.customer {
    margin-bottom: 88px;
}
.wpaper__customer .swiper-container {
    width: 1056px;
    height: 248px;
    margin-top: 24px;
    box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
    border-radius: 8px;
}
.wpaper__customer .swiper-slide {
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    height: auto;
}
.wpaper__customer .swiper-slide .image {
    width: 200px;
    height: 200px;
    margin-right: 24px;
}
.wpaper__customer .swiper-slide .slide-content {
    position: relative;
}
.wpaper__customer .bg-mark {
    width: 39px;
    height: 32px;
    position: absolute;
    top: 4px;
    left: 0px;
}
.wpaper__customer .slide-p {
    position: absolute;
    top: 20px;
    left: 0;
    height: 168px;
    width: 768px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wpaper__customer .swiper-slide .slide-content .p4 {
    font-size: 16px;
    color: #545861;
    line-height: 26px;
}
.wpaper__customer .swiper-slide .slide-content .p5 {
    font-size: 16px;
    font-weight: 600;
    color: #181c25;
}
.indicator {
    width: 1056px;
    margin-top: 28px;
    display: flex;
    justify-content: space-around;
}
.indicator>div {
    width: 125px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.indicator>div img {
    width: 110px;
    height: 48px;
    margin-top: 8px;
}
.indicator-active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #ff704f 0%, #ff9326 100%);
    border-radius: 0px 0px 8px 8px;
    bottom: 0px;
    left: 0;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.compony {
    text-align: center;
    margin-bottom: 80px;
}
.compony .compony-title {
    font-size: 32px;
    font-weight: 500;
    color: #181c25;
    line-height: 42px;
    margin-bottom: 40px;
}
.compony .compony-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.compony .compony-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.compony-item .iconfont {
    font-size: 18px;
    margin-right: 8px;
    color: #f97f0e;
}
.compony-item .pic {
    width: 1048px;
    padding: 16px 6px;
    box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
}
.compony-item .pic img {
    width: 100%;
}
.componys-mobile {
    display: none;
}
.compony-item .compony-name {
    width: 140px;
    height: 215px;
    line-height: 208px;
    font-size: 16px;
    font-weight: 500;
    color: #181c25;
    box-shadow: 0px 2px 12px 0px rgba(74, 74, 74, 0.1);
}

@media only screen and (max-width: 1440pxpx)
{
    

}
@media only screen and (max-width: 1024px)
{
    

}
@media only screen and (max-width: 540px)
{
    .i-container {
        width: 100%;
    }
    .wpaper__customer__mobile {
        display: block;
    }
    .wpaper__customer__mobile h2 {
        font-size: 18px;
        font-weight: 600;
        color: #181C25;
        margin-bottom: 16px;
        text-align: center;
    }
    .box {
        display: block;
        overflow-x: scroll;
    }
    .plan-container {
        display: flex;
        width: 1744px;
    }
    .plan-item {
        width: 211px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 24px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 8px;
    }
    .plan-item:first-child {
        margin-left: 16px;
    }
    .plan-item>.iconfont {
        font-size: 28px;
        color: #fff;
    }
    .plan-item>.title {
        font-size: 14px;
        font-weight: 500;
        margin-top: 4px;
        margin-bottom: 8px;
        color: #fff;
    }
    .plan-item .short-line {
        width: 20px;
        border-bottom: 2px solid #fff;
        margin: 0px auto;
    }
    .plan-item .plan-content {
        font-size: 12px;
        font-weight: 400;
        margin-top: 11px;
        margin-bottom: 0;
    }
    .plan-item+.plan-item {
        margin-left: 8px;
    }

    .select-box {
        display: block;
        overflow-x: scroll;
    }
    .select-content {
        width: 1200px;
    }
    .select .select-left {
        padding: 24px 16px;
        background: linear-gradient(270deg, #F4F8FD 0%, #F0F5FC 100%);
    }
    .select .content-title {
        font-size: 14px;
        font-weight: 500;
        color: #181C25;
        padding-bottom: 12px;
        margin-bottom: 11px;
    }
    .select .select-item {
        font-size: 12px;
        font-weight: 400;
        color: #272B34;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .select .select-left:first-child {
        margin-left: 16px;
    }
    .select .select-left+.select-left {
        margin-left: 8px;
    }
    .componys {
        display: none;
    }
    .componys-mobile {
        display: block;
        margin: 0 16px;
    }
    .compony .compony-item {
        display: block;
        margin-bottom: 8px;
    }
    .compony .compony-item .compony-name-moble {
        font-size: 14px;
        font-weight: 400;
        color: #181C25;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .compony-item .pic {
        width: 100%;
        padding: 4px 0;
    }
    
    .productions .title{ font-size: 6vw; padding: 0 4vw;}
    .productions .name{ font-size: 5vw;}
    .productions .pro{ display: block; padding: 0 4vw;}
    .productions .item{ width: 100%; margin-bottom: 4vw;}
    .item .feat{ margin-bottom: 6.6vw;}
    .item .item-title{ font-size: 5vw;}
    .item .item-content{ font-size: 4vw; line-height: 6vw;}
    .i-btn{ font-size: 5vw;}
    .i-container h2{ font-size: 6vw; padding: 0 4vw; text-align: center; line-height: 8vw;}
    .plan-swiper{ width: 100%;}
    .wpaper__customer .swiper-slide{flex-wrap: wrap; display: block;}
    .plan-content .plan-item{ width: 100%; padding: 6vw 2vw; margin-bottom: 4vw;}
    .plan-item:first-child{ margin-left: 0;}
    .plan-item+.plan-item{ margin-left: 0;}
    .plan-item .detail-btn{ width: 40%; height: 8vw; line-height: 8vw; font-size: 4vw; margin-top: 5vw;}
    .compony .compony-title{ font-size: 6vw;}
    .customer{ margin-bottom: 0;}
    .wpaper__customer .swiper-container, .indicator{ width: 100%;}
    .indicator{flex-wrap: wrap;}
    .indicator>div{ width: 24%; height: auto; margin-bottom: 3vw;}
    .indicator>div img{ width: 100%; height: auto;}
    .wpaper__customer .swiper-slide .image{width: 40vw;height: 40vw; margin: 0 auto; display: block;}
    .wpaper__customer .bg-mark{ width: 6vw; height: auto;}
    .wpaper__customer .slide-p{ width: 100%;}
    .wpaper__customer .swiper-slide .slide-content .p4{ font-size: 3.6vw; line-height: 6vw; text-align: justify;}
    .wpaper__customer .swiper-slide .slide-content .p5{ font-size: 3.6vw;}
    .wpaper__customer .swiper-container{ height: 120vw;}
    .select{ margin-bottom: 0;}
    .select .title{ font-size: 6vw;}
}