/* 统一样式 */
.bt {
    text-align: center;
}

.bt1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}

.bt2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #666666;
}

.w1920 {
    width: 100vw;
}






/* banner */
.banner {
    position: relative;
}

.bannerbg {}

.bannerbg img {
    width: 100%;
}

.x-banner {
    width: 35vw;
    position: absolute;
    top: 12%;
    right: 10vw;
    ;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    display: none;
}

.x-banner .owl-dots {
    display: none;
}

@media (max-width: 1450px) {}

@media (max-width: 1200px) {}

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

    .bt2 {
        font-size: 16px;
    }

    .pctop {
        display: none;
    }

    .x-banner {
        width: auto;
        position: initial;
        top: auto;
        right: auto;
        ;
    }

    .so {
        display: none;
    }
}

@media (max-width: 768px) {}

@media (max-width: 550px) {}








/* 产品中心 */

.box1 {
    border-top: 1px solid #d6d6d640;
    border-bottom: 1px solid #d6d6d640;
    box-shadow: #d6d6d67a 0px 3px 10px 0px;
}

.box1bottom {
    margin-top: 68px;
}

.prosort {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    line-height: 110px;
    width: 20%;
    justify-content: center;
}

.prosort {
    border-right: 1px #d0d0d0 dashed;
}

.prosort:last-child {
    border-right: none;
}

.prosortimg {
    margin-right: 12px;
    position: relative;
}

.prosortimg img {}

.prosortimg::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 16px;
    background: url(../images/psortarrowdown.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 9px;
    left: 19px;
}

.prosortimg::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 16px;
    background: url(../images/psortarrowup.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 9px;
    left: 19px;
}


.prosort:nth-child(1) .prosortimg::before{
    /*left: 16px;*/
}
.prosort:nth-child(1) .prosortimg::after{
    /*left: 16px;*/
}
.prosortname {
    font-size: 18px;
}

/* 移入效果 */
.prosort.on {
    background: #0074be;
    border-right: 1px #d0d0d000 dashed;
}

.prosort.on .prosortimg img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(46deg) brightness(108%) contrast(150%);
}

.prosort.on .prosortname {
    color: #fff;
}







.proliwz {
    background: #e5e5e5;
    padding: 45px 36px;
    height: 142px;
    overflow: hidden;
}

.proul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proli {
    width: 32%;
    margin-bottom: 40px;
    cursor: pointer;
}

.proimg {}

.proimg img {
    width: 100%;
}

.protitle {
    text-align: center;
}

.protitle h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.protitle a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    background: #0074be;
    padding: 0px 28px;
    border-radius: 24px;
    display: inline-block;
    margin-top: 22px;
}

