@CHARSET "UTF-8";
* {
	margin:0px;
	padding:0; 
	list-style:none;
}
body {
	text-align:center;
}
.container{
	position: relative;
}
.head-tool-bar-background{
	zoom: 1;
	width: 100%;
	height: 50px;
	min-width:1000px;
	background:  top center no-repeat;
	background-image: url(../images/head_tool_bar_background.png);
}
.main-background{
	zoom: 1;
	width: 100%;
	height: 830px;
	min-width:1000px;
	background:  top center no-repeat;
	background-image: url(../images/main_bg.jpg);
}
.content{
	font-family:Microsoft YaHei;
	font-size:14px;
	position: relative;
	width:1000px;	
	margin:auto;
	margin-top:-880px;	
}
.head-tool-bar{
	position: relative;
	height:50px;
	width:1000px;
	margin-top:0px; 
}
.head-tool-bar-title-text , .head-tool-bar-sethome-icon,  .head-tool-bar-sethome-text, .head-tool-bar-collect-icon, .head-tool-bar-collect-text{
	position:absolute;
  	bottom:20px;
	font-size:12px;
	color:#ffffff;
}
.head-tool-bar-title-text{
	left:22px;
}
.head-tool-bar-sethome-icon {
 	left:769px;
}

.head-tool-bar-sethome-text {
 	left:792px;
	cursor:pointer;
}

.head-tool-bar-collect-icon {
 	left:855px;
}

.head-tool-bar-collect-text {
 	left:878px;
	cursor:pointer;
}

.logobar {
	position: relative;
  	margin-top:304px;
  	width:1000px;
  	height:79px;
}

.logobar-img{
	position:absolute;
 	left:0px;
  	top:0px;
  	width:325px;
  	height:79px;
}
.search-class-indicate-container{
	position:absolute;
  	width:86px;
	left:390px;
	bottom:0px;
	z-index: 2;
}
.drop-down-list-indicate-open{
	position:absolute;
  	width:8px;
	height: 8px;
	left:476px;
	bottom:10px;
	z-index: 2;
	display: block;
	background:url('../images/xia.png');
	cursor:pointer;
}
.drop-down-list-indicate-close{
	position:absolute;
  	width:8px;
	height: 8px;
	left:476px;
	bottom:12px;
	z-index: 2;
	display: none;
	background:url('../images/shang.png');
	cursor:pointer;
}

.search-class-container{
	position:absolute;
 	left:390px;
  	top:79px;
  	width:86px;
	background: #ffffff;
	z-index: 2;
	border-top: 1px solid #bababa;
	display: none;
}
.search-class-item{
	position: relative;
	width:86px;
	height:32px;
	border: 1px solid #bababa;
	border-top:none;
	cursor: pointer;
}
.search-class-item:hover{
	background-color:#c8faff;
}

.search-tag-container{
	width:70px;  
    height:43px;  
	float:right;
	margin-left: 4px;
	cursor:pointer;
}
.search-tag-bg{
	position:absolute;
  	top:16px;
  	width:70px;
  	height:27px;
	opacity:0.5;
	background-color:#000000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.search-tag-text{
	position:absolute;
  	top:20px;
	width:70px;
  	height:27px;
	font-size:13px;
	color:#ffffff;
}
.search-input{
	position:absolute;
	left:486px;
  	bottom:0px;
	width:400px;
  	height:30px;
	font-size:16px;
	border-radius: 1px;
    border-width: 1px;
	border: 1px solid rgb(185, 185, 185);
	border-top-color: rgb(160, 160, 160);
	display:none;
}
.search-input:hover{
	border: 1px solid rgb(169, 169, 169);
 	border-top-color: rgb(144, 144, 144);
}
.search-input:focus{
 	outline:none; 
	border: 1px solid rgb(77, 144, 254);	
}
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset; 
}

.search-btn{
	position:absolute;
	right:0px;
  	bottom:0px;
	width:100px;
  	height:33px;
	font-size:16px;
	border: 0 none;
	background:url('../images/search_btn_bg.png');
}
.hotbar{
	position: relative;
	width:1000px;
  	height:115px;
	margin-top: 50px;
}
.hotbar-bg{
	position:absolute;
	width:1000px;
  	height:115px;
	opacity:0.75;
	background:#ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.hotbar-item-list-container
{
	position:absolute;
	width:980px;
  	height:81px;
	left:20px;
	top:17px;
}
.hot-item{
	width:60px;  
    height:81px;  
	float:left;
	margin-right: 29px;
}
.hot-icon-img{
	position:relative;
	top:0px;
	width:60px;  
    height:60px;  
	border:none;
}
.hot-icon-desc
{
	position:absolute;
	bottom:0px;
	width:60px;  
    height:21px;
	color:#808080;
}
.tab-bar{
	position: relative;
	margin-top: 13px;
	width:800px;
}
.bottom-title-container{
	position: relative;
	margin-top:23px;
}
.bottom-title-text{
	font-size:14px;
	position: relative;
	color: #808080;
}
