.bg-2 {
    background: url(newimgs/home/2-bg.jpg) no-repeat !important;
    background-size: cover !important;
}

.bg-5 {
    background: url(newimgs/home/5-bg.jpg) no-repeat !important;
    background-size: cover !important;
}

.about-bg1 {
    background: url(newimgs/zou/2-bg.jpg) no-repeat !important;
    background-size: cover !important;
}

.left-2 {
    background: url(newimgs/home/2-1-1.png) no-repeat center;
}

.right-2 {
    background: url(newimgs/home/2-1-3.png) no-repeat 0px 0px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.welcome-info ul li a img {
    margin-right: 10px;
}

.btn-box {
    margin-top: 20px
}

.btn-box a {
    border: 1px solid #d30000;
    padding: 10px 20px;
    color: #d30000;
}

.img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-box img {
    width: 32%;
    margin-bottom: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.footer-bot a img {
    margin: 0 10px;

}

@media(max-width: 999px) {
    .img-box img {
        width: 48%;
    }

    .abt-icon {
        width: 49% !important;
    }

    .s-hide {
        display: none !important;
    }
}

@media(min-width:999px) {
    .b-hide {
        display: none !important;
    }
}

.zou-banner {
    min-height: 150px !important;
    background: url(newimgs/top-bg.jpg) no-repeat 0px 0px;
    background-size: cover !important;
}

.b-img-index {
    width: 100%;
}