/* 实验检测 */
.new-ls {
    width: 100%;
    padding: 4.1% 0 5.2%;
}

.new-ls .data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.new-ls .data li {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 42px;
}

.new-ls .data .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.new-ls .data .pic img {
    width: 100%;

}

.new-ls .data img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.new-ls .data a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.new-ls .data .info {
    margin-top: 35px;
}

.new-ls .data .time {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}

.new-ls li a p {
    padding: 10px 20px 0;
    font-size: 14px;
    color: #666;
    text-align: center;

}

.new-ls .data .tit {
    font-size: 24px;
    color: #000;
    margin: 15px 0 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    text-align: center;
}

.new-ls .data .check-more {
    font-size: 16px;
    color: #666666;
    display: inline-block;
}

.new-ls .data .check-more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 9px;
    background: url("../img/new-arrow.png") no-repeat center center;
    background-size: 100% 100%;
    margin-left: 20px;
}

.new-ls .data a:hover .tit,
.new-ls .data a:hover .check-more {
    color: #00a4e0
}

.new-ls .data a:hover .tit::after {
    background-color: #00a4e0
}

.new-ls .data a:hover .check-more::after {
    background: url("../img/new-arrow-on.png") no-repeat center center;
    background-size: 100% 100%;
}

/* 集成供应 */
.c-pd1 {
    padding: 5.2% 0;
}

.c-common-title .c-title {
    font-size: 48px;
    color: #000;
    text-align: center;
}

.c-common-title .c-en-title {
    font-size: 18px;
    color: #666;
    text-align: center;
    width: 70%;
    margin: 25px auto 42px;
}

.c-container {
    position: relative;
    margin: 0 auto;
    width: 73%;
}

#c-culture .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px -30px;
}

#c-culture .c-list li {
    width: 33.333333%;
    padding: 50px 15px 30px;
}

#c-culture .c-list .c-wrap {
    text-align: center;
    background: #f5f5f5;
}

#c-culture .c-list .c-wrap .c-img-box {
    position: relative;
    top: -50px;
    margin: 0 auto;
    width: 100px;
}

#c-culture .c-list .c-wrap .c-img-box img {
    width: 100%;
}

#c-culture .c-list .c-wrap .c-text-box {
    padding: 40px;
}

#c-culture .c-list .c-wrap .c-text-box .c-en-title {
    font-family: "AvantGarde";
    font-size: 30px;
    line-height: 1;
}

#c-culture .c-list .c-wrap .c-text-box .c-title {
    margin: 15px 0 20px;
    font-size: 24px;
    line-height: 34px;
}

#c-culture .c-list .c-wrap .c-text-box .c-text {
    color: #808080;
    line-height: 30px;
}

#c-culture2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-culture2 .c-list li {
    width: 33.333333%;
    position: relative;
    height: 36.2vw;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

#c-culture2 .c-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-culture2 .c-list .c-num {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 2;
    width: 100%;
    font-family: "AvantGarde";
    font-size: 200px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

#c-culture2 .c-list .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#c-culture2 .c-list .c-text-box .c-box {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px;
    width: 100%;
    min-height: 276px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-culture2 .c-list .c-text-box .c-en-title {
    margin-bottom: 5px;
    font-family: "AvantGarde";
    font-size: 48px;
    line-height: 1;
}

#c-culture2 .c-list .c-text-box .c-title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
}

#c-culture2 .c-list .c-text-box .c-text {
    padding-top: 20px;
    line-height: 30px;
    display: none;
    transition: .5s;
}

#c-culture2 .c-list li:hover .c-text-box .c-text {
    display: block;
}

#c-culture2 .c-list li:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

/* 合作伙伴 */
.project-part3 {
    width: 100%;
    margin: 5.2% 0;
}

.project-part3 .data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.project-part3 .data li {
    width: 20%;
    padding: 20px;
}

.project-part3 .data li a {
    width: 100%;
    overflow: hidden;
}

.project-part3 .data .item {
    padding-bottom: 40%;
    position: relative;
    display: block;
}

