﻿@import "common.css";
@import "reset.css";

.sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center
}

a {
    text-decoration: none;
    color: #FFFFFF
}

a:hover {
    color: #FFFFFF
}

.container #home-banner {
    height: 540px;
    /*background-image: url(../image/518banner_bg.png) !important;*/
    background-size: 100% 100% !important;
    background: linear-gradient(90deg, #0094FF 10.79%, #0094FF 39.18%, rgba(0, 81, 255, 0) 99.56%)
}

.container #home-banner .banner {
    width: 1920px;
    height: 540px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0)
}

.container #solution {
    /* width: 1200px;
    height: 230px;
    z-index: 990;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-600px) */
    display: flex;
    justify-content: center;
}

.container #solution .solution-desc {
    margin-top: 164px;
    margin-bottom: 95px
}

.container #solution .solution-desc .solution-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 66px;
    color: #333333
}

.container #solution .solution-desc .solution-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #333333
}

.container #solution .solution-desc .solution-button {
    display: inline-block;
    width: 200px;
    height: 60px;
    background-color: #0046DC;
    border-radius: 6px;
    margin-top: 48px;
    line-height: 60px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center
}

.container #solution .solution-desc .solution-button:hover {
    background-color: #0053FD
}

.container #solution .solution-desc .solution-button:hover span {
    color: #FFFFFF
}

.container #solution .solution-desc .solution-button img {
    position: absolute;
    top: -105px;
    left: 33px
}

.container #solution .solution-desc .solution-button .white {
    display: none
}

.container #solution .solution-desc .cursor-box {
    width: 180px;
    height: 40px;
    visibility: visible;
    position: absolute;
    left: 0;
    bottom: 15px;
    cursor: pointer
}

.container #solution .solution-box {
    width: 1920px;
    /* transform: translate(-360px, 32px); */
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center
}

.container #solution .solution-list {
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.container #solution .solution-list .solution-hover {
    position: relative;
    top: 80px;
    z-index: 10000;
    height: 100%;
    width: 390px;
    background: linear-gradient(0deg, #ffffff 0%, #FFFFFF 100%);
    box-shadow: 0 30px 20px 0 rgba(61, 82, 235, 0.1);
    border-radius: 6px;
    transition: all .3s linear 0s;
    display: none
}

.container #solution .solution-list .solution-hover .desc {
    margin-left: 39px;
    padding-top: 20px;
    text-align: left
}

.container #solution .solution-list .solution-hover .desc .title {
    width: 311px;
    display: inline;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #0053FD;
    line-height: 20px
}

.container #solution .solution-list .solution-hover .desc .title-desc {
    width: 311px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #77839B;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: .5px solid #DCDCDC
}

.container #solution .solution-list .solution-hover .desc .title-desc:last-child {
    border-bottom: none
}

.container #solution .solution-list .solution-content {
    text-align: center;
    flex: 1
}

.container #solution .solution-list .solution-content img {
    width: 20px;
    height: 20px;
    vertical-align: sub
}

.container #solution .solution-list .solution-content .theme-title {
    color: #333;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 600
}

.container #solution .solution-list .solution-content .theme-desc {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

/* .container #solution .solution-list .solution-content:hover .solution-normal {
    display: none
}

.container #solution .solution-list .solution-content:hover .solution-hover {
    display: block
} */

.container #enterprise {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 130px
}

.container #enterprise .enterprise-header {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #333333
}

.container #enterprise .enterprise-body {
    width: 1200px;
    height: 708px;
    margin: 0 auto
}

.container #enterprise .enterprise-body .enterprise-items {
    display: flex;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    justify-content: center
}

.container #enterprise .enterprise-body .enterprise-items .enterprise-item {
    width: 186px;
    height: 59px;
    margin-right: 16px;
    text-align: center;
    line-height: 59px;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container #enterprise .enterprise-body .enterprise-items .enterprise-item.active {
    color: #ff9900
}

.container #enterprise .enterprise-body .enterprise-items .enterprise-item.active::after {
    content: '';
    position: absolute;
    /* background: url(../image/after-line.png); */
    background: #FF9900;
    width: 100px;
    height: 2px;
    left: 43px;
    bottom: 0
}

