


.footer {
    width: 100%;
    background: #3a3a3a;
    min-width: 1200px;
    display: inline-block;
}

.footer .ft-cont {
    height: 250px;
}

.footer .dy-contact {
    float: left;
    width: 300px;
    margin-top: 42px;
    border-right: 1px solid #575757;
    margin-right: 50px;
}

.footer .dy-contact p {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.footer .dy-contact p .tel {
    font-size: 16px;
}

.footer .dy-contact p.sub-tel {
    padding-left: 60px;
}

.fs12 {
    font-size: 12px!important;
}

.footer .dy-contact p a {
    color: #1a9fdb
}

.footer .dy-contact p a img {
    margin-top: 3px;
}

.footer .dy-contact .contact-top {
    width: 100%;
    clear: both;
}

.footer .dy-contact .contact-top .top-left {
    float: left;
    margin-right: 15px;
    display: inline-block
}

.footer .dy-contact .contact-top .top-right {
    float: left;
}

.footer .dy-contact .contact-top .top-right p.title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .dy-contact .contact-bottom {
    width: 100%;
    clear: both;
    margin-top: 15px;
    display: inline-block;
}

.footer .dy-contact .contact-bottom .bottom-left {
    float: left;
    margin-right: 15px;
    display: inline-block
}

.footer .dy-contact .contact-bottom .bottom-right {
    float: left;
}

.footer .dy-contact .contact-bottom .bottom-right p.title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .ft-list {
    float: left;
    height: 208px;
    padding-top: 42px;
    color: #a7b4ce;
    margin-right: 45px;
}

.footer .ft-list:last-child {
    margin-right: 0;
}

.footer .ft-list h4 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 6px;
}

.footer .ft-list p {
    line-height: 28px;
    color: #fff;
    font-size: 12px;
}

.footer .ft-list a {
    color: #999;
}

.footer .ft-auth {
    border-bottom: 1px solid #575757;
    border-top: 1px solid #575757;
    width: 1200px;
    margin: 30px auto 30px;
    color: #a7b4ce;
}


.footer .ft-auth ul {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.footer .ft-auth ul li {
    float: left;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #575757;
    color: #999999;
}

.footer .ft-auth ul li a{
    color: #999;
}

.footer .ft-auth ul li:first-child,
.footer .ft-auth ul li:last-child {
    border: none;
}

.footer .copyright {
    width: 100%;
    height: 73px;
    line-height: 60px;
    text-align: center;
    color: #666666;
    min-width: 1200px;
}

.footer .honor {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.footer .honor ul li {
    float: left;
    margin-right: 25px;
    display: inline-block;
    line-height: 15px!important;
    font-size: 12px;
    padding-bottom: 50px;
}

.footer .honor ul li .img {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.footer .honor ul li .text {
    text-align: left!important;
    color: #999;
    display: inline-block;
}

.footer .honor ul li .text.mt10 {
    margin-top: 10px;
}

.footer .copyright a {
    color: #999;
    font-size: 14px;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.user-footer {
    height: 122px;
    background: #fff;
    min-width: 1200px;
}

.user-footer .copyright {
    width: 100%;
    line-height: 72px;
    text-align: center;
    color: #666;
}

.user-footer .copyright a {
    color: #666;
}

.user-footer .copyright a:hover {
    text-decoration: underline;
}


.fn-clear:before,
.fn-clear:after,
.conbox:before,
.conbox:after {
    content: "";
    display: table;
    line-height: 0;
}

.fn-clear:after,
.conbox:after {
    clear: both;
}

.fn-clear,
.conbox {
    *zoom: 1;
}

.conbox {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

