*{
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
.head{
    /*background: #fff;*/
}
.newDeilImg{
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
}
.wow{
    padding: 1% 18%;
    font-size: 1rem;
}
.content{
    margin-top: 2rem;
    padding: 0 25%;
}
.content h1{
    text-align: center;
    font-size: 1.5rem
}
.content h3{
    text-align: center;
    font-size: 1rem
}
.content .text{
    margin-top: 40px;
    line-height: 1.8rem;
    text-align: center;
}
.content .text p{
    margin-top: 1rem;
    text-align: justify;
}
.content .text img{
    margin-top: 1rem;
    max-width: 100%;
    display: inline-block;
}
.content .lis{
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}
.content .lis a{
    display: inline-block;
    width: 6rem;
    height: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
    background:#af0000;
    color:'#fff';
}
@media screen and (max-width: 1440px){
    .newDeilImg{
        height: 500px;
    }
}
@media screen and (max-width: 1200px){
    .content{
        padding: 0 18%;
    }
}
@media screen and (max-width: 1000px){
    .newDeilImg{
        height: 350px;
    }
}
@media screen and (max-width: 900px){
    .content{
        padding: 0 12%;
    }
}
@media screen and (max-width: 768px){
    .newDeilImg{
        margin-top: 4rem;
        height: 200px;
    }
    .content{
        padding: 0 5%;
        margin-bottom: 12%;
    }
    .content h1{
        font-size: 1.2rem;
        text-align: left;
    }
    .content h3{
        font-size: .8rem;text-align: right;
    }
    .content .text{
        line-height: 1.5rem;
        margin-top: 20px;
    }
    .content .text p{
        font-size: .8rem;
    }
    .wow{
        display: none;
    }
    .content .lis{
        margin: 1rem 0;
    }
    .content .lis a {
        width: 5rem;
        height: 2.5rem;
    }
    .content .text p{
        margin-top: .5rem;
    }
    
}