body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, button, input, td, header, aside {
    margin: 0;
    padding: 0
}
body{
    font-family: "Microsoft YaHei", Arial, Verdana, sans-serif, 宋体;
    background: #fff;
}
ul, ol {
    list-style: none
}
a {
    text-decoration: none;
    cursor:pointer;
    color: inherit;
}
a:hover {
    text-decoration: none;
    /*color: #2781cd;*/
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{
    content: '';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
/*顶部*/
.top{
    background: #f2f2f2;
    width: 100%;
    height: 32px;
}
.top-info{
    width: 1150px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    font-size: 12px;
    background: #f2f2f2;
}
.top-info ul{
    position: relative;
}
.top-info ul li{
    display: inline;
    float: right;
    height: 18px;
    line-height: 18px;
    margin-top: 7px;
    position: relative;
    width: 45px;
    text-align: right;
}
.top-info ul li:hover{
    color: #2781cd;
}
.border-r{
    border-right: 1px solid #898989;
    margin-right: 10px;
    padding-right: 10px;
}
.icon{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
}
.login span{
    background: url("../../images/login.png") no-repeat scroll 0 0;
    left: -7px;
}
.register span{
    background: url("../../images/register.png") no-repeat scroll 0 0;
    left: 5px;
}
.exit span{
    background: url("../../images/exit.png") no-repeat scroll 0 0;
    left: 5px;
}
.login:hover .login-icon{
    background: url("../../images/login-h.png") no-repeat scroll 0 0;
}
.register:hover .register-icon{
    background: url("../../images/register-h.png") no-repeat scroll 0 0;
}
.exit:hover .exit-icon{
    background: url("../../images/exit-h.png") no-repeat scroll 0 0;
}
/*头部*/
.layout{
    width: 1150px;
    margin: 0 auto;
}
.head-box{
    background: #fff;
}
.banner{
    display: block;
}
.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2781cd;
}
.nav li{
    float: left;
    display: inline;
    width: 14.285%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.nav li:hover{
    background: #50afff;
}
.current{
    background: #50afff;
}
/*底部*/
.bottom{
    font-size: 12px;
    background: #f5f5f5;
    border-top: 4px solid #2781cd;
    margin-top: 30px;
    text-align: center;
    color: #666666;
    padding-top: 20px;
}
.bottom-info{
    height: 20px;
    line-height: 20px;
}
.btm-img{
    margin: 10px 0 20px;
}

.union{
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}