﻿div, td, th { word-break: break-all; word-wrap: break-word; }
ul, li { list-style: none; }
/*底部*/
.foot_div{
    clear: both;
    background: #e5e8eb;
    display: table;
    width: 100%;
}
.foot_column{
    width: 1200px;
    margin:auto;
    display: table;
}
.column_left{
    display: block;;
    width: 60%;
    padding: 30px 0;
    float: left;
    position: static;
}
.column_list{
    padding-right: 20px;
    float: left;
}
.column_list ul{
    margin: 0;
    padding: 0;
}
.column_list ul li a{
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
}
.list_first a{
    font-size: 16px !important;
}
.column_right{
    height: 100%;
    position: static;
    display: block;
    float: left;
    text-align: center;
    padding: 30px 0;
}
.right_content{
    height: 100%;
    padding-left: 50px;
    text-align: left;
    display: block;
    border-left: 1px solid #666;
}
.hot_line_div{
    width: 250px;
    padding: 10px;
    border-top: 2px solid #d3172c;
}
.hot_line{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #f73a4e;
    line-height: 50px;
}
.all_country{
    margin-top: 5px;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
    display: block;
    color: #474747;
}
.all_city{
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    color: #999999;
    display: block;
}
.bottom_info{
    padding: 10px;
    text-align: center;
}
.bottom_info p{
    line-height: 20px;
    font-size: 12px;
    margin: 0;
}
.beian_div{
    display: table;
    margin: auto;
    font-size: 12px;
    line-height: 20px;
}
.beian_div a{
    color: #333;
    text-decoration: none;
}
.beian_img{
    display: block;
    float: left;
    height: 16px;
    margin-top: 3px;
}
.return_top{
    position: fixed;
    bottom:30px;
    right: 30px;
    border:1px solid #999;
    background: #999;
    opacity: 0.9;
    padding: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.reminder_div{
    width: 1200px;
    margin: 10px auto;
    padding: 16px 0;
    color: #856e4a;
    font-size: 13px;
    background-color: #fff9c9;
    display: block;
}
.reminder_div p{
    width: 90%;
    text-align: left;
    margin: auto;
    line-height: 25px;
}
.reminder_div p:last-child{
    margin-top: 5px;
}
.reminder_div span{
    font-weight: bold;
}