.container #enterprise .enterprise-body .enterprise-line {
    height: 1px;
    background: #E1E1E1
}

.container #enterprise .enterprise-body .enterprise-item-content {
    padding-top: 60px;
    overflow: hidden
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs {
    list-style: none;
    float: left;
    width: 180px;
    height: 510px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 6px;
    background: #fffbf3;
    margin-right: 20px
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs li {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 148px;
    height: 48px;
    line-height: 48px;
    padding-left: 12px;
    border-radius: 5px
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs li img {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs li p {
    display: inline-block;
    margin-left: 28px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs li:hover {
    cursor: pointer
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs .active {
    color: #fff;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    background: #ff9900
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs .product_logo {
    display: block;
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs .product_logo_active {
    display: none;
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs .active .product_logo {
    display: none;
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs .active .product_logo_active {
    display: block;
}

.container #enterprise .enterprise-body .enterprise-item-content .enterprise-tabs .active p {
    color: white
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution {
    overflow: hidden;
    float: left;
    width: 1000px;
    height: 510px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text {
    float: left;
    height: 300px;
    width: 300px;
    margin-top: 124px;
    margin-left: 20px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-title {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-desc {
    height: 70px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #929AAC;
    line-height: 28px;
    margin-top: 16px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-desc .bd-text-desc-item {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 28px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-but {
    margin-top: 80px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-but div {
    display: inline-block
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-but div .item-btn1 {
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #FF9900;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #FF9900;
    margin-right: 18px;
    border: none
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-but div .item-btn1:hover {
    background-color: #4484FF;
    color: #FFFFFF
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-but div .item-btn2 {
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ff9900;
    border-radius: 4px;
    font-size: 14px;
    color: #ff9900;
    margin-right: 18px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-text .bd-text-but div .item-btn2:hover {
    border: 1px solid #4484FF;
    color: #4484FF
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-img {
    float: right
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide .content-slide .bd-img img {
    width: 680px
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide {
    background: url('../image/solution-bg.jpg') no-repeat
}

/* .container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(1) {
    background: url('../image/solution-supplier.png') no-repeat
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(2) {
    background: url('../image/solution-sourcing.png') no-repeat
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(3) {
    background: url('../image/solution-contract.png') no-repeat
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(4) {
    background: url('../image/solution-cooperation.png') no-repeat
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(5) {
    background: url('../image/solution-mall.png') no-repeat
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(6) {
    background: url('../image/solution-invoicing.png') no-repeat
}

.container #enterprise .enterprise-body .enterprise-item-content .swiper-solution .swiper-slide:nth-child(7) {
    background: url('../image/solution-brain.png') no-repeat
} */

.container #enterprise .enterprise-body .enterprise-item-content .open-item {
    width: 288px;
    height: 404px;
    background-color: #f1f6fb;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
    color: #333;
    position: relative;
    overflow: hidden;
    background: url("../image/open-bgc.png");
    border-radius: 8px
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item .main-right-item-title {
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #0046DC
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item .main-right-item-desc {
    color: #333;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item .main-right-item-line {
    width: 160px;
    height: 1px;
    background: #BCBCBC;
    margin-top: 18px
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item .main-right-item-ul {
    margin-top: 18px;
    display: flex;
    flex-direction: column
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item .main-right-item-ul .main-right-item-li {
    color: #333;
    height: 20px;
    line-height: 20px;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item .open-item-img {
    position: absolute;
    width: 306px;
    height: 306px;
    bottom: -100px;
    right: -155px;
    transition: right .3s ease-out
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item:hover {
    background: url("../image/open-active-bgc1.png")
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item:hover .main-right-item-title {
    color: white
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item:hover .main-right-item-desc {
    color: white
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item:hover .open-item-img {
    right: -75px
}

.container #enterprise .enterprise-body .enterprise-item-content .open-item:hover .main-right-item-li {
    color: white
}

.container #enterprise .enterprise-body .enterprise-item-content .bottom-desc {
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 33px
}

.container #enterprise .enterprise-body .enterprise-item-content .bottom-desc span {
    color: #0046DC
}

.container #enterprise .enterprise-body .enterprise-item-content .paas-item {
    width: 389px;
    height: 237px;
    background-color: pink;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: #F4F9FF;
    background: url("../image/pass-bgc.png")
}

.container #enterprise .enterprise-body .enterprise-item-content .paas-item .paas-item-title {
    color: #141E34;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 126px
}

.container #enterprise .enterprise-body .enterprise-item-content .paas-item .paas-item-desc {
    color: rgba(34, 34, 34, 0.6);
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.container #enterprise .enterprise-body .enterprise-item-content .paas-item:hover {
    background: url("../image/pass-active.png")
}

.container #enterprise .enterprise-body .enterprise-item-content .paas-item:hover .paas-item-title {
    color: white
}

.container #enterprise .enterprise-body .enterprise-item-content .paas-item:hover .paas-item-desc {
    color: white
}

.container #enterprise .enterprise-body .enterprise-item-content.enterprise-item-open {
    padding-top: 68px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.container #enterprise .enterprise-body .enterprise-item-content.enterprise-item-paas {
    padding-top: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.container #enterprise .enterprise-body .enterprise-item-content.hidden {
    display: none
}

.container #enterprise .enterprise-body .enterprise-item-content.enterprise-item-open.hidden {
    display: none
}

.container #enterprise .enterprise-body .enterprise-item-content.enterprise-item-pass.hidden {
    display: none
}

.container #marketing {
    position: relative;
    width: 100%;
    height: 880px;
    background: #fffbf3
}

.container #marketing .marketing-header {
    width: 100%;
    padding-top: 84px;
    margin-bottom: 78px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #333333
}

.container #marketing .marketing-body {
    width: 1200px;
    height: 708px;
    margin: 0 auto;
}

.container #marketing .marketing-body img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #ffebc4;
}

.container #difference {
    position: relative;
    width: 100%;
    height: 880px;
}

.container #difference .difference-header {
    width: 100%;
    padding-top: 84px;
    margin-bottom: 78px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #333333
}

.container #difference .difference-body {
    width: 100%;
    height: 670px
}

.container #difference .difference-body .difference-content {
    width: 1065px;
    height: 550px;
    margin: auto;
    position: relative
}

.container #difference .difference-body .difference-content .tradition-srm {
    margin-left: 30px;
    display: inline-block;
    width: 365px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 3px 29px #eeeeee;
    border-radius: 6px
}

.container #difference .difference-body .difference-content .tradition-srm .tradition-srm-header {
    width: 100%;
    height: 130px;
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 130px;
    background-image: url(../image/pingtai-ct.jpg);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference {
    position: absolute;
    top: 170px;
    left: 0;
    width: calc(100% + 40px);
    z-index: 5
}

.container #difference .difference-body .difference-content .specific-difference .first-line {
    position: relative;
    left: -20px;
    box-sizing: border-box;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    height: 42px;
    margin-bottom: 3px
}

.container #difference .difference-body .difference-content .specific-difference .first-line .left-text {
    display: inline-block;
    line-height: 21px;
    width: 361.5px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AEAEAE;
    text-align: right
}

.container #difference .difference-body .difference-content .specific-difference .wrong-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 45.5px 2.5px 19px;
    background-image: url(../image/cuo-icon.svg);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .first-line .left-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 10px 7.5px 53px;
    background-image: url(../image/huijiantou-icon.png);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .first-line .middle-text {
    float: right;
    color: #333333;
    line-height: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
    margin-left: 9.5px;
    margin-right: 9.5px
}

.container #difference .difference-body .difference-content .specific-difference .first-line .right-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 53px 7.5px 10px;
    background-image: url(../image/lvjiantou-icon.png);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .correct-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 19px 2.5px 45.5px;
    background-image: url(../image/dui-icon.png);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .first-line .right-text {
    float: right;
    line-height: 21px;
    width: 361.5px;
    word-wrap: normal;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: left
}

.container #difference .difference-body .difference-content .specific-difference .first-line:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ff990096, rgba(255, 255, 255, 0)) 1 1
}

.container #difference .difference-body .difference-content .specific-difference .second-line {
    position: relative;
    left: -20px;
    box-sizing: border-box;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    height: 42px;
    margin-bottom: 3px
}

.container #difference .difference-body .difference-content .specific-difference .second-line .left-text {
    display: inline-block;
    line-height: 21px;
    width: 361.5px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AEAEAE;
    text-align: right
}

/* .container #difference .difference-body .difference-content .specific-difference .second-line .wrong-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 45.5px 2.5px 19px;
    background-image: url(../image/cuo-icon.svg);
    background-size: 100% 100%
} */

.container #difference .difference-body .difference-content .specific-difference .second-line .left-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 10px 7.5px 53px;
    background-image: url(../image/huijiantou-icon.png);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .second-line .middle-text {
    float: right;
    color: #ff9900;
    line-height: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
    margin-left: 9.5px;
    margin-right: 9.5px
}

.container #difference .difference-body .difference-content .specific-difference .second-line .right-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 53px 7.5px 10px;
    background-image: url(../image/lvjiantou-icon.png);
    background-size: 100% 100%
}

/* .container #difference .difference-body .difference-content .specific-difference .second-line .correct-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 19px 2.5px 45.5px;
    background-image: url(../image/dui-icon.png);
    background-size: 100% 100%
} */

.container #difference .difference-body .difference-content .specific-difference .second-line .right-text {
    float: right;
    line-height: 21px;
    width: 361.5px;
    word-wrap: normal;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: left
}

.container #difference .difference-body .difference-content .specific-difference .second-line:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ff990096, rgba(255, 255, 255, 0)) 1 1
}

.container #difference .difference-body .difference-content .specific-difference .third-line {
    position: relative;
    left: -20px;
    box-sizing: border-box;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    height: 42px;
    margin-bottom: 3px
}

.container #difference .difference-body .difference-content .specific-difference .third-line .left-text {
    display: inline-block;
    line-height: 21px;
    width: 361.5px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AEAEAE;
    text-align: right
}

