@charset "utf-8";

/* .wap {
    display: none !important;
} */

@media(max-width:768px) {
    .wap {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
}

.w1400 {
    max-width: 1400px;
    margin: auto;
}

@media(max-width:1459px) {
    .w1400 {
        padding: 0 5%;
    }
}

@font-face {
    font-family: 'liangzihuohuaHLightRegular';
    src: url('../fonts/Pe-icon-7-stroke.woff');
    font-style: normal;
    font-weight: 400;
}





.player {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: none;
}

.player .playerCon {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.player .playerBox {
    width: 900px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.player .playerBox video {
    display: block;
    width: 100%;
    background: #000;
}

.player .playerBox .icon-close {
    position: absolute;
    right: 0;
    bottom: 100%;
    cursor: pointer;
    --color: #fff;
    font-size: 26px;
}

.icon-close {
    position: relative;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    --color: #333;
}

.icon-close:after,
.icon-close:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--color);
}

.icon-close:before {
    transform: rotate(45deg);
}

.icon-close:after {
    transform: rotate(-45deg);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.kangyang {
    color: #323232;
}

.kangyang * {
    box-sizing: border-box;
    vertical-align: middle;
}

.pbanner {
    position: relative;
}

.pbanner img {
    width: 100%;
    display: block;
}

.pbanner .btxt {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    z-index: 5;
    transform: translate(0, -50%);
}

.pbanner .btxt .txt {
    margin-left: 40%;
    text-align: center;
    line-height: 1.2;
    padding: 0 5%;
}

.pbanner .btxt .txt .t1 {
    font-size: 36px;
    margin-bottom: 10px;
    font-family: "liangzihuohuaHLightRegular";
}

.pbanner .btxt .txt .t2 {
    font-size: 90px;
    margin-bottom: 10px;
    font-family: "liangzihuohuaHLightRegular";
}

.pbanner .btxt .txt .p {
    font-size: 26px;
    font-family: 'liangzihuohuaHLightBold';
    margin-bottom: 100px;
}

.btns {
    font-size: 0;
}

.btns .btn {
    padding: 5px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #666;
    background: #fff;
    margin: 0 5%;
    border-radius: 30px;
    padding-right: 20px;
    cursor: pointer;
}

.btns .btn span {
    display: inline-block;
    vertical-align: middle;
}

.btns .btn .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.icon-play {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-play.png);
}

.icon-contact {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-contact.png);
}

.pro1 {
    position: relative;
    z-index: 10;
}

.pro1 img {
    display: block;
    width: 100%;
}

.procon {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    transform: translate(0, -50%);
}

.pro1 .txt {
    width: 630px;
    padding-right: 50px;
    max-width: 50%;
}

.protitle {
    font-size: 40px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "liangzihuohuaHLightRegular";
}

.prop1 {
    font-size: 20px;
    line-height: 1.67;
    /* font-family: "liangzihuohuaHLightRegular"; */

    font-family: 'SourceHanSansCN';
}

.min100vh {
    min-height: 100vh;
    padding-top: 5%;
    padding-bottom: 5%;
}

.min100vh.flex {
    align-items: center;
}

.pro2 .w1400 {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.pro2 .img {
    flex: 0 0 auto;
    width: 61%;
    position: relative;
    z-index: 5;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.pro2 .img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.pro2 .img:after {
    content: "";
    width: 80%;
    height: 60px;
    position: absolute;
    left: 10%;
    bottom: 0;
    border-radius: 40px;
    box-shadow: 0 0 60px #8b6b58;
    background: #a8958a;
    z-index: -1;
}

.pro2 .txt {
    flex: 1 1 auto;
    padding-left: 50px;
}

.prop2 {
    font-size: 20px;
    line-height: 1.78;
    font-family: 'SourceHanSansCN' !important;
}

.pro4 .procon {
    top: 10%;
    transform: none;
}

.pro5 .procon {
    top: 60%;
}

.pro1.pro5 .txt {
    padding-right: 0;
    max-width: 80%;
    width: 900px;
    margin-left: auto;
    text-align: right;
}

.pro5 .protitle {
    max-width: 505px;
    margin-left: auto;
}

.pro6 {
    background: #f9f9f9;
}

.pro6 .w1400 {
    align-items: center;
    justify-content: space-between;
}

.pro6 .txt {
    flex: 1 1 auto;
    padding-right: 20px;
}

.pro6 .img {
    width: 65.6%;
    flex: 0 0 auto;
}

.pro6 .img img {
    display: block;
    width: 100%;
}

.normalBlock {
    padding: 5% 0 8%;
}

.normalBlock .protitle {
    text-align: center;
    margin-bottom: 5%;
    font-family: "liangzihuohuaHLightRegular";
}

.pro7 .item img {
    display: block;
    width: 100%;
}

.pro7 .item {
    padding: 0 45px;
}

.pro7 .item .tit {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    font-family: 'SourceHanSansCN';
}

.pro7 .slick-list {
    padding: 0 50px;
}

.specification {
    padding: 5% 0;
    background: #f9f9f9;
}

.specification .protitle {
    text-align: center;
    margin-bottom: 50px;
}

.specification .img {
    text-align: center;
}

.specification .img img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.table ul {
    flex-wrap: wrap;
}

.table li {
    padding: 15px 0;
    width: 49%;
    flex: 0 0 auto;
    border-bottom: 1px dashed #b6b6b6;
    line-height: 1.5;
    font-size: 18px;
}

.table li:nth-child(2n) {
    margin-left: 2%;
}

.table li .label {
    font-weight: bold;
    padding: 0 30px;
    min-width: 190px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.table li .in {
    flex: 1 1 auto;
    overflow: hidden;
}

.cntblock {
    padding: 45px 0;
}

.cntblock .w1400 {
    justify-content: space-between;
    align-items: center;
}

.cntblock .txt {
    flex: 1 1 auto;
    padding-right: 40px;
    overflow: hidden;
}

.cntblock .txt .t {
    font-size: 28px;
    margin-bottom: 30px;
}

.cntblock .txt .btn {
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    background: #43aaf4;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 23px;
    color: #fff;
}

.cntblock .code {
    flex: 0 0 auto;
    max-width: 190px;
    text-align: center;
    font-size: 18px;
    color: #2b2748;
}

.cntblock .code img {
    display: block;
    width: 100%;
}

.colorfff {
    color: #fff;
}

.design .item {
    flex: 0 0 auto;
    width: 33.33%;
}

.design .item img {
    display: block;
    width: 100%;
}

.design .item .t {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.78;
    padding: 0 10px;
    font-family: 'SourceHanSansCN';
}

.pro22 .procon {
    top: 50%;
}

.pro22 .txt {
    width: auto;
    text-align: right;
    padding-right: 0;
    max-width: 100%;
    margin-left: auto;
}

.pro22 .txt .protitle {
    max-width: 12em;
    margin-left: auto;
}

.datas .item {
    padding: 25px 0;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 32px;
    line-height: 1.2;
}

.datas .item .dt {
    font-size: 100px;
    color: #ff928f;
    font-weight: bold;
    line-height: 1;
    padding-left: 15px;
}

.datas .item .dt {
    display: flex;
    align-items: center;
}

.datas .item .dt i {
    width: 46px;
    height: 67px;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zximg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
}

.datas .item:nth-child(1) .dt i,
.datas .item:nth-child(2) .dt i {
    transform: rotateX(180deg);
}

.flex.rowrevers {
    flex-direction: row-reverse !important;
}

.flex.row {
    flex-direction: row !important;
}

.pro23 .img {
    width: 54.7%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}

.pro23 .flex.row .txt {
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
}

.pro23 {
    margin: 5% 0;
}

.pro1.pro24 .txt {
    margin-left: auto;
    padding-right: 0;
    text-align: right;
}

@media(max-width:1459px) {
    .pbanner .btxt .txt .t1 {
        font-size: 28px;
    }

    .pbanner .btxt .txt .t2 {
        font-size: 68px;
    }

    .pbanner .btxt .txt .p {
        font-size: 20px;
    }

    .datas .item .dt i {
        width: 34px;
        height: 50px;
    }
}

@media(max-width:1280px) {
    .datas .item .dt i {
        width: 26px;
        height: 38px;
    }

    .pbanner .btxt .txt .t1 {
        font-size: 26px;
    }

    .pbanner .btxt .txt .t2 {
        font-size: 46px;
    }

    .pbanner .btxt .txt .p {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .btns .btn {
        font-size: 18px;
    }

    .protitle {
        font-size: 30px;
    }

    .prop1 {
        font-size: 16px;
    }

    .prop2 {
        font-size: 22px;
    }

    .pro7 .item {
        padding: 0 20px;
    }

    .pro7 .item .tit {
        font-size: 20px;
        margin-top: 30px;
    }

    .table li {
        font-size: 16px;
    }

    .table li .label {
        padding: 0 20px 0 10px;
    }

    .cntblock .txt .t {
        font-size: 22px;
    }

    .cntblock .txt .btn {
        font-size: 18px;
    }

    .cntblock .code {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .pbanner .btxt {
        top: 6%;
        transform: none;
    }

    .pbanner .btxt .txt {
        margin-left: 0;
    }

    .procon {
        top: 10%;
        transform: none;
        text-align: center;
    }

    .pro1 .txt {
        max-width: 100%;
        padding-right: 0;
        margin: auto;
    }

    .pro2 .w1400 {
        display: block;
    }

    .pro2 .img {
        width: 100%;
    }

    .min100vh {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .pro2 .txt {
        padding-left: 0;
        padding-bottom: 50px;
        text-align: center;
    }

    .pro5 .procon {
        top: 10%;
    }

    .pro1.pro5 .txt {
        max-width: 100%;
        text-align: center;
    }

    .pro5 .protitle {
        max-width: 100%;
    }

    .pro6 .w1400 {
        display: block;
    }

    .pro6 .txt {
        padding-right: 0;
        padding-bottom: 50px;
        text-align: center;
    }

    .pro6 .img {
        width: auto;
    }

    .dots {
        margin-top: 70px;
        text-align: center;
    }

    .dots span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        padding: 0 10px;
        line-height: 30px;
        border-radius: 30px;
    }

    .dots span.on {
        background: #ff928f;
        color: #fff;
    }

    .table li {
        width: 100%;
    }

    .table li:nth-child(2n) {
        margin-left: 0;
    }

    .cntblock .code {
        max-width: 150px;
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .datas .item .dt i {
        width: 14px;
        height: 20px;
        margin-right: 4px;
    }

    .pbanner .btxt .txt .t1 {
        font-size: 20px;
    }

    .pbanner .btxt .txt .t2 {
        font-size: 45px;
    }

    .pbanner .btxt .txt .p {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .pbanner .btxt .txt {
        padding: 0;
    }

    .btns .btn {
        font-size: 14px;
        margin: 0 5px;
    }

    .btns .btn .icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .protitle {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .procon {
        top: 6%;
    }

    .prop1 {
        font-size: 14px;
        line-height: 1.5;
    }

    .prop2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .min100vh {
        min-height: 0;
    }

    .normalBlock {
        padding: 40px 0;
        padding: 20px 0;
        padding-top: 30px;
    }

    .pro7 .item {
        padding: 0 10px;
    }

    .dots {
        margin-top: 40px;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    .dots span {
        margin: 0;
        font-size: 12px;
    }

    .specification {
        padding: 50px 0;
    }

    .specification .protitle {
        margin-bottom: 20px;
    }

    .table li .label {
        min-width: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .table li {
        display: block;
    }

    .cntblock .w1400 {
        display: flex;
    }

    .cntblock .txt .t {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cntblock .txt .btn {
        font-size: 16px;
        line-height: 30px;
        padding: 0 10px;
    }

    .cntblock .code {
        margin-top: 20px;
        width: 25%;
    }

    .table li {
        font-size: 12px;
        padding: 10px 0;
    }

    .table li .label {
        margin-bottom: 5px;
    }

    .pro23 .prop2 {
        margin-bottom: 20px;
    }

    .pro23 .protitle {
        font-size: 19px;
    }

    .pro23.pro2 .txt {
        padding-bottom: 0;
    }

    .datas .item {
        padding-top: 0;
    }

    .pro22 .datas {
        padding-top: 10px;
    }
}


.baseS {
    font-family: "liangzihuohuaHLightRegular";
}

/* 新增 */
.pro2.pro26 {
    padding-top: 6%;
    overflow: hidden;
}

.pro2.pro26 .img img {
    transform: translateY(20px);
}

.pro2.pro26 .w1400 {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.pro2.pro26 .img:after {
    display: none;
}

.pro2.pro26 .txt {
    padding-left: 0;
    padding-right: 9%;
}

.pro2.pro26 .img {
    width: 42%;
}


.pro1.pro27 .txt {
    margin-left: auto;
    padding-right: 0;
    text-align: right;
    color: #fff;
    width: 900px;
    max-width: 60%;
}

.pro1.pro27 .procon {
    top: 30%;
}

.pro1.pro27 .protitle {
    font-size: 40px;
}


.pro28 {
    margin: 0 -90px;
}

.pro28 .item {
    margin-bottom: 60px;
}

.pro28.pro7 .item .tit {
    margin-top: 30px;
}


@media(max-width:1459px) {
    .datas .item .dt {
        font-size: 60px;
    }
}

@media(max-width:1280px) {
    .datas .item .dt {
        font-size: 40px;
    }

    .datas .item {
        font-size: 24px;
        padding: 15px 0;
    }

    .normalBlock.pro21 .design .item .t {
        font-size: 24px;
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .normalBlock.pro21 .design .item .t {
        font-size: 18px;
    }

    .normalBlock.pro21 .design .item {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }

    .normalBlock.pro21 .design {
        flex-wrap: wrap;
    }

    .normalBlock.pro21 .design .item .t {
        position: absolute;
        top: 50%;
        color: #fff;
        width: 50%;
        text-align: left;
        transform: translate(20px, -50%);
        -webkit-transform: translate(20px, -50%);
        -moz-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        -o-transform: translate(20px, -50%);
    }

    .normalBlock.pro21 .design .item:nth-child(2n) .t {
        right: 0;
        text-align: right;
    }

    .pro22 .procon {
        top: 3%;
    }

    .pro22 .txt {
        text-align: center;
    }

    .pro22 .txt .protitle {
        max-width: unset;
    }

    .datas .item {
        width: 33.33%;
        padding-top: 0;
        flex-direction: column-reverse;
    }

    .pro22 .datas {
        display: flex;
        padding-top: 10px;
    }

    .datas .item .dt {
        font-size: 36px;
    }

    .datas .item .dp {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pro23 .flex.row .txt {
        text-align: center;
        padding: 0;
    }

    .pro23 .flex.row .txt {
        text-align: center;
        padding: 0;
    }

    .pro24 .procon {
        color: #fff;
        text-align: center;
    }

    .pro1.pro24 .txt {
        text-align: center;
    }

    .pro2.pro26 .img {
        width: 100%;
    }

    .pro1.pro27 .protitle {
        font-size: 36px;
    }

    .pro1.pro27 .txt {
        width: 100%;
        max-width: unset;
        text-align: center;
    }

    .pro1.pro27 .procon {
        top: 10%;
    }

    .pro28 .dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro28 .dots {
        margin-top: 0;
    }

    .pro28 .dots li {
        width: 20px;
        height: 20px;
        background-color: #888888;
        margin: 0 35px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .pro28 .dots li.slick-active {
        background-color: #ff928f;
    }

    .pro28 .dots li button {
        display: none;
    }

    .pro28 .item .tit {
        margin-top: 25px;
    }

    /* .pro28 .slick-slide.slick-active .item .tit{
        display: block ;
    }
    .pro28 .slick-slide.slick-active + .slick-slide.slick-center .item .tit{
        display: none !important;
    } */
    .pro28 .item {
        margin-bottom: 40px;
    }
}

@media(max-width:480px) {
    .pro28 .dots li {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }

    .pro28.pro7 .item .tit {
        margin-top: 20px;
    }

    .pro28 .item {
        margin-bottom: 20px;
    }

    .datas .item .dp {
        font-size: 14px;
    }

    .datas .item .dt {
        font-size: 24px;
    }

    .normalBlock.pro21 .design .item .t {
        width: 54%;
        font-size: 14px;
        transform: translate(0, -50%);
        line-height: 1.3;
        margin-top: 0;
    }

    .normalBlock.pro21 .design .item:nth-child(1) .t {
        width: 50%;
    }

    .pro24 {
        margin-top: 50px;
    }

    .pro2.pro26 .txt {
        padding-left: 0;
        padding-right: 0;
    }

    .pro1.pro27 .protitle {
        font-size: 24px;
    }

    .pro1.pro27 .prop2 {
        font-size: 14px;
    }

    .normalBlock.pro21 .design .item {
        margin-bottom: 20px;
    }
}

/* 陪伴机器人 */
.pbanner1 .btxt .txt {
    margin-right: 40%;
    margin-left: 0;
}

@media(max-width:768px) {
    .pbanner1 .btxt .txt {
        margin-right: 0;
    }
}


.pro29 .txt {
    margin-left: 15%;
    text-align: center;
    width: 590px;
}

.pro29 .protitle {
    font-size: 40px;
}

.pro30 {
    background-color: #f0f0f0;
}

.pro30 .protitle {
    margin-bottom: 1%;
}

.pro30 .prop1 {
    font-size: 20px;
    color: #333;
    max-width: 855px;
    margin: 0 auto;
}

@media(max-width:1280px) {
    .pro29 .protitle {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .pro29 .protitle {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .pro29 .txt {
        margin-left: 0;
    }

    .pro29 .procon {
        top: 5%;
    }
}


.wimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro30 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

.pro30 .list .item {
    width: 29.66%;
    text-align: center;
}

.pro30 .list .item .imgbox {
    box-shadow: 0 1px 10px #b9b3ae;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.pro30 .list .item:not(:nth-child(3n+1)) {
    margin-left: 5.5%;
}

.pro30 .item .tit {
    font-size: 26px;
    color: #232323;
    font-family: 'liangzihuohuaHLightBold';
    margin: 7% 0 8%;
}

.pro30 .item .desc {
    font-size: 20px;
    color: #232323;
    line-height: 1.78;
}

@media(max-width:1280px) {
    .pro30 .item .tit {
        font-size: 24px;
    }

    .pro30 .item .desc {
        font-size: 20px;
    }

    .pro30 .prop1 {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .pro30 .list .item {
        width: 100%;
        margin-bottom: 5%;
        display: flex;
        background-color: #ffffff;
        box-shadow: 0 1px 10px #b9b3ae;
    }

    .pro30 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }

    .pro30 .list .item .imgbox {
        width: 60%;
    }

    .pro30 .list .item .text {
        width: 40%;
        padding: 5%;
        text-align: left;
    }

    .pro30 .list .item .imgbox {
        box-shadow: unset;
    }

    .pro30 .prop1 {
        font-size: 24px;
    }
}

@media(max-width:480px) {

    .pro30 .item .tit,
    .pro30 .item .desc {
        font-size: 12px;
    }

    .pro30 .list .item .imgbox {
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }

    .pro30 .list .item {
        flex-wrap: wrap;
    }

    .pro30 .list .item .imgbox {
        width: 55%;
    }

    .pro30 .list .item .text {
        width: 45%;
        padding: 3%;
    }

    .pro30 .item .tit {
        margin: 0px 0;
    }

    .pro30 .prop1 {
        font-size: 16px;
    }
}


.pro31 {
    text-align: center;
}

.pro31 .protitle {
    margin-bottom: 1%;
}

.pro31 .list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
}

.pro31 .list .item {
    width: 17.2%;
}

.pro31 .imgbox {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff928f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.pro31 .list .item:not(:nth-child(5n+1)) {
    margin-left: 3.5%;
}

.pro31 .item .tit {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
    margin: 12% 0;
    font-family: 'liangzihuohuaHLightBold';
    height: 84px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro31 .item .desc {
    line-height: 1.8;
    font-size: 20px;
    color: #232323;
}

@media(max-width:1280px) {

    .pro31 .item .tit {
        font-size: 24px;
        margin: 15px 0;
    }

    .pro31 .item .desc {
        font-size: 20px;
    }

    .pro31 .prop1 {
        font-size: 26px;
    }

    .pro31 .imgbox {
        width: 80px;
        height: 80px;
    }

    .pro31 .imgbox img {
        max-height: 40px;
    }

    .pro31 .list .item {
        width: 32.33%;
        margin-bottom: 1.5%;
    }

    .pro31 .list .item:not(:nth-child(5n+1)) {
        margin-left: 0;
    }

    .pro31 .list .item:not(:nth-child(3n+1)) {
        margin-left: 1.5%;
    }
}

@media(max-width:768px) {
    .pro31 .list .item {
        width: 100%;
        text-align: left;
        display: flex;
    }

    .pro31 .imgbox {
        margin: 0;
        width: 60px;
        height: 60px;
    }

    .pro31 .list .item:not(:nth-child(3n+1)) {
        margin-left: 0;
    }

    .pro31 .text {
        padding-left: 3%;
        flex: 1;
    }

    .pro31 .item .tit {
        height: auto;
        font-size: 20px;
        margin-top: 0;
    }

    .pro31 .item .desc {
        font-size: 16px;
    }

    .pro31 .prop1 {
        font-size: 20px;
    }

    .pro31 .list {
        padding-top: 20px;
    }
}

@media(max-width:480px) {
    .pro31 .imgbox img {
        max-height: 30px;
        max-width: 20px;
    }

    .pro31 .imgbox {
        width: 40px;
        height: 40px;
    }

    .pro31 .item .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pro31 .item .desc {
        font-size: 14px;
    }
}

.basepro {
    position: relative;
    z-index: 10;
}

.basepro .pcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

@media(max-width:768px) {
    .basepro .pcon {
        top: 5%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        left: 0;
    }
}


.pro32 .pcon {
    text-align: right;
}

.pro32 .pcon .txt {
    display: inline-block;
    width: 60%;
    max-width: 735px;
    text-align: left;
}

.pro32 .pcon .protitle {
    padding-left: 105px;
    font-size: 40px;
}

.pro32 .list {
    padding-top: 3%;
}

.pro32 .list .item {
    display: flex;
    margin-bottom: 30px;
}

.pro32 .item .imgbox {
    margin-right: 30px;
    height: 75px;
    min-width: 75px;
    text-align: center;
}

.pro32 .item .tit {
    font-size: 28px;
    color: #232323;
    line-height: 1.2;
    font-family: 'liangzihuohuaHLightBold';
}

.pro32 .item .desc {
    font-size: 20px;
    color: #232323;
    line-height: 1.2;
    margin-top: 10px;
}




.pro33 .item {
    padding: 0 55px;
}

.pro33 .pcon {
    position: relative;
    padding-bottom: 100px;
}

.pro33 .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro33 .dots span {
    padding: 5px 10px;
    margin: 0 10px;
    font-size: 20px;
    color: #333;
    list-style: 1.2;
}

.pro33 .dots span.on {
    background-color: #ff928f;
    border-radius: 18.5px;
    -webkit-border-radius: 18.5px;
    -moz-border-radius: 18.5px;
    -ms-border-radius: 18.5px;
    -o-border-radius: 18.5px;
    color: #fff;

}

@media(max-width:1280px) {
    .pro33 .dots span {
        font-size: 20px;
    }

    .pro33 .pcon {
        padding-bottom: 80px;
    }

    .pro32 .pcon .protitle {
        font-size: 48px;
    }
}

@media(max-width:1024px) {
    .pro33 .pcon {
        padding-bottom: 80px;
    }

    .pro32 .pcon .txt {
        width: 100%;
    }

    .pro32 .item .desc {
        font-size: 24px;
    }

    .pro32 .pcon .protitle {
        font-size: 36px;
    }

    .pro33 .item {
        padding: 0 20px;
    }

    .pro33 .dots span {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .pro32 .pcon .protitle {
        text-align: center;
        padding-left: 0;
        font-size: 24px;
    }

    .pro33 .dots li {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }

    .pro33 .dots li.slick-active {
        background-color: #ff928f;
    }

    .pro33 .dots li button {
        display: none;
    }

    .pro33 .dots li {
        width: 20px;
        height: 20px;
        background-color: #888888;
        margin: 0 10px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .pro33 .dots {
        bottom: -35px;
        margin-top: 0;
    }
}

@media(max-width:480px) {
    .pro32 .pcon .protitle {
        font-size: 20px;
    }

    .pro33 .dots li {
        width: 10px;
        margin: 0 5px;
        height: 10px;
    }

    .pro33 .dots {
        bottom: -20px;
    }

    .pro7 .item .tit {
        font-size: 14px;
        margin-top: 15px;
    }

    .pro33 .pcon {
        padding-bottom: 40px;
    }

    .pro32 .item .tit {
        font-size: 18px;
    }

    .pro32 .item .desc {
        font-size: 16px;
    }

    .pro32 .item .imgbox {
        min-width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .pro32 .item .imgbox img {
        width: 30px;
    }
}

/* 箱式机器人 */
@media (max-width: 768px) {
    .basedots .dots li {
        width: 20px;
        height: 20px;
        background-color: #888888;
        margin: 0 35px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .basedots .dots button {
        display: none;
    }

    .basedots .dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .basedots .dots li {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }
}


.video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs50 {
    font-size: 40px;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.5;
}

.fs28 {
    line-height: 1.78;
    font-size: 20px;
    font-family: 'SourceHanSansCN' !important;
}

.datas .item {
    font-size: 24px;
}



@media(max-width:1024px) {
    .fs50 {
        font-size: 28px;
    }

    .fs28 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .fs50 {
        font-size: 24px;
    }

    .fs28 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .fs50 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 14px;
    }
}


.pro35 {
    background-color: #f0f0f0;
}

.pro35 .tit {
    font-family: 'liangzihuohuaHLightBold';
    font-size: 40px;
    color: #2a2f39;
    line-height: 1.5;
    text-align: center;
}

.pro35 .ctit {
    font-size: 40px;
    color: #2a2f39;
    line-height: 1.5;
    text-align: center;
    font-family: 'liangzihuohuaHLightBold';
}

.pro35 .list {
    display: flex;
    justify-content: space-between;
    padding: 5% 0 10%;
}

.pro35 .list .imgbox {
    width: 46.5%;
    box-shadow: 0 0 10px #b8babb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.pro35 .desc {
    color: #2a2f39;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 1140px;
    margin: 3.9% auto 0;
    width: 100%;
    font-family: 'SourceHanSansCN';
}

.pro35 .video_box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-top: 5%;
}

.pro36 {
    background-color: #fff;
}

.pro36 .desc {
    margin-top: 40px;
    max-width: 90%;
}

.pro36 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro36 .content .left {
    width: 45%;
}

.pro36 .content .right {
    width: 50%;
}

.pro36 .content .imgbox {
    box-shadow: 10px 10px 30px #989898;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
    transform: translate(-8%, 0);
    -webkit-transform: translate(-8%, 0);
    -moz-transform: translate(-8%, 0);
    -ms-transform: translate(-8%, 0);
    -o-transform: translate(-8%, 0);
}

.pro37 {
    position: relative;
}

.pro37 .content {
    position: relative;
}

.pro37 .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pro37 .tit {
    text-align: center;
}

.pro37 .desc {
    text-align: center;
    margin-top: 2%;
}

.pro37 {
    background-color: #f0f0f0;
}

.pro37 .video_box {
    margin-top: 70px;
}


.pro38 .item {
    padding: 0 20px;
}

.pro38 .item .tit {
    margin-top: 40px;
}

@media(max-width:1459px) {
    .pro35 .tit {
        font-size: 48px;
    }

    .pro35 .ctit {
        font-size: 36px;
    }

    .pro35 .desc {
        font-size: 24px;
    }
}

@media(max-width:1024px) {
    .pro35 .tit {
        font-size: 24px;
    }

    .pro35 .ctit {
        font-size: 24px;
    }

    .pro35 .desc {
        font-size: 18px;
    }

    .pro38 .item .tit {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .pro37 .video_box {
        margin-top: 40px;
    }

    .pro36 .content {
        flex-wrap: wrap;
    }

    .pro36 .content .left {
        width: 100%;
        text-align: center;
    }

    .pro36 .desc {
        max-width: 100%;
        margin-top: 20px;
    }

    .pro36 .content .right {
        width: 100%;
        margin-top: 5%;
    }

    .pro36 .content .imgbox {
        transform: unset;
    }

}

@media(max-width:480px) {
    .pro35 .tit {
        font-size: 20px;
    }

    .pro37 .video_box {
        margin-top: 20px;
    }

    .pro35 .ctit {
        font-size: 20px;
    }

    .pro35 .desc {
        font-size: 14px;
    }

    .pro38 .item {
        padding: 0 10px;
    }
}


/* 助行机器人 */
.pro40 .tit {
    text-align: center;
}

.pro40 .desc {
    text-align: center;
    margin-top: 30px;
}

.pro40 .video_box {
    margin-top: 50px;
}


.pro1.pro41 .txt {
    margin-left: auto;
    padding-right: 0;
    text-align: right;
}

.pro41 .procon {
    top: 52%;
}

.pro41 .desc {
    margin-top: 5%;
}

.pro42 .desc {
    margin-top: 5%;
}

.pro43 .tit {
    text-align: center;
}

.pro43 .desc {
    text-align: center;
    margin-top: 30px;
}

.pro43 .video_box {
    margin-top: 50px;
}

.pro1.pro44 .txt {
    margin-left: auto;
    padding-right: 0;
    text-align: right;
}

.pro1.pro44 .txt {
    width: 400px;
}

.pro44 .procon {
    top: 48%;
}

.pro44 .desc {
    text-align: right;
    margin-top: 30px;
}

.pro45 .item {
    padding: 0 15px;
}

.pro45 .item .tit {
    font-size: 24px;
    font-family: 'liangzihuohuaHLightRegular';
}


@media(max-width:1024px) {
    .pro45 .item .tit {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .pro44 .procon {
        top: 5%;
    }

    .pro1.pro44 .txt {
        text-align: center;
    }

    .pro41 .procon {
        top: 5%;
    }

    .pro1.pro41 .txt {
        text-align: center;
    }

    .pro44 .video_box,
    .pro43 .video_box {
        margin-top: 30px;
    }
}

@media(max-width:480px) {
    .pro45 .item .tit {
        font-size: 16px;
    }

    .pro44 .video_box,
    .pro43 .video_box {
        margin-top: 20px;
    }
}


/* Walker */

#Walker .btns .btn {
    margin-left: 0;
    margin-right: 20px;
}

#Walker .btns .btn .icon-play {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-play2.png);
}

#Walker .btns .btn .icon-contact {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-contact2.png);
}

#Walker .info .bann img {
    width: 100%;
}

#Walker {
    font: menu;
}

@media screen and (max-width: 768px) {
    .Walker-menu {
        display: none;
    }

    #Walker .box .text {
        text-align: center;
    }

    #Walker .wenz {
        font-size: 20px;
        color: #666666;
        margin-bottom: 10px;
    }

    #Walker .logo img {
        margin: auto;
    }

    #Walker .box {
        top: 2%;
    }

    #Walker .bg {
        padding-bottom: 0;
    }
}

/* Humanoid */
#Humanoid {
    margin-top: -3px;
    padding: 0;
}

#Humanoid .bann {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}

#Humanoid .Real-Img img {
    width: 34.5vw;
}

@media screen and (max-width: 768px) {

    #Humanoid .proText,
    #Humanoid .intro {
        color: #fff;
        text-align: center;
    }

    #Humanoid .Real-Img img {
        width: 100%;
    }

    #Humanoid .bann img {
        width: 100%;
        height: 100%;
    }

    #Humanoid .Real-Img img {
        width: 85%;
        margin: auto;
    }

    #Humanoid .Real-Img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        margin-top: 6%;
    }

    #Modulation .Real-Img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 55%;
        left: 0;
        margin: auto;
    }
}

/* Core */
#Core .Core-list .itme .pic span {
    border: solid 1px #4ba0d0;
}

/* Flexible */
#Flexible .pic img {
    filter: grayscale(100%) brightness(10%);
}

#Flexible .icon-box .wenz {
    color: #898a8f;
}

#Flexible {
    padding: 0;
}

