/**
automation
 */
/* automation banner */
/*#region*/
.automation {
    background: #141b24;
}

.automation .banner {
    padding: 160px 0 0;
}

.automation .hd {
    padding-bottom: 100px;
}

.automation .hd .tit {
    height: 100%;
    text-align: center;
}

.automation .hd .img {
    position: relative;
}

.automation .hd .img img {
    border-radius: 16px;
}

.automation .hd .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
    border-radius: 16px;
}

.automation .title h3 {
    color: #fff;
}

.automation .title p {
    margin: 15px 17.5% 0;
    font-size: 14px;
    line-height: 24px;
    color: #a3aebf;
}
@media(max-width:767px){
    .automation .banner{
        padding-top:104px;
    }
    .automation .hd {
        padding-bottom: 40px;
    }
}
/*#endregion*/

/* frontend */
/*#region*/
.frontend .banner .wp {
    position: relative;
    overflow: hidden;
}

.frontend .banner .wp:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(247.23deg, #4af2c8 0%, #2f4cb3 100%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, .7), transparent 60%);
}

.frontend .hd .tit {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

/*#endregion*/

/* robot */
/*#region*/
.robot {
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #2f3747;
}

.robot .tit {
    margin: 0 15%;
    text-align: center;
}

.robot .tit h3 {
    margin: 0 0 40px;
    font-size: 36px;
    text-align: center;
}

.robot .tit p {
    margin: 0 0 40px;
    font-size: 14px;
    color: #a3aebf;
}

.robot .emotion {
    margin-top: 20px;
    height: 190px;
    overflow: hidden;
}

.robot .emotion img {
    transform: translateY(200px);
    transition: all ease-in-out .2s;
}

.robot.active .emotion img {
    transform: translateY(0px);
}

/*#endregion*/

/* backend */
/*#region*/
.backend .banner .wp {
    position: relative;
    overflow: hidden;
}

.backend .banner .wp:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(247.23deg, #4af2c8 0%, #2f4cb3 100%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, .7), transparent 60%);
}

.backend .hd .tit {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

/*#endregion*/

/* power */
/*#region*/
.power {
    padding: 150px 0 0;
    color: #fff;
}

.power .title {
    margin-bottom:48PX;
}

.power .content {
    counter-reset: section;
    position: relative;
    overflow: hidden;
}

.power .bg {
    position: absolute;
    top: 200px;
    right: -293px;
    z-index: 0;
    width: 74%;
}

.power .item {
    padding: 68px 0;
}

.power .item .txt {
    height: 100%;
    display: flex;
    align-items: center;
}

.power .item .box {
    position: relative;
    border: 1px dashed #b9b5bb50;
    padding: 24px 24px 24px 104px;
    border-radius: 16px;
}

.power .item .box:before {
    margin-right: 5px;
    margin-top: -22px;
    padding: 10px 15px;
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: 50%;
    left: 30px;
    background: #0177ff20;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0177ff;
}

.power .item .box h4 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b9b5bb50;
    font-size: 24px;
    font-weight: normal;
}

.power .item .box p {
    margin: 20px 0 0;
    font-size: 14px;
    color: #a3aebf;
}

/*#endregion*/

/* cases */
/*#region*/
.automation .cases {
    color: #fff;
    background: transparent;
}

.automation .cases .slide-panel .item .txt h4 {
    color: #fff;
}

.automation .cases .slide-panel .item .txt p {
    color: #a3aebf
}

.automation .cases .slide-panel .item:hover {
    background: #162035;
    box-shadow: 0 0 30px rgba(255, 255, 255, .01);
}

.automation .cases .text {
    background: #1b2841;
}

/*#endregion*/

/* desiner */
/*#region*/
.designer {
    background: #07071c url(../img/bg_blur.jpg) no-repeat 85% -200px;
}

.designer .banner {
    position: relative;
}

.designer .banner .bg div {
    position: absolute;
    top: -250px;
    right: 0;
    left: calc((100vw - 1320px) / 2);
    height: 1000px;
    background-image: var(--bg-wave);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity ease-in-out 5s;
}

.designer .banner .bg div.active {
    opacity: 1;
}

.designer .banner .bg img {
}

.designer .hd .tit {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.designer .intro {
    border-bottom: 1px solid #2f3747;
}

.intro {
    padding-top: 100px;
    padding-bottom: 48px;
    text-align: center;
    color: #fff;
}

.intro .tit {
    text-align: center;
}

.intro .tit h3 {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 44px;
    font-size: 36px;
    color: rgb(238, 242, 247);
    text-align: center;
}

.intro .tit p {
    font-size: 14px;
    line-height: 24px;
    color: #a3aebf;
}

.intro a {
    margin: 42px 0;
    padding: 4px 15px;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    color: #0177ff;
}

.intro .vid {
    margin: 0 20%;
    position: relative;
}

.intro .vid:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 0;
    background: rgba(20, 27, 36, .65);
    border-radius: 24px;
}
@media(min-width:768px){
    .intro .tit {
        margin: 0 17.5%;
    }
    
}
@media(max-width:767px){
    .designer .hd .tit{
        align-items: center;
    }
    .frontend .hd .tit {
  align-items: center;
  
}
    .backend .hd .tit {
  align-items: center;
  
}
.backend .banner .tit h2 {
    margin: 0;
}

.backend .robot .tit h3 {
    margin: 0 0 24px;
}

.backend .hd {
    padding-bottom: 0;
}
.designer .hd .tit h2 {
    margin: 0;
}

.designer .hd .tit h3 {
    margin: 24px 5%;
}

.designer .hd .tit p {
    margin-bottom: 40px;
}

.designer .banner .wp .hd {
    padding-bottom: 0;
}
    .designer .intro .tit h3{
        padding-top:0;padding-bottom: 24px;
    }
    
    .intro {
        padding-top: 40px;
        padding-bottom: 0;
    }
    
    .designer .banner .bg {
        display:none;
    }

}
/*#endregion*/

/* choice */
/*#region*/
.choice {
    padding: 150px 0 0;
    color: #fff;
}

.choice .title {
}

.choice .content {
    counter-reset: section;
    position: relative;
    overflow: hidden;
}

.choice .bg {
    position: absolute;
    top: 232px;
    right: -293px;
    z-index: 0;
    width: 74%;
}

.choice .item {
    padding: 35px 0;
}

.choice .item .txt {
    height: 100%;
    display: flex;
    align-items: center;
}

.choice .item .box {
    position: relative;
    border: 1px dashed #b9b5bb50;
    padding: 24px 24px 24px 104px;
    border-radius: 16px;
}

.choice .item .box:before {
    margin-right: 5px;
    margin-top: -22px;
    padding: 10px 15px;
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: 50%;
    left: 30px;
    background: #0177ff20;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0177ff;
}

.choice .item .box h4 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b9b5bb50;
    font-size: 24px;
}

