
#main-slider{
	margin-top: 1rem;
}
#main-slider li{
	position: relative;
}
#main-slider li img{
	width: 100%;
}

#main-slider li h4{
	position: absolute;
	bottom: 3px;
	font-size: 0.4rem;
	padding: 0.1rem 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	width: 100%;
	color: #fff;
	
}
#main-slider li p{
	position: absolute;
	top: 0.1rem;
	width: 90%;
	margin-left: 5%;
	color: #fff;
	display: none;
}
#feature h3{
	text-align: center;
	font-size: 0.5rem;
	font-weight: 700;
	padding: 0.3rem 0;
}
#feature .content{
	padding: 0 0.2rem;
	color: #4e4e4e;
	font-size: 0.3rem;
	text-indent: 0.6rem;
}
#feature ul{
	width: 100%;
	margin-top: 0.6rem;
	margin-right: -0.27rem;
}
#feature li{
	width: 50%;
	text-align: center;
	float: left;
	height: 3.6rem;
	margin-top: 0.4rem;
	position: relative;
}
#feature li p{
	text-align: left;
}
#feature li img{
	display: block;
	width: 60%;
	margin-left: 20%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transform: scale(1);
}
#feature li span{
	font-weight: 600;
	color: #4e4e4e;
	font-size: 0.36rem;
	
}
#feature li .maskTxt{
	position: absolute;
	height: 52.5%;
	top: 0;
	left: 20%;
	width: 53%;
	color: #000;
	text-align: left;
	text-indent: 28px;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transform: scale(0);
}
#feature li:hover .maskTxt{
	transform: scale(1);
}
#feature li:hover img{
	transform: scale(0);
}
#recent-works h3{
	text-align: center;
	font-size: 0.5rem;
	font-weight: 700;
	padding: 0.3rem 0;
}
#recent-works li{
	width: 50%;
	float: left;
	margin-bottom: -4px;
	position: relative;
}
#recent-works li img{
	width: 100%;
}
#recent-works .worksMask{
	position: absolute;
	top: 0;
	background: #0193cf;
	height: calc(100% - 5px) ;
	color: #fff;
	font-size: 0.28rem;
	display: none;
	padding-left:4%;
}
#recent-works .worksMask h4{
	padding: 0.1rem 0;
	text-align: center;
	font-size: 0.4rem;
	font-weight: 600;
	
}