#Flexible .bann {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

#Core .inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

#Flexible .bann img {
    width: 100%;
}

@media screen and (max-width: 640px) {

    #Flexible .inner .list-ol {
        display: flex;
        flex-wrap: wrap;
    }

    #Flexible .inner .title,
    #Flexible .inner .intro {
        text-align: center;
    }
}


#Modulation {
    padding: 0;
    margin-top: -6px;
}


#Hand-eye {
    padding: 0;
    margin-top: -6px;
}

.bann img {
    width: 100%;
}

#Full-body .proText {
    text-align: center;
}

#Full-body .proText .intro {
    margin: auto;
}

#Humanoid .inner,
#Flexible .inner,
#Modulation .inner,
#Hand-eye .inner,
#Service .inner,
#WalkerXbuilder .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Avoidance {
    padding: 0;
}

#Avoidance .inner,
#Control .inner,
#Business .inner,
#Research .inner {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -36%);
}


#Control {
    padding: 0;
}

#Robot {
    margin-top: -6px;
}

#Control .Real-Img {
    bottom: 6px;
}

#Service {
    padding: 0;
}

#Business {
    padding: 0;
    margin-top: -6px;
}

#Business .proText em {
    background: #333333 !important;
}

#Research {
    padding: 0;
    margin-top: -6px;
}

#Research .proText .title {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#Research .proText .title em {
    margin-left: 10px;
    line-height: 1.5;
    color: #00a5e5;
    background: #fff;
}

#Details .pic {
    border-bottom: none;
}

#WalkerXVideo .btn a:not(:last-child) {
    margin-right: 20px;
}

#WalkerXVideo {
    padding-bottom: 0 !important;
}

#WalkerXbuilder {
    padding-top: 0;
    position: relative;
}

#WalkerXbuilder .inner {
    top: 64%;
}

#WalkerXNew .icon img {
    filter: grayscale(100%) brightness(500%);
}

#WalkerXNew {
    padding-bottom: 0;
}

#WalkerXUpgrades {
    padding: 5%;
    margin-top: -6px;
}

#WalkerXComplex {
    padding: 0;
}

#WalkerXStructured {
    padding-bottom: 0;
    margin-top: -7px;
}

#WalkerXHandEye .pic,
#WalkerXPerception {
    padding-bottom: 0;
}

#WalkerXHandEye .proText h2 {
    color: #ffff;
}

.WalkerXPList li {
    display: flex;
    align-items: center;
}

#WalkerXApp .pic {

    width: 90%;
}

@media screen and (max-width: 768px) {


    #WalkerXPlatform .text .WalkerXPList ul {
        display: flex;
        flex-wrap: wrap;
    }

    #WalkerXPlatform .text .WalkerXPList ul li {
        display: flex;
        flex-wrap: wrap;
        width: 31.3%;
        align-items: flex-start;
    }

    #WalkerXApp .tabBtn li {
        opacity: 0.5;
        background: #fff;
        border-radius: 50px;
        padding: 5px 20px;
    }

    .WalkerXPList li:not(:nth-child(2n)) {
        margin-right: 2%;
    }

    #WalkerXMult .WalkerXPList ul {
        display: flex;
        flex-wrap: wrap;
    }

    .WalkerXPList li {
        width: 49%;
    }

    #WalkerXPerception {
        padding: 0 !important;
    }

    #WalkerXPerception .info {
        top: auto;
        bottom: 10%;
    }

    #WalkerXSafe .bann {
        position: absolute;
        top: 0;
    }

    #WalkerXSafe {
        padding-bottom: 83%;
    }

    #WalkerXSafe .info {
        position: relative;
    }

    #WalkerXSafe .proText h2,
    #WalkerXPerception .title,
    #WalkerXAIoT .proText h2 {
        color: #fff;
    }

    #WalkerXControl .pic {
        position: relative;
        padding: 0;
        right: -25%;
    }

    #WalkerXControl li:not(:last-child) {
        margin-right: 5%;
    }

    #WalkerXControl .proText {
        text-align: center;
    }

    #WalkerXStructured .bdnum {
        color: #90928f;
    }

    #WalkerXStable .text .proText {
        text-align: center;
    }

    #WalkerXControl ul {
        display: flex;
    }

    #WalkerXControl .icon {
        margin: auto;
        margin-bottom: 5px;
    }

    #WalkerXControl .des {
        text-align: center;
    }

    #WalkerXStructured .info {
        max-width: 50%;
        right: 0;
        left: auto;
        color: #fff;
    }

    #WalkerXStructured .intro {
        color: #fff;
    }

    #WalkerXStructured.pbBox {
        padding: 0;
    }

    #WalkerXComplex .info {
        position: relative;
        left: 0;
        top: 0%;
        transform: none;
        width: 100%;
    }

    #WalkerXComplex.pbBox {
        padding-bottom: 0;
        background: #eff2f7;
    }

    #WalkerXComplex .info img {
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 28%);
    }

    #WalkerXComplex .bdnum {
        color: #eff2f7;
    }

    .proText .title,
    #WalkerXComplex .data {
        color: #333;
    }

    #WalkerXStructured .info h2 {
        color: #fff;
    }

    #WalkerXComplex .data #WalkerXComplex .text {
        padding: 10% 0;
    }

    #WalkerXUpgrades ul.wap {
        display: flex !important;
    }

    #WalkerXNew.pbBox .info {
        height: 90%;
    }

    #WalkerXNew.pbBox .info .inner {
        height: 100%;
    }

    #WalkerXNew .text .wap {
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }

    #WalkerXNew.pbBox {
        padding-bottom: 0;
    }

    #WalkerXNew .wap li {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        width: 33.3%;
        align-items: flex-start;
        align-content: flex-start;
    }

    #WalkerXNew .wap {
        display: flex !important;
        flex-wrap: wrap;
    }

    #WalkerXNew .icon {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 10px;
    }

    #WalkerXNew .icon img {
        filter: none;
    }

    #WalkerXNew .proText {
        text-align: center;
    }

    #WalkerXbuilder {
        padding-bottom: 45%;
        background: #fff;
    }

    #WalkerXbuilder .proText {
        width: 86%;
        margin: auto;
    }

    #WalkerXbuilder .inner {
        width: 100%;
    }

    #WalkerXbuilder .pic {
        width: 100%;
    }

    #WalkerXVideo .icon {
        margin: auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #WalkerXVideo .expo {
        width: 250px;
        margin: auto;
    }

    #WalkerXVideo .proText {
        text-align: center;
    }

    #WalkerXVideo .btn {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    #WalkerXVideo .info {
        height: 100%;
    }

    #Research .proText .title {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #Research .proText .title em {
        margin-top: 10px;
    }

    #Recognition .proText {
        width: 100%;

    }

    #Recognition {
        padding-bottom: 0;
        padding-top: 8%;
        background: #f5f6f6;
    }

    #Recognition .Real-Img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 85%;
        left: 0;
        margin: auto;
        margin-top: 5%;
    }

    #Humanoid .inner,
    #Flexible .inner,
    #Modulation .inner,
    #Hand-eye .inner,
    #Avoidance .inner,
    #Control .inner,
    #Service .inner,
    #Research .inner,
    #WalkerXbuilder .inner,
    #WalkerXNew .info {
        top: 30px;
        left: 0;
        right: 0;
        transform: none;
        margin: auto;
        position: absolute;
    }


    #Humanoid .inner .proText,
    #Flexible .inner .proText,
    #Modulation .inner .proText,
    #Hand-eye .inner .proText,
    #Avoidance .inner .proText {
        text-align: center;
    }

    #Full-body {
        padding: 6% 0 6%;
        background: #f5f6f9;
    }

    #Full-body .Real-Img {
        position: relative;
        right: 0;
        left: 0;
        margin: auto;
    }

    #Robot {
        margin-top: 0;
    }

    .Multimodal-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #Control .Real-Img {
        right: 0;
        bottom: 0;
        width: 95%;
    }

    #Robot .whbox .itme:not(:last-child) {
        padding-right: 5px;
    }

    #Robot .whbox .itme {
        padding-bottom: 5px;
    }

    #Robot .whbox {
        padding-right: 0;
        display: flex;
    }

    #Business .Real-Img {
        right: 0;
        left: 0;
        width: 90%;
        margin: auto;
    }
}




/* WalkerH2 */

.WalkerH2 .btxt .txt img {
    width: 70%;
    margin: 20px auto;
}

.WalkerH2 .btns .btn .icon-play {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-play2.png);
}

.WalkerH2 .btns .btn .icon-contact {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-contact2.png);
}

.WalkerH2 .pbanner1 .btxt .txt {
    color: #333;
}


#Walkerh2er ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

#Walkerh2er ul li {
    width: 16%;
    text-align: center;
}

#Walkerh2er ul li img {
    max-width: 100px;
    margin-bottom: 20px;
    width: 100%;
}

#Walkerh2er ul li:not(:last-child) {
    margin-right: 5%;
}

#Walkerh2er {
    padding: 5% 0;
}

#Walkerh2san {
    position: relative;
}

#Walkerh2san .bann img {
    width: 100%;
}

#Walkerh2san .inner {
    position: absolute;
    top: 30%;
    left: auto;
    /* transform: translate(-50%, -50%); */
    width: 90%;
    max-width: 50%;
    right: 0;
    padding: 0 5%;
}


#Walkerh2san .inner .div .pa {
    color: #232323;
    font: 700 42px/1.25em 'liangzihuohuaHLight';
    margin-bottom: 2%;
}

#Walkerh2san .inner .div .pb {
    font: 400 26px/1.25em 'liangzihuohuaHLight';
}

#Walkerh2san .inner .div:not(:last-child) {
    margin-bottom: 5%;
}

.Walkerh2si .inner {
    left: 0 !important;
    right: auto !important;
}

section#Walkerh2canshu {
    padding: 5% 0;
    background: #f0f0f0;
}

#Walkerh2canshu table tr:last-child td {
    background: none;
}

.xiongmao {
    position: relative;
}

.xiongmao .btxt {
    top: auto;
    bottom: 5%;
}

.xiongmao .btxt .txt {
    text-align: left;
}

.xiongmao .txt {
    max-width: 650px;
}

.WalkerH2 .pbanner1 .btxt .txt .btns .btn {
    margin-left: 0;
}

.WalkerH2 .pbanner1 .btxt .txt .btns .p {
    font-weight: 100px !important;
}

.xiongmao .btxt .txt .p {
    font-size: 26px;
    font-family: 'liangzihuohuaHLight';
    margin-bottom: 20px;
}





/*Floor003065 */
.Floor003065 {
    margin: 0;
    font-size: 16px;
}

@media(min-width:769px) and (max-width:1024px) {
    .Floor003065 {
        font-size: 1.5vw;
    }
}

@media(max-width:640px) {
    .Floor003065 {
        font-size: 3.5vw;
    }
}

.Floor003065 .auto {
    max-width: 100%;
}

.Floor003065 .txt-info {
    position: relative;
}

@media(min-width:769px) {
    .Floor003065 .txt-info {
        padding-left: 2.76vw;
    }

    .Floor003065 .ytable-cell {
        width: 100%;
        vertical-align: top;
    }
}

@media(max-width:768px) {

    .Floor003065 .ytable,
    .Floor003065 .ytable-cell {
        display: block;
    }
}

.Floor003065 .video .pic {
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    background: #000;
    margin-bottom: 0;
}

.Floor003065 .video .pic img {
    opacity: 0.5;
}

.Floor003065 .video .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.Floor003065 .video .play:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: url("https://dwebsite.ubtrobot.com/cn/images/anniu.png") no-repeat center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-size: contain;
}

.Floor003065 .video .pic video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

.xiongmao .txt {
    color: #fff !important;
}


#xiongmaosan {
    position: relative;
}

#xiongmaosan .inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    /* max-width: 600px; */
    width: 90%;
}

#xiongmaosan .inner .pa {
    font: 700 42px/1.25em 'liangzihuohuaHLight';
}

#xiongmaosan .inner .pb {
    font: 400 20px/1.5em 'liangzihuohuaHLight';
    margin-top: 20px;
    margin-bottom: 20px;
}

#xiongmaosan .inner .pcc {
    font: 100 20px/1.25em 'liangzihuohuaHLight';
}

#xiongmaosan .inner .tie {
    max-width: 550px;
}

.xiongmaolie {
    background-image: none !important;
}


.xiongmaoliu {
    position: relative;
}

.xiongmaoliu .inner {
    position: absolute;
    top: 5%;
    left: auto;
    max-width: 500px;
    width: 90%;
    right: 2%;
}

.xiongmaoliu .inner p,
.xiongmaoliu .inner h2 {
    color: #fff;
}

.xiongmaoliu .name {
    font-size: 18px;
}





section#xiongmaoqi {
    margin: 5% 0;
}

section#xiongmaoqi .woa .inner img {
    width: 100%;
    border-radius: 20px;
}

section#xiongmaoqi .woa .inner .diw {
    text-align: center;
    margin: 5% auto;
    width: 90%;
}

section#xiongmaoqi .woa .inner .diw .pa {
    font: 700 50px/1.25em 'liangzihuohuaHLight';
    margin-bottom: 2%;
}

section#xiongmaoqi .woa .inner .diw .pb {
    font: 400 18px/1.5em 'liangzihuohuaHLight';
}

#xiongmaoba .woa .div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#xiongmaoba .woa .div .img {
    width: 66%;
}

#xiongmaoba .woa .div .rig {
    width: 30%;
    margin-left: 4%;
}


#xiongmaoba .woa .div .rig .pa {
    font: 700 50px/1.25em 'liangzihuohuaHLight';
    margin-bottom: 20px;
}

#xiongmaoba .woa .div .rig .pb {
    font: 400 20px/1.5em 'liangzihuohuaHLight';
    color: #333333;
}


#xiongmaoba .woa:nth-child(2) .rig {
    margin-right: 4%;
    margin-left: 0;
}

#xiongmaoba .woa:nth-child(2) {
    margin-top: 8%;
}

#xiongmaoba {
    padding: 7% 0;
    background: #f0f2f7;
}


#Walkerh2canshu .WalkerXMeta {
    margin-top: 30px;
}

@media(max-width:640px) {
    .Floor003065 .video .play:before {
        width: 20vw;
        height: 20vw;
    }
}

@media screen and (max-width: 768px) {
    #xiongmaoba {
        padding: 0;
    }

    #xiongmaoba .woa {
        width: 100%;
        position: relative;
    }

    #xiongmaoba .woa .div .rig .pa {
        margin-bottom: 10px;
        font-size: 20px;
    }

    #xiongmaoba .woa:nth-child(2) {
        margin-top: 0;
    }

    .xiongmao .pbanner1 .btxt .txt {
        text-align: center;
    }

    .xiongmao .pbanner1 .btxt .txt .btns .btn:not(:last-child) {
        margin-right: 10%;
    }

    .xiongmao .btxt .txt img {
        filter: grayscale(100%) brightness(300%);
    }

    section#Walkerh2er ul li img {
        margin-bottom: 20px;
        max-width: 50px;
    }

    section#Walkerh2er ul li:not(:last-child) {
        margin-right: 0;
    }

    section#Walkerh2er ul li {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
    }

    section#Walkerh2er ul li img {
        margin-right: 10px;
    }

    section#Walkerh2er ul li .pa {
        text-align: left;
    }

    #Walkerh2san .inner {
        top: 30px;
        width: 100%;
        max-width: 100%;
        right: 0;
        margin: auto;
        left: 0;
    }

    #Walkerh2san .inner .div .pa {
        font-size: 20px;
    }

    #Walkerh2san .inner .div .pb {
        font-size: 14px;
        line-height: 1.5;
    }

    #Walkerh2san .inner .div {
        text-align: center;
    }

    .WalkerH2 .pbanner1 .btxt .txt {
        color: #fff;
    }

    #xiongmaosan .inner .pcc {
        font-size: 14px;
        line-height: 1.8;
    }

    #xiongmaosan .inner .pb {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #xiongmaosan .inner .pa {
        font-size: 20px;
    }

    #xiongmaosan .inner {
        top: auto;
        left: 0;
        transform: none;
        bottom: 30px;
        right: 0;
    }

    .xiongmaoliu .name {
        font-size: 14px;
    }

    .xiongmaoliu .inner .WalkerXPList {
        bottom: 10%;
        position: absolute;
    }

    .xiongmaoliu .inner {
        left: 0;
        right: 0;
        margin: auto;
        height: 90%;
        bottom: 0;
    }

    section#xiongmaoqi {
        margin: 0;
    }

    #xiongmaoqi .woa {
        width: 100%;
        position: relative;
        color: #fff;
    }

    #xiongmaoqi .woa .inner {
        position: absolute;
        bottom: auto;
        top: 0;
    }

    #xiongmaoqi .woa:nth-child(1) .inner .diw {
        color: #333;
        text-align: left;
    }

    #xiongmaoqi .woa .inner .pa {
        font-size: 20px !important;
    }

    section#xiongmaoqi .woa .inner .diw .pb {
        font-size: 14px;
    }

    #xiongmaoqi .woa:nth-child(2) .inner {
        width: 100%;
    }

    #xiongmaoba .woa .div {
        align-items: center;
        position: absolute;
        width: 100%;
        top: 30px;
        justify-content: center;
    }

    #xiongmaoba .woa .div .rig {
        width: 90%;
        margin-left: 0;
        color: #fff;
        text-align: center;
    }

    #xiongmaoba .woa .div .rig .pb {
        color: #fff;
    }

    #xiongmaoba .woa .div .rig .pb {
        font-size: 14px;
    }
}


#xuni1 {
    position: relative;
}

#xuni1 .inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#xuni1 .inner .div {
    max-width: 800px;
}

#xuni1 .inner .div .pa {
    font: 500 32px/1.5em 'liangzihuohuaHLight';
}

#xuni1 .inner .div .pb {
    font: 700 85px/1.5em 'liangzihuohuaHLight';
    margin: 20px 0;
}

#xuni1 .inner .div .pcc {
    font: 500 25px/1.3em 'liangzihuohuaHLight';
}

@media screen and (max-width: 768px) {
    #xuni1 .inner .div .pb {
        margin: 10px 0;
        font-size: 25px;
    }

    #xuni1 .inner .div .pcc {
        font-size: 14px;
        margin-top: 15px;
    }

    #xuni1 .inner .div .pb {
        display: none;
    }

    #xuni1 .inner .div .pa {
        font-size: 20px;
    }

    #xuni1 .inner .div {
        text-align: center;
    }

    #xuni1 .inner {
        top: 30px;
        right: 0;
        left: 0;
        margin: auto;
        transform: none;
    }
}


main.xnfz .protitle {
    text-align: center;
}

main.xnfz .protitle {
    text-align: center;
}

#xuni2 {
    padding: 5% 0;
}

#xuni2 .inner .protitle {
    margin-bottom: 3%;
}

#xuni2 .inner img {
    width: 100%;
}

#xuni3 {
    padding: 5% 0;
    background: #f5f5f7;
}

#xuni3 ul {
    display: flex;
    flex-wrap: wrap;
}

#xuni3 ul li img {
    width: 100%;
}

#xuni3 ul li {
    width: 49%;
    margin-bottom: 2%;
    text-align: center;
}

#xuni3 ul li:not(:nth-child(2n)) {
    margin-right: 2%;
}

#xuni3 ul li .pa {
    font-size: 26px;
    color: #000000;
    margin: 10px 0;
}

.xner ul li {
    display: flex;
    align-items: center;
}

.xner ul li .des .pa {
    font-size: 23px;
    font-weight: bold;
}

.xner .pic {
    bottom: 10% !important;
    right: 12% !important;
}

.xner .pic img {
    max-width: 80%;
}

.xner ul li .des {
    padding-left: 20px;
}

#xndi {
    padding: 5% 0;
}

#xndi .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#xndi .inner .right {
    width: 60%;
}

#xndi .inner .left {
    width: 35%;
    margin-right: 5%;
}

#xndi .inner .left .pa {
    color: #232323;
    font-size: 26px;
    line-height: 1.5;
}

#xndi .inner .left .pb {
    line-height: 1.5;
    margin-top: 20px;
    font-size: 18px;
    color: #232323;
}

#xndi .inner .right img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #xndi .inner .right {
        width: 100%;
        margin-bottom: 20px;
    }

    #xndi .inner .left {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    #xndi .inner .left .pa {
        font-size: 20px;
    }

    #xndi .inner .left .pb {
        margin-top: 10px;
        font-size: 16px;
    }

    .xner .pic {
        right: 0 !important;
    }

    .xner .pic img {
        margin: auto;
    }

    .xner .icon img {
        max-width: 50px !important;
    }

    .xner ul li {
        flex-wrap: wrap;
        width: 33.3%;
    }

    .xner ul li .des .pa {
        font-size: 16px;
    }

    .xner ul li .des {
        padding-left: 0;
    }

    .xner ul {
        align-items: flex-start;
        margin-top: 20px;
    }

    #xuni3 ul li .pa {
        font-size: 14px;
        margin: 0;
    }

    #xuni3 ul li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    #xuni3 ul li {
        width: 100%;
    }


    .xni ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .xni ul li {
        width: 31.3% !important;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center !important;
        margin-bottom: 5%;
    }

    .xni ul li:not(:nth-child(3n)) {
        margin-right: 2% !important;
    }

    .xni ul li .pa {
        font-size: 14px;
        text-align: center !important;
    }
}




.yycj .btns {
    margin-top: 9%;
}

.yycj .btns .btn {
    margin-left: 0;
}

.yycj .btns .btn .icon-contact {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/yy2.png);
}

.yycj .pb {
    font-size: 50px !important;
}

.yycj .pb {
    display: block !important;
    margin: 0 !important;
    font-size: 25px !important;
}


#yycj1 {
    position: relative;
    margin-top: -6px;
    font-family: 'liangzihuohuaHLight';
}

#yycj1 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 90% !important; */
    max-width: 1500px;
}

#yycj1 .inner .protitle {
    /* font-weight: 300; */
    /* font-family: 'liangzihuohuaHLight'; */
}

#yycj1 .inner .protitle2 {
    text-align: center;
    /* font-family: 'liangzihuohuaHLight'; */
    font-size: 26px;
    color: #232323;
}

#yycj1 .inner .div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5%;
}

#yycj1 .inner .div .uiw {
    position: relative;
    width: 20%;
    box-shadow: 0 0 20px 0px #cbcbcb;
    padding: 1% 1%;
}

#yycj1 .inner .div .uiw .fen {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

#yycj1 .inner .div .uiw .fen .kuang {
    /* display: flex; */
}

img {}

#yycj1 .inner .div .uiw .fen .pa {
    font-size: 25px;
    color: #232323;
}

p.pa {}

#yycj1 .inner .div .uiw .fen .pb {
    font-size: 24px;
    color: #232323;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 10px;
}

#yycj1 .inner .div .uiw:not(:last-child) {
    margin-right: 10%;
}

#yycj1 .inner .div .uiw:not(:last-child):before {
    content: '';
    position: absolute;
    width: 67px;
    height: 59px;
    right: -35%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://dwebsite.ubtrobot.com/cn/images/yyjian.png) no-repeat center;
    background-size: cover;
}

#yycj1 .inner .div .uiw:nth-child(2) {
    width: 15%;
}

@media screen and (max-width: 768px) {
    #yycj1 .inner .div .uiw:not(:last-child) {
        margin-right: 0;
    }

    #yycj1 .inner .div .uiw {
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding: 3%;
        box-sizing: border-box;
    }

    #yycj1 .inner .div .uiw .fen .kuang img {
        max-width: 50px;
    }

    #yycj1 .inner .div .uiw .fen .pa {
        font-size: 20px;
    }

    #yycj1 .inner .div .uiw .fen .pb {
        font-size: 14px;
        margin-top: 5px;
    }

    #yycj1 .inner .div .uiw .fen {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }

    #yycj1 .inner .protitle {
        font-size: 20px;
    }

    #yycj1 .inner .protitle2 {
        font-size: 16px;
    }

    #yycj1 {
        background: url(https://dwebsite.ubtrobot.com/cn/images/yy07mo.jpg)no-repeat center;
        padding: 10% 0;
        background-size: cover;
    }

    #yycj1 .inner {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        bottom: 0;
        margin: auto;
    }

    #yycj1 .inner .div .uiw:not(:last-child) {
        margin-bottom: 20%;
    }

    #yycj1 .inner .div .uiw:not(:last-child):before {
        right: 0;
        top: auto;
        bottom: -40%;
        margin: auto;
        background-size: 35px;
        left: 0;
        transform: rotate(90deg);
    }
}

