/* CSS Document */
body{
	padding:0;
	margin:0;
}

img {
	border:0;
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

* { margin:0; padding:0;}

/* 导航菜单 Exploer Manu */
#banner {
	background:url(../../img/banner_bg.png) repeat-x;
	width:100%;
	padding:0;
	margin:0; 
	border:0;
	float:none;
	clear:both;
}

#explorer {
	width:1020px; 
	height:68px; 
	background:url(../../img/explorer.png);
	display:block;
	padding:0;
	margin:0 auto; 
}

#explorer ul {
	list-style:none;
	padding:0;
	margin:0;
}

#explorer ul li {
	float:left;
}

#explorer li a {
	width:204px;
	height:68px;
	display:block;
	padding:0;
	margin:0;
} 

#explorer li a span {
	display:none;
}

#explorer li#index a:hover {
	background:url(../../img/explorer.png) 0px -80px;
}

#explorer li#product a:hover {
	background:url(../../img/explorer.png) -204px -80px;
}

#explorer li#case a:hover {
	background:url(../../img/explorer.png) -408px -80px;
}

#explorer li#tech a:hover {
	background:url(../../img/explorer.png) -612px -80px;
}

#explorer li#contact a:hover {
	background:url(../../img/explorer.png) -816px -80px;
}


/* 主画面 Main Ad */


#main {
	width:980px;
	padding:0;
	margin:25px auto 0 auto;
	border:4px solid #282828;
}

#ad {
	width:980px;
	padding:0;
	margin:0 auto;
}

#main object {
	padding:0;
	margin:0;
	border:0;
	float:left;
}

#main h2 {
	font-size:18px;
	margin:0;
	padding:15px 0px 0px 20px;
	color:#FFF;
}

#main .wrapper {
	width:326px;
	height:165px;
	float:left;
	background:url(../../img/box_3.png) left top no-repeat #000;
}

#wp_last{
	padding:0 1px;
}

#main .wrapper a {
	width:294px;
	height:93px;
	padding:0;
	margin:5px 15px 0 15px;
	display:block;
	text-indent:20px;

}

#main .wrapper span {
	display:none	
}

#know {
	background:url(../../img/know_1.png) no-repeat;
}

#know:hover {
	background:url(../../img/know_2.png) no-repeat;
}

#products {
	background:url(../../img/product_1.png) no-repeat;
}

#products:hover {
	background:url(../../img/product_2.png) no-repeat;
}

#support {
	background:url(../../img/support_1.png) no-repeat;
}

#support:hover {
	background:url(../../img/support_2.png) no-repeat;
}

/* 页脚 Footer */
#bottom {
	width:973px;
	margin:10px auto 0 auto;
	padding:1px;
	font-size:12px;
}

#bottom ul {
	float:right;
	margin:0;
	padding:0;
	width:300px;
}

#bottom ul li {
	float:left;
	border-right:1px solid #999999;
	margin:7px 5px;
	padding:0 5px 0 5px;
	height:12px;
	
}

#bottom ul li#last {
	border:none;
}

#bottom a {
	color:#ef0808;
	text-decoration:none;
	padding:0;
	margin:0;
	font-size:12px;
	height:12px;
}

#bottomWrapper {
	width:973px;
	height:26px !important;
	padding:1px;
	margin:15px 0 15px 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

#bottomWrapper p {
	float:left;
	padding:0;
	margin:0;
	line-height:27px;
	font-size:12px;
}

#copyright {
	text-align:center;
	margin:30px;
	padding:0;
}

#copyright p {
	padding:0;
	margin:0;
}

#copyright p a#first{
	padding:0 10px 0 5px;
	margin:0 5px 0 0;
	border-right:1px solid #CCCCCC;
}

#workTime {
	padding:0;
	margin:0;
}

#workTime p {
	text-align:center;
}

/* 

design by Fred Bu @ 2009.11.9
 
*/


/*index js*/
ul{
	list-style:none;
}

#focus_change {
	position:relative;
	width:980px;
	height:330px;
	background:#333;
	overflow:hidden;
	left:0;
	top:0;

}
 #focus_change_list { position:absolute; width:843px; height:990px; padding-left:3px;}
  #focus_change_list li { width:840px; height:330px;}
  #focus_change_list img{
	  padding:0;
	  margin:0;
	  clear:both;
  }
 #focus_change_btn {
	 position:absolute;
	width:120px;
	height:330px;
	left:845px;
}
  #focus_change_btn ul { padding-left:5px; }
  #focus_change_btn li { height:110px; }
  #focus_change_btn li img {border:2px solid #333; margin:auto 0; }

  #focus_change_btn .current img { border-color:#fff; }

