<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.wrap-slidebnn { /* max-width: 1400px;*/ margin: 20px auto; height: 400px; }
    .slidebnn { width: 100%;  height: 750px; margin: 0 auto;  position: relative; overflow: hidden;}
    .slidebnn ul { margin: 0 auto; height:750px; cursor:pointer;}
    .slidebnn ul li { width: 100%; list-style: none; position: absolute; z-index: 1; height: 750px; background-position: top center;
      top: 0; left: 0; right: 0; }
    .slidebnn #dots { position: absolute; left: 0; right: 0; bottom: 10px; height: 30px; z-index: 9999;
      font-size: 0; text-align: center; opacity: 0.7;}
    .slidebnn #dots a { background: #333; margin: 0 6px; width: 15px; height: 15px; box-shadow: 0 0 1px 0 #333; border-radius: 100%; display: inline-block; cursor: pointer;}
     .slidebnn #dots a.active { background: #FFF;}

    .slidebnn .arrow { position: absolute; top: 50%; width: 70px; height: 100px; margin-top: -50px; /*background: #FFF;*/
      z-index: 999; opacity: 0.7;  line-height: 100px;  letter-spacing:3px; color: #d8a086; text-align: center; text-decoration: none; font-weight:700; }

    .slidebnn .arrow.prev { left: 0; }
    .slidebnn .arrow.next { right: 0; }
    .slidebnn .arrow:active { /* background: #FAFAFA;*/  opacity: 1; color:#900;}
	
	.slide-txttop{z-index:5555; position:absolute; width:606px; top:45%; left:50%; margin-left:-303px;}</pre></body></html>