
.f1{
    background: url("../../../img/default/comm/footer/foot_bj.png");
    background-repeat: repeat-x;
    background-size: cover;
    height: 360px;
    min-width:  1200px;
    overflow:  hidden;
    border-top:  1px solid #f1f1f1;
}
.f1 .f1_sbox{
    width: 980px;
    margin:  0 auto;
    overflow:  hidden;
    margin-top: 45px;
    position:  relative;
    min-height: 200px;
}
.f1_sbox .footer_ul{
    overflow:  hidden;
}
.footer_ul .footer_li{
    float:  left;
    width: 20%;
    text-align:  center;
}
.footer_li .f1_logo_box{
    display:  block;
}
.f1_logo_box .logo_img{}
.footer_li .footer_title{
    font-size: 16px;
    font-weight:  500;
    width:  50%;
    margin:  0 auto;
    text-align:  left;
    margin-bottom: 18px;
}
.footer_li .footer_list{
    display:  block;
    line-height: 30px;
    width: 50%;
    margin:  0 auto;
    text-align:  left;
}
.footer_list span{
    font-size: 12px;
    color:  #666666;
}
.footer_list span:hover{
    color: #ff4a4c;
}
.f_code_box .footer_code_box{
    width:  100px;
    margin:  0 auto;
    height: 95px;
    border: 1px solid gainsboro;
    margin-bottom:  10px;
    overflow:  hidden;
    text-align:  center;
}
.f_code_box{
    width: 130px;
    text-align:  center;
    position:  absolute;
    right: 50%;
    margin-right: -435px;
    top: 6%;
}
.f_code_box .foot_code_img{
    margin-top: 7px;
    width:  80px;
    height:  80px;
}
.f_code_box .footer_code_text{
    color:  #666666;
    font-size:  12px;
    line-height:  18px;
}
.copyright_text{
    text-align:  center;
    margin-top:  80px;
    color:  #888888;
}


