.heades {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    /* width: 100%; */
}

.headetop {
    width: 100%;
    height: 7vh;
    position: absolute;
    top: 0;
    z-index: 9;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.maincent {
    width: 1200px !important;
    margin: 0 auto;
}

.headestp {
    width: 100%;
    height: 100px;
}

.justspace {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}




.topbx-itm> ul{
    padding: 0 !important;
    margin-bottom: 5px;
}
.item-lis {
    padding: 0;
}

.item-lis > a{
    width: 93% !important;
    background-image: url(../images/picbj11.png);
    background-size: 100% 100%;
    padding: 10px 10px !important;
    color: #ffffff !important;
}
.item-box{
    width: 92%;
    max-height: 200px;
    overflow-y: auto;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}
.item-box > a{
    width: 85% !important;
    justify-content: flex-start !important;
    padding: 5px 10px !important;
}
.child-inp{
    width: 85%;
    display: flex;
    align-items: center;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
}
.child-inp > img{
    width: 10px;
    height: 10px;
}
.child-inp > input{
    font-size: 14px;
    width: 80%;
    margin-left: 10px;
    border: 0;
}

.bxitem-tit{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    padding: 10px;
}

.bxitem-tit > text{
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #222222;
}


.screen-box{
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
}
.screen-box>h3{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
    background-color: #222222;
    color: #ffffff;
}

.layui-tab{
    margin: 0 !important;
}
.layui-tab-card{
    border: 0;
    box-shadow: 0 0 0 BLACK !important;
}
.layui-tab-card>.layui-tab-title .layui-this{
    background-color: #fafafa;
}





    .justspace > ul {
        display: flex;
        align-items: center;
    }

        .justspace > ul > li {
            margin-left: 50px;
            position: relative;
        }

            .justspace > ul > li > a {
                color: #ffffff;
                font-size: 14px;
                font-weight: 600;
                padding: 30px 0;
            }

.justsli-child {
    width: 240px;
    height: auto;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #ffffff;
    padding: 10px 5px;
    border-radius: 5px;
    display: none;
}

    .justsli-child > a:last-child {
        border-bottom: 0px solid #e5e5e5;
    }

    .justsli-child > a {
        width: 90%;
        font-size: 14px;
        padding: 10px 10px 5px;
        border-bottom: 1px solid #e5e5e5;
        display: inline-block;
    }

    .banner-bxinp{
        overflow: visible !important;
    }
    .input-le{
        position: relative !important;
    }

    .product-list {
        height: 18vh;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
    }










.product-child {
    /* width: 100%; */
    height: 70vh;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-46%);
    z-index: 999;
    background-color: #ffffff;
    padding: 10px 5px;
     display: none; 
    border-radius: 5px;
    overflow-x: auto;
}


.prod-pupop{
    display: flex;
    justify-content: space-between;

}
.prod-pup-itm{
    width: 23%;
    padding: 0 10px;
    border-left: 1px solid #f5f5f5;
}
.prod-pup-itm:nth-child(1){
    border-left: 0px solid #ffffff;
}
.prod-pup-itm a:hover{
    background-color: #f5f5f5;
}
.prod-pup-itm h4{
    margin-top: 10px;
}
.prod-pup-itm h4 > a{
    width: 95%;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px;
    display: inline-block;
}
.pup-itm-li{
    /* margin-top: 5px; */
    position: relative;
}
.pup-itm-li > a{
    width: 95%;
    font-size: 14px;
    padding: 5px 5px;
    display: inline-block;
}

.pup-itml-posab{
    width: 200px;
    position: absolute;
    top: 0;
    left: 98%;
    z-index: 91;
    background-color: #f5f5f5;
    display: none;
}
.pup-itml-posab >a{
    width: 95%;
    font-size: 14px;
    padding: 5px 5px;
    display: inline-block;
}
.pup-itml-posab >a:hover{
    color: #74c661 !important;
}





.float-btn{
    display: none;
    position: fixed;
    right: 28px;
    top: 85%;
    z-index: 93;
}
.float_box {
    position: fixed;
    right: 12px;
    top: 67%;
    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;
}







.navber-hove {
    color: #74c661 !important;
}

.navber-show {
    color: #74c661 !important;
}

.topbtn {
    border-bottom: 2px solid #ffffff;
}

