#search {
    height: 120px;
    position: relative;
    z-index: 62;
}

#search .container_box{
    height: 100%;
}

#search .img_box {
    text-align: center;
    width: 210px;
    float: left;
    margin-right: 100px;
    margin-top: 30px;
}

#search .img_box img {
    vertical-align: middle !important;
}

.input_box {
    float: left;
    margin-top: 30px;
}

.input_box .search-box {
    position: relative;
    width: 410px;
    display: inline-block;
    float: left;
}

.result_box {
    position: absolute;
    width: 100%;
    top: 71px;
    border: 1px solid #3dbb2b;
    border-top: none;
    background: #fff;
    z-index: 70;
    padding: 5px;
    display: none;
}

#fixed_search .result_box {
    top: 50px !important;
}

.result_box li {
    color: #333;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #F3F3F3;
    cursor: pointer;
    padding: 0 5px;
}

.result_box li:hover {
    background: #C4FFAA;
}

.input_box input[type=text] {
    width: 100%;
    *width: 400px;
    *margin-top: -1px;
    height: 42px;
    padding-left: 10px;
    color: #777;
    border: 1px solid #3dbb2b;
}

.search_btn {
    width: 80px;
    height: 42px;
    *height: 44px;
    background: #3dbb2b;
    cursor: pointer;
    border: none;
    font-size: 18px;
    color: #fff;
    float: left;
}

.input_box .hot {
    margin-top: 5px;
}

.input_box .hot a {
    color: #f52547;
    margin-right: 15px;
}

.gwc_box {
    overflow: hidden;
    margin-top: 30px;
}

.gwc_box img {
    margin-right: 5px;
}

.gwc_box .dd, .gwc_box .gwc {
    width: 140px;
    text-align: center;
    border: 1px solid #cecece;
    height: 42px;
    line-height: 42px;
}

.gwc_box .dd {
    width: 112px;
    margin-right: 10px;
    *line-height: 44px;
}

.gwc_box img {
    position: relative;
    top: -3px;
    *top: -2px;
}

.gwc_box .dd span, .gwc_box .gwc span {
    font-size: 14px;
    color: #777777;
}

.gwc_box .gwc .sl span {
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #3dbb2b;
    margin-left: 5px;
}

.gwc_box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.gwc_box p {
    text-align: right;
    margin-top: 10px;
}

.gwc_box p a {
    color: #bb8d2b;
    font-family: "宋体";
}

.search_show {
    display: none;
    width: 100%;
    *width: 404px;
    padding: 2px 3px;
    border: 1px solid #3DAC14;
    position: absolute;
    z-index: 65;
    background: #FFF;
    border-top: 0;
    top: 40px;
    left: 0;
}

.search_list {
    font-size: 14px;
    border-top: 1px solid #F3F3F3;
}

.search-hot a {
    color: #5E5E5E;
    padding-right: 12px;
}

.search-hot a:hover {
    color: #e70000;
}

.search_list li {
    color: #333;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #F3F3F3;
    padding: 0 5px 0 5px;
}

.search_list li.active {
    background: #C4FFAA;
}

.search_list li a {
    float: left;
    color: #8F8F8F;
    text-decoration: none;
    width: 100%;
}

.search_list li span {
    float: right;
    font-size: 12px;
    color: #8F8F8F;
}