.logos {
    position: absolute;
    top: 15px;
    left: 20px;
}

.logos div {
    width: 138px;
    height: 34px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
}

.menu {
    /*	height: 100px;*/
}

.menu-container {
    height: 64px;
    position: relative;
    top: 0;
    left: 0;
    background:#28528b;
    width: 100%;
    z-index: 999;
}

.menu-mobile {
    color: #fff;
    position: relative;
    float: right;
}

.menu-mobile img {
    position: relative;
    top: 0px;
}

.top-2 {
    width: 90%;
    height: 90%;
}

.top-3 {
    float: right;
    margin-right: 12px;
}

.top-4 {
    float: right;
    margin-right: 12px;
}

.banner {
    position: relative;
}

.banner li a {
    display: inline-block;
    width: 100%;
}

.banner li img {
    width: 100%;
}

.items li {
    float: left;
    width: 100%;
}


/*尾部*/

.footer {
    width: 100%;
    background: #f5f6fa;
    padding-bottom: 70px;
    margin-top: 50px;
    padding-top: 20px;
}

.footer_nr {
    padding: 10px 0;
}

.ft_tel {
    background: url(../../../www.yuanfeng021.com/img/ft_tel.png) no-repeat 2px 2px;
    padding-left: 30px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
}

.ft_qq {
    background: url(../../../www.yuanfeng021.com/img/ft_qq.png) no-repeat 2px 2px;
    padding-left: 30px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
    padding-top: 4px;
    background-position: 4px;
}

.ft_tel span,
.ft_qq span {
    margin-left: 10px;
    color: #fff;
}

.footerw {
    width: auto !important;
    margin-bottom: 20px;
}

.footer_nr_fg {
    width: 100%;
    margin-bottom: 20px;
}

.footer_nr_fg p {
    font-size: 14px;
    padding: 10px 0px;
    color: #cfd0d0 !important
}

.footer_nr_fg .ft_logo {
    margin-bottom: 10px;
}

.ft_li_pd p {
    width: 23.3333%;
    float: left;
    font-size: 14px !important;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ft_li_pd a {
    color: #cfd0d0 !important;
}

.ft_li_pd h2 {
    color: #fff;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 5px;
}

.ft_li_pd {
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
}

.ft_logo img {
    margin: 0 10px;
}

.ft_2wm {
    padding-left: 20px;
    margin-bottom: 10px;
}

.ft_2wm p {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 20px;
    vertical-align: top;
}

.z_erweima {
    width: 4rem;
}

.foots-mar {
    margin-top: 10px;
}

.weght {
    font-weight: 600;
}

.footer3 {
    width: 100%;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    height: 56px;
    background: #28528b;
}


.footer3 a {
    display: block;
    width: 24.7%;
    border-right: 1px solid #5a6172;
    float: left;
    height: 56px;
    padding-top: 36px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-position: 50% 7px;
    background-repeat: no-repeat;
    background-size: 24px 22px;
}

.footer3 a:last-child {
    border-right: 0;
}

.footer3 a:nth-child(1) {
    background-image: url(../images/home.png)
}

.footer3 a:nth-child(2) {
    background-image: url(../images/headset.png)
}

.footer3 a:nth-child(3) {
    background-image: url(../images/bubble.png)
}

.footer3 a:nth-child(4) {
    background-image: url(../images/back_top.png)
}

@media only screen and (min-width: 768px) {
    .footerw {
        padding-left: 26px !important;
        margin-top: 20px;
    }
    .ft_logo img {
        padding-left: 10px;
    }
    .footer3 a {
        width: 24.9%;
    }
    .menu-container {
        height: 100px;
    }
    .ft_li_pd p {
        width: 22%;
    }
    .ft_2wm {
        margin-top: 35px;
        padding-left: 0px;
    }
    .menu-mobile {
        top: 18px;
        right: 20px;
    }
    .menu-mobile img {
        width: 100%;
        height: 100%;
        top: 0px;
    }
    .logos {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .top-3 {
        margin-right: 30px;
    }
    .top-4 {
        margin-right: 30px;
    }
    .footer3 a {
        font-size: 14px !important;
    }
    .logos div {
        width: 230px;
        height: 56px;
    }
}