@charset "utf-8";
/*底部开始*/
.footer {
    border-top: 1px solid #f5f7fa;
    width: 100%;
    height: 260px;
    background:#f5f7fa;
    background-size: cover;
    background-position: center center;
}

.footer .foot_top {
    margin: 0 auto;
    width: 1190px;
    overflow: hidden;
    margin-top: 0;
}

.footer .foot_top .helplist {
    float: left;
    width: 940px;
}

.footer .foot_top .helplist .item {
    float: left;
    width: 56px;
    margin: 10px 80px 0 0;
    text-align: center;
    height: 140px;
    line-height: 26px;
}

.footer .foot_top .helplist .item span {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #2a3441;
}

.footer .foot_top .helplist .item a {
    color: #9b9ea0;
    text-align: center;
}

.footer .foot_top .codelist {
    float: right;
}

.footer .foot_top .codelist .item {
    float: left;
    padding: 6px 0 6px 0;
    width: 120px;
    background: #f5f7fa;
}

.footer .foot_top .codelist .item img {
    display: inline-block;
    margin-left: 12px;
    height: 95px;
    width: 95px;
}

.footer .foot_top .codelist .item .text {
    margin-top: 6px;
    text-align: center;
}

.footer .foot_top .codelist .item .text p {
    margin-top: 4px;
    font-size: 12px;
    color: #2a3441;
}

.footer .foot_bott {
    margin-top: 0;
    border-top: 1px solid #f5f7fa;
}

.footer .foot_bott .bottmain {
    margin: 0 auto;
    width: 1190px;
    overflow: hidden;
    margin-top: 10px;
}

.footer .foot_bott .bottmain .bottl {
    float: left;
    width: 940px;
}

.footer .foot_bott .bottmain .bottl .about {
    overflow: hidden;
    margin-bottom: 10px;
}

.footer .foot_bott .bottmain .bottl .about .navd {
    float: left;
    overflow: hidden;
}

.footer .foot_bott .bottmain .bottl .about .navd li {
    position: relative;
    float: left;
    width: 100px;
}

.footer .foot_bott .bottmain .bottl .about .navd li a {
    font-size: 16px;
    color: #9b9ea0;
}

.footer .foot_bott .bottmain .bottl .about .navd li:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 6px;
    width: 1px;
    height: 13px;
    background: #9b9ea0;
}

.footer .foot_bott .bottmain .bottl .about .navd li:first-child:before {
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.footer .foot_bott .bottmain .bottl .about .method {
    float: right;
}

.footer .foot_bott .bottmain .bottl .about .method p {
    color: #999;
    font-size: 16px;
    float: left;
}

.footer .foot_bott .bottmain .bottl .copyright {
    overflow: hidden;
}

.footer .foot_bott .bottmain .bottl .copyright .upcopy {
    color: #6a6b74;
    overflow: hidden;
}

.footer .foot_bott .bottmain .bottl .copyright .upcopy .item {
    float: left;
}

.footer .foot_bott .bottmain .bottl .copyright .upcopy .vopy {
    margin-left: 60px;
}

.footer .foot_bott .bottmain .bottl .copyright .upcopy .an i {
    position: relative;
    top: 3px;
    left: -3px;
    height: 14px;
    width: 12px;
    background: url(../images/footer-hui.png) 0 0 no-repeat;
}

.footer .foot_bott .bottmain .bottl .copyright .upcopy .xin i {
    position: relative;
    top: 3px;
    left: -3px;
    height: 14px;
    width: 14px;
    background: url(../images/footer-hui.png) -12px 0 no-repeat;
}

.footer .foot_bott .bottmain .bottl .copyright .upcopy .item a {
    font-size: 13px;
    color: #9b9ea0;
}

.footer .foot_bott .bottmain .bottl .copyright .dwcopy {
    margin-top: 12px;
    color: #6a6b74;
    overflow: hidden;
}

.footer .foot_bott .bottmain .bottl .copyright .dwcopy p {
    font-size: 13px;
}

.footer .foot_bott .bottmain .bottr .license .license-item {
    float: right;
    margin-bottom: 10px;
    width: 95px;
    height: 52px;
    background: url(../images/footer-zheng.png) no-repeat center center;
    background-size: cover;
}

.footer .foot_bott .bottmain .bottr .license .license-item a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.footer .foot_bott .bottmain .bottr .license .license-item1 {
    margin-right: 25px;
    background-position: -96px 0;
}

.footer .foot_bott .bottmain .bottr .license .license-item2 {
    margin-right: 13px;
    background-position: -192px 0;
}

.footer .foot_bott .bottmain .bottr .license .license-item3 {
    margin-right: 13px;
    background-position: 0 0;
}

.footer .foot_bott .bottmain .bottr .license .license-item4 {
    margin-right: 25px;
    background-position: -288px 0;
}