.yycj2 ul li {
    width: 12.5% !important;
}

.yycj3 {}

.yycj3 .intro {
    font-size: 18px;
    line-height: 1.8;
}

.yycj3 .list-ol {
    display: flex;
}

.yycj3 .list-ol .icon-box .pic span {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #fff !important;
}

.yycj3 .list-ol .icon-box .wenz {
    color: #fff !important;
    font-size: 18px;
    line-height: 1.8;
}

#yycj4 {
    padding: 5% 0;
}

#yycj4 h2 {
    text-align: center;
    margin-bottom: 5%;
    font: 700 42px/1.25em 'liangzihuohuaHLight';
}

#yycj4 ul {
    display: flex;
    flex-wrap: wrap;
}

#yycj4 ul li {
    width: 22.7%;
    position: relative;
    background: #f5f5f7;
    border-radius: 10px;
    font: initial;
    font-family: 'liangzihuohuaHLight';
    padding-bottom: 20px;
}


#yycj4 ul li .img img {
    width: 100%;
}

#yycj4 ul li .wenzi {
    position: relative;
    /* bottom: 2%; */
    /* width: 100%; */
    /* top: -60%; */
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -79%;
}

#yycj4 ul li .wenzi .pa {
    font-size: 26px;
    color: #232323;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 20px;
}

#yycj4 ul li:not(:last-child) {
    margin-right: 3%;
}

@media only screen and (max-width: 769px) {
    .yycj2 ul li {
        width: 31.3% !important;
    }

    .yycj3 .intro {
        font-size: 14px;
    }

    .yycj3 h2 {
        color: #fff !important;
    }

    .yycj3 .list-ol .icon-box .wenz {
        font-size: 14px;
        line-height: 1.5;
    }

    #yycj4 h2 {
        font-size: 20px;
    }

    #yycj4 ul li:not(:last-child) {
        margin-right: 0;
    }

    #yycj4 ul li {
        width: 100%;
    }

    #yycj4 ul li .wenzi {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #yycj4 ul li {
        background: transparent;

    }

    #yycj4 ul li .wenzi .pb {
        display: none;
    }

    #yycj4 ul li .wenzi .pa {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}



.yycj5 .proText .title {
    display: flex;
    justify-content: flex-start;
    max-width: 720px;
    color: #fff;
}

.yycj5 .intro {
    padding-top: 2%;
    max-width: 700px;
    color: #fff;
    margin: 0;
    text-align: left;
    max-width: 720px;
    margin: 0 !important;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .yycj5 .intro {
        text-align: center;
    }
}

.yycj6 {
    margin-top: -6px;
}

.yycj6 .inner h2,
.yycj6 .inner div {
    color: #232323 !important;
}

.yycj6 .inner h2 {
    font-size: 50px;
}

.yycj6 .inner div {
    font-size: 20px !important;
    line-height: 1.5;
    max-width: 1200px;
}

.yycj6 .inner .proText {
    width: 60% !important;
}

@media screen and (max-width: 768px) {
    .yycj6 .inner h2 {
        font-size: 20px;
    }

    .yycj6 .inner .proText {
        width: 100% !important;
    }

    .yycj6 .inner div {
        font-size: 14px !important;
    }

    .yycj6 .inner .proText {
        text-align: center;
    }
}

.yycj7 .protitle2 {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5%;
}

.yycj7 .protitle {
    margin-bottom: 2%;
}

.yycj7 .item {
    padding: 0;
}

.yycj7 .item .img {
    padding: 0 45px;
}

@media screen and (max-width: 768px) {
    .yycj7 .protitle2 {
        font-size: 14px;
    }

    .yycj7 .item .img {
        padding: 0 10px;
    }
}


.yycj8 .proText {
    max-width: 600px;
}

.yycj8 .proText p {
    font-size: 20px;
    line-height: 1.5;
}

.yyys {
    font-family: 'liangzihuohuaHLight';
}


.yycj9 .slickTab {
    display: none;
}

.yycj9 .slickBox .text {
    display: block;
}

.yycj9 .slickBox .bg {
    padding-bottom: 55.998755%;
}

.yycj9 {
    background: #fff !important;
}

.yycj9 .slickBox .intro {
    font-size: 20px !important;
    line-height: 1.5;
}

.yycj9 .slickMenu .dots button {
    background-color: #c1c3cd;
}

.yycj9 .slickMenu .dots .slick-active button {
    width: 13px;
    background-color: #43aaf4;
}

.yycj9 .playBtn {
    margin: 0;
    color: #fff;
    background: #43aaf4;
    margin-top: 12%;
}

.yycj9 .playBtn .icon-play {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/yysp.png);
}


@media screen and (max-width: 768px) {
    .yycj9 .slickBox .intro {
        font-size: 14px !important;
    }

    .yycj9 .slickBox .text {
        text-align: center;
    }

    .yycj9 {
        background: #ededed;
    }
}



.gyyx1 .txt {
    margin: auto;
    margin-left: auto !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.gyyx1 .txt .logo {
    width: auto;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
}

.gyyx1 .btxt {
    top: 0;
    height: 80%;
    transform: none;
    bottom: 0;
    margin: auto;
}

.gyyx1 .txt .wpp {
    width: 100%;
}

.gyyx1 .txt .p {
    font-size: calc(60 / 1920 * 100vw) !important;
    width: 100%;
    margin-bottom: 20px !important;
}

.gyyx1 .btxt .w1400 {
    height: 100%;
}

.gyyx1 .txt .t1 {
    width: 100%;
}

.gyyx1 .txt .btns {
    width: 100%;
}

.gyyx1 .txt .btns .icon-contact {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-contact2.png);
}

.gyyx2 .wpp {
    color: #fff;
}

.gyyx2 .icon-play {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/icon-play2.png);
}

.gyyx2 .txt .t1 span:not(:last-child) {
    margin-right: 4%;
}

.gyyx3 .wpp {
    color: #333333;
}

@media screen and (max-width: 768px) {
    .gyyx1 .txt .p {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .gyyx1 .pbanner .btxt .txt .t1 {
        font-size: 16px;
    }

    .gyyx1 .txt .logo {
        margin-bottom: 10px;
        max-width: 150px;
    }

    .gyyx1 .txt .btns .icon-contact {
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/gy1.png);
    }

    .gyyx2 .txt {
        align-content: flex-start;
    }

    .gyyx2 .txt .btns {
        margin-top: 20px;
    }

    .gyyx1 .btxt .txt .t1 {
        font-size: 16px;
    }

    .gyyx2 .txt .btns .icon-contact {
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/gy2.png);
    }
}



.gyyx4 .txt {
    margin: auto !important;
    background: #71cfe9d9;
    border-radius: 50px;
    color: #fff;
    /* padding: 0% !important; */
    line-height: 1.8 !important;
}

.gyyx4 .txt .p {
    text-shadow: 2px 3px 1px #00000052;
}

@media screen and (max-width: 768px) {
    .gyyx4 .txt {
        background: transparent;
        color: #333333;
        line-height: 1.5 !important;
    }

    .gyyx4 .txt .p {
        text-shadow: none;
    }
}

.gyyx5 {
    padding: 5% 0;
}

.gyyx5 .btxt {
    position: relative;
    top: 0;
    transform: none;
}

.gyyx5 .txt {
    margin-left: auto !important;
    margin-bottom: 5%;
}

.gyyx5 .txt .p {
    margin-bottom: 20px !important;
}

.gyyx5 ul {
    display: flex;
    flex-wrap: wrap;
}

.gyyx5 ul li {
    text-align: center;
    width: 31.3%;
}

.gyyx5 ul li:not(:last-child) {
    margin-right: 3%;
}

.gyyx5 ul li .pa {
    font-size: 26px;
    color: #333333;
    margin: 6% 0;
}



@media screen and (max-width: 768px) {
    .gyyx5 ul li:not(:last-child) {
        margin-right: 0;
    }

    .gyyx5 ul li {
        width: 100%;
    }

    .gyyx5 ul li .pa {
        font-size: 16px;
        margin: 10px 0;
        margin-bottom: 30px;
    }

    .gyyx5 .btxt .txt .t1 {
        font-size: 16px;
    }
}

