﻿.WAPin4 {
	display: none;
}
.ProductIntroduction {
	position: relative;
	width: 100%;
	margin: 90px 0px 10px 0px;
	overflow: hidden;
}
.ProductExhibition {
	position: relative;
	width: 100%;
	height: 0px;
	text-align: right;
}
.in4 {
	width: 81%;
	min-height: 10px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 50px;
}
.in4sz {
	width: 400px;
	height: 45px;
}
.in4sz h2 {
	line-height: 45px;
	font-weight: normal;
}
.in4sz h2 a {
	font-size: 35px;
	color: #171717;
}
.in4sy {
	width: 80px;
	height: 32px;
	border: 1px solid #00B5C8;
	border-radius: 50px;
	margin-top: 5px;
}
.in4sy h2 {
	line-height: 32px;
	text-align: center;
	font-weight: normal;
}
.in4sy h2 a {
	font-size: 14px;
	color: #00B5C8;
	overflow: hidden;
	-webkit-appearance: none;
	transition: all 0.4s ease 0s;
	transform: translate3d(0, 0, 0);
	display: block;
	border-radius: 50px;
}
.ProductExhibition .Exhibition_num .Exhibition_item>img {
	/*width: 27%;*/
	width: 100% !important;
	height: 225px;
	opacity: 0.5;
	vertical-align: top;
	box-sizing: border-box;
	padding-bottom: 30px;
	border: 1px solid #ff0;
}
.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
	width: 100%;
	/*	height: 600px;
*/
}
.ProductExhibition_box .Exhibition_Img img {
	box-sizing: border-box;
}
.Exhibition_item {
	overflow: hidden;
	padding-bottom: 20px !important;
}
.icon_LImg img,
.icon_RImg img {
	width: 50px;
}
.icon_LImg,
.icon_RImg {
	position: absolute;
	z-index: 30;
	width: 50px;
	height: 50px;
	text-align: center;
	/*	opacity: 0.9;*/
}
.icon_LImg {
	top: -50px;
	transition: all .3s;
	right: 11.7%;
	/*margin-top: 44px;*/
}
.icon_RImg {
	right: 11.7%;
	transition: all .3s;
	top: 660px;
}
.ProductExhibition:hover .icon_LImg {
	top: -100px;
}
.ProductExhibition:hover .icon_RImg {
	top: 660px;
}
/*图片翻转*/
.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: 70%;
	height: 740px;
}
.ProductExhibition_box {
	position: absolute;
	transition: all .5s;
	height: 120000px;
}
.Exhibition_Img_s {
	width: 100%;
	height: 740px;
}
.Exhibition_Img_img {
	width: 100%;
	height: 660px;
	position: relative;
}
.Exhibition_Img_img_but {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 40%;
	margin: 0px auto;
	left: 0px;
	right: 0px;
}
.Exhibition_Img_img img {
	height: 100%
}
.Exhibition_Img_x {
	width: 100%;
	height: 80px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EAEDE8, endColorstr=#ffffff, grandientType=1);
	/*ie渐变背景*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#EAEDE8), to(#ffffff));
	/*360、谷歌渐变背景*/
	background: -moz-linear-gradient(top, #EAEDE8, #ffffff)
		/*火狐渐变背景*/
	;
}
.Exhibition_item_bt h2 {
	text-align: center;
	font-size: 22px;
	color: #171717;
	font-weight: normal;
	line-height: 70px;
	margin: 0px;
}
.Exhibition_item_img {
	position: relative;
}
.Exhibition_item_s {
	width: 27%;
	height: 227px !important;
	float: right;
	position: relative;
}
.Exhibition_item_s>img {
	width: 100%;
	height: 100%;
}
.Exhibition_item_but {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 33%;
	z-index: 999;
	margin-left: -35px;
}