﻿#footer_content {
    width: 940px;
    margin: 0 auto;
    padding-top: 48px;
    height: 217px;
    position: relative;
}
.copyright {
    float: left;
    height: 29px;
    line-height: 29px;
    margin-top: 26px;
    font-size: 12px;
    color: #fff;
    background: url(img/k_copyright_bg.png) no-repeat left top;
    padding-left: 12px;
    width: 928px;
    /*margin-left: 10px;*/
}
.logo_footer {
    width: 95px;
    height: 95px;
    position: absolute;
    left: 423px;
    top: 0;
}
.gototop {
    position: absolute;
    display: inline-block;
    width: 60px;
    color: #fff;
    font-size: 12px;
    padding-top: 68px;
    right: 0;
    top: 0;
    margin-top: 20px;
    text-align: center;
   
    cursor: pointer;

}
.gototop:hover {
     text-decoration: none;
}
.hotlinefooter {
    height: 68px;
    width: 847px;
    padding-left: 93px;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 68px;
}
.footer_menu {
    width: 100%;
    float: left;
    height: 65px;
}
.designed {
    float: right;
    
    color: #649ad1;
}
.designed a {
    color: #649ad1;
    text-decoration: none;
}