/* public */
/*#region*/
div {
    /*border:1px solid #f30;*/
}

:root {
    --progress: 100%
}

.title {
    margin-bottom: 65px;
    text-align: center;
}

.title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.title p {
    margin: 16px 0 0;
    color: #4d5567;
}

.join {
    display: block !important;
}

@media (max-width: 767px) {
    .title {
        margin-bottom: 24px;
        text-align: center;
    }

    .title h3 {
        font-size: 24px;
    }

    .title p {
        margin: 12px 10% 0;
        font-size: 14px;
    }
}

/*#endregion*/


/* banner */
/*#region*/

.banner {
    position: relative;
    padding-top: 74px;
    background: #101827;
    width: 100%;
    overflow: hidden;
}

.banner .circle4 {
    left: 50%;
    top: -800px;
    z-index: 0;
    transform: translatex(-450px);
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner .text {
    color: #fff;
}

.banner .text h2 {
    margin: 0 0 16px;
    font-weight: normal;
}

.banner .text h2 span {
    font-size: 24px;
    background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .text h3 {
    margin: 0 0 50px;
    font-size: 56px;
    font-weight: normal;
}

.banner .text p {
    margin: 0 0 70px;
    font-size: 16px;
    font-weight: normal;
    color: #a3aebf;
}

.banner .img {
    flex: 0 0 43%;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.banner .image {
    position: relative;
}

.banner .img i {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 200px;
    height: 200px;
}

@media (min-width: 768px) {
    .banner .box {
        height: 700px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .banner .txt {
        flex: 0 0 55%;
        display: inline-flex;
        align-items: center;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .banner .box {
        padding: 24px 0 48px;
    }

    .banner .text {
        text-align: center;
    }

    .banner .text h3 {
        margin: 0 10% 24px;
        font-size: 24px;
    }

    .banner .text p {
        margin: 0 5% 24px;
        font-size: 14px;
    }
}

/*#endregion*/

/* advantage */
/*#region*/
.advantage {
    padding-top: 148px;
}

.advantage .row {
    margin-right: -20px;
    margin-left: -20px;
}

.advantage [class^=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.advantage .grid {
    margin-bottom: 40px;
}

.advantage .item .ico {
    width: 60px;
    height: 60px;
}

.advantage .item .txt h4 {
    margin: 0 0 10px;
    font-weight: 700;
}

.advantage .item .txt p {
    margin: 0;
}

.advantage .triple .item {
    text-align: center;
}

.advantage .triple .item .ico {
    display: inline-block;
    margin-bottom: 20px;
}

.advantage .triple .item .txt h4 {
    font-size: 20px;
    color: #1b2841;
}

.advantage .triple .item .txt p {
    margin: 0 5%;
    font-size: 16px;
    color: #535b6d;
}

.advantage .quadruple .item {
    display: flex;
    align-items: center;
    background-color: #1b2841;
    padding: 50px 30px;
    height: 100%;
    border-radius: 20px;
    transition: all .2s;
}

.advantage .quadruple .item .ico {
    flex: 0 0 60px;
}

.advantage .quadruple .item .txt {
    padding: 0 0 0 24px;
    min-height: 94px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.advantage .quadruple .item .txt h4 {
    font-size: 16px;
    color: #cdd5df;
}

.advantage .quadruple .item .txt p {
    font-size: 14px;
    color: #758094;
}

.advantage .quadruple .item:hover {
    background-color: #233453;
}

@media (min-width: 768px) {

    .advantage .quadruple .item .txt p {
        margin-right: 15%;
    }
}

@media (max-width: 767px) {
    .banner .img i {

    width: 100px;
    height: 100px;
}

    .advantage {
        padding-top: 48px;
    }

    .advantage .grid {
            margin: 16px 0;
    }

    .advantage .quadruple .item {
        padding: 24px 12px;
    }

}

/*#endregion*/

/* application */
/*#region*/
.application {
    padding-bottom: 148px;
    position: relative;
    /*height: calc(2250px + 100vh - 80px);*/
}

.application .item {
    margin-right: 24px;
    padding: 30px;
    flex: 0 0 530px;
    background-color: #e6ecf6;
    display: flex;
    align-items: center;
    border-radius: 16px;
}

.application .item .ico {
    margin-right: 30px;
    flex: 0 0 110px;
    text-align: center;
}

.application .item .ico i {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.application .item .ico .h {
    display: none;
}

.application .item .txt {
    height: 100%;
    padding: 36px 24px;
    border: 1px dashed #758094;
    border-radius: 16px;
}

.application .item .txt h4 {
    margin: 0;
    color: #3e454e;
    font-size: 24px;
    font-weight: 700;
}

.application .item .txt p {
    margin: 10px 0 0;
    color: #4d5567;
    font-size: 14px;
}

@media (min-width: 768px) {
    .application .sticky {
        margin-top: 148px;
        position: sticky;
        top: 33%;
        left: 0;
        overflow: hidden;
    }

    .application .wp {
        display: flex;
        flex-wrap: nowrap;
        transform: translatex(0);
    }

    .application .item:last-child {
        margin-right: 0;
    }

    .application .item:hover {
        background-color: #1b2841;
    }

    .application .item:hover .ico .n {
        display: none;
    }

    .application .item:hover .ico .h {
        display: inline-block;
    }

    .application .item:hover .txt h4 {
        color: #eef2f7;
    }

    .application .item:hover .txt p {
        color: #cdd5df;
    }
}

@media (max-width: 767px) {

    .application {
        padding: 48px 0;
    }

    .application .item {
        margin: 0 15px 0 0;
        padding: 16px;
        flex-direction: column;
    }

    .application .item .ico {
        margin-right: 0;
        flex: 0 0 90px;
        text-align: center;
    }

    .application .item .txt {
        padding: 10px;
        text-align: center;
    }
}

/*#endregion*/

/* voice of the customer */
/*#region*/
.voc {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #141b24;
    color: #fff;
}

.voc .title {
    margin-bottom: 48px;
}

.voc .content {

}

.voc .content .words .item {
    text-align: center;
    opacity: 1;
    animation-name: showdiv;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
}

@keyframes showdiv {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.voc .content .words .item p {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 400;
    color: #eef2f7;
}

.voc .content .words .item p:before {
    content: '“';
}

.voc .content .words .item p:after {
    content: '”';
}

.voc .content .customers {
    margin: 85px 30px 0;
    padding: 5px;
}

.voc .content .customers.static {
    width: 100%;
    display: flex;
    justify-content: center;
}

.voc .content .customers.static .item, .voc .content .customers.static .last {
    flex: 0 0 auto;
    min-width: 22.7%;
}

.voc .content .customers .item, .voc .content .customers .last {
    position: relative;
    margin: 0 14px;
    padding: 20px;
    cursor: pointer;
    translate: none;
    rotate: none;
    scale: none;
    -webkit-clip-path: polygon(0rem 0rem, 100% 0rem, 100% 110%, 0rem 110%);
    clip-path: polygon(0rem 0rem, 100% 0rem, 100% 110%, 0rem 110%);
    transform: translate(0);
    fill: #fffffa;
    color: #fffffa;
    transition: all .5s ease-in-out 0s;
}

.voc .content .customers .item:after, .voc .content .customers .last:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 16px;
    z-index: 0;
    opacity: 0;
    transition: all .5s linear .5s;
}

.voc .content .customers .item:before, .voc .content .customers .last:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(277.33deg, rgb(110, 49, 221) -2.48%, rgb(1, 119, 255) 47.21%, rgb(61, 194, 243) 93.62%) center center/105%;
    -webkit-mask: linear-gradient(rgb(255, 255, 255) 0rem, rgb(255, 255, 255) 0rem) padding-box padding-box, linear-gradient(rgb(255, 255, 255) 0rem, rgb(255, 255, 255) 0rem);
    -webkit-mask-composite: xor;
    opacity: 1;
    transition: opacity .2s ease-in-out 0s;
    -webkit-clip-path: polygon(100% 50%, 150% 0%, calc(4 * var(--progress) - 50%) 0%, calc(2 * var(--progress)) 50%, 100% 50%, 0% 50%, -50% 100%, calc(350% - 4 * var(--progress)) 100%, calc(200% - 2 * var(--progress)) 50%);
    clip-path: polygon(100% 50%, 150% 0%, calc(4 * var(--progress) - 50%) 0%, calc(2 * var(--progress)) 50%, 100% 50%, 0% 50%, -50% 100%, calc(350% - 4 * var(--progress)) 100%, calc(200% - 2 * var(--progress)) 50%);
    z-index: -1;
    transition: all .5s ease-in-out 0s;
}

.voc .content .customers .item.cur, .voc .content .customers .item:hover,
.voc .content .customers .last.cur, .voc .content .customers .last:hover {
    --progress: 0%;
    background: #1b2841;
    border-radius: 16px;
    transition: all .5s ease-in-out 0s;
}

.voc .content .customers .item *, .voc .content .customers .last a {
    position: relative;
    z-index: 1;
}

.voc .content .customers .item.cur:after, .voc .content .customers .item:hover:after,
.voc .content .customers .last.cur:after, .voc .content .customers .last:hover:after {
    opacity: 1;
    background: #1b2841;
    transition: all 0s linear 0s;
}

.voc .content .customers .item img, .voc .content .customers .last a {
    color: #fff;
}

.voc .content .customers .item img, .voc .content .customers .last img {
    float: left;
    margin-right: 10px;
    margin-top: -8px;
    width: 68px;
    height: 68px;
}

.voc .content .customers .item h4, .voc .content .customers .last h4 {
    margin: 0;
    padding-top: 8px;
    font-size: 20px;
    font-weight: normal;
    color: #eef2f7;
}

.voc .content .customers .item p, .voc .content .customers .last p {
    margin: 10px 0 0;
    font-size: 13px;
    color: #758094;
}

.voc .content .button-prev, .voc .content .button-next {
   
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 99;
    color: #fff;
    padding: 6px 10px;
    border-radius: 100%;
    font-size: 16px !important;
    cursor: pointer;
}
.voc .content .button-next:hover{
  background: #1B2841;
    color: #fff;
}
.voc .content .button-prev:hover{
  background: #1B2841;
    color: #fff;
}
.voc .content .button-next:active{
  background: #0177ff;
    color: #fff;
}
.voc .content .button-prev:active{
  background: #0177ff;
    color: #fff;
}
.voc .content .button-prev {
    left: -25px;
}

.voc .content .button-next {
    right: -25px;
}

@media (max-width: 767px) {

    .voc {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .voc .title {
        margin-bottom: 24px;
    }

    .voc .content .words .item p {
        font-size: 24px;
    }

    .voc .content .customers {
        margin-top: 48px;
    }
}

/*#endregion*/

/* cases */
/*#region*/
.cases {
    padding-top: 148px;
    padding-bottom: 148px;
}

.cases .slide-panel .item {
    flex: 0 0 23%;
}

.cases .slide-panel .item .img img {
    max-width: 100%;
    border-radius: 16px;
}

.cases .slide-panel .item .txt {
    padding: 24px 16px;
}

.cases .slide-panel .item .txt h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1b202b;
}

.cases .slide-panel .item .txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
}

.cases .slide-panel .item .txt .more {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #0177ff;
    display: none;
}

.cases .slide-panel .item .txt .more i {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 1px;
}

.cases .text {
    margin-left: 10px;
    background: #101827;
    padding: 25px 20px;
    height: 100%;
    color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.cases .text h3 {
    margin: 0;
    font-size: 22px;
    color: #0177ff;
    font-weight: bold;
}

.cases .text p {
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 400;
}

.cases .text p span {
    display: block;
}

.cases .text a {
    margin-top: 88px;
    font-size: 14px;
}

@media (min-width: 768px) {

    .cases .slide-panel {
        display: flex;
        justify-content: space-between;
    }


    .cases .slide-panel .item .txt p {
        min-height: 64px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .cases .slide-panel .item:hover {
        box-shadow: 0 0 49px 5px rgba(0, 0, 0, .15);
        border-radius: 16px;
    }
}

@media (max-width: 767px) {

    .cases {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .cases .slide-panel .item .img img {
        border-radius: 8px;
    }

    .cases .slide-panel .item .txt {
        padding-left: 0;
        padding-right: 0;
    }
}

/*#endregion*/

/* entrust */
/*#region*/
.entrust {
    background: #121726ff;
    padding: 88px 0 180px;
    color: #fff;
}

.entrust .title {
    margin-bottom: 48px;
}

.entrust .title p {
    color: #cdd5df;
}

.entrust .content {
    position: relative;
    background: #1d25307a;
    padding: 48px;
    border: 1px solid #444e63;
    border-radius: 15px;
}

.entrust .content:before {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -20px;
    width: 560px;
    height: 335px;
    background: url(../img/bg_entrust.png) no-repeat 50% 50%;
    background-size: 100%;
}

.entrust .content .item {
    padding-left: 50px;
}

.entrust .content .item h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 22px;
}

.entrust .content .item h4 i {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
    top: 0;
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.entrust .content .item h4 i img {
    vertical-align: 3px;
}

.entrust .content .item p {
    position: relative;
    margin: 0 0 5px;
    color: #a3aebf;
    font-size: 14px;
}

.entrust .content .item p:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -45px;
    top: 0;
    padding: 5px;
    border-radius: 8px;
    background: url(../img/gou.svg) no-repeat 50%;
    background-size: 75% auto;
}

.entrust .content .one .item h4 i {
    background: #120601;
    color: #f5510d;
}

.entrust .content .two .item h4 i {
    background: #0b3254;
    color: #288bf0;
}

.entrust .content .two {
    margin-top: 50px;
}

/*#endregion*/


/* contact */
/*#region*/
.contact {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background-color: #141b24;
    color: #fff;
    border-bottom: 1px solid #272d39;
}

.contact h3 {
    margin: 0 0 35px;
    font-size: 36px;
}

/*#endregion*/
.mcontent .accordion>.card {
    background: transparent;
    padding: 0 15px;border: none;
}

.mcontent {
    background: #1d25307a;
    border: 1px solid #444e63;
    border-radius: 10px;
}
.mcontent .accordion>.card>.card-header {
    padding: 0;border-bottom: 1px solid #4d5567;border-top: 1px #4d5567;
}

.mcontent .accordion>.card>.card-header h4 {
    font-size: 18px;
    color: #fff;    margin: 20px 0;
}

.mcontent .accordion>.card>.card-header h4 i {
    font-size: 18px;
}
.mcontent .accordion>.card>.card-header h4 i.iconfont {
    width: 24px;
    height: 24px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
}
.mcontent .card-body {overflow: hidden;}
.mcontent .card-body p {
    position: relative;
    margin: 0 0 5px;
    color: #a3aebf;
    font-size: 14px;
    padding-left: 25px;
    width: 50%;
    display: inline-block;
    float: left;
}

.mcontent .card-body p:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    padding: 5px;
    border-radius: 8px;
    background: url(../img/ico_check.svg) no-repeat 50%;
    background-size: 75% auto;
}
.card-header .colltit.collapsed .closed{display: inline-block;}
.card-header .colltit.collapsed .open { display: none;}
.card-header .colltit .closed{ display: none;}
.card-header .colltit .open { display: inline-block;}
@media (max-width: 767px) {
.cases {
    padding: 0;
    margin: 60px 0;
}

.cases .title {
    margin-bottom: 8px;
}

.cases .slide-panel .item {
    padding: 0;
    margin: 44px 0;
}

.cases .slide-panel .item .txt {
    padding: 24px 0 0;
}

.cases .slide-panel .item .txt h4 {
    margin-bottom: 12px;
}

.cases .slide-panel .item .txt p {
    min-height: max-content;
}
.advantage .row{margin-right: -15px;
    margin-left: -15px;}
.advantage .quadruple .item:hover {
    background-color: #1b2841;
}
 .entrust {
    padding: 44px 0;
}
.entrust .title {
    margin-bottom: 32px;
}
.application .item .txt p {
    min-height: 105px;
} 
.banner .box {
    flex-direction: column-reverse;
    display: flex;
}
.banner .img {
    padding: 0 40px 40px;
}
}
.wfh-banner .text h3 {
    font-size: 50px;
	line-height: 72px;
}
.bgtd {
    padding-top: 148px;
	padding-bottom:100px;
}
.bgtd .title p,.solution .title p{
    width: 88%;
    text-align: center;
    padding-top: 16px;
    margin: 0 auto;
    color: #4d5567;
    font-size: 15px;
}
.bgtd .painlist {
    margin: 0;
    padding: 0;
	margin-right: 15%;
}
.bgtd .painlist li {
    margin-bottom: 40px;
    list-style-type: none;
    display: flex;
}

/*.bgtd .painlist li i {*/
/*    font-size: 25px;*/
/*    margin-right: 15px;*/
/*	color: #0177ff;*/
/*}*/
.bgtd .painlist li i.ico {
    width: 24px;
    display: table;
    flex-shrink: 0;
    margin-right: 15px;
}
.bgtd .painlist li span{
	font-size: 15px;
}


.solution {
    background: #ebf0fc;
    padding: 100px 0;
}
.solution .content {
    display: flex;
    background: #fff;
    border-radius: 50px;
}
.solution .content .solulist{ width:50%;}
.solution .content .solulist.left{ border-right: 1px solid #ddd;}
.solution .content dl {
    text-align: center;
    margin-bottom: 0;
}
.solution .content dt {
 padding: 20px 0;
    font-size: 22px;
    letter-spacing: 2px;
}

.solution .content dt i{
    padding-right: 10px;
font-size: 28px;
}
.solution .content dt .ico img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.solution .content dd {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin: 0;
    font-size: 15px;
    color: #535b6d;
}

.solution .content dd i{
    padding-right: 10px;
    color: #0177ff;
}
.scene.howto {
  padding-top: 148px;
}

.scene.howto .title h3 {
    color: #171922;
}

.scene.howto .item {
    margin-bottom: 50px;
}

.scene.howto .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.scene.howto .txt h4 {
    margin: 0;
    color: #1b202b;
    font-weight: normal;
}

.scene.howto .txt p {
    margin: 20px 0 0;
    font-size: 14px;
    color: #4d5567;
}
@media(min-width: 768px){
    .scene.howto .item:nth-child(even) .img {
        margin-left: 35px;
    }
    
    .scene.howto .item:nth-child(odd) .img {
        margin-right: 35px;
    }
}
@media(max-width: 767px){
.wfh-banner .text h3 {
    font-size: 24px;
    line-height: 30px;
}
 .bgtd, .scene.howto {
    padding-top: 48px;
} 
.solution{padding: 48px 0;}

    .scene.howto .txt{
        margin-top: 16px;
    }
    .scene.howto .txt h4{
        font-size: 18px;
    }
    .scene.howto .txt p{margin-top: 16px;}
    .automation .method .grid:last-child .item {
    border: none;
}
.bgtd .painlist {
    margin-right: 0;
}
.solution .content dt{    font-size: 20px;
    letter-spacing: 1px;
	word-break: keep-all;}
}