@charset "utf-8";

#site_Robot.page {
	position: relative;
    background-color: #000;
}

#site_Robot.page .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    z-index: 1;
}

#site_Robot.page .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#site_Robot.page .inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

#site_Robot.page .gototop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1239px) {
    #site_Robot.page .inner {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 991px) {
    #site_Robot.page .inner{
        padding: 0 0;
    }
    #site_Robot.page .video{
        display: none;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 579px) {
}

/* ===================================== */
/* kv ================================== */
/* ===================================== */

#site_Robot.page .kv {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 580px;
    overflow: hidden;
}

#site_Robot.page .kv .text {
    width: 540px;
    padding-top: 80px;
}

#site_Robot.page .kv .text h1,
#site_Robot.page .kv .text h3 {
    margin-bottom: 10px;
    color: #fff;
}
#site_Robot.page .kv .text span.subttl {
    font-weight: 100;
	font-size: 27px;
	display: block;
}
#site_Robot.page .kv .text h1.subttl {
    font-weight: 100;
}

#site_Robot.page .kv .text h1.title {
    font-size: 38px;
    font-weight: 800;
}

#site_Robot.page .kv .text h3 {
    margin: 40px 0 40px;
    font-size: 23.01px;
    font-weight: unset;
}
#site_Robot.page .kv .text .thisBtn{
    position: relative;
    z-index: 2;
}

#site_Robot.page .kv .pic {
    position: relative;
}

#site_Robot.page .kv .pic img {
    position:absolute;
}

#site_Robot.page .kv .pic img.robot1 {
    top: 5px;
    right: 240px;
    z-index: 11;
}

#site_Robot.page .kv .pic img.robot2 {
    top: 265px;
    right: 20px;
    z-index: 13;
}

#site_Robot.page .kv .pic img.robot1Light {
    top: 160px;
    right: 60px;
    z-index: 12;
    animation: robot1LightRotate 9s ease-in-out infinite;
}
#site_Robot.page .kv .slider-banner{
    position: absolute;
    left: 14%;
    bottom: 25px;
    padding: 0 0 20px;
    margin-left: 15px;
    max-width: 300px;
    z-index: 1;
}
#site_Robot.page .kv .slider-banner .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#site_Robot.page .kv .slider-banner .item .product{
    width: 261px;
    height: 180px;
}
#site_Robot.page .kv .slider-banner::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 705px;
    height: 323px;
    background: url('../img/i1.png') no-repeat top; background-size: 100% auto;
    transform: translate(-50%,-50%);
}
#site_Robot.page .kv .slider-banner .txt{
    position: relative;
    display: inline-flex;
    margin-top: 15px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}
#site_Robot.page .kv .slider-banner .txt font{
    position: relative;
    text-align: center;
    z-index: 1;
}
#site_Robot.page .kv .slider-banner .txt font::after{
    content: '';
    position: absolute;
    top: 3px;
    left: -15px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% + 30px);
    height: 31px;
    background-color: #6c00b1;
    z-index: -1;
    transform: skewX(-20deg);
}
#site_Robot.page .kv .slider-banner .txt span{
    margin-left: 40px;
    font-size: 16px;
    color: #fff;
}

@keyframes robot1LightRotate {
	0% {
		transform: rotate(-5deg);
	}
	40% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(-5deg);
	}
}

#site_Robot.page .kv .pic .arrow1 {
    position:absolute;
    top: 470px;
    right: 590px;
    z-index: 9;
}

#site_Robot.page .kv .pic .arrow1 img,
#site_Robot.page .kv .pic .arrow2 img {
    opacity: 0;
}

#site_Robot.page .kv .pic .arrow1 img:nth-child(1) {
    top: 0;
    right: 0;
    animation: arrow1shine 1.2s ease-in-out infinite 0s;
}

#site_Robot.page .kv .pic .arrow1 img:nth-child(2) {
    top: 5px;
    right: -34px;
    animation: arrow1shine 1.2s ease-in-out infinite .5s;
}

