/*页脚*/
.footer-main-background{
    height:600px;
    background:url("../../Image/footer/foot.jpg")  no-repeat center;
    background-size: 100% 100%;
    font-family:FZKTJW--GB1-0;
    font-weight: 400;
}
.index-footer-logo{
    width: 85%;
}
.index-footer-weChat-div{
    margin-top: 30px;
}
.index-footer-weChat-div p{
    margin-top: 15px;
}
.index-footer-weChat{
    width: 50%;
    margin-left: 40px;
}
.index-footer-ul{
    list-style: none;
    margin-top: 100px;
}
.index-footer-ul li{
    line-height: 30px;
    color: white;
    white-space:nowrap; 
    font-size: 12px;
}
.index-footer-ul li a{
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}
.index-footer-ul li a h3{
    font-size:15px;
    font-family:FZKTJW--GB1-0;
}
.index-footer-ul li a h5{
    font-size:12px;
    margin: 15px 0;
    font-family:FZKTJW--GB1-0;
}
.index-footer-ul li:first-child{
    margin-bottom: 25px;
}
.index-footer-last-column{
    border-left: solid 1px #FFFFFF;
    padding-left: 50px;
    box-sizing: border-box;
}
.copyright{
    font-size: 12px;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-top: 150px;
}
.copyright a{
    color: white;
    text-decoration: none;
}
/*end页脚*/
