﻿.X-footer {
    position: relative;
    z-index: 100;
    height: 3rem;
    background: url(../images/N3.jpg) 50%  0 no-repeat;
    color: #fff;
    font-weight: lighter;
    background-size: cover;
    width: 100%;
}
.X-footer .container {
    display: flex;
    width: 100%;
    height: 100%;
}
.X-footer .contact-info .info {
    font-size: 14px; 
    color: white; 
    margin-left: 20px;
}
.X-footer .logo img{
    width: 170px;
}
.X-footer .contact-info {
    margin: auto;
    line-height: 0.5rem;
    letter-spacing: 1px;
    margin-left: 0px;
}
.X-footer .contact-info .contact-item{
    display: flex;
    }
.X-footer .contact-info .contact-item img{
    width: 20px;
    height: 23px;
    margin-top: 8px;
}
    

.X-footer .logo {
    margin-right: 0.5rem;
    margin-left: 1.7rem;
    padding-top: 0.7rem;
    float: left;
}
.X-footer .shux{
    padding-top: 0.5rem;
    margin-right: 0.5rem;
}
.X-footer .shux img{
    width: 0.9px;
}
@media screen and (max-width: 1024px) {
    .X-footer{
        display: none;
    }
}
@media screen and (max-width: 1300px) {
.X-footer {
    height: 3.4rem;
}
}