#mybanner {
    position: relative;
    margin: auto 0;
    width: 1200px;
    height: 500px;
    background: transparent;
}
#mybanner li{position:absolute;transition: all 0.5s ease-in-out;}
#mybanner li .news_pic{overflow: hidden;width:100%;height:100%;}
#mybanner li img{transition-duration: 1s; transition: all 0.4s ease-in-out;position: relative;
    display: block;
    width: 100%;
    height: 100%;}
#mybanner li img:hover{transform:scale(1.1);}
#mybanner li .news_all{position: relative;
    display: block;
    width: 100%;
    height: 100%;}

#mybanner .news_title{position: absolute;display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    text-indent: 10px;
    font-size: 16px;
    line-height: 33px;
    background: url("../images/jyb_tjqhbj_03.png") repeat left top;
  }
#mybanner .news_title a{color: #FFF;}
#mybanner .focus-arrow-left{  width:54px;height:54px;  position: absolute; opacity: 0.7; filter:alpha(opacity=70);
    top: 245px;left:-83px;z-index: 4;display: block; background: url("../images/focus_prev.png") repeat left top;}
#mybanner .focus-arrow-right{   width:54px;height:54px;  position: absolute; opacity: 0.7; filter:alpha(opacity=70);
    top: 245px;right: -83px;z-index: 4;display: block; background: url("../images/focus_next.png") repeat left top;}
#mybanner .focus-arrow-left:hover{ opacity: 1; filter:alpha(opacity=100);cursor: pointer;}
#mybanner .focus-arrow-right:hover { opacity: 1; filter:alpha(opacity=100);cursor: pointer;}
.focus-pagenation{position: absolute;    display: none;
    bottom: 10px;
    right: 190px;
    z-index: 5;}
.mypagetab{float: left;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: default;}
