@charset "utf-8";
	
	#kv ,
	#slide{
		width:948px;
		height:372px;
		overflow:hidden;
		
	}
	
	#kv {
		border:1px solid #d1d1d1;
		position:relative;
		z-index:10;
		margin-bottom:23px;	
		
	}
	
	#slide {
		position:relative;
		z-index:5;
		background:#FFF;		
	}
	
	#slide_btn {
		position:absolute;	
		bottom:20px;
		right:30px;
		z-index:10;
	}
	
	#slide_btn  > a {
		display:block;
		background:url(../../images/icon.png) 0px -15px;
		width:19px;
		height:19px;
		float:left;
		margin-left:10px;
	}
	
	#slide_btn  > a:hover,
	#slide_btn  > a.activeSlide{
		background-position:-20px -15px;	
	}
	
	#kv_shadow {
		background:url(../../images/index/kv_shadow.png) center center;
		width:1074px;
		height:17px;
		position:absolute;
		left:50%;
		margin-left:-537px;
		top:453px;
		z-index:10;
	}
	
	#primary {
		overflow:hidden;
		margin-bottom:20px;
	}
	
	#primary,
	#primary > li,
	#app li,
	#app ul {
		padding:0px;
		margin:0px;
		list-style:none;	
	}
	
	#primary > li {
		float:left;
	}
	
	#primary > li#news{
		width:190px;
	}
	
	
	#primary > li#app{
		width:560px;
		margin-left:15px;
		height:auto;
		overflow:hidden;
	}
	
	#primary > li#link{
		float:right;
		width:170px;	
	}
	
	#primary .title{
		background:url(../../images/index/title_bg.png);
		height:38px;
		position:relative;
		color:#FFF;
		font-size:14px;
		line-height:38px;
		padding-left:25px;
		margin-bottom:10px;
	}
	
	#primary .title > div {
		background:url(../../images/icon.png) -24px 0px;
		width:10px;
		height:13px;
		position:absolute;
		top:13px;
		left:10px;		
	}
	
	#primary .title > a {
		position:absolute;
		top:0px;
		right:10px;
		font-size:12px;
		color:#bebebe;
	}
	
	#news_list {
		
	}
	
	#news_list > a {
		display:block;
		font-size:12px;	
		border-bottom:1px solid #aeaeae;
		padding:3px 0px;
	}
	
	#news_list > a > div {
		width:100%;
		overflow:hidden;
	}
	
	#news_list > a > .news_title{
		color:#393939;
		font-weight:bold;
		line-height:1.5em;
		height:1.5em;
	}
	
	#news_list > a > .news_content{
		color:#666;
		line-height:1.5em;
		height:3em;
		
	}
	
	#news_list > a:hover > .news_content{
		color:#f29600;
		text-decoration:underline;	
	}
	
	
	
	#app_list,
	#app_list > li {
		width:590px;
		height:175px;
		overflow:hidden;
	}
	
	#app_list {
		
	}
	
	#app_list > li {
		
	}
	
	#app_list .app_item{
		margin-left:-13px;
	}
	
	#app_list .app_item > li {
		border:1px solid #a7a7a7;
		width:176px;
		height:173px;
		float:left;
		margin-left:13px;
	}
	
	#app_list .app_item > li:hover{
		border:1px solid #f29600;
	}
	
	
	#app_list .img {
		display:block;
		width:158px;
		height:128px;
		border:1px solid #a7a7a7;
		overflow:hidden;
		margin:10px auto 5px;			
	}
	#app_list .img img{
		width:158px;
		height:128px;		
	}
	
	#app_list .app_title{
		height:1em;
		line-height:1em;
		text-align:center;
		color:#595959;
		font-weight:bold;
			
	}