/* .container #difference .difference-body .difference-content .specific-difference .third-line .wrong-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 45.5px 2.5px 19px;
    background-image: url(../image/cuo-icon.svg);
    background-size: 100% 100%
} */

.container #difference .difference-body .difference-content .specific-difference .third-line .left-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 10px 7.5px 53px;
    background-image: url(../image/huijiantou-icon.png);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .third-line .middle-text {
    float: right;
    color: #333333;
    line-height: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
    margin-left: 9.5px;
    margin-right: 9.5px
}

.container #difference .difference-body .difference-content .specific-difference .third-line .right-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 53px 7.5px 10px;
    background-image: url(../image/lvjiantou-icon.png);
    background-size: 100% 100%
}

/* .container #difference .difference-body .difference-content .specific-difference .third-line .correct-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 19px 2.5px 45.5px;
    background-image: url(../image/dui-icon.png);
    background-size: 100% 100%
} */

.container #difference .difference-body .difference-content .specific-difference .third-line .right-text {
    float: right;
    line-height: 21px;
    width: 361.5px;
    word-wrap: normal;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: left
}

.container #difference .difference-body .difference-content .specific-difference .third-line:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ff990096, rgba(255, 255, 255, 0)) 1 1
}

.container #difference .difference-body .difference-content .specific-difference .last-line {
    position: relative;
    left: -20px;
    box-sizing: border-box;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
    height: 42px
}