.navber-img {
    width: 50px;
    margin-left: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .navber-img > a img {
        width: 16px;
        height: 16px;
    }







.index-bnr {
    position: relative;
}

.layui-carousel {
    height: 70vh !important;
}

    .layui-carousel img {
        width: 100%;
        height: 100%;
    }




/* 内容公告部分 */

.news-selse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selsord-btn {
    display: none;
}

.clearfix {
    margin-top: 80px;
}

.cont {
    width: 100%;
    background-color: #f2f3f5;
}

.product_home {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

    .product_home > div {
        margin-left: 10px;
        font-size: 12px;
        color: #999999;
    }


.setting_hh {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.personal-center {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}

.setting_hh .ch_vs {
    display: flex;
    justify-content: space-between;
}

.left_menu {
    width: 125px;
    border: 1px solid #eeeeee;
}

.ment_zh {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 10px;
    border-top: 1px solid #eeeeee;
}

.left_menu ul li {
    padding: 8px 0px;
}

    .left_menu ul li a {
        padding: 5px 15px;
    }

        .left_menu ul li a.selct {
            color: #58c184;
            border-left: 2px solid #58c184;
        }








input[type=checkbox] {
    cursor: pointer;
    position: relative;
}

    input[type=checkbox]::after {
        position: absolute;
        top: 0;
        background-color: #fff;
        color: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    input[type=checkbox]:checked::after {
        content: "";
        background-color: #36b56b;
        border-color: #36b56b;
        background-color: #36b56b;
    }

    input[type=checkbox]:checked::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 5px;
        width: 3px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
    }




































.footebtm {
    width: 100%;
    background-image: url('../images/footerbj1.png');
    background-size: 100% 100%;
}

.foote-btmtp {
    padding: 10px 0 30px;
    display: flex;
    justify-content: space-between;
}

    .foote-btmtp ul.footleul {
        width: 30%;
    }

    .foote-btmtp .footleul li {
        display: flex;
        flex-direction: column;
        margin: 30px 0;
    }

        .foote-btmtp .footleul li h3 {
            font-size: 14px;
            color: #ffffff;
            font-weight: 600;
        }

        .foote-btmtp .footleul li a {
            color: #cacaca;
            margin-top: 10px;
            font-size: 12px;
        }

.foote-btmbm {
    padding: 10px 0 0;
}

    .foote-btmbm p {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .foote-btmbm p img {
            width: 14px;
            height: 16px;
            margin-right: 5px;
        }

    .foote-btmbm span {
        color: #999999;
        font-size: 12px;
    }

.foote-btm-tpcode {
    display: flex;
    justify-content: flex-start;
    flex-direction: row !important;
}

    .foote-btm-tpcode a {
        /*        width: 30px;*/
        line-height: 20px;
        margin-top: 0 !important;
        display: inline-block;
        margin-right: 10px;
    }

        .foote-btm-tpcode a img {
            width: 30px;
            height: 30px;
        }

.winxa {
    display: block;
}

.winxb {
    display: none;
}

.wiboa {
    display: block;
}

.wibob {
    display: none;
}

.foote-btm-tpcode a:hover .winxa {
    display: none;
}

.foote-btm-tpcode a:hover .winxb {
    display: block;
}

.foote-btm-tpcode a:hover .wiboa {
    display: none;
}

.foote-btm-tpcode a:hover .wibob {
    display: block;
}

.footriul {
    width: 42%;
    display: flex;
    justify-content: space-between;
}

.footri-ulitm {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}

    .footri-ulitm h3 {
        font-size: 14px;
        color: #ffffff;
        font-weight: 600;
    }

    .footri-ulitm a {
        color: #cacaca;
        margin-top: 10px;
        font-size: 12px;
    }

.footri-ulbx {
    width: 260px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemwid {
    width: 195px;
}

.footri-ulerw {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .footri-ulerw img {
        width: 40px;
        height: 40px;
    }

    .footri-ulerw p {
        font-size: 12px;
        color: #999999;
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

        .footri-ulerw p span:nth-child(2) {
            margin-top: 10px;
        }






/* 左边漂浮窗 */
/* .float-frame {
    width: 100px;
    height: 320px;
    position: fixed;
    top: 55vh;
    right: 10px;
    z-index: 99;
    background-color: #58c184;
    border-radius: 10px;
}

    .float-frame ul {
        display: flex;
        flex-direction: column;
    }

        .float-frame ul li a {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 18px 0;
            border-bottom: 1px solid #444444;
        }

        .float-frame ul li:last-child a {
            border-bottom: 0px solid #444444;
        }

        .float-frame ul li a span {
            color: #ffffff;
            font-weight: 600;
            margin-top: 8px;
            font-size: 14px;
        } */

/* app端 */



.foote-appbtm {
    padding: .2rem 0;
    border-top: 1px solid #3f3f3f;
    background-color: #333333;
}

    .foote-appbtm p {
        color: #ffffff;
        font-size: .16rem;
        text-align: center;
    }

        .foote-appbtm p img {
            margin: 0 .1rem;
        }