.choice .item .box p {
    margin: 20px 0 0;
    color: #a3aebf;
}

/*#endregion*/

/* why */
/*#region*/
.why {
    padding: 48px 0 0;
    color: #fff;
}

.why .title h3 {
    font-weight: normal;
}

.why .title p {
    margin: 15px 0 0;
    color: #a3aebf;
}

.why .item {
    padding: 35px 0;
}

.why .item .grid:first-child {
    position: relative;
    z-index: 1;
}

.why .item .grid:last-child {
    position: relative;
    z-index: 2;
}

.why .item .img {
    position: relative;
}

/*.why .item .img:before, .why .item .img:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*}*/

/*.why .item .img:before {*/
/*    z-index: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    padding: 15px;*/
/*    background: linear-gradient(to right, #0177ffff 20%, #6a36c6ff);*/
/*    border-radius: 24px;*/
/*}*/

/*.why .item .img:after {*/
/*    z-index: 1;*/
/*    top: 8px;*/
/*    left: 8px;*/
/*    background: #07071c;*/
/*    border-radius: 16px;*/
/*}*/

/*.why .item:nth-of-type(1) .img:before {*/
/*    right: 0;*/
/*    bottom: 52px;*/
/*}*/

/*.why .item:nth-of-type(1) .img:after {*/
/*    right: 8px;*/
/*    bottom: 60px;*/
/*}*/