.container #difference .difference-body .difference-content .specific-difference .last-line .left-text {
    display: inline-block;
    line-height: 21px;
    width: 361.5px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #AEAEAE;
    text-align: right
}

/* .container #difference .difference-body .difference-content .specific-difference .last-line .wrong-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 2.5px 45.5px 2.5px 19px;
    background-image: url(../image/cuo-icon.svg);
    background-size: 100% 100%
} */

.container #difference .difference-body .difference-content .specific-difference .last-line .left-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 10px 7.5px 53px;
    background-image: url(../image/huijiantou-icon.png);
    background-size: 100% 100%
}

.container #difference .difference-body .difference-content .specific-difference .last-line .middle-text {
    float: right;
    color: #ff9900;
    line-height: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
    margin-left: 9.5px;
    margin-right: 9.5px;
}

.container #difference .difference-body .difference-content .specific-difference .last-line .right-arrow {
    float: right;
    width: 6px;
    height: 6px;
    margin: 7.5px 53px 7.5px 10px;
    background-image: url(../image/lvjiantou-icon.png);
    background-size: 100% 100%
}

/* .container #difference .difference-body .difference-content .specific-difference .last-line .correct-icon {
    float: right;
    width: 16px;
    height: 16px;
    margin: 13px 19px 13px 45.5px;
    background-image: url(../image/dui-icon.png);
    background-size: 100% 100%
} */

