/* 页脚css */
.project-footer{
    background: url(../image/index-page/fengcai.png);
    background-size: 100% 100%;
    padding: 30px 0 0 0;
    min-width: 1064px;                                      /** 2020/01/19 **/
}
/** start 修改 2020/01/19 **/
.project-footer-main{
    /* width: 60%;*/
    min-width: 1024px;
    max-width: 1280px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
}
/** end 修改 2020/01/19 **/

.footer-main-logo{
    border-right: 1px solid #fff;
    width: 365px;
    text-align: center;
       overflow: hidden;
}
.footer-main-logo>img{
    margin-bottom: 20px;
}
.footer-main-logo>p{
    text-align: center;
    color:#A48788;
    font-size: 14px;
}
.footer-main-logo>p:nth-child(2){
    margin-bottom: 10px;
}
.footer-main-info{
    width: calc(100% - 361px - 60px);
    padding: 0 30px;
}
.footer-main-info-a{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer-main-info-a a{
    color: #fff;
}
.footer-main-info-b{
    display: flex;
}
.footer-main-info-b>div{
    width: calc(50% - 15px);
}
.footer-main-info-b>div:nth-child(1){
    margin-right: 15px;
}
.footer-main-info-b>div:nth-child(1){
    margin-left: 15px;
}
.footer-main-info-b>div>div:nth-child(1){
    margin-top: 25px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    height: 40px;
    line-height: 40px;
}
.footer-main-info-b>div>div:nth-child(1) span{
    color: #B37170;
}
.footer-main-info-b>div>div:nth-child(2) img{
    margin-right: 10px;
}
.footer-main-info-b>div:nth-child(1)>div:nth-child(2){
    color: #fff;
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
}
.footer-main-info-b>div:nth-child(2)>div:nth-child(2){
    color: #fff;
    font-size: 14px;
    height: 60px;
    display: flex;
    align-items: center;
}
.project-footer-bottom{
    width: 100%;
    color: #AB9D9E;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}