<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  www.lanrentuku.com */

/* css 重置 */
body,div,ul,li { padding: 0; margin: 0; }
ul { list-style: none ; }
img { border: none; }

/*本例css*/
.banner_show {  height: 275px; margin:30px  0 0 0; position: relative; overflow:hidden; margin-bottom: 15px; }
.banner_list li{ width:1080px; height:275px;}
.banner_list li.oneclass{ background:url(../AnonymousImages/banner1.png) no-repeat center;}
.banner_list li a{width:1080px; height:275px; display:block;}

/*数字按钮样式*/
#showid .num { overflow:hidden; height: 16px; position: absolute; bottom:12px; right: 0px; zoom:1; z-index:3 }
#showid .num li { width: 16px; height: 16px; line-height: 16px; text-align: center; font-weight: 400; font-size:13px; color: #FFFFFF; background: #676767; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
#showid .num a { color:#ffffff}
#showid .num li.on { background: #FF7700; } /*当前项*/

  .txt-bg
        {
            position: absolute;
            bottom: 0;
            z-index: 1;
            height: 36px;
            width: 100%;
            background: #333;
            filter: alpha(opacity=40);
            opacity: 0.4;
            overflow: hidden;
        }
         .txt
        {
            position: absolute;
            bottom: 0;
            z-index: 2;
            height: 36px;
            width: 100%;
            overflow: hidden;
        }
         .txt li
        {
            height: 36px;
            line-height: 36px;
            position: absolute;
            bottom: -36px;
        }
         .txt li a
        {
            display: block;
            color: white;
            padding: 0 0 0 10px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }</pre></body></html>