﻿.layui-carousel {
    height: 61.3vh !important;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
}

.index-bnr {
    position: relative;
}












.float_box {
    position: fixed;
    right: 15px;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.2s linear 0s;
    z-index: 92;
}

.float_box ul {
    display: inline-block;
    border-radius: 50px;
    background: #58c184;
    box-shadow: 0 0 10px rgba(27, 108, 171, 0.15);
    padding: 5px 0;
    width: 62px;
}

.float_box ul li {
    padding: 0 7px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    transition: all 0.2s linear 0s;
    cursor: pointer;
}

.float_box ul li span {
    font-size: 12px;
    color: #ffffff;
    display: block;
    transition: all 0.2s linear 0s;
    line-height: 26px;
}

.float_box ul li:before {
    content: "";
    width: calc(100% - 14px);
    height: 2px;
    background: #e9e9e9;
    position: absolute;
    left: 7px;
    top: 0;
}

.float_box ul li:nth-child(1)::before {
    content: "";
    width: 0;
    height: 0px;
    background: transparent;
    position: absolute;
    left: 7px;
    top: 0;
}

.icon-weixin5:before {
    content: "\e818";
}


.float_box ul li .code_box::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #26b145;
    position: absolute;
    right: -8px;
    top: 40%;
    transform: rotate(45deg);
}

.float_box ul li .code_box::after {
    content: "";
    width: 20px;
    height: 60px;
    position: absolute;
    right: -20px;
    top: 20%;
}

.float_box ul li .code_box {
    width: 120px;
    padding: 10px;
    background: #26b145;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    top: -20px;
    display: none;
}

.float_box ul li .code_box img {
    width: 100px;
}

.float_box ul li .code_box span {
    line-height: 18px;
    color: #fff;
    margin-top: 5px;
}


.float_box ul li .kf_box {
    width: 120px;
    padding: 10px;
    background: #26b145;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    top: 15px;
    display: none;
}

.float_box ul li .kf_box::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #26b145;
    position: absolute;
    right: -8px;
    top: 40%;
    transform: rotate(45deg);
}

.float_box ul li .kf_box::after {
    content: "";
    width: 20px;
    height: 60px;
    position: absolute;
    right: -20px;
    top: 20%;
}

.float_box ul li .kf_box img {
    width: 100px;
}

.float_box ul li .kf_box span {
    line-height: 18px;
    color: #fff;
    margin-top: 5px;
}
.float_box ul li .kf_box a {
    height: 28px;
    line-height: 28px;
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #ffffff;
}

.float_box ul li .qq_box::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #26b145;
    position: absolute;
    right: -8px;
    top: 40%;
    transform: rotate(45deg);
}

.float_box ul li .qq_box::after {
    content: "";
    width: 20px;
    height: 60px;
    position: absolute;
    right: -20px;
    top: 20%;
}

.float_box ul li .qq_box {
    padding: 10px;
    background: #26b145;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    top: 20px;
    display: none;
    width: 120px;
}

.float_box ul li .qq_box a {
    height: 28px;
    line-height: 28px;
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #ffffff;
}

.float_box ul li .tel_box {
    border-radius: 5px;
    align-items: center;
    display: none;
    position: absolute;
    right: 75px;
    top: 5px;
    padding: 16px 16px 8px 16px;
    font-size: 14px;
    background: #26b145;
    line-height: 28px;
    width: 240px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.float_box ul li .tel_box::after {
    content: "";
    width: 20px;
    height: 60px;
    position: absolute;
    right: -20px;
    top: 20%;
}

.float_box ul li .tel_box::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #26b145;
    position: absolute;
    right: -8px;
    top: 40%;
    transform: rotate(45deg);
}

.float_box ul li .tel_box span {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #ffffff;
}

.float_box ul li .tel_box span em {
    display: block;
    color: #ffffff;
    font-size: 14px;
}

.float_box ul li:hover>span {
    color: #ffffff;
}
















.index-banner-bx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-banner-bx h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
}

.banner-bxinp {
    width: 800px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden !important;
}

.input-le {
    width: 13%;
    padding: 15px 0px;
}

.input-le a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-right: 1px solid #eeeeee;
}

.input-le span {
    font-size: 16px;
    color: #444444;
}

.input-le img {
    margin-left: 10px;
}

.input-cnt {
    width: 87%;
    padding: 15px 20px;
}

.input-cnt input {
    width: 100%;
    border: 0;
    font-size: 16px;
}

.input-ri a {
    background-color: #58c184;
    padding: 29px 35px;
}




