﻿@charset "UTF-8";
/* 本css文件用于当前网站自定义样色，用于全文检索、会员注册等页面 */
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}

/*网站底部*/
.footer,.s-footer{
    color: #fff;
    background: #0C5FA8 url(../img/footer-bg.png) center top no-repeat;
    position: relative;
    text-align: left;
    font-size: 16px;
    padding: 38px 0 28px;
}
.userCenter-footer{
    margin: 30px 0 0;
}
.s-footer .siteWidth,
.footer .siteWidth{
    font-size: 16px;
    line-height: 2;
    text-align: left;
}
.s-footer::before,
.footer::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    width: 100%;
    height: 7px;
    float: left;
    overflow: hidden;
    background:  url(../img/footer-line.png) left top repeat-x;
    opacity: 0.6; filter: alpha(opacity=60);
}
.s-footer .footNav a,
.footer .footNav a {
    margin: 0 10px;
    display: inline-block;
}
.s-footer .footNav a:nth-child(1),
.footer .footNav a:nth-child(1){
    margin-left: 0;
}
.s-footer a,
.footer a {
    color: #fff;
}
.s-footer a:hover,
.footer a:hover {
    color: #fff;
}
.s-footer .copyRight img,
.footer .copyRight img {
    vertical-align: text-bottom;
}
.s-footer .copyRight p .image-container,
.footer .copyRight p .image-container{
    vertical-align: middle;
}
.s-footer .copyRight p,
.footer .copyRight p {
    margin: 0px;
    padding: 0px;
}
.s-footer .pics,
.footer .pics {
    position: absolute;
    right: 0;
    top: 25px;
}
.s-footer .pics img,
.footer .pics img {
    vertical-align: middle;
}
.s-footer .pics .jiucuo,
.footer .pics .jiucuo {
    float: left;
    margin-top: 10px;
}
.s-footer .pics .dzjg,
.footer .pics .dzjg {
    height: 70px;
    margin-left: 5px;
}
