
.iconfont { font-family: 'iconfont'; }

.clearfix:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.container {
    width: 1200px;
    margin: 0 auto;
}

.min-height {
    min-height: 500px;
}

/*头部样式*/
.header {
    height: 80px;
    border-bottom: 3px solid #207bee;
    min-width: 1200px;
}

.header .header-left {
    float: left;
    max-width: 450px;
}

.header .header-left .header-logo {
    float: left;
    width: 180px;
    height: 64px;
    margin: 8px 0 0 0;
    /*background: url(/hotel_assets/images/hgg_logo.png) left top no-repeat;*/
    overflow: hidden;
}

.header .header-left .header-logo img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.header .header-left .header-slogan {
    float: left;
    margin: 28px 0 0 20px;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    line-height: 24px;
}

.header .header-right {
    float: right;
    max-width: 600px;
}

.header .header-right .header-login {
    margin: 28px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.header .header-right .header-login a {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 24px;
    color: #207bee;
    font-weight: bold;
}

.header .header-right .header-login a:hover {
    color: #ff9515;
}

.header .header-right .header-login .iconfont {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    vertical-align: top;
    margin: 4px 0 0 2px;
    font-weight: normal;
}

.header .header-right .header-topbar {
    margin: 28px 0 0 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.header .header-right .header-topbar .mg-lr-10 {
    color: #dbdbdb;
    margin: 0 10px;
}

.header .header-right .header-topbar a {
    color: #666;
}

.header .header-right .header-topbar a:hover {
    color: #ff9515;
}

.header .header-right .header-topbar .iconfont {
    vertical-align: middle;
    font-size: 15px;
    color: #999;
    margin: 0 4px 0 0;
}


.footer {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 50px 0;
    background: #404347;
    min-width: 1200px;
}

.footer h3 {
    margin: 0 0 10px 0;
    color: #ccc;
    font-size: 20px;
    text-align: center;
}

.footer h3 small {
    margin: 0 0 0 10px;
}

.footer h3 i.iconfont {
    margin: 0 10px 0 0;
    font-size: 22px;
}

.footer p {
    text-align: center;
    color: #ccc;
    font-size: 14px;
}
