/* <768 手机   =768~992 平板   =992~1200 桌面显示器   =>1200 大型桌面显示器   h5-block  仅移动端可见    web-block  仅pc端可见*/
/* @media (max-width:768px) {
    
}
@media (min-width:768px) {
    
}
@media (min-width:992px) {
    
}
@media (min-width:1200px) {
    
} */

@media (max-width:768px) {
    .web-block{
        display: none!important;
    }
    .h5-block{
        display: block!important;
    }
    .h5-hidden{
        display: none;
    }
    .header{
        height: 200px;
    }
    .header .icons{
        padding:16px 24px;
    }
    .header .icons .logo{
       width: 140px;
       height: 20px;
    }
    .header .icons .fold{
        width: 23px;
        height: 25px;
    }
    .header .mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }
    .header .close{
        position: absolute;
        top: 16px;
        right: 16px;
        width: 25px;
        height: 25px;
    }
    .header .mask .ul{
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .header .mask .ul li{
       padding:20px 0;
       text-align: center;
    }
    .header .mask .ul li.active{
        border-bottom: 2px solid #C91605;
    }
    .header .mask .ul li.active a{
        color: #C91605;
    }
    .header .mask .ul li a{
        font-size: 20px;
        line-height:  20px;
        color: #fff;
    }

    .header1 .mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }
    .header1 .close{
        position: absolute;
        top: 16px;
        right: 16px;
        width: 25px;
        height: 25px;
    }
    .header1 .mask .ul{
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .header1 .mask .ul li{
       padding:20px 0;
       text-align: center;
    }
    .header1 .mask .ul li.active{
        border-bottom: 2px solid #C91605;
    }
    .header1 .mask .ul li.active a{
        color: #C91605;
    }
    .header1 .mask .ul li a{
        font-size: 20px;
        line-height:  20px;
        color: #fff;
    }

    .foot{
        height: 165px;
        background: #000000;
        text-align: center;
        font-size: 13px;
        color: #fff;
        line-height:13px;
    }
    .foot .left{
        margin-top: 15px;
        width: 145px;
        height: 30px;
    }
    .foot .main .text span{
        display: block;
        margin: 8px 0;
    }
    .foot .main .text:nth-child(2){
        margin: 8px 0;
    }
    .foot .right{
        margin: 8px 0;
    }
}
@media (min-width: 992px) and (max-width: 1920px) {
    .h5-block{
        display: none!important;
    }
    .web-block{
        display: block!important;
    }
    .contain{
        width: 1200px;
        margin: auto;
    }
    .header{
        height: 640px;
    }
    .header .nav{
        padding-top: 30px;
        height: 40px;
    }
    .header ul li{
        float: left;
        margin-left: 24px;
        font-size: 18px;
        color: #000;
        line-height:  34px;
    }
    
    .header ul li:hover a,.header ul li.active a{
        font-size: 18px;
        color: #C91605;
    }
    .header .btn1{
        margin-left: 40px;
        width: 100px;
        height: 34px;
        background: #C91605;
        border-radius: 17px;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
        color: #fff;
        line-height: 34px;
    }

    .foot{
        display: flex;
        height: 154px;
        align-items: center;
        justify-content: center;
        background: #000000;
    }
    .foot .left{
        width: 290px;
        height: 60px;
    }
    .foot .main{
        padding: 0 196px 0 126px;
        border-right: 1px solid #fff;
    }
    .foot .main .text{
        font-size: 14px;
        color: #fff;
        line-height: 14px;
    }
    .foot .main .text:nth-child(2){
        margin: 15px 0;
    }
    .foot .right{
        margin-left: 95px;
        font-size: 16px;
        color: #fff;
        line-height:16px;
    }
}

.header{
    background-image: url("../images/banner1.jpg");
    background-repeat: no-repeat;
    background-size: 100%  100%;
}
.layui-breadcrumb a:hover {
    color: #C91605!important;
}

/* @media (min-width: 992px) and (max-width: 1366px) {
    .header{
        height: 640px;
    }
}
@media (min-width: 1366px) and (max-width: 1920px) {
    .header{
        height: 900px;
    }
} */