@charset "utf-8";
.ProductIntroduction {
	position: relative;
	padding: 20px;
	padding-right: 10px;
	overflow: hidden;
	background-color:#fff;
}

.ProductExhibition {
	position: relative;
	width: 100%;
	height: 0px;
	text-align: left;
}

.ProductExhibition .Exhibition_num{height: 406px; width: 426px; float: right; overflow: hidden; overflow-y: scroll;}
.ProductExhibition .Exhibition_num .Exhibition_item {
	height: 127px;
	margin-bottom: 10px;
	width: 98%;
}

.ProductExhibition .Exhibition_num .Exhibition_item .pic{width: 232px; float: left;}
.ProductExhibition .Exhibition_num .Exhibition_item .pic img{width: 100%; height: auto;}
.ProductExhibition .Exhibition_num .Exhibition_item .text{width: 40%; float: right; display: flex; align-items: center; font-size: 18px; line-height: 2; justify-content: center; height: 127px;}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
	width: 100%;
	height: 406px;
}
.ProductExhibition_box .Exhibition_Img, .ProductExhibition_box .Exhibition_Img .prism-player{height: 406px !important;}
.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(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: -5px;
	/* right: 0; */
	background: -o-linear- n(45deg,  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;
	right: 28px;
	top: 13px;
	width: 168px;
	height: 92px;
	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;
	display: none;
}

.icon_LImg {
	top: -50px;
	transition: all .3s;
	right: 85px;
}

.icon_RImg {
	right: 85px;
	transition: all .3s;
	top: 640px;
}

.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: 594px;
}

.icon_LImg img {
	transform: rotate(90deg);
}

.icon_RImg img {
	transform: rotate(-90deg);
}

.czt_active{background: #55925e}
.czt_active .text{color: #fff;}

.ProductExhibition .Exhibition_num .czt_active img {
	opacity: 1;
}

.ProductExhibition_wrap {
	position: relative;
	width: 725px;
	height: 406px;
	overflow: hidden;
}

.ProductExhibition_box {
	position: absolute;
	height: 120000px;
	transition: all .5s;
}

.ProductExhibition_box img {
	width: 100%;
	height: auto;
}
/* .prism-player .prism-ErrorMessage, .prism-player .prism-cover{background-color: #fff !important;} */
.prism-player{background-color: #fff !important;}

@media (max-width: 1024px) {
	.ProductExhibition_wrap{width: 650px;}
}