@charset "utf-8";
/* CSS Document */
a{color:#666; text-decoration:none;}
.tab_title a:hover {}
ul, li { list-style: none; }

.tab {
  width: 900px;
  margin:-40px auto;
  border:0px solid red;
}
.tab-title {
  height: 50px;
  font-size:16px;
  margin-left:20px;
}
.tab-title a{
	height:100px;
	display:block;
	position:relative;

}
.tab-title a img{
	position:absolute;
	top:50%;
	margin-top:6px;
	left:30px;
	display:none;
}
.tab-title .item {
  display: inline-block;
  width: 100px;
  height: 42px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  border:0px solid red;
  margin-left:10px;
  float:left;
}

.tab-title .item-cur {
	background-image:url(../images/red.png);
	background-repeat:no-repeat;
	background-position:40px 32px;
	
}
.tab-cont {
	margin:-8px auto;
	width: 800px;
 	height: 50px;
	border:0px solid red;
	background-color:#fff;
	
}
.tab-cont__wrap{
	border:0px solid blue;
	overflow:hidden;
}
.tab-cont .item {
	margin-left:0px; 
	margin-top:0px;
  	width: 800px;
  	height: 50px;
  	line-height:50px;
  	color: #333;
  	border:0px solid black;
}
.second{
	margin-top:100px;
}

.searchfm{
	width:800px;
	height:50px;
	border:0px solid green;
	position:absolute;
	
}

.search-text{
	width:500px;
	height:50px;
	line-height:50px\9;
	text-indent:10px;
	font-size:16px;
	border:none;
	outline:none;
}
.search-button{
	width:100px;
	height:50px;
	border:none;
	background-color:#ff3c26;
	float:right;
	color:#fff;
	font-size:16px;
	
}