.gyyx6 {
    background: url(https://dwebsite.ubtrobot.com/cn/images/gt9.jpg) no-repeat;
    padding: 5% 0;
    background-size: cover;
}

.gyyx6 .btxt {
    position: relative;
    top: 0;
    transform: none;
    color: #fff;
}

.gyyx6 .btxt .txt {
    margin-left: auto !important;
    margin-bottom: 5%;
}

.gyyx6 .txt .p {
    margin-bottom: 20px !important;
}

.gyyx6 .wo {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.gyyx6 .wo .div {
    width: 30%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.gyyx6 .wo .div:not(:last-child) {
    margin-right: 5%;
}

.gyyx6 .wo .div .pwo {
    padding: 20px;
}

.gyyx6 .wo .div .pwo .pa {
    font-size: calc(45 / 1920 * 100vw);
    color: #43c7e7;
    font-style: oblique;
    font-weight: bold;
    line-height: 1.5;
}

.gyyx6 .wo .div .pb {
    font-size: calc(26 / 1920 * 100vw);
    color: #333333;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .gyyx6 {
        background: url(https://dwebsite.ubtrobot.com/cn/images/gt9mo.jpg) no-repeat;
    }

    .gyyx6 .btxt .txt .t1 {
        font-size: 16px;
    }

    .gyyx6 .wo .div:not(:last-child) {
        margin-right: 0;
    }

    .gyyx6 .wo .div {
        width: 100%;
        margin-top: 30px;
        background: transparent;
    }

    .gyyx6 .wo .div {
        border-radius: 5px;
    }

    .gyyx6 .wo .div .pwo .pa {
        font-size: 20px;
    }

    .gyyx6 .wo .div .pb {
        font-size: 16px;
        color: #fff;
    }

}


.jjfa1 .btxt .txt {
    color: #fff;
    text-align: left;
}

.jjfa1 .btxt .txt .t2 {
    font-size: calc(83 / 1920 * 100vw);
}

.jjfa1 .btxt .txt .t1 {
    /* letter-spacing: 20px; */
}


@media screen and (max-width: 768px) {
    .jjfa1 .btxt .txt .t1 {
        letter-spacing: 5px;
    }

    .jjfa1 .btxt .txt .t2 {
        font-size: 30px;
    }
}


.jjfa2 ul img {
    width: auto;
}

.jjbt .txt {
    margin: auto;
    margin-left: auto !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}


.jjbt .txt .p {
    font-size: calc(50 / 1920 * 100vw) !important;
    width: 100%;
    margin-bottom: 30px !important;
}

.jjbt .txt .t1 {
    font-size: calc(30 / 1920 * 100vw);
    margin-bottom: 10px;
    font-family: "liangzihuohuaHLightRegular";
    line-height: 1.5;
}

.jjfa2 .t1 {
    font-size: calc(25 / 1920 * 100vw) !important;
}


.jjfa2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
    padding: 0 5%;
}


.jjbt .btxt {
    top: 8%;
    transform: none;
}


.jjfa2 ul li {
    text-align: center;
    display: flex;
    width: 27.3%;
    align-items: flex-start;

}

.jjfa2 ul li:not(:last-child) {
    margin-right: 8%;

}

.jjfa2 ul li .img {
    width: 24%;
    margin-top: 6px;
}

.jjfa2 ul li .pw {
    width: 76%;
    font-size: 26px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
}

.jjfa2 ul li .pw span {
    font-size: 20px;
    font-weight: 100;
    display: block;
}

.jjfa2 ul li .img img {
    width: auto;
    max-width: 55px;
}

@media screen and (max-width: 768px) {
    .jjbt .txt .p {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }

    .jjbt .txt .t1 {
        font-size: 14px !important;
    }

    .jjfa2 ul li {
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
    }



    .jjfa2 ul li:not(:last-child) {
        margin-right: 0%;
    }

    .jjfa2 ul li .pw {
        font-size: 16px;
    }

    .jjfa2 ul li .img {
        width: 16%;
        margin-bottom: 5px;
    }

    .jjfa2 ul li .pw {
        width: 84%;
    }

    .jjfa2 ul li .img img {
        width: 30px;
        margin: auto;
    }

    .jjfa2 ul li .pw span {
        font-size: 14px;
    }

    .jjfa2 {
        background: url(https://dwebsite.ubtrobot.com/cn/images/jj2mo.jpg) no-repeat;
        padding: 5% 0;
        background-size: cover;
    }

    .jjfa4 {
        background: url(https://dwebsite.ubtrobot.com/cn/images/zjj9mo.jpg) no-repeat;
        padding: 5% 0;
        background-size: cover;
    }

    .jjfa2 .btxt,
    .jjfa4 .btxt {
        position: relative;
    }
}

.jjfa3 img {
    width: auto;
}


.jjfa3 .btxt {
    position: relative;
    top: 0;
    transform: none;
}


.jjfa3 {
    padding: 5% 0;
}

.jjfa3 .txt {
    display: flex;
    justify-content: center;
}

.jjfa3 .txt .p {
    text-align: center;
}

.jjfa3 ul {
    display: flex;
    flex-wrap: wrap;
}

.jjfa3 ul li {
    position: relative;
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
}

.jjfa3 ul li .diw {
    top: 8%;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jjfa3 ul li .diw .pa {
    font-size: calc(55 / 1920 * 100vw);
    color: #43aaf4;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 10px;
}

.jjfa3 ul li:not(:last-child) {
    margin-right: 2%;
}


@media screen and (max-width: 768px) {
    .jjfa3 ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .jjfa3 ul li {
        width: 100%;
    }

    .jjfa3 ul li .diw .pa {
        font-size: 35px;
    }

    .jjfa3 ul li .img img {
        width: 100%;
    }

    .jjfa3 ul li .diw {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.jjfa4 img {
    width: auto;
}


.jjfa4 {}

.jjfa4 ul {
    display: flex;
    flex-wrap: wrap;
}

.jjfa4 ul li {
    text-align: center;
    width: 25%;
    text-align: center;
    margin-top: 3%;
}

.jjfa4 ul li img {
    margin: auto;
    width: 100%;
    max-width: 7vw;
}

.jjfa4 ul li .wen {
    margin-top: 10px;
}

.jjfa4 ul li .wen .pa {
    font-size: 26px;
    color: #232323;
    font-weight: 500;
    line-height: 1.5;
}

.jjfa4 ul li .wen .pb {
    font-size: 20px;
    color: #232323;
    line-height: 1.5;
}

.jjfa4 .t1 {
    font-size: 20px !important;
}

.jjbt img.pc,
.jjbt img.wap {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .jjfa4 ul li {
        width: 50%;
        align-items: center;
        display: flex;
    }

    .jjfa4 ul li img {
        max-width: 50px;
    }

    .jjfa4 ul li .wen .pa {
        font-size: 18px;
    }

    .jjfa4 ul li .wen .pb {
        font-size: 14px;
    }

    .jjfa4 ul li .wen {
        text-align: left;
    }
}


.jjfa5 {
    position: relative;
}

.jjfa5 .btxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1400px;
    /* left: 0; */
    /* right: 0; */
}

.pi {}

.jjfa5 .btxt .pi {
    font-size: 24px;
    display: inline-block;
    padding: 8px 20px;
    background: #43aaf4;
    border-radius: 50px;
    color: #fff;
}

.jjfa5 .btxt .p {
    font-size: calc(45 / 1920 * 100vw);
    width: 100%;
    line-height: 1.5;
    margin: 10px 0;
}

.jjfa5 .btxt .t1 {
    font-size: 20px;
    color: #232323;
    line-height: 2;
    margin-bottom: 5%;
}

.jjfa5 .btxt .wpp {
    max-width: 800px;
}

.jjfa5 .btxt .wpp img {
    width: 100%;
    max-width: 688px;
}

.jjfa5 .pc,
.jjfa5 .wap {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .jjfa5 .btxt {
        top: 30px;
        left: 0;
        right: 0;
        transform: none;
        margin: auto;
    }

    .jjfa5 .btxt .pi {
        font-size: 14px;
        padding: 5px 10px;
    }

    .jjfa5 .btxt .wpp {
        text-align: center;
    }

    .jjfa5 .btxt .p {
        font-size: 30px;
    }

    .jjfa5 .btxt .t1 {
        font-size: 16px;
    }
}

.jjfa6 {}

.jjfa6 .btxt {}

.jjfa6 .btxt .wpp {
    margin-left: auto;
    margin-right: 0;
    max-width: 500px;
    color: #fff;
}

.jjfa6 .btxt .wpp .t1 {
    color: #fff;
}

.jjfa6 .btxt ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: auto;
}

.jjfa6 .btxt ul li {
    text-align: center;
    width: 31%;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
}

.jjfa6 .btxt ul li img {
    max-width: 73px;
    width: 100%;
}

.jjfa6 .btxt ul li .pa {
    font-size: 26px;
    margin-top: 20px;
}

.jjfa6 .btxt ul li .pb {
    font-size: 20px;
}

.jjfa6 .btxt ul li:not(:nth-child(3n)) {
    margin-right: 3%;
}

@media screen and (max-width: 768px) {
    .jjfa6 .pi {
        background: #fff !important;
        color: #676767 !important;
    }

    .jjfa6 .btxt ul li img {
        max-width: 40px;
    }

    .jjfa6 .btxt ul li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .jjfa6 .btxt ul li .pb {
        font-size: 14px;
    }

    .jjfa6 .btxt ul li .pa {
        font-size: 16px;
    }

    .jjfa6 .btxt ul li {
        margin-bottom: 10px;
    }
}


.jjfa7 .btxt {
    top: 7%;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.jjfa7 .btxt .wpp {
    max-width: inherit;
}

@media screen and (max-width: 768px) {
    .jjfa7 .btxt {
        top: 30px;
    }

    .jjfa5 .btxt .t1 {
        line-height: 1.5;
    }
}

.jjfa8 .protitle1 {
    font-size: 20px;
    color: #232323;
    text-align: center;
    margin-bottom: 2%;
}

.jjfa8 .protitle {
    margin-bottom: 2%;
}

.jjfa8 .draggable {
    padding: 0 !important;
}

.jjfa8 .draggable .slick-slide .item {
    padding: 0 30px;

}

.jjfa8 .tit {
    margin-top: 20px !important;
}

.jjfa8 .slick-slide {
    transition: all 0.5s;
    transform: scale(0.8);
}

.jjfa8 .draggable .slick-center {
    transform: scale(1);
}

.jjfa8 .dots .on {
    background-color: #43aaf4 !important;
}

.jjfa8 .dots span {
    line-height: 1.2;
    font-size: 0;
    background: #eeeeee;
    border-radius: 50%;
}


.jjfa9 {
    position: relative;
}

.jjfa9 .leiwpc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.jjfa9 .leiwpc ul {
    display: flex;
}

.jjfa9 .leiwpc ul li {
    width: 16%;
}

.jjfa9 .leiwpc ul li img {
    width: 100%;
}

.jjfa9 .leiwpc ul li:not(:last-child) {
    margin-right: 5%;
}


.jjfa9 .btxt {
    height: 87%;
}

@media screen and (max-width: 768px) {
    .jjfa8 .slick-slide {
        transform: scale(1);
        width: 47% !important;
    }

    .jjfa8 .draggable .slick-track {
        width: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .jjfa8 .pro7 {
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }

    .jjfa8 .draggable .slick-slide .item {
        padding: 0 0px;
    }

    .jjfa8 .tit {
        margin-top: 10px !important;
        margin-bottom: 20px;
    }

    .jjfa8 .slick-slide:nth-child(2n) {
        margin-left: 5%;
    }

    .jjfa8 .dots {
        display: none !important;
    }

    .jjfa8 {
        background: #f5f5f7;
    }

    .jjfa9 .btxt {
        position: relative;
        width: 100%;
        padding-bottom: 40px;
        top: 0;
    }

    .pro72 .img img {
        width: 100%;
        padding: 5%;
    }

    .jjfa9 .btxt .w1400 {
        padding: 0;
    }

    .jjfa9 {
        background: #fff;
        padding: 5% 0;
    }

    .pro72 .dots {
        bottom: -35px;
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro72 .dots li {
        background-color: #888888;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 10px;
        margin: 0 5px;
        height: 10px;
    }

    .pro72 .dots li button {
        display: none;
    }

    .pro72 .dots li.slick-active {
        background-color: #43aaf4;
    }

    .jjfa9 .item .mow {
        font-size: 16px;
        color: #fff;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        max-width: 100px;
        padding: 2px;
        background: #43aaf4;
        border-radius: 50px;
    }

    .jjfa9 .item {
        position: relative;
    }
}


.jjfa10 {
    padding: 5% 0;
    background: #f5f5f7;
}

.jjfa10 .btxt {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    right: 0;
    margin: auto;
}

.jjfa10 .wpp {
    text-align: center;
    max-width: inherit !important;
}

.jjfa10 .btxt ul {
    display: flex;
    flex-wrap: wrap;
}

.jjfa10 .btxt ul li {
    width: 18.4%;
    margin-bottom: 2%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 13px 0px #0000003d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.jjfa10 .btxt ul li:not(:nth-child(5n)) {
    margin-right: 2%;
}

.jjfa10 .btxt ul li img {
    width: auto;
    max-width: 90%;
    max-height: 90px;
}


@media screen and (max-width: 768px) {
    .jjfa10 {
        background: #f5f5f7;
    }

    .jjfa10 .btxt ul li:not(:nth-child(5n)) {
        margin-right: 0;
    }

    .jjfa10 .btxt ul li {
        width: 30.3%;
        padding: 10px;
    }

    .jjfa10 .btxt ul li:not(:nth-child(3n)) {
        margin-right: 3%;
    }

    .jjfa10 .btxt ul li img {
        max-height: 50px;
    }
}

.jjfa12 {}

.jjfa12 .item {}

.jjfa12 .item ul {
    display: flex;
    align-items: flex-end;
}


.jjfa12 .draggable .slick-slide .item {}

.jjfa12 .slick-track {
    display: flex;
    overflow: visible;
}

.jjfa12 .item ul li img {
    width: auto;
    height: auto;
    max-height: 120px;
    max-width: 100px;
    padding: 0 20px;
}

.jjfa12 .slick-slide {
    transition: all 0.5s;
    transform: none;
}



.kangyang .jjfa12 * {
    box-sizing: inherit;
    overflow: visible;
}

.jjfa12 {
    box-sizing: inherit;
}

.jjfa12 .slick-slide {
    background: #43aaf4;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 #00000047;
    margin: 0 20px;
    position: relative;
    overflow: visible;
}

.jjfa12 .draggable .slick-slide .item {
    padding: 20px 30px;
    overflow: visible;
}

.jjfa12 .draggable .slick-slide .item .tit {
    position: absolute;
    font-size: 20px;
    width: 100%;
    text-align: center;
    bottom: -38%;
    left: 0;
}

.jjfa12 .item ul .po {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.jjfa12 .pcon {
    padding-bottom: 150px;
}

.jjfa12 .dots li.slick-active {
    background-color: #43aaf4;
}

.pro33 .dots span.on {
    background-color: #43aaf4;
}

@media screen and (max-width: 768px) {
    .jjfa12 .item ul li img {
        width: 100%;
    }

    .jjfa12 .item ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .jjfa12 .slick-slide {
        margin: 0 20px;
    }

    .jjfa12 .slick-list {
        padding: 0 !important;
    }

    .kangyang .jjfa12 * {
        box-sizing: border-box;
    }

    .jjfa12 .item ul li img {
        max-height: inherit;
        max-width: inherit;
        padding: 0 00px;
    }

    .jjfa12 .draggable .slick-slide:nth-child(1) img {
        max-height: 100px;
        max-width: 104px;
        padding: 0 20px;
    }

    .jjfa12 .draggable .slick-slide:nth-child(2) img {
        max-height: 150px;
        max-width: 150px;
        padding: 0 20px;
    }

    .jjfa12 .draggable .slick-slide:nth-child(3) img {
        max-height: 150px;
        max-width: 150px;
        padding: 0 20px;
    }

    .jjfa12 .item ul li {
        margin-bottom: 10px;
    }

    .jjfa12 .draggable .slick-slide .item {
        padding: 20px 0px;
    }

    .jjfa12 .dots {
        bottom: -19%;
    }
}


.ypt1 {}

.ypt1 .pa {
    font-size: calc(83 / 1920 * 100vw) !important;
}

.ypt1 .pb {
    font-size: calc(38 / 1920 * 100vw) !important;
    color: #323232;
    font-weight: 400 !important;
}

.ypt1 .btns .btn .icon {
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/gy2.png);
}

@media screen and (max-width: 768px) {
    .ypt1 .pa {
        font-size: 40px !important;
    }

    .ypt1 .pb {
        font-size: 16px !important;
    }

    .ypt1 .btns {
        margin-top: 9%;
        text-align: center;
    }
}

.ypt2 {
    margin-top: -5px;
    position: relative;
}

.ypt2 .inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
    max-width: 1400px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}


.ypt2 .inner .pa {
    font-size: calc(60 / 1920 * 100vw);
    font-weight: bold;
    margin-bottom: 20px;
}

.ypt2 .inner .pb {
    font-size: calc(26 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
    .ypt2 .inner .pa {
        font-size: 40px;
    }

    .ypt2 .inner .pb {
        font-size: 16px;
    }
}


.ypt3 .img img {
    width: 100%;
}

.ypt5 {
    position: relative;
    padding: 0 !important;
}

.ypt5 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* z-index: 99999; */
    color: #fff;
}

.ypt5 .inner ul {
    display: flex;
    justify-content: center;
}

.ypt5 .inner ul li {
    margin-bottom: 5%;
}


.ypt5 .img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ypt5 .inner ul li {
        margin-bottom: 2%;
        width: 20% !important;
    }

    .ypt5 .inner ul li img {
        margin: auto;
        margin-bottom: 5px !important;
    }
}

.ypt6 {
    padding: 5% 0;
}

.ypt6 .divs {
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    display: inline-block;
}

.ypt6 .divs .wen {
    width: 30%;
    float: left;
    display: block;
    height: 100%;
    flex-wrap: wrap;
    line-height: 1.8;
    margin-top: 5%;
    padding-right: 5%;
}

.ypt6 .divs .ii {
    width: 65%;
    float: right;
}

.ypt6 .divs .wen .pa {
    width: 100%;
    font-size: calc(40 / 1920 * 100vw);
    color: #333333;
}

.ypt6 .divs .wen .pb {
    width: 100%;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

.ypt6 .divs .ii img {
    width: 100%;
}

.ypt6 .divs:nth-child(2n) {
    margin: 9% 0;
}

.ypt6 .divs:nth-child(2n) .wen {
    padding-left: 5%;
    float: right;
    padding-right: 0;
}

.ypt6 .divs:nth-child(2n) .ii {
    float: left;
}

.ypt6 .divs .wen .pcs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ypt6 .divs .wen .pcs .sp {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .ypt6 .divs .wen {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ypt6 .divs .ii {
        width: 100%;
    }

    .ypt6 .divs .wen .pa {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    .ypt6 .divs .wen .pb {
        font-size: 16px;
        margin-top: 0;
    }
}


.ypt7 {
    position: relative;
    padding: 5% 0;
}

.ypt7 .w1400 {
    width: 90%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.ypt7 .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ypt7 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ypt7 .w1400 ul {
    display: flex;
    flex-wrap: wrap;
}

.ypt7 .w1400 ul li {
    width: 23.3%;
    background: #54b1f4;
    box-shadow: 0 0 12px 0 #00000045;
    border-radius: 10px;
    padding: 3% 4%;
    text-align: center;
    color: #fff;
    margin-top: 3%;
    line-height: 1.5;
    min-height: 263px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.ypt7 .w1400 ul li .pa {
    font-size: 26px;
}

.ypt7 .w1400 ul li .pb {
    font-size: 16px;
    margin-top: 20px;
}

.ypt7 .w1400 ul li:not(:nth-child(3n)) {
    margin-right: 3%;
}

.ypt7 .img img {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .ypt7 .img img {
        display: none !important;
    }

    .ypt7 {
        padding: 5% 0;
        background: url(https://dwebsite.ubtrobot.com/cn/images/zpp8mo.jpg) no-repeat;
    }

    .ypt7 .w1400 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .ypt7 .w1400 ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .ypt7 .w1400 ul li:not(:nth-child(2n)) {
        margin-right: 3%;
    }

    .ypt7 .w1400 ul li {
        width: 40%;
    }

    .ypt7 .w1400 ul li .pa {
        font-size: 20px;
    }

    .ypt7 .w1400 ul li .pb {
        font-size: 14px;
        margin-top: 10px;
    }
}



.wlikerxpin1 .list .pc li {
    display: flex;
    align-items: center;
    text-align: left;
}

.wlikerxpin1 .list .pc li .name {
    text-align: left;
}

.wlikerxpin1 .list .pc li .icon {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

#WalkerXStructured .data li p {
    font-size: 26px;
}

.WalkerXPList li .name {
    font-size: 24px;
    line-height: 1.5;
}

#WalkerXComplex .proText p,
#WalkerXComplex .proText {
    color: #fff;
}

#WalkerXControl {

    padding: 15.9375% 0 8.51041667%;
}

@media screen and (max-width: 768px) {

    .walkerxxin .intro,
    #WalkerXStructured .data li p,
    .WalkerXPList li .name {
        font-size: 14px;
    }

    #WalkerXComplex .proText p,
    #WalkerXPerception .title,
    #WalkerXPerception .intro {
        color: #333;
    }

    #WalkerXMult li {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    #WalkerXMult li .name {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
    }
}


.ukbanner {
    position: relative;
}

.ukbanner .banimg img {
    width: 100%;
}


.ukbanner .left {
    max-width: 750px;
    color: #fff;
    line-height: 1.5;
    font-family: 'liangzihuohuaHLightBold';
}

.ulitpa {
    font-size: calc(72 / 1920 * 100vw);
}

.ulitpb {
    font-size: calc(48 / 1920 * 100vw);
    font-family: 'liangzihuohuaHLightBold';
}

.ulitpbb {
    font-size: calc(48 / 1920 * 100vw);
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.5;
}

.ulitpcc {
    font-size: calc(24 / 1920 * 100vw);
    font-family: 'liangzihuohuaHLight';
    margin-top: 3%;
    line-height: 2;
}

.ukbanner .auto.w1400 {
    position: absolute;
    width: 90%;
    max-width: 1400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .ukbanner .auto.w1400 {
        top: 30px;
        left: auto;
        transform: none;
    }

    .ukbanner .left {
        text-align: center;
    }

    .ulitpcc {
        font-size: 14px;
        line-height: 1.5;
    }

    .ulitpa {
        font-size: 25px;
    }

    .ulitpb {
        font-size: 16px;
    }

    .ulitpbb {
        font-size: 25px;
    }
}



.ukpin2 .swiper-wrapper {

    align-items: center;
}

.ukpin2 {
    padding: 5% 0;
}

.ukpin2 .wen {
    text-align: center;
    margin-bottom: 5%;
}

.ukpin2 .swiper-slide {
    text-align: center;
}

.ukpin2 .swiper-slide img {
    width: auto;
}

.ukpin2 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f4f4f7;
    right: 0;
}

.ukpin2 .swiper-button-next::after {
    font-size: 20px;
    color: #a377dc;
    font-weight: bold;
}

.ukpin2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f4f4f7;
    right: 0;
}

.ukpin2 .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
    color: #a377dc;
}

.ukpin2 .lunb {
    position: relative;
}

.ukpin2 .lunb .swiper {
    width: 90%;
}

@media screen and (max-width: 768px) {
    .ukpin2 .swiper-slide img {
        width: 80%;
    }

    .ukpin2 .swiper-button-next,
    .ukpin2 .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .ukpin2 .lunb .swiper {
        width: 80%;
    }
}




/*
 .PicList002796 
 */
.PicList002796 {
    padding: 5% 0 3%;
    max-width: 1180px;
    margin: auto;
}

.PicList002796 .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.PicList002796 .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.PicList002796 .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #761b1b;
    cursor: pointer;
}

.PicList002796 .video_files .close::before,
.PicList002796 .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

.PicList002796 .video_files .close::before {
    transform: rotate(45deg);
}

.PicList002796 .video_files .close::after {
    transform: rotate(-45deg);
}

.PicList002796 figure {
    position: relative;
}

.PicList002796 figure em {
    display: block;
    padding-bottom: 56.5%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.PicList002796 figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 28%);
}

.PicList002796 figure a::before {
    position: absolute;
    content: '';
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.PicList002796 figure a::before {
    width: 54px;
    height: 54px;
    background: url(https://dwebsite.ubtrobot.com/cn/images/uk1.png) no-repeat;
}



.PicList002796 li p {
    margin-bottom: 25px;
    height: 56px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.PicList002796 time {
    background: #ff6900;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    border-radius: 99px;
}



.ukpin3 {
    padding: 5% 0;
    background: url(https://dwebsite.ubtrobot.com/cn/images/uk2.jpg) no-repeat;
    background-size: cover;
}


.ukpin3 .wen {
    text-align: center;
    color: #fff;
}

.PicList002796 .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}



.ukpin5 ul {
    display: flex;
    justify-content: center;
    margin-top: 7%;
}

.ukpin5 ul img {
    width: 100%;
}

.ukpin5 ul li {
    width: 25%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .PicList002796 .swiper-slide {
        width: 45% !important;
        margin-right: 0 !important;
        margin-bottom: 6%;
    }

    .PicList002796 .swiper-slide:not(:nth-child(2n)) {
        margin-right: 10% !important;
    }
}



.PicList002796 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width:769px) {
    .PicList002796 li {
        float: left;
        width: 29.75%;
        margin-right: 5.25%;
        margin-bottom: 2%;
    }

    .PicList002796 li:nth-of-type(3n) {
        margin-right: 0;
    }

    .PicList002796 li:nth-of-type(3n+1) {
        clear: left;
    }
}

@media(max-width:768px) {
    .PicList002796 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .PicList002796 figure em {
        padding-bottom: 47%;
        background-size: cover;
    }

    .ukpin3 {
        background: url(https://dwebsite.ubtrobot.com/cn/images/uk2mo.jpg) no-repeat;
    }

    .PicList002796 .swiper-wrapper {
        flex-wrap: inherit;
    }

    .PicList002796 .swiper {
        padding-bottom: 40px;
    }

    .ukpin5 ul li img {
        width: 100%;
    }
}

@media(max-width:480px) {
    .PicList002796 li figure a::before {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }

    .PicList002796 li figure a::after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 15px;
        margin-left: -3px;
        margin-top: -7px;
    }
}

@media(max-width:375px) {
    .PicList002796 li figure a::before {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }
}



.ukpin4 {}

li {}

.biao {
    /* padding: 5% 0; */
}

.biao li {
    text-align: center;
    /* margin-bottom: 50px; */
    padding: 100px 0;
}

.biao li .auto {
    display: inline-block;
    margin: auto;
}

.biao li .auto .le {
    float: left;
    width: 45%;
    /* height: 100%; */
    margin-top: 3%;
}

.biao li .auto .ri {
    float: right;
    width: 50%;
    text-align: left;
}

.biao li .auto .le figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.biao li .auto .le figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 28%);
}

.biao li .auto .le figure em {
    display: block;
    padding-bottom: 57%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.biao li .auto .le figure a:before {
    content: '';
    position: absolute;
    content: '';
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background: url(https://dwebsite.ubtrobot.com/cn/images/uk1.png) no-repeat;
}

.biao li .auto .ri .ulitpbb {
    max-width: 600px;
}

.biao li:nth-child(2n) {
    background: #f7f7fe;
}

.biao li:nth-child(2n) .le {
    float: right;
}

.biao li:nth-child(2n) .ri {
    float: left;
    text-align: right;
}


.ukpin4 .video_files video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.ukpin4 .video_files {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ukpin4 .video_files .close {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #761b1b;
    cursor: pointer;
}

.ukpin4 .video_files .close::before {
    transform: rotate(45deg);
}

.ukpin4 .video_files .close::after {
    transform: rotate(-45deg);
}

.ukpin4 .video_files .close::before,
.ukpin4 .video_files .close::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 70%;
    border-radius: 3px;
    background-color: #fff;
    left: 13px;
    top: 5px;
}

@media screen and (max-width: 768px) {
    .biao li .auto .ri {
        width: 100%;
        text-align: center;
    }

    .biao li .auto .le {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .biao li {
        padding: 50px 0;
    }

    .biao li .auto .ri .ulitpbb {
        font-size: 20px;
    }
}


.ukpin6 {
    padding: 5% 0;
}

.ukpin6 .wen {
    text-align: center;
}

.ukpin6 .ul {
    margin-top: 5%;
    max-width: 1180px;
    margin: auto;
}

.ukpin6 .ul ul {
    display: flex;
    flex-wrap: wrap;
}

.ukpin6 .ul ul li {
    position: relative;
    width: 48%;
}


.ukpin6 .ul ul li:not(:nth-child(2n)) {
    margin-right: 4%;
}

.ukpin6 .ul ul li .img img {
    width: 100%;
}

.ukpin6 .ul ul li .pa {
    padding: 10px 20px;
    position: absolute;
    bottom: 6px;
    font-size: 24px;
    color: #fff;
    background: url(https://dwebsite.ubtrobot.com/cn/images/xian2.png) no-repeat;
    background-size: 100% 100%;
    padding-right: 100px;
}

@media screen and (max-width: 768px) {
    .ukpin6 .ul ul li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .ukpin6 .ul ul li {
        width: 100%;
        margin-top: 20px;
    }

    .ukpin6 .ul ul li .pa {
        font-size: 16px;
        padding-right: 40px;
    }
}



.hbbanner .ulitpa {
    font-size: calc(60 / 1920 * 100vw);
}

.hbbanner .ulitpcc {
    font-size: calc(36 / 1920 * 100vw);
    color: #ecfaf9;
    line-height: 1.5;
}

.hbbanner .left {
    line-height: 1.2;
}

.hbbanner .left .more {
    font-size: calc(30 / 1920 * 100vw);
    color: #fff;
    font-family: 'liangzihuohuaHLight';
    background: url(https://dwebsite.ubtrobot.com/cn/images/more_bg.png) no-repeat;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 5%;
    background-size: cover;
}


@media screen and (max-width: 768px) {
    .hbbanner .ulitpa {
        font-size: 25px;
    }

    .hbbanner .ulitpcc,
    .hbbanner .left .more {
        font-size: 16px;
    }

    .hbbanner .left .more {
        padding: 10px 30px;
    }

    .hbbanner .left {
        text-align: left;
    }
}


.hbpin2 {}

.hbpin2 .kuang {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
}

.hbpin2 .kuang .owi {
    width: 22.7%;
    display: flex;
    align-items: center;
}

.hbpin2 .kuang .owi .img {
    width: 16%;
}

.hbpin2 .kuang .owi .rigw {
    width: 73%;
    line-height: 1.2;
    padding-left: 20px;
    /* border-left: 2px solid; */
    position: relative;
    margin-left: 5%;
}

.hbpin2 .kuang .owi .rigw .num {
    display: flex;
    font-size: calc(36 / 1920 * 100vw);
    color: #333333;
    font-weight: 500;
}


.hbpin2 .kuang .owi .rigw .pw {
    font-size: calc(20 / 1920 * 100vw);
    color: #333333;
}

.hbpin2 .kuang .owi .rigw:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 75%;
    top: 0;
    bottom: 0;
    background: #5998fd;
    left: 0;
    margin: auto;
}

.hbpin2 .kuang .owi .img img {
    width: 100%;
}

.hbpin2 .kuang .owi:not(:last-child) {
    margin-right: 3%;
}

@media screen and (max-width: 768px) {
    .hbpin2 .kuang .owi:not(:last-child) {
        margin-right: 0;
    }

    .hbpin2 .kuang .owi {
        width: 47%;
        margin-bottom: 20px;

    }

    .hbpin2 .kuang .owi:nth-child(2n) {
        margin-left: 3%;
    }

    .hbpin2 .kuang .owi .img {
        width: 25%;
    }

    .hbpin2 .kuang .owi .rigw {
        width: 57%;
    }

    .hbpin2 .kuang .owi .rigw .num {
        font-size: 18px;
    }

    .hbpin2 .kuang .owi .rigw .pw {
        font-size: 14px;
    }
}


.hbpin3 {
    padding: 5% 0;
    background: url(https://dwebsite.ubtrobot.com/cn/images/hh1.png) no-repeat;
    background-size: cover;
}

.hbpin3 .wen {
    text-align: center;
    margin-bottom: 5%;
    color: #fff;
}

.hbpin3 .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}


.hbpin3 .swiper-slide .img img {
    width: 100%;
}

.jjfa12 .dots span {
    font-size: 0;
    line-height: 1.2px;
    background: #eeeeee;
    border-radius: 50%;
}

.hbpin3 .swiper-slide .oow {
    line-height: 1.5;
    font-size: calc(48 / 1920 * 100vw);
    font-family: 'liangzihuohuaHLightBold';
    padding: 30px 8%;
}

.hbpin3 .swiper-slide .oow .pa {
    font-size: calc(36 / 1920 * 100vw);
    color: #333333;
    max-width: 500px;
}

.hbpin3 .swiper-slide .oow .pb {
    font-size: calc(24 / 1920 * 100vw);
    color: #666666;
    font-family: 'liangzihuohuaHLight';
    font-weight: 600;
    margin-top: 20px;
}

.hbpin3 .swiper-slide .oow .more {
    font-size: 24px;
    color: #377ff4;
    display: flex;
    justify-content: flex-end;
    margin-top: 5%;
    margin-bottom: 2%;
    letter-spacing: 3px;
    font-family: 'liangzihuohuaHLight';
}


.hbpin4 {
    padding: 5% 0;
}

.hbpin4 .wen {
    text-align: center;
    margin-bottom: 3%;
}

.hbpin4 .diow {
    display: flex;
    align-items: center;
}

.hbpin4 .diow .img {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.hbpin4 .diow .img img {
    width: 100%;
}

.hbpin4 .diow .righ {
    width: 40%;
    line-height: 1.5;
    padding: 5px 5%;
}

.hbpin4 .diow .righ .pa {
    font-size: 36px;
    color: #333333;
    font-family: 'liangzihuohuaHLightBold';
}

.hbpin4 .diow .righ .pb {
    font-size: 24px;
    color: #666666;
    font-family: 'liangzihuohuaHLightRegular';
    line-height: 2;
    margin-top: 10px;
}


.hbpin4 .diow:last-child .righ {
    text-align: right;
}


.hbpin5 {
    padding: 5% 0;
    background: url(https://dwebsite.ubtrobot.com/cn/images/hz11.jpg) no-repeat center;
    background-size: cover;
}

.hbpin5 ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hbpin5 ul li {
    text-align: center;
    color: #fff;
    width: 33.3%;
    padding: 0 1%;
    position: relative;
}

.hbpin5 .wen {
    color: #fff;
    text-align: center;
    margin-bottom: 3%;
}

.hbpin5 ul li .pa {
    font-family: 'liangzihuohuaHLightRegular';
    font-size: 24px;
    line-height: 1.5;
    margin-top: 20px;
}

.hbpin5 ul li:before {
    width: 50%;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
    top: 30%;
    /* bottom: 0; */
    left: 0;
    margin: auto;
    z-index: 0;
}

.hbpin5 ul li .img {
    position: relative;
    z-index: 1;
}

.hbpin5 ul li:after {
    width: 50%;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
    top: 30%;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    z-index: 0;
}


.hbpin5 ul li:nth-child(1):before,
.hbpin5 ul li:nth-child(3):after {
    display: none;
}


.hbpin6 {
    text-align: center;
    padding: 5% 0;
    line-height: 1.5;
}

.hbpin6 .pa {
    font-size: 36px;
    color: #666666;
    font-family: 'liangzihuohuaHLightRegular';
}

.hbpin6 .more {
    font-size: calc(36 / 1920 * 100vw);
    color: #fff;
    font-family: 'liangzihuohuaHLight';
    background: url(https://dwebsite.ubtrobot.com/cn/images/hh.png) no-repeat;
    display: inline-block;
    padding: 8px 40px;
    /* border-radius: 50px; */
    margin-top: 5%;
    background-size: 100% 100%;
}

@media screen and (max-width: 640px) {
    .hbpin3 .swiper-slide .oow {
        text-align: center;
    }

    .hbpin3 .swiper-slide .oow .pa {
        font-size: 20px;

    }

    .hbpin3 .swiper-slide .oow .pb {
        display: none;
    }

    .hbpin3 .swiper-slide .oow .more {
        justify-content: center;
        font-size: 16px;
    }

    .hbpin3 .swiper {
        width: 80%;
        padding-bottom: 14%;
    }

    .hbpin3 .swiper .swiper-pagination-bullet {
        background: #fff;
    }

    .hbpin4 .diow {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .hbpin4 .diow .img {
        width: 100%;
    }

    .hbpin4 .diow .righ {
        width: 100%;
        padding: 5% 0;

        text-align: center !important;
    }

    .hbpin4 .diow .righ .pa {
        font-size: 20px;
    }

    .hbpin4 .diow .righ .pb {
        font-size: 16px;
        line-height: 1.5;
    }

    .hbpin5 ul li .img img {
        width: 100%;
        max-width: 60px;
    }

    .hbpin5 ul li .pa {
        font-size: 14px;
    }

    .hbpin6 .pa {
        font-size: 20px;
    }
}

.dibuwa {
    background: #f5f5f7;
    padding: 5% 0;
}

.dibuwa .flex {
    display: flex;
    align-items: center;
}

.dibuwa .flex .t {
    margin-bottom: 0;
}

.dibuwa .code {}

.dibuwa .code .btn {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    background: #43aaf4;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 23px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .jjfa12 .draggable .slick-slide .item .tit {
        bottom: -53px;
    }

    .dibuwa .code .btn {
        font-size: 14px;
        line-height: 1.5;
    }
}


.inner .rq2 img {
    width: 100%;
    margin: 10px 0;
}


.rq2 p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 25px;
}


.cooktan {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    background: #fff;
    padding: 3%;
}

.cooktan .auto {
    width: 90%;
    margin: auto;
    max-width: 1300px;
}

.cooktan .auto .div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cooktan .auto .div .pa {
    width: 15%;
    font-size: 18px;
    font-weight: bold;
}

.cooktan .auto .div .pb {
    width: 44%;
    padding: 0 3%;
    font-size: 16px;
    line-height: 1.5;
}

.cooktan .auto .div .wo {
    width: 35%;
    display: flex;
}

.cooktan .auto .div .wo a {
    border-radius: 50px;
    border: 1px solid #e3e3e3;
    padding: 5px 30px;
    font-size: 13px;
    width: 34%;
    text-align: center;
    background: #54aef4;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooktan .auto .div .wo a:not(:last-child) {
    margin-right: 5%;
    background: transparent;
    color: #333;
}


@media only screen and (max-width: 769px) {
    .cooktan .auto .div .wo {
        width: 100%;
    }

    .cooktan .auto .div .pb {
        width: 100%;
        margin: 10px 0;
    }

    .cooktan .auto .div .pa {
        width: 100%;
    }

    .cooktan .auto .div .wo a {
        padding: 5px 5px;
        width: 43%;
    }
}


#news .media .mediaContent .mediaCenter .news {
    display: block;
    width: 400px;
    height: 560px;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    margin-top: 40px;
}

#news .media .mediaContent .mediaCenter .news .img {
    position: relative;
    width: 100%;
    height: 323px;
    overflow: hidden;
}

#news .media .mediaContent .mediaCenter .news .img img {
    width: 100%;
    height: 100%;
}

#news .media .mediaContent .mediaCenter .news .img .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3px;
    background: #117dc1;
    opacity: 0.2;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

#news .media .mediaContent .mediaCenter .news .img:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0%;
    left: 0;
    height: 4px;
    background: #4284f4;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    -moz-transition: width .3s linear;
    transition: width .3s linear;
}

#news .media .mediaContent .mediaCenter .news:hover .mask {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
}

#news .media .mediaContent .mediaCenter .news:hover .img:after {
    width: 100%;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    -moz-transition: width .3s linear;
    transition: width .3s linear;
}

#news .media .mediaContent .mediaCenter .news h2 {
    font-weight: normal;
    font-size: 21px;
    color: #333333;
    padding: 0 20px;
    line-height: 32px;
    margin-top: 10px;
    height: 64px;
    overflow: hidden;
}

#news .media .mediaContent .mediaCenter .news h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 10px;
    color: #666666;
    height: 90px;
    overflow: hidden;
}


.pdfdom {
    margin: 5% 0;
}

.pdfdom #recently_body {
    display: flex;
    flex-wrap: wrap;
}

.pdfdom #recently_body .news {
    width: 31.3%;
    margin-bottom: 20px;
}

.pdfdom #recently_body .news:not(:nth-child(3n)) {
    margin-right: 3%;
}

.pdfdom #recently_body .news img {
    width: 100%;
}

.pdfdom #recently_body .news h2 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

@media only screen and (max-width: 769px) {
    .pdfdom #recently_body .news h2 {
        font-size: 14px;
        line-height: 1.5;
    }
}

#academic {
    margin-left: 0;
}

.gengfxin {
    width: 100%;
    height: 100%;
    margin-bottom: -6px;
}

#EAlphaminiFunction .text ul {
    max-width: 950px;
    margin-left: auto;
}



/* 下载中心 */
.downbox {
    padding: 5% 0;
    background-color: #f4f6fb;
}

.downbox .downleft {
    background-color: #ffffff;
}

.h-h li aside {
    line-height: 28px;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f3;
    position: relative;
}

.h-h li aside a {
    color: #201c38;
}

.h-h li aside.has-sub {
    position: relative;
}

.h-h li aside:after {
    position: absolute;
    right: 20px;
    border-left: 1px solid #201c38;
    border-top: 1px solid #201c38;
    width: 6px;
    height: 6px;
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -3px;
    content: '';
}

.h-h li.aon>aside.has-sub:after {
    transform: rotate(45deg);
}

.h-h li ul {
    display: none;
}

.h-h li ul li aside {
    padding-left: 40px;
}

.h-h li ul li ul li aside {
    padding-left: 60px;
}

.h-h li ul li ul li aside::after {
    display: none;
}

.h-h>li.aon>aside {
    background-color: #ebebed;
}

.h-h li ul>li.aon>aside {
    background-color: #f8f8f9;
}

.h-h li ul li ul li.aon>aside {
    background-color: transparent;
}

.h-h li ul li ul li.aon>aside a {
    color: #02a8f4;
}

.downbox .downright {
    background-color: #ffffff;
    padding: 3%;
    box-sizing: border-box;
}

.downbox .downlist ul {
    overflow: hidden;
}

.downbox .downlist ul li {
    float: left;
    margin-bottom: 50px;
    cursor: pointer;
}

.downbox .downlist ul li .downimg {
    width: 100%;
    padding-bottom: 57.62711%;
    background-position: center;
    background-size: cover;
    transition: all .5s;
    margin-bottom: 20px;
}

.downbox .downlist ul li .downtext {
    color: #231f3a;
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin-bottom: 30px;
}

.downbox .downlist ul li .btn-play {
    background: url(https://dwebsite.ubtrobot.com/cn/images/play.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
}

.page {
    text-align: center;
}

.page li {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.page li a {
    display: block;
    width: 24px;
    color: #999;
}

.page li {
    cursor: pointer;
}

.page li a.active {
    background-color: #e5e5e5;
}

.page li.pages_items:hover a {
    background-color: #e5e5e5;
}

.page li.pages_items.cur {
    display: none !important;
}

.page li a.a_next,
.page li a.a_prev {
    font-family: '宋体';
}

.page em {
    font-style: normal;
}

.page .p_page {
    display: table;
    margin: 0 auto;
}

.page .p_page * {
    float: left;
    text-align: center;
}

.video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: rgba(0, 0, 0, 0.85);
}

.video-box .close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 4;
    right: 20px;
    top: 20px;
}

.video-box .close::before,
.video-box .close::after {
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.video-box .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.video-box .ytable {
    display: table;
    width: 100%;
    height: 100%;
}

.video-box .ytable-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.video-box video {
    width: 90%;
    max-width: 900px;
}

#search2 * {
    box-sizing: border-box;
}

#search2 .form {
    position: relative;
    padding-left: 45px;
}

#search2 .form .text {
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 15px 0;
    color: #201c38;
}

#search2 .form .text::-webkit-input-placeholder {
    color: #201c38;
}

#search2 .form .submit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(https://dwebsite.ubtrobot.com/cn/images/ssicon.png) no-repeat right center;
    width: 40px;
}

@media (min-width:1025px) {
    .downbox .inner {
        display: flex;
        justify-content: space-between;
    }

    .downbox .downleft {
        width: 24%;
        display: inline-block;
    }

    .downbox .downright {
        display: inline-block;
        width: 74.33333%;
    }

    .downbox .downlist ul li {
        width: 28.0269%;
    }

    .downbox .downlist ul li:nth-child(3n+1) {
        clear: left;
    }

    .downbox .downlist ul li:not(:nth-child(3n)) {
        margin-right: 7.95965%;
    }
}

@media (max-width:1024px) {
    .downbox .downright {
        padding-top: 4vw;
    }

    .downbox .downlist ul li {
        width: 48%;
        margin-bottom: 4%;
    }

    .downbox .downlist ul li:nth-child(2n+1) {
        clear: left;
    }

    .downbox .downlist ul li:not(:nth-child(2n)) {
        margin-right: 4%;
    }
}

/* 下载中心 */
.downright .downcon {
    color: #1f1c36;
}

.downright .downcon .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #f4f6fb;
    margin-bottom: 50px;
}

.downright .downcon .top .img {
    margin-right: 35px;
    border-radius: 20px;
    max-width: 232px;
}

.downright .downcon .top .text .tit {
    font-family: liangzihuohuaHLight-Bold;
    font-size: 42px;
    margin-bottom: 30px;
    line-height: normal;
}

.downright .downcon .top .text .t1 {
    font-size: 14px;
}

.downlink {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.downlink {
    margin-bottom: 50px;
    text-align: center;
}

.downlink li {
    margin: 0 10px 20px;
    font-size: 14px;
}

.support .tit {
    margin-bottom: 40px;
    font-size: 16px;
}

.support .con {
    font-size: 14px;
}

/* 搜索框 */
.search-box {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f4f6fb;
}

.s_input {
    width: 100%;
    height: 30px;
    border: none;
    padding-left: 40px;
    padding-right: 10px;
    box-sizing: border-box;
}

.input_sub {
    border: none;
    background-color: transparent;
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: cover;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}



.downbox .downleft .h-h .op>ul {
    display: block;
}

.h-h li aside.op {
    background-color: #ebebed;
}

.h-h li ul {
    display: none;
}




.com_form2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}

.com_form2 .div {
    width: 500px;
    height: auto;
    padding: 40px 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.com_form2 .div input,
.com_form2 .div .input,
.com_form2 .div select {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: rgb(239 239 239);
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    border: none;
    box-sizing: border-box;
}

.com_form2 .div select {
    color: #666;
}

.com_form2 .div .input {
    display: flex;
    align-items: center;
    color: #666;
    position: relative;
}

.com_form2 .div .input select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.com_form2 .div .input::before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-top: 2px solid #555555;
    border-right: 2px solid #555555;
    right: 10px;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}


