*{
	margin: 0;
	padding: 0;
}

/*主容器*/
.con-FangDa{
	width: 100%;
	height: auto;
	/*margin: 100px auto;*/
	background-color:#fff;
	position: relative;
}
/*正常容器*/
.con-fangDaIMg{
	width: 100%;
	height: 381px;
	position: relative;
	background-color: #454545;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}
/*滑块*/
.magnifyingBegin{
	width: 190px;
	height: 190px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
	z-index: 22;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 500px;
	height: 500px;
	display: none;
	position: absolute;
	right: -520px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
	z-index: 222;
}
.magnifyingShow > img{
	width: 1010px;
	height: 1010px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:54px;
	width:320px;
	list-style: none;
	position: relative;
	padding-left: 0;
}
.con-FangDa-ImgList > li{
	margin-right:7px;
	width: 50px;
	height: 50px;
	float: left;
	cursor: pointer;
	/*border: 2px solid #666;*/
	/*background-color: #454545;*/
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:auto;
	height: 80px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}
.con-FangDa .am-slider {
	padding: 0 15px;
	box-shadow: none;
}
.con-FangDa .am-viewport {
	margin-top: 15px;
	padding:0;
}
/*自定义左右切换按钮*/
.con-FangDa-ImgList > li.btn-left, .con-FangDa-ImgList > li.btn-right {
	width: 10px;
	position: absolute;
	top: 0;
	border: none;
	float: none;
}
.btn-left {
	background: url(../img/arrow-l.png) no-repeat center;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 80px;
	width: 3%;
	cursor: pointer;
}
.btn-right {
	background: url(../img/arrow-r.png) no-repeat center;
	right: 0;
	bottom: 0;
	width: 3%;
	height: 80px;
	position: absolute;
	cursor: pointer;
}
.btn-top {
	height: 20px;
	margin-right: 14px;
	border: none;
	margin-left: 3%;
	background: transparent;
}
.btn-down {
	height: 20px;
	color: 45%;
	border: none;
	background: transparent;
}