@charset "utf-8";
/*!
 * Global v1.5
 * Copyright 2012 Wintour, Inc.
 * Author : kevin.xiao@wintour.cn
 * Date : 10/25/2012
 */

/******************************
* General
******************************/
body {
    /* font format {
     *  \5b8b\4f53: "SimSun"
     *  \9ED1\4F53: "Hei"
     *  \5FAE\8F6F\96C5\9ED1: "Microsoft YaHei"
     *  \5FAE\x8F6F\6B63\9ED1\4F53: "Microsoft JhengHe"
     * }
     */
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    background: #5d79c2 url(/images/body-repeat.png) repeat-x 0 0;
}

/**
 * Link
 */
a {
    color: #9f5316;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited,
a:active {
    outline: none;
}

/**
 * Text ellipsis
 */
.fn-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    _width: 100%;
    word-wrap: normal
}

/**
 * Sprite
 */
/* icon */
.icon,
.ui-slide-trigger a,
.book-entrance .btn-order-search,
.scroll-offer .scroll-trigger,
.fancybox-close,
.aside-nav a,
.ui-sidebar .aside-top,
.ui-sidebar .aside-btm,
.images-switch-without-title .prev,
.images-switch-with-title .prev,
.images-switch-without-title .next,
.images-switch-with-title .next,
.ui-tab-trigger,
.ui-tab-corner,
.compare-bar .mini,
.compare-bar .close,
.resv-step-nav .step-num,
.table-ture {
    background-image: url(/images/images-packs.png);
    background-repeat: no-repeat;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.icon-calendar {
    width: 15px;
    height: 16px;
    background-position: -176px 0;
}

/* btn */
.ui-btn {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
.ui-btn i,
.ui-btn span {
    background-image: url(/images/btn-packs.png);
}
.ui-btn i {
    display: block;
    position: absolute;
    top: 0;
    width: 5px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ui-btn .ui-btn-left {
    left: 0;
}
.ui-btn .ui-btn-right {
    right: 0;
}
.ui-btn span {
    display: block;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    white-space: nowrap;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    background-repeat: repeat-x;
}
.ui-btn:hover,
.ui-btn:hover span {
    text-decoration: none;
}

/* large emphasize */
.btn-large-emphasize,
.btn-large-emphasize i,
.btn-large-emphasize span {
    height: 39px;
}
.btn-large-emphasize .ui-btn-left {
    background-position: 0 0;
}
.btn-large-emphasize .ui-btn-right {
    background-position: 0 -39px;
}
.btn-large-emphasize span,
.btn-large-primary span {
    color: #783f01;
    font-size: 14px;
    line-height: 39px;
    background-position: 0 -536px;
}

.btn-large-emphasize:hover .ui-btn-left {
    background-position: 0 -78px;
}
.btn-large-emphasize:hover .ui-btn-right {
    background-position: 0 -117px;
}
.btn-large-emphasize:hover span {
    background-position: 0 -575px;
}

/* large primary */
.btn-large-primary,
.btn-large-primary i,
.btn-large-primary span {
    height: 41px;
}
.btn-large-primary .ui-btn-left {
    background-position: 0 -156px;
}
.btn-large-primary .ui-btn-right {
    background-position: 0 -197px;
}
.btn-large-primary span {
    background-position: 0 -614px;
    line-height: 41px;
}

.btn-large-primary:hover .ui-btn-left {
    background-position: 0 -238px;
}
.btn-large-primary:hover .ui-btn-right {
    background-position: 0 -279px;
}
.btn-large-primary:hover span {
    background-position: 0 -655px;
}

/* emphasize */
.btn-emphasize,
.btn-emphasize i,
.btn-emphasize span,
.btn-primary,
.btn-primary i,
.btn-primary span {
    height: 27px;
}
.btn-emphasize .ui-btn-left {
    background-position: 0 -320px;
}
.btn-emphasize .ui-btn-right {
    background-position: 0 -347px;
}
.btn-emphasize span,
.btn-primary span {
    color: #7f6234;
    line-height: 27px;
    background-position: 0 -696px;
}

.btn-emphasize:hover .ui-btn-left {
    background-position: 0 -374px;
}
.btn-emphasize:hover .ui-btn-right {
    background-position: 0 -401px;
}
.btn-emphasize:hover .ui-btn-text {
    background-position: 0 -723px;
}

/* primary */
.btn-primary .ui-btn-left {
    background-position: 0 -428px;
}
.btn-primary .ui-btn-right {
    background-position: 0 -455px;
}
.btn-primary .ui-btn-text {
    background-position: 0 -750px;
}

.btn-primary:hover .ui-btn-left {
    background-position: 0 -482px;
}
.btn-primary:hover .ui-btn-right {
    background-position: 0 -509px;
}
.btn-primary:hover .ui-btn-text {
    background-position: 0 -777px;
}

/* OLD */
/* Hide legend */
.form legend {
    display: none;
}

/* Status */
.form-error,
.form-wran,
.form-required,
.red {
    color: #c00;
}
.form-error {
    display: none;
}

/* Textarea */
.textarea {
    padding: 2px 3px;
    resize: none;
    background: #fff;
    border: 1px solid #ccc;
    overflow: auto; /* IE6/7/8/9/10 default is scroll */
}
/* Verification */
.text-error-info {
    color: #e3331b;
}
/**
 * Table
 */
.table td,
.table th {
    border: #ccc 1px solid;
}

.book-entrance .ui-select,
.book-rooms-num,
.choose-rooms-num {
    width: 55px;
}
/******************************
* Layout
******************************/
.ui-wrapper {
    width: 100%;
    height: 100%;
}
.ui-header,
.ui-main,
.slide-wrapper,
.ui-footer {
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
}
.ui-header {
    position: relative;
    height: 140px;
    background: url(/images/background-header.png) no-repeat 50% 0;
    z-index: 999;
}
.ui-main {
    margin-bottom: 30px;
    padding: 0 156px 38px;
    width: 988px;
    background-color: #fff;
}
.ui-footer {
    padding: 20px 0 35px;
    width: 976px;
    text-align: center;
    color: #fff;
}
/* single page */
.single-page .ui-content {
    width: 100%;
}
/* without slide page */
.without-slideshow .ui-header{}

/******************************
* Preset
******************************/
/**
 * @title: input packs
 * @description: all types
 */
/* Status */
select,
textarea,
.ui-input,
input[type='text'],
input[type='password'] {
    margin: 0;
    padding: 2px 4px;
    height: 18px;
    line-height: 18px;
    background-color: #fff;
    border: #7f9db9 1px solid;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
select {
    padding: 0 0 0 4px;
    height: 24px;
}
textarea:focus,
input:focus,
input[type='text']:focus,
input[type='password']:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/**
 * @title: ui-form
 * @description: general form
 * @required: ui-input, ui-textarea, ui-btn
 */
.ui-form-required {
    margin-right: 3px;
    color: #f00;
    vertical-align: middle;
    font-family: '\5b8b\4f53';
}
.ui-form-help {
    display: none;
}
.ui-form-tips {
    color: #999;
}

/* status */
/* error */
.ui-form-error .checkbox,
.ui-form-error .radio,
.ui-form-error input,
.ui-form-error select,
.ui-form-error textarea {
    color: #f00;
    border-color: #f00;
}
.ui-form-error .checkbox:focus,
.ui-form-error .radio:focus,
.ui-form-error input:focus,
.ui-form-error select:focus,
.ui-form-error textarea:focus {
    border-color: #f00;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}
.ui-form-error .ui-label,
.ui-form-error .help-block,
.ui-form-error .help-inline,
.ui-form-error .ui-form-help {
    color: #f00;
    vertical-align: middle;
}
.ui-form-error .help-inline {
    margin-left: 5px;
}

/* success */
.ui-form-success .checkbox,
.ui-form-success .radio,
.ui-form-success input,
.ui-form-success select,
.ui-form-success textarea {
    color: #468847;
    border-color: #468847;
}
.ui-form-success .checkbox:focus,
.ui-form-success .radio:focus,
.ui-form-success input:focus,
.ui-form-success select:focus,
.ui-form-success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}

.ui-form-success .ui-label,
.ui-form-success .help-block,
.ui-form-success .help-inline,
.ui-form-success .ui-form-help {
    color: #468847;
}

/* warning */
.ui-form-warning .checkbox,
.ui-form-warning .radio,
.ui-form-warning input,
.ui-form-warning select,
.ui-form-warning textarea {
    color: #c09853;
    border-color: #c09853;
}

.ui-form-warning .checkbox:focus,
.ui-form-warning .radio:focus,
.ui-form-warning input:focus,
.ui-form-warning select:focus,
.ui-form-warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e;
}
.ui-form-warning .ui-label,
.ui-form-warning .help-block,
.ui-form-warning .help-inline,
.ui-form-warning .help-inline {
    color: #c09853;
}

/**
 * Tab
 */
.ui-tab-trigger {
    position: relative;
    margin-bottom: 10px;
    padding: 0 30px;
    height: 35px;
    background-position: 0 -474px;
    background-repeat: repeat-x;
}
.ui-tab-trigger a,
.ui-tab-trigger a:visited,
.ui-tab-trigger a:hover {
    text-decoration: none;
}
.ui-tab-corner {
    position: absolute;
    top: 0;
    width: 10px;
    height: 35px;
    overflow: hidden;
}
.ui-tab-corner-left {
    left: 0;
    background-position: -44px -261px;
}
.ui-tab-corner-right {
    right: 0;
    background-position: -54px -261px;
}
.ui-tab-trigger li {
    float: left;
    margin-right: 2px;
    margin-bottom: -1px;
    line-height: 23px;
}
.ui-tab-trigger li a {
    display: block;
    padding: 6px 15px;
    line-height: 23px;
    border: transparent 1px solid;
    cursor: pointer;
}
.ui-tab-trigger .ui-tab-trigger-current a {
    margin-top: -4px;
    height: 27px;
    color: #333;
    cursor: default;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px 1px 0;
    border-style: solid;
}
.ui-tab-ctnr-item {
    display: none;
}

/******************************
* Header
******************************/
/**
 * logo
 */
.logo{
    position: absolute;
    left: 150px;
    top: 10px;
}
.logo a {
    display: block;
}
.logo a img{
    display: block;
}
/**
 * Toolbar
 */
.toolbar {
    position: absolute;
    top: 35px;
    right: 0;
    color: #9f5316;
}
.toolbar a {
    display: inline-block;
}
.follow .icon-sina-weibo {
    margin-left: 10px;
    width: 20px;
    height: 16px;
    background-position: -176px -49px;
    vertical-align: top;
}
.online-pay,
.follow {
    margin-right: 36px;
}
#member-entrance {
    display: none;
}

.weather {
    position: absolute;
    top: 30px;
    left: 650px;
}

/**
 * Navigation
 */
.ui-nav {
    position: absolute;
    left: 0;
    top: 102px;
    padding: 0 139px;
    width: 1022px;
    background-color: #cccccc;
    border-bottom: #fff 1px solid;
}
.ui-nav ul {
    margin: 0 auto;
    padding: 0 1px;
    width: 999px;
    background-color: #fff;
}
.ui-nav li {
    margin-right: 1px;
    float: left;
    width: 124px;
    position: relative;
}
.ui-nav dl {
    position: absolute;
    left: -1px;
    width: 100%;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    z-index: 999;
    display: none;
}
.ui-nav li:hover dl {
    display: block;
}
.ui-nav li a {
    border-bottom: 1px solid #FFF;
}
.ui-nav li.last {
    margin-right: 0;
}
.ui-nav a {
    display: block;
    width: 100%;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    color: #fff;
}
.ui-nav .nav-about a {
    background-color: #b4a387;
}
.ui-nav .nav-room a {
    background-color: #5d79c2;
}
.ui-nav .nav-dining a {
    background-color: #f88e1e;
}
.ui-nav .nav-meeting a {
    background-color: #adb63d;
}
.ui-nav .nav-facility a {
    background-color: #ceba67;
}
.ui-nav .nav-location a {
    background-color: #6f9a7b;
}
.ui-nav .nav-photo a {
    background-color: #d37da0;
}
.ui-nav .nav-offer a {
    background-color: #d66;
}
.ui-nav a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1;
}

/**
 * slide
 */
.slide-wrapper,
.ui-slide {
    position: relative;
    width: 1300px;
    height: 455px;
}
.ui-slide {
    overflow: hidden;
    z-index: 1;
}
.ui-slide .ui-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.ui-slide .ui-slide-item img{
    display: block;
}
/* trigger */
.ui-slide .ui-slide-trigger {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 3;
    text-align: center;
}
.ui-slide-trigger a {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    color: #23396b;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    background-position: -22px -175px;
    overflow: hidden;
}
.ui-slide-trigger a:hover ,
.ui-slide-trigger a.active {
    color: #fff;
    text-decoration: none;
    background-position: 0 -175px;
}
.ui-slide-step a {
    position: absolute;
    top: 166px;
    width: 37px;
    height: 37px;
    text-indent: -999em;
    background-image: url(/images/button-slideshow-packs.png);
    background-repeat: no-repeat;
}
.ui-slide-step .btn-prev {
    left: 15px;
    background-position: 0 0;
}
.ui-slide-step .btn-next {
    right: 15px;
    background-position: 0 -37px;
}

/**
 * Book entracne
 */
.book-popup-trigger .icon {
    margin-right: 5px;
    width: 17px;
    height: 17px;
}
.book-popup-trigger a {
    vertical-align: middle;
}
.book-popup-trigger .icon-tel {
    background-position: -44px -207px;
}
.book-popup-trigger .icon-search {
    background-position: -78px -207px;
}

/**
 * Promise
 */
.promise {
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: center;
    background-color: #88a0de;
}
.promise span {
    display: inline-block;
    padding: 16px 0;
    height: 28px;
    font-size: 16px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    line-height: 28px;
    margin-right: 50px;
}
.promise .last {
    margin: 0;
}
.promise .icon {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
.promise .icon-safe {
    background-position: -58px -119px;
}
.promise .icon-offer {
    background-position: -86px -119px;
}
.promise .icon-guarantee {
    background-position: -58px -147px;
}
.promise .icon-pay {
    background-position: -86px -147px;
}

/**
 * footer
 */
.ui-footer a {
    color: #fff;
}
.footer-nav {
    margin-left: -5px;
}
.footer-nav a {
    padding: 0 5px;
}
.site-info span {
    margin-right: 10px;
}
/******************************
* Under construction page
******************************/
.construction-module {
    position: relative;
    width: 960px;
    height: 450px;
    overflow: hidden;
}
.construction-module .construction-text {
    padding-top: 210px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}