.head {
    min-width: auto;
}

.navlvb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navlvb .navlv1 {
    box-sizing: border-box;
    width: calc(100% / 8)!important;
}

.conr {
    width: calc(100% - 235px);
}

.inbanner {
    width: 100%!important;
}

.listar>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listar>li>a {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content {
    min-width: auto;
    width: auto;
}

.rcont {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}

.footer {
    min-width: auto;
}

.w1200 {
    width: 1200px !important;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .w1200,
    .footer .ftcon {
        width: 970px !important;
        margin: 0 auto;
    }
    .htop .w1200 .search {
        top: 95px;
    }
}

@media only screen and (max-width: 996px) {
    .w1200,
    .footer .ftcon {
        width: 750px !important;
        margin: 0 auto;
    }
    .htop .w1200 .bwcx {
        display: none;
    }
    .footer {
        padding-bottom: 15px;
        height: auto;
    }
    .ftcon {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer .fl {
        float: none;
    }
    .footer .fr {
        float: none;
    }
    .ftr p {
        float: none;
        text-align: center;
    }
    .footer .ftr {
        display: flex;
        justify-content: center;
    }
    .ftl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .ftl>p {
        text-align: center;
    }
    .ftr .ewm {
        margin-right: 10px;
    }
    .ftl h1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ftl h1 span {
        float: none;
        text-align: center;
    }
    .ftl h1 span {
        padding-left: 30px;
    }
    .ftl>span {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .w1200,
    .footer .ftcon {
        width: 96% !important;
    }
    .conl {
        width: 100%;
    }
    .head {
        height: 240px;
    }
    .hnav {
        height: 100px;
    }
    .navlvb .navlv1 {
        width: calc(100% / 4)!important;
        border-bottom: #13b159 1px solid;
    }
    .navlvb .navlv1:nth-child(5) {
        border-left: #13b159 1px solid;
    }
    .htop .w1200 .bwcx {
        margin-top: 40px;
        width: 160px;
        height: 20px;
        background-size: 100% 100%;
    }
    .htop .w1200 .logo {
        margin-top: 30px;
        width: 280px;
        height: 65px;
        background-size: 100% 100%;
    }
    .yibox {
        width: 100%;
    }
    .conl {
        height: auto!important;
    }
    .conr {
        width: 100%;
    }
}

@media only screen and (max-width: 515px) {
    .head {
        height: 270px;
    }
    .head .htop {
        height: 160px;
        background-size: auto 100%;
    }
    .htop .w1200 .bwcx {
        margin-top: 50px;
        display: block;
        width: 150px;
    }
    .htop .w1200 .search {
        margin-top: 20px;
        width: 100%;
    }
    .search .setext {
        width: calc(100% - 120px);
    }
    .navlvb {
        width: 100%!important;
    }
    .inbanner {
        height: 150px;
    }
    .page {
        height: auto;
    }
}