/*footer*/
.module-footer {
    background: #656565;
    width: 100%;
    padding: 20px 0 10px;
}
.module-footer a:hover {
    text-decoration: none;
}
.module-footer .page-width {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.module-footer .footer-map {
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
}
.module-footer .footer-map-left {
    float: left;
    display: inline;
    min-height: 130px;
    width: 730px;
    border-right: 1px solid #999;
}
.module-footer .footer-map-left .box {
    float: left;
    display: inline;
    width: 125px;
    padding-left: 15px;
}
.module-footer .footer-map-left .box h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.module-footer .footer-map-left .box p {
    line-height: 23px;
}
.module-footer .footer-map-left .box p a {
    font-size: 14px;
    color: #ccc;
}
.module-footer .footer-map-left .box p a:hover {
    color: #31a3ea;
}

.module-footer .footer-map-center {
    float: left;
    display: inline;
    min-height: 130px;
    width: 220px;
}
.module-footer .footer-map-center h3 {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
}
.module-footer .footer-map-center .third-logo {
    width: 100%;
    overflow: hidden;
    padding-top: 34px;
    text-align: center;
}
.module-footer .footer-map-center a {
    margin: 0 10px;
}
.module-footer .footer-map-center a i {
    font-size: 50px;
    color: #999;
}
.module-footer .footer-map-center a.footer-weixi:hover i {
    color: #A6CE6F;
}
.module-footer .footer-map-center a.footer-weibo:hover i {
    color: #bc2a2a;
}

.module-footer .footer-map-right {
    float: right;
    display: inline;
    min-height: 130px;
    width: 240px;
    border-left: 1px solid #999;
}
.module-footer .footer-map-right h3 {
    height: 32px;
    line-height: 32px;

    font-size: 16px;
    color: #fff;
    margin: 5px 0 0 25px;
    padding: 3px 0 0 45px;
}
.module-footer .footer-map-right p {
    padding-top: 43px;
    padding-left: 37px;
    line-height: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.module-footer .footer-map-right span.footer-map-right-timer{
    display: block;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.module-footer .link {
    padding: 20px 0;
}
.module-footer .link h3 {
    font-size: 16px;
    color: #fff;
}
.module-footer .link p {
    padding-top: 15px;
    margin: 0 auto;
    width: 95%;
    overflow: hidden;
    line-height: 25px;
}
.module-footer .link p a {
    font-size: 14px;
    margin-right: 6px;
    color: #999;
}
.module-footer .link p a:hover {
    color: #31a3ea;
}
.module-footer .copyright {
    padding: 10px 0;
}
.module-footer .copyright p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.module-footer .copyright p.colorc {
    color: #ccc;
}
.module-footer .copyright div.certification {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
}
.module-footer .copyright div.certification div {
   text-align: center;
}
.module-footer .copyright div.certification div a {
    margin: 0 5px;
    zoom:1;
}