.common_bottomFloat {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    background: #92cafb5c;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}
.common_bottomFloat .companyLink:first-child {
    background: url(https://www.jwds.cn/wp-content/themes/wiatech/assets/images/acetop_bg.png) center center no-repeat;
    background-size: cover;
}
.common_bottomFloat .companyLink {
    color: #000;
    display: inline-block;
    height: 72px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 2px 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.common_bottomFloat .bottomFloat_link_acetop .link_right {
    float: right;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 4px 0;
    background-color: #fff;
    width: 300px;
    font-size: 20px;
    line-height: 1.3;
}
.common_bottomFloat .companyLink:nth-of-type(2) {
    background: url(https://www.jwds.cn/wp-content/themes/wiatech/assets/images/acetop_bg.png) center center no-repeat;
    background-size: cover;
}
.common_bottomFloat .companyLink:nth-of-type(2) .link_right {
    color: #000;
}
.nav-item a{
    color:#fff!important;
}
.nav-item i{
    color:#fff;
}
.site-footer .bottom-footer {
    padding: 15px 0;
    background-color: #161616;
    color: #777;
    font-size: 15px;
}
.footer-bottom {
    position: relative;
    padding: 24px 0px;
    line-height: 22px;
    color: #b3b3b3;
    font-size: 13px;
    text-transform: uppercase;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.linkss {
    overflow: hidden;
    line-height: 44px;
    background: #000;
    display: flex;
    flex-wrap: wrap;
}
.linkss p {
    color: #7381a1;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    position: relative;
    line-height: 44px;
}
.linkss p:before, .linkss p:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    background: #fefefe;
    right: -15px;
    top: 12px;
}
.linkss li {
    display: inline-block;
    float: left;
    margin: 0 10px;
    font-size: 14px;
    line-height: 44px;
}
.box1 span {
    float: right;
}
.dibu{
    text-align: center;
}
.site-footer .bottom-footer a {
    color: #fff!important;
}
@media screen and (max-width:767px){
    .linkss li {
    display: inline-block;
    float: left;
    margin: 0 3px;
    font-size: 14px;
    line-height: 44px;
}
}
.box1 li a{
    color:#fff;
}