﻿

 .logo{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 102;
}
#toptr{
	height: 36px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 103;	
}
#toptr li {
	float: left;
	height: 16px;
	padding: 0px;
	lline-height: 36px;
	color: #fff;
}
#toptr li a,#toptr li a:link{
	font-size: 14px; 
	color: #fff;
	line-height: 36px;
	text-shadow:2px 1px 1px #000,2px 2px 3px #693300;
}
#toptr li a:visited{
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
#toptr li a:hover{
	font-size: 14px;
	line-height: 36px;
	color: #ff0000;
}
#toptr li.spacer {
	width: 3px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	color: #fff;
}
#header{
	height:101px;
	background-color: #e22323;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e22323;	
}
#header .nav{
	margin-top: 15px;
	margin-bottom: 15px;
}
#header .nav li{
	float: left;
	padding: 0 26px;
	position: relative;
	text-align: center;
}

#header .nav .line{
	/* background-image: url(images/nav_line.png);
	background-repeat: no-repeat;
	background-position: right bottom; */
}
#header .nav .line2{
	background-image: url(images/nav_line2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header .nav .line3{
	background-image: url(images/nav_line3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header .nav li >a{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	width: 98px;
	height: 35px;
	line-height: 35px;
	display: block;
	cursor: pointer;
	font-weight: normal;
}
#header .nav li >a:hover{
	color: #fff000;
}
#header .nav li >a.click{

	color: #fff000;
	
}


#playBox {
	height: 339px;
	position: relative;
	overflow: hidden;

}

#playBox .over_banner {
	position: absolute;
    left: 50%;
    bottom:0px;
	width:900px;
	height:80px;
	margin-left:-450px;
    z-index: 999;

}



.search_area{ width:800px; height:48px;	padding-left:38px; position:relative;}
.ss_inp{
	width:700px;
	line-height:48px;
	height:48px;
	vertical-align:middle;
	display:block;
	float:left;
	color:#1f1f1f;
	font-size:18px;
	background:rgba(255, 255, 255, 0.6);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/icon_search.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-indent: 46px;
}
#search_btn a{
	width:100px;
	height:48px;
	line-height:48px;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	font-weight:400;
	display:block;
	float:left;
	background-color: #000000;
	background-image: url(images/icon_arrowright.png);
	background-repeat: no-repeat;
	background-position: 68px center;
	text-indent: 20px;
}
#search_btn {color:#fff;}
#search_btn a:hover{color:#fff3c4;background-color: #95030d;
	background-image: url(images/icon_arrowright.png);
	background-repeat: no-repeat;
	background-position: 68px center;}



#solid{
	width:100%;
	height:339px;
	clear:both;
	margin-top:0px;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:339px;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:339px;
	
	display:none;
	cursor:pointer;
}
#solid #btt{
	width:900px;
	height:55px;
	top:270px;
	left:50%;
	position:relative;
	margin-left:-452px;
}
#solid #btt span{
	position:absolute;
	top:15px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#3d3d3d;
	z-index:100;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE�˾���͸����50%*/
	-moz-opacity:0.7; /*Firefox˽�У�͸����50%*/
	opacity:0.7;/*������͸����50%*/
}
#solid .img1{
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#solid .img2{
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#solid .img3{
	background-image: url(images/banner3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#solid .img4{
	background-image: url(images/banner4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#solid .img5{
	background-image: url(images/banner5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}