/*初始化样式*/


.wh1600 {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/**/
.p4 {
	padding-top: 2.8rem;
	background-size: 100% auto;
	/*margin-top: 1vw;*/
	background-color: #faf7f8;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 2.8rem;
}

.p4-title {
    text-align: center;
}

.p4-title h3 {
    font-family: "Arial";
    font-size: 1.2rem;
    color: #000;
    letter-spacing: 0.24rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.p4-title h4 {
    font-size: 2.4rem;
    color: #000;
    position: relative;
    position: relative;
    padding-bottom: 1.1rem;
}

.p4-title h4::after {
    content: "";
    width: 3.5rem;
    height: 0.35rem;
    background-color: #c9161f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.p4-sort{
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 3.1rem;
    padding: 0 3.25rem;
}

.p4-sort li{
    align-items: center;
    /*width: 22%;*/
	width: 16%;
    background: #ffffff;
    justify-content: center;
    padding: 1.2rem 0;
    overflow: hidden;
}
.p4-sort li .img0{
   /* width: 22%; */
	width: 16%;
    /*margin-left: 8%;*/
	margin-left: 2%;
}

.p4-sort li .img0 img{
    max-width: 100%;
}
.p4-sort li.cur .img0 .img1{
    /*transform: translateY(-100px);   filter: drop-shadow(#fff 0 100px); */ 
}



.p4-sort li .wz{
    width: 70%;
}
.p4-sort li .wz1{
    color: #333333;
    font-weight: bold;
    font-size: 1.15rem;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.p4-sort li .wz2{
    color: #e6e6e6;
    font-size: 12px;
    text-transform: uppercase;
    font-family: serif;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
}

.p4-sort li.cur{
    background: #c9161f;
}




.p4-sort li.cur .wz .wz1{
    color: #fff;
}

.tt{
    display: none;
}

.p4-list {

}

.p4-list li a{
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.24);
	
}


.p4-list li .img1{
	/*width: 70.0625%;*/
	width: 40.0625%;
	padding: 5%;
}

.p4-list li .img1 img{
    width: 100%;
    height: auto;
}

.p4-list li .wz{
    
    width: calc(100% - 40.0625%);
    padding-left: 2.3rem;
    padding-right: 4rem;
}
.p4-list li .wz .wz1{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
}
.p4-list li .wz .wz1 h3{
    font-weight: bold;
    color: #c9161f;
    font-size: 1.5rem;
}
.p4-list li .wz .wz1 h4{
    color: #000000;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 10px;
	
}
.p4-list li .wz .wz1 h4 a{
	color: #000000;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 10px;
	float: left;	
}
.p4-list li .wz .wz1 span {
	color: #000000;
	font-size: 1.0rem;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 10px;
	margin-right: 2rem;
	font-weight: bold;
}
.p4-list li .wz .wz2{
    color: #717171;
    font-size: 1.0rem;
    line-height: 2.0625;
    margin-top: 2rem;
}

.p4-list li .wz .wz3{
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    width: 9.5rem;
    height: 2.9rem;
    line-height: 2.9rem;
    background: #c9161f;
    margin-top: 3.25rem;
}


@media(max-width: 767px){
    .p4-sort{
        padding: 0;
    }
    .p4-sort li{
       /* width: 50%;*/
		width: 30.33%;
        display: block;
        text-align: center;
        padding: 10px;
    }
    .p4-sort li .img0{
        /*width: 100%;*/
		width: 20%;
        margin-left: 0;
        margin-bottom: 6px;
		 display: none;
    }
    .p4-sort li .wz{
        margin-left: 0;
        /*width: 100%;*/
		 width: 100%;
    }
    .p4-sort li .wz1{
        font-size: 16px;
    }
    .p4-sort li .wz2{
        font-size: 14px;
    }
    .p4-list li a{
        display: block;
    }
    .p4-list li .img1{
	width: 80%;
	padding-left: 10%;
    }
    .p4-list li .wz{
        /*width: 100%;*/
		 width: 95%;
        padding: 20px;
    }
    .p4-list li .wz .wz1 h3{
        font-size: 20px;
    }
    .p4-list li .wz .wz2{
        margin-top: 5%;
        font-size: 14px;
    }
    .p4-list li .wz .wz3{
        margin-top: 5%;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}



