html,body{
	/* background: url(../images/allproducts/PC／bg9.png) no-repeat center center; */
	/* background-size: 100% 100%; */
	width: 100%;
	height: 100%;
	min-width: 1300px;
}
.effect-box{
	width: 100%;
	height: 100%;
	background: url(../images/aboutImg/PC／bg9.png) no-repeat center center;
	background-size: 100% 100%;
	
}

/* 第二页 */
/* 所有商品第一页 */
.prducts-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 74%;
	max-height: 76%;
	background-color: #0ea6f5;
}

.prducts-box .prducts-box-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.prducts-box .prducts-box-img:hover {
	transform: scale(1.1);
	z-index: 10;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
	transition: transform .7s;
}


.prducts-box img {
	width: 100%;
	height: 100%;
}
.top-title-two {
	width: 542px;
	height: 60px;
	
	font-size: 48px;
	font-family: HelveticaNeue;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
	position: absolute;
	top: 10%;
	left: 13%;
	padding-left: 1.5rem;
	border-left: #fff solid 6px;
	border-width: 50%;
}

.prducts-box-two {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 73%;
	max-height: 60%;
	background-color: #0ea6f5;
}

.prducts-minbox {
	width: 25%;
	float: left;
	position: relative;
}

.prducts-minbox .floating {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.prducts-minbox .floating .floating-img {
	margin: 0 auto;
	width: 30%;
	padding: 30% 0 15%;
	/* height: 50%; */
}

.prducts-minbox .floating .floating-font {
	text-align: center;
	font-family: HelveticaNeue;
	color: #fff;
}

.prducts-minbox .floating .floating-font>span {
	display: inline-block;
	padding-bottom: 2%;
	/* border-bottom: #fff solid 1px; */
	position: relative;
}

.prducts-minbox .floating .floating-font>span::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 50%;
	background-color: #fff;
}

.prducts-minbox .floating-hover {
	width: 85%;
	height: 85%;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2%;
	padding: 5%;
	font-family: HelveticaNeue;
	cursor: pointer;
	text-decoration: none;
}

.prducts-minbox .floating-hover .floating-hover-title {
	/* border-bottom: solid #0F9AEB 2px; */
	/* border-width: 60px; */
	color: #0F9AEB;
	font-weight: bold;
	padding-bottom: 1%;
	font-size: 20px;
}

.prducts-minbox .floating-hover .floating-hover-border {
	width: 20%;
	height: 2px;
	background-color: #0F9AEB;
}

.prducts-minbox .floating-hover>p {
	padding-top: 2rem;
	color: #999999;
	font-size: 20px;
}

.prducts-minbox .floating-hover .arrows {
	width: 20%;
	/* height: 2px; */
	/* background-color: #0F9AEB; */
	position: absolute;
	right: 5%;
	bottom: 5%;
}

/* .prducts-minbox .floating-hover .arrows::after {
	width: 30%;
	height: 2px;
	content: " ";
	display: inline-block;
	transform: rotate(45deg);
	background-color: #0F9AEB;
	position: absolute;
	right: -3%;
	top: -100%;
} */

@media screen and (max-width: 1700px) {
	.prducts-minbox .floating-hover>p {
		font-size: 18px;
	}

	.prducts-minbox .floating-hover .floating-hover-title {
		font-size: 18px;
	}

}

@media screen and (max-width: 1700px) {
	.prducts-minbox .floating-hover>p {
		font-size: 14px;
	}

	.prducts-minbox .floating-hover .floating-hover-title {
		font-size: 14px;
	}
}

/* .prducts-minbox:hover>.floating-hover {
	opacity: .8;
	transition: opacity 1s;
}

.prducts-minbox:hover>.floating {
	opacity: 0;
} */