.com_form2 .div button {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    background: #00b3e8;
    border: none;
}

.com_form2 .close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.com_form2 .close div {
    width: 20px;
    height: 2px;
    background: #999;
}

.com_form2 .close div:first-child {
    transform: rotate(45deg);
}

.com_form2 .close div:last-child {
    transform: translateY(-2px) rotate(-45deg);
}

@media(max-width:600px) {
    .com_form2 .div {
        width: 80%;
        padding: 40px 20px;
    }

    .com_form2 .close {
        right: 20px;
    }
}

.pbanner .btxt .txt {
    position: relative;
}

.gyyx1.pbanner .txt .logo {
    width: 23%;
}

@media screen and (max-width: 768px) {
    .gyyx1.pbanner .txt .logo {
        width: 40%;
    }
}

.kangyang .img video {
    width: 100%;
}

.proThree dt p {
    color: #fff;
}






.protitle {
    line-height: 1.5;
}

.pro6 .min100vh,
.pro2 .min100vh {
    min-height: initial;
}

.inner .rq2 * {
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-family: 'SourceHanSansCN' !important;
}

@media(max-width:768px) {
    .pro44 .desc {
        text-align: center;
    }
}

/* 2023/6/16 app */
#Humanoid .title {
    color: #333;
}

#WalkerXComplex .data li p,
#yycj1 .inner .div .uiw .fen .pb,
#yycj1 .inner .protitle2,
#xuni1 .inner .div .pcc,
#Walkerh2san .inner .div .pb,
.WalkerXPList li .name,
#WalkerXStructured .data li p,
.walkerxxin .intro,
.walkerxin .intro {
    font-size: 20px;
}

#Details .list .name {
    font-weight: bold;
}

#Details .list .wenz pre {
    font-family: 'SourceHanSansCN';
}

#Details .list li {
    color: #323232;
    font-weight: initial;
}

#xiongmaoba .woa .div .img img {
    width: 100%;
}

#Walkerh2er .inner .p {
    text-align: center;
}

#Walkerh2er .inner .p,
#Walkerh2san .inner .div .pb,
.pbanner .btxt .txt .t1,
#xuni1 .inner .div .pb,
.jjfa1 .btxt .txt .t1,
.hbpin3 .swiper-slide .oow .more,
.hbpin4 .diow .righ .pb,
.hbpin5 ul li .pa,
.hbpin3 .swiper-slide .oow .pb,
.hbbanner .ulitpcc,
.ulitpcc,
.yycj9 .slickBox .intro,
.yycj7 .protitle2,
.yycj8 .proText p,
#Research .intro,
#Service .intro,
#yycj4 ul li .wenzi .pb,
.yycj3 .list-ol .icon-box .wenz,
#Flexible .proText .intro,
#Walkerh2er ul li,
#yycj1 .inner .div .uiw .fen .pb,
#yycj1 .inner .protitle2,
#xuni1 .inner .div .pcc,
#xiongmaoba .woa .div .rig .pb,
section#xiongmaoqi .woa .inner .diw .pb,
#xiongmaosan .inner .pcc,
#xiongmaosan .inner .pb {
    font-family: 'SourceHanSansCN';
}

#Research .inner {
    top: 26%;
}

#xuni1 .inner .div .pb {
    font-size: 64px;
}

#xuni3 ul li .pa {
    font-size: 20px;
}

.xner ul li .des .pa {
    font-size: 20px;
}

#xndi .inner .left .pb {
    font-size: 16px;
}

#yycj4 ul li .wenzi .pa {
    font-size: 22px;
}

.gyyx .gyyx1 .txt .p {
    font-size: 40px !important;
}

.gyyx .pbanner .btxt .txt .t1 {
    font-size: 20px;
}

.gyyx .pbanner .btxt .txt .p {
    font-size: 40px;
}

.gyyx6 .wo .div .pb {
    font-size: 20px;
}

.gyyx5 ul li .pa {
    font-size: 20px;
}

.aboutxin .p {
    font-family: 'liangzihuohuaHLightBold';
}

#xuni1 .inner .div .pa {
    font-size: 40px;
    font-family: 'liangzihuohuaHLightBold';
    margin-bottom: 15px;
}

#Research .proText .title {
    justify-content: flex-start;
}

#Research .inner {
    top: 30%;
}

.proText .title {
    font-size: 40px;
}

.jjfa7_bj {
    background: #f5f5f7;
}

img {
    vertical-align: middle;
}

.jjfa4 ul li img {
    max-width: 6vw;
}

#yycj1.yycj1_2 .inner {
    top: 15%;
}

#yycj1.yycj1_2 .inner .div {
    display: none;
}

.jjfa8 .protitle {
    margin-bottom: 10px;
}

.pro33 .dots span {
    padding: 5px 5px;
}

.jjfa12 .dots span {
    line-height: 1;
}

.dibuwa .flex {
    flex-wrap: wrap;
}

.cntblock .txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
}

@media(max-width:1680px) {
    .ypt2 .inner .pb {
        width: 87%;
        margin: 0 auto;
    }
}

@media(max-width:1459px) {
    .ypt2 .inner .pb {
        width: 84%;
    }

    .gyyx .pbanner .btxt .txt .p,
    .gyyx .gyyx1 .txt .p {
        font-size: 32px !important;
    }

    .proText .title,
    #xuni1 .inner .div .pa,
    #yycj4 h2,
    .yycj6 .inner h2,
    section#xiongmaoqi .woa .inner .diw .pa,
    #xiongmaosan .inner .pa,
    #xiongmaoba .woa .div .rig .pa,
    #Walkerh2san .inner .div .pa,
    .pro35 .tit,
    .pro35 .ctit,
    .pro32 .pcon .protitle,
    .pro29 .protitle,
    .pro1.pro27 .protitle,
    .protitle,
    .fs50 {
        font-size: 32px;
    }

    .gyyx5 ul li .pa,
    .gyyx6 .wo .div .pb,
    .gyyx .pbanner .btxt .txt .t1,
    .yycj8 .proText p,
    .yycj5 .intro,
    .yycj7 .protitle2,
    #yycj1 .inner .div .uiw .fen .pb,
    #xuni1 .inner .div .pcc,
    #xiongmaosan .inner .pb,
    #xiongmaosan .inner .pcc,
    #xiongmaoba .woa .div .rig .pb,
    #Walkerh2san .inner .div .pb,
    .WalkerXPList li .name,
    #WalkerXStructured .data li p,
    #WalkerXComplex .data li p,
    .walkerxxin .intro,
    .walkerxin .intro,
    #WalkerXNew .name,
    #WalkerXbuilder .intro,
    .walkerxin .intro,
    .pro35 .desc,
    .pro32 .item .desc,
    .pro31 .item .desc,
    .pro30 .item .desc,
    .pro30 .prop1,
    .prop2,
    .prop1,
    .design .item .t,
    .fs28 {
        font-size: 18px;
    }

    .Floor003065 .video .play:before {
        width: 110px;
        height: 110px;
    }

    #WalkerXComplex .num span,
    #WalkerXStructured .num span {
        font-size: 48px;
    }

    #WalkerXComplex .num i {
        font-size: 24px;
    }

    #WalkerXComplex .bdnum,
    #WalkerXStructured .bdnum,
    .bdnum {
        font-size: 45px;
    }

    .pro32 .item .tit,
    .pro31 .item .tit,
    .pro30 .item .tit {
        font-size: 22px;
    }

    .pro32 .item .imgbox {
        margin-right: 30px;
        height: 55px;
        min-width: 55px;
    }

    .pro32 .pcon .protitle {
        padding-left: 90px;
    }

    .table li {
        font-size: 16px;
    }

    .cntblock .txt .t {
        font-size: 24px;
    }

    .cntblock .txt .btn {
        font-size: 18px;
    }

    .btns .btn {
        font-size: 18px;
    }

    .btns .btn .icon {
        width: 30px;
        height: 32px;
        margin-right: 4px;
    }

    .pro29 .txt {
        margin-left: 26%;
        width: 360px;
    }

    .Milestones .mySwiper .num {
        font-size: 20px;
    }

    .Milestones .mySwiper2 .swiper-slide .wen .pa {
        font-size: 20px;
    }

    .Milestones .mySwiper2 .swiper-slide .wen .pb {
        font-size: 16px;
    }

    .contact .dig .contactpa {
        font-size: 24px;
    }

    .contact .dig ul li .prig,
    .contact .dig ul li .plef {
        font-size: 18px;
    }

    .contact .dig .div .po {
        font-size: 20px;
    }

    .contact .dig .div .pt span,
    .contact .dig .div .pt {
        font-size: 18px;
    }

    .itemtext {
        padding: 26px 24px 34px;
    }

    .newsitem .itemtit p {
        margin-right: 40px;
        font-size: 22px;
    }

    .newsitem .itemtit {
        margin-bottom: 20px;
    }

    .newsitem .itemcon {
        margin-bottom: 24px;
    }

    .proText .title {
        font-size: 32px;
    }

    #statistics span {
        font-size: 40px;
    }

    #statistics sup {
        font-size: 24px;
    }

    #statistics li {
        font-size: 13px;
    }

    #core .title {
        font-size: 36px;
    }

    .boxTitle {
        font-size: 34px;
    }

    #features h3 {
        font-size: 20px;
    }

    #Walker .box {
        top: 34%;
    }

    #Walker .logo img {
        width: 200px;
    }

    #Walker .wenz,
    .proInfo .title {
        font-size: 32px;
    }

    #Core .Core-list .itme .txt {
        font-size: 14px;
    }

    #Core .Core-list .itme .pic span {
        width: 30%;
    }

    .Multimodal-list .pic span {
        width: 90px;
    }

    .Multimodal-list .itme .txt {
        font-size: 18px;
    }

    #WalkerXbuilder .proText {
        margin-bottom: 2%;
    }

    #WalkerXbuilder .inner {
        top: 68%;
    }

    #WalkerXbuilder .icon img {
        width: 257px;
    }

    #WalkerXNew .icon {
        width: 8%;
    }

    #WalkerXNew .icon img {
        max-width: 70%;
    }

    #WalkerXNew .proText {
        margin-bottom: 5%;
    }

    #WalkerXStable .tabBtn li {
        font-size: 18px;
        line-height: 24px;
    }

    #WalkerXStable .tabBtn .cur {
        font-size: 24px;
    }

    #Walkerh2er ul li {
        font-size: 14px;
    }

    #Walkerh2er ul li img {
        margin-bottom: 25px;
        max-width: 80px;
    }

    .xiongmao .btxt .txt .p {
        font-size: 20px;
    }

    #yycj4 ul li .wenzi .pa {
        font-size: 20px;
    }

    #yycj4 ul li .wenzi .pb {
        font-size: 14px;
    }

    .yycj9 .slickBox .intro,
    .yycj6 .inner div {
        font-size: 18px !important;
    }

    #Research .inner {
        top: 36%;
    }

    #Flexible .proText .intro,
    .yycj3 .list-ol .icon-box .wenz {
        font-size: 16px;
    }

    #yycj1 .inner .div .uiw .fen .pa {
        font-size: 20px;
    }

    #yycj1 .inner {
        position: static;
        transform: translate(0);
        margin: 0 auto;
    }

    #yycj1.yycj1_2 .inner {
        position: absolute;
        transform: translate(-50%, -50%);
    }

    #yycj1 {
        margin-top: 0;
        z-index: 2;
        padding: 60px 0;
    }

    #yycj1 .bann {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #yycj1.yycj1_2 .bann {
        position: static;
    }

    #yycj1 .bann img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bann img {
        vertical-align: middle;
    }

    #yycj1 .inner .div .uiw .fen .kuang img {
        width: 65px;
    }

    #xuni1 .inner .div .pa {
        /* font-size: 24px; */
    }

    #xuni1 .inner .div .pb {
        font-size: 48px;
        margin: 10px 0;
    }

    #xuni3 ul li .pa {
        font-size: 18px;
    }

    .xner ul li .des .pa {
        font-size: 18px;
    }

    #WalkerXControl .des {
        font-size: 12px;
        line-height: 22px;
    }

    #xndi .inner .left .pa {
        font-size: 20px;
    }

    #xndi .inner .left .pb {
        font-size: 14px;
    }

    #EuKitseriesAbout .logo img {
        width: 134px;
    }

    .download .icon {
        width: 90px;
    }

    .dsDown li a {
        width: 117px;
        height: 34px;
    }

    .dsDown {
        width: 247px;
    }

    .specificationList .content {
        font-size: 12px;
    }

    .specificationList h3 {
        font-size: 18px;
    }

    #aEducation .intro {
        font-size: 18px;
    }

    #aEduEmphasizes .des {
        font-size: 14px;
    }

    #aEduEmphasizes .name {
        font-size: 20px;
    }

    #aEduTool .intro {
        font-size: 14px;
    }

    #aEduOptions h3 {
        font-size: 26px;
    }

    #aEduOptions .des {
        font-size: 18px;
    }

    #aEduActivities .item {
        margin-top: 5.016393%;
    }

    #aEduActivities .name {
        font-size: 20px;
    }

    #aEduActivities .des {
        font-size: 14px;
    }

    .scrollList .name {
        font-size: 20px;
    }

    .scrollList .des {
        font-size: 14px;
    }

    .hbpin4 .diow .righ .pa {
        font-size: 26px;
    }

    .hbpin4 .diow .righ .pb {
        font-size: 18px;
    }

    .hbpin5 ul li .pa {
        font-size: 18px;
        margin-top: 10px;
    }

    .hbpin6 .pa {
        font-size: 26px;
    }

    .jjfa2 ul li .pw {
        font-size: 20px;
    }

    .jjfa2 ul li .pw span {
        font-size: 16px;
    }

    .jjfa4 ul li .wen .pa {
        font-size: 20px;
    }

    .jjfa4 ul li .wen .pb {
        font-size: 16px;
    }

    .jjfa4 .btxt {
        position: static;
        transform: translate(0);
    }

    .jjfa4 .pc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .jjfa4 {
        position: relative;
        z-index: 2;
        padding: 60px 0;
    }

    .jjfa5 .btxt .t1 {
        font-size: 16px;
    }

    .ypt6 .divs .wen .pb {
        font-size: 16px;
    }

    .ypt7 .w1400 ul li .pa {
        font-size: 20px;
    }

    .ypt7 .w1400 ul li .pb {
        font-size: 14px;
    }

    .ypt7 .w1400 ul li {
        min-height: 224px;
    }

    #CAIpha_mini .title {
        font-size: 50px;
    }

    .downright .downcon .top .text .tit {
        font-size: 34px;
        margin-bottom: 24px;
    }

    #UKTAI2About .logo img {
        width: 140px;
    }

    #EyansheeCoding .code {
        font-size: 24px;
    }

    .proInfo .intro {
        font-size: 18px;
    }

    #EyansheeAbout .for span {
        font-size: 18px;
    }

    #EAlphaminiFunction .text ul {
        padding-left: 10%;
    }

    #EAlphaminiROSA h3 {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    #yycj1.yycj1_2 .inner .div {
        display: block;
    }

    #yycj1.yycj1_2 .inner {
        position: static;
        transform: translate(0);
    }

    #yycj1.yycj1_2 .bann {
        position: absolute;
    }

    .ypt2 .inner .pb {
        width: 100%;
    }

    .pro29 .txt {
        margin-left: 0;
        width: 100%;
    }

    .pro32 .pcon .protitle {
        padding-left: 0;
    }

    #Walker .box {
        top: 2%;
    }

    #Walker .wenz,
    .proInfo .title {
        font-size: 22px;
    }

    #Control .intro,
    #Control .proText .title,
    #Hand-eye .title,
    #Flexible .icon-box .wenz,
    #Flexible .inner .title,
    #Humanoid .title {
        color: #fff;
    }

    #Flexible .pic img {
        filter: initial;
    }

    #WalkerXbuilder {
        position: relative;
        z-index: 2;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #WalkerXbuilder .bann {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #WalkerXbuilder .inner {
        top: 30px;
        position: static;
    }

    #WalkerXNew .icon {
        width: 35px;
    }

    #WalkerXNew .icon img {
        max-width: 100%;
    }

    #WalkerXComplex .info {
        padding: 40px 0;
    }

    #Research .inner {
        top: 30px;
    }

    #UKTAI2About .proText .title,
    #aEduEmphasizes .proText .title,
    #aEducation .proText .title,
    #EuKitseriesAbout .proText .title {
        color: #fff;
        margin-top: 25px;
    }

    .jjfa2 ul {
        padding: 0;
    }

    .kangyang .wap {
        width: 100%;
    }

    #EAlphaminiEngagement .proText .title {
        color: #fff;
    }
}

@media(max-width:500px) {
    .aboutxin .pbanner .btxt .txt .p {
        font-size: 22px !important;
    }

    #core .title {
        margin-bottom: 10px;
    }

    #technical {
        padding: 25px 0;
    }

    #features h3 {
        font-size: 18px;
    }

    #joinus {
        padding-top: 0;
    }

    .gyyx .pbanner .btxt .txt .p,
    .gyyx .gyyx1 .txt .p {
        font-size: 22px !important;
    }

    .proText .title,
    #xuni1 .inner .div .pa,
    .ulitpbb,
    .ypt2 .inner .pa,
    #xuni1 .inner .div .pa,
    #yycj4 h2,
    .yycj6 .inner h2,
    section#xiongmaoqi .woa .inner .diw .pa,
    #xiongmaosan .inner .pa,
    #xiongmaoba .woa .div .rig .pa,
    #Walkerh2san .inner .div .pa,
    .boxTitle,
    #core .title,
    .aboutxin .p,
    .pro35 .tit,
    .pro35 .ctit,
    .pro32 .pcon .protitle,
    .pro29 .protitle,
    .pro1.pro27 .protitle,
    .protitle,
    .fs50 {
        font-size: 22px;
    }

    .gyyx5 ul li .pa,
    .gyyx6 .wo .div .pb,
    .gyyx .pbanner .btxt .txt .t1,
    .ypt2 .inner .pb,
    .yycj7 .protitle2,
    .yycj8 .proText p,
    #Flexible .proText .intro,
    #yycj1 .inner .div .uiw .fen .pb,
    #yycj1 .inner .protitle2,
    #xuni1 .inner .div .pcc,
    #xiongmaosan .inner .pb,
    #xiongmaosan .inner .pcc,
    #xiongmaoba .woa .div .rig .pb,
    #Walkerh2san .inner .div .pb,
    #WalkerXMult li .name,
    #WalkerXPerception .intro,
    #WalkerXNew .name,
    #WalkerXbuilder .intro,
    #Control .intro,
    .Multimodal-list .itme .txt,
    #Multimodal .intro,
    #Flexible .icon-box .wenz,
    .proText.left .intro,
    #Humanoid .intro,
    .Milestones .mySwiper2 .swiper-slide .wen .pb,
    .aboutxin .pbanner .btxt .txt .t1,
    .pro31 .prop1,
    .pro35 .desc,
    .pro32 .item .desc,
    .pro31 .item .desc,
    .pro30 .item .desc,
    .pro30 .prop1,
    .prop2,
    .prop1,
    .design .item .t,
    .fs28 {
        font-size: 14px;
    }

    .pro32 .item .tit,
    .pro31 .item .tit,
    .pro30 .item .tit {
        font-size: 16px;
    }

    .pro44 .desc,
    .pro43 .desc,
    .pro42 .desc,
    .pro41 .desc,
    .pro40 .desc {
        margin-top: 16px;
    }

    .pro40 .video_box {
        margin-top: 20px;
    }

    .protitle {
        margin-bottom: 10px;
    }

    .pro1.pro22 {
        margin-bottom: 40px;
    }

    .pro23 {
        margin: 20px 0;
    }

    .pro2.pro26 {
        padding-top: 30px;
    }

    .pro2 .txt {
        padding-bottom: 20px;
    }

    .normalBlock .protitle {
        margin-bottom: 20px;
    }

    .normalBlock {
        padding-bottom: 30px;
    }

    .normalBlock .dots {
        margin: 0;
    }

    .specification {
        padding: 40px 0;
        padding-bottom: 50px;
    }

    .btns .btn {
        font-size: 14px;
        margin: 0 5px;
    }

    .btns .btn .icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .pro1.pro27 .protitle,
    .protitle,
    .fs50 {
        font-size: 22px;
    }

    .cntblock .txt .t {
        font-size: 16px;
    }

    .prop2,
    .prop1,
    .design .item .t,
    .fs28 {
        font-size: 14px;
    }

    .normalBlock .dots {
        margin-top: 20px;
    }

    .normalBlock.pro30 .protitle {
        margin-bottom: 10px;
    }

    .normalBlock.pro30 .prop1 {
        text-align: center;
    }

    .pro30 .list .item .imgbox {
        width: 100%;
    }

    .pro30 .list .item .text {
        width: 100%;
        padding: 20px 15px;
    }

    .pro31.normalBlock .protitle {
        margin-bottom: 10px;
    }

    .pro31 .item .tit {
        margin-bottom: 4px;
    }

    .pro31 .list .item {
        margin-bottom: 15px;
    }

    .pro32 .item .imgbox {
        min-width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .pro35 .list {
        padding-top: 16px;
        padding-bottom: 30px;
    }

    .pro36 .desc {
        margin-top: 12px;
    }

    .pro37 .desc {
        margin-top: 10px;
    }

    .contact,
    .Milestones {
        padding: 40px 0 !important;
    }

    .Milestones .mySwiper2 {
        margin-top: 0 !important;
    }

    .Milestones .mySwiper2 .swiper-slide .wen {
        margin-top: 5px !important;
    }

    .Milestones .mySwiper2 .swiper-slide .wen .pa {
        font-size: 18px;
    }

    .contact .dig .contactpa {
        font-size: 18px;
    }

    .contact .dig ul li .prig,
    .contact .dig ul li .plef {
        font-size: 14px;
    }

    .contact .dig ul li .plef {
        width: 40%;
    }

    .contact .dig {
        margin-bottom: 20px;
    }

    .contact .dig .div .pt,
    .contact .dig .div .pt span {
        font-size: 14px;
    }

    .contact .dig .contactpa {
        margin-bottom: 15px;
    }

    .contact .dig .div .po {
        font-size: 16px;
    }

    .newslist {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .itemtext {
        padding: 20px 15px;
    }

    .newsitem .itemtit {
        display: block;
    }

    .newsitem .itemtit p {
        margin-right: 0;
        font-size: 18px;
        width: 100%;
    }

    .newsitem .itemtit .date {
        margin-top: 10px;
    }

    .newsitem .itemcon {
        margin-bottom: 10px;
    }

    .newsitem .itemtit {
        margin-bottom: 10px;
    }

    .newsitem .itemmore {
        background-size: 16px;
        background-position-y: 58%;
        padding-left: 26px;
        font-size: 12px;
    }

    .newsitem {
        margin-bottom: 25px;
    }

    .new_dat1 {
        padding: 40px 0;
    }

    .proText .title {
        font-size: 22px;
    }

    .inner .rq2 * {
        font-size: 14px !important;
    }

    #statistics {
        padding: 30px 0;
    }

    #statistics span {
        font-size: 28px;
    }

    #statistics sup {
        font-size: 16px;
        margin-left: 3px;
    }

    #statistics li {
        font-size: 12px;
    }

    #Core .Core-list .ila {
        display: flex;
        flex-wrap: wrap;
    }

    #Core .Core-list .itme {
        float: none;
    }

    #Core .Core-list .itme .txt {
        font-size: 12px;
    }

    .Multimodal-list .itme .pic span {
        width: 52%;
    }

    #Details {
        padding-top: 40px;
    }

    .table li {
        font-size: 14px;
    }

    #Details .list li {
        font-size: 14px;
    }

    .walkerxxin #WalkerXVideo .expo {
        width: auto;
    }

    #WalkerXVideo .icon {
        margin: auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #WalkerXVideo .title {
        font-size: 20px;
    }

    #WalkerXVideo .sub {
        font-size: 18px;
    }

    #WalkerXbuilder .icon {
        width: 50%;
    }

    #WalkerXbuilder .icon img {
        width: 100%;
    }

    #WalkerXUpgrades {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #WalkerXUpgrades .icon i {
        padding-bottom: 80%;
    }

    #WalkerXComplex .bdnum,
    #WalkerXStructured .bdnum,
    .bdnum {
        font-size: 34px;
    }

    #WalkerXComplex .num span,
    #WalkerXStructured .num span {
        font-size: 38px;
    }

    #WalkerXComplex .num i {
        font-size: 18px;
    }

    #WalkerXStructured .info {
        max-width: 52%;
    }

    #WalkerXStructured .data {
        margin-top: 20px;
    }

    #WalkerXStructured .data li {
        margin-bottom: 15px;
    }

    #WalkerXStable .tabBtn li {
        font-size: 14px;
    }

    #WalkerXStable .tabBtn .cur {
        font-size: 20px;
    }

    #WalkerXControl {
        padding: 40px 0;
    }

    .imageText .image,
    .imageText .text {
        padding: 20px 0;
    }

    #WalkerXPerception .info {
        bottom: 5%;
    }

    section#Walkerh2canshu,
    #WalkerXParameters {
        padding: 40px 0;
    }

    .WalkerH2 .pbanner1 .btxt .txt {
        padding: 0 !important;
    }

    .pbanner .btxt .txt .t1 {
        font-size: 22px;
    }

    .WalkerH2 .btxt .txt img {
        width: 54%;
        margin: 15px auto;
    }

    .xiongmao .btxt .txt .p {
        font-size: 18px;
    }

    .Floor003065 .video .play:before {
        width: 60px;
        height: 60px;
    }

    #xiongmaoqi .woa .inner {
        top: 20px;
    }

    #yycj1 .inner .div .uiw .fen .pa {
        font-size: 18px;
    }

    #yycj4 ul li .wenzi .pa {
        font-size: 16px;
    }

    .yycj9 .slickBox .intro,
    #Service .intro {
        font-size: 14px !important;
    }

    .slickBox .name {
        font-size: 18px;
    }

    .yycj9 .slickBox .text {
        padding-bottom: 0;
    }

    .dots {
        margin-top: 0;
    }

    #xuni1 .inner .div .pcc {
        margin-top: 10px;
    }

    #Walkerh2er {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #xndi,
    #xuni3,
    #xuni2 {
        padding: 40px 0;
    }

    #xuni2 .inner .protitle {
        margin-bottom: 15px;
    }

    section#Walkerh2er ul li img {
        margin-right: 0;
    }

    .xni ul li .pa {
        font-size: 13px;
    }

    section#Walkerh2er ul li img {
        margin-bottom: 8px;
        max-width: 44px;
    }

    #xndi .inner .right {
        margin-bottom: 10px;
    }

    #xndi .inner .left .pa {
        font-size: 18px;
    }

    #xndi .inner .left .pb {
        font-size: 13px;
        line-height: 1.6;
    }

    #xuni3 ul li .pa {
        font-size: 14px;
    }

    #EuKitseriesAbout .logo img {
        width: 65px;
    }

    #EuKitseriesDesign {
        padding-top: 40px;
    }

    #EuKitseriesDesign .intro {
        margin-top: 10px;
    }

    .download .icon {
        width: 68px;
    }

    .dsDown li a {
        width: 110px;
        height: 33px;
    }

    .dsDown {
        width: 232px;
    }

    #EuKitseriesSpecifications {
        padding: 40px 0;
    }

    .specificationList .item {
        margin-bottom: 15px;
    }

    #aEducation .intro {
        font-size: 14px;
    }

    #aEduEmphasizes {
        padding: 40px 0;
    }

    #aEduOptions h3 {
        font-size: 18px;
    }

    #aEduOptions .des {
        font-size: 14px;
    }

    .scrollList .name {
        font-size: 16px;
    }

    .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
        bottom: 8px !important;
    }

    .ukpin6 {
        padding: 40px 0;
    }

    .hbpin3 .swiper-slide .oow {
        padding: 10px;
    }

    .hbpin3 .swiper-slide .oow .pa {
        font-size: 18px;
    }

    .hbpin5,
    .hbpin4 {
        padding: 40px 0;
    }

    .hbpin4 .diow .righ {
        padding: 10px 0;
    }

    .hbpin4 .diow .righ .pa {
        font-size: 20px;
    }

    .hbpin4 .diow .righ .pb {
        font-size: 14px;
    }

    .hbpin5 .wen {
        margin-bottom: 18px;
    }

    .hbpin5 ul li .pa {
        font-size: 14px;
        margin-top: 2px;
    }

    .hbpin6 .pa {
        font-size: 20px;
    }

    .hbpin6 .more {
        font-size: 14px;
        padding: 8px 20px;
        background-size: contain;
    }

    .jjfa1 .btxt .txt .t2 {
        font-size: 26px;
    }

    .pbanner .btxt .txt .t1 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .jjfa2 {
        padding: 0;
        padding-bottom: 40px;
    }

    .pbanner.jjfa2 .btxt .txt {
        padding-bottom: 0 !important;
    }

    .jjfa2 ul li .pw {
        font-size: 16px;
    }

    .jjfa2 ul li .pw span {
        font-size: 14px;
    }

    .jjfa2 ul li:not(:last-child) {
        margin-bottom: 14px;
    }

    .pbanner.jjfa4 .btxt .txt {
        padding: 0 !important;
    }

    .jjfa4 {
        padding: 40px 0;
    }

    .jjfa4 ul li {
        width: 100%;
    }

    .jjfa4 ul li img {
        margin: 0;
        margin-right: 10px;
    }

    .jjfa4 ul li .wen .pa {
        font-size: 16px;
    }

    .jjfa4 ul li .wen .pb {
        font-size: 14px;
    }

    .jjfa5 .btxt .p {
        font-size: 22px;
    }

    .jjfa5 .btxt .t1 {
        font-size: 14px;
    }

    .jjfa72 {
        padding-top: 85px;
    }

    .jjfa8 .protitle1 {
        font-size: 14px;
    }

    .normalBlock.jjfa8 .protitle {
        margin-bottom: 10px;
    }

    .pro33.jjfa8 .pcon {
        padding-bottom: 0;
    }

    .jjfa5.jjfa7 .btxt .p {
        margin: 0;
    }

    .jjfa12 .item ul .po {
        font-size: 12px;
        margin-top: 13px;
    }

    .jjfa12 .item ul li {
        width: 50%;
    }

    .jjfa12 .draggable .slick-slide:nth-child(1) img {
        margin: 0 auto;
    }

    .jjfa12 .pcon {
        padding-bottom: 80px;
    }

    .jjfa12 .dots {
        bottom: -16%;
    }

    .dibuwa {
        padding: 40px 0;
    }

    .dibuwa .flex {
        flex-wrap: wrap;
    }

    .cntblock .txt {
        padding-right: 0;
    }

    .cntblock .txt .t {
        font-size: 18px;
    }

    .dibuwa .code .btn {
        padding: 8px;
        width: 110px;
    }

    .ypt1 .pa {
        font-size: 24px !important;
    }

    .ypt5#Walkerh2er .inner {
        position: static;
        transform: translate(0);
    }

    .ypt5#Walkerh2er {
        position: relative;
        z-index: 2;
        padding: 40px 0 !important;
    }

    .ypt5#Walkerh2er .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ypt5#Walkerh2er .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ypt5 .inner ul {
        padding: 0 15px;
        justify-content: flex-start;
    }

    section#Walkerh2er ul li {
        width: 25% !important;
        margin-right: 0 !important;
        padding-right: 0px;
        text-align: center !important;
    }

    section#Walkerh2er ul li:nth-child(4n) {
        padding-right: 0;
    }

    section#Walkerh2er ul li img {
        margin: 0 auto !important;
    }

    .ypt6 .divs .wen .pa {
        font-size: 22px;
        line-height: 1.5;
    }

    .ypt6 .divs .wen .pb {
        font-size: 14px;
        margin-top: 10px;
    }

    .ypt6 .divs {
        margin: 10px 0 !important;
    }

    .ypt7 {
        padding: 40px 0;
    }

    .ypt7 .w1400 ul li {
        width: 100%;
        margin-right: 0 !important;
        min-height: initial;
        padding: 25px 15px;
    }

    .ypt7 .w1400 ul li .pa {
        font-size: 18px;
    }

    .ypt7 .w1400 ul li .pb {
        font-size: 12px;
    }

    .player .playerCon {
        padding: 0;
    }

    .player .playerBox {
        max-width: 95%;
    }

    .gyyx1 .txt .p {
        font-size: 22px !important;
    }

    .pbanner.gyyx1 .btxt .txt .t1 {
        font-size: 14px;
    }

    .gyyx2 .txt .t1 span:not(:last-child) {
        margin-right: 6px;
    }

    .pbanner .btxt .txt .p {
        font-size: 22px;
    }

    .gyyx5 {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .pbanner .btxt .txt .t1 {
        font-size: 14px;
        line-height: 1.5;
    }

    .gyyx5 .txt .p {
        margin-bottom: 10px !important;
    }

    .gyyx6 {
        padding-top: 40px;
    }

    .gyyx6 .wo .div {
        margin-top: 10px;
    }

    .gyyx1 .btxt {
        height: 90%;
    }

    .gyyx2 .txt .btns {
        margin-top: 10px;
    }

    #CAIpha_mini .title {
        font-size: 22px;
    }

    #AlphaMini-two,
    #CAIphaAlphaMini {
        padding: 40px 0;
    }

    .downright .downcon .top {
        flex-wrap: wrap;
    }

    .downright .downcon .top .img {
        margin-right: 0;
        width: 100%;
    }

    .downright .downcon .top .text .tit {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .downright .downcon .top {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }

    .downlink {
        margin-bottom: 0px;
    }

    .support .tit {
        margin-bottom: 15px;
    }

    .downbox .downright {
        padding: 20px 15px;
    }

    .jjbt.pbanner.gyyx3.jjfa2 {
        padding-top: 40px;
    }

    .jjfa2 ul li .img img {
        width: 40px;
    }

    .pro32 .list .item {
        margin-bottom: 15px;
    }

    #UKTAI2About .logo img {
        width: 80px;
    }

    #EyansheeCoding .code {
        font-size: 16px;
    }

    .proInfo .intro {
        font-size: 14px;
    }

    #EyansheeAbout .for span {
        font-size: 14px;
    }

    #EyansheeConvergence {
        padding-top: 60px;
    }

    #EAlphaminiROSA h3 {
        font-size: 14px;
    }

    #EAlphaminiFunction .text ul {
        padding-left: 0;
    }

    .gyyx .gyyx1 .btxt {
        padding-top: 30px;
    }

    #xuni1 .inner .div .pa {
        margin-bottom: 0;
    }

    #Research .proText.left .intro {
        font-size: 12px;
    }
}



