.nanber-img {
    width: 100%;
   /* height: 50vh;*/
}

.nanber-img img {
    width: 100%;
    height: 100%;
}


.product-sele {
    /* background-image: url('../images/picbj03.png');
    background-size: 100% 100%; */
    padding: 20px 0;
    background-color: #58c184;
}

.banner-bxinp {
    /* width: 980px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
}

.input-le {
    width: 13%;
    padding: 10px 0px;
}

.input-le a {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-right: 1px solid #eeeeee;
}

.input-le span {
    font-size: 16px;
    color: #444444;
}

.input-le img {
    margin-left: 10px;
}

.input-cnt {
    width: 75%;
    padding: 15px 20px;
}

.input-cnt input {
    width: 100%;
    border: 0;
    font-size: 16px;
}

.input-ri a {
    /* background-color: #58c184; */
    padding: 15px 25px;
}




.product-tit {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.product-tit img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}










.parent-box{
    padding: 10px 0 35px;
    border-bottom: 1px solid #dfdfdf;
}
.contact-h2{
    font-size: 16px;
    font-weight: 600;
}
.parent-box ul{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.parent-box ul li{
    display: flex;
    align-items: center;
}
.parent-box ul li > img{
    width: 100px;
    height: 100px;
}

.contact-txt{
    margin-left: 15px;
}
.contact-txt h4{
    font-size: 14px;
    font-weight: 600;
}
.contact-txt a{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.contact-txt > a img{
    width: 14px;
    height: 11px;
}
.contact-txt > a span{
    font-size: 12px;
    color: #444444;
    margin-left: 5px;
}



.agent-box{
    margin: 35px 0;
}
.agentbx-sele{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.agentbx-sele text{
    font-size: 14px;
    color: #444444;
}

.layui-form-pane .layui-input-block {
    margin-left: 10px;
}
.layui-form-item {
    margin-bottom: 0px;
}


.agent-box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.agent-box ul li .contact-txt{
    margin: 0;
}







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

    .nanber-img {
        width: 100%;
        height: 20vh;
    }

    .nanber-img img {
        width: 100%;
        height: 100%;
    }


    .product-sele {
        /* background-image: url('../images/picbj03.png');
        background-size: 100% 100%; */
        padding: .3rem 0;
    }

    .banner-bxinp {
        width: 95% !important;
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
    }

    .input-le {
        width: 20%;
        padding: 0rem 0px;
    }

    .input-le a {
        display: flex;
        align-items: center;
        padding: .1rem .2rem;
        border-right: 1px solid #eeeeee;
    }

    .input-le span {
        font-size: .16rem;
        color: #444444;
    }

    .input-le img {
        margin-left: .1rem;
    }

    .input-cnt {
        width: 60%;
        padding: .15rem .2rem;
    }

    .input-cnt input {
        width: 100%;
        border: 0;
        font-size: .16rem;
    }

    .input-ri a {
        padding: .26rem .3rem;
    }





    .product-tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .2rem;
    }










    .parent-box{
        padding: .1rem 0.1rem .35rem;
        border-bottom: 1px solid #dfdfdf;
    }
    .contact-h2{
        font-size: .16rem;
        font-weight: 600;
    }
    .parent-box ul{
        margin-top: .15rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .parent-box ul li{
        display: flex;
        align-items: center;
        margin:.2rem .1rem;
    }
    .parent-box ul li > img{
        width: 1rem;
        height: 1rem;
    }
    
    .contact-txt{
        margin-left: .15rem;
    }
    .contact-txt h4{
        font-size: .14rem;
        font-weight: 600;
    }
    .contact-txt a{
        display: flex;
        align-items: center;
        margin-top: .15rem;
    }
    .contact-txt > a img{
        width: 14px;
        height: 11px;
    }
    .contact-txt > a span{
        font-size: 12px;
        color: #444444;
        margin-left: 5px;
    }









    .agent-box{
        margin: .35rem 0.1rem;
    }
    .agentbx-sele{
        display: flex;
        align-items: center;
        padding: .15rem 0;
    }
    .agentbx-sele text{
        font-size: .14rem;
        color: #444444;
    }
    
    .layui-form-pane .layui-input-block {
        margin-left: .1rem;
    }
    .layui-form-item {
        margin-bottom: 0px;
    }
    
    
    .agent-box ul{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .agent-box ul li{
        width: 95%;
        margin:.2rem .1rem;
    }

    .agent-box ul li .contact-txt{
        margin: 0;
    }















}