.aboutus_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 0;
    box-sizing: border-box;
    height: 100vh;
}

.aboutus {
    height: 100vh;
}

.aboutus .l {
    width: 40%;
}

.aboutus .r {
    width: 45%;
}

.aboutus .r img {
    display: block;
    width: 100%;
}

/* .clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.aboutus {
    padding: 0 0 0 12.5%;
    box-sizing: border-box;
}

.tit h4 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-weight: bold;
}

.tit h4::after {
    content: " ";
    display: block;
    margin: 0 0 0 12px;
    width: 1.2375rem;
    height: .125rem;
    background-color: #E95858;
    border-radius: 50px;
}

.tit h5 {
    margin: .2rem 0 .3rem 0;
    text-transform: uppercase;
}

.aboutus .l h6 {
    margin: 0 0 .5rem 0;
}

.aboutus .l {
    line-height: .45rem;
}

.aboutus .l a {
    display: block;
    padding: .3125rem 0;
    box-sizing: border-box;
    border-radius: 50px;
    /* background-color: #E95858; */
    color: #000 !important;
    border: 1px solid #000;
    width: 60%;
    text-align: center;
}

.aboutus .l a:hover {
    background-color: #E95858;
    color: #fff !important;
    border: 1px solid #E95858;
    transition: all 0.6s;
}


.djs_box {
    margin: 1rem 0;
}

.numU span {
    font-size: 60px;
    font-weight: bold;
    color: #E95858;
}

.numU sub {
    color: #E95858 !important;
    display: none;
}

.numCount ul li {
    line-height: 1.5;
}

.numCount ul li:nth-child(2) sub {
    display: block;
    font-weight: bold;
    font-size: 30px !important;
}

.numU {
    display: flex;
    justify-content: center;
    align-items: start;
}

.indc {
    margin: 15px 0 0 0;
    text-align: center;
}

.his_box {
    height: 100vh;
    /*background-image: url(../image/index/矩形\ 1@2x.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.his_box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.his_line .l {
    position: relative;
    width: 20%;
    line-height: .45rem;
         /*box-shadow: 0 0 3px 1px #E95858;*/
}

.his_line {
       justify-content: space-around;

}

.bannerhis .swiper-containerhis {
    padding: 10px;
}

.his_line .l div {
    /*position: absolute;*/
    /*left: 0%;*/
    /*top: 50%;*/
    /*transform: translate(0%, -50%);*/
    padding: .625rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    /*width: 120%;*/
    height: 100%;
}

.his_line .r {
    margin: 0 5%;
    width: 80%;
}

.his_line .r img {
    display: block;
    width: 100%;
}

.his_line .l div {
    position: relative;
}

.his_line .l div h6 {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    color: #CCCCCC;
    font-weight: bold;
    font-size: 1.5rem;
}

.swiper-paginationhis {
    position: absolute;
    bottom: .4rem !important;
    display: flex;
    justify-content: center;
}

.bannerhis .swiper-pagination-bullet {
    margin: 0 .1875rem !important;
    width: 1.4625rem !important;
    height: .15rem !important;
    border-radius: 50px !important;
    opacity: 1 !important;
    background-color: #fff !important;
        border: 1px solid #000;
}

.bannerhis .swiper-pagination-bullet-active {
    background-color: #E95858 !important;
}

.bannerhis .swiper-pagination-bullet-active {
         border: 1px solid #E95858;
}

.brand_box {
    height: 100vh;
    /*background-image: url(../image/index/989@2x.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.brand_box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand ul {
    flex-wrap: wrap;
}

.brand ul li {
    margin: 0 0 .5rem 0;
    width: 24%;
}

.brand ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .325rem;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #B0B0B0;
}

.brand ul li a:hover {
    background-color: #E95858;
    transition: all 0.6s;
}

.brand ul li a img {
    display: block;
    width: 100%;
}

.product_box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerproduct a h4 {
    margin: .375rem 0 .5625rem 0;
    font-size: .3rem;
}

.bannerproduct a p {
    padding: .125rem 0;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: .25rem;
    width: 45%;
    text-align: center;
}

.bannerproduct a:hover p {
    border: 1px solid #fff;
}

.bannerproduct a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .1875rem;
    box-sizing: border-box;
    background-color: #fff;
    /*box-shadow: 0 0 3px 1px #E95858;*/
}

