@charset "utf-8";
.cor_bs, .cor_bs:hover {
    color: #fff
}

.keBody {
    repeat #333;
    background-color: #3d3d3d
}

.keTxtP {
    font-size: 16px;
    color: #fff
}

.keUrl {
    color: #fff;
    font-size: 30px
}

.keUrl:hover {
    text-decoration: underline;
    color: #fff
}

.mKeBanner, .mKeBanner div {
    text-align: center
}

#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: 460px;
    text-align: left
}

#d_tab29 .d_img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

#d_tab29 .d_img li {
    position: absolute;
    display: none;
    z-index: 0
}

#d_tab29 .d_img .cont {
    width: 100%;
    height: 87px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999
}

#d_tab29 .d_img li img {
    width: 100%
}


#d_tab29 .d_img li.d_pos2 {
    display: block;
    width: 950px;
    height: 360px;
    left: 0%;
    top: 40px;
    z-index: 2
}

#d_tab29 .d_img li.d_pos3 {
    display: block;
    width: 1000px;
    height: 420px;
    left: 12%;
    top: 15px;
    z-index: 3
}

#d_tab29 .d_img li.d_pos4 {
    display: block;
    width: 950px;
    height: 360px;
    right: 0%;
    top: 40px;
    z-index: 2
}


#d_tab29 .d_menu {
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: auto;
    text-align: center
}

#d_tab29 .d_menu li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #d2d2d2;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-right: 3px;
    border-radius: 50%;
    margin-right:10px;
}
#d_tab29 .d_menu li:last-child {
	margin-right:0px;
}
#d_tab29 .d_menu li.d_select {
    background: #005cff;
}

#d_tab29 .d_next {
	width:36px;
	height:14px;
    position: absolute;
    left: 57%;
    bottom: -7px;
    z-index: 10;
    cursor: pointer;
    background:url(../../css/img/index-right.png) no-repeat;
}
#d_tab29 .d_next:hover {
	background:url(../../css/img/index-right-active.png) no-repeat;
}
#d_tab29 .d_prev {
	width:36px;
	height:14px;
    position: absolute;
    left: 40%;
    bottom: -7px;
    z-index: 10;
    cursor: pointer;
    background:url(../../css/img/index-left.png) no-repeat;
}
#d_tab29 .d_prev:hover {
	background:url(../../css/img/index-left-active.png) no-repeat;
}