.project-part3 .data .pic {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;

    margin: auto;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.project-part3 .data .item:hover .pic {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

/* 产品研发 */
.prihect_brand {
    width: 100%;
    display: table;
    margin: 5.2% 0 0;
}


.prihect-box h1.title {
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;

}

.prihect-box p {
    font-size: 18px;
    color: #666;
    text-align: center;
}

.box_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5.2% 0;
}

.box_ul .testi_wrp {
    width: 25%;
    padding: 10px;

}

.box_ul .testi_wrp .line {
    width: 100%;
}

.box_ul .testi_wrp .img {
    width: 100%;
    overflow: hidden;
}

.box_ul .testi_wrp .img img {
    width: 100%;
}

.box_ul .testi_wrp h1 {
    font-size: 24px;
    color: #000;
    text-align: center;
}

.box_ul .testi_wrp .conter {
    margin: 25px 0 0;
}

.box_ul .testi_wrp .conter p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.rdBox {
    margin: 5vw 0;
}

.tr {
    width: 45px;
    height: 3px;
    background: #00a4e0;
}

.rdBox .title {
    font-size: 48px;
    color: #000;
}

.rdBox .list {
    margin-top: 2vw;
}

.rdBox .list ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    transition: all 0.5s;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .rdBox .list ul {
        display: block;
    }
}

.rdBox .list ul li .lib {
    background-color: #f2f2f2;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-border-bottom-right-radius: 4.5em;
    -webkit-border-bottom-right-radius: 4.5em;
    border-bottom-right-radius: 4.5em;
    width: 100%;
    height: 450px;
    padding: 3vw 5vw;
}

.rdBox .list ul li {
    width: 33.33%;
    padding: 0 15px;

}

@media (max-width: 767px) {
    .rdBox .list ul li {
        width: 100%;
        margin-right: 0;
    }
}

.rdBox .list ul li .lib .ico {
    width: 83px;
}

.rdBox .list ul li .lib .ico img.ph {
    display: block;
}

.rdBox .list ul li .lib .ico img.as {
    display: none;
}

.rdBox .list ul li .lib h1 {
    font-size: 24px;
    color: #000;
    margin: 1vw 0 0;
}

.rdBox .list ul li .lib:hover {
    background: #00a4e0;
}

.rdBox .list ul li .lib:hover img.ph {
    display: none;
}

.rdBox .list ul li .lib:hover img.as {
    display: block;
}

.rdBox .list ul li .lib:hover h1,
.rdBox .list ul li .lib:hover p {
    color: #fff;
}

.rdhbo {
    margin: 5vw 0;
}

.rdhcenter {
    margin: 2vw 0 0;
}

.rdhcenter ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rdhcenter ul li {
    width: 50%;
    padding: 15px 15px;
}

.rdhcenter ul li .box {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 522px;
    position: relative;

}

.libbox {
    background: #00a4e0;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
    padding: 2vw 2vw;
    display: none;
}

.rdhcenter ul li .box h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.rdhcenter ul li .box p {
    font-size: 14px;
    color: #fff;
    margin-top: 0.5vw;
}

.rdhcenter ul li .box:hover .libbox {
    display: block;
}

/*  */
.video_list {
    display: table;
    width: 100%;
    margin: 2vw 0;
}

.video_list li {
    width: 33.33%;
    float: left;
    padding: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    max-height: 426px;
    margin-bottom: 2%;
}

.video_list li:nth-child(3n) {
    margin-right: 0;
}

.video_list li figure {
    position: relative;
    padding-top: 48%;
    background-repeat: no-repeat;
    background-size: cover;
}

.video_list li .video_bn,
.video_list li figure::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_list li figure::before {
    content: '';
    background: url(../img/play_icon.png) no-repeat center rgba(0, 0, 0, 0.2);
    transition: 0.5s
}

.video_list li .video_bn {
    z-index: 10;
}

