/* html,body{height: 100%;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
body{min-width: 1200px; margin: 0 auto;background: #fff;font-family:"Microsoft YaHei UI","Microsoft YaHei",sans-serif;;font-size: 12px;-webkit-overflow-scrolling : touch; color: #666;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; }
a,button,input, select, textarea,div,span {-webkit-tap-highlight-color:rgba(255,255,255,0);}
a {color: #666;}
table{border-collapse:collapse; border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{list-style:none;}
em,i{font-style:normal;}
img{border:none;}

::-webkit-input-placeholder {  color:#ccc!important; font-weight: normal !important;}
::-webkit-input-placeholder { /* WebKit browsers */color:#000 ;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#ccc ;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#ccc ;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#ccc ;}
input[type="text"],input[type="search"]{ background-color:#fff;box-sizing: inherit;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] ,textarea {-webkit-appearance: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
[hidden],template {display: none;}
mark {background: #ff0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {font-style: normal;font-weight: normal;}
strong{font-weight: bolder;}
a,a:visited{text-decoration: none; outline: 0;}
a:active{outline: none;}
textarea{ resize:none;}
button[disabled],html input[disabled] {cursor: default;}
.clearfix:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden;clear:both;width:100%}
*:focus{ outline: none;}
.fl{float: left;}
.fr{float: right;}
.box-sizing{box-sizing: border-box;}
.container-content-nopadding{width: 1200px; margin: 0 auto;}
.hidden { overflow: hidden; text-overflow:ellipsis; white-space: nowrap;word-break:break-all;}
.container-content{width: 1200px; margin: 0 auto;}
.sjx{
    position: relative;
    padding-left: 20px;
}
.sjx::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #4a9fd8;
    border-bottom: 4px solid transparent;
    transform: translate(0,-50%);
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.navigation {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.navigation span {
    font-size: 14px;
    color: #333;
    float: left;
}
.navigation span.current-value {
    color: #f80;
    float: left;
}
.navigation i{
    float: left;
    font-size: 18px;
    margin: 0 2px;
    vertical-align: bottom;
}




/* 酒店详情 */
.fix {
    overflow: hidden;
    margin-bottom: 20px;
}
.fix li {
    float: left;
    margin-right: 20px;
}
.fix li img {
    display: block;
}
.c-list{
    width: 210px;
    padding: 15px 0;
}
.c-list li a{
    display: block;
    padding: 10px 20px;
}
.cc-list li a{
    padding: 15px 20px;
    font-size: 18px !important;
}
.c-detail{
    box-sizing: border-box;
    width: 990px;
    border-left: 1px solid #efefef;
}
.c-d-title{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding-left: 20px;
    color: #55967e;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
}
.c-d-text{
    overflow: hidden;
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
    white-space: normal;
}
.c-d-text-img{
    text-align: center;
}
.c-d-text img{
    height: 360px;
}
.c-d-text-b{
    padding-bottom: 20px;
    color: #666;
}
.c-d-text-b-t{
    color: #333;
    margin-bottom: 12px;
    font-size: 16px;
}

/* header-lang  start */
.langEnglishContent .lang-main{
	background-color: #000;
}
.lang-main{
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 2.7%;
    z-index: 9999;
    padding: 0 20px;
    display: inline-table;
    cursor: pointer;
}
.lang-main a{
	color: #fff;
	display: block;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
	cursor: pointer;
}
.lang-main a:hover{
	color: #f36247;
}
.lang-main .lang-info{
	display: none;
	padding-top: 8px;
}
.lang-main .i_up{
	display: none;
}
.lang-main:hover .i_down{
	display: none;
}
.lang-main:hover .i_up{
	display: inline-block;
}
.lang-main:hover .lang-info{
	display: block;
}

.lang-main i{
	padding-left: 5px;
}
/* header-lang  end */