#site_Robot.page .kv .pic .arrow1 img:nth-child(3) {
    top: 10px;
    right: -68px;
    animation: arrow1shine 1.2s ease-in-out infinite 1s;
}

@keyframes arrow1shine {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#site_Robot.page .kv .pic .arrow2 {
    position:absolute;
    top: 505px;
    right: 210px;
    z-index: 14;
}

#site_Robot.page .kv .pic .arrow2 img:nth-child(1) {
    top: 0;
    right: 0;
    animation: arrow1shine02 1.2s ease-in-out infinite 0.6s;
}

#site_Robot.page .kv .pic .arrow2 img:nth-child(2) {
    top: 6px;
    right: -38px;
    animation: arrow1shine02 1.2s ease-in-out infinite .3s;
}

#site_Robot.page .kv .pic .arrow2 img:nth-child(3) {
    top: 12px;
    right: -76px;
    animation: arrow1shine02 1.2s ease-in-out infinite 0s;
}

@keyframes arrow1shine02 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



@media screen and (max-width: 1139px) {
    #site_Robot.page .kv .pic {
        zoom: .9;
        top: 40px;
    }
}

@media screen and (max-width: 1069px) {
    #site_Robot.page .kv .pic {
        zoom: .8;
        top: 95px;
    }
}

@media screen and (max-width: 991px) {
    #site_Robot.page .kv {
        min-height: 61rem;
        background: url('../img/m_banner.jpg') no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    #site_Robot.page .kv .slider-banner{
        top: 135px;
        left: auto;
        right: 8%;
        bottom: auto;
    }

    #site_Robot.page .kv .text {
        width: 100%;
        padding: 50px 0 0 10%;
    }
    #site_Robot.page .kv .text h1.title{
        font-size: 26px;
    }
	#site_Robot.page .kv .text span.subttl {
	    font-size: 22px;
    }

    #site_Robot.page .kv .pic {
        zoom: .75;
        right: 80px;
        top: 255px;
    }

}

@media screen and (max-width: 830px) {
    #site_Robot.page .kv{
        flex-direction: column;
        justify-content: flex-start;
    }
    #site_Robot.page .kv .slider-banner{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 4% 0 0 8%;
    }
}

@media screen and (max-width: 767px) {

    #site_Robot.page .kv .pic {
        zoom: .7;
        right: 40px;
        top: 500px;
    }
}

@media screen and (max-width: 579px) {
    #site_Robot.page .kv .pic {
        zoom: .5;
        right: -10px;
        top: 850px;
    }
    #site_Robot.page .kv .text h1.title{
        font-size: 26px !important;
    }
    #site_Robot.page .kv .text span.subttl{
        font-size: 18px;
    }
    #site_Robot.page .kv .text h3{
        font-size: 18px;
    }
    #site_Robot.page .kv .slider-banner{
        top: 0;
        left: 0;
        right: 0;
        margin: 30px auto 0;
    }
}

/* ===================================== */
/* intro =============================== */
/* ===================================== */

#site_Robot.page .intro-box{
    position: relative;
}
#site_Robot.page .intro-box .bg{
    position: absolute;
    top: -372px;
    left: 0;
    width: 100%;
    height: 1246px;
    background: url('../img/bg1.png') no-repeat top; background-size: 100% auto;
}
#site_Robot.page .intro-box .bg2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 544px;
    background: url('../img/bg2.png') no-repeat top; background-size: 100% auto;
}
#site_Robot.page .intro-box .bg3{
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 430px;
    background: url('../img/bg3.png') no-repeat top;
    background-size: 100% 100%;
}
#site_Robot.page .intro-box img{
    width: 100%;
}
#site_Robot.page .intro {
    position: relative;
    width: 100%;
    max-width: 968px;
    margin: 0 auto 50px auto;
}

#site_Robot.page .intro h2 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #76b7ff;
    text-align: center;
}

#site_Robot.page .intro p {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}

#site_Robot.page .wbg .intro h2 {
    color: #175296;
}

