@charset "utf-8";
body {
	background: url(../../images/index/index_bg.jpg) top center no-repeat;
}
#kv_area {
	width: 1000px;
	height: 394px;
	margin: 0px auto;
	position:relative;
	overflow:hidden;
	z-index:50;	
}

#kv_area > #kv{
	width: 999px;
	height: 394px;
	overflow:hidden;
}

#kv_area > #hover_area{
	position:absolute;
	width:100%;
	height:70px;
	bottom:0px;
	left:0px;
	z-index:4999;
	cursor:pointer;
	background: url(../../images/index/slider_arrow.png) center 49px no-repeat;
	
}

#kv_area > #hover_area.this{
	background:none;
}

#kv_area > #slider_bar{
	position:absolute;
	width:100%;
	height:70px;
	background:url(../../images/index/slider_bar_bg.png);
	bottom:-70px;
	left:0px;
	z-index:5000;	
}

#slider_bar > img {
	position:absolute;
	top:-4px;
	left:403px;	
}

#slider_bar > ul {
	overflow:hidden;	
	width:100%;
	text-align:center;
	padding-top:10px;
}

#slider_bar > ul > li{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:109px;
	height:57px;	
	filter:alpha(opacity=50);   /* old IE */	
	-moz-opacity:0.5;          /* Moz + FF */
	opacity:0.5; 	
	margin:0px 5px;
	
}

#slider_bar > ul > li:hover,
#slider_bar > ul > .activeSlide{
	filter:alpha(opacity=100);   /* old IE */	
	-moz-opacity:1;          /* Moz + FF */
	opacity:1; 
	
}


#app_area {
	width: 1025px;
	height: 103px;
	margin: 0px auto;
	position:relative;
	z-index:40;
}
#app_area > ul {
	background: url(../../images/index/news_bar_bg.png);
	overflow: hidden;
	width: 1014px;
	height: 103px;
	margin-left: 11px;
}
#app_area > ul > li {
	float: left;
	
	position:relative;
}
#app_area > ul > li > a {
	display: block;
	position: relative;
	width: 247px;
	height: 89px;
	overflow: hidden;
	margin-right:2px;
	
}

#app_area > ul > li > img {
	position:absolute;
	top:0px;
	right:0px;	
}


#primary {
	width: 950px;
	margin: 0px auto 30px auto;
	overflow: hidden;
	padding-top: 10px;
}
#primary > li {
	float: left;
}
#product_area {
	width: 400px;
	margin-right: 40px;
}
#primary .primary_title {
	font-size: 15px;
	margin-bottom: 10px;
}
#product {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
#product_img {
	position: relative;
	float: left;
	width: 165px;
	height: 150px;
	overflow: hidden;
}
#product_content {
	float: right;
	width: 200px;
	margin-left: 10px;
}
#product_title {
	color: #115599;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#product_sub_title {
	color: #115599;
	margin-bottom: 5px;
}
#product_content_text {
	color: #999;
	font-size: 11px;
	margin-bottom: 3px;
	line-height: 1.2em;
}
#product_content > a {
	font-size: 11px;
	color: #115599;
}
#product_page {
	text-align: right;
}
#product_page > li {
	display: inline-block;
 *display:inline;
	zoom: 1;
}
#product_page > li > a {
	display: block;
	width: 20px;
	height: 23px;
	color: #a7185a;
	line-height: 23px;
	text-align: center;
}
#product_page > li:hover > a,  #product_page > .this > a {
	background: url(../../images/icon.png) 0px -30px repeat-x;
	color: #FFF;
}
#products_area {
	width: 220px;
	margin-right: 40px;
}
#service_area {
	width: 230px;
	position: relative;
}
#service_area > img {
	position: absolute;
	left: -25px;
	top: 0px;
}
