*,
body {
    margin: 0;
    padding: 0;
}

.container1 {
    width: 1100px;
    margin: 0 auto;
}

#section_f {
    position: absolute;
    width:100%;
    bottom:0;
    background-color: #2C2C2C;
    color: #EAEAEA;
}

#section_f .group1 {
    padding: 30px 0px 20px 0px;
    border-bottom: 1px solid #383838;
}

#section_f .group2 {
    padding: 30px 0;
    border-bottom: 1px solid #383838;
}

#wp_nav_w46 {
    width: 100%;
}

#wp_nav_w46 .wp_nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#w46 span {
    color: #EAEAEA;
    font-size: 16px;
}

#section_f .dy {
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
}

#section_f .dy span {
    font-size: 13px;
    margin-left: 30px;
    color: #EAEAEA;
}

#section_f .dy span {
    margin-left: 20px;
    color: #fff;
}

#section_f .yp {
    display: flex;
    justify-content: flex-start;
}

#section_f .ba {
    margin-top: 25px;
}

#section_f .ba span {
    font-size: 13px;
    color: #5E5E5E;
    padding-right: 30px;
}
.yqlj>a {
    text-decoration: none;
    margin: 7px;
    color: rgb(129 128 128);
    transition: color 1s;
}

.yqlj>a:hover {
    color: #fff;
}

