
/* 头部 */
.topinner{
	width: 1200px;
	margin:0 auto;
}
.topsearch{
	height: 98px;
	background-color: #fff;
}
.noviceheadimg{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	vertical-align:middle;
	float: left;
	/* 针对IE的Hack */
	line-height: 98px;
	*display: block;
	*font-size: 85px;/*约为高度的0.873，98*0.873 约为85*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	height: 98px;
}
.noviceheadimg img {
 /*设置图片垂直居中*/
 vertical-align:middle;
}
.mp_logo{
	width: 104px;
	height: 68px;
}
.comp_logo{
	height:48px;
	margin:0 0 0 8px;
}
.comp_name{
	max-width: 484px;
	max-height: 80px;
	display: block;
	font-size: 20px;
	color: #3e3a39;
	overflow: hidden;
}
.comp_name,.comp_name a,.comp_name span{
	line-height: 26px;
	vertical-align: middle;
}
.searchleft{
	float: left;
	width: 694px;
}
.comp_wrap {  
    display: table;     
    height:98px;  
    *position: relative;  
    overflow: hidden;  
    float: left;
    margin-left:10px;
}               
.comp_wrapinner {  
    vertical-align: middle;
    display: table-cell;
    *position: absolute;
    *top: 50%;
}  
.comp_wrapmiddle {  
    *position: relative;
    *top: -50%;
}
.comp_name a{
	display:inline-block;
	background-image: url(../img/iconw.png);
	background-repeat: no-repeat;
}
.comp_name a.purbao{
	background-position: center 0 ;
	width: 20px;
	height: 24px;
}
.comp_name a.purcheng{
	background-position: center -25px;
	width: 20px;
	height: 18px;
}
.comp_name a.purvip{
	background-position: center bottom;
	width: 20px;
	height: 20px;
}
.startout{
	height: 14px;
}
.startfont{
	font-size: 12px;
	color: #f29300;
	line-height: 14px;
}
.startbot,.startfont,.startout a{
	float: left;
}
.startout a img{
	display: block;
	width: 13px;
	height: 12px;
	margin:1px 0;
	margin-right: 2px;
}
.searchright{
	float: right;
	padding: 29px 0;
}
.searchout button{
	width: 105px;
	height: 40px;
	border: 1px solid #f29400;
	font-size: 16px;
	float: left;
	cursor: pointer;
}
.searchbtnnow{
	background-color: #f29400;
	color: #ffffff;
	margin-right:4px;
}
.searchbtnall{
	background-color: #fff;
	color: #f29400;
}
.searchout input{
	width: 270px;
	height: 38px;
	border: 1px solid #f29400;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	color: #727171;
}