.intro {
    background: url("/images/rpa/inbg.jpg") no-repeat;
    width: 100%;
    height: auto;
    padding: 70px 132px;
    margin-top: -50px;
    position: relative;
}

.intro::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    z-index: -1;
    background: #ddd;
    filter: blur(16px);
    width: 98%;
    height: 100%;
}

.intro h5 {
    font-size: 36px;
    color: #394147;
    text-align: center;
    border-bottom: 1px solid #d1dbdf;
    padding-bottom: 20px;
    position: relative;
}

.intro h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 3px;
    background: #d80c18;
    border-left: solid 100px #2256eb;
}

.intro p {
    font-size: 16px;
    color: #6a7075;
    line-height: 26px;
    margin-top: 30px;
}

.introPic {
    background: url("../images/DAPkjBG.png") no-repeat;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px;
    margin: 60px 0 80px;
}

.introPic img {
    float: left;
    transform: translate(-150px, 0) scale(0.9);
}

.introPic .con {
    padding: 70px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 528px;
    z-index: 1;
    transform: translateY(-25%);
}

.introPic .con::before {
    content: "";
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e1e7ff 0%, #d8dbff 31%, #ceceff 100%);
    z-index: -1;
    opacity: 0.1;
}

.introPic .con p {
    font-size: 16px;
    color: #6a7075;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

/* 1280-1366 */
@media all and (min-width: 1280px) and (max-width: 1366px) {
    .banner .text {
        left: 0;
    }

    .container {
        width: 1200px;
        max-width: 1200px;
    }

    .mainbox {
        padding: 80px 0;
    }

    .pageMain {
        padding-top: 140px;
    }

    .bannerDAP {
        width: 1000px;
        right: -120px;
    }

    .introPic img {
        max-width: 850px;
    }

    .TechnicalSupport .tab-content .gif {
        width: 640px;
    }

    .customer .nav-link {
        font-size: 16px;
    }

    .conBox {
        margin-top: 80px;
    }

    .p0 {
        padding: 0;
    }

    .TechnicalSupport .nav {
        width: 100%;
    }

    .pageMain {
        padding-top: 60px;
    }

    .conBox {
        width: 1200px;
    }

    .customer.animate .swiper-container .box {
        height: 440px;
    }
}

/* 1440-1600 */
@media all and (min-width: 1440px) and (max-width: 1600px) {
    .container {
        width: 1300px;
    }

    .customer.animate .swiper-container .box {
        height: 440px;
    }
}

/* 首页动效 */
@media all and (min-width: 1200px) and (max-width: 3840px) {
    .banner .logo {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
    }

    .banner.animate .logo {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .banner .text h6 {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 0.3s;*/
    }

    .banner.animate .text h6 {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .banner .text a {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 0.6s;*/
    }

    .banner.animate .text a {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .banner .bannerDAP img {
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transform: scale(0);*/
    }

    .banner.animate .bannerDAP img {
        opacity: 1;
        /*transform: scale(1);*/
        /*transition-delay: 0.6s;*/
    }

    .intro {
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 0.8s;*/
    }

    .intro::before {
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 1.8s;*/
    }

    .intro h5 {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 1s;*/
    }

    .intro h5::before {
        width: 0;
        border-left: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 1.2s;*/
    }

    .intro p {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 1.5s;*/
    }

    .intro.animate {
        opacity: 1;
    }

    .intro.animate h5 {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .intro.animate h5::before {
        width: 150px;
        border-left: solid 100px #2256eb;
    }

    .intro.animate::before {
        opacity: 1;
    }

    .intro.animate p {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .rightFixed {
        opacity: 0;
        /*transform: translateX(20px);*/
        /*transition: all 0.5s;*/
        /*transition-delay: 1.8s;*/
    }

    .rightFixed.animate {
        opacity: 1;
        /*transform: translateX(0);*/
    }

    .introPic img {
        /*transform: translate(-150px, 20px) scale(0);*/
        /*transition: all 0.8s;*/
    }

    .introPic .con {
        opacity: 0;
        /*transform: translateY(-15%);*/
        /*transition: all 0.5s;*/
        /*transition-delay: 0.8s;*/
    }

    .introPic.animate img {
        /*transform: translate(-150px, 0) scale(0.85);*/
    }

    .introPic.animate .con {
        opacity: 1;
        /*transform: translateY(-25%);*/
    }

    .productSp {
        opacity: 1;
        /*transform: translateY(30px);*/
        transition: all 0.5s;
    }

    .productSp .ti {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 0.3s;*/
    }

    .productSp .col-12 {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.3s;*/
    }

    .productSp .col-12:nth-child(1) {
        /*transition-delay: 0.6s;*/
    }

    .productSp .col-12:nth-child(2) {
        /*transition-delay: 0.8s;*/
    }

    .productSp .col-12:nth-child(3) {
        /*transition-delay: 1s;*/
    }

    .productSp .col-12:nth-child(4) {
        /*transition-delay: 1.2s;*/
    }

    .productSp .col-12:nth-child(5) {
        /*transition-delay: 1.4s;*/
    }

    .productSp .col-12:nth-child(6) {
        /*transition-delay: 1.6s;*/
    }

    .productSp.animate {
        opacity: 1;
        /*transform: translateY(0);*/
    }

    .productSp.animate .ti {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .productSp.animate .col-12 {
        /*transform: translateY(0);*/
        opacity: 1;
    }

    .TechnicalSupport .ti {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
    }

    .TechnicalSupport .gray-txt p {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 0.3s;*/
    }

    .TechnicalSupport .nav {
        /*transform: translateY(30px);*/
        opacity: 0;
        /*transition: all 0.5s;*/
        /*transition-delay: 0.6s;*/
    }

    .TechnicalSupport .tab-content .con {
        transform: translate(-30px, -50%);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.8s;
    }

    .TechnicalSupport .tab-content .JT {
        transform: translate(30px, -50%);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.8s;
    }

    .TechnicalSupport.animate .ti {
        transform: translateY(0);
        opacity: 1;
    }

    .TechnicalSupport.animate .gray-txt p {
        transform: translateY(0);
        opacity: 1;
    }

    .TechnicalSupport.animate .nav {
        transform: translateY(0);
        opacity: 1;
    }

    .TechnicalSupport.animate .tab-content .con {
        transform: translate(0, -50%);
        opacity: 1;
    }

    .TechnicalSupport.animate .tab-content .JT {
        transform: translate(0, -50%);
        opacity: 1;
    }

    .Applications .ti {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
    }

    .Applications .gray-txt p {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.3s;
    }

    .Applications .nav {
        transform: translateX(-30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.8s;
    }

    .Applications .tab-content {
        transform: translateX(30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.8s;
    }

    .Applications.animate .ti {
        transform: translateY(0);
        opacity: 1;
    }

    .Applications.animate .gray-txt p {
        transform: translateY(0);
        opacity: 1;
    }

    .Applications.animate .nav {
        transform: translateX(0);
        opacity: 1;
    }

    .Applications.animate .tab-content {
        transform: translateX(0);
        opacity: 1;
    }

    .digitalTechnology {
        opacity: 1;
        transition: all 0.5s;
    }

    .digitalTechnology .ti {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.3s;
    }

    .digitalTechnology .col-12 {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
    }

    .digitalTechnology .col-12:nth-child(1) {
        transition-delay: 0.6s;
    }

    .digitalTechnology .col-12:nth-child(2) {
        transition-delay: 0.8s;
    }

    .digitalTechnology .col-12:nth-child(3) {
        transition-delay: 1s;
    }

    .digitalTechnology.animate {
        opacity: 1;
    }

    .digitalTechnology.animate .ti {
        transform: translateY(0);
        opacity: 1;
    }

    .digitalTechnology.animate .col-12 {
        transform: translateY(0);
        opacity: 1;
    }

    .customer .ti {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
    }

    .customer .swiper-container {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.3s;
    }

    .customer .swiper-button-next {
        transform: translateX(30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.6s;
    }

    .customer .swiper-button-prev {
        transform: translateX(-30px);
        opacity: 0;
        transition: all 0.5s;
        transition-delay: 0.6s;
    }

    .customer.animate .ti {
        transform: translateY(0);
        opacity: 1;
    }

    .customer.animate .swiper-container {
        transform: translateY(0);
        opacity: 1;
    }

    .customer.animate .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
    }

    .customer.animate .swiper-button-prev {
        transform: translateX(0);
        opacity: 1;
    }

    .customer .nav {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.6s;
    }

    .customer .tab-content .col-lg-2 {
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s;
    }

    .customer .tab-content .col-lg-2:nth-child(1) {
        transition-delay: 0.2s;
    }

    .customer .tab-content .col-lg-2:nth-child(2) {
        transition-delay: 0.3s;
    }

    .customer .tab-content .col-lg-2:nth-child(3) {
        transition-delay: 0.4s;
    }

    .customer .tab-content .col-lg-2:nth-child(4) {
        transition-delay: 0.5s;
    }

    .customer .tab-content .col-lg-2:nth-child(5) {
        transition-delay: 0.6s;
    }

    .customer .tab-content .col-lg-2:nth-child(6) {
        transition-delay: 0.7s;
    }

    .customer .tab-content .col-lg-2:nth-child(7) {
        transition-delay: 0.8s;
    }

    .customer .tab-content .col-lg-2:nth-child(8) {
        transition-delay: 0.9s;
    }

    .customer .tab-content .col-lg-2:nth-child(9) {
        transition-delay: 1s;
    }

    .customer .tab-content .col-lg-2:nth-child(10) {
        transition-delay: 1.1s;
    }

    .customer .tab-content .col-lg-2:nth-child(11) {
        transition-delay: 1.2s;
    }

    .customer .tab-content .col-lg-2:nth-child(12) {
        transition-delay: 1.3s;
    }

    .customer .tab-content .col-lg-2:nth-child(13) {
        transition-delay: 1.4s;
    }

    .customer .tab-content .col-lg-2:nth-child(14) {
        transition-delay: 1.5s;
    }

    .customer .tab-content .col-lg-2:nth-child(15) {
        transition-delay: 1.6s;
    }

    .customer .tab-content .col-lg-2:nth-child(16) {
        transition-delay: 1.7s;
    }

    .customer .nav.animate {
        transform: translateY(0);
        opacity: 1;
    }

    .customer .tab-content.animate .col-lg-2 {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Message Board */
.slides {
    position: fixed;
    right: 0;
    top: 45%;
}

.slides .slideul > li {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    overflow: visible;
}

.slides .slideul > li.kefu {
    width: 66px;
    padding-left: 10px;
    margin-left: -10px;
}

.slides .slideul > li ul.kefulist {
    position: absolute;
    left: -150px;
    top: -1px;
    padding-right: 10px;
    display: none;
}

.slides .slideul > li ul.kefulist li {
    margin-bottom: 10px;
}

.slides .slideul > li ul.kefulist li a {
    display: block;
    width: 156px;
    height: 56px;
    line-height: 30px;
    background: #01b0f1;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.slides .slideul > li ul.kefulist li a:hover {
    text-decoration: none;
}

.t1 {
    font-size: 15px;
    font-weight: bold;
}

#newBridge #nb_icon_wrap {
    display: none;
}
