<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    border: 0;
}
body{background-color: #2D2D2D}
/*鐗规晥瀹瑰櫒*/
#banner{
    width: 700px;
    height: 700px;
    position: relative;
    overflow: hidden;
}
/*澶у浘鐗�*/
#banner .pic{
    width: 600px;
    height: 600px;
    position: relative;
}
#banner .pic img
{
	width:100%;
    height:100%;
}

#banner .pic ul li{
    list-style: none;
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#banner .pic ul li.first{
    display: block;
}

/*鎸夐挳*/
#banner .but{
    width:104px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
}

#banner .but ul li{
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
}

#banner .but ul li.first{
    background-color: red;
}
/*鍥剧墖瀵艰埅*/
#banner .picnav{
    width: 625px;
    height: 86px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    bottom: -86px;
    left:50%;
    margin-left: -312px;
}

#banner .picnav ul li{
    list-style: none;
    width: 115px;
    height: 75px;
    float: left;
    margin: 5px;
  	border:1px solid #EE7B1D;
}

/*
#banner .picnav ul li.first{
    border-bottom: 4px solid red;
}
*/


#banner .picnav ul li img{
    width: 115px;
    height: 70px;
}
</pre></body></html>