﻿@charset "utf-8";/

/*应用特效时，以上样式可删除*/
#d_tab29 ul, #d_tab29 li { margin: 0; padding: 0; list-style: none }
#d_tab29 img { border: 0; vertical-align: top ;}
#d_tab29 { position: relative; height: 550px; background: #fff; text-align: left; margin-top: 55px; }
#d_tab29 .d_img { position: relative; margin: 0 auto; width: 1200px; height: 100%; }
#d_tab29 .d_img li { position: absolute; z-index: 0 ;background: #fff;height: 440px;box-shadow: 2px 2px 20px #b2b2b2;}
#d_tab29 .d_img .cont{ width:100%;line-height: 25px; font-size:13px; color: #666; text-align: center; z-index:99999;}
#d_tab29 .d_img li .img{ padding: 15px 12px 0;}
#d_tab29 .d_img li .img  img{ width: 100%;height: 100%;display: block;}

#d_tab29 .d_img li.d_pos1 { display: block; width: 285px; left: 0%; top: 0px; z-index: 1 }
#d_tab29 .d_img li.d_pos2 { display: block; width: 285px; left: 20%; top: 0px; z-index: 2 }
#d_tab29 .d_img li.d_pos3 { display: block; width: 285px; left: 40%; top: 0px; z-index: 3; box-shadow: 2px 2px 25px #b2b2b2 }
#d_tab29 .d_img li.d_pos4 { display: block; width: 285px; right: 20%; top: 0px; z-index: 2 }
#d_tab29 .d_img li.d_pos5 { display: block; width: 285px; right: 0%; top: 0px; z-index: 1 }
#d_tab29 .d_menu { position: absolute; bottom: 20px; width: 100%; text-align: center;display: none; }
#d_tab29 .d_menu li { display: inline-block; zoom: 1; *display:inline;
background: url('../img/btn.png') no-repeat 0 0; width: 12px; height: 12px; cursor: pointer; margin-right: 3px }
#d_tab29 .d_menu li.d_select { background: url('../img/btn.png') no-repeat 0 -18px }
#d_tab29 .d_next { position: absolute; right: 29%; top: 185px; z-index: 50; cursor: pointer }
#d_tab29 .d_prev { position: absolute; left: 33%;  top: 185px; z-index: 50; cursor: pointer }
#d_tab29 .d_next i,#d_tab29 .d_prev i{
    width: 46px;
    height: 46px;
    display: block;
    background: url("../images/prev.png") no-repeat center;
}
#d_tab29 .d_next i{
    background: url("../images/next.png") no-repeat center;
}
#d_tab29 .d_next:hover i{
     background: url("../images/next22.png") no-repeat center;
 }
#d_tab29 .d_prev:hover i{
    background: url("../images/prev22.png") no-repeat center;
}

#d_tab29 .bg1,#d_tab29 .bg2{
     position: absolute;
     left:0;
     top:0;
     width: 40%;
     height: 440px;
     background: #fff;
     z-index: 10;
     opacity: 0.57;
     filter:alpha(opacity=57)
 }
#d_tab29 .bg2{
    left:auto;
    right: 0;
    width: 36.5%;
}