﻿.reLink {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	margin-bottom: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
	width: 50%;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.reLink a:hover {
	color: #052f67;
}
.showPro {
}
.showPro .reLink {
	margin-bottom: 0;
	float: left;
	width: 100%;
}
.showPro .showContxt {
	padding: 30px 0 35px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	float: left;
	width: 100%;
}
.showPro .showContxt img {
	max-width: 100%;
	height: auto !important;
}
.showPro .showimgCon {
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 32px;
	float: left;
	width: 100%;
}
.showPro .showimgCon .txtcon {
	width: 320px;
	height: 190px;
	float: right;
	position: relative;
}
.showPro .showimgCon .txtcon .tit {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	color: #b6996d;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
	padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
	width: 20px;
	height: 20px;
	background-position: -440px -62px;
	margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
	color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
}
.showPro .showimgCon .txtcon .txt .item {
	margin-bottom: 7px;
	max-height: 144px;
	overflow: hidden;
}
.showPro .showimgCon .txtcon .tel-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
	width: 320px;
	float: right;
	height: 40px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #b6996d;
	border-radius: 5px;
	;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover a {
	background: #666;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
	width: 320px;
	float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span, .showPro .showimgCon .txtcon .tel-btn .tel strong {
	display: block;
	color: #666666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
	font-size: 28px;
	line-height: 28px;
}
.showPro .showimg {
	width: 540px;
	position: relative;
	float: left;
	overflow: hidden;
}
.showPro .showimg .bigimg {
	width: 540px;
	height: 405px;
	display: block;
	position: relative;
}
.showPro .showimg .bigimg .list {
	width: 5000%;
}
.showPro .showimg .bigimg .list li {
	width: 540px;
	height: 405px;
	float: left;
	border: 0;
	margin-right: 0;
}
.showPro .showimg .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 300ms;
}
.showPro .showimg .smallimg {
	width: 540px;
	height: 100px;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	overflow: hidden;
}
.showPro .showimg .list {
	width: 457px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showPro .showimg .listcon {
	width: 600% !important;
	position: relative;
}
.showPro .showimg .prev, .showPro .showimg .next {
	width: 20px;
	height: 76px;
	z-index: 10;
	position: absolute;
	top: 30px;
	cursor: pointer;
	background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showPro .showimg .prev:hover, .showPro .showimg .next:hover {
	background-color: #f9f9f9;
}
.showPro .showimg .prev {
	left: 0;
	background-position: 3px center;
}
.showPro .showimg .next {
	right: 0;
	background-position: -84px center;
}
.showPro .showimg li {
	width: 90px;
	height: 70px;
	margin-right: 15px;
	float: left;
	cursor: pointer;
	position: relative;
	border: 3px solid #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showPro .showimg li img {
	width: 100%;
	height: 100%;
	display: block;
}
.showPro .showimg li.on {
	width: 94px;
	height: 70px;
	border: 3px solid #b6996d;
}
.relateTit {
	height: 58px;
	line-height: 67px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto;
	float: left;
	width: 100%;
}
.relateTit h3 {
	font-size: 18px;
	display: inline-block;
*display: inline;
*zoom: 1;
	position: relative;
}
.relateTit h3 .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #b6996d;
}
.floor_3_remm {
	padding: 10px 0 0;
}
.floor_3_remm .more2 {
	text-align: center;
}
.floor_3_remm .more2 ul {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.floor_3_remm .more2 a {
	width: 141px;
	height: 35px;
	display: block;
	color: #b6996d;
	margin: 0 19px;
	border: 2px solid #b6996d;
	line-height: 35px;
	border-radius: 4px;
	font-size: 20px;
}
.floor_3_remm .more2 a:hover {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .more2 .ewmbtn {
	background: #b6996d;
	color: #fff;
}
.floor_3_remm .more2 li {
	float: left;
}
.list-6 {
	margin: -20px 0 0 -20px;
}
.list-6 li {
	float: left;
	width: 33%;
}
.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
}
.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.list-6 li .img-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-6 li .img-cover span {
	padding-top: 74%;
}
.list-6 li .text {
	margin-top: 10px;
	text-align: center;
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
}
.list-6 li .text h4 a {
	color: #333;
}
.list-6 li a:hover .img-cover {
	border-color: #bc9868;
}
.list-6 li a:hover .img-cover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.info-card[data-v-f4531582] {
	position: relative;
	width: 410px;
	height: 284px
}
[dir] .info-card[data-v-f4531582] {
	text-align: center;
	border: 1px solid #eaeaea
}
.image[data-v-f4531582] {
	width: 64px;
	height: 64px
}
[dir] .image[data-v-f4531582] {
	margin: 28px auto 24px
}
.title[data-v-f4531582] {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	display: -webkit-box;
	max-height: 36px;
	overflow: hidden;
	line-height: 36px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
[dir] .title[data-v-f4531582] {
	margin: 0 24px 8px;
	letter-spacing: 1px;
}
@media(max-width:768px) {
.title[data-v-f4531582] {
	font-size: 24px;
	line-height: 36px
}
}
.description[data-v-f4531582] {
	color: #545454;
	font-weight: 400;
	font-size: 14px;
	display: -webkit-box;
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
[dir] .description[data-v-f4531582] {
	margin: 0 24px 36px
}
@media(max-width:768px) {
.description[data-v-f4531582] {
	font-size: 14px;
	line-height: 24px
}
}
.view-container[data-v-f4531582] {
	position: absolute;
	bottom: 40px;
	display: inline-block
}
[dir] .view-container[data-v-f4531582] {
	cursor: pointer
}
[dir=ltr] .view-container[data-v-f4531582] {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
[dir=rtl] .view-container[data-v-f4531582] {
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}
.qr-code[data-v-f4531582] {
	position: absolute;
	bottom: 28px;
	display: none;
	opacity: 0
}
[dir=ltr] .qr-code[data-v-f4531582] {
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
[dir=rtl] .qr-code[data-v-f4531582] {
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}
.view-title[data-v-f4531582] {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color:#bc9868;
}
@media(max-width:768px) {
.view-title[data-v-f4531582] {
	font-size: 14px;
	line-height: 24px
}
}
.code-hover[data-v-f4531582]:hover {
	color: #e60012
}
.code-hover:hover+.qr-code[data-v-f4531582] {
	display: block
}
[dir=ltr] .code-hover:hover+.qr-code[data-v-f4531582], [dir=rtl] .code-hover:hover+.qr-code[data-v-f4531582] {
	-webkit-animation: fade-data-v-f4531582 .3s ease-in-out;
	animation: fade-data-v-f4531582 .3s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@media(max-width:768px) {
.info-card[data-v-f4531582] {
	width: auto;
	height: 228px
}
[dir=ltr] .info-card[data-v-f4531582], [dir=rtl] .info-card[data-v-f4531582] {
	margin-right: 24px;
	margin-left: 24px
}
[dir] .image[data-v-f4531582] {
	margin-top: 16px;
	margin-bottom: 16px
}
.view-container[data-v-f4531582] {
	bottom: 16px
}
.code-show[data-v-f4531582] {
	display: block
}
[dir=ltr] .code-show[data-v-f4531582], [dir=rtl] .code-show[data-v-f4531582] {
	-webkit-animation: fade-data-v-f4531582 .3s ease-in-out;
	animation: fade-data-v-f4531582 .3s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
}
@-webkit-keyframes fade-data-v-f4531582 {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes fade-data-v-f4531582 {
0% {
opacity:0
}
to {
	opacity: 1
}
}
.qr-code-container[data-v-242ff922] {
	width: 288px;
	height: 342px
}
.qr-code-block[data-v-242ff922] {
	position: relative;
	width: 100%;
	height: 342px
}
[dir] .qr-code-block[data-v-242ff922] {
	padding: 20px 20px 0;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 16px 16px rgba(0,0,0,.1);
	box-shadow: 0 16px 16px rgba(0,0,0,.1)
}
.qr-code-image[data-v-242ff922] {
	width: 248px;
	height: 302px
}
.tips-info[data-v-242ff922] {
	color: #545454;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px
}
.arrow[data-v-242ff922] {
	position: absolute;
	top: 342px;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0
}
[dir] .arrow[data-v-242ff922] {
	border: 12px solid rgba(0,0,0,0);
	border-top-color: #fff
}
[dir=ltr] .arrow[data-v-242ff922] {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
[dir=rtl] .arrow[data-v-242ff922]
