/* foot */

footer{
    background:url(../images/footer.jpg) no-repeat center / cover; 
    float: left; 
    width: 100%; 
    color: #000; 
}
footer .left{
    float: left;
    margin: 40px 0 60px;
}
footer .left ul{
    float: left;
    width: 190px;
}
footer .left ul .title{
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin:  0 0 20px;
}
footer .left ul li{
    margin-bottom: 14px;
    float: left;
    width: 100%;
}
footer .left ul li a{
    color: #000;
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-size: 12px;
}
footer .left ul li a:hover{
    color: #bf8c3b;
    /* padding: 0 5px; */
}
footer .left ul li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background: #bf8c3b;
    width: 0;
    transition: all 0.3s ease-in-out .1s;
}

footer .left ul li a:hover::after{
    width: 100%;
    left: 0;
}

footer .right{
    float: right;
    margin-top: 46px;
    max-width: 400px;
}
footer .right ul{
    width: 100%;
    float:right;
}
footer .right ul li{
    width: 98px;
    margin: 0 12px;
    text-align: center;
    float: right;
}
footer .right ul li img{
    max-width: 100%;
}
footer .right ul li span{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

footer .right .text{
    width: 100%;
    float: left;
    text-align: right;
}
footer .right .text p{
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif,微软雅黑;
    text-transform: uppercase;
}
footer .right .text p a{
    color: #000;
}
.main_1800 {
/*    width: 1800px;
    margin: 0 auto;*/
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
}
.gotop{
    position: fixed;
    right: 30px;
    z-index: 9999;
    bottom: 30px;
    font-family: "iconfont1";
    font-size: 36px;
    box-sizing: border-box;
    color: #bf8c3b;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 7px 0;
}
.gotop:hover{
    color: #fafafa;
    background: #bf8c3b;
}

.foot-side{
    display: none;
}