@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
body { background:#FFF; color:#333; font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#333;; text-decoration:none; }
	a:hover{color: #A10000!important;}
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
input, textarea, select, button { font-size:14px; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/
div{font-family:"微软雅黑";}

/* iFocus style */
#ifocus { width:330px; height:316px; overflow:hidden; background:#f4f4f4;}
	#ifocus_pic { display:inline; position:relative; float:left; width:312px; height:316px; overflow:hidden; margin:0px auto; left:9px; top:9px;}
		#ifocus_piclist { position:absolute; width:2900px; overflow:hidden;}
		#ifocus_piclist li { width:312px; height:316px; float:left; overflow:hidden; }
		#ifocus_piclist img { width:312px; height:197px; margin:0px auto;}
	#ifocus_btn {display:inline; float:left;left: 95px;top: 290px; position:absolute; width:130px;}
	#ifocus_btn li { width:16px; height:5px; float:left; cursor:pointer; background:url(../images/bm_pic_02.jpg) no-repeat;color:#000; text-align:center; line-height:9px; margin-right:10px;}
		#ifocus_btn .current { background: url(../images/bm_pic_01.jpg) no-repeat; opacity:1; color:#FFF; -moz-opacity:1; filter:alpha(opacity=100);}
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:330px; height:30px;}
	#ifocus_tx { position:absolute; top:203px;width:306px; left:8px; padding-top:5px;}
	#ifocus_tx a{color:#535353;}
	#ifocus_tx p{color:#999; margin-top:6px;}
	#ifocus_tx span{color:#d90000; display:block; margin-top:5px;}
	#ifocus_tx p a{color:#d90000; font-weight:lighter;margin-left: 10px;}
	#ifocus_tx span a:hover{color:#FFB500!important;}
	#ifocus_tx a{color:#555555; font-weight:bold;}
	#ifocus_tx .normal {display:none;}


