#foter {
    background-color: #00122E;
}

#foter {
    padding-top: 4px;
    font-weight: 700;
}

.foter {
    background-color: #022252;
}

.foter h2 {
    height: 100%;
    color: white;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}

.foter h3 {
    height: 100%;
    color: white;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20PX;
}

.r p {
    color: white;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}

.foter p {
    color: white;
    font-size: 10px;
    padding: 2px;
    padding-top: 5px;
}

.foter .r {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #022252;
    border: 1px solid white;
    border-radius: 3px;
    margin-top: 25PX;
    
}


.m {
    padding: 0px;
    height: 210px;
    width: 100%;
    border-radius: 3px;
    margin-top: 25PX;

   
}
.u h3 { margin-bottom: 20px;
}

.u p {
    text-align: justify;
    margin-left: 20%;
    margin-top: 0;
    padding-top: 2px;
}

.u a {
    text-align: center;
    margin-right: 24px;
    font-size: 20px;
}

.r img {
    width: 80%;
    height: 40%;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.foter .k {
    margin-right: 40px;
}

.foter ul li {
    text-decoration: none;
    margin-left: 20%;
    list-style: none;
    color: white;
}

.foter a {
    color: white;
    font-size: 18px;
}

.foter a:hover {
    color: #E47C00;
}

@media screen and (min-width: 340px) {
    .r p {
        color: white;
        font-size: 14px;
        padding: 10px;
        text-align: center;
        font-weight: 700;
    }
    .foter p {
        color: white;
        font-size: 14px;
        padding: 2px;
        padding-top: 5px;
    }
}