.slide_container {
    position: relative;
    width: 1200px;
    margin: 0 auto;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.slide li { position: absolute; width: 100%; left: 0; top: 0;}
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0;}
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; text-align:right;}
.slide_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 40%; opacity: 1; z-index: 3; 
text-indent: -9999px; overflow: hidden; text-decoration: none; height:103px; width:60px;  margin-top: -45px;}
.slide_nav:hover { opacity: 1.0;}
.slide_nav.next { left: auto; background-position: right top; right: 0;}
.slide_nav.prev{/*background: transparent url("../images/left-jt.png") no-repeat;*/ left:25px;}
.slide_nav.next{/*background: transparent url("../images/right-jt.png") no-repeat;*/ right:25px;}
.banner-new{width:100%; height:100px; position:absolute; bottom:0; left:0; background:url(../images/banner-new.png) repeat; z-index:100;}

