@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

#controll_pic ul
li {
    list-style: none
}

#controll_pic a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

#controll_pic a:hover {
    text-decoration: underline;
}

#controll_pic .cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

#controll_pic .cl {
    zoom: 1
}
#controll_pic .successlunbo {
    width:580px;
    
 /*   margin:0 auto 45px;*/
    margin-left:0px;
}
/*
#controll_pic .successlunbo {
    width: 900px;
    margin:0 auto 45px;
} */
/* sildes css begin */



/* #controll_pic .control {
    width: 757px;
    height: 600px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
} */
#controll_pic .control {
    width: 465px;
    height:300px;
 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}


/* #controll_pic .change li {
    width: 757px;
    overflow: hidden;
    text-align: center
} */
#controll_pic .change li {
    width: 465px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

#controll_pic .change li .imgWrap {
    display: table-cell;
    width:465px;
    height: 300px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}
/* #controll_pic .change li .imgWrap {
    display: table-cell;
    width: 757px;
    height: 600px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
} */

/* #controll_pic .change li img {
    max-width: 757px;
    max-height: 600px;
    width: expression(this.width > 757 && this.width > this.height ? 600: true);
    height: expression(this.height >757 ? 600: true);
    vertical-align: middle;
    overflow: hidden
} */
#controll_pic .change li img {
    max-width: 557px;
    max-height: 300px;

    vertical-align: middle;
    overflow: hidden
}

#controll_pic .change li img {

    width: 450px; 
    height:300px;
  
}


/* 描述部分 */

#controll_pic .change li .textDesc {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

#controll_pic .change li .opacity {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#controll_pic .change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

#controll_pic .change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

#controll_pic .ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

#controll_pic .ssprev span,
.ssnext span {
    display: none;
}
#controll_pic .ssprev {
    left: 0;
    background: url(../images/arrows_01.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
#controll_pic .ssnext {
    right: 0;
    background: url(../images/arrows_02.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
/* 分页 */
#controll_pic .pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
#controll_pic .pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
   /* background: #bebebe;*/
    border-radius: 5px;
    outline: none
}
#controll_pic .pageClass a span {
    display: none
}
#controll_pic .pageClass a:hover,
#controll_pic .pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */
/* #controll_pic .thumbWrap {
    width: 145px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0d0d0d;
    overflow: hidden;
} */
#controll_pic .thumbWrap 
{
   
    width: 145px;
    height: 330px;
    position: absolute;
    right: 0;
    top: 0;
   
    overflow: hidden;
}

#controll_pic .thumbWrap .thumbCont {
    height: 516px;
    margin: 45px auto 0;
    overflow: hidden;
    position: relative;
    width: 134px;
}
#controll_pic .thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 13px;
    padding-left: 10px;
    text-align: center;
    width: 110px;
}
#controll_pic .thumbWrap ul li div {
    display: table-cell;
    width: 110px;
    height: 74px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
#controll_pic .thumbWrap ul li img {
    max-width: 110px;
    max-height: 74px;
    width:110px;  /*expression(this.width > 110px && this.width > this.height ? 110px: true);*/
    height:74px; /*expression(this.height >74 ? 74: true);*/
    vertical-align: middle;
    overflow: hidden
}
#controll_pic .thumbWrap ul li.cur {}
/* 缩图按钮 */
#controll_pic .thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
#controll_pic .thumbPrev span,
.thumbNext span {
    display: none;
}
#controll_pic .thumbPrev 
{
   
    left: 25px;
    top: 0px;
    background: url(../Skins/Default/Img/product/sprev.png) no-repeat;
}
#controll_pic .thumbNext 
{
     
    left: 25px;
    bottom: 25px;
    background: url(../Skins/Default/Img/product/snext.png) no-repeat;
}