.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
#newBridge{
	display: none;
}
.clearfloat {
    clear: both;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    zoom: 1;
}

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: '微软雅黑', 'Microsoft YaHei UI', 'Helvetica Neue', Helvetica, Arial, sans-serif, Droid, Sans, Verdana;
    list-style-type: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    color: white;
    border: none;
}

ul li {
    list-style: none;
}

a,
img {
    border: 0 none;
}

html,
body {
    min-height: 100%;
}

body {
    background-color: #fff8f2;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 10px solid #C39B51;
}

input,
button,
select,
textarea {
    outline: none;
}

.native_ws {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.cursor {
    cursor: pointer;
}

/*ͷ����ʽ*/

.model_header {
    position: relative;
    height: 140px;
    background: url(../images/index_130.png) repeat;
    background-position: top;
}

.model_header>.left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/model_header_bg2.jpg) repeat;
    display: none;
    z-index: 1;
}

.model_header>.left>img {
    float: right;
    width: 12px;
    height: 140px;
    margin-right: -12px;
}

.model_header>.header {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}

.model_header .log {
    display: inline-block;
    width: 130px;
    height: 100px;
    margin-top: 20px;
    background: url(../images/logo.png) no-repeat center center;
    cursor: pointer;
}

.model_nav {
    float: right;
    width: 780px;
}

.model_nav>li {
    height: 30px;
    overflow: hidden;
}

.model_nav>.top {
    margin-top: 16px;
}

.model_nav a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: white;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.model_nav .language>span {
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: white;
}

.model_nav .reserve {
    height: 28px;
    line-height: 27px;
    width: 98px;
    text-align: center;
    border: 1px solid white;
    margin-right: 38px;
}

.model_nav .member {
    width: 98px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border: 1px solid white;
    margin-right: 40px;
}

.model_nav .high {
    background-color: #000000;
    border: 1px solid #000000;
}

.model_nav .reserve:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

.model_nav .member:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

.model_nav .discount {
    width: 96px;
    text-indent: 30px;
}

.model_nav .comment {
    width: 96px;
    text-indent: 30px;
}

.model_nav .discount {
    background: url(../images/model_header_icon1.png) no-repeat left center;
    margin-right: 20px;
}

.model_nav .comment {
    background: url(../images/model_header_icon2.png) no-repeat left center;
    margin-right: 40px;
}

.model_nav .language {
    position: relative;
    overflow: visible;
    width: 74px;
}

.model_nav .language>span {
    display: inline-block;
    background-color: transparent;
    color: white;
    font-size: 16px;
    height: 27px;
    padding-right: 18px;
    white-space: nowrap;
    background: url(../images/model_header_arrow.png) no-repeat right center;
}

.model_nav .language>select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.model_nav .weather {
    width: 30px;
    height: 30px;
    background: url(../images/model_header_icon3.png) no-repeat center center;
    margin: -2px 0 0 18px;
    background-size: 24px 21px;
}

.model_nav .news {
    width: 30px;
    height: 30px;
    background: url(../images/news_icon.png) no-repeat center center;
    margin-left: 20px;
    background-size: 26px 26px;
}

.model_nav .mas {
    width: 30px;
    height: 30px;
    background: url(../images/mass_icon.png) no-repeat center center;
    margin-left: 20px;
}

.model_nav>.bottom {
    margin-top: 40px;
}

.model_nav>.bottom>a {
    max-width: 100px;
    font-size: 20px;
    margin-right: 39px;
    padding-bottom: 2px;
}

.model_nav>.en>a {
    margin-right: 20px;
    font-size: 16px;
}

.model_nav>.bottom>a:last-child {
    margin-right: 0;
}

.model_nav>.bottom>.last {
    margin-right: 0;
}

.model_nav>.bottom>a:hover {
    border-bottom: 1px solid white;
}

.model_aside {
    float: left;
    overflow: hidden;
    width: 200px;
    min-height: 430px;
    background: url(../images/model_aside_bg.jpg) repeat-x left bottom;
    background-color: #F8EBD6;
}

.model_aside>.title {
    width: 170px;
    padding-bottom: 4px;
    margin: 25px 0 0 30px;
    border-bottom: 3px solid #DAB866;
    color: #3e3a39;
    font-size: 22px;
}

.model_aside>.nav {
    margin-left: 30px;
    margin-bottom: 100px;
    width: 170px;
    font-size: 14px;
    color: #898989;
}

