﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
.main
{
    background-color: #00376D;
    width: 1003px;
    height: 31px;
    text-align: center;
}

.hover
{
    cursor: pointer;
    border: 0px;
    background-repeat: no-repeat;
    margin: -7px 8px 0px 8px;
}
.searchBar
{
    width: 485px;
    height: 260px;
    background: url('../images/checkSelect01.png');
    background-repeat: repeat-x;
    position: absolute;
    padding: 0;
    overflow: hidden;
    top: 170px;
    left: 160px;
}
.searchBar ol
{
    text-align: center;
    position: relative;
    width: 200px;
    height: 260px;
    top: 0px;
    left: -155px;
}
.searchBar ol li
{
    width: 129px;
    height: 76px;
    margin: 2px;
    cursor: pointer;
}

.searchBarSelect
{
    width: 360px;
    height: 260px;
    position: absolute;
    padding: 0;
    overflow: hidden;
    top: 220px;
    left: 300px;
}
.inp2
{
    float: left;
    height: 27px;
    width: 140px;
    margin-top: 7px;
    margin-right: 10px;
    line-height: 27px;
    color: #666;
    border: 1px solid #d9d9d9;
    background: url(../images/mode_01.jpg) 135px center no-repeat;
    padding: 0 5px;
    font-size: 13px;
    cursor: text;
}
.inp3
{
    float: left;
    height: 27px;
    width: 220px;
    line-height: 27px;
    color: #4e4e4e;
    border: 1px solid #8d8d8d;
    padding: 0 5px;
    font-size: 14px;
    cursor: text;
}

.headBtn
{
    background: url(../images/HeadSelect.png) no-repeat;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    width: 81px;
    margin-top: 7px;
    border: none;
    cursor: pointer;
}
