<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
img{border:0;}
*{padding:0;margin:0;list-style:none;}

/* 代码整理：懒人之家 www.lanrenzhijia.com */
.slides{width:100%;height:488px; min-width:1176px; position:relative;overflow:hidden;}
.slideInner{height:488px;position:relative;left:0;margin-left:0;}
.slideInner a{display:block;height:488px; min-width:1176px; background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}

.nav{width:1176px; height:488px; position:relative;left:50%;margin-left:-588px;}
.nav a{display:block;width:50px;height:65px;opacity:.8;z-index:9;}
.nav a.prev{position:absolute;left:0;top:-244px;margin-top:-58px;background:url(../images/ban_pre.png) no-repeat;}
.nav a.next{position:absolute;right:0;top:-244px;margin-top:-58px;background:url(../images/ban_next.png) no-repeat;}

.navListBox{position:absolute;left:50%;top:450px;z-index:99;}
.navListBox li{width:12px;height:12px;float:left;margin-left:5px;border-radius:50%;overflow:hidden;}
.navListBox li:first-child{margin-left:0;}
.navListBox li a{display:block;width:100%;height:100%;border-radius:50%;background-color:#fff;}
.navListBox li a.active{background-color:#f7ad4c;}
</pre></body></html>