*{
    margin: 0;
    padding: 0;
}
.bannerwrap{
    height: 540px;
    width: 100%;
    border: 0px;
    margin: 0 auto;
    text-align: center;
		background:url(../images/ktvad/bn2000.jpg) no-repeat top center;
}
.rightccontent2 ul li {
	float:left;
	width:330px;
	margin-top:20px;
	height:100px;
	margin-left:5px;
}
.rightccontent2 {
	width:675px;
	float:left;
	margin-left:20px!important;
*margin-left:20px!important;
	_margin-left:10px;
}
.rightccontent2 ol li {
	float:left;
	width:670px;
	margin-top:20px;
	height:100px;
	margin-left:5px;
}
.ccimg11 {
	width:75px;
	float:left;
}
.ccimg21 {
	float:left;
  text-align: center;
  //position: relative;
  width: 875px;
  //margin: 0 auto;
  //overflow: hidden;	
}
.footer1{
    width: 100%;
    height: 150px;
    max-width: 1920px;
    min-width: 950px;
    margin: 0px auto;
    background: #f5f5f5;
    padding-top: 18px;
}
.footer1 .footer1-content{
    width: 950px;
    margin: 0px auto;
    text-align: center;
}
.hbanner {
	width:948px;
	height:150px;
	margin-top:2px;
}
.hbanner ul li {
	width:221px;
	float:left;
	height:150px;
	font-size:14px;
	color:#20520a;
	margin-left:20px;
}
.scene {
	width: 100% !important;
	height: 450px;
	background: url(../images/ktvad/scene.jpg) repeat-x;
	margin-top: 25px;
	animation-name: sceneMoveLeft;
	animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	overflow: hidden;
	}
@keyframes sceneMoveLeft {
	0%{background-position-x: 0px;}
	100%{background-position-x: -5420px}
}
.FontBold{
	font-size: 18px;    
	text-align: center;    
	font-weight: bold;
}