@media (max-width:768px){
    .unit{
        margin: 16px;
    }
    .unit img{
        margin-right: 8px;
        width: 32px;
        height: 32px;
    }
    .unit span{
        line-height: 32px;
    }
    .title{
        margin: 0 16px 12px;
        font-size: 18px;
    }
    .cells{
        padding: 0 16px;
    }
    .cells .cell{
        float: left;
        margin: 6px 6px;
        width: 100px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #C91605;
        border-radius: 20px;
        font-size: 14px;
        color: #C21622;
        line-height: 40px;
        text-align: center;
    }
    .imgs{
        display: flex;
        justify-content: space-between;
        margin: 20px 8px;
    }
    .imgs .li{
        width: 130px;
        height: 130px;
        background: #C21622;
        border-radius: 20px;
        cursor: pointer;
        color: #fff;
        text-align: center;
    }
    .imgs .li img{
        display: block;
        margin: 12px auto 0;
        width: 48px;
        height: 48px;
    }
    .imgs .li .sup{
        margin: 14px 0 8px;
        font-size: 16px;
        line-height: 16px;
    }
    .imgs .li .sub{
        font-size: 13px;
        line-height: 13px;
    }
    .theme{
        margin-bottom:10px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }
    .wall{
        position: relative;
        height: 300px;
    }
    .wall .cover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .wall .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .wall .info{
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 14px 12px;
        width:100vw;
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
    }
    .wall .top .grade{
        width: 80px;
        height: 32px;
        background: #C91605;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        color: #fff;
    }
    .wall .top .name{
        margin: 12px 0 8px;
        font-size: 18px;
        font-weight: bold;
        color: #FEFEFE;
        line-height: 30px;
    }
    .wall .top .address{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #fff;
        line-height:  14px;
    }
    .wall .top .icon{
        margin-right: 12px;
        width: 14px;
        height: 14px;
    }
    .wall .bottom .title{
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        color: #C91605;
    }
    .wall .bottom .describe{
        overflow: hidden;
        display: -webkit-box;
        margin-top: 8px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        text-indent: 2em;
        text-align: justify;
    }
}


@media (min-width: 992px) and (max-width: 1920px) {
    .layui-breadcrumb a:hover {
        color: #C91605!important;
    }
    .content{
        height: 750px;
        padding-top: 30px;
        background-image: url("../images/img1.png");
        background-repeat: no-repeat;
        background-size: 100%  100%;
    }
    .content .unit{
        padding: 14px 0 10px;
    }
    .content .unit img{
        width: 50px;
        height: 50px;
    }
    .content .unit span{
        margin-left: 12px;
        font-size: 20px;
        line-height: 50px;
    }
    .content .title{
        margin: 8px 0 16px;
        font-size: 34px;
        font-weight: bold;
        color: #000;
        text-align: center;
        line-height: 38px;
    }
    .content .cells .cell{
        float: left;
        margin: 14px 12px;
        width: 140px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #C91605;
        border-radius: 20px;
        font-size: 20px;
        color: #C21622;
        line-height: 40px;
        text-align: center;
    }
    .content .imgs{
        margin: 80px 0;
    }
    .content .imgs .li{
        width: 280px;
        height: 280px;
        background: #C21622;
        border-radius: 20px;
        cursor: pointer;
        color: #fff;
        text-align: center;
    }
    .content .imgs .li img{
        display: block;
        margin: 22px auto 0;
        width: 130px;
        height: 130px;
    }
    .content .imgs .li + .li{
        margin-left: 80px;
    }
    .content .imgs .li .sup{
        margin: 36px  0 16px;
        font-size: 30px;
        line-height: 30px;
    }
    .content .imgs .li .sub{
        font-size: 20px;
        line-height: 20px;
    }
    .base .theme .title{
        position: relative;
        padding-bottom: 56px;
        font-size: 30px;
        line-height: 30px;
        text-align: right;
    }
    .base .theme .title::before{
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        border-top: 10px solid #000;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        top: 40px;
        right: 169px;
        z-index: 9999;
    }
    .base .box {
       position: relative;
       width: 100%;
       height: 600px;
    }
    .base .box .cover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .base .box .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .base .box .info{
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 40px 0;
        width:1000px;
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
    }
    .base .top .grade{
        width: 160px;
        height: 64px;
        background: #C91605;
        font-size: 24px;
        line-height: 64px;
        text-align: center;
        color: #fff;
    }
    .base .top .name{
        margin: 40px 0 26px;
        font-size: 30px;
        font-weight: bold;
        color: #FEFEFE;
        line-height: 30px;
    }
    .base .top .address{
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #fff;
        line-height: 20px;
    }
    .base .top .icon{
        margin-right: 12px;
        width: 20px;
        height: 20px;
    }
    .base .bottom .title{
        font-size: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #C91605;
    }
    .base .bottom .describe{
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        text-indent: 2em;
        text-align: justify;
    }
}

.header{
    background-image: url("../images/banner3.jpg");
    background-repeat: no-repeat;
    background-size: 100%  100%;
}