/*底部样式*/
/* footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
} */
.row-box{display: flex;justify-content: space-between;align-items: flex-start;width: 100%;margin-top: 20px;}
.row-box>.p{flex: 1;}
.row-box>.p .txt{color: #999999;font-size: 12px;}
.row-box .p:nth-child(3n+2)>.p-box{display: flex;justify-content: center;align-items: flex-start;}
.row-box .p:nth-child(3n+3){text-align: left;}

.footer-box{
    width: 100%;
    background: url("img/footerBg.jpg") no-repeat center center;
    padding-bottom: 40px;
    position: initial;
    bottom: 0;
}
.footer-first-box{
    display: flex;
    width: 100%;
    padding: 34px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.footer-dz{
    padding: 0!important;
}
.footer-dz ul{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.footer-dz ul li div{
    font-size: 14px;
    color: #454242;
    padding: 5px 0;
}
.footer-dz ul li div a{
    color: #454242;
}
.footer-dz ul li div a:hover{
    color: #f0ad4e;
}
.footer-item{
    float: left;
    height: auto;
}
.footer-item .sw-txt{
    font-size: 14px;
    margin-top: 5px;
    color: #2e2e2e;
}
.footer-item .sw-txt span{
    font-size: 24px;
    font-weight: bold;
}
.footer-img-box{
    float: left;
    width: 190px;
    padding: 12px 0;
    overflow: hidden;
}
.footer-img-box img{
    width: 100%;
    height: auto;
}
.footer-content{
    float: left;
    padding: 10px 50px;
}

.footer-content p{
    color: white;
    font-size: 14px;
}
.footer-content span{
    color: #999999;
    font-size: 12px;
}
.foot-item-one{
    padding: 10px 30px;
    float: left;
}
.foot-item-one p{
    color: white;
    font-size: 14px;
}
.foot-item-one span{
    color: #999999;
    font-size: 12px;
}
.erweima{
    float: right;
    width: 80px;
    height: 80px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}
.erweima img{
    width: 100%;
    height: 100%;
}
.foot-adders{
    margin-top: 20px;
    height: auto;
    width: 100%;
}
.add-left{
    float: left;
}
.add-left p{
    color: #999999;
    font-size: 12px;
}
.bottom{
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: #f1f6f9;
}
.bottom .content{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.bottom .content .name{
    font-size:14px;
    margin-right:10px;
    color:#646464;
    padding: 30px 0;
}
.bottom .name a{color:#646464;}
.bottom .name a:hover{color:orange;}
@media screen and (max-width:767px){
    .footer-content{
        padding: 10px 20px!important;
    }
    .row-box{
        display: inline;
        padding: 0px 14px;
    }
    .footer-img-box{
        float: left;
        width: 190px!important;
        padding: 12px 20px!important;
    }
    .erweima{
        float: left!important;
        clear: both!important;
        margin: 14px 20px!important;
        line-height: 30px!important;
    }
    .foot-item-one{
        padding: 10px 20px!important;
    }
    .footer-box{position: relative;}
}
@media screen and (max-width:414px){
    .footer-first-box{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .footer-dz ul{
        flex-wrap: wrap;
    }
    .bottom .content{
        justify-content: center;
    }
    .bottom .content .name{
        padding: 10px 0;
    }
}