.video_list li p {
    margin: 1vw 0 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.video_list li time {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.video_list li:hover figure::before {
    background-color: transparent;
    opacity: 0.5
}

@media(max-width:1024px) {
    .video_list li p {
        font-size: 16px;
    }

    .video_list li time {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .video_list li {
        width: 49%;
        margin-right: 2%;
    }

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

    .video_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .video_list li {
        width: 100%;
        margin-right: 0 !important;
    }

    .video_list li p {
        font-size: 14px;
    }
}

/* 视频弹窗 */
.video-play-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    height: 100%;

}

.video-play-wrap .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
}

.video-play-wrap video {
    position: absolute;
    background: #000;
    height: 100%;
    padding: 2px;
}

.video-play-wrap .close-btn {
    background: #00a4e0;
    cursor: pointer;
    height: 44px;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    left: 46%;
        -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: 10%;
    color: #ccc;
    position: absolute;
}

.video-play-wrap .close-btn svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

/* 集成供应 */
.serviceBox {
    margin: 5vw 0;
}

.serviceBox .conterbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.serviceBox .conterbox .txt {
    width: 50%;
    padding: 3vw;
}

.serviceBox .conterbox .picb {
    width: 50%;
}

.serviceBox .conterbox .picb img {
    width: 100%;
}

.serviceBox .conterbox .txt .top {
    display: table;
    margin: 0 auto 2vw;
    width: 90%;
}

.serviceBox .conterbox .txt .top img {
    width: 100%;
}

.serviceBox .conterbox .txt p {
    font-size: 14px;
    color: #666;
    line-height: 2;
}


.title48 {
    font-size: 48px;
    color: #000;
}

.process,
.commontop {
    margin: 5vw 0 0;
}

.commontop {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;

}

.commonbox {
    position: relative;
    width: 75%;
    height: 500px;
    margin: 0 auto;

}

.commonbox .boxline {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    padding: 2vw 3vw 1vw;
    width: 600px;
}

.commonbox .boxline h1 {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.commonbox .boxline p {
    font-size: 14px;
    color: #fff;
    margin: 1vw 0 0;
}

.commonbox .boxline ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1vw -15px;
}

.commonbox .boxline ul li {
    width: 33.33%;
    padding: 15px;
}

.commonbox .boxline ul li .img {
    width: 43px;
    margin: 0 auto 1vw;

}

.commonbox .boxline ul li .img img {
    width: 100%;
}

.commonbox .boxline ul li p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.output {
    margin: 5vw 0 0;
}


@media (max-width: 1900px) {
    .sceneBox .zz_w1440 {
        padding: 1.4rem 0;
    }
}

.sceneBox::after {
    content: "";
    z-index: -1;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-color: #f8f8f8;
    height: 27vw;
}

.sceneBox .title {
    color: #000;
    font-weight: bold;
}

.sceneBox .title::before {
    display: block;
    content: '';
    width: 0.5rem;
    margin: 0 auto 0.15em 0;
    min-width: 30px;
    height: 0.1rem;
    min-height: 6px;
    border-radius: 1000px;
    background: #00a19c;
}

.sceneBox .tab {
    margin-top: 2.6%;
}

.sceneBox .tab ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #eee;
}

.sceneBox .tab li {
    width: 16.66%;
    cursor: pointer;
    padding: 1vw;
    text-align: center;
}

@media (max-width: 1900px) {
    .sceneBox .tab li {
        padding-right: 3.2%;
        padding-right: 0;
        padding-left: 0;
    }
}

.sceneBox .tab li.cur,
.sceneBox .tab li:hover {
    background: #00a4e0;

}

.sceneBox .tab li.cur span,
.sceneBox .tab li:hover span {
    color: #fff;
}

.sceneBox .tab span {
    font-size: 14px;
    color: #000;
    text-align: center;
}

@media (max-width: 767px) {
    .sceneBox .tab span {
        margin-top: 0.2em;
    }
}

.sceneBox .tab .icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 0.9em;
    background: center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .sceneBox .conZ {
        margin-top: 0.4rem;
    }
}

.sceneBox .con {
    display: none;
}

.sceneBox .pic {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 46.73%;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-border-bottom-right-radius: 4.5em;
    -webkit-border-bottom-right-radius: 4.5em;
    border-bottom-right-radius: 4.5em;
    overflow: hidden;
    padding-top: 40.73%;
}

