.topbanner { 
	background-image:url(image/bannerbg.jpg);
	background-repeat:no-repeat;
	/*height:757px;*/ 
	background-position:top center
}
.topbanner .innerdata{
	width:1200px; 
	margin:auto; 
}
.topbanner .innerdata .logo{
	margin-top:20px;
}

.topbanner .innerdata .searchbox{
	 display: table;
	background-image:url(image/searchbg.png);
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top:36px;
	margin-bottom:60px; 
	min-height:130px;
	padding:15px
}
.topbanner .innerdata .searchbox td{
	font-size:19px;	
	color:#FFF;
	padding:8px;
}
.topbanner .innerdata .searchbox .form-control{
	border-radius:4px !important;
}
.topbanner .innerdata .searchbox .btn-search{
	background-color:#fd0600;
	border-radius:5px !important;
	font-size:17px;
	width:100%	
}
.topbanner .innerdata .searchbox .btn-search:hover{
	color:#FFF
}

.catetype{
	text-align:center;
	font-size:25px;
	font-weight:bold; 
}

.catetype a{
	display:block;
	float:left;
	background-image:url(image/itembg.png);
	color:#ffffff;
	width:195px;
	line-height:68px;
	height:68px;
}
.catetype a:hover{
	background-image:none;	
	background-color:#ff0000
}
.catetype .line1{
	width:515px;
	margin:auto;
	height:68px;	
	margin-top:50px;
}
.catetype .line2{
	width:690px;
	margin:auto;
	height:68px;	
	margin-top:36px
}

.catetype .line1 span{
	display:block;
	float:left;
	width:120px;
	height:68px;
}
.catetype .line2 span{
	display:block;
	float:left;
	width:50px;
	height:68px;
}