#site_Robot.page .wbg .intro p {
    color: #333;
}
#site_Robot.page .video2 {
    width: 100%;
}
#site_Robot.page .video2 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Partner{
    margin: 20px auto 50px;
    text-align: center;
    color: #018bf2;
}

@media screen and (max-width: 1239px) {
}

@media screen and (max-width: 991px) {
    #site_Robot.page .intro p{
        padding: 0 30px;
    }
    #site_Robot.page .intro-box img.img1{
        margin: auto;
        display: block;
        width: calc(100% - 60px);
    }
    #site_Robot.page .intro-box .bg3{
        bottom: 0;
        height: 30rem;
    }
    #site_Robot.page .video2 {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    #site_Robot.page .intro{
        padding: 50px 20px;
        margin: auto;
    }
    #site_Robot.page .intro h2{
        font-size: 28px !important;
    }
}

@media screen and (max-width: 579px) {
    #site_Robot.page .intro p{
        padding:  0 10px;
    }
    #site_Robot.page .intro h2{
        font-size: 22px !important;
    }
}

/* ===================================== */
/* boxFrame ============================ */
/* ===================================== */

#site_Robot.page .boxFrame {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#site_Robot.page .boxFrame.f1 {
    margin-bottom: 15px;
}

#site_Robot.page .boxFrame.f2 {
    margin-bottom: 50px;
}

#site_Robot.page .boxFrame .box {
    position: relative;
    width: 100%;
    height: 360px;
    background-color: #121838;
    border-radius: 10px;
    overflow: hidden;
}

#site_Robot.page .boxFrame.f1 .box:nth-child(1),
#site_Robot.page .boxFrame.f2 .box:nth-child(2) {
    max-width: calc((100% - 15px) * 7 / 12);
}

#site_Robot.page .boxFrame.f1 .box:nth-child(2),
#site_Robot.page .boxFrame.f2 .box:nth-child(1) {
    max-width: calc((100% - 15px) * 5 / 12);
}

#site_Robot.page .boxFrame .box.b1 {
    background: url(css-img/box1.jpg);
    background-size: cover;
}

#site_Robot.page .boxFrame .box.b2 {
    background: url(css-img/box2.jpg);
    background-size: cover;
}

#site_Robot.page .boxFrame .box.b3 {
    background: url(css-img/box3.jpg);
    background-size: cover;
}

#site_Robot.page .boxFrame .box.b4 {
    background: url(css-img/box4.jpg);
    background-size: cover;
}

#site_Robot.page .boxFrame .box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    min-height: 150px;
    padding-left: 30px;
}

#site_Robot.page .boxFrame .box .text .subttl {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
}

#site_Robot.page .boxFrame .box .text ul {
    margin-left: 1em;
}

#site_Robot.page .boxFrame .box .text ul li {
    font-size: 14px;
    color: #fff;
    list-style-type: disc;
}

#site_Robot.page .boxFrame .box.b1 .pic img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    image-rendering: crisp-edges;
}

#site_Robot.page .boxFrame .box.b4 .pic {
    position: absolute;
    left: -300px;
    top: -390px;
    z-index: 9;
    animation: lightRotate 7s ease-in-out infinite;
}

@keyframes lightRotate {
	0% {
		transform: rotate(-10deg);
	}
	30% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}

@media screen and (max-width: 1199px) {
    #site_Robot.page .boxFrame .box .text {
        padding-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    #site_Robot.page .boxFrame{
        padding: 0 30px;
    }
    #site_Robot.page .boxFrame.f1 .box:nth-child(1),
    #site_Robot.page .boxFrame.f1 .box:nth-child(2),
    #site_Robot.page .boxFrame.f2 .box:nth-child(1),
    #site_Robot.page .boxFrame.f2 .box:nth-child(2) {
        max-width: calc((100% - 15px) * 0.5);
    }
}

@media screen and (max-width: 825px) {
    #site_Robot.page .boxFrame .box .text {
        min-height: 170px;
    }
}

