
/* footer start */
.copyright{
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
    background: #ca9a09;
    text-align: center;
}
.copyright p a{
    color: #fff;
}
.footer-box{

    background: #f4f4f4;
}
.footer{
    padding: 50px;
}
.footer-left{
    float: left;
    width: 68%;
    max-width: 950px;
}
.footer-left ul {
    border-right: 1px solid #fff;
}
.footer-left ul li {
    float: left;
    width: 20%;
}
.footer-left li div{
    font-size: 16px;
    line-height: 36px;
    color: #333;
}
.footer-left li a{
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #666;
}

.footer-right{
    float: right;

}
.footer-right .wx-box{
    margin-bottom: 10px;
}
.footer{
    max-width: 1200px;
    margin: 0 auto;
}
.footer-right dl{
    /* float: left; */
    box-sizing: border-box;
    max-width: 128px;
    padding: 10px 20px 5px;
    text-align: center;
    background: #ca9a09;
    border-radius: 5px;
    margin: 0 auto;
}
.footer-right dt{
    color: #fff;
    font-size: 14px;
}
.footer-right .wx-box a{
    display: none;
    width: 120px;
    line-height: 20px;
    font-size: 16px;
    padding: 9px 0;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 40px;
}
.footer-right>p{
    font-size: 14px;
    color: #666;
}
/* footer end */
@media only screen and (max-width: 1024px){
    .footer{
        padding: 2%;
    }
    .footer-left{
        margin-bottom: 3%
    }
    .footer-right,.footer-left{
        width: 100%;
    }
}

@media only screen and (max-width: 425px){
    .footer-left li div{
        font-size: 14px
    }
    .footer-left li a{
        font-size: 12px
    }
}