.model_aside>.nav>li {
    margin: 22px 20px 0 0;
    padding-right: 10px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.model_aside>.nav>li.high {
    color: #3e3a39;
    background: url(../images/model_aside_arrow.png) no-repeat right center;
}

.model_aside>.bottom {
    display: none;
    width: 170px;
    margin: 110px 0 60px 30px;
    border-top: 1px solid #EFDCB4;
}

.model_aside>.bottom>span {
    display: block;
    margin-top: 29px;
    font-size: 16px;
    color: #595757;
}

.model_aside>.bottom>a {
    display: block;
    margin-top: 36px;
    color: #898989;
    cursor: pointer;
}

.model_swiper {
    height: 320px;
    width: 100%;
}

.model_swiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.model_pagingation {
    bottom: 10px !important;
}

.model_pagingation>span {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-position: -16px 0;
}

.model_pagingation>.swiper-visible-switch {
    background-position: -29px 0;
}

.model_top_nav {
    width: 1000px;
    margin: 40px auto 30px;
    text-align: right;
}

.model_top_nav>span {
    display: inline-block;
    color: #3e3a39;
}

.model_top_nav>span.first {
    color: #898989;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #B5B5B6;
    height: 14px;
    line-height: 14px;
}

.model_top_nav>span.arrow_icon {
    background-image: url(../images/hotel_news_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 8px;
    padding-right: 12px;
}

.model_footer {
    clear: both;
    width: 1000px;
    margin: 50px auto 0;
    padding-bottom: 65px;
}

.model_footer>div.top {
    overflow: hidden;
    border-top: 1px solid #C9CACA;
    border-bottom: 1px solid #C9CACA;
    padding: 30px 0;
}

.model_footer>div.top>div.first {
    margin-left: 0;
}

.model_footer>div.top>div {
    margin-top: 7px;
    float: left;
    width: 107px;
}

.model_footer>div.top>div>a {
    display: block;
    color: #595757;
    font-size: 12px;
    text-indent: 12px;
    background-image: url(../images/model_footer_icon1.jpg);
    background-size: 4px 1px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.model_footer>div.top>div>a.title {
    font-size: 16px;
    text-indent: 0;
    background-image: none;
    margin-bottom: 18px;
    color: #3e3a39;
}

.model_footer>div.top>div>a.add {
    background-image: none;
}

.model_footer>div.top>div.right {
    width: 330px;
    min-height: 170px;
    padding-left: 24px;
    border-left: 1px dashed #CDCECE;
    float: left;
    margin-top: 0;
}

.model_footer>div.top>div.right>.phone {
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    display: block;
    background: url(../images/model_footer_phone.png) no-repeat left center;
    background-size: 31px 32px;
    text-indent: 40px;
    font-size: 28px;
    color: #3e3a39;
}

.model_footer>div.top>div.right>.phone>span {
    font-size: 28px;
    position: relative;
    top: -2px;
}

.model_footer>div.top>div.right>span.address {
    display: block;
    min-height: 32px;
    margin: 8px 0 16px 0;
}

.model_footer>div.top>div.right>span.address>span {
    color: #3e3a39;
    font-size: 12px;
}

.model_footer>div.top>div.right>span.address>.last {
    display: inline-block;
    max-width: 180px;
    vertical-align: top;
}

.model_footer>div.top>div.right>span.code {
    display: inline-block;
}

.model_footer>div.top>div.right>span.code>span {
    display: inline-block;
    margin-top: 3px;
    color: #3e3a39;
    font-size: 13px;
}

.model_footer>div.top>div.right>span.code>span.bg {
    display: block;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-image: url(../images/model_footer_we.jpg?v=1.0);
    margin-top: 0;
    background-size: 100% 100%;
    cursor: pointer;
}

.model_footer>div.top>div.right>span.xi {
    margin-left: 50px;
}

.model_footer>div.top>div.right>span.xi>span.bg {
    background-image: url(../images/model_footer_xin_.jpg?v=1.0) !important;
}

.model_footer>ul.bottom {
    margin-top: 28px;
}

.model_footer>ul.bottom>li {
    margin-top: 10px;
    color: #898989;
}

.model_footer>ul.bottom>li.nth1 {
    overflow: hidden;
    margin-top: 0;
}

.model_footer>ul.bottom>li.nth1>a {
    color: #595757;
}

.model_footer>ul.bottom>li.nth1>a>span {
    display: inline-block;
    width: 0;
    height: 10px;
    border-left: 1px solid #BCBCBE;
    border-right: 1px solid #E9EDEF;
    margin: 0 8px;
}

.model_footer>ul.bottom>li.nth1>span {
    float: right;
    color: #595757;
}

.model_footer>ul.bottom>li.nth2>a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #898989;
    cursor: pointer;
    margin-left: 14px;
    text-decoration: underline;
    background: url(../images/public_security_icon.png) no-repeat left center;
    background-size: 14px 14px;
    text-indent: 18px;
}

.model_footer>ul.bottom>li.nth2>a.business {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 14px;
    color: #898989;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    background-image: none;
    text-indent: 0;
}

.model_footer>ul.bottom>li.nth2>a.business>img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -1px 3px 0 0;
}

.model_footer>ul.bottom>li.nth2>span.name {
    margin-left: 14px;
    line-height: 16px;
}

.model_footer>ul.bottom>li.nth3 {
    background-image: url(../images/model_footer_copy.png);
    background-size: 59px 10px;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 66px;
}

.reserve_header {
    position: relative;
    overflow: hidden;
    height: 190px;
    background: url(../images/reserve_top_bg.jpg) repeat;
}

.reserve_header>.top {
    overflow: hidden;
    width: 1000px;
    margin: 20px auto 0;
}

.reserve_header .logo {
    display: inline-block;
    cursor: pointer;
}

.reserve_header .logo>img {
    width: 119px;
    height: 91px;
    vertical-align: middle;
}

.reserve_header .text {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    font-size: 30px;
    margin-left: 26px;
    padding-left: 20px;
    color: white;
    border-left: 1px solid white;
    vertical-align: middle;
}

.reserve_header .connection {
    position: relative;
    display: block;
    width: 90px;
    height: 80px;
    background-color: #ef8141 !important;
    float: right;
    cursor: pointer;
}

.reserve_header .connection>.prompt {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reserve_header .member {
    margin-right: 5px;
}

.reserve_header .member>.icon {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 9px 0 0 15px;
    background: url(../images/reserve_icons.png) no-repeat -25px 0;
}

.reserve_header .order>.icon {
    display: inline-block;
    height: 14px;
    width: 12px;
    margin: 9px 0 0 15px;
    background: url(../images/reserve_icons.png) no-repeat 0 0;
}

.reserve_header>.bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    height: 70px;
    background-color: #8ba4c0;
}

.reserve_header>.bottom>a {
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.reserve_header>.bottom>.n1 {
    width: 253px;
    border-right: 1px solid white;
    cursor: pointer;
}

.reserve_header>.bottom>.n2 {
    width: 253px;
    cursor: pointer;
}

.reserve_header>.bottom>.high {
    background-color: #ef8141;
    border-right: 1px solid #ef8141;
}

.reserve_header>.bottom>.n3 {
    width: 492px;
    text-align: right;
}

.reserve_header>.bottom span {
    color: white;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 11px;
}

.reserve_header>.bottom .icon {
    display: inline-block;
    background: url(../images/reserve_icons.png) no-repeat;
}

.reserve_header>.bottom .n1>.icon {
    height: 16px;
    width: 13px;
    background-position: -12px 0
}

.reserve_header>.bottom .n2 {
    border-right: 1px solid white;
}

.reserve_header>.bottom .n2>.icon {
    height: 15px;
    width: 14px;
    background-position: -39px 0;
}

.reserve_header>.bottom .n3>.icon {
    height: 21px;
    width: 21px;
    background-position: -53px 0;
}

.reserve_header>.bottom .phone {
    margin-right: 45px;
}

.reserve_footer {
    height: 20px;
    line-height: 20px;
    margin-top: 80px;
    padding: 20px 0 60px 0;
    border-top: 1px solid #C9CACA;
}

.reserve_footer>div {
    color: #898989;
}

.reserve_footer>span {
    color: #898989;
}

.reserve_footer>a.n2 {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #898989;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
    background: url(../images/public_security_icon.png) no-repeat left center;
    background-size: 14px 14px;
    text-indent: 18px;
}

.reserve_footer>a.business {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    color: #898989;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    background-image: none;
    text-indent: 0;
}

.reserve_footer>a.business>img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -1px 3px 0 0;
}

.reserve_footer>span.name {
    margin-left: 8px;
    line-height: 16px;
}

.reserve_footer>a.n3 {
    display: inline-block;
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #E4C98C;
    cursor: pointer;
    float: right;
}

/*compatible ie style*/

.compatible_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 999;
}

