*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
html,body{
    width: 100%;
    overflow-x: hidden;
    background: #f5f6f7;
}
.proImg{
    width: 100%;
    height: 580px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.proImg img{
    width: 100%;
}
.wow{
    padding: 1% 15%;
    font-size: 1rem;
}
.title{
    margin-top: 1%;
    padding: 0% 10%;
}
.title h1{
    text-align: center;
}
.title h2{
    text-align: center;
}
.content{
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}
.content .ul{
   padding: 0 10%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;

}
.content .ul .li{
    display: flex;
    align-items: center;
    justify-content: center;
   font-size: 1.2rem;
   font-weight: 500;
   color: #000;
   cursor: pointer;
    width: 20%;
    margin-top: 20px;
    text-align: center;
    padding: 5px 0;
}
.content .ul .li:hover{
    color: #af0000;
}
.content .ul .kh{
    position: relative;
}
.content .ul .kh .khul{
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 2;
    background: #fff;
}
.content .ul .kh .khul .khli{
    width: 100%;
    display: inline-block;
    color: #000;
    text-align: center;
    padding: .5rem 0;
}
.row{
    /* background: #de2910 !important; */
    color: #de2910 !important;
    
}
.content .cp{
    margin-top: 1rem;
    width: 100%;
    min-height: 20rem;
    display: flex;
    flex-wrap: wrap;
}
.content .cp .cpPro{
    display: block;
    width: 23%;
    margin: 1% 1% 0 1%;
}
.content .cp .cpPro .cpTitle{
    text-align: center;
    padding: 2% 0;
    font-size: 1rem;
}
.content .cp .cpImg{
    border: 1px solid #cccccc;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .cp .cpImg img{
    width: 100%;
    display: block;
}
.content .cp .cpImg .more{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .cp .cpImg .more span{
    display: block;
    color: #cccccc;
    background: #af0000;
    font-size: .8rem;
    font-weight: bold;
    padding: 2% 6%;
    cursor: pointer;
}
.content .lia{
    padding: 4% 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.content .lia .la{
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}
.lows{
    background: #af0000;
    color: #ffffff; 
}

@media screen and (max-width: 1400px){
    .proImg{
        height: 350px;
    }
}

@media screen and (max-width: 1300px){
    .content{
        width: 900px;
    }
    .content .ul{
       padding: 0 5%;
    }
    .content .ul .li{
        font-size: 1rem;
    }
}

@media screen and (max-width: 1000px){
    .proImg{
        height: 200px;
    }
    .content{
        width: 700px;
    }
    .content .cp .cpPro{
        display: block;
        width: 48%;
        margin: 1% 1% 0 1%;
    }
}

@media screen and (max-width: 768px){
    .proImg{
        margin-top: 70px;
    }
    .wow{
        display: none;
    }
    .title{
        padding: 0% 5%;
    }
    .title h1{
        font-size: 1.2rem;
    }
    .title h2{
        font-size: 1rem;
    }
    .content {
        padding: 0% 5% 12% 5%;
        width: 90%;
        margin-top: 1rem;
    }
    .content .ul{
        padding: 0;
        justify-content:start;
    }
    .content .ul .li{
    	margin: 0 10px;
        margin-top: 1rem;
        font-size: .8rem;
        width: calc(100% / 3 - 20px);
    }
    .content .cp .cpPro{
        width: 48%;
        margin-top: 5%;
    }
    .content .cp .cpPro .cpTitle{
        font-size: .8rem
    }
}
@media screen and (max-width: 450px){
	.proImg {
	    height: 160px;
	}
}