.fuyuwrap{}
.fuyuwrap ul,.fuyuwrap li {	margin: 0px;	padding: 0px;	list-style: none;}
.clearfix:before,.clearfix:after {	content: " ";	display: table;}
.clearfix:after {	clear: both;}
.clearfix { *zoom: 1;}
.imgContainer {	width: 745px;margin: 20px auto;padding: 10px;box-shadow: 1px 0 6px 0 rgba(180, 180, 180, 0.4);}
.imgUl {position: relative;width:2500px;}
.box {	width:/* 684px*/500px;	margin-left: 30px;	overflow: hidden;}
.detailImg,.smallImg {	position: relative;}
#detailImg-box {	min-height: 500px;margin:0px auto;}
.detailImg {text-align: center;}
.detailImg img {width: /*684px*/500px;height:500px;max-height:500px;overflow:hidden;max-width:100%;}
.detailImg p {text-align: left;	color: #999;margin-top:20px;text-align: center;    font-size: 16px;}
#detailImg-pre,#detailImg-next {position: absolute;width: 30px;	height: 46px;	top: 50%;	background: url(../images/page_button.gif) 0 0 no-repeat;	cursor: pointer;	text-indent:-9999px;}
#detailImg-pre {left: 0;background-position: -35px 0;}
#detailImg-next {right: 0;background-position: -99px 0;}
#detailImg-pre:hover {background-position: -35px -47px;}
#detailImg-next:hover {background-position: -99px -47px;}
#smallImg-box {height: 92px;}
.smallImg li {float: left;width: 76px;}
.smallImg li a {display: block;width: 70px;height: 70px;border: 3px solid #fff;overflow: hidden;vertical-align: middle;margin: 5px auto;}
.smallImg img {width: 70px;}
.smallImg li a:hover,.smallImg .cur a {border-color: #F45E5E;}
#smallImg-pre,#smallImg-next {position: absolute;top: 0;height: 92px;width: 28px;margin: 0;background: url(../images/album-arrow.png) 0 0 no-repeat;cursor: pointer;}
#smallImg-pre {left: 0;}
#smallImg-next {right: 0;background-position: 0 -94px;}
#smallImg-pre:hover {background-position: -28px 0;}
#smallImg-next:hover {background-position: -28px -94px;}
.detailImg_7{margin:0px auto;}

@media (max-width:1200px) {

}
@media (max-width:1050px) {
    #detailImg-box{
        min-height: auto;
    }
}
@media (max-width: 987px) {
    .box{
        width: 100%;
    }
    .imgContainer{
        width: 770px;
        padding: 0;
    }
    .detailImg img{
        width: 100%;
        height: auto;
        max-height: none ;
    }
}
@media (max-width: 768px) {
    .imgContainer{
        width: 500px;
    }
}
@media (max-width: 480px) {
    .imgContainer{
        width: 100%;
    }
}