@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; word-break:break-all; }
body {color:#333; font-size:14px; font-family:"微软雅黑"}
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#333;; text-decoration:none; }
	a:hover { text-decoration:none; }
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { }
input, textarea, select, button { }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/
/* iFocus style */
#ifocus { width:498px; height:420px; overflow:hidden; background:#f6f6f6;}
	#ifocus_pic { display:inline; position:relative; float:left; width:498px; height:420px; overflow:hidden;}
		#ifocus_piclist { position:absolute; width:2900px; overflow:hidden;}
		#ifocus_piclist li { width:498px; height:420px; float:left; overflow:hidden; }
		#ifocus_piclist img { width:498px; height:330px;}
	#ifocus_btn {display:inline; float:left;  left: 350px;
  top:312px; position:absolute; width:150px; }
	#ifocus_btn li { width:16px; height:5px; float:left; cursor:pointer; background:#ffffff;color:#000; text-align:center; line-height:9px; margin-right:10px;}
		#ifocus_btn .current { background:#dc1a1a; opacity:1; color:#FFF; -moz-opacity:1; filter:alpha(opacity=100);}
	#ifocus_opdiv { position:absolute; left:0; bottom:91px; width:498px; height:30px; background:#000;opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); line-height: 30px;}
	#ifocus_tx { position:absolute; left:8px; bottom:17px; color:#666; height:73px; font-size:18px; color:#4C4847; top:340px; line-height: 30px;}
	#ifocus_tx p{ font-size:13px;color:#878787; margin-top:10px; line-height:22px;padding-left: 10px;padding-right: 10px;}
	#ifocus_tx a{color:#4C4847;}
	#ifocus_tx .normal {display:none;}
	#ifocus_tx li span{ word-break:break-all; word-wrap:break-word; 
	/*	position:fixed;
		left:410px;
		top:370px;
		*/
	}
	#ifocus_tx li span a{color:#EE4B4B;}

