.bannetp {
    width: 100%;
    height: 50vh;
    position: relative;
}

.bannetp>img {
    width: 100%;
    height: 100%;
}

.bannetp > div{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 99;
    color: #ffffff;
}
.bannetp > div>h1 {
    font-size: 50px;
    font-weight: 600;
}
.bannetp > div> p{
    font-size: 16px;
    margin-top: 25px;
}



.heigdt{
    width: 100%;
    height: 50vh;
}


.contact-bj{
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
.contact-box{
    position: relative;
    background-color: #ffffff;
}
.contact-news{
    width: 89.4%;
    /* height: 420px; */
    background: url('../images/pic43.png') no-repeat left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -70px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 80px;
    background-color: #ffffff;

}
/* .contact-news-le{

} */
.contact-news-le h2{
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}
/* .contact-news-le > ul{
    
} */
.contact-news-le > ul li{
    display: flex;
    margin-top: 20px;
}
.contact-news-le > ul li > img{
    width: auto;
    height: 20px;
}
.contact-news-le .newsle-txt{
    margin-left: 10px;
}
.newsle-txt h4{
    font-size: 18px;
    font-weight: 600;
}
.newsle-txt p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}





.contact-news-ri > ul{
    display: flex;
}
.contact-news-ri > ul > li{
    text-align: center;
    border: 1px solid #eeeeee;
    margin-left: 30px;
}
.contact-news-ri > ul > li h3{
    font-size: 12px;
    color: #666666;
    padding: 5px 0 10px;
}








.contact-ditu{
    width: 100%;
    height: 600px;
}
.contact-ditu > img{
    width: 100%;
    height: 100%;
}







.feedback{
    padding: 80px;
}
.feedback > h2{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.feedback > ul{
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.feedback > ul li{
    margin: 10px;
}
.liwid31{
    width: 31.5%;
}
.liwid62{
    width: 64.3%;
}
.liwid100{
    width: 100%;
}
.feedback > ul li h6{
    font-size: 16px;
}
.feedback-type{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.feedback-type a{
    width: 31%;
    padding: 15px 0;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #666666;
}

.typeshow{
    background-color: #00a0e9 !important;
    color: #ffffff !important;
}


.feedback-inpt{
    margin-top: 15px;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.feedback-inpt input{
    width: 100%;
    border: 0;
    padding: 5px 0;
    font-size: 16px;
}

.feedback-inpt textarea{
    border: 0;
    width: 100%;
    height: 180px;
}



.layui-btn-normal{
    width: 200px;
    margin: 10px;
}




@media screen and (max-width:1450px) {
    .contact-news{
        width: 86.5%;
    }
}

@media screen and (max-width:768px) {
    .bannetp {
        width: 100%;
        height: 20vh;
        position: relative;
    }

    .bannetp>img {
        width: 100%;
        height: 100%;
    }

    .bannetp > div{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        z-index: 99;
        color: #ffffff;
    }
    .bannetp > div>h1 {
        font-size: .5rem;
        font-weight: 600;
    }
    .bannetp > div> p{
        font-size: .16rem;
        margin-top: .25rem;
    }
    
    

    .heigdt{
        width: 100%;
        height: 0;
    }
    
    
    .contact-bj{
        background-color: #f2f2f2;
        padding-bottom: .3rem;
    }
    .contact-box{
        position: relative;
        background-color: #ffffff;
    }
    .contact-news{
        width: 87%;
        background: url('../images/pic43.png') no-repeat left bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: .3rem .2rem .3rem .6rem;
        position: relative;
        top: 0rem;
        left: 0;
        background-color: #ffffff;
    }
    /* .contact-news-le{
    
    } */
    .contact-news-le h2{
        font-size: .3rem;
        font-weight: 600;
        color: #000000;
        margin-bottom: .3rem;
    }
    /* .contact-news-le > ul{
        
    } */
    .contact-news-le > ul li{
        display: flex;
        margin-top: .2rem;
    }
    .contact-news-le > ul li > img{
        width: auto;
        height: .2rem;
    }
    .contact-news-le .newsle-txt{
        margin-left: .1rem;
    }
    .newsle-txt h4{
        font-size: .18rem;
        font-weight: 600;
    }
    .newsle-txt p{
        font-size: .16rem;
        color: #666666;
        margin-top: 10px;
    }
    
    
    
    
    
    .contact-news-ri > ul{
        display: flex;
        margin-top: .2rem;
    }
    .contact-news-ri > ul > li{
        text-align: center;
        border: 1px solid #eeeeee;
        margin-left: .2rem;
        margin-right: .2rem;
        background-color: #ffffff;
    }
    .contact-news-ri > ul > li h3{
        font-size: .12rem;
        color: #666666;
        padding: .05rem 0 .1rem;
    }
    
    
    
    
    
    
    
    
    .contact-ditu{
        width: 100%;
        height: 4rem;
    }
    .contact-ditu > img{
        width: 100%;
        height: 100%;
    }
    
    
    
    
    
    
    
    .feedback{
        padding: .3rem;
    }
    .feedback > h2{
        font-size: .3rem;
        font-weight: 600;
        text-align: center;
    }
    .feedback > ul{
        margin-top: .3rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .feedback > ul li{
        margin: .1rem;
    }
    .liwid31{
        width: 100%;
    }
    .liwid62{
        width: 100%;
    }
    .liwid100{
        width: 100%;
    }
    .feedback > ul li h6{
        font-size: .16rem;
    }
    .feedback-type{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: .15rem;
    }
    .feedback-type a{
        width: 31%;
        padding: .15rem 0;
        text-align: center;
        background-color: #f2f2f2;
        font-size: .12rem;
        color: #666666;
    }
    
    .typeshow{
        background-color: #00a0e9 !important;
        color: #ffffff !important;
    }
    
    
    .feedback-inpt{
        margin-top: .15rem;
        border: 1px solid #eeeeee;
        padding: .1rem;
    }
    .feedback-inpt input{
        width: 100%;
        border: 0;
        padding: .05rem 0;
        font-size: .16rem;
    }
    
    .feedback-inpt textarea{
        border: 0;
        width: 100%;
        height: 1.8rem;
    }
    
    
    
    .layui-btn-normal{
        width: 2rem;
        margin: .1rem;
    }






}