@media screen and ( max-width: 768px) {
.fullscreen {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.wrap{
    background-image: url(../images/bieshu_bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}
.section { text-align: center; font: 50px "Microsoft Yahei"; color: #fff;}
/*CLEAR the FLOAT*/
.clear {
	clear: both
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: '\20';
}
/* = RESET = */
/* ========== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* box-sizing: border-box; */
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;/*cursor: url(../images/hand_ico.ico),auto;*/
}
/* ========== */
/* ========== */
.bgFull {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pc-block {
	display: block;
}
.mb-block {
	display: none;
}
.content {
	width: 100%;
	position: relative;
	top: .5rem;
}
.content .txt {
	width: 96%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: .5rem;
}
.content .txt p {
	font-size: .35rem;
	line-height: .7rem;
	color: #fff;
	text-align: justify;
	margin-top: .3rem;
	text-indent: .8rem;
}
.content .img {
	width: 100%;
}
.arrow {
	background-image: url(../images/case/ico_arrow.png);
    z-index: 1;
    height: 1.5rem;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
    background-size: 15%;
}
/* ========== */
/* = HOME-TIT = */
/* ========== */
.home-tit {
	text-align: center;
	margin-top: .1rem;
}
#dining .home-tit {
    padding-bottom: 3rem;
}
.home-tit .tit {
	height: auto;
	padding-top: .1rem;
	position: relative;
}
#introduction .home-tit .tit {
	padding-top: 1rem;
}
.home-tit .tit span {
	display: block;
	font-size: .4rem;
	color: #fff;
	font-weight: lighter;
	letter-spacing: .3rem;
	text-indent: .3em;
	text-transform: uppercase;
	opacity: .8;
	margin-top: .2rem;
}
.home-tit .tit p {
	width: 60%;
    margin: 0 auto;
    position: relative;
	font-size: .6rem;
	color: #fff;
	letter-spacing: .2rem;
	text-indent: .2em;
}
.home-tit .tit p:before {
    position: absolute;
    background: #fff;
    content: "";
    height: 2px;
    top: 50%;
    width: 15%;
    left: 0;
}
.home-tit .tit p:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 2px;
    top: 50%;
    width: 15%;
    right: 0;
}
.home-tit .des p {
	position: relative;
}
.home-tit .tip {
	margin-top: .2rem;
	color: #fff;
	letter-spacing: .3rem;
	text-indent: .3em;
	opacity: .8;
	font-size: .3rem;
}
.home-tab {
	text-align: center;
}
.home-tab span, .home-tab a {
	display: inline-block;
	margin: 0 3px;
	width: 120px;
	line-height: 30px;
	border: 1px solid #0a2444;
	color: #0a2444;
	cursor: pointer;
}
.home-tab span.active {
	background: #0a2444;
	color: #FFFFFF;
}
.home-more {
	margin: 0 auto;
	display: block;
	width: 180px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background: #0a2444;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.home-more:hover {
	background: #0d3970;
}
/* ========== */
.home-wholehouse-ul {
	padding-bottom: .1rem;
}
.home-wholehouse-ul li:nth-child(1) {
	margin-top: .6rem;
	float: left;
	width: 100%;
	text-align: center;
}
.home-wholehouse-ul li:nth-child(2),.home-wholehouse-ul li:nth-child(3) {
	margin-top: .6rem;
	float: left;
	width: 50%;
	text-align: center;
}
.home-wholehouse-ul li .img {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	padding: .1rem;
}
.home-wholehouse-ul li span {
	margin-top: .1rem;
	display: block;
	font-size: .3rem;
	color: #fff;
	letter-spacing: .1rem;
}
.home-wholehouse-ul li p {
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.home-wholehouse-ul li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.home-wholehouse-ul li:hover span {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
/* ========== */
/* = 别墅空间 = */
.bieshu {
	background-image: url(../images/bieshu_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
}
.bieshu .home-tit .tit p:before, .bieshu .home-tit .tit p:after {
	position: absolute;
	top: 1.5rem;
	content: "";
	width: 1.2rem;
	height: .05rem;
	background: #fff;
}
/* ========== */
/* = 酒店空间 = */
.hotel {
	background-image: url(../images/hotel_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
	margin-top: .5rem;
}
.hotel .home-tit .tit p:before, .hotel .home-tit .tit p:after {
	position: absolute;
	top: 1.5rem;
	content: "";
	width: 1.2rem;
	height: .05rem;
	background: #fff;
}
/* ========== */
/* = 办公空间 = */
.office {
	background-image: url(../images/office_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
	margin-top: .5rem;
}
.office .home-tit .tit p:before, .office .home-tit .tit p:after {
	position: absolute;
	top: 1.5rem;
	content: "";
	width: 1.2rem;
	height: .05rem;
	background: #fff;
}
/* ========== */
/* = 餐饮空间 = */
.dining {
	background-image: url(../images/dining_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}
.dining .home-tit .tit p:before, .dining .home-tit .tit p:after {
	position: absolute;
	top: 1.5rem;
	content: "";
	width: 1.2rem;
	height: .05rem;
	background: #fff;
}
/* ========== */
/* = HOME-POINT = */
/* ========== */
.home-point {
	position: relative;
    z-index: 1;
	background-image: url(../images/bieshu_bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    border-top: 2px solid #000;
}
.home-point ul {
	display: none;
}
.home-point li {
	float: left;
	width: 25%;
	border-right: 2px solid #d6ab77;
	box-shadow: 0px 2px 2px #d6ab77;
	text-align: center;
	-moz-box-shadow: 0px 2px 2px #d6ab77;
	-webkit-box-shadow: 0px 2px 2px #d6ab77;
}
.home-point li a {
	display: block;
	padding: 22px 10px;
	min-height: 110px;
}
.home-point li:nth-child(4) {
	border-right: none;
}
.home-point li .item {
	display: inline-block;
}
.home-point li .item img {
	float: left;
	width: 100%;
}
.home-point li .item div {
	text-align: center;
}
.home-point li .item div span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #d6ab77;
}
.home-point li .item div p {
	margin-top: 3px;
	color: #d6ab77;
	font-size: 12px;
	text-transform: uppercase;
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
}
.home-point li:hover img {
	animation: tada 1s;
	-webkit-animation: tada 1s;
}
/* ========== */
}