/* changeBox_a1 */
.eachBox { position:relative; }

.changeBox_a1 {
	width:480px;
	height:480px; 
}

.Collection .changeBox_a1 {
	width:480px;
	height:320px; 
}

.changeBox_a1 .a_bigImg {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.changeDiv {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

/* ul_change_a1 */
.ul_change_a1 {
	position:absolute;
	left:490px;
	top:0;
	padding:0;
	margin:0;
	/* overflow:hidden; */
	/* 20180810 yulin */
	height: 480px;
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.ul_change_a1 li {
	/* float:left; */
	margin:0 0 10px 10px;
}

.ul_change_a1 img{ border:1px solid #ffffff; height:50px; }
.ul_change_a1 img.now{ border:1px solid #d4d4d4; }
.a_last,.a_next {
	position:absolute;
	top:10px;
	width:32px;
	height:32px;
	background:url(../images/icon/icon-sliderArrow-left-ie.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.a_next {
	background:url(../images/icon/icon-sliderArrow-right-ie.png) no-repeat;
}

.a_last{ left:0; top:240px; background-position: center -4px; }
.a_next{ left:448px; top:240px; background-position:center -4px; }



/* ul_change_a2 */
.ul_change_a2 {
	position:absolute;
	right:5px;
	bottom:7px;
	padding-left:19px;
	overflow:hidden;
}
.ul_change_a2 li {
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.ul_change_a2 span {
	display: -moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0.8em;
	padding:0px 3px; 
	margin-right:2px;
	border:1px solid #999;
	background:#fff;
	filter:alpha(opacity=85);
	opacity:0.85;
	cursor:pointer;
}

.ul_change_a2 span.on {
	border:1px solid #CC0000;
	background:#FFFF9D;
	color:#CC0000;
}


/* changeBox_b1 */

.changeBox_b1 {
	float:left;
	position:relative;
	width:645px;
	height:250px; 
	padding-left:5px;
}

.changeBox_b1 h3 {
	float:left;
	position:relative;
	width:80px;
	height:25px;
	line-height:25px;  
	border:1px solid #ccc;
	text-align:center;
	margin-left:-1px;
	z-index:0;
}

.changeBox_b1 h3.now {
	background:#f3f3f3; 
	border:1px solid #B70000;
	border-bottom:none;
	color:#B70000;
	z-index:3;
}

.changeBox_b1 h3 a{ color:#666; }
.changeBox_b1 h3 a:hover,
.changeBox_b1 h3.now a { color:#B70000; }

.changeBox_b1 div {
	position:absolute;
	top:25px;
	left:4px;
	_left:3px;
	width:500px;
	height:150px;
	background:#f3f3f3; 
	padding:15px; 
	border:1px solid #B70000;
	z-index:2;
}




