.img-content *{
	box-sizing: border-box;
}
.img-content{
	width: 100%;
}
.img-content .small-img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top:15px;
}
.small-img ul{
	list-style: none;
	position: relative;
	width: 5000px;
	margin: 0;
	padding: 0;
	left: 0;
	/*transition: all 1s;*/
}
.small-img ul:after{
	content: "";
	display: block;
	clear: both;
}
.small-img ul li{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	padding: 2px;
    box-sizing: border-box;
}
.small-img ul li img.moveimg{
	width: 100%;
	height: 100%;
	cursor: pointer;
	border:2px solid transparent;
}
.small-img ul li img.moveimg.active{
	border: 2px solid #fc7001;
}
.img-content .big-img{
	width: 100%;
	height: 525px;
}
.img-content .big-img img{
	width: 100%;
	height: 100%;
}

.small-img .left{
	left: 5px;
	top: 30px;
}
.small-img .right{
	right: 5px;
	top: 30px;
}
.small-img .right,.small-img .left{
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    cursor: pointer;
    font-family: "宋体";
}
