.fangdajing{
    float: left;
    margin: 41px 0 0 0;
}
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.jqzoom img {
    background:rgba(1,1,1,0.5);
    width: 400px;
    height: 340px;

}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px!important;
    height: 370px!important;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
    width: 402px;
    height: 342px;
    border: 1px solid #dddddd;
}

.spec-scroll {
    /*clear: both;*/
    margin-top: 24px;
    width: 402px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    text-align: center;
    width: 28px;
    height: 60px;
    background: #cccccc;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
}
.spec-scroll .prev i, .spec-scroll .next i {
    color: #fff;
    font-size: 25px;
    line-height: 60px;
}
.spec-scroll .prev:hover{
    background-color: #86b1d3;
    transition: all 0.5s;
}
.spec-scroll .next:hover{
    background-color: #86b1d3;
    transition: all 0.5s;
}
.spec-scroll .items {
    float: left;
    position: relative;
    width: 338px;
    height: 60px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width: 83px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 83px;
    height: 60px;
}

.spec-scroll .items ul li img:hover {
    /*border: 2px solid #FF6600;*/
    /*padding: 1px;*/
    cursor: pointer;
}