.banner-btm {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
}

.banner-btm ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-btm ul li {
    display: flex;
    align-items: center;
}

.banner-btm ul li img {
    width: 16px;
    height: 16px;
}

.banner-btm ul li span {
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}

/* .banner-btm ul{
    display: flex;
    align-items: center;
}
.banner-btm ul li{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.banner-btm ul li:last-child{
    border-right: 0px solid #ffffff;
}
.banner-btm ul li span{
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
} */



.index-plf {
    width: 100%;
    background-color: #f8f8f8;
    padding: 85px 0;
}

.plfbx {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.plf-bxitm {
    width: 32%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #f1f1f1;
    overflow: hidden;
}

.plf-bxitm a img {
    width: 100%;
    height: 220px;
    transition: all .5s;
}

.plf-bxitm a:hover img {
    transform: scale(1.1);
}

.plf-bxitm a div {
    display: flex;
    padding: 18px;
}

.plf-bxitm a div h5 {
    font-size: 16px;
    font-weight: 600;
}

.plf-bxitm a div span {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
    margin-top: 2px;
}








.quickbj {
    width: 100%;
    position: relative;

}

.quickbj .carousel-item > img {
    width: 100%;
    min-height: 200px;
}

.quickbx {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.quickbx h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

.quickbx p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.layui-btn {
    margin-top: 25px;
}

.layui-border-blue {
    border-color: #ffffff !important;
    color: #ffffff !important;
    border-radius: 6px;
}

.quickbtn {
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
}

.quickbtn ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quickbtn ul li {
    width: 32%;
}

.quickbtn ul li a {
    width: 100%;
    height: 50px;
    background-color: #e5e5e5;
    display: inline-block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    padding: 25px 0;
}

.quibtnsw {
    background-color: #48df87d3 !important;
    color: #ffffff !important;
}

.quickbtn ul li a span {
    font-size: 30px;
    margin-left: 10px;

}






.reagent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.reagent-item {
    width: 19%;
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.reagent-item a {
    overflow: hidden;
}

.reagent-item a h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.reagent-item a h6 {
    font-size: 12px;
        height: 32px;
    color: #666666;
    margin-top: 5px;
}

    .reagent-item a img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
        transition: all 0.5s;
    }

.reagent-item a:hover img {
    transform: scale(1.1);
}



.hot-sales {
    display: flex;
    /* justify-content: space-between;
    align-items: center; */
}

.sales-li {
width: 24%;
    padding-top: 0px;
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.sales-li a {
    width: 100%;
    min-height: 305px;
    background-color: #ffffff;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}

.sales-li a img {
    width: 100%;
    height: 220px;
    transition: all 0.5s;
}

.sales-li a:hover img {
    transform: scale(1.1);
}

.sales-li a h4 {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    padding: 20px 20px 5px;
}

.sales-li a h6 {
    font-size: 12px;
    color: #666666;
    padding: 5px 20px 20px;
}




.under-repair{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: none; */
}
.repair-box{
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}
.repair-box > img{
    width: 98%;
    height: 100%;
    margin-top: 20px;
}
.repair-box > span{
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 5px;
}




@media screen and (max-width: 768px) {

    .activity > div{
        flex-wrap: wrap;
    }

    .repair-box{
        width: 300px;
        height: 200px;
    }

	
	.index-banner-bx span{
		font-size:.4rem !important;
	}


    .layui-carousel {
        height: 30vh !important;
    }

    .index-banner-bx {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-banner-bx h1 {
        font-size: .2rem;
        color: #ffffff;
        font-weight: 600;
    }

    .banner-bxinp {
        width: 350px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        border-radius: .1rem;
        margin-top: .2rem;
        overflow: hidden;
    }

    .input-le {
        width: 33%;
        padding: .10rem 0px;
    }

    .input-le a {
        display: flex;
        align-items: center;
        padding: .1rem .15rem;
        border-right: 1px solid #eeeeee;
    }

    .input-le span {
        font-size: .14rem;
        color: #444444;
    }

    .input-le img {
        margin-left: .1rem;
    }

    .input-cnt {
        width: 80%;
        padding: .15rem .1rem;
    }

    .input-cnt input {
        width: 100%;
        border: 0;
        font-size: .16rem;
    }
    .input-ri{
        width: 20%;
    }
    .input-ri a {
        width: 100%;
        background-color: #58c184;
        padding: .1rem 0rem;
        display: flex;
        justify-content: center;
    }


    /* .float_box{
        top: 80%;
    } */
    .float_box ul li .code_box{
        top: -75px;
        right: 65px;
    }
    .float_box ul li .code_box::before{
        top: 65%;
    }
    .float_box ul li .kf_box , .float_box ul li .qq_box{
        top: 0;
        right: 65px;
    }
    .float_box ul{
        width: 55px;
    }
    .float_box ul li{
        height: 55px;
        padding: 0;
    }
    .float_box ul li span{
        font-size: .12rem;
    }




    .banner-btm {
        width: 93.5%;
        height: .85rem;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0;
        padding: 0 .2rem;
    }

    .banner-btm ul li img {
        width: .16rem;
        height: .16rem;
    }

    .banner-btm ul li span {
        font-size: .14rem;
        color: #ffffff;
        margin-left: .10rem;
    }

    /* .banner-btm ul{
        display: flex;
        align-items: center;
    }
    .banner-btm ul li{
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .22rem 0;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .banner-btm ul li:last-child{
        border-right: 0px solid #ffffff;
    }
    .banner-btm ul li span{
        color: #ffffff;
        font-size: .14rem;
        margin-left: .1rem;
    } */



    .index-plf {
        width: 96%;
        background-color: #f8f8f8;
        padding: .5rem 0.1rem;
    }

    .boms{
        margin: .3rem auto 0;
    }


    .plfbx {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .plf-bxitm {
        width: 100%;
        background-color: #ffffff;
        border-radius: .1rem;
        box-shadow: 0 0 .1rem .05rem #f1f1f1;
        overflow: hidden;
        margin-bottom: .1rem;
    }

    .plf-bxitm a img {
        width: 100%;
        height: auto;
        min-height: 2rem;
        max-width: 7rem;
    }

    .plf-bxitm a div {
        display: flex;
        flex-direction: column;
        padding: .18rem;
    }

    .plf-bxitm a div h5 {
        font-size: .16rem;
        font-weight: 600;
    }

    .plf-bxitm a div span {
        font-size: .14rem;
        color: #666666;
        margin-left: .1rem;
        margin-top: 2px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: .1rem;
    }








    .quickbj {
        width: 100%;
        position: relative;

    }

    .quickbj>img {
        width: 100%;
        min-height: auto;
    }

    .quickbx {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: .6rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .quickbx h2 {
        color: #ffffff;
        font-size: .26rem;
        font-weight: 600;
    }

    .quickbx p {
        font-size: .14rem;
        color: #ffffff;
        margin-top: .1rem;
    }

    .layui-btn {
        margin-top: .25rem;
    }

    .layui-border-blue {
        border-color: #ffffff !important;
        color: #ffffff !important;
        border-radius: .6rem;
    }

    .quickbtn {
        width: 90%;
        position: absolute;
        bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .quickbtn ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .quickbtn ul li {
        width: 32%;
    }

    .quickbtn ul li a {
        width: 100%;
        height: .2rem;
        background-color: #e5e5e5;
        display: inline-block;
        border-radius: .5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333333;
        padding: .25rem 0;
    }

    .quibtnsw {
        background-color: #48df87d3 !important;
        color: #ffffff !important;
    }

    .quickbtn ul li a img {
        width: .4rem;
        height: auto;
        min-width: .3rem;
        max-height: .4rem;
    }

    .quickbtn ul li a span {
        font-size: .2rem;
        margin-left: .1rem;

    }






    .reagent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-top: .2rem;
    }

    .reagent-item {
        width: 42%;
        padding: .2rem;
        border: 1px solid #e3e3e3;
        margin-bottom: .2rem;
    }

    .reagent-item a {}

    .reagent-item a h4 {
        font-size: .14rem;
        font-weight: 600;
        color: #333333;
    }

        .reagent-item a h6 {
            font-size: .12rem;
            color: #666666;
            margin-top: .05rem;
            min-height: 32px;
        }

    .reagent-item a img {
        width: 100%;
        height: 1.5rem;
        margin-top: .2rem;
    }


    .hot-sales {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .sales-li {
        width: 45%;
        padding-top: 0rem;
        margin: 0 8px .2rem;
    }

    .sales-li a {
        width: 100%;
        min-height: auto;
        background-color: #ffffff;
        display: inline-block;
    }

    .sales-li a img {
        width: 100%;
        height: 2.2rem;
    }

    .sales-li a h4 {
        font-size: .2rem;
        color: #333333;
        font-weight: 600;
        padding: .2rem .2rem .05rem;
    }

    .sales-li a h6 {
        font-size: .16rem;
        color: #666666;
        padding: .2rem .2rem .2rem;
    }



}    }



}