.compatible_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 160px;
    margin: -100px 0 0 -150px;
    background-color: white;
    z-index: 1000;
}

.compatible_popup>span {
    display: block;
    width: 80%;
    margin: 30px auto 0;
    font-size: 14px;
}

.compatible_popup>a {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #551A8B;
    font-size: 15px;
    cursor: pointer;
}

/*显示放大微信新浪二维码*/

.show_bgimg {
    position: fixed;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1000;
}

#show_bgimg_we {
    background-image: url(../images/model_footer_we.jpg?v=1.0);
}

#show_bgimg_xin {
    background-image: url(../images/model_footer_xin_.jpg?v=1.0);
}

/*回到顶部图标*/

#scroll_to_top {
    position: fixed;
    right: 60px;
    bottom: 170px;
    width: 40px;
    height: 40px;
    background: url(../images/scroll_top_icon.png) no-repeat 0 0;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

#scroll_to_top:hover {
    background-position: -40px 0;
}

/*图文框通用样式*/

.sindon_tw img {
    max-width: 100%
}

.sindon_tw * {
    font-size: inherit
}

.sindon_tw ul {
    list-style-type: initial;
    padding-left: initial;
}

.sindon_tw ul>li {
    list-style-type: initial;
}

.sindon_tw ol {
    list-style-type: initial;
    padding-left: initial;
}

.sindon_tw ol>li {
    list-style-type: initial;
}

.outside {
    width: 30px;
    background-image: url(../images/12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
    z-index: 100;
    display: block;
    cursor: pointer;
}