@charset "utf-8";
/* 修改原来的样式 */
.prodetail-img .progrid {
    float: left;
    width: 45%;
	min-width: 600px;
}
/* 修改结束 */
.ProductIntroduction {
	position: relative;
	width: 600px;
	margin:0px auto;
	overflow: hidden;
	background-color:#fff;
	box-shadow: 0px 0px 1px #666;
}
.ProductExhibition   {
	
	float: left;
}
.ProductExhibition_wrap   {
	
	float: right;
}

.ProductExhibition {
	position: relative;
	width: 100%;
	height: 0px;
	text-align: left;
}
.ProductExhibition .Exhibition_num .Exhibition_item {
	margin-left: 15px;
	height: 100px;
}


.ProductExhibition .Exhibition_num .Exhibition_item img {
	width: 100px;
	height: 100px;
	border-radius: 6px;
	opacity: 0.5;
	vertical-align: top;
	box-sizing: border-box;
	padding: 15px;

}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
	width: 100%;
	height: 500px;
}

.ProductExhibition_box .Exhibition_Img img {
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
}

.Exhibition_items::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 0 3px 0 0;
	border-color: #af5000 #af5000 transparent transparent;
	border-style: solid;
	border-width: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/* left: -5px; */
	right: -5px;
	/* background: -o-linear- n(145deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box; */
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box;
	content: "";
}

.Exhibition_items {
	position: absolute;
	left: 28px;
	top: 13px;
	width: 73px;
	height: 73px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 3px #af5000;
	box-shadow: inset 0 0 0 3px #af5000;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}

.icon_LImg img,
.icon_RImg img {
	width: 5px;
	height: 9px;
}

.icon_LImg,
.icon_RImg {
	position: absolute;
	z-index: 30;
	width: 26px;
	height: 26px;
	border-radius: 2rem;
	background-color: black;
	text-align: center;
	line-height: 23px;
	opacity: .5;
}

.icon_LImg {
	top: -50px;
	transition: all .3s;
	left: 55px;
}

.icon_RImg {
	left: 55px;
	transition: all .3s;
	top: 518px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
	opacity: .8;
}

.ProductExhibition:hover .icon_LImg {
	top: -50px;
}

.ProductExhibition:hover .icon_RImg {
	top: 470px;
}

.icon_LImg img {
	transform: rotate(90deg);
}

.icon_RImg img {
	transform: rotate(-90deg);
}

.ProductExhibition .Exhibition_num .czt_active img {
	opacity: 1;
}

.ProductExhibition_wrap {
	position: relative;
	width: 500px;
	height: 500px;
}

.ProductExhibition_box {
	position: absolute;
	height: 120000px;
	transition: all .5s;
}

/* .ProductExhibition_box img {
	width: 646px;
	height: auto;
} */

.Exhibition_num {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ProductExhibition_box {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


@media (max-width:1024px) {
	/* 修改原来的样式 */
	.prodetail-img .progrid {
	    width: 100%;
	    min-width: 100%;
	}
	/* 修改结束 */
	.ProductIntroduction {
		width: 100%;
		box-shadow: 0px 0px 1px #ffffff;
	}
	.ProductExhibition   {
		
		float: left;
	}
	.ProductExhibition_wrap   {
		
		float: right;
	}

	.ProductExhibition {
		position: relative;
		width: 100%;
		height: auto;
		text-align: left;
	}
	.ProductExhibition .Exhibition_num .Exhibition_item {
		margin-left: 0;
		height: 100px;
		float: left;
		width: 25%;
	}


	.ProductExhibition .Exhibition_num .Exhibition_item img {
		width: auto;
		height: auto;
		border-radius: 6px;
		opacity: 0.5;
		vertical-align: top;
		box-sizing: border-box;
		padding: .5rem;
	}

	.ProductExhibition_box,
	.ProductExhibition_box .Exhibition_Img,
	.ProductExhibition_box .Exhibition_Img img {
		width: 350px;
		height: 350px;
		margin: auto;
	}

	.ProductExhibition_box .Exhibition_Img img {
		box-sizing: border-box;
		padding: 0;
		border-radius: 20px;
	}

	.Exhibition_items::after {
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		border-radius: 0 3px 0 0;
		border-color: #af5000 #af5000 transparent transparent;
		border-style: solid;
		border-width: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		/* left: -5px; */
		right: -5px;
		/* background: -o-linear- n(145deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box; */
		background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box;
		content: "";
	}

	.Exhibition_items {
		display:none;
	}


	.icon_LImg,
	.icon_RImg {
		display:none;
	}

	.ProductExhibition .Exhibition_num .czt_active img {
		opacity: 1;
	}

	.ProductExhibition_wrap {
		position: relative;
		width: 100%;
		height: 350px;
		overflow: hidden;
		margin-top: 2rem;
	}

	.ProductExhibition_box {
		position: relative;
		height: auto;
		transition: all .5s;
	}

	/* .ProductExhibition_box img {
		width: 646px;
		height: auto;
	} */

	.Exhibition_num {
	    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.ProductExhibition_box {
	    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
}