@media screen and (max-width: 767px) {
    #site_Robot.page .boxFrame {
        display: block;
    }

    #site_Robot.page .boxFrame.f1 .box:nth-child(1),
    #site_Robot.page .boxFrame.f1 .box:nth-child(2),
    #site_Robot.page .boxFrame.f2 .box:nth-child(1),
    #site_Robot.page .boxFrame.f2 .box:nth-child(2) {
        max-width: 540px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 579px) {
}

/* ===================================== */
/* productBox ========================== */
/* ===================================== */

.productBox {
    margin-bottom: 50px;
}

.productBox > .subttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.productBox > .subttl::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 16px);
    display: block;
    width: 32px;
    height: 5px;
    background-color: #fff;
}

/* slider1 ========================== */

.productBox.slider1 {
    margin-top: 65px;
    width: 100%;
    min-height: 470px;
}
.productBox.slider1 .tabs{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #0080bd;
}
.productBox.slider1 .tabs .tab-pane{
    position: relative;
    width: 238px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.productBox.slider1 .tabs .tab-pane.tab-pane_active{
    background-color: #0080bd;
}
.productBox.slider1 .tabs .tab-pane.tab-pane_active::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    width: 0 ;
    height: 0 ;
    border-style:solid;
    border-width: 15px 15px;
    border-color: #0080bd transparent transparent;
}
.productBox.slider1 .owl-carousel{
    margin-top: 30px;
}
.productBox.slider1 .owl-carousel .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
    gap: 90px 65px;
}

.productBox.slider1 .owl-carousel .item .item_con .pic img {
    width: 207px;
    height: 125px;
    margin: 0;
    object-fit: contain;
}

.productBox.slider1 .owl-carousel .item .item_con .text {
    display: inline-block;
    margin: 30px auto 0;
    text-align: left;
}

.productBox.slider1 .owl-carousel .item .item_con .text h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
    color: #7ab9ff;
}

.productBox.slider1 .owl-carousel .item .item_con .text .tag{
    margin-left: 10px;
    width: 89px;
    height: 20px;
    border-radius: 10px;
    background-color: #be6e19;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.productBox.slider1 .owl-carousel .item .item_con .text ul {
    margin-bottom: 20px;
    margin-left: 1em;
    width: 320px;
    height: 180px;
}

.productBox.slider1 .owl-carousel .item .item_con .text ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.productBox.slider1 .owl-carousel .owl-item:last-child .item{
    gap: 90px 50px;
}
.productBox.slider1 .owl-carousel .owl-item:last-child .item .item_con .text ul{
    width: 330px;
}

.productBox.slider1 .owl-carousel .owl-nav {
    /* display: flex !important; */
}

/* slider2 ========================== */

.productBox.slider2 {
    min-height: 404px;
}

.productBox.slider2 .owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 5px;
}

.productBox.slider2 .owl-carousel .item img {
    width: 160px;
    height: 120px;
    margin: 0 auto 10px auto;
    object-fit: contain;
}

.productBox.slider2 .owl-carousel .item h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #7ab9ff;
}

.productBox.slider2 .owl-carousel .item h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}
.productBox.slider2 .owl-carousel .item p{
    font-size: 15px;
    color: #fff;
    min-height: 20px;
}

.productBox.slider2 .owl-carousel .item .thisBtn {
    margin: 15px auto 0;
}

.productBox.slider2 .owl-carousel .owl-dots {
    /* display: block !important; */
}


/* slider2-1 ========================== */
.productBox.slider2-1 .owl-carousel .item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 108px;
}
.productBox.slider2-1 .owl-carousel .item img {
    width: 293px;
    height: 229px;
    margin: 0 auto 10px auto;
    object-fit: contain;
}

.productBox.slider2-1 .owl-carousel .item .item_con .text {
    display: inline-block;
    margin: 30px auto 0;
    padding-bottom: 5px;
    text-align: left;
}

.productBox.slider2-1 .owl-carousel .item .item_con .text h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
    color: #7ab9ff;
}
.productBox.slider2-1 .owl-carousel .item .item_con .text p{
    font-size: 15px;
    color: #fff;
}

