/*   /////////////////////*/

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: black;
}

.footer .center {
    width: 90%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    color: white;
}

.footer .center .footer_top {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer .center .footer_top .part_footer {
    width: 30%;
    height: 300px;
    overflow: hidden;
    margin-right: 2%;
    float: left;
}

.footer_top .part_footer img {
    width: 120px;
    height: 60px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer_top .part_footer #subject {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}

.footer_top .part_footer b {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.footer_top .part_footer span {
    color: #00BD71;
}

.footer_top .part_footer .head {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.footer_top .part_footer .head h3 {
    margin-bottom: 3px;
}

.footer_top .part_footer .head .line {
    width: 15px;
    height: 3px;
    overflow: hidden;
    background-color: #00BD71;
}

.footer_top .part_footer .cat_f {
    float: left;
    width: 50%;
    height: 220px;
    overflow: hidden;
}

.footer_top .part_footer .cat_f p::before {
    content: url('/newsimages/arr-footer.png');
}

.footer_top .part_footer .news_part {
    width: 100%;
    height: 80px;
    margin-top: 15px;
}

.footer_top .part_footer .news_part .img {
    float: left;
    width: 25%;
    min-height: 70px;
    height: 80%;
}

.footer_top .part_footer .news_part .img img {
    width: 100%;
    height: 100%;
}

.footer_top .part_footer .news_part .info {
    float: left;
    width: 65%;
    height: 100%;
    margin-left: 3%;
}

.footer_top .part_footer .news_part .info p {
    text-decoration: underline;
    margin-bottom: 2px;
}

.footer_top .part_footer .news_part .info h5 {
    margin-top: 5px;
}


/*  /////////////////////////////////////////////*/

.footer .center .social {
    float: left;
    width: 30%;
    height: 200px;
    overflow: hidden;
}

.footer .center .social h3 {
    font-weight: lighter;
    margin-bottom: 5px;
}

.footer .center .social .smline {
    width: 25px;
    height: 3px;
    background-color: #00BD71;
    margin-bottom: 7px;
}

.footer .center .social .links {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.footer .center .social .links img {
    width: 50px;
    height: 50px;
    margin: 2px;
}

.footer .center .sub {
    float: left;
    width: 70%;
    height: 200px;
    overflow: hidden;
}

.footer .center .sub h3 {
    font-weight: lighter;
    margin-bottom: 5px;
    margin-left: 3px;
}

.footer .center .sub .smline {
    width: 25px;
    height: 3px;
    background-color: #00BD71;
    margin-bottom: 7px;
    margin-left: 3px;
}

.footer .center .sub .inputarea {
    width: 70%;
    height: 100%;
    overflow: hidden;
}

.footer .center .sub .inputarea .input {
    float: left;
    width: 80%;
    height: 50px;
}

.footer .center .sub .input .icon {
    float: left;
    width: 50px;
    height: 49px;
    overflow: hidden;
    background-color: white;
}

.footer .center .sub .input .icon img {
    width: 60%;
    height: 60%;
    margin-top: 20%;
    margin-left: 20%;
}

.footer .center .sub .inputarea .input input {
    width: 85%;
    height: 45px;
    font-size: 18px;
    padding-left: 15px;
    color: #494646;
    border: 1px solid white;
}

.footer .center .sub .inputarea .input input:focus {
    outline: none;
}

.footer .center .sub .inputarea .input p {
    margin-top: 5px;
}

.footer .center .sub .inputarea .btn {
    float: left;
    width: 20%;
    height: 50px;
}

.footer .center .sub .inputarea .btn button {
    width: 90%;
    height: 100%;
    color: white;
    background-color: #00BD71;
    border: 1px solid #00BD71;
    margin-left: 7px;
}

.footer .center .sub .inputarea .btn button:hover {
    cursor: pointer;
}

.footer .center .footer_bar {
    width: 100%;
    height: 40px;
    overflow: hidden;
    border: 1px solid black;
    border-top-color: #494646;
}

.footer_bar ul {
    width: 40%;
    float: right;
    list-style-type: none;
}

.footer_bar ul li a {
    color: white;
    float: left;
    margin-right: 4%;
    text-decoration: none;
}


/*   /////////////////////*/

@media only screen and (min-width:280px) and (max-width:400px) {
    .footer .center .footer_top .part_footer {
        width: 100%;
    }
    .footer_top .part_footer .cat_f {
        float: left;
        width: 100%;
    }
    .footer_top .part_footer #cat2 {
        display: none;
    }
    .footer .center .social {
        width: 100%;
        height: auto;
    }
    .footer .center .sub {
        display: none;
    }
    .footer .center .footer_bar {
        width: 100%;
        height: auto;
    }
    .footer_bar ul {
        display: none;
    }
    .footer_bar p {
        font-size: 13px;
    }
}

@media only screen and (min-width:401px) and (max-width:600px) {
    .footer .center .footer_top .part_footer {
        width: 100%;
    }
    .footer .center .social {
        width: 100%;
        height: auto;
    }
    .footer .center .sub {
        display: none;
    }
    .footer .center .footer_bar {
        width: 100%;
        height: auto;
    }
    .footer_bar ul {
        display: none;
    }
    .footer_bar p {
        font-size: 13px;
    }
}

@media only screen and (min-width:601px) and (max-width:700px) {
    .footer .center .footer_top .part_footer {
        width: 100%;
    }
    .footer .center .social {
        width: 100%;
        height: auto;
    }
    .footer .center .sub {
        display: none;
    }
    .footer .center .footer_bar {
        width: 100%;
        height: auto;
    }
    .footer_bar ul {
        display: none;
    }
    .footer_bar p {
        font-size: 13px;
    }
}

@media only screen and (min-width:701px) and (max-width:950px) {
    .footer_top .part_footer .cat_f {
        float: left;
        width: 100%;
    }
    .footer_top .part_footer #cat2 {
        display: none;
    }
    .footer .center .sub .inputarea {
        width: 100%;
    }
    .footer .center .sub .inputarea .input input {
        width: 95%;
    }
    .footer .center .sub .input .icon {
        display: none;
    }
    /**/
    .footer .center .footer_bar {
        width: 100%;
        height: auto;
    }
    .footer_bar p {
        font-size: 13px;
    }
}

@media only screen and (min-width:951px) and (max-width:1100px) {
    .footer_top .part_footer .cat_f {
        float: left;
        width: 100%;
    }
    .footer_top .part_footer #cat2 {
        display: none;
    }
    .footer .center .sub .inputarea {
        width: 100%;
    }
    .footer .center .sub .inputarea .input input {
        width: 95%;
    }
    .footer .center .sub .input .icon {
        display: none;
    }
    /**/
    .footer .center .footer_bar {
        width: 100%;
        height: auto;
    }
    .footer_bar p {
        font-size: 13px;
    }
}