.bs{
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.content{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.title{
	font-size: 3.6vw;
	font-weight: normal;
}
.describe{
	width: 65%;
	font-size: 0.88vw;
	line-height: 1.66vw;
	margin: 2.08vw 0 0;
	text-align: center;
}
.icons{
	display: flex;
	margin-top: 4.15vw;
}
.icons>div{
	width: 9.16vw;
	height: 8.95vw;
	border-radius: 0.625vw;
	margin: 0 1.05vw;
	position:relative;
	overflow: hidden;
	background: rgba(150, 150, 150, 0.5);
	cursor:pointer;
}
.icons img{
	
}

.p-icon{
	width: 4.16vw;
}



.content2{
	align-items: flex-start;
	padding: 0 5%;
	box-sizing: border-box;
}
.list{
	display: flex;
	margin: 1.05vw 0;
}

.list ul{
	font-size: 0.95vw;
	line-height: 1.8vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.list li{
	margin-right: 1.55vw;
}
.list li span{
	font-size: 8px;
	vertical-align: middle;
}
.more{
	width: 7.91vw;
	height: 2.7vw;
	text-align: center;
	line-height: 2.7vw;
	background: #007bc8;
	font-size: 0.78vw;
	border-radius: 0.2vw;
	cursor: pointer;
}
.icons .bg-color{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: blur(3px);
	transition:opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	box-sizing: border-box;
}
.icons .bg-color1{
	background: rgba(130,130,130,0.8);
}
.icons .bg-color2{
	background: linear-gradient(to right, #15b0e2, #0d95dc);
	border: 1px solid #89eae7;
	opacity: 0;
}
.icons a{
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 1.35vw 0 1.5vw;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.icons a span{
	font-size: 0.83vw;
	color: #fff;
}



@media screen and (min-width:1025px) {
	.icons>div.acitve,.icons>div:hover{
		background: rgba(255, 255, 255, 0.5);
	}
	.icons>div.acitve .bg-color1,.icons>div:hover .bg-color1{
		opacity: 0;
	}
	.icons>div.acitve .bg-color2,.icons>div:hover .bg-color2{
		opacity: 1;
	}
}

@media screen and (max-width:1024px) {
	.content{
		width: 90%;
		margin: auto;
		padding: 0;
	}
	.title{
		font-size: 0.68rem;
		line-height: 0.7rem;
		margin-top: 0.5rem;
	}
	.describe{
		width: 98%;
		font-size: 0.23rem;
		line-height: 0.32rem;
		margin-top: 0.42rem;
	}
	.icons{
		width: 6.87rem;
		margin: 0.77rem auto 0;
		flex-wrap: wrap;
		border-radius: 0.12rem;
		justify-content: space-between;
	}
	.icons>div{
		width: 3.23rem;
		height: 2.2rem;
		margin: 0 0 0.45rem 0;
	}

	.p-icon{
		width: 0.8rem;
	}

	.icons a{
		justify-content: center;
		padding: 0.1rem;
	}
	.icons a span{
		margin-top: 0.12rem;
		font-size: 0.31rem;
	}
	.list{
		margin: 0.58rem 0 0.4rem;
		flex-direction: column;
	}
	.list ul{
		font-size: 0.25rem;
		line-height: 0.47rem;
	}
	.more{
		width: 2.32rem;
		height: 0.8rem;
		font-size: 0.31rem;
		border-radius: 0.08rem;
		line-height: 0.8rem;
	}
	
	.product-prefabrication .icons>div {
        height: 1.8rem;
        margin: 0 0 0.3rem 0;
    }
	.product-prefabrication .p-icon {
	    width: 0.65rem;
	}
	.product-prefabrication .icons a span {
	    margin-top: 0.12rem;
	    font-size: 0.25rem;
	}
	.p-icon-w100{
		width: 100% !important;
	}
	.bs1{
		height: 110vh;
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.bs{
		height: 110vw;
	}
	.content{
		width: 88%;
	}
}



@media screen and (max-width:768px) and (max-height:590px) {
	.bs{
		height: 150vh;
	}
}


