﻿@media screen and (min-width:800px) and (max-width:1600px) {
	.WAPin4 {
		display: none;
	}
	.ProductIntroduction {
		position: relative;
		width: 100%;
		margin: 20px auto!important;
		overflow: hidden;
	}
	.ProductExhibition {
		position: relative;
		width: 100%;
		height: 0px;
		text-align: right;
	}
	/*.ProductExhibition .Exhibition_num .Exhibition_item {
	height: 224px;
}*/
	.ProductExhibition .Exhibition_num .Exhibition_item>img {
		/*width: 27%;*/
		width: 100% !important;
		height: 200px;
		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;
		margin-bottom: 20px;
	}
	.icon_LImg img,
	.icon_RImg img {
		width: 40px;
	}
	.icon_LImg,
	.icon_RImg {
		position: absolute;
		z-index: 30;
		width: 40px;
		height: 40px;
		text-align: center;
		/*	opacity: 0.9;*/
	}
	.icon_LImg {
		top: -50px;
		transition: all .3s;
		right: 11.5%;
		/*margin-top: 44px;*/
	}
	.icon_RImg {
		right: 11.5%;
		transition: all .3s;
		top: 510px;
		/*margin-top: 10px*/
	}
	/*
.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
	opacity: .8;
}*/
	.ProductExhibition:hover .icon_LImg {
		top: -100px;
	}
	.ProductExhibition:hover .icon_RImg {
		top: 510px;
		z-index: 9999;
	}
	/*图片翻转*/
	.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: 580px;
	}
	.ProductExhibition_box {
		position: absolute;
		transition: all .5s;
		height: 120000px;
	}
	/*.ProductExhibition_box img {
	height: auto;
	border:1px solid #f00;
}
*/
	.Exhibition_Img_s {
		width: 100%;
		height: 580px;
	}
	.Exhibition_Img_img {
		width: 100%;
		height: 500px;
		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_Img_x h2 {
		text-align: center;
		font-size: 25px;
		color: #171717;
		font-weight: normal;
		line-height: 70px;
		margin: 0px;
	}
	.Exhibition_item_img {
		position: relative;
	}
	.Exhibition_item_s {
		width: 27%;
		height: 174px !important;
		float: right;
		position: relative;
		overflow: hidden;
	}
	.Exhibition_item_s>img {
		width: 100%;
		height: 100%;
	}
	.Exhibition_item_but {
		width: 60px;
		height: 60px;
		position: absolute;
		left: 50%;
		top: 30%;
		z-index: 999;
		margin-left: -30px;
	}
	.Exhibition_item_bt {
		width: 100%;
		background: url(../images/bqn65.png)repeat-x;
		background-size: 100% 100%;
		margin-top: -10px;
	}
	.Exhibition_item_bt h2 {
		width: 90%;
		margin: 0px auto;
		line-height: 45px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}