body .footer{
    margin-top: 0;
    color: #333333;
    background-color: #f6f6f6;
}
.footer .footer-contact{
    padding: 40px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}
.footer .footer-contact .footer-contact-chat{
    margin: 13px 0 0 0;
}
.footer .footer-contact .footer-contact-line{
    width: 1px;
    height: 209px;
    background-color: #dcdcdc;
}
.footer .footer-contact > div{
    float: left;
}
.footer .footer-contact .footer-contact-chat-title{
    font-size: 24px;
    line-height: 24px;
    color: #666666;
}
.footer .footer-contact .footer-contact-chat-list{
    width: 389px;
    margin-top: 40px;
}
.footer .footer-contact .contact-chat-item{
    width: 100px;
    height: 100px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    margin-right: 30px;
    cursor: pointer;
    padding: 0 6px;
}
.footer-contact .contact-chat-item:last-child{
    margin-right: 0px;
}
.footer-contact .select_custom_service_list_item_icon{
    display: block;
    margin-right: 0;
    position: static;
    float: none;
    margin: 0 auto;
    margin-top: 32px;
    width: 18px;
    height: 18px;
    /*background-size: contain;*/
    background-position: 50% 50%;

}
.footer-contact .custom_name{
    display: block;
    text-align: center;
    margin-top: 16px;
    line-height: 14px;
    font-size: 14px;
    word-break: break-all;
}
.footer-contact .footer-contact-tel{
    width: 750px;
    margin-left: 30px;
}
.footer-contact .footer-contact-tel-title{
    margin-top: 13px;
    overflow: hidden;
}
.footer-contact .footer-contact-tel-title div{
    float: left;
    line-height: 25px;
}
.footer-contact .footer-contact-tel-title div:first-child{
    font-size: 24px;
    color: #666666;
}
.footer-contact .footer-contact-tel-title div:nth-child(2){
    font-size: 18px;
    color: #333333;
    margin-left: 40px;
    font-weight: bold;
}
.footer-contact .footer-contact-tel-title div:nth-child(3){
    font-size: 14px;
    color: #666666;
    margin-left: 24px;
}
.footer-contact .footer-contact-tel-area-title{
    margin-top: 26px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}
.footer-contact .footer-contact-tel-area{
    margin-top: 10px;

}
.footer-contact .footer-contact-tel-area .area-tel{
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    float: left;
    width: 187px;
}
.footer .footer-nav{
    width: 1170px;
    height: 72px;
    background-color: #f6f6f6;
    margin: 0 auto;
}
.footer .big-line{
    width: 100%;
    height: 0px;
    border-top: 1px solid #dcdcdc;
}
.footer .footer-nav .footer-nav-link{
    line-height: 72px;
    text-align: center;
    float: left;
    font-size: 16px;
    margin-left: 121px;
}
.footer .footer-nav .footer-nav-link:last-child, .footer-nav .footer-nav-link:first-child{
    margin-left: 0;
}
.footer .footer-nav .footer-nav-link:last-child{
    float: right;
}
.footer .footer-license{
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    background-color: #dedede;
}
.footer p{
    margin: 0;
}
.footer .footer-nav .footer-nav-link:hover{
    color: #3a85c6;
}
.footer .footer-contact .contact-chat-item:hover{
    border: 1px solid #42a2f1;
}