﻿/* 首页轮播的css */
.d1 { width: 768; height: auto; overflow: hidden; position: relative; }
.loading { width: 768; color: #FFCC00; font-size: 12px; height: 218px; text-align: center; padding-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.d2 { width: 100%; height: 218px; overflow: hidden; }
.num_list { position: absolute; width: 100%; left: 0px; bottom: -1px; color: #FFFFFF; font-size: 12px; padding: 4px 0px; height: 20px; overflow: hidden; }
.num_list span { display: inline-block; height: 16px; padding-left: 6px; }
#fade_focus ul { display: none; }
#fade_focus ul li { border: 1px solid red; padding: 2px; }
.button { position: absolute; z-index: 1000; right: 0px; bottom: 4px; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.b1, .b2 { background-color: #666666; display: block; float: left; padding: 2px 6px; margin-right: 3px; color: #FFFFFF; text-decoration: none; cursor: pointer; }
.b2 { color: #FFCC33; }