/* 6/21 */
.ypt2 .inner .pa {
    font-family: 'liangzihuohuaHLightBold';
}

.ypt6 .divs .wen {
    margin-top: 0;
}

.pro30 .prop1 {
    text-align: center;
}

.basepro .pc,
.basepro .wap {
    width: 100%;
}

.pro33 .dots span {
    cursor: pointer;
}

.pro33 .slick-slide.slick-current.slick-active.slick-center .item .img {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.pro33 .item {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pro33 .item .img {
    border-radius: 10px;
    overflow: hidden;
}

#joinus .intro,
#Avoidance .proText .title,
#Avoidance .proText .intro {
    max-width: initial;
    text-align: center;
}

#xuni1 .inner .div,
#WalkerXHandEye .proText,
.pro5 .protitle,
.pro22 .txt .protitle {
    max-width: initial;
}

#xuni1 .inner .div .pcc {
    max-width: 800px;
}

#WalkerXHandEye .proText {
    width: 69%;
}

#WalkerXPerception .intro {
    max-width: 54%;
}

#WalkerXHandEye .info {
    margin-top: 4.854167%;
}

.pro22 .baseS.datas {
    padding-top: 25px;
}

.proText .intro,
#CAIphaAlphaMini .intro,
.pro37 .desc,
.pro36 .desc,
.pro35 .desc {
    margin-top: 20px;
}

.specification_2 .img {
    margin-bottom: 60px;
}

#Walkerh2canshu .pic {
    margin-bottom: 60px;
}

.pbanner.pbanner1 .btxt .sub {
    font: 400 30px/1.35em 'liangzihuohuaHLight';
    margin-bottom: 7.37704918%;
    margin-top: 20px;
}

.pbanner.pbanner1 .btxt .title {
    font-size: 40px;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.2;
}

.aboutxin .pbanner .btxt .w1400 {
    width: 100%;
}

.aboutxin .gyyx1.pbanner .btxt .txt .p {
    font-size: 75px !important;
}

.aboutxin .kuang .pbanner .btxt .txt .t1 {
    font-size: 20px !important;
}

.aboutxin .kuang .pbanner .btxt .txt .p {
    text-align: left;
}

.new_dat1 .inner .rq2 * {
    font-size: 18px !important;
}

.pro7.home02pr7 .item .tit {
    min-height: 72px;
    bottom: 0px;
}

.home05 .btxt .w14002 {
    height: 100%;
}

.btnhome {
    width: 170px;
    padding: 4px 4px;
}

.btnhome .icon {
    margin-right: 10px;
}

.home3 li .woe {
    bottom: 4%;
}

.home3 li .woe .pa {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.home3 .btxt .fs28 {
    margin-top: 20px;
}

.gyyx5.home3 .txt {
    margin-bottom: 3%;
}

.boxTitle,
#core .title,
.aboutxin .p,
.aboutxin .p,
.aboutxin .p,
.proText .title,
.pro35 .ctit,
.fs50,
.pro35 .tit,
.ypt6 .divs .wen .pa,
.protitle,
.jjfa5 .btxt .p,
.jjfa8 .protitle,
.jjfa5 .btxt .p,
.pbanner .btxt .txt .p,
.pbanner .btxt .txt .p {
    font-size: 45px !important;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.2 !important;
}

#features h3,
.contact .dig .contactpa,
.Milestones .mySwiper2 .swiper-slide .wen .pa,
.OurCulture .abbbtxt ul li .abpa,
.gyyx5 ul li .pa,
.datas .item .dp,
.design .item .t,
.pro32 .item .tit,
.pro31 .item .tit,
.pro30 .item .tit,
.ypt7 .w1400 ul li .pa,
.jjfa12 .draggable .slick-slide .item .tit,
.pro7 .item .tit,
.jjfa4 ul li .wen .pa,
.jjfa2 ul li .pw {
    font-size: 26px !important;
    font-family: 'SourceHanSansCN' !important;
    font-weight: bold !important;
}

#Walkerh2er .inner .p,
.yycj7 .protitle2,
.yycj6 .inner div,
#yycj1 .inner .protitle2,
.pro7.home02pr7 .item .tit,
#AlphaMini-two .list span,
#AlphaMini-two .list .itme,
.proText .intro,
.fs28,
.pro35 .desc,
.prop1,
.prop2,
.ypt6 .divs .wen .pb,
.jjfa8 .protitle1,
.jjfa5 .btxt .t1,
.jjfa4 .t1,
.pbanner .btxt .txt .t1 {
    font-size: 19px !important;
    line-height: 1.5 !important;
}


#joinus .intro,
#cooperation .intro,
#core .intro,
.contact .dig .div .po,
#features .intro,
.contact .dig .div .pt,
.contact .dig ul li .plef,
.contact .dig ul li .prig,
.Milestones .mySwiper2 .swiper-slide .wen .pb,
.OurCulture .abbbtxt ul li .abpb,
.pro32 .item .desc,
.pro30 .item .desc,
.ypt7 .w1400 ul li .pb,
#Walkerh2er ul li,
.jjfa4 ul li .wen .pb,
.jjfa2 ul li .pw span {
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.pro1 .prop1_2 {
    font-family: 'liangzihuohuaHLightBold';
    font-size: 45px !important;
}

.pro7 .item .tit,
.home3 li .woe .pa,
.pro7.home02pr7 .item .tit {
    font-weight: lighter !important;
}

.newslist .btnhome {
    margin: 0;
}

#research .text {
    font-size: 18px;
    line-height: 1.5;
}

#core .intro {
    max-width: 1200px;
}

#cooperation .boxTitle {
    white-space: nowrap;
}

#cooperation .boxTitle {
    margin-bottom: 20px;
}

#Walker .logo {
    margin-bottom: 2%;
}

#Walker .title {
    font-size: 60px;
}

#Core .Core-list .itme .txt {
    font-size: 18px;
}

#Hand-eye .inner {
    top: 32%;
}

#Control .inner,
#Avoidance .inner {
    top: 14%;
}

#Control .Real-Img {
    bottom: 0;
}

#WalkerXVideo .expo .pc {
    transform: scale(1.5);
}

#WalkerXbuilder .inner {
    top: 58%;
}

#WalkerXControl .proText {
    width: 45.229508%;
}

#WalkerXHandEye .proText h2 {
    width: 65%;
}

#xuni1 .inner .div .pa {
    font-size: 54px;
}

#xuni1 .inner .div .pcc {
    max-width: 47%;
}

.xnfz.yyys #Service .inner {
    left: 55%;
}

.xnfz.yyys #Research .inner {
    left: 53%;
}

.xnfz.yyys #Research .intro .p {
    font-size: 20px !important;
}

.xnfz #WalkerXControl {
    background-size: cover;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg1.jpg);
}

.xnfz .xner .pic {
    right: 6% !important;
    bottom: 20% !important;
}

.xnfz #WalkerXControl {
    padding: 9.9375% 0 10.510417%;
}

.pro1.pro22 .prop2 {
    padding-left: 46%;
}

.jjfa8 .draggable .slick-slide .item {
    padding-top: 30px;
}

.ypt7 .w1400 ul li {
    align-content: flex-start;
}

.xnfz #xuni1 .inner .div .pb {
    font-family: 'liangzihuohuaHLightBold';
}

#WalkerXControl .des {
    width: 80%;
}

#WalkerXControl .icon {
    max-width: initial;
    width: 20%;
}

#WalkerXControl li {
    align-items: flex-start;
}

#WalkerXControl .des {
    font-size: 16px;
}

.xiongmao .pbanner .btxt .txt .t1 {
    font-family: 'liangzihuohuaHLightBold';
    margin-bottom: 38px;
}

.xiongmao .pbanner .btxt .txt .t1_2 {
    margin: 38px 0;
}

.xiongmao .btxt {
    bottom: 0%;
}

#xuni1 .inner .div .pcc {
    max-width: initial;
    width: 574px;
}

#WalkerXVideo .sub {
    font-family: 'liangzihuohuaHLightBold';
}

.WalkerH2 .pbanner1 .btxt .txt {
    width: 840px;
}

.ulit .ukbanner .left {
    width: 53.8%;
}

.kangyangopw .pbanner.jjfa1 .btxt .txt {
    width: 55%;
}

.pro1.pro22 .prop2 {
    padding-left: 0%;
}

.table li .label {
    width: 190px;
    white-space: initial;
}

#Details .protitle {
    text-align: center;
    margin-bottom: 80px;
}

#Details .list .name {
    font-weight: initial;
}

#Details .list li {
    font-size: 14px;
}

.xiongmao .txt {
    max-width: initial;
}

.kangyang.WalkerH2.xiongmao .pbanner1 .btxt .txt {
    width: 865px;
}

.kangyang.WalkerH2.xiongmao .pbanner .btxt .txt .t1 {
    font-size: 36px !important;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.kangyang.WalkerH2.xiongmao .pbanner .btxt .txt .t1 {
    margin-bottom: 0;
}

.kangyang.WalkerH2.xiongmao .pbanner .btxt .txt .t1_2 {
    margin: 25px 0;
    margin-top: 12px;
}

#WalkerXUSLAM .pic video {
    width: 100%;
    vertical-align: middle;
}

#WalkerXUSLAM .pic:before {
    width: 100%;
    left: 0;
}

#WalkerXComplex video {
    width: 100%;
    vertical-align: middle;
}

#WalkerXComplex .info video {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 28%);
}

@media(max-width:1680px) {
    .btns .btn {
        font-size: 20px;
    }

    .xnfz.yyys #Research .inner {
        left: 57%;
    }

    .pro29 .txt {
        margin-left: 18%;
    }

    .jjfa4 ul li {
        margin-top: 1%;
    }

    .jjfa7 .btxt {
        top: 4%;
    }

    .jjfa5 .btxt .t1 {
        font-size: 22px !important;
    }

    .ypt5 .inner ul li {
        margin-bottom: 1%;
    }

    .xiongmao .btxt {
        bottom: -4%;
    }
}

@media(max-width:1459px) {
    .kangyang.WalkerH2.xiongmao .pbanner .btxt .txt .t1 {
        font-size: 28px !important;
    }

    .kangyang.WalkerH2.xiongmao .pbanner1 .btxt .txt {
        width: 700px;
    }

    .pro29 .txt {
        margin-left: 26%;
    }

    .xnfz.yyys #Research .inner {
        left: 61%;
    }

    .pro1 .prop1_2 {
        font-size: 34px !important;
    }

    .kangyang .pbanner .btxt .txt {
        width: 574px;
        margin-left: 45%;
    }

    .kangyang .pbanner1 .btxt .txt {
        width: 650px;
        margin-left: 0;
    }

    .kangyang .pbanner.gyyx3 .btxt .txt,
    .kangyang .pbanner.home05 .btxt .txt,
    .kangyang .pbanner.home3 .btxt .txt {
        width: 100%;
    }

    #EAlphaminiAbout .text {
        width: 470px;
    }

    #EyansheeAbout .text {
        width: 520px;
    }

    .ulit .ukbanner .left {
        width: 46.8%;
    }

    #UKTAI2About .intro {
        width: 368px;
    }

    #EuKitseriesAbout .intro {
        width: 510px;
    }

    #aEducation .intro {
        width: 700px;
    }

    .WalkerH2 .pbanner1 .btxt .txt {
        width: 650px;
        padding: 0 60px;
    }

    /* .xiongmao.WalkerH2 .pbanner1 .btxt .txt {
        width: 480px;
    } */
    .pbanner.pbanner1 .btxt .title {
        font-size: 30px;
    }

    .walkerxxin #WalkerXVideo .inner {
        max-width: 545px;
        margin-left: 10%;
    }

    .pbanner.pbanner1 .btxt .sub,
    #WalkerXVideo .sub {
        font-size: 24px;
    }

    #xuni1 .inner .div .pcc {
        width: 520px;
    }

    .xnfz #xuni1 .inner .div .pcc {
        width: 516px;
    }

    .xiongmao .pbanner .btxt .txt .t1 {
        margin-bottom: 0;
    }

    .xiongmao .pbanner .btxt .txt .t1_2 {
        margin: 26px 0;
    }

    .xiongmao .btxt {
        bottom: -4%;
    }

    #yycj1.yycj1_2 {
        padding: 0;
    }

    #WalkerXPerception .intro {
        max-width: 38%;
    }

    #xuni1 .inner .div .pa {
        font-size: 40px;
    }

    .boxTitle,
    #core .title,
    .aboutxin .p,
    .aboutxin .p,
    .aboutxin .p,
    .proText .title,
    .pro35 .ctit,
    .fs50,
    .pro35 .tit,
    .ypt6 .divs .wen .pa,
    .protitle,
    .jjfa5 .btxt .p,
    .jjfa8 .protitle,
    .jjfa5 .btxt .p,
    .pbanner .btxt .txt .p,
    .pbanner .btxt .txt .p {
        font-size: 34px !important;
    }

    #features h3,
    .contact .dig .contactpa,
    .Milestones .mySwiper2 .swiper-slide .wen .pa,
    .OurCulture .abbbtxt ul li .abpa,
    .gyyx5 ul li .pa,
    .datas .item .dp,
    .design .item .t,
    .pro32 .item .tit,
    .pro31 .item .tit,
    .pro30 .item .tit,
    .ypt7 .w1400 ul li .pa,
    .jjfa12 .draggable .slick-slide .item .tit,
    .pro7 .item .tit,
    .jjfa4 ul li .wen .pa,
    .jjfa2 ul li .pw {
        font-size: 20px !important;
    }

    #Walkerh2er .inner .p,
    .yycj7 .protitle2,
    .yycj6 .inner div,
    #yycj1 .inner .protitle2,
    .pro7.home02pr7 .item .tit,
    #AlphaMini-two .list span,
    #AlphaMini-two .list .itme,
    .proText .intro,
    .fs28,
    .pro35 .desc,
    .prop1,
    .prop2,
    .ypt6 .divs .wen .pb,
    .jjfa8 .protitle1,
    .jjfa5 .btxt .t1,
    .jjfa4 .t1,
    .pbanner .btxt .txt .t1 {
        font-size: 18px !important;
    }

    .xnfz.yyys #Research .intro .p,
    #joinus .intro,
    #cooperation .intro,
    #core .intro,
    .contact .dig .div .po,
    #features .intro,
    .contact .dig .div .pt,
    .contact .dig ul li .plef,
    .contact .dig ul li .prig,
    .Milestones .mySwiper2 .swiper-slide .wen .pb,
    .OurCulture .abbbtxt ul li .abpb,
    .pro32 .item .desc,
    .pro30 .item .desc,
    .ypt7 .w1400 ul li .pb,
    #Walkerh2er ul li,
    .jjfa4 ul li .wen .pb,
    .jjfa2 ul li .pw span {
        font-size: 14px !important;
    }

    .aboutxin .gyyx1.pbanner .btxt .txt .p {
        font-size: 57px !important;
    }

    #research .text {
        font-size: 16px;
    }

    #Walker .title {
        font-size: 45px;
    }

    #Core .Core-list .itme .txt {
        font-size: 16px;
    }

    #WalkerXControl .des {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .kangyang.WalkerH2.xiongmao .pbanner .btxt .txt .t1_2 {
        margin: 10px 0;
        margin-top: 6px;
    }

    .kangyang.WalkerH2.xiongmao .pbanner .btxt .txt .t1 {
        font-size: 16px !important;
    }

    .kangyang.WalkerH2.xiongmao .pbanner1 .btxt .txt {
        width: 100%;
    }

    #Details .protitle {
        margin-bottom: 20px;
    }

    .jjfa4 ul li img {
        max-width: 40px;
    }

    .table li .label {
        width: 100%;
    }

    .kangyang .pbanner .btxt .txt {
        width: 100%;
        margin-left: 0;
    }

    .kangyangopw .pbanner.jjfa1 .btxt .txt,
    #EAlphaminiAbout .text,
    #EyansheeAbout .text,
    .ulit .ukbanner .left,
    #UKTAI2About .intro,
    #EuKitseriesAbout .intro,
    #aEducation .intro {
        width: 100%;
    }

    .xnfz #xuni1 .inner .div .pcc {
        width: 100%;
    }

    .WalkerH2 .pbanner1 .btxt .txt {
        width: 100%;
    }

    .xiongmao.WalkerH2 .pbanner1 .btxt .txt {
        width: 100%;
    }

    .walkerxxin #WalkerXVideo .inner {
        max-width: 100%;
        margin-left: auto;
    }

    #WalkerXVideo .sub {
        font-size: 16px;
    }

    #xuni1 .inner .div .pcc {
        width: 100%;
    }

    #WalkerXControl .des {
        font-size: 12px;
    }

    .jjfa8 .draggable .slick-slide .item {
        padding-top: 0;
    }

    .jjfa4 ul li {
        margin-top: 3%;
    }

    .aboutxin .gyyx1.pbanner .btxt .txt .p {
        font-size: 48px !important;
    }

    .btnhome {
        width: 125px;
        font-size: 16px;
    }

    #logo a img {
        width: 100%;
        vertical-align: initial;
    }

    .home3 li .woe .poa {
        width: 125px;
        font-size: 16px;
        max-width: 125px;
        line-height: 32px;
    }

    .home2 {
        padding: 40px 0 !important;
    }

    .gyyx5 {
        padding-bottom: 0;
    }

    .home2 .pro7 {
        margin-top: 15px;
    }

    .home04 .home04pr7,
    .home3 .btxt .fs28,
    .proText .intro,
    #CAIphaAlphaMini .intro,
    .pro37 .desc,
    .pro36 .desc,
    .pro35 .desc {
        margin-top: 10px;
    }

    .gyyx5.home3 .txt {
        margin-bottom: 15px;
    }

    .home2 .pro7 {
        margin-top: 15px;
    }

    .home05 .wpp .p {
        margin-bottom: 10px !important;
    }

    .home05 .btxt {
        height: 83%;
    }

    .home05_2 .btxt {
        height: 90%;
    }

    .pbanner .btxt .txt .t1 {
        width: 80%;
        margin: 0 auto;
    }

    #logo h1 {
        padding-bottom: 26%;
    }

    #logo a img {
        /* transform: translateY(-3px); */
    }

    .home05_2 {
        background: rgba(231, 240, 249);
        /* padding-top: 30px; */
    }

    .home2.home6 .desc {
        max-width: 100%;
        margin: auto;
    }

    .home6 .pro7 .item .img {
        border-radius: 5px;
        overflow: hidden;
    }

    .boxTitle,
    #core .title,
    .aboutxin .p,
    .aboutxin .p,
    .aboutxin .p,
    .proText .title,
    .pro35 .ctit,
    .fs50,
    .pro35 .tit,
    .ypt6 .divs .wen .pa,
    .protitle,
    .jjfa5 .btxt .p,
    .jjfa8 .protitle,
    .jjfa5 .btxt .p,
    .pbanner .btxt .txt .p,
    .pbanner .btxt .txt .p {
        font-size: 22px !important;
    }

    #features h3,
    .pro7.home02pr7 .item .tit,
    .contact .dig .contactpa,
    .Milestones .mySwiper2 .swiper-slide .wen .pa,
    .OurCulture .abbbtxt ul li .abpa,
    .gyyx5 ul li .pa,
    .datas .item .dp,
    .design .item .t,
    .pro32 .item .tit,
    .pro31 .item .tit,
    .pro30 .item .tit,
    .ypt7 .w1400 ul li .pa,
    .jjfa12 .draggable .slick-slide .item .tit,
    .pro7 .item .tit,
    .jjfa4 ul li .wen .pa,
    .jjfa2 ul li .pw {
        font-size: 18px !important;
    }

    #Walkerh2er .inner .p,
    .yycj7 .protitle2,
    .yycj6 .inner div,
    #yycj1 .inner .protitle2,
    #AlphaMini-two .list span,
    #AlphaMini-two .list .itme,
    .proText .intro,
    .fs28,
    .pro35 .desc,
    .prop1,
    .prop2,
    .ypt6 .divs .wen .pb,
    .jjfa8 .protitle1,
    .jjfa5 .btxt .t1,
    .jjfa4 .t1,
    .pbanner .btxt .txt .t1 {
        font-size: 16px !important;
    }

    #Walker .title {
        font-size: 36px;
    }

    #WalkerXStructured .data li p,
    #WalkerXComplex .data li p,
    #research .text {
        font-size: 14px;
    }

    #Core .Core-list .itme .txt {
        font-size: 14px;
    }

    .pro7.home02pr7 .item .tit {
        min-height: initial;
    }

    .OurCulture .abbbtxt {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .Brief .txt {
        padding: 0;
    }

    .Brief {
        padding: 30px 0;
    }

    .aboutxin .kuang .pbanner .btxt .txt .t1 {
        font-size: 14px !important;
        width: 100%;
    }

    .aboutxin .kuang .pbanner .btxt .txt .p {
        text-align: center;
        margin-bottom: 30px !important;
    }

    #cooperation .boxTitle,
    #cooperation .intro {
        text-align: center;
    }

    #Walker .btns .btn {
        margin-top: 95%;
    }

    #Flexible .list-ol .icon-box {
        width: 14.2857%;
        transform: scale(0.8);
    }

    #Flexible .icon-box .wenz {
        font-size: 12px !important;
        white-space: nowrap;
    }

    #Flexible .intro {
        margin: 1% 0;
    }

    #Hand-eye .inner {
        top: 6%;
    }

    #Hand-eye .inner .intro {
        font-size: 13px !important;
    }

    #Control .inner {
        top: 5%;
    }

    #Avoidance .inner {
        top: 6%;
    }

    #Avoidance .intro {
        font-size: 13px !important;
    }

    .walkerxxin #WalkerXVideo .expo {
        width: 80%;
    }

    .walkerxxin #WalkerXVideo .icon {
        width: 50%;
    }

    #WalkerXVideo .title {
        font-size: 18px !important;
    }

    #WalkerXNew .name {
        font-size: 12px !important;
    }

    #WalkerXNew li {
        padding: 0;
        padding-bottom: 10px;
    }

    #WalkerXNew .icon {
        width: 42px;
    }

    #WalkerXStructured .info {
        top: 34%;
    }

    #WalkerXControl .proText {
        width: auto;
    }

    #WalkerXControl {
        padding-bottom: 0;
    }

    #WalkerXHandEye .proText {
        width: 100%;
    }

    #WalkerXHandEye .proText h2 {
        width: 100%;
    }

    #WalkerXHandEye .intro {
        font-size: 14px !important;
        width: 60%;
    }

    #WalkerXPerception .intro {
        max-width: 100%;
    }

    #WalkerXPerception .proText .title,
    #WalkerXPerception .proText .intro {
        color: #fff !important;
    }

    #WalkerXMult li {
        display: block;
    }

    .WalkerXPList .icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #nav .levelThree a img {
        width: 100px;
    }

    .WalkerH2 .pbanner.pbanner1 .btxt .title {
        font-size: 24px;
    }

    .WalkerH2 .pbanner .btxt {
        top: 1%;
    }

    .pbanner.pbanner1 .btxt .sub {
        font: 400 20px/1.35em 'liangzihuohuaHLight';
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .btns .btn {
        padding: 3px 5px;
        padding-left: 3px;
        font-size: 12px;
    }

    #Walkerh2er.Walkerh2er_2 ul li {
        width: 33.333% !important;
        flex-wrap: wrap;
    }

    #Walkerh2er.Walkerh2er_2 ul li .pa {
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 15px;
        transform: scale(0.9);
    }

    #Walkerh2er ul {
        justify-content: center;
    }

    .WalkerH2.xiongmao .pbanner .btxt {
        top: auto;
        bottom: 2%;
    }

    .WalkerH2.xiongmao .pbanner .btxt .txt .t1 {
        width: 100%;
        margin-bottom: 10px;
    }

    #xiongmaosan .inner .pcc {
        line-height: 1.5;
    }

    #xiongmaosan .inner .pb {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .xiongmao #WalkerXNew .text {
        margin-top: 70% !important;
    }

    .xiongmao .WalkerXPList .icon {
        width: 30px;
        margin-right: 10px;
    }

    .xiongmaoliu .inner .WalkerXPList {
        bottom: 0%;
    }

    .xiongmao #WalkerXMult li {
        display: flex;
        flex-wrap: initial;
        padding: 0;
    }

    .xiongmao #WalkerXMult li p {
        font-size: 12px;
        text-align: left;
        margin-top: 0;
    }

    #xuni1 .inner .div .pa {
        font-size: 26px;
    }

    #xuni1 .inner .div .pcc {
        max-width: 100%;
    }

    #xuni1 .inner {
        top: 17px;
    }

    .xnfz.yyys #Flexible .list-ol .icon-box {
        width: 25%;
    }

    .xnfz.yyys #Flexible .icon-box .wenz {
        white-space: inherit;
    }

    .xnfz.yyys #Flexible .proText .intro {
        font-size: 14px !important;
    }

    .xnfz.yyys #Service .inner {
        left: 0;
    }

    .xnfz.yyys #Research .inner {
        left: 0;
    }

    .yycj9 .slickMenu .dots .slick-active button {
        width: 8px;
    }

    .xnfz.yyys .normalBlock .protitle {
        margin-bottom: 6px;
    }

    #yycj1 {
        padding: 40px 0;
    }

    .xnfz section#Walkerh2er ul li {
        width: 33.333% !important;
    }

    .xner ul li .des .pa {
        font-size: 14px;
    }

    .new_dat1 .inner .rq2 * {
        font-size: 14px !important;
    }

    .xiongmaoliu .inner h2 {
        text-align: center;
    }

    .xnfz #WalkerXControl {
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg2.jpg);
    }

    .xnfz .xner .pic {
        right: 0% !important;
        bottom: 0% !important;
    }

    .pro1 .prop1_2 {
        font-size: 22px !important;
    }

    .pro1.pro22 .prop2 {
        padding-left: 0;
    }

    .pro28.pro7 .item .tit {
        margin-top: 10px;
        font-size: 14px !important;
    }

    .pro28 .item {
        margin-bottom: 0;
    }

    .pro29 .txt {
        margin-left: 0;
    }

    .pro30 .list .item {
        border-radius: 6px;
        overflow: hidden;
    }

    .pro31 .item .tit {
        font-size: 16px !important;
    }

    .pro31 .list {
        width: 75%;
        margin: 0 auto;
    }

    .pro31 .list .item {
        align-items: center;
    }

    .gyyx6 .wo {
        width: 100%;
    }

    .pbanner.gyyx1.gyyx2.gyyx3 .btxt .txt .t1 {
        width: 100%;
    }

    .pro1_2 .procon {
        top: 12%;
    }

    .pro5 .procon,
    .pro4 .procon {
        top: 6%;
    }

    .kangyang.kangyangopw .pbanner.pbanner1.jjfa1.yycj .btxt .txt .t1 {
        width: 100%;
    }

    .kangyang.kangyangopw .pbanner.pbanner1.jjfa1.yycj .btxt .txt {
        text-align: center;
    }

    .kangyang.kangyangopw .pbanner.pbanner1.jjfa1.yycj .btns {
        margin-top: 98%;
    }

    .kangyang.kangyangopw .pbanner.pbanner1.jjfa1.yycj .btxt .txt .t2 {
        font-size: 26px;
        font-weight: bold;
    }

    .jjfa5.jjfa7.jjfa72 .btxt .t1,
    .pbanner.gyyx3.jjfa4.jjbt .btxt .txt .t1,
    .jjbt.pbanner.gyyx3.jjfa2 .btxt .txt .t1 {
        width: 100%;
        font-size: 14px !important;
    }

    .pbanner.gyyx3.jjfa4.jjbt ul li .wen .pa,
    .jjbt.pbanner.gyyx3.jjfa2 ul li .pw {
        font-size: 16px !important;
    }

    .jjfa5.jjfa7.jjfa72 .btxt .t1 {
        margin-top: 10px;
    }

    .normalBlock.pro33.jjfa8 .pro7 .item .tit {
        font-size: 14px !important;
    }

    .normalBlock.pro33.jjfa8 .pro7 .item img {
        height: 96px;
    }

    .jjfa7_bj {
        background: #fff;
    }

    .jjfa9 {
        background: #f5f5f7;
    }

    .jjfa12 .draggable .slick-slide .item .tit {
        font-size: 16px !important;
    }

    .jjbt.pbanner.gyyx3.jjfa2 ul li .pw span {
        font-size: 12px !important;
    }

    .xnfz.ybx #xuni1.ypt1 .pa {
        font-size: 28px !important;
    }

    .xnfz.ybx #xuni1.ypt1 .inner {
        top: 46px;
    }

    .xnfz.ybx .ypt6 .divs .wen .pb {
        font-size: 13px !important;
    }

    .gyyx .pbanner.gyyx1_2 .btxt .txt .p {
        font-size: 25px !important;
    }

    .gyyx .gyyx1.gyyx1_2 .btxt {
        padding-top: 64px;
    }

    .gyyx .pbanner.gyyx1 .btxt .txt .t1 {
        width: 100%;
        font-size: 14px !important;
    }

    .gyyx .pbanner.gyyx4 .btxt {
        top: 3%;
    }

    .gyyx .pbanner.gyyx5 .btxt .txt .t1 {
        width: 100%;
    }

    .gyyx .pbanner.gyyx1.gyyx2.gyyx3 .btxt {
        padding-top: 0px;
    }

    .xiongmao .pbanner .btxt .txt .t1 {
        margin-bottom: 0;
    }

    .xiongmao .pbanner .btxt .txt .t1_2 {
        margin: 8px 0;
    }

    #yycj1.yycj1_2.yycj1_22 {
        padding: 40px 0;
    }

    #WalkerXControl.xner ul {
        display: block;
    }

    #WalkerXControl.xner ul li {
        width: 100%;
    }

    #WalkerXControl.xner ul li .des {
        text-align: left;
    }

    #WalkerXControl.xner ul li .icon {
        margin: 0;
    }

    #EuKitseriesLevel .proText .title {
        color: #fff;
    }

    .cntblock .txt {
        margin-bottom: 10px;
    }

    #CAIphaAlphaMini .text {
        display: block;
        width: 100%;
    }

    #CAIphaAlphaMini .figure {
        position: static;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    #CAIphaAlphaMini .inner {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #CAlphaEbotCoding .proText .title {
        color: #fff;
    }
}

