﻿li{ list-style:none;}
.fr{ float:right;}
.fl{ float:left;}
#slideshow { height: 500px; background: #000; margin-top:0px;}
#slideshow .bd li { height: 500px; }
#slideshow .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align: center; }
#slideshow .hd ul li { border-radius: 8px; cursor: pointer; display: inline-block; zoom: 1; width: 16px; height: 16px; margin: 4px; background: #FFF; overflow: hidden; line-height: 9999px; }
#slideshow .hd ul .on { background: #006600; }
#slideshow .site_width { width: 980px; height: 500px; margin: 0 auto; }
#slideshow .site_width a { width: 980px; height: 500px; display: block; }
#slideshow .next, #slideshow .prev { position: absolute; top: 0; width: 100px; height: 500px; font-size: 100px; color: #FFF; line-height: 500px; text-align: center; }
#slideshow .next { left: 0; }
#slideshow .prev { right: 0; }
/**/
#content { margin-top: 20px; }
.hd1 { background: #0A8; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; color: #FFF; }
.bd1 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd2 { background: #248DC6; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; color: #FFF; }
.bd2 { padding: 10px 0; overflow: auto; zoom: 1; margin-bottom: 20px; }
.hd3 { background: #0A8; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; color: #FFF; }
.bd3 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd4 { font-size: 32px; padding: 15px 0; }
.bd4 { padding: 10px 0; }

/*》》》》》》》》》》自定义滚动条《《《《《《《《《《*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B;}
::-webkit-scrollbar-corner:vertical{background-color:#535353;}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00;}


.bg-main { background-color: #063e9a; }
.clearfix{
	clear: both;
}