@charset "utf-8";

/*底部*/
body > .teqing {
    min-width:1256px;
}
.clear {
    clear: both;
}
.footerbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #282d33;
}
.footer {
    width: 1256px;
    margin: 0 auto;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
}
.footer_left {
    width: 77%;
    float: left;
    border-right: 1px solid #cecece;
}
.footer_left p {
    display: block;
    width: 100%;
    color: #666;
    line-height: 24px;
}
.footer dl {
    float: left;
    width: 110px;
    height: auto;
    overflow: hidden;
    margin: 20px 5px;
}
.footer dl dt {
    line-height: 40px;
    color: #d4d4d4;
    font-size: 14px;
}
.footer dl dt a {
    color: #333;
}
.footer dl dd {
    line-height: 24px;
}
.footer dl dd a {
    color: #828282;
}
.footer_right {
    width: 21%;
    float: right;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.footer_right .you {
    margin-bottom: 20px;
    margin-left: 20px;
}
.footer_right .you .xinlang,
.footer_right .you .weixin,
.footer_right .you .qq,
.footer_right .you .weibo {
    width: 30px;
    height: 30px;
    background: #999 url("../images/share.png") no-repeat;
    display: inline-block;
    border-radius: 50%;
    background-position: 3px 4px;
    text-indent: -9999px;
    margin: 0 5px;
}
.footer_right .you .xinlang {
    background-position: 5px 6px;
}
.footer_right .you .weixin {
    background-position: -41px 6px;
}
.footer_right .you .qq {
    background-position: -87px 6px;
}
.footer_right .you .weibo {
    background-position: -133px 6px;
}
.footer_right .you .xinlang:hover,
.footer_right .you .weixin:hover,
.footer_right .you .qq:hover,
.footer_right .you .weibo:hover {
    background-color: #058ad7;
    transition: all 2s ease 0s;
}
.footer_right > p {
    background: url("../images/tel.png") left center no-repeat;
    color: #058ad7;
    padding-left: 20px;
    font-size: 12px;
    line-height: 26px;
    margin-left: 20px;
}
.footer_right > p span {
    font-size: 18px;
    font-style: italic;
}
.footer_right .QR_code {
    width: 97px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    float: left;
    margin-left: 30px;
}
.footer_right .QR_code p {
    text-align: center;
    line-height: 24px;
    color: #666;
}
.copyrightbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #1e2227;
}
.copyright {
    width: 1256px;
    margin: 0 auto;
    line-height: 56px;
    color: #fff;
    font-size: 12px;
}
.copyright_left {
    float: left;
    width: 70%;
}
.copyright_right {
    float: right;
    text-align: right;
    width: 30%;
}
.copyright_right a {
    color: #fff;
}