#mybanner {
    position: relative;
    margin: auto 0;
   
    height: 580px;
    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 li .news_con{padding:7px;}
#mybanner li{background:#fff;box-shadow: 1px 5px 20px 10px rgb(0 0 0 / 10%);border-radius:10px;}
#mybanner .news_title{position: relative;  bottom: -45px;  left: 0;  width: 100%;  text-indent: 10px;   font-size: 16px; line-height: 33px;   background: url("../images/jyb_tjqhbj_03.png") repeat left top;text-align:center;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;float:left; }
#mybanner .news_title a{color: #000;font-size:18px;}
#mybanner .news_tit{width:100%;text-align:center;display:inline-block;font-size:14px;position:relative;bottom:-75px;}
#mybanner .news_tit a{display:block;width:135px;height:35px;border:1px solid #e7e7e7;margin:0 auto;border-radius:20px;}
#mybanner .focus-arrow-left{  width:23px;height:44px;  position: absolute;
    top: 50%;left:-60px;z-index: 4;display: block; background: url("../images/focus_prev.png") repeat left top;}
#mybanner .focus-arrow-right{   width:23px;height:44px;  position: absolute;
    top: 50%;right: -60px;z-index: 4;display: block; background: url("../images/focus_next.png") repeat left top;}
#mybanner .focus-arrow-left:hover{background: url("../images/focus_prev_h.png") repeat left top;cursor: pointer;}
#mybanner .focus-arrow-right:hover {background: url("../images/focus_next_h.png") repeat left top;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;}
