@media(max-width: 767px) {
	
}

@media(max-width: 991px) {
	.page-entry__content {
	    position: relative;
	    margin-top: 0px !important;
	}
	.generic-content .futural-cladding-systems-hero{
		background: url(../pic/17-bg.jpg) no-repeat center center;
		background-position-y: center;
		background-size: cover;
		padding-top: 10.2rem;
		padding-bottom: 2rem;
	}
	.generic-content .futural-cladding-systems-hero h1 {
	    text-shadow: 2px 2px 10px #333;
		max-width: 100%;
		font-size: 2.4rem;
	}
	
	.the-17-1-box {
	    background: #10384d;
	}
	.the-17-2-box {
	    background: transparent;
	    margin-top: -9rem;
	    margin-bottom: 10rem;
	}
	.the-17-1-box .container .recent-projects__header {
		padding-bottom: 10rem;
		padding-top: 4rem;
	}
	.the-17-1-box .container .recent-projects__header h4 {
	    text-align: left;
	    color: #fff;
	    text-shadow: 2px 2px 10px #333;
	    position: relative;
	}
	.the-17-1-box .container .recent-projects__header h4::before {
	    content: '';
	    position: absolute;
	    bottom: -1rem;
	    left: 0;
	    width: 10rem;
	    height: 0.2rem;
	    background: #ffffff;
	}
	
	.recent-projects__content {
	    flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
        box-sizing: border-box;
	}
	.recent-projects__content__item{
		margin-bottom: 2rem;
	}
	.introduction .pre-title {
		text-transform: uppercase;
		font-weight: 500;
		border-top: none !important;
		padding-top: 0.4rem;
		margin: 0 auto !important;
		max-width: 225px !important;
		margin-bottom: 1rem !important;
		position: relative;
	}
	.introduction .pre-title::before {
		content: '';
		position: absolute;
		top: -0.6rem;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50px;
		height: 5px;
		background: #60b9f0;
	}
	.recent-projects__content__item__location {
		margin-top: 0rem;
		margin-bottom: 0rem;
		text-align: center;
		color: #10384d;
		font-weight: bold;
		cursor: pointer;
		font-size: 1.4rem;
	}
	.recent-projects__content__item__title {
		font-size: 1.6rem;
		text-align: center;
		color: #000;
		margin-top: 1.2rem;
		margin-bottom: 0rem;
		cursor: pointer;
	}
	.recent-projects__content__item__link {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(45deg, #10384d 50%, #10384d 50.5%, rgba(255,255,255,0) 50%);
		transition: all .2s ease-in-out;
		display: block;
		z-index: 100;
		opacity: 0;
		background: linear-gradient(-155deg, rgb(255,255,255,0.0) 49.5%, #295c89 50.1%, #295c89);
	}
	.recent-projects__content__item__image:hover .recent-projects__content__item__link {
		opacity: 0.7;
	}
	.recent-projects__content__item__image{
		border-radius: 0.3rem;
		-webkit-box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
		box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
	}
	.recent-projects__content__item__image img {
		width: 100%;
	}
	.recent-projects__content__item__image:hover img {
		transform: scale(1) !important; 
		transition: all .3s ease-in-out;
	}	
	.recent-projects__content__item{
		transition: transform 0.3s ease; /* 动画持续时间为0.3秒 */
		transform: translateY(0); /* 初始状态不移动 */
		flex-basis: 48%;
		padding: 0rem;
		box-sizing: border-box;
	}
	.recent-projects__content__item:hover {
	  transform: translateY(-1rem) !important;  /* 鼠标悬停时向上移动10像素 */
	}
	
	
}
