@font-face {
	font-family: BMWGlobalProReg;
	src: url(../font/BMWGlobal_Pro_reg.ttf), url(../font/BMWGlobal_Pro_reg.eot);
}
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	/*font-family: BMWGlobalProReg, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;*/
	font-family: Microsoft YaHei, BMWGlobalProReg, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
body {
	/*max-width: 1200px;*/
	width: 100%;
	margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	color: #262626;
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
}
.hide {
	display: none !important;
}
span {
	display: block;
}
a {
	text-decoration: none;
}
p {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 0 2%;
}
img.img-100 {
	width: 100% !important;
}
img.img-50 {
	width: 50% !important;
}
img.img-20 {
	width: 20% !important;
}
img.img-30 {
	width: 30% !important;
}
@media screen and (orientation:portrait) {
	/*竖屏样式*/
	body {
		transform-origin: 0 0;
		transform: rotateZ(90deg) translateY(-100%);
		padding: 0;
	}
	.site-right .site-tree {
		padding: 0;
	}
}

.site-main {
	width: 100%;
	height: 100%;
}
.site-main .on {
	color: #fff;
	background-color: #1171e8 !important;
}
.site-main table {
	text-align: center;
	border: none;
	margin: .3em 0;
}
/*---------left---------*/
.site-left {
	width: 70%;
	height: 100%;
	float: left;
	padding: 0 10px;
}

.site-left .site-area-map {
	height: 100%;
}
.site-area-map>img {
	/*width: 70%;*/
	height: 100%;
	display: block;
	margin: 0 auto;
}

.site-left .site-area-desc {
	width: 100%;
	height: 100%;
}
.site-area-desc .site-desc-name {
	/*height: 2em;*/
	line-height: 2;
	font-size: 1.5em;
	font-weight: bold;
}
.site-area-desc .site-desc-tips {
	height: 1.5em;
	line-height: 1.5;
	color: inherit;
}
.site-desc-tips .site-tip {
	width: 5em;
	height: 1.5em;
	background-color: #e4e8ee;
	display: block;
	float: left;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
}

.site-area-desc .site-desc-box {
	width: 100%;
	height: calc(100% - 4.5em);
	overflow: auto;
	padding: 1em 0 0 0;
}
/*---------地理位置---------*/
.site-item-addr {
	/*height: 2em;*/
	line-height: 2;
	overflow: hidden;
}
.site-item-addr .item-addr-icon {
	width: 1em;
	height: 1.5em;
	display: inline-block;
	float: left;
	background-image: url('../img/site/loc.png');
	background-position: center;
	background-size: 100%;
}
.site-item-addr .item-addr-val {
	width: calc(100% - 1em);
	line-height: 1.5;
	display: inline-block;
	float: left;
}
.site-item-info {
	overflow: hidden;
}
.site-item-img img {
	width: 100%;
	margin: .3em 0;
}


/*---------酒店推荐---------*/

/*---------交通路线---------*/
/*traffic table*/
.item-traffic-box {
	margin: 1em 0;
	padding: 0;
}
.item-traffic-title {
	background-color: #adb9ce;
	color: #fff;
	padding: 0 .5em;
}
.item-traffic-info {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 .5em;
}
.traffic-info-tab img,
.traffic-info-tab {
	width: 100%;
}
.tab-traffic-left {
	width: 20%;
	min-width: 120px;
}
.tab-traffic-right {
	width: 80%;
	max-width: calc(100% - 120px);
}
.tab-traffic-right span {
	display: block;
}

.site-item-table {
	width: 100%;
	height: auto;
	overflow: auto;
}
.site-item-table .item-traffic-box,
.site-item-table .item-traffic-info {
	border: 1px solid #adb9ce;
}

.site-item-text .item-traffic-title {
	width: 81%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/*---------联系方式---------*/
/* 表格 */
.site-main table * {
	border: 1px solid #fff;
}
th, td {
	padding: 0 .5em;
}
th {
	background-color: #adb9ce;
	color: #fff;
	width: auto;
	word-break: keep-all;
	padding: .5em 1em;
}
tr.site-table-odd {
	background-color: #e3e6ed;
}
tr.site-table-even {
	background-color: #f1f3f6;
}

.traffic-info-tab,
.item-traffic-tab,
.item-text-tab {
	float: left;
}
.item-text-tab span {
	display: block;
}

/*---------right---------*/
.site-right {
	width: 30%;
	height: 100%;
	float: left;
	overflow: auto;
	user-select: none;
	z-index: 9998;
}
.site-right * {
	user-select: none;
}
.site-back {
	width: auto;
	height: 3em;
	padding: .5em 0;
}
.site-back-home {
	width: auto;
	height: 2em;
	line-height: 2;
	font-size: 12px;
	color: #ccc;
	padding: 0 1em 0 .8em;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	box-sizing: content-box;
}
.site-back span {
	display: inline-block;
}
.site-tree {
	width: 100%;
	height: calc(100% - 3em);
	overflow: auto;
	padding: 4em 0 0 0;
	padding: 0;
}
.site-area-info {
	cursor: pointer;
}
.site-area-name {
	font-size: 1.5em;
	line-height: 1.5;
	padding: .2em .5em;
}

ul.site-area-ul {
	width: 100%;
	height: auto;
	display: block;
	padding: 0 0 0 .5em;
}

li.site-area-li {
	width: 100%;
	height: 1.8em;
	line-height: 1.8;
	padding: 0 .5em;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*.site-tip:hover,
.site-area-name:hover,
.site-area-li:hover {
	color: #fff;
	background-color: #1171e8;
}*/

.site-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
	z-index: 9999;
}
/*.site-mask:after,*/
.site-img-preview:after {
	content: "关闭";
	cursor: pointer;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1000000;
	display: block;
	overflow: hidden;
	height: 1.5em;
	border-radius: 1.5em;
	border: 1px solid #dedede;
	background-color: rgba(255, 255, 255, .7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff);
	line-height: 1.5em;
	padding: 0 1em;
	font-size: 15px;
}
.site-mask .site-img-preview {
	width: 100%;
	height: 100%;
	/*max-width: 1200px;*/
	padding: 0% 5%;
	margin: 0 auto;
	overflow: auto;
}
.site-img-preview>img {
	width: 100%;
	margin: 0 auto;
	display: block;
	z-index: 10000;
}