/*.why .item:nth-of-type(2) .img:before {*/
/*    right: 56px;*/
/*    bottom: 28px;*/
/*}*/

/*.why .item:nth-of-type(2) .img:after {*/
/*    right: 64px;*/
/*    bottom: 36px;*/
/*}*/

/*.why .item:nth-of-type(3) .img:before {*/
/*    top: 36px;*/
/*    right: 56px;*/
/*    bottom: 0;*/
/*}*/

/*.why .item:nth-of-type(3) .img:after {*/
/*    top: 44px;*/
/*    right: 64px;*/
/*    bottom: 8px;*/
/*}*/

/*.why .item:nth-of-type(4) .img:before {*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

/*.why .item:nth-of-type(4) .img:after {*/
/*    right: 8px;*/
/*    bottom: 8px;*/
/*}*/

/*.why .item:nth-of-type(5) .img:before {*/
/*    right: 56px;*/
/*    bottom: 0;*/
/*}*/

/*.why .item:nth-of-type(5) .img:after {*/
/*    right: 64px;*/
/*    bottom: 8px;*/
/*}*/

/*.why .item .img img {*/
/*    position: relative;*/
/*    z-index: 3;*/
/*    padding: 15px;*/
/*}*/


.why .item .box {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    background: #1b28417a;
    backdrop-filter: blur(7.5px);
}

.why .item .box h4 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b9b5bb50;
    font-size: 24px;
    font-weight: normal;
}

.why .item .box p {
    margin: 20px 0 0;
    color: #a3aebf;
    font-size: 14px;
}

/*#endregion*/

/* designer pain */
/*#region*/

/*.designer .pain .title {*/
/*    position: relative;*/
/*}*/

/*.designer .pain .title .box {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.designer .pain .title .box div {*/
/*    max-width: 480px;*/
/*    background: rgb(27, 40, 65);*/
/*    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 49px 5px;*/
/*    border-radius: 15px;*/
/*    padding: 50px;*/
/*}*/

