@media screen and ( min-width: 1200px) {
.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: -160px;
}
.introduction {
	top: 80px!important;
}
.content .txt {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-top: 150px;
}
#introduction .content .txt {
    margin-top: -20px;
}
.content .txt p {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-indent: .8rem;
	text-align: justify;
}
.content .img {
	width: 100%;
}
.arrow {
	background-image: url(../images/case/ico_arrow.png);
	z-index: 1;
	height: 200px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0;
	background-size: 8%;
	top: -240px;
}
#introduction .arrow {
    top: 0!important;
}
/* ========== */
/* = HOME-TIT = */
/* ========== */
.home-tit {
	text-align: center;
	margin-top: 90px;
	padding-bottom: 60px;
}
#introduction .home-tit {
    padding-bottom: 0;
}
#bieshu .home-tit {
    margin-top: -40px;
}
#hotel .home-tit {
    margin-top: -280px;
}
#office .home-tit {
    margin-top: -280px;
}
#dining .home-tit {
    margin-top: -280px;
}
.home-tit .tit {
	height: 120px;
	padding-top: 20px;
	width: 410px;
    margin: 0 auto;
}
#dining .home-tit .tit {
	height: 100px;
}
.home-tit .tit span {
	display: block;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 10px;
	text-transform: uppercase;
	opacity: .8;
}
.home-tit .tit p {
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	letter-spacing: 7px;
	position: relative;
}
.home-tit .tit p:before {
    position: absolute;
    background: #fff;
    content: "";
    height: 2px;
    top: 50%;
    width: 80px;
    left: 10px;
}
.home-tit .tit p:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 2px;
    top: 50%;
    width: 80px;
    right: 10px;
}
#introduction .home-tit .tit p:before,#introduction .home-tit .tit p:after {
    width: 60px;
}
.home-tit .des p {
	position: relative;
}
.home-tit .tip {
	margin-top: 8px;
	color: #fff;
	letter-spacing: 15px;
	opacity: .8;
	font-size: 15px;
}
.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;
}
/* ========== */
/* = 别墅空间 = */
/* ========== */
.bieshu {
	padding: 0 0 80px;
	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: 10.5%;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
}
.home-wholehouse-ul {
	padding-bottom: 15px;
}
.home-wholehouse-ul li {
	margin-top: 100px;
	float: left;
	width: 33.33%;
	text-align: center;
}
.home-wholehouse-ul li a {
	width: 100%;
	text-decoration: none;
}
.home-wholehouse-ul li .img {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	padding:10px;
}
.home-wholehouse-ul li span {
	margin-top: 40px;
	display: block;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}
.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);
}
/* ========== */
/* = 酒店空间 = */
.hotel {
	padding: 0 0 60px;
	background-image: url(../images/hotel_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
}
.hotel .home-tit .tit p:before, .hotel .home-tit .tit p:after {
	position: absolute;
	top: 11%;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
}
/* ========== */
/* = 办公空间 = */
.office {
	padding: 0 0 60px;
	background-image: url(../images/office_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
}
.office .home-tit .tit p:before, .office .home-tit .tit p:after {
	position: absolute;
	top: 10.5%;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
}
/* ========== */
/* = 餐饮空间 = */
.dining {
	padding: 0 0 60px;
	background-image: url(../images/dining_bg.jpg);
	background-size: 100% 100%;
    background-attachment: fixed;
    display: -webkit-box;
}
.dining .home-tit .tit p:before, .dining .home-tit .tit p:after {
	position: absolute;
	top: 21%;
	content: "";
	width: 60px;
	height: 1px;
	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 #d6ab77;
    border-bottom: 1px solid #d6ab77;
}
.home-point li {
	float: left;
	width: 20%;
	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;
}
.home-point li .item div {
	margin-left: 90px;
	text-align: center;
	padding-top: 12px;
}
.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;
}
/* ========== */
}