.product_box {
    height: 100vh;
    /*background-image: url(../image/index/97898@2x.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bannerproduct a .p_box {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.bannerproduct a .p_box img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.bannerproduct a:hover {
    color: #fff !important;
    background-color: #E95858;
    transition: all 0.6s;
}

.swiper-containerproduct {
    padding: .125rem;
    box-sizing: border-box;
}

.swiper-button-prevproduct,
.swiper-button-nextproduct {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .625rem;
    width: .7125rem;
    height: 1.775rem;
    background-color: #C9C9C9;
    border-radius: 50px;
    color: #fff;
}

.swiper-button-prevproduct:hover,
.swiper-button-nextproduct:hover {
    background-color: #E95858;
    color: #fff;
    transition: all 0.6s;
    cursor: pointer;
}

.bannerproduct {
    position: relative;
}

.swiper-button-prevproduct {
    position: absolute;
    left: -3%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-nextproduct {
    position: absolute;
    left: 103%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product .tit {
    margin: 1rem 0 0 0;
}

.news_box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_line .r a {
    display: block;
    padding: .25rem .75rem !important;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50px;
}

.news_line .r a:hover {
    color: #fff !important;
    background-color: #E95858;
    border: 1px solid #E95858;
    cursor: pointer;
    transition: all 0.6s;
}

.swiper-containernews {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-containernews .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-containernews .swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-containernews .swiper-slide:nth-child(3n) {
    width: 20%;
}

.swiper-containernews {
    position: relative;
}

.swiper-containernews .swiper-wrapper {
    position: relative;
    top: .5rem;
    left: -35% !important;
}

.news_line {
    margin: 0 0 1.25rem 0;
}

.swiper-containernews a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: .25rem;
    box-sizing: border-box;
    line-height: .45rem;
}

.swiper-containernews a p {
    margin: .375rem 0 .5rem 0;
}

.swiper-containernews a span {
    text-align: left;
    height: 50px;
}

.swiper-containernews a .p_box {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-containernews a .p_box img {
    display: block;
    width: 100%;
}

.swiper-containernewss a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: .25rem;
    box-sizing: border-box;
    line-height: .45rem;
}

.swiper-containernews a:hover {
    background-color: #E95858;
    color: #fff !important;
    transition: all 0.6s;
}

.swiper-containernewss a:hover {
    background-color: #E95858;
    color: #fff !important;
    transition: all 0.6s;
}


.news .tit h5 {
    margin: .25rem 0 0 0;
    text-transform: uppercase;
}

#yd_box {
    display: none;
}

.yd_p {
    display: none;
}

.tit {
    margin: 1rem 0 0 0 !important;
}

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

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

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

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

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

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

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

@media screen and (max-width: 980px) {
    
  .his_box  .swiper-pagination-clickable .swiper-pagination-bullet {
        display: none;
    }
    
    .numCount ul li:nth-child(2) sub {
        font-size: 12px !important;
    }
    .his_box {
        display: none;
    }
    
    #fullpage {
        display: none !important;
    }


    #yd_box {
        display: block;
    }

    .bannerhead .swiper-slide {
        height: auto !important;
    }

    .aboutus_box {
        padding: 20px 0;
        height: auto;
    }

    .aboutus {
        height: auto;
    }

    .abimg {
        position: relative !important;
        display: none !important;
    }

    .aboutus .l,
    .aboutus .r {
        width: 100%;
    }

    .aboutus {
        flex-wrap: wrap;
    }

    .aboutus {
        padding: 0 12.5%;
    }

    .aboutus .l a {
        margin: 10px auto;
    }

    .aboutus .l {
        line-height: 1.5;
    }

    #yd_box {
        margin: 60px 0 0 0 !important;
    }

    .indc {
        font-size: 12px;
    }

    .his_box {
        padding: 20px 0;
        box-sizing: border-box;
        height: auto;
    }

    .his_line .l,
    .his_line .r {
        width: 100%;
    }

    .his_line {
        flex-wrap: wrap;
    }

    .his_line .l div {
        width: 100%;
        left: 0%;
        top: 0%;
        transform: translate(0%, 0%);
        height: 100%;
    }

    .his_line .l {
        line-height: 1.5;
    }

    .his_line .l div h6 {
        position: relative;
        text-align: right;
    }

    .his_line .r {
        margin: 10px 0 0 0;
    }

    .brand_box {
        padding: 20px 0;
        height: auto;
    }

    .brand ul li {
        width: 49%;
    }

    .product_box {
        padding: 20px 0;
        height: auto;
    }

    .swiper-containerproduct {
        padding: 1px ;
    }

    .swiper-button-prevproduct, .swiper-button-nextproduct {
        display: none;
    }

    .news_box {
        padding: 20px 0;
        height: auto;
    }

    .swiper-containernews {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }

    .swiper-containernews a {
        line-height: 1.5;
    }

    
    .swiper-containerproducts {
        padding: 1px;
        box-sizing: border-box;
    }
    
    .swiper-containernewss .swiper-wrapper {
        position: relative;
        top: .5rem;
        left: -35% !important;
    }

    .swiper-containernewss a {
        line-height: 1.5;
    }

    .news_yd_box a {
        display: block;
        margin: 0 0 15px 0;
        padding: 10px;
        box-sizing: border-box;
        background-color: #B0B0B0;
        color: #fff !important;
    }

    .news_yd_box a:hover {
        background-color: #E95858;
        transition: all 0.6s;
    }

    .aboutus .r {
        display: none;
    }

    .yd_p {
        display: block;
        width: 100%;
    }

    .his_box,.brand_box,.product_box {
        background-image: none !important;
    }

    .bannerhead .text_box {
        top: -20%;
    }
}

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

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

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