﻿
#foot_content {
    width:100%;
    min-width:1024px;
    height:97px;
    background:url(../img/footbg.png) repeat-x;
    position:relative;
    top:-15px;
}
    #footdiv {
        margin:0 auto;
        width:785px;
    }
        #footdiv .footcol {
            float:left;
        }
        #footdiv .col1 {
            width:572px;
            border-right:1px solid #868189;

        }
        #footdiv .col2 {
            margin-left:30px;
        }
        /*#footdiv .col3  {
            border-left:1px solid #868189;
            width:180px;
            text-align:right;
        }*/
        #footdiv .col1, #footdiv .col3 {
            margin-top:25px;
        }
      


#foot_content .footfont {
    text-align:center;
    font-size:14px;
    letter-spacing:1px;
    font-family:'Microsoft YaHei';
    color:#cac8cb;
}
#foot_content .foot_twoCode {
    width:80px;
    margin-top:10px;
    float:left;
    
}
    #foot_content .foot_twoCode .foot_code {
        margin:0 auto;
        width:60px;
        height:60px;
    }

     #foot_content .foot_twoCode .foot_title {
        width:80px;
        height:20px;
        color:#cac8cb;
        font-size:12px;
        line-height:20px;
        text-align:center;
    }
        #foot_content .footfont  a {
       text-decoration:none;
        font-size:14px;
        letter-spacing:1px;
        font-family:'Microsoft YaHei';
        color:#cac8cb;
        }