/*轮播图*/
.lunbo{margin: 20px 0; overflow: hidden;}	
.focuseBox {
    width: 100%;
    height: 586px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.focuseBox .hd {
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 12px;
    width: 15%;
    z-index: 1;
}

.focuseBox .hd ul {
    overflow: hidden;
    float: right;
    margin-right: 10px;
    zoom: 1;
    height: 12px;
}

.focuseBox .hd ul li {
    float: left;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: url(banner_li2.jpg) top center no-repeat;
}

.focuseBox .hd ul li.on {
    background: url(banner_li1.jpg) top center no-repeat;
}

.focuseBox .hd ul li:hover {
    background-color: none;
}

.focuseBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.focuseBox .bd {
    background: #015293;
}

.focuseBox .bd li {
    zoom: 1;
    vertical-align: top;
    position: relative;
}

.focuseBox .bd img {
    width: 100%;
    height: 550px;
    display: block;
    z-index: 3;
    position: relative;
}

.focuseBox .bd li .tit {
    display: inline-block;
    width: 100%;
    text-indent: 50px;
    height: 36px;
    line-height: 36px;
    *line-height: 26px;
    background: #015293;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}

.focuseBox .prev,
.focuseBox .next {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 42px;
    height: 69px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: -53px 0 0;
}

.focuseBox .prev {
    left: 0;
    background: url(prev-btn.png) 0 0 no-repeat;
}

.focuseBox .next {
    background: url(next-btn.png) 0 0 no-repeat;
    right: 0;
}

.focuseBox .prev:hover,
.focuseBox .next:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1!important;
}
/* 图片新闻结束 */
.con3 .ztbd_lunbo{width: 1200px;overflow: hidden;float: left;position:relative}
.con3{width:100%;overflow:hidden;height:90px;background-color:#e8f3f8;margin-top:20px;}
.con3 .ztbd_img{padding-top:10px;margin-left:-20px;}
.con3 li{width:285px;height:70px;margin-left:20px;}
.con3 li img{width:285px;height:70px;}
.con3 .prev{position:absolute;left:10px;top:35px;width:12px;height:20px;background:url(left.png) no-repeat left top;z-index: 9999;cursor: pointer;}
.con3 .next{position:absolute;right:10px;top:35px;width:12px;height:20px;background:url(right.png) no-repeat left top;z-index: 9999;cursor: pointer;}