#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: 200px;
    margin-top: 20px;
    text-align: left
}

#d_tab29 .d_img {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%
}

#d_tab29 .d_img li {
    position: absolute;
    display: none;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}

#d_tab29 .d_img li img {
    width: 100%;
}

#d_tab29 .d_img li.d_pos1 {
    display: block;
    width: 250px;
    left: 0%;
    top: 60px;
    z-index: 1
}

#d_tab29 .d_img li.d_pos2 {
    display: block;
    width: 330px;
    left: 18%;
    top: 30px;
    z-index: 2
}

#d_tab29 .d_img li.d_pos3 {
    display: block;
    width: 405px;
    left: 35%;
    top: 0px;
    z-index: 3
}

#d_tab29 .d_img li.d_pos4 {
    display: block;
    width: 330px;
    right: 18%;
    top: 30px;
    z-index: 2
}

#d_tab29 .d_img li.d_pos5 {
    display: block;
    width: 250px;
    right: 0%;
    top: 60px;
    z-index: 1
}

/**/

#d_tab29 .d_next,
#d_tab29 .d_prev {
    position: absolute;
    left: 50%;
    top: 65px;
    z-index: 10;
    cursor: pointer
}

#d_tab29 .d_next {
    margin-left: 620px;
}

#d_tab29 .d_prev {
    margin-left: -660px;
}

/**/

@media (min-width: 1200px) {
    #d_tab29 .d_img {
        width: 1150px;
    }
    #d_tab29 .d_next {
        margin-left: 620px;
    }
    #d_tab29 .d_prev {
        margin-left: -660px;
    }
}

@media (min-width: 1900px) {
    #d_tab29 .d_img {
        position: relative;
        margin: 0 auto;
        width: 1280px;
        height: 100%
    }
    #d_tab29 .d_next {
        margin-left: 670px;
    }
    #d_tab29 .d_prev {
        margin-left: -710px;
    }
}

/**/

#d_tab29 .d_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding-top: 26%;
    text-align: center;
    background: rgba(30, 121, 191, 0.7);
    display: none;
}

#d_tab29 .d_text a {
    font-size: 14px;
    margin: 0px 5px;
    color: #fff;
}

#d_tab29 .d_text a:hover {
    text-decoration: underline;
}

#d_tab29 .d_name {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    bottom: 0px;
}

#d_tab29 .d_name a {
    color: #fff;
}

#d_tab29 .d_img li:hover .d_text {
    display: block;
}

#d_tab29 .d_img li:hover .d_name {
    display: none;
}

#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('../images/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
}