body {
    width: 100%
}

.foot {
    width: 100%;
    min-width: 1000px;
    margin: 0px auto;
    padding: 0px;
    height: 168px;
    background-color: black
}

.footone {
    text-align: center
}

.foot p {
    font-size: 14px;
    color: #848484;
}

.foot .one {
    padding-top: 30px
}

.fourContent {
    width: 100%;
    /*height: 125px;*/
    background: #545454;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.fourContent .fourContent-hea {
    width: 100px;
    /* margin: 30px 30px 10px 350px; */
    height: auto;
    float: left;
    color: white;
    margin-left: 10%;
    margin-top: 30px;
    border-right: 1px dashed white;
}

.fourContent-content ul li {
    float: left;
    margin: 5px 15px 5px 0;
    border-right: 1px solid white;
    padding-right: 15px;
}

.fourContent-content ul li a {
    text-decoration: none;
    width: 100%;
    height: 20px;
    display: block
}

.fourContent-content ul li span {
    color: white;
    background-color: inherit;
    padding: 0px 5px
}

.fourContent-content ul li span:hover {
    background-color: #7C7A7B;
    height: 20px;
}

.fourContent-ctent {
    margin-top: -135px;
    position: absolute;
    z-index: 200 !important;
    height: 147px;
    margin-left: 77%;
}

.fourContentTwo {
    width: 80%;
    margin: 0px 11%;
}

.five {
    width: 200px;
    color: white;
    height: 100px;
    position: relative;
    z-index: 230;
    margin-left: 80%;
    margin-top: 20px;
}

.five .fiveimg {
    width: 40px;
    height: 40px;
    float: left;
}

.five .line {
    width: 80px;
    height: 40px;
    float: left;
    line-height: 2px;
    margin-left: 20px;
}

.five .phone {
    font-size: 22px;
    padding-top: 60px;

    display: block;
}


.link_table_fr {
    display: table;
    vertical-align: middle;
    width: 100%;
    /*height: 100%;*/
}

.link_table_fs {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    /*height: 100%;*/
    padding: 10px;
}
.link_table_se{
    display: table-cell;
    vertical-align: middle;
}
.link_table_th{
    width: 100px;
    border-right: 1px dotted white;
}

.mycontainer {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1190px;
}

.myfoot{
    background: #545454;
    color: white;
    font-size: 13px;
    clear: both;
}