@charset "utf-8";
/*产品幻灯盒子*/
.propic_flashbox{width: 610px;height: 540px;float: left;}
.propic_flash{width: 100%;height: 540px;margin: auto;overflow: hidden;position: absolute;}
.propic_flash_bigpic{width: 490px;height: 490px;float: left;position:relative;overflow: hidden;border: 1px solid #ddd;}
.propic_flash_bigpic img{width: 100%;height: 100%;}
.flash_box{float: left;width: 90px;margin-left: 20px;}
.flash_box .active{border: 2px solid #ddd;}
.flash_box_1{width: 90px;height: 90px;border: 1px solid #e8e8e8;margin-top:0;overflow: hidden;}
.flash_box_2,.flash_box_3,.flash_box_4,.flash_box_5,.flash_box_6{width: 90px;height: 90px;border: 1px solid #e8e8e8;margin-top:10px;border-radius: 4px;overflow: hidden;}
.flash_box_1>img,.flash_box_2>img,.flash_box_3>img,.flash_box_4>img,.flash_box_5>img,.flash_box_6>img{width: 100%;height: 100%;}

/*放大镜*/
.magnifyingBegin{
	width: 280px;
	height: 280px;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.41);
	border-radius:50%;
	border: 10px solid #ffffff;
	box-shadow:4px 2px 6px rgba(0, 0, 0, 0.32);
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示的图片*/
.magnifyingShow{
	width: 260px;
	height: 260px;
	display: none;
	position: absolute;
	left: 0;
	z-index:99;
	top: 0;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
}
.magnifyingShow > img{
	width: 900px;
	height: 900px;
	margin-left:0;
	margin-top: 0;
}