/*.designer .pain .title h3 {*/
/*    margin-bottom: 40px;*/
/*    font-weight: normal;*/
/*}*/
@media(min-width:768px){
.why .item .txt .box {
    margin-bottom: 48px;
}
    .designer .hd .img {
        position: relative;
        max-width: 680px;
        margin-left: 60px;
    }
    

    .why .title {
        text-align: left;
        margin: 0 10%;
        display: flex;
    }

    .why .content {
        padding: 0 10%;
        position: relative;
        overflow: hidden;
    }
    
    .why .title .ani {
        flex: 0 0 400px;
        position: relative;
    }
    
    .why .title .ani:before, .why .title .ani:after {
        content: '';
        position: absolute;
        top: 25%;
        left: 80px;
        width: 200px;
        height: 200px;
        border-radius: 15px 20px;
        transform: rotate(-45deg) skew(15deg, 15deg);
        transition: transform ease .2s;
    }
    
    .why .title .ani:after {
        transform: translateY(var(--move-up)) rotate(-45deg) skew(15deg, 15deg);
        background: rgba(1, 119, 255, 0.45);
        backdrop-filter: blur(5);
    }
    
    .why .title .ani:before {
        transform: translateY(var(--move-down)) rotate(-45deg) skew(15deg, 15deg);
        background: linear-gradient(125deg, #4d9fc5ff 5%, #0177ffff 20%, #4352f3ff 40%, #c42e96ff);
    }
    .why .title .txt {
        flex: 1;
        padding: 100px 0;
    }
    .why .item .txt {
        margin-right: -80px;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media(max-width:767px){
    
    .why .item{
        padding:0;
    }
    .why .item .img{
        padding-left:5%;
    }
.designer .why .item {
    padding: 24px 0;
}

}
/*#endregion*/

/* control */
/*#region*/
.automation .control {
    background: #fff;
}

.control .banner {
    position: relative;
    margin-bottom: 250px;
    background: #141b24;
    text-align: center;
}

.control .banner .tit {
    align-items: center;
}

.control .banner .tit h2 {
    font-size: 72px;
    color: #fff;
}

.control .banner .tit h2 span {
    font-size: 72px;
}

.control .banner .tit .a {
    display: inline-block;
    vertical-align: 28px;
}

.control .banner .tit .slide {
    display: inline-block;
    width: 30%;
}

.control .banner .tit h3 {
    margin: 0;
}

.control .banner .tit h3 span {
    display: inline-block;
    margin-right: 20px;
}

.control .banner .tit h3 span:last-child {
    margin: 0;
}

.control .banner .tit p {
    margin: 20px 22.5%;
    text-align: center;
    font-size: 14px;
    color: #a3aebf;
}



.control .banner .intro .img img {
    border-radius: 16px;
}
@media(min-width: 768px){
    
    .control .banner .hd {
        position: relative;
        padding-bottom: 300px;
    }
    
    .control .banner .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .control .banner .bg div {
        position: absolute;
        top: 50%;
        left: 50%;
        background: no-repeat 50%;
        background-size: 100%;
    }
    
    .control .banner .bg [class^=c] {
        border-radius: 100%;
    }
    
    .control .banner .bg .c1 {
        width: 32px;
        height: 32px;
        background-color: #41ab6bff;
        transform: translate(-700px, 50px);
    }
    
    .control .banner .bg .c2 {
        width: 60px;
        height: 60px;
        background-color: #0177ff;
        transform: translate(-750px, 250px);
    }
    
    .control .banner .bg .c3 {
        width: 32px;
        height: 32px;
        background-color: #9831b0;
        transform: translate(650px, 0px);
    }
    
    .control .banner .bg .c4 {
        width: 60px;
        height: 60px;
        background-color: #fb7500;
        transform: translate(700px, 150px);
    }
    
    .control .banner .bg .l1 {
        width: 516px;
        height: 222px;
        background-image: url(../img/line-1.svg);
        transform: translate(-550px, -15px);
    }
    
    .control .banner .bg .l2 {
        width: 324px;
        height: 82px;
        background-image: url(../img/line-2.svg);
        transform: translate(-600px, 170px);
    }
    
    .control .banner .bg .l3 {
        width: 230px;
        height: 286px;
        background-image: url(../img/line-3.svg);
        transform: translate(285px, -10px);
    }
    
    .control .banner .bg .l4 {
        width: 390px;
        height: 150px;
        background-image: url(../img/line-4.svg);
        transform: translate(180px, 200px);
    }
    
    .control .banner .bg [class^=f] {
        width: 100px;
        height: 100px;
        background: var(--bg-face) no-repeat 50%;
        background-size: auto 100%;
    }
    
    .control .banner .bg .f1 {
        transform: translate(-625px, -70px);
    }
    
    .control .banner .bg .f2 {
        transform: translate(-640px, 190px);
    }
    
    .control .banner .bg .f3 {
        transform: translate(490px, -65px);
        background-size: 100% auto;
    }
    
    .control .banner .bg .f4 {
        transform: translate(530px, 155px);
    }
    .control .banner .intro {
        position: absolute;
        left: 15%;
        right: 15%;
        padding: 0;
        bottom: -250px;
    }
}
@media(max-width:767px){
    
    .control .banner {
        margin-bottom:0;
    
}
    .control .banner .tit .a{
        display:block;
    }
    .control .banner .tit h2{
        font-size:36px;
    }
    .control .banner .tit .slide{
        display:block;
        margin:16px 0;
        width: 100%;
    }
    .control .banner .tit h2 span{
        font-size:36px;
    }
    .control .banner .tit p{
           margin: 40px 0 24px;
    }
}
/*#endregion*/

/* control howto */
/*#region*/
.control .howto {
    padding: 148px 0;
}

.control .howto .title h3 {
    color: #171922;
}

.control .howto .item {
    margin-bottom: 50px;
}

.control .howto .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.control .howto .txt h4 {
    margin: 0;
    color: #1b202b;
    font-weight: normal;
}

.control .howto .txt p {
    margin: 20px 0 0;
    font-size: 14px;
    color: #4d5567;
}
@media(min-width: 768px){
    .control .howto .item:nth-child(even) .img {
        margin-left: 35px;
    }
    
    .control .howto .item:nth-child(odd) .img {
        margin-right: 35px;
    }
}
@media(max-width: 767px){
    
    .control .howto {
        padding: 48px 0;
    }
    .control .howto .txt{
        margin-top: 16px;
    }
    .control .howto .txt h4{
        font-size: 18px;
    }
    .control .howto .txt p{margin-top: 16px;}
    .automation .method .grid:last-child .item {
    border: none;
}
}
/*#endregion*/

/* control cases */
/*#region*/
.control .cases .title h3 {
    color: #171922;
}

.control .cases .slide-panel .item .txt h4 {
    color: #1b202b;
}

.control .cases .slide-panel .item .txt p {
    color: #4d5567;
}

.control .cases .slide-panel .item:hover {
    background: transparent;
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

/*#endregion*/

/* method */
/*#region*/
.method {
    padding: 80px 0;
    background: #e6ecf6;
}

.method .title h3 {
    color: #171922;
}

.method .item {
    text-align: center;
}

.method .item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: no-repeat 50%;
}

.method .item h4 {
    margin: 28px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #1b202b;
}

.method .item p {
    margin: 16px 0 0;
    padding: 0 5.6%;
    font-size: 14px;
    color: #4d5567;
}

@media (min-width: 768px) {
    .solution-advantage .item {
        max-width: 250px;
    }

    .solution-advantage .item p {
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .method{
        padding-bottom: 20px;
    }
    .method .item {
        margin-top:24px;
    }
    .method .item h4{
        font-size:18px;
    }
    .method .item p {
        padding: 0;
    }
    
.automation .method .grid .item {
    padding-bottom: 32px;
    margin: 16px 0;
}
    .solution-advantage {
        padding: 40px 0 0;
    }

    .solution-advantage .grid {
        margin-bottom: 10px;
    }

    .solution-advantage .item {
        text-align: center;
    }

    .solution-advantage .item h4 {
        margin: 10px 0 0;
        font-size: 20px;
    }

    .solution-advantage .item p {
        margin: 10px 0 0;
        font-size: 13px;
    }
}

/*#endregion*/


@media (max-width: 767px) {
.automation .banner .robot .tit {
    margin: 0;
}
.automation .banner .robot .tit h3 {
    font-size: 30px;
}
.frontend .hd .tit h2 {
    margin: 0;
}

.frontend .hd .tit h3 {
    margin: 24px 5%;
}

.frontend .hd .tit p {
    margin-bottom: 40px;
}

.frontend .banner .wp .hd {
    padding-bottom: 0;
}

.frontend .banner .robot {
    padding-top: 40px;
}

.frontend .banner .robot .tit h3 {
    margin: 0 0 24px;
}
.robot .emotion {
    height: 110px;
}
.robot .emotion img {
    width: 150px;
}
.power {
    padding: 30px 0;    margin-top: 30px;
}
.power .title {
    margin-bottom: 24px;
    width: 230px;
    margin: 0 auto;
}
.power .item {
    padding: 24px 0;
}
.power .item .row {
    flex-direction: column-reverse;
}
.power .item .row .col-lg-5 {
    margin-top: 32px;
}
.pain {
    padding: 30px 0;
}
.pain .item {
padding: 32px 0;
    margin: 0 9px;
}

.pain .item:last-child{border: none;}
.automation .cases {
    padding: 30px 0;
}
.power .item .box:before {

    left: 20px;
    top: 18px;
    display: inline-block;
    margin-top: 0;
    padding: 5px 12px;
}

.power .item .box {
    padding: 20px;
}

.power .item .box h4 {
    padding-left: 47px;
    font-size: 22px;
}

}