﻿

/*头部开始*/
#searchbox{	
	height:auto;
    overflow: hidden;
}

#searchbox   .hbr_l{
    width: 92%;
    height: 100%;
    float: left;
    padding-left: 24px;
}
#searchbox   .hbr_l ul{
    margin-left: -2px;
}
#searchbox   .hbr_l ul.gg{
    margin-left: -10px;
    overflow: hidden;
}
#searchbox   .hbr_l ul.fast{
    margin-top: 9px;
}
#searchbox   .hbr_l ul.fast a.hover{
    padding: 0;
}
#searchbox   .hbr_l li{
    float: left;
    width: auto;
    text-align: center;
}
#searchbox   .hbr_l li span{
    color: #ccc;
}
#searchbox   .hbr_l li a{
    padding: 0 10px;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 12px;
    color:#000
}
#searchbox   .hbr_l .gg li  a{
    padding-right: 15px;
}
#searchbox   .hbr_l li a.hover{
    color: #ff2935;
    font-weight: 700;
}
#searchbox   .hbr_l li a:hover{
    color: #ff2935;
    font-weight: 700;
}
#searchbox   .hbr_l .input{
    height: 38px;
    border: 1px solid #c8c8c8;
    border-right: none;
    clear: both;
    zoom: 1;
    position: relative;
    margin-top: 5px;
}
#searchbox   .hbr_l .input input{
	width: 100%;
    height: 38px;
    font-size: 14px;
}
#searchbox   .hbr_l .input .submit{
    background-color: #2d8b0e;
	color:#FFF;
    width: 80px;
    height: 40px;
    background-image: url(../images/header_bottom_sou.png);
    position: absolute;
    right: 0;
    top: -1px;
    background-repeat: no-repeat;
    cursor:pointer;
}
/*头部结束*/