.banner{
    width: 100%;
}
.banner img {
    width: 100%;
    height: 371px;
}
.path {
    margin-top: 0.8%;
    padding-bottom: 1.7%;
}
.path a {
    font-size: 14px;
    color: #707070;
    margin: 0 0.5%;
}
.path span {
    font-size: 14px;
    color: #707070;
    margin: 0 0.5%;
}
#wrap ul li .wrap-list img{
	width: 100%;
}
#wrap ul {
	/*display: flex;*/
	justify-content: space-between;
}
#wrap ul li{
	list-style: none;
	position: relative;
	overflow: hidden;
	width: 30%;
	box-shadow: 0px 5px 15px #e5e5e5;
    float:left;
    margin-right: 3%;
    margin-bottom: 40px;
} 
#wrap ul li .wrap-list .wrap-tit{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	background: #005eb8c2;
	width: 100%;
}
#wrap ul li .wrap-list .wrap-tit>.tit{
	font-size: 18px;
    line-height: 25px;
    color: #fff;
	text-align: center;
}
/*遮罩*/
#wrap ul li .mask{
	position: absolute;
	top: 0;
	left:-360PX;
	width: 360px;
	height: 270px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .mask .mask-tit{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 34px;
	left: -474px;
	color: #ffe605;
	font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .mask .mask-txt{
	width: 100%;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 65px;
	left: -474px;
	margin: 30px  0 10px;
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .mask .mask-more{
	position: absolute;
	bottom:-50px;
	left: 100px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}