/*footer*/

.footer_box {
    width: 100%;
    background-color: #77827e;
    padding: 30px 0;
}

.footer_box .footer_nav {
    width: 62.9%;
    margin: auto;
    /* background-color: blue; */
}

.footer_box .footer_nav_icp {
    width: 100%;
    padding-top: 150px;
}

.footer_box .footer_nav_icp ul {
    width: 100%;
    list-style-type: none;
    margin-left: -3rem;
}

.footer_box .footer_nav_icp ul li {
    width: 100%;
}

.footer_box .footer_nav_icp ul li a {
    text-decoration: none;
}

.footer_box .footer_nav_icp ul li a .footer_icp_version {
    width: 100%;
}

.footer_box .footer_nav_icp ul li a .footer_icp_version p {
    color: white;
    text-align: center;
}

.footer_box .footer_nav_icp ul li a .footer_icp_version .bussiness_box .bussiness_box_right p {
    color: white;
    text-align: center;
}

.footer_box .footer_nav_icp ul li a .footer_icp_version .bussiness_box{
    width:100%;

}

.footer_box .footer_nav_icp ul li a .footer_icp_version .bussiness_box .bussiness_box_left{
    margin-right: 1rem;
    float:left;
    margin-left: -2rem;
     padding-left: 50%;
}

.footer_box .footer_nav_icp ul li a .footer_icp_version .bussiness_box .bussiness_box_right{
    float:left;
    margin-left: -0.5rem;
    padding-top:0.8rem;
}


.footer_box .footer_nav_icp ul li a .footer_icp_version .bussiness_box .bussiness_box_left .bussiness_img_box{
    width:1rem;
    height:1rem;
    padding-top:0.8rem;
}

.footer_box .footer_nav_icp ul li a .footer_icp_version .bussiness_box .bussiness_box_left .bussiness_img_box img{
    width:100%;
    height:100%;
}

.clear{
    clear:both;
}

.footer_box .footer_nav table {
    margin: auto;
}

.footer_box .footer_nav table tr {
    margin: auto;
}

.footer_box .footer_nav table tr td {
    border-right: 1px solid white;
    padding: 0 0.3rem;
}

.footer_box .footer_nav table tr td a {
    text-decoration-line: none;
    color: white;
}

.footer_box .footer_nav table tr td a p {
    color: white;
    font-size: 0.5em;
}