.container #difference .difference-body .difference-content .specific-difference .last-line .right-text {
    float: right;
    line-height: 21px;
    width: 361.5px;
    word-wrap: normal;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: left
}

.container #difference .difference-body .difference-content .specific-difference .last-line:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ff990096, rgba(255, 255, 255, 0)) 1 1
}

.container #difference .difference-body .difference-content .sioo-platform {
    position: absolute;
    width: 365px;
    height: 100%;
    right: 30px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0 3px 29px #eeeeee;
    border-radius: 6px
}

.container #difference .difference-body .difference-content .sioo-platform .sioo-platform-header {
    width: 100%;
    height: 130px;
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 130px;
    background-image: url(../image/pingtai-xa.jpg);
    background-size: 100% 100%
}

.container #difference .difference-back-image {
    position: absolute;
    bottom: 18px;
    left: 8px;
    width: calc(100% - 16px);
    height: 415px;
    background-image: url(../image/dbbg.png);
    background-size: 100% 100%;
    z-index: 0
}

.container #platform {
    padding-top: 48px;
    text-align: center;
    background-color: #f9fcff
}

.container #platform .title {
    margin-bottom: 36px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #333333
}

.container #platform .platform-body {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.container #platform .platform-body .platform-items {
    display: flex;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
    gap: 26px;
    width: 1200px;
    margin: 0 auto
}

.container #platform .platform-body .platform-items .platform-item {
    height: 60px;
    text-align: center;
    line-height: 59px;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container #platform .platform-body .platform-items .platform-item.active {
    color: #0046DC
}

.container #platform .platform-body .platform-items .platform-item.active::after {
    content: '';
    position: absolute;
    background: url(../image/after-line.png);
    background-size: 100% 100%;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0
}

.container #platform .platform-body .platform-line {
    height: 1px;
    background: #E1E1E1;
    width: 1200px;
    margin: 0 auto
}

.container #platform .platform-body .platform-item-content {
    overflow: hidden
}

.container #platform .platform-body .platform-item-content img {
    width: 1920px
}

.container #platform .platform-body .platform-item-content.hidden {
    display: none
}

.container #partner {
    width: 1375px;
    margin: 0 auto;
    margin-top: 60px
}

.container #partner .logo_wrap {
    position: relative;
    overflow: hidden;
    margin: 100px auto;
    font-size: 0
}

.container #partner .logo_wrap .logo-left {
    position: absolute;
    z-index: 100;
    margin-left: -60px
}

.container #partner .logo_wrap .logo-right {
    position: absolute;
    right: 0;
    z-index: 100;
    top: 0;
    margin-right: -60px
}

.container #partner .logo_wrap .logo-anim {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden
}

.container #partner .logo_wrap .logo-anim .content {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.container #partner .logo_wrap .logo-anim .content img {
    float: left;
    height: 80px;
    box-shadow: 0px 0px 10px 3px #f3f3f3;
    margin: 15px 10px;
}

.container #partner .logo_wrap .logo-right {
    transform: rotate(180deg)
}

.container #why-sioo {
    margin-top: 60px;
    color: #fff;
    width: 100%;
    min-width: 1200px;
    height: 740px;
    position: relative
}

.container #why-sioo .back-content {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../image/choosesioo-back.png');
    background-size: 100% 100%
}

.container #why-sioo .main-content {
    width: 1200px;
    margin: 0 auto;
    z-index: 5;
    text-align: center
}

.container #why-sioo .main-content .title {
    margin: 0 auto;
    padding-top: 84px
}

.container #why-sioo .main-content .title h3 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px
}

.container #why-sioo .main-content .case-list {
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: space-between
}

.container #why-sioo .main-content .case-list .case-content {
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 20px
}

