.wth {
    width: 1200px;
    margin: 0 auto
}
.footer {
    /*margin-top: 290px*/
}

.footer .f1 {
    background: #191919
}

.footer .f1 .nav2 {
    text-align: left;
    font-size: 0;
    padding-top: 40px
}

.footer .f1 .nav2 a {
    font-size: 16px;
    color: #fff
}

.footer .f1 .nav2 a::after {
    content: '/';
    font-size: 14px;
    color: #636363;
    padding: 0 40px;
}

.footer .f1 .nav2 a:last-child::after {
    display: none
}

.footer .f1 .ewm {
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 30px;
    color: #fff
}

.footer .f1 .ewm .box {
    float: left;
    width: 30%;
    position: relative;
    background-color:#191919
}

.footer .f1 .ewm .box:nth-child(2) {
    margin-right: 4%
}

.footer .f1 .ewm .box:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 110px;
    background: #404040;
    position: absolute;
    right: 0;
    bottom: 15px
}

.footer .f1 .ewm .box .tit2 {
    font-size: 20px;
    height: 30px
}

.footer .f1 .ewm .box .txt {
    font-size: 16px;
    height: 20px;
    color: #acacac
}

.footer .f1 .ewm .box .call {
    font-size: 20px;
    height: 20px;
    color: #fff
}

.footer .f1 .ewm .box .b {
    height: 70px;
    position: relative;
    padding-left: 110px;
    margin-top: 30px;
    /*padding-top: 30px*/
}

.footer .f1 .ewm .box .b img {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 98px
}

.footer .f1 .ewm .box .b p {
    margin: 0
}

.footer .f1 .ewm .box .b .p1 {
    font-size: 16px;
    padding-bottom: 10px
}

.footer .f1 .ewm .box .b .p2 {
    font-size: 12px;
    padding-bottom: 5px;
    color: #acacac
}

.footer .f2 {
    text-align: center;
    background: #141414;
    padding: 20px 0
}

.footer .f2 p {
    margin: 0;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 24px
}

.footer .f2 p span {
    padding: 0 7px
}

.footer .f2 p span img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px
}
.footer .nav a:hover{text-decoration:underline;}
.footer .nav a{
    padding-bottom: 2px;
}