
/***
	Banner
	***/
.banenr{
	overflow:hidden;
	position: relative;
	height:650px;
}

.bannerContent{
	/*width:100px;*/
	height:11px;
	position:absolute;
	bottom:30px;
	right:50%;
	margin-right:-50px;
}
.bannerContent a{
	background: url(../images/icon-index.png) no-repeat -260px 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	line-height: 0;

}
.bannerContent a.on{
	background: url(../images/icon-index.png) no-repeat -290px 0;

}

.bannerBox img{
	width:100%;
}

.bannerBox ul{
 	width:100%;
  }
!
.bannerBox li {
  width:100%;
  }

.bannerBox li a{
	display:block;
	height:650px;
}




/**
 * 数字多媒体
 */
.tsingdar_case{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	
}
.tsingdar_case .tsingdarList{
	width:1200px;
	position:relative;
	margin:5px 0;
	
}
.tsingdar_case  .tsingdarImg img{
	width:100%;
	height:100%;
	transition: all 0.2s;
}
.tsingdar_case  .tsingdarImg img:hover{
	transform: scale(1.2);
}
.tsingdarSeo{
	width:100%;
	position:absolute;
	padding:100px 50px;
	top:0;
	left:0;	
}
.tsingdarSeo h1{
	font-size:38px;
	font-family:Arial;
	color:#fff;
}
.tsingdarSeo .keywords{
	margin-top:10px;
}
.tsingdarSeo .keywords i{
	padding:10px;
	background:#0084AE;	
	color:#fff;
}
.tsingdarSeo .description{
	color:#ddd;
	font-size:16px;
	width:1000px;
	height:100px;
	background:url(../images/desc_bg.png);
	line-height:22px;
	padding:50px;
	border-radius:10px;
	border:1px solid #222;
	position:absolute;
	top:250px;
}

/**
* TAG
*/
#subSecond0 a{
	padding:2px 10px;
	background:#009DC0;
	margin:5px;
	color:#fff;
	font-size:14px;
	border-radius:30px;
}

/**
 * keywords
 */
.keywords i{
	color:#fff;
}