html,body {
    background-color: #333333;
    width: 100%;
    height: 100%;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    color: #FFFFFF;
}
a {text-decoration: none;}

.layout{
    max-width: 1366px;
    /*max-height: 768px;*/
    min-width: 1000px;
    min-height: 562px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.bg{
    background: #666666 url('../images/back_img.jpg') no-repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
}

/*Top*/
.top{
    height: 35px;
    background-color: #333333;
    z-index: 1;
    position: relative;
    line-height: 35px;
}
.top ul{
    position: absolute;
    left:10px;
}
.top span.name{
    position: absolute;
    right: 82px;
    color: #E96233;
    font-size: 14px;
}
.top span.operation{
    position: absolute;
    right: 25px;
}

.top span.operation a{
    font-size: 12px;
    color: #ffffff;
}
.top li{
    display: inline;
}
.top li.f{
    color: #999999;
    font-weight:700;
}
.top li a{
    color: #999999;
    font-size: 12px;
    font-weight: 700;
    margin: 0 10px 0 9px;
}
.top li a:hover {
    text-decoration: underline;
}

/*main*/
.main{
    position: absolute;
    top:20%;
    left: 8%;
    width: 800px;
}
.main .logo{
    background: url("../images/logo.png") no-repeat scroll 0 0;
    background-size: 125px 48px;
    width: 127px;
    height: 48px;
    float: left;
    margin: 10px 10px 0 0;
}
.main .searchControls{
    float: left;
}
.main .searchControls .tabs{
    height: 22px;
}

.main .searchControls .tabs li{
    float: left;
    margin-right: 18px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 5px;
    cursor: pointer;
}

.main .searchControls .tabs li.focus{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #000000;
}

.main .searchForm{
    background: #ffffff;
    margin: 3px 0;
    /*position: relative;*/
}

/*通用搜索框*/
.main .searchForm input.input{
    font-size: 14px;
    height: 20px;
    padding: 6px 10px;
    border:none;
    float: left;
}
/*普通搜索框*/
.main .searchForm input.normal{
    width: 534px;
}

/*日期搜索框*/
.main .searchForm input.date{
    width: 251px;
}

.main .searchForm span{
    float: left;
    height: 36px;
    line-height: 36px;
    display: block;
    background: #ffffff;
    color: #A1A1A1;
}

.main .btnLayout{
    background: #ffffff;
    width: 32px;
    height: 32px;
    float: left;
}
.main .btnLayout input.btn{
    background: url('../images/search_butt.jpg') no-repeat scroll 0 0;
    width: 27px;
    height: 27px;
    border: none;
    margin-top: 2px;
    cursor: pointer;
}

.main .options{
    margin-top:10px;
}

/*bottom*/
div.bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.bottom div.list{
    background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    height: 40px;
    line-height: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000',endColorstr='#8C000000');
}
div.bottom div.list ul {

}
div.list ul li{
    display: inline-block;
    float: left;
    margin-left: 25px;
    width: 110px;
}
div.list ul li a{
    color: #FFFFFF;
}
div.list ul li a:hover{
    text-decoration: underline;
    color: #FF9900;
}

div.bottom div.footer {
    width: 100%;
    height: 35px;
    background: #333333;
    padding-left: 23px;
		line-height: 35px;
}
.clear{
    clear: both;
}