*{
	margin: 0;
	padding: 0;
}

/*主容器*/
.con-FangDa{
	width: 1200px;
	height: auto;
	margin: 10px auto;
	background-color:#fff;
}
/*正常容器*/
.con-fangDaIMg{
	width:590px;
	height:590px;
	position: relative;
	background-color: #454545;
	float:left;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}


/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:auto;
	width:550px;
	list-style: none;
	float:right;
	border-bottom: solid 1px #f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
.con-FangDa-ImgList > li{
	margin-right:5px;
	margin-bottom:2px;
	width: 90px;
	height: 85px;
	border-right: solid 1px #ccc;
	float: left;
	cursor: pointer;
	background-color: #fff;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	
	width: 90px;
	height: 85px;
}
.con-FangDa-ImgList > .active{
	border-color:#f37028;
}