@charset "UTF-8";
/* CSS Document */

* 
{ 
	margin:0; 
	padding:0;
	word-break:break-all; 
 }

h1, h2, h3, h4, h5, h6 
{
	 font-size:1em;
	  
}
a 
{ 
	color:#0287CA; 
	text-decoration:none; }
a:hover, a:active {
	color: #E60012;
	text-decoration: none;
}
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:12px Helvetica, Arial, sans-serif; 
	 }
table {
	 border-collapse:collapse;
	  }
html {
	 overflow:-moz-scrollbars-vertical;
	  } 


#ifocus { 
	width:1200px;
	height:350px;
  	margin:0px;
    border:1px solid #DEDEDE;
    position:relative;
	 }
 #ifocus_pic 
 {
	  display:inline;
	  position:relative; 
	  float:left; 
	  width:1200px; 
	  height:350px; 
	  overflow:hidden; 
	  margin:0px 0 0 0px; 
	  }
#ifocus_piclist { 
position:absolute;
 }
#ifocus_piclist li { 
	 width:1200px;
	 height:350px; 
	 overflow:hidden;
 }
#ifocus_piclist img {
	  width:1200px;
	  height:350px; 
	  }
#ifocus_btn { 
	 position:absolute; 
     right:8px;
	 float:right; 
	 width:100px; 
	 margin:9px 9px 0 0; 
	 }
#ifocus_btn li { 

     width:100px; 
	 height:80px; 
	 cursor:pointer; 
	 opacity:0.5;
	  -moz-opacity:0.5; 
	  filter:alpha(opacity=50); 
	  }
#ifocus_btn img { 
 	width:75px;
	height:45px;
    margin:7px 0 0 11px; 
	}
#ifocus_btn .current {
	 background: url(i/ifocus_btn_bg.gif) no-repeat; 
	 opacity:1; -moz-opacity:1; filter:alpha(opacity=100); 
	 }
#ifocus_opdiv { 
	  position:absolute; 
	  left:0; 
	  bottom:0; 
	  width:1200px;
	  height:35px;
	  background:#000;
		 opacity:0.5; 
		 -moz-opacity:0.5; 
		 filter:alpha(opacity=50); 
	  text-align:center;	
	 
   }
#ifocus_tx { 
  position:relative; 
  margin-top:3px;
  color:#FFF;
  font-size: 16px;
   }
#ifocus_tx .normal { 
  display:none;
  
  }



  
 