.container #why-sioo .main-content .case-list .case-content .case-normal {
    width: 195px;
    height: 430px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 9px 10px 0 rgba(61, 82, 235, 0.05);
    border-radius: 6px;
    position: relative;
    padding-top: 19px
}

.container #why-sioo .main-content .case-list .case-content .case-normal .orange-line {
    width: 31px;
    height: 4px;
    margin: 0 auto;
    background: #ff9900
}

.container #why-sioo .main-content .case-list .case-content .case-normal .theme {
    padding-top: 108px;
    margin: 0 auto;
    width: 96px
}

.container #why-sioo .main-content .case-list .case-content .case-normal .theme p {
    padding-top: 19px;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

.container #why-sioo .main-content .case-list .case-content .case-normal .case-back .case-show {
    position: absolute;
    left: 90px;
    bottom: 27px
}

.container #why-sioo .main-content .case-list .case-content .case-hover {
    display: none;
    position: relative;
    height: 100%;
    width: 346px;
    height: 430px;
    background: #ffffff;
    box-shadow: 0 30px 20px 0 rgba(61, 82, 235, 0.1);
    border-radius: 6px
}

.container #why-sioo .main-content .case-list .case-content .case-hover .theme-icon {
    margin: 0 auto;
    width: 82px;
    height: 82px;
    position: absolute;
    top: -21px;
    left: 132px
}

.container #why-sioo .main-content .case-list .case-content .case-hover .theme-title {
    margin: 0 auto;
    width: 150px;
    padding-top: 113px
}

.container #why-sioo .main-content .case-list .case-content .case-hover .theme-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ff9900;
    line-height: 30px;
    text-align: center
}

.container #why-sioo .main-content .case-list .case-content .case-hover .theme-detail {
    margin: 0 auto;
    width: 242px;
    padding-top: 51px
}

.container #why-sioo .main-content .case-list .case-content .case-hover .theme-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    text-align: center;
}

.container #why-sioo .main-content .case-list .case-content .case-hover .case-close {
    margin: 0 auto;
    position: absolute;
    left: 165px;
    bottom: 27px
}

.container #why-sioo .main-content .case-list .case-content .case-hover .theme-back {
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: 0px;
    right: 0px
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/font_2766067_l9vxhf7zvy.woff2') format('woff2'), url('../font/font_2766067_l9vxhf7zvy.woff') format('woff'), url('../font/font_2766067_l9vxhf7zvy.ttf') format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-guanbi:before {
    content: "\e608"
}



#news {
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

#news .desc .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 38px;
    text-align: center;
}

#news .tab_buttons {
    height: 76px;
    width: 1200px;
    margin: auto;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 14px 20px 1px rgba(14, 20, 33, 0.05);
    display: flex;
    margin-bottom: 25px;
    border-radius: 7px;
    overflow: hidden;
}

#news .tab_buttons .tab_button.active {
    background: #ff9900;
    color: #fff;
}

#news .tab_buttons .tab_button {
    width: 0px;
    flex-grow: 1;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 76px;
    letter-spacing: 2px;
}

#news .news_content {
    min-height: 400px;
    width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
    align-items: stretch;
}

#news .news_content .left {
    flex-grow: 2;
    width: 0;
    height: 100%;
}

#news .news_content .left .col-md-12.active {
    display: block;
}

#news .news_content .left .col-md-12 {
    display: none;
}

#news .news_content .left ul {
    margin: 0;
    padding: 0;
}

#news .news_content .left ul li {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

#news .news_content .left ul li.image-and-message a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news .news_content .left ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#news .news_content .left ul li.image-and-message .left {
    display: flex;
    width: calc(100% - 220px);
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

#news .news_content .left ul li.image-and-message .left .title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
}

#news .news_content .left ul li.image-and-message .left .concont {
    line-height: 25px;
    color: #57586E;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#news .news_content .left ul li.image-and-message .right {
    width: 200px;
}


#news .news_content .right {
    flex-grow: 1;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.news_content img {
    max-width: 100% !important;
    height: auto !important;
}

#news .news_content .right span {
    text-align: center;
    color: #000;
    line-height: 26px;
    font-size: 22px;
    font-weight: 500;
}