.btnhome a {
    color: #fff;
}

#header.on {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}

.pbanner .btxt .imgbox {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 14%;
}



/* 2023/7/14新增AI */
.sol_con1 * {
    box-sizing: border-box;
}

.sol_banner {
    width: 100%;
    position: relative;
}

.sol_banner .bj {
    width: 100%;
}

.sol_banner .rq {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sol_banner .rq .p1 {
    font-family: 'liangzihuohuaHLightBold';
    font-size: 48px;
    color: #ffffff;
    line-height: 1;
}

.sol_banner .rq .p2 {
    font-family: 'liangzihuohuaHLightBold';
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    margin-top: 2.44%;
    margin-bottom: 3.8%;
}

.sol_banner .rq .p3 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'SourceHanSansCN';
    line-height: 1.333;
}

.sol_con1 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 3.2%;
    background: #f5f7f9;
}

.sol_bt {
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #333333;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.6;
}

.sol_con1 .rq {
    width: 100%;
    padding: 0 1.86%;
    padding-top: 6%;
    display: flex;
    flex-wrap: wrap;
}

.sol_con1 .rq .div {
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 3.3% 2.86%;
}

.sol_con1 .rq .div:nth-child(3n) {
    margin-right: 0;
}

.sol_con1 .rq .div img {
    width: 75px;
}

.sol_con1 .rq .div .text {
    font-size: 20px;
    color: #333333;
    font-family: 'SourceHanSansCN';
    line-height: 1.6;
    margin-top: 6%;
}

.sol_con2 {
    width: 100%;
    padding-top: 6.2%;
    padding-bottom: 4.7%;
}

.sol_con2 * {
    box-sizing: border-box;
}

.sol_con2 .w1400 {
    max-width: 1500px;
}

.sol_con2 .rq {
    width: 100%;
    padding-top: 6%;
}

.sol_con2 .rq .item {
    padding: 0 5px;
}

.sol_con2 .rq .div {
    display: block;
    width: 100%;
    border: 1px solid #009bdb;
    border-radius: 14px;
    overflow: hidden;
}

.sol_con2 .rq .div .p {
    font-family: 'liangzihuohuaHLightBold';
    font-size: 36px;
    color: #ffffff;
    background: #009bdb;
    padding: 8.7% 0;
    text-align: center;
    border-radius: 0px 0px 14px 14px;
}

.sol_con2 .rq .div img {
    width: 121px;
    display: block;
    margin: 14% auto;
    margin-bottom: 9%;
}

.sol_con2 .rq .div .p1 {
    font-size: 36px;
    color: #4ca2d8;
    line-height: 1.3888;
    font-family: 'liangzihuohuaHLightBold';
    margin: 0 auto;
    text-align: center;
}

.sol_con2 .rq .div .text {
    width: 91%;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 44px;
    font-size: 20px;
    color: #333333;
    font-family: 'SourceHanSansCN';
    line-height: 1.8;
}

.sol_con2 .rq .div .text li {
    padding-left: 12px;
    position: relative;
}

.sol_con2 .rq .div .text li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ca2d8;
    position: absolute;
    left: 0;
    top: 15px;
}

.sol_con2 .slick-track:before,
.sol_con2 .slick-track:after {
    display: none;
}

.sol_con2 .slick-track {
    display: flex;
}

.sol_con2 .slick-slide {
    height: auto;
}

.sol_con2 .slick-slide div {
    height: 100%;
}

.sol_con2 .rq .slick-slide:nth-child(1) .div .p1 {
    width: 70%;
    text-align: left;
}

.sol_con2 .rq .slick-slide:nth-child(1) .div .text {
    width: 78%;
}

.sol_con2 .rq .slick-slide:nth-child(4) .div .text {
    width: 48%;
}

.sol_con2 .rq .purple .div {
    border-color: #7e5ea1;
}

.sol_con2 .rq .purple .div .p {
    background: #7e5ea1;
}

.sol_con2 .rq .purple .div .p1 {
    color: #7e5ea1;
}

.sol_con2 .rq .purple .div .text li::before {
    background: #7e5ea1;
}

.sol_con2 .rq .red .div {
    border-color: #da358c;
}

.sol_con2 .rq .red .div .p {
    background: #da358c;
}

.sol_con2 .rq .red .div .p1 {
    color: #da358c;
}

.sol_con2 .rq .red .div .text li::before {
    background: #da358c;
}

.sol_con2 .rq .grey .div {
    border-color: #7f7f7f;
}

.sol_con2 .rq .grey .div .p {
    background: #7f7f7f;
}

.sol_con2 .rq .grey .div .p1 {
    color: #7f7f7f;
}

.sol_con2 .rq .grey .div .text li::before {
    background: #7f7f7f;
}

.sol_con3 {
    width: 100%;
    padding-top: 7%;
    padding-bottom: 5%;
    background: #f5f7f9;
}

.sol_banner .rq,
.sol_con3 * {
    box-sizing: border-box;
}

.sol_con3 .rq {
    width: 100%;
    padding-top: 6%;
}

.sol_con3 .rq .div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #009bdb;
    margin-bottom: 15px;
}

.sol_con3 .rq .div:nth-child(2n) {
    flex-direction: row-reverse;
}

.sol_con3 .rq .div:nth-child(2) {
    background: #7e5da1;
}

.sol_con3 .rq .div:nth-child(3) {
    background: #db358c;
}

.sol_con3 .rq .div .lef {
    width: 50%;
}

.sol_con3 .rq .div .lef img {
    width: 100%;
}

.sol_con3 .rq .div .rig {
    width: 50%;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.8;
}

.sol_con4 * {
    box-sizing: border-box;
}

.sol_con4 {
    width: 100%;
    padding-top: 6.5%;
    padding-bottom: 4.3%;
}

.sol_con4 .p1 {
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 2%;
    line-height: 1.5;
}

.sol_con4 .rq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
}

.sol_con4 .rq .div {
    width: 48%;
    margin-top: 5.3%;
}

.sol_con4 .rq .div .ig {
    width: 100%;
}

.sol_con4 .rq .div .ig img {
    width: 100%;
}

.sol_con4 .rq .div h3 {
    font-size: 36px;
    color: #666666;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.7;
    text-align: center;
    margin-top: 3%;
}

.sol_con5 {
    width: 100%;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg3.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6.5%;
    padding-bottom: 4.3%;
}

.sol_con5 .sol_bt {
    color: #fff;
}

.sol_con5 .rq {
    width: 100%;
    margin-top: 5.5%;
}

.sol_con5 .rq .div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sol_con5 .rq .div .lef {
    width: 50%;
}

.sol_con5 .rq .div .lef img {
    width: 100%;
}

.sol_con5 .rq .div .rig {
    width: 50%;
    box-sizing: border-box;
    padding-left: 3.8%;
}

.sol_con5 .rq .div .rig .p1 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.5;
}

.sol_con5 .rq .div .rig .text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 2;
    margin-top: 4%;
}

.sol_con5 .rq .div:nth-child(2n) {
    flex-direction: row-reverse;
}

.sol_con5 .rq .div:nth-child(2n) .rig {
    padding-left: 0;
    padding-right: 3.8%;
    text-align: right;
}

.sol_con6 {
    width: 100%;
    padding-top: 6.5%;
    padding-bottom: 4.3%;
}

.sol_con6 * {
    box-sizing: border-box;
}

.sol_con6 .rq {
    width: 100%;
    margin-top: 5.6%;
    /* display: flex;
    flex-wrap: wrap-reverse; */
}

.sol_con6 .rq .div1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    margin-bottom: 15px;
}

.sol_con6 .rq .lef {
    width: 50%;
    padding-right: 3%;
}

.sol_con6 .rq .lef .div {
    width: 100%;
}

.sol_con6 .rq .lef .div .p1 {
    font-size: 36px;
    color: #333333;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.5;
}

.sol_con6 .rq .lef .div .text {
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 2;
    margin-top: 3%;
}

.sol_con6 .rq .rig {
    width: 50%;
}

.sol_con6 .rq .rig img {
    width: 100%;
}

.sol_con7 {
    width: 100%;
    padding-top: 7%;
    padding-bottom: 3%;
    background: #f5f7f9;
}

.sol_con7 .rq {
    width: 100%;
    margin-top: 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sol_con7 .rq .div {
    width: 48.8%;
    margin-right: 1.2%;
    margin-bottom: 3.2%;
}

.sol_con7 .rq .div .ig {
    width: 100%;
}

.sol_con7 .rq .div .ig img {
    width: 100%;
}

.sol_con7 .rq .div h3 {
    font-size: 36px;
    color: #333333;
    line-height: 1.7;
    font-family: 'liangzihuohuaHLightBold';
    text-align: center;
    margin-top: 5%;
}

@media(max-width:1459px) {
    .sol_banner .rq .p1 {
        font-size: 36px;
    }

    .sol_banner .rq .p2 {
        font-size: 45px;
    }

    .sol_banner .rq .p3 {
        font-size: 26px;
    }

    .sol_bt {
        font-size: 36px;
    }

    .sol_con1 .rq .div .text {
        font-size: 18px;
    }

    .sol_con1 .rq .div img {
        width: 65px;
    }

    .sol_con6 .rq .div1 {
        margin-bottom: 10px;
    }

    .sol_con2 .w1400 {
        padding: 0 2%;
    }

    .sol_con2 .rq .div .p {
        font-size: 26px;
    }

    .sol_con2 .rq .div img {
        width: 98px;
    }

    .sol_con2 .rq .div .p1 {
        font-size: 26px;
    }

    .sol_con2 .rq .div .text {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .sol_con2 .rq .div .text li::before {
        width: 4px;
        height: 4px;
        top: 11px;
    }

    .sol_con2 .rq .slick-slide:nth-child(1) .div .p1 {
        width: 60%;
        text-align: left;
    }

    .sol_con3 .rq .div .rig {
        font-size: 26px;
    }

    .sol_con4 .p1 {
        font-size: 20px;
    }

    .sol_con4 .rq .div h3 {
        font-size: 26px;
    }

    .sol_con5 .rq .div .rig .p1 {
        font-size: 26px;
    }

    .sol_con5 .rq .div .rig .text {
        font-size: 20px;
    }

    .sol_con6 .rq .lef .div .p1 {
        font-size: 26px;
    }

    .sol_con6 .rq .lef .div .text {
        font-size: 20px;
    }

    .sol_con7 .rq .div h3 {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .sol_banner .rq .p1 {
        font-size: 22px;
        line-height: 1.3;
        width: 70%;
    }

    .sol_banner .rq .p2 {
        font-size: 34px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .sol_banner .rq .p3 {
        font-size: 22px;
    }

    .sol_banner .rq {
        transform: translate(0);
        left: 0;
        top: 50px;
    }

    .sol_con1 {
        padding: 40px 0;
    }

    .sol_bt {
        font-size: 24px;
        line-height: 1.6;
    }

    .sol_con1 .rq {
        padding: 0;
        padding-top: 22px;
    }

    .sol_con1 .rq .div {
        width: 100%;
        margin-right: 0;
        background: #f5f7f9;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0;
        padding-left: 65px;
        position: relative;
    }

    .sol_con1 .rq .div img {
        width: 45px;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .sol_con1 .rq .div .text {
        margin-top: 0;
        padding: 15px 0;
        border-bottom: 1px solid #e1e3e5;
        font-size: 14px;
    }

    .sol_con1 .rq .div:last-child .text {
        border-bottom: none;
    }

    .sol_con2 {
        padding: 40px 0;
    }

    .sol_con2 .w1400 {
        padding: 0 0%;
    }

    .sol_con2 .rq {
        padding-top: 25px;
    }

    .sol_con2 .rq .div .p {
        font-size: 22px;
        padding: 8% 0;
        border-radius: 0px 0px 10px 10px;
    }

    .sol_con2 .rq .div {
        border-radius: 10px;
    }

    .sol_con2 .rq .div .text {
        width: 100% !important;
        padding: 0 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .sol_con2 .rq .div .p1 {
        font-size: 22px;
    }

    .sol_con2 .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .sol_con2 .dots li {
        width: 10px;
        height: 10px;
        background-color: #cfcfcf;
        margin: 0 10px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .sol_con2 .dots li.slick-active {
        background: #666666;
    }

    .sol_con2 .dots button {
        display: none;
    }

    .sol_con3 {
        padding: 40px 0;
    }

    .sol_con3 .rq {
        padding-top: 22px;
    }

    .sol_con3 .rq .div .rig {
        font-size: 18px;
    }

    .sol_con3 .rq .div {
        margin-bottom: 10px;
    }

    .sol_con4 {
        padding: 40px 0;
    }

    .sol_con4 .p1 {
        font-size: 14px;
        margin-top: 12px;
    }

    .sol_con4 .rq .div {
        width: 100%;
        margin-top: 20px;
    }

    .sol_con4 .rq .div h3 {
        font-size: 16px;
        margin-top: 16px;
    }

    .sol_con5 {
        padding: 40px 0;
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg4.jpg);
        padding-bottom: 20px;
    }

    .sol_con5 .rq {
        margin-top: 20px;
    }

    .sol_con5 .rq .div {
        margin-bottom: 20px;
    }

    .sol_con5 .rq .div .lef {
        width: 100%;
    }

    .sol_con5 .rq .div .rig {
        width: 100%;
        padding-left: 0;
        text-align: center !important;
        padding-top: 15px;
    }

    .sol_con5 .rq .div .rig .p1 {
        font-size: 18px;
    }

    .sol_con5 .rq .div .rig .text {
        font-size: 14px;
        margin-top: 6px;
    }

    .sol_con6 {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .sol_con6 .rq {
        margin-top: 20px;
    }

    .sol_con6 .rq .lef {
        width: 100%;
        padding-top: 20px;
        text-align: center;
        padding-right: 0;
    }

    .sol_con6 .rq .rig {
        width: 100%;
    }

    .sol_con6 .rq .lef .div .p1 {
        font-size: 18px;
    }

    .sol_con6 .rq .lef .div .text {
        font-size: 14px;
        margin-top: 6px;
    }

    .sol_con6 .rq .div1 {
        margin-bottom: 28px;
    }

    .sol_con7 {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .sol_con7 .rq {
        margin-top: 20px;
    }

    .sol_con7 .rq .div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .sol_con7 .rq .div h3 {
        font-size: 18px;
        margin-top: 15px;
    }

}

.sol_banner2.sol_banner .p2 {
    margin-bottom: 2.6%;
    margin-top: 0;
}

.sol_banner2.sol_banner .p3 {
    width: 46%;
}

.sol_banner2.sol_banner .rq {
    top: 54%;
}

.sol2_con1 * {
    box-sizing: border-box;
}

.sol2_con1 {
    width: 100%;
}

.sol2_con1 .rq {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 380px;
    position: relative;
}

.sol2_con1 .div {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 370px;
    left: 0;
}

.sol2_con1 .div1 {
    width: 30%;
    padding: 70px 36px;
    position: relative;
}

.sol2_con1 .div1::before {
    content: '';
    width: 2px;
    height: 85%;
    background: #d3d3d3;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

.sol2_con1 .div1:last-child::before {
    display: none;
}

.sol2_con1 .div1:nth-child(2) {
    width: 40%;
}

.sol2_con1 .div1 img {
    width: 80px;
    display: block;
    margin-left: 12px;
}

.sol2_con1 .div1 .p1 {
    font-size: 36px;
    color: #333333;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1;
    margin: 38px 0;
    padding-left: 12px;
}

.sol2_con1 .div1 .text {
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
}

.sol2_con1 .div1 .text li {
    padding-left: 12px;
    position: relative;
}

.sol2_con1 .div1 .text li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8e31e5;
    position: absolute;
    left: 0;
    top: 18px;
}

.sol2_con2 * {
    box-sizing: border-box;
}

.sol2_con2 {
    width: 100%;
    padding-top: 380px;
    padding-bottom: 100px;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg5.jpg);
    background-size: cover;
    background-position: center;
}

.sol2_con2 .w1400 {
    max-width: 1460px;
}

.sol2_con2 .sol_bt {
    color: #fff;
}

.sol2_con2 .rq {
    width: 100%;
    margin-top: 6.5%;
}

.sol2_con2 .rq .item {
    padding: 0 30px;
}

.sol2_con2 .rq .div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 9% 9.8%;
}

.sol2_con2 .slick-list {
    padding: 0 !important;
}

.sol2_con2 .rq .div .p1 {
    font-size: 36px;
    font-family: 'liangzihuohuaHLightBold';
    color: #fff;
    line-height: 1;
    margin-bottom: 6%;
}

.sol2_con2 .rq .div .text {
    height: auto;
}

.sol2_con2 .rq .div .p2 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'SourceHanSansCN-Medium';
    line-height: 1.5;
}

.sol2_con2 .rq .div .p3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 2;
    margin-bottom: 5px;
    height: auto;
}

.sol2_con2 .slick-slide {
    height: auto;
}

.sol2_con2 .slick-track {
    display: flex;
}

.sol2_con2 .slick-slide div {
    height: 100%;
}

.sol2_con3 * {
    box-sizing: border-box;
}

.sol2_con3 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 4.5%;
    background: #f5f7f9;
}

.sol2_con3 .rq {
    width: 100%;
    padding: 0 5%;
    padding-right: 9.6%;
    padding-top: 5.6%;
}

.sol2_con3 .rq .div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.6%;
}

.sol2_con3 .rq .div .lef {
    width: 46.7%;
}

.sol2_con3 .rq .div .lef img {
    width: 100%;
}

.sol2_con3 .rq .div .rig {
    width: 41.6%;
    font-size: 24px;
    color: #666666;
    line-height: 2;
}

.sol2_con3 .rq .div:nth-child(2n) {
    flex-direction: row-reverse;
}

.sol2_con3 .rq .div:nth-child(2n) .lef {
    width: 41.6%;
}

.sol2_con3 .rq .div:nth-child(2n) .rig {
    width: 46.7%;
    text-align: right;
}

.sol2_con4 {
    width: 100%;
    padding: 6.3% 0;
}

.sol2_con4 .rq {
    width: 100%;
    padding-top: 4.8%;
}

.sol2_con4 .rq .div {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    background: #f5f7f9;
}

.sol2_con4 .rq .div .lef {
    width: 50%;
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 1.333;
}

.sol2_con4 .rq .div:nth-child(2n) {
    flex-direction: row-reverse;
}

.sol2_con4 .rq .div .rig {
    width: 50%;
}

.sol2_con4 .rq .div .rig img {
    width: 100%;
}

.sol2_con5 {
    width: 100%;
    padding: 6% 0;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg3.jpg);
    background-size: cover;
}

.sol2_con5 .sol_bt {
    color: #fff;
}

.sol2_con5 .rq {
    width: 100%;
    padding-top: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sol2_con5 .rq .lef {
    width: 50%;
}

.sol2_con5 .rq .lef img {
    width: 100%;
}

.sol2_con5 .rq .rig {
    width: 46.8%;
}

.sol2_con5 .rq .rig .p1 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'liangzihuohuaHLightBold';
}

.sol2_con5 .rq .rig .text {
    font-size: 24px;
    color: #ffffff;
    line-height: 2;
    margin-top: 5%;
}

.sol2_con6 * {
    box-sizing: border-box;
}

.sol2_con6 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 5.6%;
}

.sol2_con6 .p1 {
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 2%;
}

