/* foot */
.w_12{
	width:1200px;
	margin: 0 auto;
}
.clear {
    clear: both;
}
#foot{
    background-image: url(../images/bottom_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.foot_top{
    padding: 34px 0 30px;
    height: 150px;
}
.foot_bottom{
    height: 49px;
    border-top: 1px solid #6179ae;
    line-height: 49px;
    text-align: center;
}
.foot_bottom a{
    color: #c2c7db;
    margin-right: 28px;
    font-size: 14px;
}
.foot_bottom span{
    color: #c2c7db;
    font-size: 14px;
}
.foot_top .ft_02{
    display: inline-block;
    vertical-align: top;
    margin-left: 70px;
}
.foot_top .ft_02 p{
    color: white;
    line-height: 16px;
    margin-bottom: 17px;
}
.foot_top .ft_03{
    float: right;
}
.foot_top .ft_03 img{
    margin-left: 30px;
}