@charset "utf-8";



/*公共尾部CSS*/

.foot { 
    line-height:30px; 
    font-size:14px;  
    background: #fafafa;
    min-width: 1200px;
}
.foot span{
    padding: 0 30px 0 0;
}
.foot .wrap{
    position:relative;
    padding:25px 0; 
    width: 1200px;
    margin: 0 auto;
}
.foot .foot_right{ 
    position:absolute; 
    right:-30px; 
    top: 20px;
}
.foot .jiucuo{ 
    position:absolute; 
    right:80px; 
    top: 30px;
}

/*公共尾部CSS end*/
