body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	background-image: url(../images/bg_intro.jpg);
	background-repeat:no-repeat;
	height:100%;
	margin:0px auto;
	width:100%;
	}
.intro {
	width: 960px;
	height: 567px;
	background-position:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: auto;
	}
.images_intro {
	width: 960px;
	height: 471px;
	background:url(../images/bg_intro1.png);
	background-repeat:no-repeat;
	margin:auto;
	}
.images-sile {
	width: 830px;
	height: 404px;
	padding:17px 78px 0px 55px ;
	}
.logo_intro {
	width: 412px;
	height: 76px;
	margin:auto;
	padding-bottom:12px;
	}
.enter {
	width: 960px;
	height: 28px;
	margin:auto;
	text-align:center;
	padding: 3px 0px 0px 0px ;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none
	}
.copyright {
	margin:auto;
	padding-top:10px;
	}


#slider {
	position: relative;
	/* [disabled]width: 100%; */
	overflow: hidden;
	height: 100%;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}
.prev-link, .next-link {
	display: block;
	width: 24px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 300;
	top: 220px;
}
.prev-link:hover {
	background-image: url( ../images/prev-h.png );
}
.next-link:hover {
	background-image: url( ../images/next-h.png );
}
.prev-link {
	left: 0px;
	background-image: url( ../images/prev.png );
}

.next-link {
	background-image: url( ../images/next.png );
	right: 0px;
}
#slider img {
	width: 830px;
	height: 404px;
}
.color_2
{
	color:#333333;
	text-decoration:none
}
a:link.color_2 {
	color: #333333;
}
a:visited.color_2 {
	color: #333333;
}
a:hover.color_2 {
	color: #F97101;
}