.prosum {
    display: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.prosum a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proli:hover .proliwz {
    background: #0074be;
}

.proli:hover .protitle {
    display: none;
}

.proli:hover .prosum {
    display: block;
}

.proli:hover .prosum a {
    color: #fff;
}







@media (max-width: 1450px) {
    .prosortname {
        font-size: 15px;
    }

}


@media (max-width: 1200px) {

    
    .prosort{
        flex-wrap: nowrap;
    }
    .prosort .prosortname {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

    
}

@media (max-width: 990px) {
    .prosortimg::before,
    .prosortimg::after {
        display: none;
    }
    .prosortimg {
        display: none;
    }
    .box1 {
        margin-top: 50px;
    }

    .box1top>.flex {}

    .prosort {
        border-right: none;
        width: 48%;
        line-height: 70px;
    }

    .box1bottom {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .proli {
        width: 49%;
    }

    .protitle h3 {
        font-size: 16px;
    }

    .proliwz {
        background: #e5e5e5;
        padding: 20px 5px;
        height: auto;
        overflow: hidden;
    }

    .protitle a {
        display: none;
    }
}

@media (max-width: 550px) {}





/* 产品查询 */
.box2 {
    background: url(../images/box2bg.png) center no-repeat;
    /*background-size: 100% auto;*/
    padding-top: 70px;
    padding-bottom: 85px;
    margin-top: 40px;
}

.box2 .bt1 {
    font-size: 30px;
    color: #fff;
}

.lookup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}

.lookuplist {
    display: inline-block;
    width: 23%;
    border-radius: 21px;
    border: solid 1px #ffffff;
    text-align: center;
    margin-top: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lookuplist a {

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #ffffff;

}

.lookuplist:hover {
    background: #fff;
}

.lookuplist:hover a {
    color: #333;
}




@media (max-width: 1450px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .box2 {
        background-size: auto 100%;
    }

    .box2 .bt1 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .lookuplist {
        width: 48%;
    }

    .lookuplist a {
        font-size: 16px;
    }
}

@media (max-width: 550px) {}



/* 关于公司 */

.box3 {
    background: url(../images/box3bg.png) bottom no-repeat;
    margin-top: 75px;
}

.box3 .bt {
    text-align: left;
}

.about {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
    padding-bottom: 30px;
}

.abl {
    width: 46%;
}

.abl img {
    width: 100%;
}

.abr {
    width: 50%;
    padding-right: 2%;

}

.abrtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}

.abrmain {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 32px;
}

.abr .more {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0px;
    color: #666666;
    border-radius: 19px;
    border: solid 1px #0074be;
    padding: 0px 28px;
    margin-top: 34px;
}




@media (max-width: 1450px) {
    .abrmain {
        font-size: 15px;
        line-height: 1.8;
    }
}



@media (max-width: 1200px) {}

@media (max-width: 990px) {
    .box3 {
        margin-top: 45px;
    }

    .about {
        margin-top: 40px;
    }

    .abl {
        width: 100%;
    }

    .abr {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }

    .abrtitle {
        text-align: center;
    }
}

@media (max-width: 768px) {}

@media (max-width: 550px) {}






/* 设备展示 */




.box4 {}

.box4 .bt1 {
    margin-top: 108px;
}

.box4 .bt2 {
    margin-top: 25px;
}





.tab-con {
    position: relative;
    width: 100%;
    margin: 10px auto;

}

.hsort {
    margin: 30px 20%;
}

.hright {
    width: 100%;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.h_lead_sl {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.h_lead_sl .swiper-slide {
    text-align: center;
    transform: scale(0.9);
    overflow: inherit;
    width: 78vw;
    transition: all 0.4s;
    margin: 0 -30px;
    filter: invert(10%) sepia(100%) saturate(364%) hue-rotate(170deg) brightness(70%) contrast(124%);
}

.h_lead_sl .swiper-slide-active {
    opacity: 1;
    z-index: 999;
    filter: none;
}

.h_lead_sl .swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.h_lead_sl .lead_prev,
.h_lead_sl .lead_next {
    position: absolute;
    top: 48%;
    cursor: pointer;
    margin-top: 0px;
    z-index: 111;
    transition: all 0.3s;
}

.h_lead_sl .lead_prev {
    right: 11.8vw;
}

.h_lead_sl .lead_next {
    left: 11.8vw;
    transition: all 0.3s;
}

.h_lead_sl .lead_prev img:hover,
.h_lead_sl .lead_next img:hover {
    filter: invert(32%) sepia(74%) saturate(6402%) hue-rotate(189deg) brightness(95%) contrast(101%);
}










@media (max-width: 1450px) {

    .h_lead_sl .lead_prev img,
    .h_lead_sl .lead_next img {
        display: none;
        width: 80%;
    }

}



@media (max-width: 1200px) {}

@media (max-width: 990px) {
    .box4 .bt1 {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .h_lead_sl .swiper-slide {
        width: 100vw;
    }
}

@media (max-width: 550px) {}


/* 合作伙伴 */
.box5 {

    background: url(../images/box5bg.png) center no-repeat;
    background-size: auto 100%;
    margin-top: 80px;
    padding-top: 70px;
    height: 820px;
    overflow: hidden;
}

.box5 .bt2 {
    margin-top: 20px;
}

.partner {
    transform: translateY(58px);
}

.partner ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.partner ul li {
    margin: 0 15px;
    overflow: hidden;
}

.partner ul li img {
    width: 100%;
    transition: all 0.3s;
}

.partner ul li img:hover {
    transform: scale(1.03);
}

.partnerb {
    transform: translateY(-100px);
}

.partnerc {
    transform: translateY(-200px);
}






@media (max-width: 1450px) {
    .partner ul li {
        width: 22%;
    }

    .partnera li,
    .partnerc li {}

    .partnerb li {}
}


@media (max-width: 1200px) {
    .box5 {
        height: 660px;
    }

    .partner ul li {
        width: 21%;
    }
}

@media (max-width: 990px) {
    .box5 {
        height: 555px;
    }

    .partner ul li {
        width: 20%;
    }

    .partnerb {
        transform: translateY(-50px);
    }

    .partnerc {
        transform: translateY(-100px);
    }
}

@media (max-width: 768px) {
    .box5 {
        height: auto;
        padding-bottom: 90px;
    }

    .partner ul li {
        width: 16%;
    }

    .partnerb {
        transform: translateY(-50px);
    }

    .partnerc {
        transform: translateY(-55px);
    }

    .partnerb {
        transform: translateY(-20px);
    }

    .partnerb {
        transform: translateY(-30px);
    }

}

@media (max-width: 550px) {
    .partnerb {
        transform: translateY(-10px);
    }

    .partnerc {
        transform: translateY(-18px);
    }
}




/* 新闻中心 */
.box6 {
    margin-top: 9vw;
}

.box6 .bt {
    text-align: left;
}

.box6 .bt2 {
    margin-top: 18px;
}

.boxtop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsortli {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 0px;
    color: #666;
    border-radius: 25px;
    padding: 0px 54px;
    margin-top: 32px;
    margin-left: 40px;
    background: #f4f4f4;
}

.newsortli.on {
    color: #ffffff;
    background-color: #3f86c6;
}



.box6bottom {}

.mainnews {
    display: flex;
    margin-top: 5vw;
    margin-bottom: 5vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsl {
    width: 58%;
    margin-right: 2%;
}

.newsr {
    width: 40%;
}

.news_listN8 {
    display: flex;
}

.newsleftli {
    background: #fff;
    overflow: hidden;
    margin-right: 3%;
    width: 49%;
    cursor: pointer;
    box-shadow: 0px 0px 7px 0px rgba(9, 9, 9, 0.06);
}

.newsleftli:nth-last-child(1) {
    margin-right: 0;
}

.newsleftli:hover .newsimg img {
    transform: scale(1.05);
}

.newsimg {
    width: 100%;
    overflow: hidden;
}

.newsimg img {
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.newslist1wz {
    padding: 20px 15px 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist1wz a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.newsleftli:hover a {
    color: #3f86c6;
}

.newslist1wz p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    white-space: normal;
    margin-top: 6px;
}

.timeandmore {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.timeandmore span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 6px;

}

.timeandmore>span:last-child {
    border-radius: 20px;
    padding: 0 15px;
    border: solid 1px #b5b5b5;
}

.timeandmore span:hover {
    color: #3f86c6;
}

span.time1 {}

span.newsmore {}



#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 410px;
}

#yindemo {
    height: 100%;
}

.xwscroll {
    margin-top: 84px;
}

.news_list2 li {
    padding: 46px 0;
    border-top: 1px #b5b5b5 dashed;
}

.news_list2 li a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.news_list2 li:hover a {
    color: #3f86c6;
}

.time2 {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.time2top {
    font-size: 35px;
    font-weight: bold;
    color: #666;
}

.time2bottom {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
}

.news_list2 li:hover .time2top,
.news_list2 li:hover .time2bottom {
    color: #3f86c6;
}

.newsrtext2 {
    display: inline-block;
    width: 79%;
}

.news_list2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 5px;
}






@media (max-width: 1450px) {
    #ydemo {
        height: 360px;
    }
}


@media (max-width: 1200px) {}

@media (max-width: 990px) {
    .newsl {
        width: 100%;
    }

    .newsr {
        display: none;
    }
}

@media (max-width: 768px) {
    .newsortli {
        padding: 0px 36px;
        margin-left: 5px;
    }


}

@media (max-width: 550px) {
    .newsortli {
        padding: 0px 20px;
        margin-left: 5px;
        font-size: 15px;
    }

    .news_listN8 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .newsleftli {
        width: 100%;
        box-shadow: none;
        margin-right: 0;
    }

    .newslist1wz a{
        font-size: 18px;
    }
    .newslist1wz p{
        font-size: 14px;
    }

}