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

@media(min-width: 992px) {
	.diy-conten .site-content{
		padding-top: 17.2rem !important;
	}
	.media-block__image img {
	    max-width: 100%;
	    margin-left: 0%;
	}
	.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
	    color: #10384d;
	}
	.media-block h1, .media-block h2, .media-block h3, .media-block h4, .media-block h5, .media-block h6 {
	    color: #10384d;
	}
	.media-block--blue {
	    background: #10384d;
	}
	.generic-content--blue {
		background: #10384d;
	}
	.generic-content .futural-cladding-systems-hero {
		background: url(../pic/17-bg.jpg) no-repeat center center;
		background-position-y: center;
		background-size: cover;
	}
	.generic-content .futural-cladding-systems-hero h1{
		text-shadow: 2px 2px 10px #333;
	}
	.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: ;
	    color: #10384d;
		font-weight: bold;
		cursor: pointer;
	}
	.recent-projects__content__item__title {
	    font-size: 2rem;
	    text-align: ;
	    color: #000;
		margin-top: 1.6rem;
	    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: 33.333333333333%;
		padding: 1rem;
		box-sizing: border-box;
	}
	.recent-projects__content__item:hover {
	  transform: translateY(-1rem) !important;  /* 鼠标悬停时向上移动10像素 */
	}
	

	
	.the-17-1-box{
		background: #10384d;
	}
	.the-17-1-box .container .recent-projects__header{
		padding-bottom: 20rem;
		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;
	}
	
	.the-17-2-box{
		background: transparent;
		margin-top: -34rem;
		margin-bottom: 20rem;
	}
	.the-17-2-box .container{
		padding-top: 14rem;
	}
	.recent-projects__content {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	    
	}
	
	.the-17-2-box .swiper-button-next{
		position: absolute;
		right: 1.8rem;
		top: 8.6rem;
		background: rgb(255 255 255 / 80%);
		width: 5rem;
		height: 5rem;
		border-radius: 50%;
	}
	.the-17-2-box .swiper-button-prev{
		top: 8.6rem;
		left: 107.2rem;
		background: rgb(255 255 255 / 80%);
		width: 5rem;
		height: 5rem;
		border-radius: 50%;
	}
	
	.the-17-2-box .swiper-button-next:after{
	    content: 'next';
	    font-size: 2rem;
	    font-weight: bold;
	    color: #10384d;
	}
	.the-17-2-box .swiper-button-prev:after {
	    content: 'prev';
	    font-size: 2rem;
	    font-weight: bold;
	    color: #10384d;
	}
	
	.swiper-wrapper {
	    box-sizing: border-box;
	}
	
}



@media(min-width: 1200px) {
	
}

@media(min-width: 1400px) {
	.the-17-2-box .swiper-button-prev{
		left: 127.0rem;
	}
}