.productBox.slider2-1 .owl-carousel .item .item_con .text .tag{
    margin-left: 10px;
    width: 89px;
    height: 20px;
    border-radius: 10px;
    background-color: #be6e19;
    text-align: center;
    line-height: 20px;
    color: #fff;
}


.productBox.slider2-1 .owl-carousel .item .item_con .text ul {
    margin-bottom: 20px;
    margin-left: 1em;
    width: 450px;
    height: 120px;
}

.productBox.slider2-1 .owl-carousel .item .item_con .text ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

/* slider3 ========================== */

.productBox.slider3 {
    min-height: 330px;
    margin-bottom: 0;
}

.productBox.slider3 .owl-carousel .item {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 275px;
}

.productBox.slider3 .owl-carousel .item  .text {
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 10;
}

.productBox.slider3 .owl-carousel .item  .text .subttl {
    margin-bottom: 5px;
    font-size: 40px;
    color: #fff;
}

.productBox.slider3 .owl-carousel .item .text h2 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    font-weight: unset;
}

.productBox.slider3 .owl-carousel .item .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 621px;
    height: 256px;
}

.productBox.slider3 .owl-carousel .item .bg img {
    width: 100%;
    object-fit: cover;
}

.productBox.slider3 .owl-carousel .owl-dots {
    /* display: block !important; */
}

/* slider4 ========================== */

.productBox.slider4 {
    min-height: 530px;
}

.productBox.slider4 .owl-carousel .owl-item {
}

.productBox.slider4 .owl-carousel .item {
    width: 560px;
    min-height: 475px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}

.productBox.slider4 .owl-carousel .item .pic img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.productBox.slider4 .owl-carousel .item .text {
    padding: 20px 25px;
}

.productBox.slider4 .owl-carousel .item .text p {
    height: calc(2em * 1.3);
    margin-bottom: 20px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left !important;
}

.productBox .owl-carousel .owl-dots .owl-dot.active span,
.productBox .owl-carousel .owl-dots .owl-dot:hover span {
    background: #008cd6 !important;
}

@media screen and (max-width: 1280px) {
    .productBox.slider1 .owl-carousel .item{
        gap: 90px 85px;
    }
    .productBox.slider1 .owl-carousel .item .item_con .text ul{
        width: 284px;
        height: 200px;
    }
}

@media screen and (max-width: 1179px) {
    .productBox.slider1 .owl-carousel .item{
        justify-content: flex-start;
    }
    .productBox.slider1 .owl-carousel .item .item_con .pic{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .productBox.slider1 .owl-carousel .item .item_con .pic img {
        width: auto;
        height: auto;
    }

    .productBox.slider4 .owl-carousel .item {
        width: calc((100vw - 50px) / 2);
        /* min-height: 475px; */
        min-height: unset;
        border: 1px solid #e6e6e6;
    }

    .productBox.slider4 .owl-carousel .item .pic img {
        height: auto;
        object-fit: contain;
        object-position: top center;
    }
    .productBox.slider1 .owl-carousel .item .item_con .text ul{
        width: 450px;
        height: 200px;
    }
    .productBox.slider1 .owl-carousel .owl-item:last-child .item .item_con .text ul{
        width: 415px;
    }
    .productBox.slider3{
        padding-bottom: 20px;
    }
    .productBox.slider3 .owl-carousel .item{
        height: auto;
    }
    .productBox.slider3 .owl-carousel .item .text{
        position: relative;
    }
    .productBox.slider3 .owl-carousel .item .img{
        position: relative;
        margin: 100px auto 0;
    }
}

@media screen and (max-width: 991px) {
    .productBox.slider1,.productBox.slider2-1,.wbg #Partner,.wbg #EmbeddedTalks,.productBox.slider4,.productBox.slider5{
        padding: 0 30px;
    }
    .productBox.slider1 .owl-carousel {
        width: 100%;
        margin: 0 auto;
    }

    .productBox.slider1 .owl-carousel .item .pic img {
        width: 620px;
        height: 250px;
    }
    .productBox.slider1 .owl-carousel .item .item_con .text ul{
        width: 300px;
    }
    .productBox.slider1 .owl-carousel .owl-item:last-child .item{
        gap: 90px 60px;
    }
    .productBox.slider1 .owl-carousel .owl-item:last-child .item .item_con .text ul{
        width: 325px;
    }
    .productBox.slider2-1 .owl-carousel .item .item_con .text ul{
        width: auto;
        margin-left: 1.2em;
        height: 175px;
    }


    .productBox.slider3{
        min-height: auto;
    }
    .productBox.slider3 .owl-carousel .item  .text {
        top: 60px;
        left: 30px;
    }

    .productBox.slider3 .owl-carousel .item .bg img {
        width: 100%;
        height: 350px;
        object-position: 60% 50%;
        opacity: .8;
    }


    .productBox.slider4{
        min-height: auto;
    }

}

