.footer{
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    clear: both;
    position: relative;
    background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    z-index:4 ;
}
.footer::before{
    content:'';
    display: block;
    width: 100%;
    height: 500px;
    /*clear: both;*/
    background:url("../../../common/img/footer-bg.jpg")no-repeat;
    background-size:100% 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-top{
    width: 100%;
    height: 120px;
    /*background: #000000;*/
}
.footer-top-left{
    width: 350px;
    height: 120px;
    float: left;
}
.footer-main{
    width:1200px ;
    height: 390px;
    margin: 0 auto;
    padding-top: 30px;
}
.footer-top-right{
    display: flex;
    justify-content: space-between;
}
.footer-top-right .first{
    width:112px ;
    margin-left: 23px;
    margin-top: 5px;
    float: left;
}
.first{
    width: 72px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 14px;
}
.first a{
    display: inline-block;
}
.first ul::before{
    display:inline-block ;
    content: '';
    width: 30px;
    height: 0px;
    border: 1px solid #00900A;
    transform: translateY(-8px);
}
.first ul li a{
    font-weight: normal;
    font-size: 14px;
    color: #8A8A8A;
    line-height: 15px;
    margin-bottom: 11px;
}
.first ul li a:hover{
    color: #07A04D;
}
.footer-logo-box{
    width: 130px;
    height: 165px;
    float: left;
    background: url("../../../common/img/footer-logo.png")no-repeat;
    background-size: contain;
    margin-right: 60px;
}
.copyright{
    margin-top: 14px;
    clear: both;
    color: #FFFFFF;
}
.copyright p{
    width:750px ;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    margin: 0 auto;
    line-height: 20px;
    /*transform: scale(.9);*/
}
.copyright span::before{
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
}
.copyright p a{
    color: #FFFFFF;
}
.copyright p a:hover{
   color: rgba(247, 247, 247, 0.7);
}
.footer-line{
    width:95% ;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
