//首页3d样式
.m-mzw-models-m10 .pic .pic3DM{
	width: 100%;
	display: none;
}
.m-mzw-models-m10 .pic .pic3D{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.m-mzw-models-m10 .pic .pic3D img{
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 4;
	position: absolute;
	transition-timing-function: linear;
	top: 0;
	left: 0;
	object-fit: contain;
    object-position: center;
}
.m-mzw-models-m10 .pic .pic3D img.active{
	opacity: 1;
	z-index: 6;
}

.row-a4 .controlBox{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
}

.row-a4 .controlBox .item{
	width: 50%;
	height: 100%;
}

//内页3d样式
.ResponsiveImage_responsiveImage__OVw0A{
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.main{
	overflow: initial;
}
.infoAnimation{
	width: 100%;
	position: relative;
	
}
.animation-intro{
	width: 100%;
	position: relative;
	

}
.animation-intro .picBox{
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	
}

.animation-intro .picBox img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
   	opacity: 0;
}
.animation-intro .picBox img.active{
	opacity: 1;
}

.infoAnimation .conBox{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.infoAnimation .conBox .itemBox{
	width: 100%;
	position: sticky;
	top: 0;
	height: 100vh;
}
.infoAnimation .conBox .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16.4%;
	opacity: 0;
	transition: all 1s;
	margin-top: 100px;
}
.infoAnimation .conBox .con:nth-child(2){
	margin-top: -100px;
}
.infoAnimation .conBox .con.active{
	opacity: 1;
	margin-top: 0;
}
.infoAnimation .conBox .con .tits{
	font-size: 30px;
	line-height: 32px;
	color: #000;
}
.infoAnimation .conBox .con .tit{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: 200;
	margin-top: 18px;
}
.infoAnimation .conBox .con:nth-child(1){
	left: 64.8%;
}

.infoBox{
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fbfbfc;
}
.infoBox .con{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10.7%;
}
.infoBox .con .tits{
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-weight: 500;
}
.infoBox .con .tit{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	font-weight: 200;
	margin-top: 20px;
}

.animation-intro .picBox.picM{
	    display: none;
	}
	.animation-intro .picBox.picPc{
	    display: block;
	}

@media (max-width: 1366px){
	.infoBox .con{
		padding-top: 7.7%;
	}
	/*.infoBox .con .tits{*/
	/*	font-size: 30px;*/
	/*	line-height: 32px;*/
	/*}*/
	/*.infoBox .con .tit{*/
	/*	font-size: 18px;*/
	/*	line-height: 26px;*/
	/*}*/

	/*.infoAnimation .conBox .con .tits{*/
	/*	font-size: 30px;*/
	/*	line-height: 32px;*/
	/*}*/
	/*.infoAnimation .conBox .con .tit{*/
	/*	font-size: 18px;*/
	/*	line-height: 20px;*/
	/*}*/
	.infoAnimation .conBox .con{
	    left: 7.5%;
	}

}

@media (max-width: 1200px){
	.infoBox .con{
		padding-top: 7.7%;
	}
	.infoBox .con .tits{
		font-size: 24px;
		line-height: 26px;
	}
	.infoBox .con .tit{
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}
	.infoAnimation .conBox .con .tits{
		font-size: 24px;
		line-height: 26px;
	}
	.infoAnimation .conBox .con .tit{
		font-size: 14px;
		line-height: 26px;
	}
}


@media (max-width: 950px){
	.infoBox .con{
		padding-top: 10%;
	}
	.infoBox img{
		width: 200%;
		margin-left: -50%;
	}
	.infoBox .con .tits{
		font-size: 18px;
		line-height: 20px;
	}
	.infoBox .con .tit{
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
	}

	.infoAnimation .conBox .con{
		width: 100%;
		text-align: center;
		left: 0 !important;
		top: 10%;
		transform: translateY(0);
	}
	.infoAnimation .conBox .con .tits{
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}
	.infoAnimation .conBox .con .tit{
		font-size: 13px;
		line-height: 19px;
		margin-top: 10px;
	}
	.animation-intro .picBox.picM{
	    display: block;
	}
	.animation-intro .picBox.picPc{
	    display: none;
	}
	.animation-intro .picBox img{
		object-fit: cover;
		top: 16vh;
		height: 90vh;
		width: 90%;
		left: 5%;
	}
	

	.row-a4 .controlBox{
		display: none;
	}
	.m-mzw-models-m10 .pic .pic3D{
		display: none;
	}
	.m-mzw-models-m10 .pic .pic3DM{
		display: block;
	}
}