.sol2_con6 .rq {
    width: 100%;
    margin-top: 6%;
}

.sol2_con6 .rq .div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sol2_con6 .rq .div:nth-child(2n) {
    flex-direction: row-reverse;
}

.sol2_con6 .rq .div .lef {
    width: 50%;
}

.sol2_con6 .rq .div .lef img {
    width: 100%;
}

.sol2_con6 .rq .div .rig {
    width: 50%;
    padding-left: 4.6%;
    padding-right: 9.6%;
    font-size: 24px;
    color: #666666;
    line-height: 2;
}

.sol2_con6 .rq .div:nth-child(2n) .rig {
    padding-left: 10.6%;
    padding-right: 6.6%;
}

.sol2_con6 .rq .div .rig li {
    padding-left: 24px;
    position: relative;
}

.sol2_con6 .rq .div .rig li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8e31e5;
    position: absolute;
    left: 0;
    top: 22px;
}

@media(max-width:1459px) {
    .sol2_con1 .div1 {
        padding: 54px 26px;
    }

    .sol2_con1 .div1 img {
        width: 60px;
    }

    .sol2_con1 .div1 .p1 {
        font-size: 26px;
        margin: 28px 0;
    }

    .sol2_con1 .div1 .text {
        font-size: 16px;
    }

    .sol2_con1 .div1 .text li::before {
        width: 4px;
        height: 4px;
        top: 13px;
    }

    .sol2_con1 .rq {
        padding-top: 90px;
        padding-bottom: 280px;
    }

    .sol2_con1 .div {
        top: 280px;
    }

    .sol2_con2 {
        padding-top: 280px;
        padding-bottom: 76px;
    }

    .sol2_con2 .rq .item {
        padding: 0 24px;
    }

    .sol2_con2 .rq .div .p1 {
        font-size: 26px;
    }

    .sol2_con2 .rq .div .p2 {
        font-size: 24px;
    }

    .sol2_con2 .rq .div .p3 {
        font-size: 18px;
    }

    .sol2_con3 .rq .div .rig {
        font-size: 18px;
    }

    .sol2_con4 .rq .div .lef {
        font-size: 26px;
    }

    .sol2_con5 .rq .rig .p1 {
        font-size: 26px;
    }

    .sol2_con5 .rq .rig .text {
        font-size: 18px;
    }

    .sol2_con6 .p1 {
        font-size: 18px;
    }

    .sol2_con6 .rq .div .rig {
        font-size: 18px;
    }

    .sol2_con6 .rq .div .rig li {
        padding-left: 18px;
    }

    .sol2_con6 .rq .div .rig li::before {
        width: 4px;
        height: 4px;
        top: 17px;
    }
}

@media(max-width:768px) {
    .sol_banner2.sol_banner .rq {
        top: 70px;
        text-align: center;
    }

    .sol_banner2.sol_banner .p3 {
        width: 100%;
    }

    .sol_banner2.sol_banner .rq .p3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .sol2_con1 .rq {
        padding: 40px 0;
        padding-bottom: 25px;
    }

    .sol2_con1 .sol_bt {
        font-size: 20px;
    }

    .sol2_con1 .div {
        position: static;
        padding-top: 20px;
        box-shadow: none;
    }

    .sol2_con1 .div1 {
        width: 100%;
        padding: 15px 0;
        border-bottom: 2px solid #d3d3d3;
        padding-left: 42px;
        position: relative;
    }

    .sol2_con1 .div1:last-child {
        border-bottom: none;
    }

    .sol2_con1 .div1::before {
        display: none;
    }

    .sol2_con1 .div1 img {
        width: 34px;
        position: absolute;
        left: 0;
        top: 15px;
        margin-left: 0;
    }

    .sol2_con1 .div1 .p1 {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .sol2_con1 .div1 .text {
        font-size: 14px;
    }

    .sol2_con1 .div1 .text li {
        padding-left: 10px;
    }

    .sol2_con1 .div1 .text li::before {
        width: 3px;
        height: 3px;
        top: 11px;
    }

    .sol2_con1 .div1:nth-child(2) {
        width: 100%;
    }

    .sol2_con2 {
        padding: 40px 0;
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg6.jpg);
    }

    .sol2_con2 .sol_bt {
        width: 74%;
        margin: 0 auto;
    }

    .sol2_con2 .rq {
        margin-top: 22px;
    }

    .sol2_con2 .rq .div {
        padding: 30px 15px;
    }

    .sol2_con2 .rq .div .p1 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .sol2_con2 .rq .div .p2 {
        font-size: 17px;
    }

    .sol2_con2 .rq .div .p3 {
        font-size: 14px;
    }

    .sol2_con2 .rq .div .text {
        padding-left: 15px;
    }

    .sol2_con2 .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .sol2_con2 .dots li {
        width: 10px;
        height: 10px;
        background-color: #fff;
        margin: 0 10px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        opacity: 0.5;
    }

    .sol2_con2 .dots li.slick-active {
        opacity: 1;
    }

    .sol2_con2 .dots button {
        display: none;
    }

    .sol2_con3 {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .sol2_con3 .sol_bt {
        width: 80%;
        margin: 0 auto;
    }

    .sol2_con3 .rq {
        padding: 0 !important;
        margin-top: 25px;
    }

    .sol2_con3 .rq .div {
        margin-bottom: 25px;
    }

    .sol2_con3 .rq .div .lef {
        width: 100% !important;
    }

    .sol2_con3 .rq .div .rig {
        width: 100% !important;
        font-size: 14px;
        text-align: center !important;
        margin-top: 15px;
    }

    .sol2_con4 {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .sol2_con4 .rq .div {
        background: #fff;
    }

    .sol2_con4 .rq {
        padding-top: 20px;
    }

    .sol2_con4 .rq .div .lef {
        width: 100%;
        font-size: 18px;
        margin: 20px 0;
    }

    .sol2_con4 .rq .div .rig {
        width: 100%;
    }

    .sol2_con5 {
        padding: 40px 0;
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg4.jpg);
    }

    .sol2_con5 .rq {
        padding-top: 15px;
    }

    .sol2_con5 .rq .lef {
        width: 100%;
    }

    .sol2_con5 .rq .rig {
        width: 100%;
        margin-top: 15px;
    }

    .sol2_con5 .rq .rig .p1 {
        font-size: 18px;
        text-align: center;
    }

    .sol2_con5 .rq .rig .text {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .sol2_con6 {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .sol2_con6 .p1 {
        font-size: 14px;
        margin-top: 8px;
    }

    .sol2_con6 .rq {
        margin-top: 22px;
    }

    .sol2_con6 .rq .div {
        margin-bottom: 25px;
    }

    .sol2_con6 .rq .div .lef {
        width: 100%;
    }

    .sol2_con6 .rq .div .rig {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 14px;
        padding: 0 20px;
        margin-top: 15px;
    }

    .sol2_con6 .rq .div .rig li {
        padding-left: 0;
    }

    .sol2_con6 .rq .div .rig li::before {
        display: none;
    }

    .sol2_con2 .rq .item {
        padding: 0 5px;
    }
}


#CAlphaEbotVideo {
    background-image: none;
    padding-bottom: 0;
}

#CAlphaEbotVideo .pc,
#CAlphaEbotVideo .wap {
    width: 100%;
}

#CAlphaEbotVideo .text {
    width: 100%;
}

#CAlphaEbotVideo .box {
    width: 100%;
    position: absolute;
    top: 46%;
    left: 0;
    transform: translateY(-50%);
}

#CAlphaEbotVideo .title {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 0;
}

.alp_con1 {
    width: 100%;
    position: relative;
}

.alp_con1 img {
    width: 100%;
}

.alp_con1 .info {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    padding-top: 5.3%;
}

.alp_con1 .text {
    font-size: 26px;
    color: #333333;
    line-height: 1.461538;
    text-align: center;
    font-family: 'SourceHanSansCN-Normal';
}

.alp_con2 {
    width: 100%;
    padding: 5.1% 0;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zximg2.jpg);
    background-size: cover;
    background-position: center;
}

.alp_con2 .rq {
    width: 100%;
    margin-top: 5.2%;
    display: flex;
    justify-content: space-between;
}

.alp_con2 .rq .div {
    display: flex;
    align-items: center;
}

.alp_con2 .rq .div img {
    width: 80px;
}

.alp_con2 .rq .div p {
    font-size: 20px;
    color: #000;
    padding-left: 12px;
}

.alp_con3 {
    width: 100%;
    position: relative;
}

.alp_con3 img {
    width: 100%;
}

.alp_con3 .info {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    padding-top: 5%;
    text-align: center;
}

.alp_con3 .text {
    font-size: 26px;
    color: #333333;
    line-height: 1.461538;
    font-family: 'SourceHanSansCN-Normal';
    margin-top: 18px;
}

.alp_con4 .proText .title,
.alp_con4 .text {
    color: #fff;
}

.alp_con5 .info .proText {
    text-align: left;
}

.alp_con5 .info {
    padding-top: 8%;
}

.alp_con6 {
    width: 100%;
    background: #eff2f7;
    padding-top: 4.5%;
    padding-bottom: 5.8%;
}

.alp_con6 .p1 {
    font-size: 60px;
    color: #333333;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1.2 !important;
    text-align: center;
}

.alp_con6 .rq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 6.2%;
}

.alp_con6 .rq .lef {
    width: 50%;
    padding-top: 18px;
}

.alp_con6 .rq .lef img {
    width: 100%;
}

.alp_con6 .rq .rig {
    width: 44.8%;
}

.alp_con6 .rq .rig .div {
    width: 100%;
    border-bottom: 1px dashed #b3b4b5;
    padding-left: 20px;
    display: flex;
    line-height: 60px;
}

.alp_con6 .rq .rig .div .p2 {
    font-size: 18px;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold';
    width: 185px;
}

.alp_con6 .rq .rig .div .p3 {
    font-size: 18px;
    color: #333333;
    font-family: 'SourceHanSansCN-Normal';
}

@media(max-width:1459px) {
    #CAlphaEbotVideo .text img {
        width: 190px;
    }

    #CAlphaEbotVideo .title {
        font-size: 38px;
        margin-top: 26px;
    }

    .alp_con1 .text {
        font-size: 20px;
    }

    .alp_con2 .rq .div img {
        width: 64px;
    }

    .alp_con2 .rq .div p {
        font-size: 16px;
    }

    .alp_con3 .text {
        font-size: 20px;
        margin-top: 15px;
    }

    .alp_con6 .p1 {
        font-size: 45px;
    }

    .alp_con6 .rq .rig .div .p2 {
        font-size: 16px;
        width: 160px;
    }

    .alp_con6 .rq .rig .div .p3 {
        font-size: 16px;
    }

    .alp_con6 .rq .rig .div {
        padding-left: 14px;
    }
}

@media(max-width:768px) {
    #CAlphaEbotVideo .text {
        padding: 0;
        padding-top: 30px;
    }

    #CAlphaEbotVideo .box {
        top: 0;
        transform: translate(0);
    }

    #CAlphaEbotVideo .text img {
        width: 140px;
        margin: 0 auto;
        display: block;
    }

    #CAlphaEbotVideo .title {
        font-size: 24px;
        margin-top: 15px;
        text-align: center;
    }

    .alp_con1 .text {
        font-size: 13px;
    }

    .alp_con2 {
        padding: 40px 0;
    }

    .alp_con2 .rq .div {
        display: block;
        width: 32%;
    }

    .alp_con2 .rq .div p {
        width: 100%;
        padding-left: 0;
        font-size: 13px;
        color: #363636;
        text-align: center;
        line-height: 1.3;
    }

    .alp_con2 .rq .div img {
        display: block;
        margin: 0 auto;
        width: 56px;
        margin-bottom: 10px;
    }

    .alp_con2 .rq {
        margin-top: 30px;
    }

    .alp_con3 .text {
        font-size: 14px;
        margin-top: 10px;
    }

    .alp_con3 .info {
        padding-top: 9%;
    }

    .alp_con5 .info .proText {
        text-align: center;
    }

    .alp_con6 {
        padding: 40px 0;
    }

    .alp_con6 .p1 {
        font-size: 24px;
    }

    .alp_con6 .rq .lef {
        width: 100%;
    }

    .alp_con6 .rq .rig {
        width: 100%;
        margin-top: 20px;
    }

    .alp_con6 .rq .rig .div .p3 {
        font-size: 12px;
    }

    .alp_con6 .rq .rig .div {
        padding-left: 0px;
        line-height: 1.5;
        padding: 15px 0;
    }

    .alp_con6 .rq .rig .div .p2 {
        font-size: 12px;
        width: 120px;
    }
}

#CAIpha_mini .text {
    display: inline-block;
}

#CAIpha_mini .title {
    font-size: 50px;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
}

#CAIpha_mini .img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.alp2_con1 {
    width: 100%;
    position: relative;
}

.alp2_con1 .rq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5.2%;
}

.alp2_con1 .rq .text {
    font-size: 26px;
    color: #333333;
    line-height: 1.4615;
    font-family: 'SourceHanSansCN-Normal';
    text-align: center;
    padding: 0 9%;
}

.alp_con2.alp2_con2 .rq .div p {
    line-height: 1.5;
    font-family: 'SourceHanSansCN-Normal';
}

.alp_con2.alp2_con2 .rq .div img {
    width: 60px;
}

.alp2_con3 {
    width: 100%;
    position: relative;
}

.alp2_con3 .rq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 8.4%;
}

.alp2_con3 .rq .proText {
    text-align: left;
}

.alp2_con3 .rq .intro {
    margin: 0;
    margin-top: 2.4%;
    max-width: 575px;
    font-size: 26px !important;
}

.alp2_con4 {
    width: 100%;
    position: relative;
}

.alp2_con4 .rq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5.4%;
}

.alp2_con4 .rq .intro {
    max-width: 808px;
    font-size: 26px !important;
}

.alp2_con5 {
    width: 100%;
    position: relative;
}

.alp2_con5 .rq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5.4%;
}

.alp2_con5 .rq .intro {
    max-width: 100%;
    font-size: 26px !important;
}

#CAIpha_mini .pc,
#CAIpha_mini .wap {
    width: 100%;
}

.alp2_con5 img,
.alp2_con4 img,
.alp2_con3 img,
.alp2_con1 img {
    width: 100%;
}

.alp2_con6 {
    width: 100%;
    position: relative;
}

.alp2_con6 img {
    width: 100%;
}

.alp2_con6 .rq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5%;
}

@media(max-width:1459px) {
    #CAIpha_mini .img {
        margin-bottom: 26px;
        width: 240px;
    }

    #CAIpha_mini .title {
        font-size: 36px;
    }

    .alp2_con1 .rq .text {
        font-size: 20px;
        padding: 0 16%;
    }

    .alp2_con3 .rq .intro {
        max-width: 452px;
        font-size: 20px !important;
    }

    .alp2_con4 .rq .intro {
        max-width: 636px;
        font-size: 20px !important;
    }

    .alp2_con5 .rq .intro {
        font-size: 20px !important;
    }

    .alp2_con5 .rq {
        padding-top: 4%;
    }
}

@media(max-width:768px) {
    #CAIpha_mini .text {
        width: 100%;
    }

    #CAIpha_mini .box {
        top: 36px;
    }

    #CAIpha_mini .img {
        margin-bottom: 10px;
        width: 140px;
    }

    #CAIpha_mini .title {
        font-size: 26px;
        text-align: center;
        display: block;
    }

    .alp2_con1 .rq .text {
        font-size: 12px;
        padding: 0;
    }

    .alp2_con1 .rq {
        top: auto;
        bottom: 14px;
        padding-top: 0;
    }

    .alp_con2.alp2_con2 .rq {
        flex-wrap: wrap;
    }

    .alp_con2.alp2_con2 .rq .div {
        width: 50%;
        margin-bottom: 30px;
    }

    .alp_con2.alp2_con2 .rq .div img {
        width: 40px;
    }

    .alp_con2.alp2_con2 {
        padding-bottom: 10px;
    }

    .alp2_con3 .rq .intro {
        max-width: 193px;
        font-size: 14px !important;
    }

    .alp2_con4 .rq .intro {
        font-size: 14px !important;
    }

    .alp2_con4 .rq {
        padding-top: 40px;
    }

    .alp2_con6 .rq {
        padding-top: 30px;
    }

    .alp2_con5 .proText .title {
        color: #fff;
    }

    .alp2_con5 .rq .intro {
        font-size: 14px !important;
    }

    .alp2_con5 .rq {
        padding-top: 30px;
    }

    .specification_2 .img {
        margin-bottom: 30px;
    }
}

.pro37_2 {
    width: 100%;
    padding-top: 6%;
    display: flex;
    justify-content: center;
}

.pro37_2 .div .text {
    display: block;
    text-align: center;
    height: 75px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pro37_2 .div .text img {
    display: inline-block;
    margin: 0 auto;

}

.pro37_2 .div .text p {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
}

.pro37_2 .div1 {
    width: 100%;
    display: flex;
}

.pro37_2 .div1 .img {
    display: inline-block;
}

.pro37_2 .div1 i {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zximg4.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    margin-top: 20px;
}

.pro37_2 .div:nth-child(1) .div1 .img:nth-child(2) img {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
}

.normalBlock.pro37.home2.home02.home6 {
    padding-bottom: 0 !important;
}

.normalBlock.pro37.home2.home02.home6 .btnhome {
    display: none;
}

@media(max-width:1459px) {
    .pro37_2 .div .text img {
        height: 26px;
    }

    .pro37_2 .div .text p {
        font-size: 18px;
    }

    .pro37_2 .div1 i {
        width: 26px;
        height: 26px;
        margin-bottom: 20px;
        margin-top: 14px;
    }
}

@media(max-width:768px) {
    .normalBlock.pro37.home2.home02.home6 {
        padding-bottom: 40px !important;
    }

    .normalBlock.pro37.home2.home02.home6 .btnhome {
        display: flex;
    }
}

/* Solutions_Labs */
.sol_banner3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sol_banner3 .bj {
    width: 100%;
}

.sol_banner3 .rq {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.sol_banner3 .rq .p1 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1;
}

.sol_banner3 .rq .p2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.666;
    margin-top: 3%;
    max-width: 1090px;
}

.sol3_con1 {
    width: 100%;
    padding-top: 6.8%;
    padding-bottom: 6.3%;
}

.sol3_con1 .text {
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
}

.sol3_con1 .rq {
    width: 100%;
    margin-top: 5%;
}

.sol3_con1 .rq img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sol3_con2 {
    width: 100%;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg3.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6.8%;
    padding-bottom: 6.3%;
}

.sol3_con2 .sol_bt {
    color: #fff;
}

.sol3_con2 .rq {
    width: 100%;
    margin-top: 6.2%;
}

.sol3_con2 .rq img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sol3_con3 {
    width: 100%;
    padding-top: 6.8%;
    padding-bottom: 6.3%;
}

.sol3_con3 .rq {
    width: 100%;
    margin-top: 6.2%;
}

.sol3_con3 .rq img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sol3_con4 {
    width: 100%;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg3.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6.8%;
    padding-bottom: 3.8%;
}

.sol3_con4 .sol_bt {
    color: #fff;
}

.sol3_con4 .rq {
    width: 100%;
    margin-top: 2.8%;
}

.sol3_con4 .rq img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sol3_con5 {
    width: 100%;
    padding-top: 6.8%;
}

.sol3_con5 .rq {
    width: 100%;
    padding-top: 5.2%;
}

.sol3_con5 .rq img {
    width: 100%;
}

.sol3_con6 {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 6.8%;
}

.sol3_con6 .rq {
    width: 100%;
    margin-top: 7%;
    padding: 0 2.4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.sol3_con6 .rq .div {
    width: 48.5%;
    margin-bottom: 5.4%;
}

.sol3_con6 .rq .div .img {
    width: 100%;
}

.sol3_con6 .rq .div .img img {
    width: 100%;
}

.sol3_con6 .rq .div p {
    font-size: 36px;
    color: #666666;
    font-family: 'liangzihuohuaHLightBold';
    line-height: 1;
    text-align: center;
    margin-top: 4.3%;
}

.sol3_con7 {
    width: 100%;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg3.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6.8%;
    padding-bottom: 5%;
}

.sol3_con7 .sol_bt {
    color: #fff;
}

.sol3_con7 .rq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 6%;
}

.sol3_con7 .rq .lef {
    width: 36.8%;
}

.sol3_con7 .rq .lef img {
    width: 100%;
}

.sol3_con7 .rq .rig {
    width: 58%;
}

.sol3_con7 .rq .rig .p {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.6;
}

.sol3_con7 .rq1 {
    width: 100%;
    margin-top: 6.2%;
}

.sol3_con7 .rq1 .div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sol3_con7 .rq1 .div img {
    width: 53px;
}

.sol3_con7 .rq1 .div p {
    width: calc(100% - 53px);
    padding-left: 37px;
    box-sizing: border-box;
    font-size: 24px;
    color: #ffffff;
}

.sol3_con7 .rq1 .div:last-child {
    margin-bottom: 0;
}

.sol3_con8 {
    width: 100%;
    padding-top: 6.8%;
    padding-bottom: 5%;
}

.sol3_con8 .rq {
    width: 100%;
    margin-top: 4.6%;
}

.sol3_con8 .rq img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sol3_con9 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sol3_con9 .rig {
    width: 50%;
}

.sol3_con9 .rig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol3_con9 .lef {
    width: 50%;
    background-image: url(https://dwebsite.ubtrobot.com/cn/images/zwimg3.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sol3_con9 .lef .div {
    width: 700px;
    padding-right: 25px;
    box-sizing: border-box;
}

.sol3_con9 .sol_bt {
    text-align: left;
    color: #fff;
    line-height: 1.5;
}

.sol3_con9 .p1 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'SourceHanSansCN-Bold';
    margin-top: 7%;
    line-height: 1;
}

.sol3_con9 .text {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 15px;
}

.sol3_con9 .text p {
    padding-left: 22px;
    position: relative;
}

.sol3_con9 .text p::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 5px;
}

.sol3_con9 .div1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
    padding-right: 7%;
    box-sizing: border-box;
}

.sol3_con9 .div1 .ig {
    width: 52px;
    display: block;
    margin: 0 auto;
}

.sol3_con9 .div1 p {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
}

@media(max-width:1459px) {
    .sol_banner3 .rq .p1 {
        font-size: 44px;
    }

    .sol_banner3 .rq .p2 {
        max-width: 790px;
        font-size: 26px;
    }

    .sol3_con1 .text {
        font-size: 18px;
    }

    .sol3_con6 .rq .div p {
        font-size: 26px;
    }

    .sol3_con7 .rq .rig .p {
        font-size: 24px;
    }

    .sol3_con7 .rq1 .div img {
        width: 40px;
    }

    .sol3_con7 .rq1 .div p {
        width: calc(100% - 40px);
        padding-left: 28px;
        font-size: 18px;
    }

    .sol3_con7 .rq1 .div {
        margin-bottom: 24px;
    }

    .sol3_con9 .lef .div {
        width: 100%;
        padding: 5%;
        padding-right: 20px;
    }

    .sol3_con9 .p1 {
        font-size: 26px;
    }

    .sol3_con9 .text p {
        padding-left: 16px;
    }

    .sol3_con9 .text {
        font-size: 20px;
        margin-top: 12px;
    }

    .sol3_con9 .text p::before {
        width: 4px;
        height: 4px;
        top: 17px;
        left: 2px;
    }

    .sol3_con9 .div1 p {
        font-size: 18px;
        margin-top: 12px;
    }

    .sol3_con9 .div1 .ig {
        width: 40px;
    }

}

@media(max-width:768px) {
    .sol_banner3 .rq .p1 {
        font-size: 32px;
        text-align: center;
    }

    .sol_banner3 .rq .p2 {
        max-width: 100%;
        font-size: 17px;
        margin-top: 20px;
    }

    .sol_banner3 .rq {
        width: 100%;
        transform: translate(0);
        left: 0;
        top: 60px;
    }

    .sol3_con1 .text {
        font-size: 14px;
    }

    .sol3_con1 {
        padding: 40px 0;
    }

    .sol3_con1 .rq {
        margin-top: 20px;
    }

    .sol3_con2 {
        padding: 40px 0;
        background-image: url(https://dwebsite.ubtrobot.com/cn/images/zximg5.jpg);
    }

    .sol3_con2 .rq {
        margin-top: 24px;
    }

    .sol3_con3 {
        padding: 40px 0;
    }

    .sol3_con3 .w1400 {
        padding: 0;
    }

    .sol3_con3 .rq {
        margin-top: 24px;
    }

    .sol3_con4 {
        padding: 40px 0;
    }

    .sol3_con4 .rq {
        margin-top: 22px;
    }

    .sol3_con5 {
        padding-top: 40px;
    }

    .sol3_con2 .sol_bt {
        width: 70%;
        margin: 0 auto;
    }

    .sol3_con4 .sol_bt {
        width: 92%;
        margin: 0 auto;
    }

    .sol3_con5 .sol_bt {
        width: 60%;
        margin: 0 auto;
    }

    .sol3_con5 .rq {
        padding-top: 22px;
    }

    .sol3_con6 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .sol3_con6 .rq .div {
        width: 100%;
        margin-bottom: 30px;
    }

    .sol3_con6 .rq .div p {
        font-size: 18px;
        margin-top: 15px;
    }

    .sol3_con6 .rq {
        padding: 0;
    }

    .sol3_con7 {
        padding: 40px 0;
    }

    .sol3_con7 .rq {
        margin-top: 22px;
    }

    .sol3_con7 .rq .lef {
        width: 100%;
    }

    .sol3_con7 .rq .rig {
        width: 100%;
        margin-top: 15px;
    }

    .sol3_con7 .rq .rig .p {
        font-size: 16px;
    }

    .sol3_con7 .rq1 {
        margin-top: 20px;
    }

    .sol3_con7 .rq1 .div img {
        width: 25px;
    }

    .sol3_con7 .rq1 .div p {
        width: calc(100% - 25px);
        padding-left: 10px;
        font-size: 12px;
    }

    .sol3_con7 .rq1 .div {
        margin-bottom: 18px;
    }

    .sol3_con8 {
        padding: 40px 0;
    }

    .sol3_con8 .rq {
        margin-top: 20px;
    }

    .sol3_con9 .lef {
        width: 100%;
        background: none;
    }

    .sol3_con9 .rig {
        display: none;
    }

    .sol3_con9 .sol_bt {
        color: #333;
    }

    .sol3_con9 .p1 {
        color: #666666;
    }

    .sol3_con9 .text {
        color: #666666;
    }

    .sol3_con9 .lef .div {
        padding: 0;
    }

    .sol3_con9 .sol_bt {
        padding: 0 5%;
        padding-top: 40px;
        box-sizing: border-box;
        background: #f5f7f9;
    }

    .sol3_con9 .p1 {
        font-size: 18px;
        background: #f5f7f9;
        margin-top: 0;
        padding: 0 5%;
        padding-top: 25px;
        box-sizing: border-box;
    }

    .sol3_con9 .text {
        font-size: 14px;
        margin-top: 0;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 30px;
        background: #f5f7f9;
    }

    .sol3_con9 .text p::before {
        background: #666;
        width: 3px;
        height: 3px;
        top: 10px;
    }

    .sol3_con9 .text p {
        padding-left: 12px;
    }

    .sol3_con9 .lef .div img {
        width: 100%;
    }

    .sol3_con9 .p2 {
        text-align: center;
        color: #333333;
    }

    .sol3_con9 .div1 {
        padding: 40px 5%;
        padding-bottom: 40px;
        background: #f5f7f9;
        margin-top: 0;
    }

    .sol3_con9 .div1 p {
        font-size: 14px;
        color: #5a5a5a;
    }

}

/* 2023.9.14 */
#CAlphaEbotVideo .title {
    background: linear-gradient(to bottom, #00a5e5, #183eff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}


/* .fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    padding: 14px 0;
    width: 100%;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: transparent;
} */




.swiper-container-silder {
    width: 100%;
    height: 100%;
}

.swiper-slide-silder {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
