@charset "utf-8";

/* banner */
.banner_slide .banner_slidea{
    display: block;
    height: 100%;
}
.banner {
    position: relative;
    height: 200%;
    background-color: #015dc2;
}

.banner_container {
    height: 100%;
}

.banner_slideitem {
    height: 100%;
}

.banner_slideitem img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner_slideitemmb{
    display: none;
}
.banner_slideitemtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_slideitemtxt_box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.txt-bg{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(2, 109, 196, 0.8);
    position: absolute;
    left: -50%;
    top: 0;
}

.banner_boxtxt {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    position: relative;
    z-index: 5;
}

.banner_boxtxtspan {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.banner_boxtxtspan p {
    font-size: 15px;
    font-family: 'pn-l';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    display: inline-block;
}

.banner_boxtxtspan p::after {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -3px;
}

.banner_boxtxth h2 {
    text-transform: capitalize;
    word-break: break-all;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.banner_boxtxtp {
    margin-top: 20px;
}

.banner_boxtxtp p {
    width: 50%;
    display: inline-block;
    white-space: pre-line;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.banner_boxtxta {
    margin-top: 70px;
    display: inline-block;
}

.banner_boxtxta .banner_boxtxta_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ec871b;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 12px 2vw;
    color: #fff;
}

.banner_boxtxta_box span {
    color: #fff;
    font-size: 14px;
    /* text-transform: uppercase; */
}

.banner_boxtxta_box i {
    /* margin-top: 2px; */
    margin-left: 15px;
    color: #fff;
}

.banner_dw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #ec871b;
    z-index: 10;
}

.bannerglbox {
    position: relative;
    height: 70px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 10;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.bannerglbox.on {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bannerglbox_l {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-pagination-current {
    font-family: 'pn-l';
    font-size: 24px;
    color: #333333;
}
.swiper-pagination-total{
    font-family: 'pn-l';
    font-size: 24px;
}
.swiper-pagination-banner {
    font-family: 'pn-l';
    font-size: 18px;
    color: #c5c5c5;
    width: auto;
    padding-top: 2px;
}

.bannerglbox_lp {
    margin-left: 25px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bannerglbox_c {
    width: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        /* -webkit-transform-origin: left bottom;
        transform-origin: left bottom; */
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        /* -webkit-transform-origin: left bottom;
        transform-origin: left bottom; */
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        /* -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; */
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        /* -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; */
        -webkit-transform: rotate(-25deg);
        -ms-transform:rotate(-25deg);
        transform: rotate(-25deg);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -moz-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -moz-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -o-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(10px) scale(1.1, .9);
        -moz-transform: translateY(10px) scale(1.1, .9);
        -o-transform: translateY(10px) scale(1.1, .9);
        transform: translateY(10px) scale(1.1, .9)
    }
    75% {
        ransform: translateY(5px)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.bannerglbox_c i {
    -webkit-animation: rotate 0.7s linear infinite;
    -moz-animation: rotate 0.7s linear infinite;
    -o-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite;
    font-size: 32px;
    color: #015dc2;
}

.bannerglbox_r {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bannerglbox_rx {
    width: 1px;
    height: 22px;
    background-color: #d9d9d9;
    margin: 0 30px;
    margin-top: 4px;
}

.bannerglbox_rpre i,
.bannerglbox_rnext i {
    font-size: 22px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.bannerglbox_rpre i:hover,
.bannerglbox_rnext i:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #ec871b;
}

.bannerglbox_rpre,
.bannerglbox_rnext {
    outline: none;
}

@media screen and (min-width:1200px) {
    .banner_slideitempc {
        display: block;
    }
    .banner_slideitemmb {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    /* .banner_slideitempc {
    display: none;
  }
  .banner_slideitemmb {
    display: block;
  }
  .banner {
    height: auto !important;
  }
  .banner_slideitem {
    height: auto !important;
  }
  .banner_slideitemtxt {
    display: none;
  } */
}

.swiper-pagination {
    bottom: 20px;
    width: 100%;
    --swiper-theme-color: #333;
    --swiper-pagination-color: #ec871b;
    /* 两种都可以 */
}

.swiper-pagination span {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: unset;
    opacity: 1;
    margin: 0 5px;
}

.banner-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 产品 */

.products {
    margin-top: 50px;
    overflow: hidden;
}

.productsbox_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productsbox_lx {
    width: 18px;
    height: 3px;
    background-color: #ec871b;
}

.productsbox_lh {
    text-transform: capitalize;
    font-size: 40px;
    color: #333333;
    margin-left: 20px;
    font-family: 'Microsoft YaHei';

}
.productsbox_lh.productsbox_lhen{
    font-size: 50px;
}
.productsbox_lh span{
    font-size: 50px;
    font-weight: 700!important;
    margin-right: 12px;
}
.productsbox_r .productsbox_ra {
    display: block;
    padding: 12px 2.5vw;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-transform: uppercase;
}

.productsbox_r .productsbox_ra:hover {
    border-color: #ec871b;
}

.productsbox_ra.hvr-sweep-to-right::before {
    background-color: #ec871b;
}


.wproducts_cate{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #a1a1a1;
    display: flex;
    width: 100%;
}
.wproducts_cate a{
flex: 1;
height: 66px;
line-height: 66px;
text-align: center;
}
.productsbox {
    margin-bottom: 20px;
}
.productsboxb {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.products_prev,
.products_next {
    position: absolute;
    top: 50%;
    z-index: 10;
    outline: none;
    /* display: none; */
}

.products_prev {
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.products_next {
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.products_prev i,
.products_next i {
    font-size: 34px;
    color: #ec871b;
}

.products_prev.swiper-button-disabled i,
.products_next.swiper-button-disabled i {
    color: #999;
}

.productst_thumbs {
    width: 100%;
}

.productst_slide .productst_slidea {
    display: block;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}

.productst_slideah {
    padding: 50px 10px 0;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    color: #333;
}

.productst_slide a:hover .productst_slideah {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.productst_slideaimg img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
}

.productst_slidedw {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: rgba(13, 83, 159, 0.9);
}

.productst_slidedwbox {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 10%;
    text-align: center;
    overflow: hidden;
    transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
}

.productst_slidedwboxbig {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.productst_slidedwbox_h {
    padding-top: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.productst_slidedwbox_x {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
}

.productst_slidedwbox_p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    margin-top: 35px;
    color: #fff;
    line-height: 24px;
    word-break: break-word;
}

.productst_slidedwbox_a {
    margin-bottom: 4rem;
    margin-top: 20px;
    padding: 12px 2rem;
    /* padding-top: 2px; */
    font-size: 15px;
    border-radius: 5px;
    background-color: #ec871b;
    /* line-height: 45px; */
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
}

.productst_slidedwboxdw {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.productst_slidedwboxdw img {
    display: inline-block;
    margin: auto;
}

.productst_slide .productst_slideaimg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    background: #f3f3f3;
    padding: 20% 0;
}

.productst_slide.swiper-slide-thumb-active .productst_slideah {
    opacity: 0;
}

.productst_slide.swiper-slide-thumb-active .productst_slideaimg {
    opacity: 0;
}

.productst_slide .productst_slidea:hover .productst_slidedw {
    opacity: 1;
}

.productst_slide .productst_slidea:hover .productst_slidedwbox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.productst_slide.swiper-slide-thumb-active .productst_slidea .productst_slidedw {
    opacity: 1;
}

.productst_slide.swiper-slide-thumb-active .productst_slidea .productst_slidedwbox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.about { margin: 0 !important;}
.productsboxd {
    border-bottom: 1px solid #d9d9d9;
}

.productsb_top {
    width: 100%;
}

.productsb_slideitem {
    padding: 65px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.productsb_slideitem_dg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.productsb_slideitem_dg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #d1d1d1;
}

.productsb_slideitem_dg:last-child::after {
    display: none;
}

.productsb_slideitem_dgtxt {
    margin-left: 15px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.productsb_slideitem_dgtxt h6 {
    font-size: 24px;
    font-weight: normal;
}

.productsb_slideitem_dgtxt p {
    font-size: 14px;
    color: #888;
    font-family: 'pn-l';
}

.productsb_slideitem_dgi {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.productsb_slideitem_dgi i {
    font-size: 60px;
    line-height: 1;
    color: #333;
}

.productsb_slideitem_dg:hover .productsb_slideitem_dgi {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productsb_slideitem_dg:hover .productsb_slideitem_dgtxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 热门产品 */

.rmproduct {
    margin-top: 80px;
    margin-bottom: 60px;
}

.rmproduct_title {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'arial,Microsoft YaHei';
}

.rmproduct_box {
    margin-top: 20px;
    position: relative;
}

.rmproduct_prev,
.rmproduct_next {
    position: absolute;
    top: 40%;
    z-index: 10;
    outline: none;
    /* opacity: 0.3; */
    
}

.hzindex .rmproduct_prev,
.hzindex .rmproduct_next {
    position: absolute;
    top: 50%;
    z-index: 10;
    outline: none;
    opacity: 0.3;
    
}


.rmproduct_prev {
    left: 0;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}

.rmproduct_next {
    right: 0;
    transform:translate(50%,-50%);
    -webkit-transform:translate(50%,-50%);
    -moz-transform:translate(50%,-50%);
    -ms-transform:translate(50%,-50%);
    -o-transform:translate(50%,-50%);
}

.rmproduct_prev i,
.rmproduct_next i {
    font-size: 34px;
    color: #ec871b;
}

.rmproduct_prev.swiper-button-disabled i,
.rmproduct_next.swiper-button-disabled i {
    color: #666;
}

.button-disabled{
    display: none;
}

.rmproduct_container {
    width: 100%;
}

.rmproduct_slide .rmproduct_slidea {
    display: flex;
    height: 100%;
    flex-flow: column;
}

.rmproduct_slidea_img {
    overflow: hidden;
    border: 1px solid #ddd;
}

.rmproduct_slidea_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rmproduct_slidea_txt {
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rmproduct_slide .rmproduct_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.rmproduct_slide .rmproduct_slidea:hover .rmproduct_slidea_txt {
    color: #ec871b;
}

.rmproduct_more {
    margin-top: 30px;
}

.rmproduct_more>a:hover {
    border-color: #ec871b;
}

.rmproduct_more .hvr-sweep-to-right::before {
    background-color: #ec871b;
}

.rmproduct_more>a {
    /* width: 200px; */
    /* height: 54px; */
    /* line-height: 56px; */
    padding: 12px 3vw;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
    overflow: hidden;
}


/* zhengshu */

.zhengshu_slide .rmproduct_slidea_img {
    /* height: min(20vw, 400px); */
    flex: 1;
}

.zhengshu_slide .rmproduct_slidea_img img {
    height: 100%;
    /* width: auto; */
    margin: auto;
}


/*关于我们  */

.about {
    margin-top: 100px;
    height: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.aboutl {
    width: 60%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.aboutl img{
    width: 100%;
}
.aboutr {
    width: 45%;
    background-color: #0354ad;
}

.aboutdw {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.aboutdw_box {
    height: 100%;
}

.aboutdw_boxl {
    width: 50%;
    padding-right: 80px;
    /* height: 575px; */
}

.aboutdw_boxr {
    background-color: #fff;
    width: 50%;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutdw_boxr_box {
    width: 100%;
}

.aboutdw_boxr_boxh {
    font-size: 36px;
    text-transform: capitalize;
}
.aboutdw_boxr_boxh span{
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}
.aboutdw_boxr_boxp {
    margin: 30px 0 50px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    word-break: break-all;
    /* text-indent: 2rem; */
}

.aboutdw_boxr_boxp p {
    display: block;
    /* margin: 30px 0; */
}

.aboutdw_boxr_gd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    text-align: center;
    line-height: 60px;
}

.aboutdw_boxr_gdvideo {
    width: 230px;
    height: 60px;
    background-color: #0354ad;
    cursor: pointer;
}

.aboutdw_boxr_gdvideo i {
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.aboutdw_boxr_gdvideo span {
    color: #fff;
    line-height: 1;
    margin-left: 7px;
    font-size: 15px;
}

.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
    width: 230px;
    height: 60px;
    background-color: #015dc2;
}
.aboutdw_boxr_gd .aboutdw_boxr_gdmore.aboutdw_boxr_gdmorel{
    background-color:#ec871b;
}
.aboutdw_boxr_gdmore span {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.aboutdw_boxr_gdmore i {
  margin-right: 6px;
    font-size: 16px;
    color: #fff;
}


/* link */

.links {
    margin: 80px 0;
}

.links .item {
    padding: 30px;
    border: 3px solid #eee;
    border-left: none;
    border-right: none;
    margin-right: -15px;
    margin-left: -15px;
}

.links .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.links .ll01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.links .ll01 h3 {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    margin-left: 20px;
    font-weight: normal;
}

.links .ll02 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.links .ll02 a {
    margin: 5px 10px;
    display: inline-block;
    color: #666;
    font-size: 15px;
}

.links .ll02 a:hover {
    color: #ec871b;
}


/*  理念优势*/

.lnysbox {
    padding: 80px 95px;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3
}

.lnys {
    position: relative
}

.lnysbg {
    background: #f3f3f3;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.lnysbox_l {
    width: 20%;
}

.lnysbox_l .lnysl_slidea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #d9d9d9;
}

.lnysl_slide:last-child .lnysl_slidea {
    border-bottom: 0;
}

.lnysl_slidea i {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.lnysl_slidea p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #888;
    padding-left: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.lnysbox_lbtn {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lnysbox_lbtnper i,
.lnysbox_lbtnnext i {
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}

.lnysbox_lbtnper,
.lnysbox_lbtnnext {
    outline: none;
}

.lnysbox_lbtnper.swiper-button-disabled i,
.lnysbox_lbtnnext.swiper-button-disabled i {
    color: #c1c1c1;
}

.lnysbox_lbtnx {
    margin: 0 30px;
    margin-top: -2px;
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
}

.lnysbox_r {
    width: 80%;
    padding-left: 60px;
}

.lnysbox_rbox {
    position: relative;
    /*    height: 460px;*/
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.lnysbox_rboxdw {
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: 1;
}

.lnysbox_rboxdw_boxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lnysbox_rboxdw_boxs>div {
    width: 50px;
    height: 2px;
    background-color: #015dc2;
}

.lnysbox_rboxdw_boxs>div.on {
    background-color: #ec871b;
}

.lnysr_top {
    width: 100%;
    height: 100%;
    z-index: 2
}

.lnysr_slide .lnysr_slidea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.lnysr_slidea>div {
    width: 50%;
}

.lnysr_slidea_txt {
    padding: 60px 60px 0 80px;
}

.lnysr_slidea_txttop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lnysr_slidea_txttopx {
    width: 40px;
    height: 1px;
    background-color: #333333;
}

.lnysr_slidea_txttopwz {
    margin-left: 15px;
    text-transform: uppercase;
    color: #333;
}

.lnysr_slidea_txth {
    margin-top: 30px;
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'arial,Microsoft YaHei';
}

.lnysr_slidea>div:last-child {
    height: 100%;
}

.lnysr_slidea_txtp {
    color: #888;
    line-height: 24px;
    word-break: break-word;
    font-size: 14px;
}

.lnysr_slidea_img {
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 500px;
}

.lnysr_slidea_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lnysr_slidea_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.lnysr_slidea_imgdw {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    line-height: 56px;
    text-align: center;
    color: #fff;
}

.lnysr_slidea_imgdw2 {
    position: absolute;
    left: 0;
    top: 120px;
}

.lnysl_slide .lnysl_slidea i {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lnysl_slide:hover .lnysl_slidea p {
    color: #333;
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
}

.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea i {
    color: #ec871b;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.lnysl_slide.swiper-slide-thumb-active .lnysl_slidea p {
    color: #333;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 新闻 */

.news {
    margin-top: 80px;
}

.newstitler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.newstitler_box .swiper-slide {
    width: 120px;
    text-align: center;
}

.newstitler_box>a {
    color: #999;
    text-transform: capitalize;
    padding: 2px 20px 0;
    display: inline-block;
    font-size: 18px;
}

.newstitler_box .swiper-slide-thumb-active a,
.newstitler_box>a:hover {
    color: #ec871b;
}

.newstitler_a i {
    font-size: 18px;
    padding: 0 20px;
}

.new_item {
    margin: 0 -15px;
}

.newsct {
    margin-top: 20px;
    padding: 0 15px;
}

.newsct_l {
    padding-right: 120px;
}

.newsct_lsj {
    height: 50px;
    line-height: 47px;
    text-align: right;
    border-bottom: 3px solid #333;
    font-size: 20px;
    color: #333;
}

.newsct_lh {
    margin-top: 40px;
    font-size: 20px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsct_lp {
    margin-top: 15px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.newsct_limg {
    margin-top: 35px;
    height: 328px;
    overflow: hidden;
}

.newsct_limg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.newsct_l:hover .newsct_lh {
    color: #015dc2;
    padding-left: 4px;
}

.newsct_l:hover .newsct_limg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsct_r .newsct_ritem {
    height: 182px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}

.newsct_ritembox {
    width: 100%;
}

.newsct_ritembox_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsct_ritembox_titleh {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsct_ritembox_titlesj {
    margin-left: 25px;
    font-size: 20px;
    color: #c5c5c5;
}

.newsct_ritembox_p {
    margin-top: 10px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.newsct_r .newsct_ritem:hover .newsct_ritembox_titleh {
    color: #015dc2;
    padding-left: 4px;
}

.newsct_r .newsct_ritem:hover {
    border-bottom-color: #fff;
}

.newsct_ritem.hvr-underline-from-left::before {
    height: 1px;
    background-color: #ec871b;
    bottom: 0px;
}


/* 弹出视频 */

.videos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
    display: none;
}

.videos_zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9996;
    text-align: right;
}

.videos_zhezhao img {
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer
}

.videos_box {
    position: absolute;
    z-index: 9997;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
}

#video {
    width: 100%;
    height: 100%;
    position: relative;
}

#video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.videos_cha {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.videos_cha i {
    color: #fff;
    font-size: 60px;
}
@media screen and (min-width: 1921px){
    /* .aboutl{
        height: 700px;
    }
    .aboutl img{
        display: none;
    } */
}


@media screen and (max-width: 1200px) {
    .videos_box {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .videos_box {
        width: 95%;
    }
}


/* 全局 */

@media screen and (max-width:1700px) {
    .banner_boxtxth h2 {
        font-size: 3.6vw;
    }
    .banner_boxtxtp p {
        /* white-space: unset; */
        font-size: 1.2vw;
		line-height: 26px;
    }
    /* 产品 */
    .productst_slidedwbox_h {
        /* margin-top: 40px; */
    }
    .productst_slidedwbox_a {
        margin-bottom: 50px;
    }
    .productst_slidedwbox_p {
        margin-top: 25px;
    }
    /* 热门产品 */
    .rmproduct_slidea_txt {
        font-size: 14px;
    }
    /*  */
    .about,
    .news{
        margin-top: 60px;
    }
    
    .links {
        margin: 60px 0;
    }
    /* 关于我们 */
    .aboutdw_boxl {
        width: 50%;
        position: relative;
    }
    .aboutdw_boxl img {
        position: absolute;
        height: 100%;
        max-width: unset;
        right: 50px;
    }
    .aboutdw_boxr {
        width: 50%;
        padding: 60px;
        height: auto;
    }
    .aboutdw_boxr_boxh {
        font-size: 2.2vw;
    }
    .aboutdw_boxr_gdvideo,
    .aboutdw_boxr_gd .aboutdw_boxr_gdmore {
        width: 200px;
        height: 50px;
        line-height: 49px;
    }
    .aboutdw_boxr_gd {
        margin-top: 30px;
    }
    /* 理念优势 */
    .lnysbox_rbox {
        /*        height: 420px;*/
    }
    .lnysl_slidea p {
        font-size: 14px;
    }
    .lnysbox {
        padding: 3.5vw 3vw;
    }
    .lnysbox_r {
        padding-left: 40px;
    }
    .lnysr_slidea_txt {
        padding: 50px 50px 0 50px;
    }
    .lnysr_slidea_txth {
        margin-top: 20px;
        font-size: 30px;
        font-family: 'arial,Microsoft YaHei';
    }
    .lnysbox_rboxdw {
        left: 40px;
    }
    /* 新闻 */
    .newsct_l {
        padding-right: 80px;
    }
    .newsct_ritembox_titleh {
        font-size: 18px
    }
    .newsct_ritembox_p {
        font-size: 13px;
        line-height: 21px
    }
    .newsct_r .newsct_ritem {
        padding-bottom: 30px;
    }
    .newsct_lh {
        font-size: 18px;
        margin-top: 30px
    }
    .newsct_lp {
        font-size: 13px;
    }
    .newsct_r .newsct_ritem {
        height: 172px
    }
    .productst_slidedwbox_p {
        font-size: 13px;
    }
    .productst_slidedwbox_x {
        display: none
    }
    .productst_slidedwbox_h {
        padding-top: 60px;
        font-size: 20px
    }
    .productst_slideah {
        font-size: 18px
    }
    .productsb_slideitem_dgtxt h6 {
        font-size: 18px
    }
    .productsb_slideitem_dgtxt p {
        font-size: 12px;

    }

    
}

@media screen and (max-width:1500px) {
    .productsb_slideitem {
        padding: 50px 0
    }
    .aboutdw_boxr {
        width: 60%;
        padding: 60px;
    }
    .lnysr_slidea_img {
        height: 380px !important
    }
    .lnysr_slidea_txth {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .lnysr_slidea_txtp {
        font-size: 13px;
        line-height: 18px;
    }
    .productst_slidedwbox_p {
        font-size: 12px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    /*  */

    .productsbox_lh{
        /* font-size: 2.5vw; */
    }
    .productsbox_r .productsbox_ra{
        padding: 10px 2.5vw;
    }
    .productst_slideah,.productst_slidedwbox_h{
        padding-top: 2.5rem;
    }
    .productst_slidedwbox_a{
        margin-bottom: 2.5rem;
        font-size: 13px;
        padding: 10px 2rem;
    }
    .rmproduct_title{
        font-size: 2.2vw;
    }
    .aboutdw_boxr_boxp{
        /* font-size: 13px; */
        line-height: 1.6;
        margin-top: 1rem;
    }
    .aboutdw_boxr_gd{
        margin-top: 2.5rem;
    }
    .shuzhi_itemboxt span{
        font-size: 3vw;
    }
    .lnysbox_lbtn{
        margin-top: 5vw;
    }
    .newstitler_box>a{
        font-size: max(13px,1.1vw);
    }
    
}
@media screen and (max-width:1360px){
    .aboutdw_boxr {
        width: 70%;
        padding: 50px;
    }
    .aboutdw_boxr_boxp{
        /* margin-top: 20px; */
        line-height: 1.6;
        font-size: 13px;
    }
    .lnysr_slidea_imgdw{
        height: 55px;
        line-height: 55px;
    }
    .productst_slide .productst_slideaimg{
        padding-bottom: 30px;
    }
    .about { height: 500px;}
}

@media screen and (max-width:1200px) {
    /* 产品 */
    .productsbox_lh {
        font-size: 40px;
    }
    .products {
        margin-top: 30px;
    }
    .productst_slideah {
        padding: 50px 10px 0;
    }
    .productst_slidedwbox {
        padding: 0 15px;
    }
    .productsb_slideitem {
        padding: 40px 0;
    }
    .productst_slidedwbox_x {
        margin-top: 10px;
    }
    .productst_slidedwbox_p {
        margin-top: 15px;
    }
    .productst_slidedwbox_a {
        margin-bottom: 40px;
    }
    .productst_slidedwbox_p {
        /*       display:none;*/
    }
    .productst_slidedwbox_x {
        display: none
    }
    .productst_slidedwbox_a {
        /* display: none */
    }
    /* 关于我们 */
    .aboutdw_boxr_boxh {
        font-size: 40px;
    }
    .aboutdw_boxr_gd {
        margin-top: 30px;
    }
    .about {
        margin-top: 80px;
    }
    /* 理念优势 */
    .lnysbg {
        width: 100%
    }
    .lnysbox {
        padding: 50px 30px;
    }
    .lnysbox_lbtn {
        margin-top: 30px;
    }
    .lnysr_slidea_txt {
        padding: 40px 40px 0 40px;
    }
    .lnysr_slidea_txth {
        margin-top: 10px;
    }
    .lnysbox_rboxdw {
        left: 30px;
        bottom: 50px;
    }
    .lnysbox_rbox {
        height: 380px;
    }
    /* 新闻 */
    .newsct_r .newsct_ritem {
        padding-bottom: 20px;
    }
    .news {
        margin-top: 60px
    }
    .newsct {
        margin-top: 10px;
    }
    .newsct_l {
        padding-right: 50px;
    }
    .newsct_lh {
        margin-top: 20px;
    }
    .newsct_lp {
        margin-top: 8px;
    }
    .newsct_limg {
        margin-top: 15px;
    }
    .newsct_ritembox_p {
        margin-top: 5px;
    }
    .newsct_r .newsct_ritem {
        height: 150px;
    }
    .newsct_limg {
        height: 278px;
    }
    .bannerglbox {
        height: 60px;
    }
    .productsboxd {
        /* display: none; */
    }
    .productst_slide .productst_slidea .productst_slidedwbox {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .productst_slidedwboxdw {
        display: none
    }
    .rmproduct {
        margin-top: 60px;
    }
    .rmproduct_title {
        font-size: 30px;
    }
    .rmproduct_more {
        margin-top: 30px
    }
    .rmproduct_more>a {
        width: 150px;
    }
}

@media screen and (max-width:992px) {
    .aboutdw_boxr_gd {
        
        overflow: hidden;
    }
    .banner { background: #000;}

    
    .lnysbox_rbox {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .lnysr_slidea_img {
        height: auto !important;
  
       
    }
    .lnysr_slidea_img img {
         /* width: 88%; */
         margin: 0 auto;

    }


    /* banner */
    .banner_boxtxtp{
        /* display: none; */
        padding: 0;
       
    }
    .banner_boxtxtp p{
        line-height: 20px;
    }
  
    .banner_boxtxtspan p{
        font-size: 12px;
       
    }
    .banner_boxtxtspan p::after{
        width: 20vw;
    }
    .banner_boxtxta{
        margin-top: 35px;
    }
    .banner_boxtxta .banner_boxtxta_box{
        height: auto;
        line-height: 1;
        padding: 0.5rem 1rem;
    }
    .banner_boxtxta_box span{
        font-size: 12px;
    }

    .banner_boxtxt {
        margin-left: 0;
        padding: 0 15px;
        transform: unset;
    }
    .banner_boxtxtp p {
        width: 80%;
    }
    .banner_boxtxth h2 {
        font-size:3vw;
    }
    .bannerglbox_c {
        display: none;
    }
    .bannerglbox {
        height: 50px;
    }
    /* 产品 */
    .products_prev,
    .products_next {
        display: block;
    }
    .products {
        margin-top: 40px;
    }
    .productsboxb {
        margin-top: 10px;
    }
    .productsbox_lh {
        font-size: max(4vw,22px);
    }
    .productsbox_r {
        /* display: none */
    }
    .productsbox_r .productsbox_ra {
        font-size: 2vw;
        padding: 4px 3vw;
    }
    .productst_slideah {
        font-size: max(1.8vw,15px);
        padding: 30px 10px;
    }
    .productst_slidedwbox_h {
        margin-top: -80px;
        font-size: 18px;
    }
    .productst_slidedwbox_p {
        display: none
    }
    .productst_slidedw {
        display: none;
    }
    .productst_slide a:hover .productst_slideah {
        opacity: 1;
    }
    .productsb_slideitem {
        
    }
    .productst_slidedwbox_a {
        margin-bottom: 50px;
    }
    .productsb_slideitem_dgtxt {
        margin-left: 10px;
    }
    .productsb_slideitem_dgtxt h6 {
        font-size: 16px;
    }
    .productsb_slideitem_dgtxt p {
        font-size: 12px;
 
    }
    .productsb_slideitem_dg::after {
        display: none;
    }
    .rmproduct_slidea_txt{
        padding: .5rem;
    }
    .productst_slide .productst_slideaimg{
        padding: 0;
    }
    /* 热门产品 */
    .rmproduct_box {
        margin-top: 10px;
    }
    .rmproduct_more {
        margin-top: 20px;
    }
    .rmproduct_more>a {
        height: unset;
        line-height: unset;
        width: auto;
        padding: 6px 5vw;
        font-size: 13px;
    }
    .rmproduct {
        margin-top: 40px;
    }
    .rmproduct_title {
        font-size: max(3vw,18px);
    }
    /*	.rmproduct_more>a { width: 150px; height: 40px;    line-height: 38px;}*/
    /* 关于我们 */
    .about {
        margin-top: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        flex-wrap: wrap-reverse;
    }
    .about>div {
        width: 100%;
        height: auto;
        position: relative;
    }
    .about>div:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .aboutdw {
        /* background-color: #efefef; */
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 50px;
    }
    .aboutdw_boxl {
        width: 100%;
        position: relative;
        padding: 0;
        z-index: 2;
    }
    .aboutdw_boxl img {
        position: unset;
        max-width: 100%;
        height: auto;
    }
    .aboutdw_boxr {
        width: 100%;
        background-color: transparent;
        padding: 0;
        height: auto;
    }
    .aboutdw_box {
        height: auto;
        padding-top: max(3vw,20px);
    }
    .aboutl {
        height: 400px;
        position: absolute;
        top: 0;
    }
    .aboutdw_boxr_boxp {
        margin-top: 0;
    }
    .shuzhi_itemboxt span{
        font-size: 6vw;
    }
    .shuzhi_itemboxt sup{
        margin-top: 3vw;
        font-size: 2vw;
    }
    .shuzhi_itembox{
        font-size: 2vw;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 0;
    }
    /* 理念优势 */
    .lnysbox {
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lnysbox>div {
        width: 100%;
    }
    .lnysl_slide .lnysl_slidea i {
        display: none;
    }
    .lnysbox_lbtn {
        display: none;
    }
    .lnysbox_r {
        padding-left: 0;
    }
    .lnysbox_r {
        margin-top: 42px;
    }
    .lnysbox_l .lnysl_slidea {
        padding: 0 10px;
        text-align: center;
    }
    .swiper-slide-thumb-active .lnysl_slidea {
        background: #EDEDED;
        color: #333;

    }
    .lnysl_slide.swiper-slide-thumb-active .lnysl_slidea p{
    color: #333;
    font-weight: bold;
    font-family: 'arial,Microsoft YaHei';
}
    .lnysl_slide:last-child .lnysl_slidea {
        border-bottom: 1px solid #d5d5d5;
    }
    .lnysbox_rbox {
        height: auto;
    }
    .lnysr_slidea_txt {
        padding: 7vw 6vw;
    }
    .lnysr_slidea_txttop {
        display: none
    }
    .lnysr_slidea>div:last-child {
        height: auto;
    }
    .lnysr_slidea_txth {
        margin-top: -5px;
        font-size: 26px;
    }
    .lnysbox_rboxdw {
        left: 25px;
        bottom: 40px;
    }
    .lnysl_slidea p{
        white-space: unset;
        line-height: 1.2;
    }
    .aboutdw_boxr_boxh{
        font-size: max(4vw,22px);
        margin-bottom: 10px;
    }
    .zhengshu_slide .rmproduct_slidea_img{
        height: auto;
        flex: 1;
    }
    /* 新闻 */
    .news {
        margin-top: 50px;
    }
    .newsct_l {
        padding-right: 0;
    }
    .newsct_r {
        margin-top: 20px;
    }
    .newstitler_a {
        /* display: none; */
    }
    .newstitler {
        /* width: 100%; */
    }
    .newstitler_box {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: none;
        margin-top: 20px;
    }
    .newstitler_box>a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px;
        text-align: center;
        font-size: 20px;
        color: #333;
    }
    .newsct {
        margin-top: 15px;
    }
    .newsct_lsj {
        font-size: 18px;
    }
    .newsct_lh {
        font-size: 18px;
        margin-top: 30px;
    }
    .newsct_lp {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .newsct_limg {
        margin-top: 20px;
        height: 200px;
    }
    .newsct_r .newsct_ritem {
        height: 120px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }
    .newsct_ritembox_titleh {
        font-size: 18px;
    }
    .newsct_ritembox_titlesj {
        font-size: 18px;
    }
    .newsct_ritembox_p {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .bannerglbox * {
        font-size: 13px !important
    }
    .bannerglbox_rx {
        height: 12px;
    }
    /*  */
    .links {
        margin: 50px 0;
    }
    .links .item {
        padding: 30px 0;
    }
    .links .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .links .ll02 {
        margin: 0;
        margin-top: 10px;
    }
    .links .ll02 a {
        font-size: 13px;
        margin: 3px 5px;
    }
}

@media screen and (max-width:768px) {
    .lnysbox {
        /* padding: 30px 0; */
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bannergl .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px;
    }
    .bannerglbox.on {
        border-radius: 0px;
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
    }
    /* banner */
    .banner_slideitemtxt_box .container {
        padding: 0 10px;
    }
    .banner_boxtxth h2 {
        font-size: 28px;
    }
    .banner_boxtxtp p {
        width: 100%;
        font-size: 12px;
        /* white-space: unset; */
    }
    .banner_boxtxtp {
        margin-top: 10px;
    }
    .banner_boxtxta {
        margin-top: 20px;
    }
    .bannerglbox {
        padding: 0 20px;
    }
    .bannerglbox {
        height: 50px;
    }
    .bannerglbox_rx {
        margin: 0 20px;
        margin-top: 4px;
    }
    .banner_boxtxta .banner_boxtxta_box {
        /* height: 36px; */
        /* line-height: 36px; */
    }
    .bannerglbox_r {
        width: auto;
    }
    .bannerglbox_l {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    /* 产品 */
    .productsbox_lh {
        /* font-size: 24px; */
        /* margin-left: 10px; */
    }
    .productsbox_lx {
        height: 1px;
    }
    /* 热门产品 */
    .rmproduct_more>a {
        /* height: 36px; */
        /* line-height: 34px; */
    }
    /* .rmproduct_prev {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .rmproduct_next {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    } */
    /* 关于我们 */
    .aboutdw_boxr {
        padding: 0 10px;
    }
    .aboutdw_boxr_boxh {
        /* font-size: 24px; */
        /* margin-bottom: 10px; */
    }
    .aboutdw_boxr_boxp {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .aboutdw_boxr_boxp p {
        font-size: 13px;
    }
    .aboutdw_boxr_gd {
        margin-top: 20px;
    }
    .aboutdw_boxr_gdvideo,
    .aboutdw_boxr_gd .aboutdw_boxr_gdmore {
        height: 46px;
        line-height: 46px;
    }
    .aboutl {
        /* height: 260px; */
    }
    .aboutdw_boxr_gdvideo i {
        font-size: 16px;
    }
    .aboutdw_boxr_gdvideo span,
    .aboutdw_boxr_gdmore span {
        font-size: 14px;
    }
    /* 理念优势 */
    .lnys .container {
        padding: 0 15px;
    }
    .lnysr_slide {
        height: auto !important;
    }
    .lnysr_slide .lnysr_slidea {
        /*        flex-wrap: wrap;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .lnysr_slidea {
        height: auto !important;
    }
    .lnysr_slidea>div {
        width: 100%;
    }
    .lnysr_slidea>div:last-child {
        /* height: 300px; */
    }
    .lnysbox_rboxdw {
        display: none
    }
    .lnysl_wrapper .lnysl_slide:nth-last-child(2) a {
        border-bottom: none !important;
    }
    .lnysl_wrapper .lnysl_slide:last-child a {
        border-bottom: none !important;
    }
    .lnysr_slidea_imgdw2 {
        display: none;
    }
    .lnysr_slidea_txth {
        font-size: 20px;
    }
    .lnysbox_r {
        margin-top: 0px
    }
    .lnysr_slidea_txtp {
        font-size: 12px;
        line-height: 18px;
    }
    .lnysr_slidea_imgdw {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    /* 新闻 */
    .newstitler_box>a {
        font-size: 16px;
        padding: 10px 0;
    }
    .newsct_lsj {
        display: none;
    }
    .newsct_l {
        border-top: 3px solid #333;
        padding-right: 0;
    }
    .newsct_lh,
    .newsct_ritembox_titleh {
        font-size: 15px;
    }
    .newsct_ritembox_titlesj {
        font-size: 13px;
    }
    .newsct_lh {
        margin-bottom: 10px
    }
    .newsct_lp,
    .newsct_ritembox_p {
        margin-top: 5px;
        font-size: 13px;
        line-height: 16px;

    }
    .newsct_ritembox_p {
        display: none;

    }
    
    .newsct_limg {
        height: 160px;
    }
    .newsct_r .newsct_ritem {
        height: 60px;
    }
}

@media screen and (max-width: 576px) {
    .bannergl .container {
        padding: 0 15px;
    }
}

@media screen and (max-width:1367px) {
    .wproducts_cate{
        border: none;
        
    }
    .wproducts_cate a {
        border: 0.5px solid #e1e1e1; 
        background: #f3f3f3;
        flex: 1 0 19%;
        height: 60px;
        line-height: 60px;
        
    }

    .aboutdw_boxr_boxh span{ font-size: 50px;}
    .aboutdw_boxr_boxh{font-size: 1.8vw;}

}

.productsboxb  .swiper-slide:nth-child(2n) {
    margin-top: 0 !important;
  }

@media screen and (max-width: 1280px) {
.productsboxb  .swiper-slide:nth-child(2n) {
    /* margin-right: 0 !important; */
  }
  /* .productsboxb  .swiper-slide {float: left; width: 40% !important;} */

  .productsboxb .swiper-container-multirow-column>.swiper-wrapper { flex-direction:row; }
  .productsboxb  .swiper-slide { margin-bottom: 5px;}
}


@media screen and (max-width: 992px) {
    .productst_slidedw {
        width: 90%;
    }
    
    .wproducts_cate a {
        border: 0.5px solid #e1e1e1; 
        background: #f3f3f3;
        flex: 1 0 48%;
        height: 46px;
        line-height: 46px;
        
    }

    .productsbox_lh span {display: none;}

    /* .aboutdw_boxr_boxh span {display: none;} */
    .shuzhi {display: none;}
    /* .aboutdw_boxr_gdmore {display: none;}  */
    .aboutdw_boxr_boxp { padding-bottom: 10px;}

    .banner_slideitempc{
        display: none;
    }
    .banner_slideitemmb{
        display: block;
    }
.banner_slide  .banner_slidea{
    height: auto;
}
.productsb_slideitem_dg {
    flex: 1 0 99%;
    padding: 15px 0;
    /* border-bottom: 1px solid #ededed; */
    justify-content: left;
    padding-left: 10px;
}
.productsb_slideitem {
    flex-wrap: wrap;
    display: flex;
    padding: 10px 0;
  
}

.productsb_slideitem_dg:nth-child(2) {
    background: #f5f5f5;
  }

  .productsb_slideitem_dgi i {
    font-size: 50px;
  }
  .productsb_slideitem_dgtxt p {
    line-height: 18px;
  }

.aboutl img {display: block !important;}
}
.aboutl img {display: none;}
@media screen and (max-width: 768px) {

    .productsboxb {
        /* display: none; */
    }
    .aboutdw_boxr_boxh{ font-size: max(4vw,22px); }

    .productsbox_lh {
        margin-left: 10px;
        font-size: 26px !important;
        font-weight: bold;
    }

    .aboutdw_boxr_boxh span {
        font-size: 26px !important;
    }
    .rmproduct_prev i, .rmproduct_next i{
        font-size: 26px;
    }
    .banner_boxtxth h2 { font-size: 20px;}
    .banner_boxtxtp p {
        line-height: 16px;
    }


}