@media (max-width: 767px) {
    .sceneBox .pic {
        padding-top: unset;
        height: auto;
        -moz-border-bottom-right-radius: 3em;
        -webkit-border-bottom-right-radius: 3em;
        border-bottom-right-radius: 3em;
    }
}

.sceneBox .pic img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .sceneBox .pic img {
        display: none;
    }
}

.sceneBox .pic .list {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 3.8% 4.1% 3.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    top: 20%;
    bottom: unset;
}

@media (max-width: 767px) {
    .sceneBox .pic .list {
        font-size: 0.75em;
        font-size: 0.28rem;
        position: relative;
        top: unset;
        align-items: center;
        justify-content: center;
        padding: 0.8rem 0.2rem 0.5rem;
        flex-direction: column;
    }
}

.sceneBox .pic .list .txt {
    width: 21%;
    background-color: #fff;
    min-height: 5.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

@media (max-width: 767px) {
    .sceneBox .pic .list .txt {
        width: 100%;
    }
}

.sceneBox .pic .list .txt .txtc {
    text-align: left;
    padding: 0.5em 1em;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .sceneBox .pic .list .txt .txtc {
        padding: 1em 1em;
        line-height: 1.1;
    }
}

.sceneBox .pic .list .arr {
    width: 5.26%;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .sceneBox .pic .list .arr {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 0.8rem;
        height: 0.8rem;
        transform: rotate(90deg);
    }
}

.sceneBox .pic .list .arr::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #fff;
}

@media (max-width: 767px) {
    .sceneBox .pic .list .arr::before {
        content: unset;
    }
}

.sceneBox .pic .list .arr::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 1.16em;
    height: 1.16em;
    left: 50%;
    top: 50%;
    margin: -0.58em auto auto -0.58em;
    background: url(../images/arr8.png) center center no-repeat;
    background-size: contain;
}

/* 产品研发 */
.p14 {
    font-size: 14px;
    color: #666;
}

.ny-ry {
    width: 100%;
    margin: 5vw 0 0;
}

.ny-ry .swiper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.ny-ry .swiper-slide img {
    width: 100%;
}

.control-box {
    margin: 3vw 0 0;
}

.control-box .bigbox .content_1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.control-box .bigbox .box {
    width: 33.33%;
    padding: 0 15px;
}

.control-box .bigbox .box img {
    width: 100%;
}

.swiper-box {
    width: 100%;
    position: relative;
    margin: 3vw 0 0;
}

.swiper-box .prev,.swiper-box .next {
    position: absolute;
    top: 40%;
    z-index: 9999;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #666;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

}

.prev {
    left: 0;
}
.swiper-box .prev:hover,.swiper-box .next:hover{
    border: 1px solid #00a4e0;
}
.swiper-box .prev:hover::after,.swiper-box .next:hover::after{
    color: #00a4e0;

}
.swiper-box .prev::after{
    font-family: "宋体";
    content:"<" ;
    font-size: 30px;
    color: #666;
    text-align: center;
}
.swiper-box .next::after{
    content:'>' ;
    font-family: "宋体";
    font-size: 30px;
    color: #666;
    text-align: center;
}

.next {
    right: 0;
   
}
.swiper-box .mrSwiper{
    width: 90%;
    margin: 0 auto;
}
/*  */
.analysis {
    margin: 5vw 0;
    background: #f9f9f9;
    padding: 5vw 0;
}

