body * {
    box-sizing: border-box;
    /*flex-shrink: 0; */
}

@-webkit-keyframes fade-in-image-main {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes fade-in-image-main {
    from {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .5
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fade-in-image-main {
    from {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-image-part1 {
    from {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
        opacity: .5
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes fade-in-image-part1 {
    from {
        -moz-transform: translateX(30%);
        transform: translateX(30%);
        opacity: .5
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-image-part1 {
    from {
        -webkit-transform: translateX(30%);
        -moz-transform: translateX(30%);
        transform: translateX(30%);
        opacity: .5
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-image-part2 {
    from {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: .5
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes fade-in-image-part2 {
    from {
        -moz-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: .5
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-image-part2 {
    from {
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: .5
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-text {
    from {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: .1
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes fade-in-text {
    from {
        -moz-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: .1
    }

    to {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-text {
    from {
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        transform: translateX(-30%);
        opacity: .1
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media screen and (min-width:1920px) {

    div.banner-container .banner-item .banner-video-container video,
    div.banner-container .banner-item a img {
        width: 100%;
        height: auto
    }
}

.banner-container {
    position: relative;
    height: 500px
}

.banner-container .banner-slide-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner-container .banner-btn-container {
    position: absolute;
    width: 1200px;
    bottom: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

.banner-container .banner-btn-container .btn-primary {
    margin-right: 12px
}

.banner-container .slick-dots {
    position: absolute;
    bottom: 80px;
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-container .slick-dots li {
    display: inline-block;
    margin-right: 4px;
    text-align: center;
    vertical-align: top
}

.banner-container .slick-dots li button {
    display: block;
    width: 12px;
    height: 3px;
    padding: 0;
    color: transparent;
    font-size: 0;
    background-color: #fff;
    border: 0;
    border-radius: 1.5px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.banner-container .slick-dots li.slick-active button {
    width: 36px;
    background-color: #0054e6
}

.banner-container .banner-item {
    position: relative
}

.banner-container .banner-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.banner-container .banner-item a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-container .banner-item .banner-video-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.banner-container .banner-item .banner-video-container video {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-container .banner-item .banner-item-text-container {
    position: absolute;
    top: 149px;
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-container .banner-item .banner-item-text-container .banner-item-text-title {
    margin-bottom: 12px;
    line-height: 60px;
    font-size: 40px;
    font-weight: 600;
    color: #000
}

.banner-container .banner-item .banner-item-text-container .banner-item-text-description {
    width: 600px;
    font-size: 16px;
    line-height: 40px
}

.section {
    position: relative
}

.section.section-fixed-width {
    width: 1200px;
    margin: 0 auto;
    margin-top: 58px;
}

.section .transform-animation {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    transition: transform .3s ease-out
}

.section .transform-animation:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.section a {
    color: #0054e6
}

.section.section-intro {
    margin-top: 150px;
    margin-bottom: 50px
}

.section .title {
    margin-bottom: 16px;
    line-height: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #0a0b0d
}

.section .description {
    margin: 0 auto;
    width: 740px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #6b798e
}

.section .news-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    width: 1200px;
    height: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid #fff;
    background-color: rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0 4px 33px rgba(190, 196, 207, .28);
    box-shadow: 0 4px 33px rgba(190, 196, 207, .28)
}

.section .news-container .news-item {
    width: 33.3%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e2e6f0
}

.section .news-container .news-item:last-child {
    border-right: 0
}

.section .news-container .news-item .news-title {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 16px;
    color: #282c33;
    line-height: 22px;
    font-weight: 500
}

.section .news-container .news-item .news-title:hover {
    color: #0054e6
}

.section .news-container .news-item .news-description {
    line-height: 20px;
    color: #848b99
}

.section .intro-container {
    font-size: 18px
}

.section .intro-container .intro-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e4e4e4
}

.section .intro-container .intro-tabs .intro-tab-item {
    padding-bottom: 23px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.section .intro-container .intro-tabs .intro-tab-item.selected,
.section .intro-container .intro-tabs .intro-tab-item:hover {
    color: #0054e6;
    border-bottom: 4px solid #0054e6
}

.section .intro-container .intro-detail {
    margin-top: 50px;
    height: 420px
}

.section .intro-container .intro-detail .intro-detail-item {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 40px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.section .intro-container .intro-detail .intro-detail-item.show {
    visibility: visible;
    opacity: 1
}

.section .intro-container .intro-detail .intro-detail-item.show .intro-detail-item-text {
    -webkit-animation: fade-in-text .8s ease-in-out;
    -moz-animation: fade-in-text .8s ease-in-out;
    animation: fade-in-text .8s ease-in-out
}

.section .intro-container .intro-detail .intro-detail-item.show .intro-detail-item-image .intro-detail-item-image-container .intro-detail-item-image-main {
    -webkit-animation: fade-in-image-main .8s ease-in-out;
    -moz-animation: fade-in-image-main .8s ease-in-out;
    animation: fade-in-image-main .8s ease-in-out
}

.section .intro-container .intro-detail .intro-detail-item.show .intro-detail-item-image .intro-detail-item-image-part.part1 {
    -webkit-animation: fade-in-image-part1 .8s ease-in-out;
    -moz-animation: fade-in-image-part1 .8s ease-in-out;
    animation: fade-in-image-part1 .8s ease-in-out
}

.section .intro-container .intro-detail .intro-detail-item.show .intro-detail-item-image .intro-detail-item-image-part.part2 {
    -webkit-animation: fade-in-image-part2 .8s ease-in-out;
    -moz-animation: fade-in-image-part2 .8s ease-in-out;
    animation: fade-in-image-part2 .8s ease-in-out
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-text {
    position: relative;
    margin-top: 60px;
    line-height: 51px
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-text .intro-detail-link {
    position: absolute;
    top: 200px;
    font-size: 16px
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-text .intro-detail-link .btn-primary {
    margin-right: 24px
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-image {
    position: relative;
    width: 660px;
    height: 420px;
    background-image: url(../image/pc_bg.png);
    background-size: cover
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-image .intro-detail-item-image-container {
    position: absolute;
    z-index: 1;
    left: 106px;
    top: 52px;
    border-radius: 10px;
    width: 455px;
    height: 300px;
    overflow: hidden
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-image .intro-detail-item-image-part {
    position: absolute;
    z-index: 2
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-image .intro-detail-item-image-part.part1 {
    left: 0;
    top: 125px
}

.section .intro-container .intro-detail .intro-detail-item .intro-detail-item-image .intro-detail-item-image-part.part2 {
    right: 0;
    top: 100px
}

.section.section-solution {
    padding: 60px 0 90px;
    background-color: #f6f7fa
}

.section.section-solution .section-solution-item {
    width: 1200px;
    margin: 0 auto
}

.section.section-solution .section-solution-item .section-solution-item-title {
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px
}

.section.section-solution .section-solution-item .section-solution-item-digital-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section.section-solution .section-solution-item .section-solution-item-digital-detail li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-right: 24px;
    width: 384px;
    height: 180px;
    padding: 0 16px 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0 12px 18px 2px rgba(204, 204, 204, .17);
    box-shadow: 0 12px 18px 2px rgba(204, 204, 204, .17)
}

.section.section-solution .section-solution-item .section-solution-item-digital-detail li:nth-child(3n+3) {
    margin-right: 0
}

.section.section-solution .section-solution-item .section-solution-item-digital-detail li:hover {
    background-color: #fff
}

.section.section-solution .section-solution-item .section-solution-item-digital-detail li .section-solution-item-detail-text-title {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500
}

.section.section-solution .section-solution-item .section-solution-item-digital-detail li .section-solution-item-detail-text-description {
    line-height: 22px;
    color: #848b99
}

.section.section-solution .section-solution-item .section-solution-item-enable-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section.section-solution .section-solution-item .section-solution-item-enable-detail li {
    text-align: center;
    font-size: 18px
}

.section.section-plough {
    padding: 90px 0
}

.section.section-plough .title {
    margin-bottom: 64px
}

.section.section-plough ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section.section-plough ul li.simple .section-plough-item {
    background-image: url(../image/simple_bg.png)
}

.section.section-plough ul li.simple .section-plough-item:hover {
    background-image: url(../image/simple_hover_bg.png)
}

.section.section-plough ul li.data .section-plough-item {
    background-image: url(../image/data_bg.png)
}

.section.section-plough ul li.data .section-plough-item:hover {
    background-image: url(../image/data_hover_bg.png)
}

.section.section-plough ul li.intelligence .section-plough-item {
    background-image: url(../image/intelligence_bg.png)
}

.section.section-plough ul li.intelligence .section-plough-item:hover {
    background-image: url(../image/intelligence_hover_bg.png)
}

.section.section-plough ul li.export .section-plough-item {
    background-image: url(../image/export_bg.png)
}

.section.section-plough ul li.export .section-plough-item:hover {
    background-image: url(../image/export_hover_bg.png)
}

.section.section-plough .section-plough-item {
    padding: 50px 28px;
    width: 282px;
    height: 443px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 282px 443px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.section.section-plough .section-plough-item .section-plough-item-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500
}

.section.section-plough .section-plough-item .section-plough-item-description {
    font-size: 16px;
    line-height: 28px;
    color: #545b66
}

.section.section-customer .description {
    margin-bottom: 35px
}

.section.section-customer .slick-list {
    overflow: hidden;
    height: 100%
}

.section.section-customer .slick-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.section.section-customer .slick-arrow {
    position: absolute;
    z-index: 2;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
    border: 0;
    -webkit-box-shadow: 0 4px 24px rgba(190, 196, 207, .28);
    box-shadow: 0 4px 24px rgba(190, 196, 207, .28);
    background-color: #fff;
    cursor: pointer;
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.section.section-customer .slick-arrow.slick-prev {
    left: -27px
}

.section.section-customer .slick-arrow.slick-prev::before {
    margin-right: 50px;
    content: '\e6d8'
}

.section.section-customer .slick-arrow.slick-next {
    right: -27px
}

.section.section-customer .slick-arrow.slick-next::before {
    margin-right: 50px;
    margin-left: 3px;
    content: '\e6db'
}

.section.section-customer .customer-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 280px
}

.section.section-customer .customer-container .customer-item {
    position: relative;
    padding: 24px;
    width: 363px;
    height: 175px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../image/customer_bg.png);
    background-size: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: transform .5s ease;
    -webkit-box-shadow: 0 4px 33px rgba(190, 196, 207, .28);
    box-shadow: 0 4px 33px rgba(190, 196, 207, .28)
}

.section.section-customer .customer-container .customer-item.slick-slide {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: .7
}

.section.section-customer .customer-container .customer-item.slick-center {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    z-index: 2
}

.section.section-customer .customer-container .customer-item.slick-center .customer-item-description {
    color: #282c33
}

.section.section-customer .customer-container .customer-item[aria-hidden=hidden] {
    opacity: 0
}

.section.section-customer .customer-container .customer-item .customer-item-description {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 2;
    color: #848b99
}

.section.section-customer .customer-container .customer-item .customer-item-footer {
    position: absolute;
    width: 360px;
    bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section.section-customer .customer-container .customer-item .customer-item-footer .customer-item-sign {
    color: #848b99;
    font-size: 12px;
    line-height: 20px
}

.section.section-customer .customer-wall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 90px
}

.section.section-customer .customer-wall .customer-wall-item {
    margin-right: 40px
}

.section.section-customer .customer-wall .customer-wall-item:nth-child(7n+7) {
    margin-right: 0
}

.section.section-entry .section-entry-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
    background-image: url(../image/entry_bg.png);
    background-size: cover;
    background-position: center
}

.section.section-entry .section-entry-item .section-entry-item-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600
}

.section.section-entry .section-entry-item .section-entry-item-detail .btn {
    margin-right: 12px
}

.section.section-entry .section-entry-item .section-entry-item-detail .btn:last-child {
    margin-right: 0;
    padding: 0px 60px!important;
    border-radius: 1px!important;
    height: 35px!important;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}

.section.section-entry .section-entry-item .section-entry-item-detail .btn:last-child:hover {
    transition: all .3s ease-out;
    color: #4f85f0
}