/* 懒人图库 搜集整理 www.lanrentuku.com */

/* css 重置 */
body,div,ul,li { padding:0; margin:0; font-size:12.5px; color:#000000}
body{background-color:#f0f0f0;font-size:12.5px;text-align:center;
	 margin-left:auto;
	  margin-right:auto;
	}
ul { list-style: none ; }
img { border: none; }



/*本例css*/
.mid { width: 948px; height: 247px; background:#FFFFFF;  position: relative; overflow:hidden; margin-bottom: 15px; text-align:center; margin-left:auto; margin-right:auto; }

/*数字按钮样式*/
.mid .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; left: 15px; zoom:1; z-index:3 }
.mid .num li { width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: "Arial", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.mid .num li.on { background: #FF7700; } /*当前项*/

/*上一个  下一个*/
.mid .prev,
.mid .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 115px;}
.mid .prev { left: 0; }
.mid .next { right: 0; background-position: right }

	#mytop{width:950px;
	margin:0;
	text-align:center;
	 margin-left:auto;
	  margin-right:auto;
	
	}
	#con{width:950px;
	margin:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	#left{width:250px;
	margin-left:20px;
	margin-left:10px;
	padding-top:20px;
	}

	#daohang{


font-family: "黑体", "宋体";

	font-size:14px;

	padding:0;
	margin:0;font-weight:bold;
	
	}
	#daohang ul{
	padding:0;
	margin:0;
	margin-left:15px;
	}
	#daohang ul li{
	
	float:center;
	line-height:30px;
	font-size:14px;
	margin:0;
	padding:0;
	
	
	}
	#daohang ul li a{
	width:155px;
	line-height:30px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000000; 
	}
	
	
a									{ text-decoration: none; }
img                                 { vertical-align: middle; }
a img                               { border: 0; 120}
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; width: 100%; }
ul.dropdown li                      { font-weight: bold; float: left; width: 100px; background: #00b3d4; position: relative; }
ul.dropdown li a                    { font-size:14px; clear:both; display: block; height:25px; width:100px; vertical-align:middle; text-align:center; padding-top:8px; color: #222; position: relative; z-index: 2000; color:#FFFFFF }
ul.dropdown li a:hover				{  color:#000000; position: relative; }
ul.dropdown li a.hover              {  position: relative; color:#000000; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ display: none; position: absolute; top: 0; left: 0; width: 120px; z-index: 1000; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; }
ul.dropdown ul li a					{ display: block; background: #eee !important; } 
ul.dropdown ul li a:hover			{ display: block; background: #F3D673 !important; } 