.banner-news{
    width: 100%;
}
.banner-news img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contack{
    width: 100%;
    display: flex;
    margin-top: 100px;
    margin-bottom: 150px;
}
.us{
    width: 40%;
    background-image: url(../images/contack_04_05.jpg);
    position: relative;
    top:30px;
    left: 50px;
    height: 400px;
    padding-top: 80px;
    padding-left: 50px;
    box-sizing: border-box;
}
.us h3{
    font-size: 28px;
    line-height: 60px;
}
.us .information{
    margin-top: 20px;
}
.us .information li{
    margin: 5px 0;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.us .information li i{
    display: inline-block;
        margin-right: 5px;
        color: #67afda;
        width: 20px;
        position: relative;
        top: 3px;
}
.us .information li span{
    display: inline-block;
    color: #67afda;
    width: 70px;
    margin:0 10px ;
    line-height: 20px;
    text-align-last:justify;
    text-align:justify;
}
.contack .img{
    width: 60%;
}
.contack .img img{
    max-width: 100%;
}
.map-content{
    width: 100%;
    height: 600px;
    border: 1px solid #cacaca;
    margin-bottom: 200px;
}
footer{
    background-color: #c5c5c5;
}
footer p{
    text-align: center;
    line-height: 45px;
    color: #454545;
}
@media screen and (max-width: 1480px){
    .us,.contack .img{
        width: 50%;
    }
    .us{
        height: auto    ;
    }
}
@media screen and (max-width: 1280px){
    .contack .img{
        display: none;
    }
    .us{
        width: 100%;
        position: static;
    }
}
@media screen and (max-width: 750px){
    .inner{
        width: 100%;
       
    }
    .us{
        padding: 0;
        padding-left: 10px;
    }
    .us .information li i{
        display: none;
    }
    .us .information li span{
        width:80px;
        text-align-last:auto;
        text-align: left;
    }
    .map-content{
        width: 90vw;
        height: 90vw;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}