.analysisbox {
    margin: 2vw 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.analysisbox .line {
    width: 25%;
    padding: 0 15px;
}

.analysisbox .line .analbox {
    border: 1px solid #ccc;
    padding: 2vw;
    display: flex;
    height: 200px;
    flex-direction: row;

}

.analysisbox .line .analbox .img {
    width: 60px;
    margin-right: 20px;
}

.analysisbox .line .analbox .img img {
    width: 100%;

}

.analysisbox .line .analbox .right h1 {
    font-size: 24px;
    color: #000;
}

.analysisbox .line .analbox .right p {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.patent .patentbox {
    margin: 3vw 0 2vw;
    position: relative;
}
.lineconter{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.patent .patentbox .prev,.patent .patentbox .next{
    position: absolute;
    top: 35%;
}
.lineconter .line{
    width: 20%;
    padding: 0 15px;
}
.linebox{
    border: 1px solid #eee;
    padding: 30px;
}
.linebox .img{
    width: 100%;
}
.linebox img{
    width: 100%;
}
.linebox p{
    font-size: 14px;
    color: #666;
    margin-top: 0.5vw;
    text-align: center;
}
.patentbox .swiper-button-next,.patentbox .swiper-button-prev{
    width: 49px;
    height: 49px;
    border: 1px solid #666;
    border-radius: 50%;
    cursor: pointer;
}
.patentbox .swiper-button-next:after, .patentbox .swiper-button-prev:after{
    font-size: 18px;
    color: #666;

}
.patentbox .swiper-button-next:hover,.patentbox .swiper-button-prev:hover{
    border: 1px solid #00a4e0;
}
.patentbox .swiper-button-next:hover:after, .patentbox .swiper-button-prev:hover:after{
    color: #00a4e0;
}
.mobile_scemebox{
    display: none;
}
@media (max-width: 768px) {
    .title48,.rdBox .title{
        font-size: 24px;
    }
    .swiper-box .prev, .swiper-box .next,.patentbox .swiper-button-next, .patentbox .swiper-button-prev{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .swiper-box .next::after{
        font-size: 20px;
    }
    .analysisbox .line{
        width: 50%;
        margin-top: 20px;
    }
    .analysisbox .line .analbox .right h1{
        font-size: 20px;
    }
    .rdBox .list ul li .lib{
        padding: 20px 20px;
        height: auto;
    }
    .rdhcenter ul li .box h1{
        font-size:24px;
    }
    .libbox{
        display: block;
    }
    .rdhcenter ul li .box{
        height: 400px;
    }
    .index-hot li{
        float: inherit !important;
        width: 100%;
    }
    .index-hot li.active,.index-hot li{
        width: 100% !important;
    }
    .index-hot li.active .pic,.index-hot li .pic{
        width: 100%;
       padding-top: 40% !important;
       height: 300px !important;
    }
    .index-hot li{
        width: 100% !important;
        padding: 0;
        margin-top: 20px;
    }
  
}
@media (max-width: 640px){
    .swiper-box{
        margin: 30px 0 !important;
    }
   .serviceBox{
       margin: 30px 0 0 !important;
        
    }
    .linebox{
        padding: 15px 10px;
    }
    .analysisbox .line{
        width: 100%;
    }
    .analysisbox .line .analbox{
        height: auto;
    }
    .rdBox .list ul li .lib{
        margin: 20px 0 0;
    }
    .rdhcenter ul li{
        width: 100%;
    }
    .serviceBox .conterbox .txt,.serviceBox .conterbox .picb{
        width: 100%;
    }
    .process, .commontop{
        margin: 42px 0 0;
    }
    .commonbox{
        width: 100%;
        background-size: 100% 100%;
    }
    .commonbox .boxline{
        width: 100%;
        padding: 20px 20px;
    }
    .commonbox .boxline h1{
        font-size: 30px;
    }
    .project-part3 .data li{
        width: 33.33%;
    }
    .mobile_scemebox{
        display: block;
        
    }
    .mobile_scemebox .list{
        margin-top: 20px;
    }
    .mobile_scemebox .list .img{
        width: 100%;
    }
    .mobile_scemebox .list .img img{
        width: 100%;
    }
    .mobile_scemebox .list .title{
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }
    .sceneBox{
        display: none;
    }
    .video-play-wrap .inner{
        left: 30%;
        width: 200px;
        height: 200px;
    }
    .video-play-wrap .close-btn{
        bottom: 28%;
    }
    .output{
        display: none;
    }
    .analysisbox .line .analbox .right h1,.rdBox .list ul li .lib h1 {
        font-size: 18px;
        margin: 10px 0;
    }
    .rdhcenter ul li .box h1{
        font-size: 18px;
    }
}