@media screen and (max-width: 767px) {
    .productBox.slider1 .owl-carousel .item .pic img {
        width: 540px;
        height: 350px;
    }
    .productBox.slider1 .owl-carousel .item .item_con .text ul{
        width: 250px;
        height: 220px;
    }
    .productBox.slider1 .owl-carousel .owl-item:last-child .item{
        gap: 90px 60px;
    }
    .productBox.slider1 .owl-carousel .owl-item:last-child .item .item_con .text ul{
        width: 250px;
    }

    .productBox.slider2-1 .owl-carousel .item .item_con .text ul{
        height: 195px;
    }

    .productBox.slider3 .owl-carousel .item {
        height: auto;
    }

    .productBox.slider3 .owl-carousel .item  .text {
        position: static;
        height: auto;
        padding: 30px 30px 0;
    }
    .productBox.slider3 .owl-carousel .item .text .subttl{
        font-size: 26px;
    }
    .productBox.slider3 .owl-carousel .item .text h2{
        font-size: 20px !important;
    }
    .productBox.slider3 .owl-carousel .item .img{
        position: relative;
        width: 100%;
        margin: 30px auto 0;
        padding: 0 30px;
        height: auto;
    }

    .productBox.slider3 .owl-carousel .item .bg img {
        height: 220px;
        opacity: 1;
    }
    #Partner{
        margin-bottom: 20px;
    }
    .productBox.slider4 .owl-carousel .item {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .productBox.slider1 .owl-carousel .item{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .productBox.slider1 .owl-carousel .item .item_con .text ul{
        width: 100%;
        height: auto;
    }
    .productBox.slider1 .owl-carousel .item .item_con .pic img{
        margin: auto;
    }
    .productBox.slider1 .owl-carousel .owl-item:last-child .item .item_con .text ul{
        width: 100%;
    }
    .productBox.slider2-1 .owl-carousel .item{
        flex-direction: column;
        gap: 50px 0;
    }
    .productBox.slider2-1 .owl-carousel .item .item_con .text ul{
        height: auto;
    }

}
@media screen and (max-width: 579px) {
    .productBox.slider1 .owl-carousel .item .pic img {
        width: 100%;
    }

    .owl-carousel .owl-nav {
        justify-content: center;
    }

    .owl-carousel .owl-nav button {
        margin: 0 20px !important;
    }

    .productBox.slider4 {
        min-height: unset;
    }
}

/* ===================================== */
/* suiteFrame ========================== */
/* ===================================== */

.suiteFrame {
    /* height: 450px; */
    margin-bottom: 50px;
    padding: 0 20px 20px 20px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 20px;
}

.suiteFrame .topBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suiteFrame .topBox .subttl {
    width: calc(100% - 430px);
    font-weight: 700;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    text-align: center;
}

.suiteFrame .topBox ul {
    width: 430px;
}

.suiteFrame .topBox ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.suiteFrame .topBox ul li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: sub;
}

.suiteFrame .topBox ul li:nth-child(1)::before {
    background-color: #004280;
}

.suiteFrame .topBox ul li:nth-child(2)::before {
    background-color: #c1d1db;
}

.suiteFrame .pic img {
    width: 100%;
    max-width: 1160px;
}

@media screen and (max-width: 1239px) {
}

