html,body {
    position: relative;
    height: 100%;
}

body {
    /*width: 100%;*/
    /*min-width: 320px;*/
    /*min-height: 480px;*/
    /*margin: 0;*/
    /*padding: 0;*/
    background: #fff;
    /*-webkit-font-smoothing: antialiased;*/
    /*font-style: normal;*/
    /*font-variant: normal;*/
    color: #444;
}

/*ul {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
/*}*/

.clear {
    clear: both;
}




.footer .footer-wrapper .apus-link ul.about li a,
.footer .footer-wrapper .apus-link ul.support li a,
.footer .footer-wrapper .apus-link ul.partners li a,
.footer .footer-wrapper .copyright a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}



/* Footer */
.footer {
    padding: 90px 0 0;
    width: 100%;
    background: #252a2d;
    font-family:'Microsoft YaHei',微软雅黑,sans-serif;
}

.footer .footer-wrapper {
    position: relative;
    margin: 0 auto;
	width:80%;
	margin-bottom:40px;
}

.footer .footer-wrapper .apus-link {
    padding: 0 0 60px;
    width: 100%;
    display: table;
}

.footer ul { padding-left:5%;}

.footer ul li span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.footer ul li a {
    font-size: 12px;
}
.footer a, .footer p {
    color: #cfd5d4;
}

.footer .footer-wrapper .copyright {
    position: relative;
    padding: 25px 0;
    width: 100%;
    font-size: 16px;
    color: #a1a1a1;
}

.footer .footer-wrapper .copyright p {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer .footer-wrapper .copyright a.site-map {
    margin: 0 0 0 5%;
    display: inline-block;
    color: #a1a1a1;
}

.footer .footer-wrapper .copyright a.site-map:hover {
    color: #6b63e1;
    /*background: #eaeaea;*/
}

.footer .footer-wrapper .copyright .social {
    position: absolute;
    top: 0;
    right: 0;
}




/* @Media */
@media (min-width: 1220px) {
    .footer .about{ padding-left:60px;}
    .footer .support{padding-left:100px;}
    .footer .partners{padding-left:160px;}
}
@media screen and (max-width: 600px) {

    /* FOOTER */
    .footer {
        padding: 30px 0 0;
    }

    .footer .footer-wrapper .apus-link {
        padding: 0;
    }

    .footer .footer-wrapper .apus-link ul.about,
    .footer .footer-wrapper .apus-link ul.support,
    .footer .footer-wrapper .apus-link ul.partners {
        display: block;
        float: left;
        margin: 0 5% 20px;
        width: 90%;
    }

    .footer .footer-wrapper .apus-link ul.about li span,
    .footer .footer-wrapper .apus-link ul.support li span,
    .footer .footer-wrapper .apus-link ul.partners li span {
        font-size: 17px;
    }

    .footer .footer-wrapper .apus-link ul.about li a,
    .footer .footer-wrapper .apus-link ul.support li a,
    .footer .footer-wrapper .apus-link ul.partners li a {
        width: 100%;
        line-height: 30px;
        font-size: 13px;
    }

    .footer .footer-wrapper .apus-link ul.partners li a {
        margin-top: 15px;
        line-height: 16px;
    }

    .footer .footer-wrapper .copyright {
        padding: 10px 0;
        width: 100%;
        font-size: 14px;
        color: #a1a1a1;
    }

    .footer .footer-wrapper .copyright p {
        margin: 0 0 0 5%;
        font-size: 12px;
    }

    .footer .footer-wrapper .copyright a.site-map {
        margin: 0 0 0 5%;
        display: inline-block;
        font-size: 12px;
        color: #a1a1a1;
    }

    .footer .footer-wrapper .copyright .social {
        position: relative;
        top: -15px;
        right: 5%;
        left: 5%;
        width: 90%;
    }

    .footer .footer-wrapper .copyright .social .language {
        display: none;
    }

    .footer .footer-wrapper .copyright .social .language a.choose-language {
        position: absolute;
        right: 0;
        font-size: 13px;
    }


}

@media (min-width: 601px) and (max-width: 720px) {

    /* FOOTER */
    .footer {
        padding: 50px 0 0;
    }

    .footer .footer-wrapper .apus-link ul.about,
    .footer .footer-wrapper .apus-link ul.support,
    .footer .footer-wrapper .apus-link ul.partners {
        display: block;
        float: left;
        margin: 0 5%;
        width: 23%;
    }

    .footer .footer-wrapper .apus-link ul.about li span,
    .footer .footer-wrapper .apus-link ul.support li span,
    .footer .footer-wrapper .apus-link ul.partners li span {
        font-size: 20px;
    }

    .footer .footer-wrapper .apus-link ul.about li a,
    .footer .footer-wrapper .apus-link ul.support li a,
    .footer .footer-wrapper .apus-link ul.partners li a {
        width: 100%;
        line-height: 25px;
        font-size: 14px;
    }

    .footer .footer-wrapper .copyright {
        padding: 25px 0;
        width: 100%;
        font-size: 14px;
        color: #a1a1a1;
    }

    .footer .footer-wrapper .copyright p {
        margin: 40px 0 0 5%;
    }

    .footer .footer-wrapper .copyright .social {
        right: 5%;
        left: 5%;
    }

    .footer .footer-wrapper .copyright .social .language {
        display: none;
    }


}

@media (min-width: 721px) and (max-width: 959px) {


    /* FOOTER */
    .footer {
        padding: 50px 0 0;
    }

    .footer .footer-wrapper .apus-link ul.about,
    .footer .footer-wrapper .apus-link ul.support,
    .footer .footer-wrapper .apus-link ul.partners {
        display: block;
        float: left;
        margin: 0 5%;
        width: 23%;
    }

    .footer .footer-wrapper .copyright .social {
        right: 5%;
        left: 5%;
    }

    .footer .footer-wrapper .copyright p {
        margin: 40px 0 0 5%;
    }



}
.copyright {
    background: #17181a none repeat scroll 0 0;
    color: #bfbfbf;
    font-size: 12px;
    height:auto;
    line-height: 35px;
    text-align: center;
    width: 100%;
}