/** footer **/
.footer_x{
    background-color: #42464E;
    padding-top: 80px;
}
.footer_x .footer_content{
    width: 1180px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1515);
}
.footer_content .footer_section{
    display: inline-block;
    vertical-align: top;
}
.footer_content .footer_section:nth-child(1){
    width: 192px;
}
.footer_content .footer_section:nth-child(2){
    width: 259px;
}
.footer_content .footer_section:nth-child(3){
    width: 310px;
}
.footer_content .footer_section p{
    padding-bottom: 20px;
}
.footer_content .footer_section p a{
    font-size: 16px;
    color: #A7A7A7;
    line-height: 21px;
}
.footer_content .footer_section p a:hover{
    color: #fff;
}
.footer_content .footer_section .section_title{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.phone_section .icon_phone{
    width: 40px;
    height: 40px;
    margin-top: 11px;
}
.phone_section .concat_phone{
    display: inline-block;
    color: #fff;
    padding-left: 11px;
}
.footer_section.qr_code_f{
    /*padding-left: 30px;*/
}
.qr_code_f > div{
    width: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.qr_code_f p{
    color: #A7A7A7;
    font-size: 16px;
    line-height: 21px;
}
.qr_code_f .qr_name_1{
    padding: 16px 0 0 0!important;
}
.qr_code_f .qr_name_2{
   padding: 6px 0 0 0!important;
}
.keep_on_record,.keep_on_record a{
    text-align: center;
    color: #A7A7A7;
    line-height: 60px;
}
.footer_x .icon_weibo{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/new_homepage/weibo.png");
}
.footer_x .icon_weibo:hover{
    background: url("../images/new_homepage/weibo_hover.png");
}