@media screen and (max-width: 991px) {
    .suiteFrame .topBox {
        display: block;
    }

    .suiteFrame .topBox .subttl {
        width: 100%;
    }

    .suiteFrame .topBox ul {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 579px) {
}

/* ===================================== */
/* wbg ================================= */
/* ===================================== */

#site_Robot.page .wbg {
    padding: 50px 0 15px;
    background-color: #fff;
}
#site_Robot.page .wbg .intro{
    max-width: 100%;
}
#site_Robot.page .wbg .intro h2 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 36px;
    color: #0075ee;
    background: -webkit-linear-gradient(0deg, #015eea, #015eea);
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#site_Robot.page .wbg h3{
    margin-bottom: 40px;
    font-size: 30px;
    color: #0075ee;
    font-weight: unset;
    text-align: center;
}
#site_Robot.page .wbg p{
    text-align: center;
}

#site_Robot.page .wbg .videoFrame {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#site_Robot.page .wbg .videoFrame img {
    width: 100%;
}

@media screen and (max-width: 1239px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 579px) {
    #site_Robot.page .wbg .intro h2{
        font-size: 28px !important;
    }
    #site_Robot.page .wbg h3{
        font-size: 24px;
    }
}

/* slider5 */
.productBox.slider5{
    margin-bottom: 0;
}
.productBox.slider5 .pic a{
    position: relative;
}

.productBox.slider5 .pic a span{
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.productBox.slider5 .pic a .play{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 60px;
    background-color: rgba(13, 105, 255, 0.8);
    transition: all 0.3s;
}
.productBox.slider5 .pic a .play img{
    width: 20px;
    height: 28px;
    object-fit: contain;
    transition: all 0.2s;
}
.productBox.slider5 .pic a:hover .play{
    height: 94px;
    overflow: hidden;
    border-radius: 50%;
}
.productBox.slider5 .pic a:hover .play img{
    transform: scale(1.1);
}

/* ===================================== */
/* partner ============================== */
/* ===================================== */

#site_Robot.page .partnerFrame {
    padding: 60px 0;
    background-color: #f9f9f9;
}

#site_Robot.page .partnerFrame ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#site_Robot.page .partnerFrame ul li {
    margin: 12px;
}

@media screen and (max-width: 1290px) {
    #site_Robot.page .partnerFrame ul{
        gap: 0 105px;
    }
}
@media screen and (max-width: 1079px) {
    #site_Robot.page .partnerFrame ul{
        gap: 0 90px;
    }
}

@media screen and (max-width: 991px) {
    #site_Robot.page .partnerFrame ul li{
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 579px) {
}



/* 底部 */
.foot{
    background: #406180;
}
.foot-w{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.foot-container{
    display: flex;
    align-items: center;
    padding: 24px 0 15px;
    margin-top: 10px;
}
.foot-container h3{
    width: 10%;
    color: #fff;
    font-size: 24px;
}

.foot-container ul{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding-left: 20px;
    list-style: none;
}

.foot-container ul li{
	flex:1;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.foot-container ul li a{
	color:#FFFFFF;
	font-size: 1rem;
}
.foot-container ul li .del p{
    margin: 10px 0;
}
.foot .ewm-1{
    width: 72px;
}
.foot-b{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 83px;
    background: #f5f5f5;
}
.footb-w{
    width:1200px;
    margin: 0 auto;
}
.footb-w p{
    line-height: 83px;
    font-size: 14px;
    color: #666;
}
@media screen and (max-width: 1200px) {
    .foot-w{
        width: 100%;
    }
    .foot-container{
        justify-content: center;
    }
    .foot-container ul{
        margin-left: 2%;
        width: 80%;
    }
}
@media screen and (max-width: 1200px) {
    .foot-container h3{
        display: none;
    }
    .foot-container ul{
        border: none;
    }
}
@media screen and (max-width: 980px) {
	.foot-w{
        height: auto;
    }
    .foot-container ul{
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .foot-w{
        height: auto;
    }
    .foot-container ul{
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .footb-w p {
        width: 82%;
        margin: auto;
		line-height: normal;
    }
}