﻿#top{
    height: 30px;
    background-color: #EEE;;
}
#top-body{
    width: 1200px;
    margin: 0 auto;
}
.top-right{
    width: 600px;
    float: right;
}
.top-item{
    color: #727171;
    line-height: 30px;
    float: right;
    margin-left: 40px;
}
.top-item img{
    vertical-align:middle;
}

#header{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
}
.header-left{
    float: left;
}
.header-right{
    float: right;
}
.logo{
    width: 224px;
    height: 59px;
    border-right: 1px #ccc solid;
    margin-top: 20px;
    float: left;
    background-image: url("../Images/logo.png");
}
.curCity{
    float: left;
    font-size: 18px;
    width: 224px;
    height: 20px;
    margin-top: 50px;
    vertical-align:bottom;
    margin-left: 8px;
}
.search{
    width: 600px;
    height: 35px;
    margin-top: 26px;
    background-image: url("../Images/searchBg.png");
}
#search-input {
    border: none;
    height: 35px;
    width: 505px;
    padding-left: 10px;
    background: none;
}
#search-btn {
    height: 35px;
    width: 80px;
    border: none;
    cursor: pointer;
    background: none;
    cursor: pointer;
}
.position-list a{
    font-size: 14px;
    margin-right: 10px;
}
#chanel{
    height: 35px;
    line-height: 35px;
    color: #eee;
    font-size: 14px;
    background-color: #303a40;
}
.chanel-body{
    width: 1200px;
    margin: 0 auto;
}
.chanel-left{
    width: 250px;
    line-height: 35px;
    float: left;
    text-align: center;
}
.chanel-right{
    width: 400px;
    line-height: 35px;
    float: right;
}
.chanel-right a{
    margin-left: 40px;
}
#banner{
    font-size: 14px;
    height: 300px;
    background: url("../Images/banner.png") no-repeat;
    background-position: center -50px;
}

.banner-body{
    width: 1200px;
    margin: 0 auto;
}
.banner-left{
    float: left;
}
.banner-right{
    width: 250px;
    height: 260px;
    float: right;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
    -moz-opacity:0.9; /*Firefox私有，透明度50%*/
    opacity:0.9;/*其他，透明度50%*/
}
.login-title{
    font-size: 14px;
    color:#e83428;
    margin-top: 15px;
    margin-left: 20px;
}
.login-input{
    margin-top: 15px;
    margin-left: 20px;
    height: 35px;
}
.login-input input{
    width: 200px;
    height: 33px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding-left: 8px;
}
.login-valid{
    margin-top: 15px;
    margin-left: 20px;
    height: 35px;
}
.login-valid input{
    width: 90px;
    height: 33px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding-left: 8px;
}
.valid-input{
    float: left;
}
.valid-img{
    float: right;
    margin-right: 20px;
}
.login-btn{
    width: 208px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 5px;
    border: 1px #d11421 solid;
    background-color: #e82b37;
    cursor: pointer;
}

#content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}