@import url("html5Reset.css");

body {
	background:url(../images/bg/bg.jpg) repeat;
	font-size: 62.5%;
}

img { max-width: 100%; 
	  display:block;
	  -ms-interpolation-mode: bicubic;/*圖片失真*/
}
.clear {
	zoom:1;
	clear:both;}
.clear:after {
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;}
@font-face {
	font-family: 'bpmenu';
	src:url('../fonts/bpmenu/bpmenu.eot');
	src:url('../fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpmenu/bpmenu.woff') format('woff'),
		url('../fonts/bpmenu/bpmenu.ttf') format('truetype'),
		url('../fonts/bpmenu/bpmenu.svg#bpmenu') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main menu wrapper */
.cbp-hsmenu-wrapper {
	position: relative;
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* 100% width bar for menu */
.cbp-hsinner {
	background: #b59c58;
	position: relative;
	z-index: 100;
}

/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0px;
}

.cbp-hsmenu > li {
	/*margin-left: 2em;*/
	display: inline-block;
	float:left;
	width:14.28%;
	margin: 0;
}

.cbp-hsmenu > li:first-child {
	margin-left: 0;
}

/* Main menu link style */
.cbp-hsmenu > li > a {
	color: #fff;
	font-size: 1.5em;
	/*line-height: 3em;*/
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: none;
}

.cbp-hsmenu > li > a > img {
	display:inline-block !important;
}

.cbp-hsmenu > li > a > span {
	display:none;}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	color: #02639d;
	background-color:#fff;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
/*.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: 'bpmenu';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	font-size: 80%;
	margin-right: 0.3em;
	opacity: 0.4;
	vertical-align: middle;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\f106";
}*/

/* Add a triangle to currently open menu item link */
/*.cbp-hsmenu > li.cbp-hsitem-open > a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #b59c58;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}*/

/* Submenu style */
.cbp-hssubmenu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 0;
	text-align: center; /* for aligning the sub items */
	visibility: hidden;
}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after { 
	content: " "; 
	display: table; 
}
.cbp-hssubmenu:after { 
	clear: both; 
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
	width: 16.2%;
	display: inline-block;
	vertical-align: top;
	box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
	opacity: 0;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;
}

/* First 6 items don't have upper box shadow */
.cbp-hssubmenu > li:nth-child(-n+6) {
	box-shadow: -28px 0 0 -27px #ddd;
} 

/* Every 7th item does not have a left box shadow */
.cbp-hssubmenu > li:nth-child(6n+1) {
	box-shadow:  0 -28px 0 -27px #ddd;
}

/* The first one does not have any box shadow */
.cbp-hssubmenu > li:first-child {
	box-shadow: none;
}

.cbp-hssubmenu > li a {
	display: block;
	text-align: center;
	color: #654e1a;
	outline: none;
	padding: 0.5em;
}

.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
	color: #006496;
}

.cbp-hssubmenu > li a img {
	border: none;
	outline: none;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.no-touch .cbp-hssubmenu > li a:hover img {
	opacity: 0.5;
}

.cbp-hssubmenu > li a span {
	display: block;
	/*min-height: 3em;*/
	margin-top: 0.4em;
	font-size:1.5em;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
	z-index: 1000;
	visibility: visible;
	margin:10px 0;
	background:url(../images/menu/submenuline.png) no-repeat center;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}

/* Helper div for animating the background */
.cbp-hsmenubg {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 0;
	height: 0px;
}

/*.no-touch .cbp-hsmenubg {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}*/
.openmenu {
	display:none;}
li.closemenu {
	display:none;}
.main {
	display:block;}

header {
	max-width:940px;
	padding:0 10px;
	margin:0 auto;}
header .navbar {
	float:right;
	width:24%;
	min-width:226px;
	background:url(../images/bg/bg2.jpg) no-repeat top center;
	text-align:center;}
header .navbar a {
	padding:8px 10px 12px 10px;
	display:inline-block;
	color:#000;}
header .navbar a:hover {
	color:#654e1a;}
header .logo {
	text-align:left;
	width:24.6%;
	min-width:232px;}

header .searchbar {
	float:right;
	margin-top:10px;
	margin-bottom:10px;}
header .searchbar .searchBtn {
	padding:1px;
	background:#b59c58;
	display:inline-block;}
header .searchbar a:hover {
	padding:6px;
	background:#654e1a;
	display: inline-block;
}
header .searchbar img {}
header .searchbar input {
	height:32px;
	vertical-align:top;
	border:1px solid #b59c58;
	outline:none;
	font-size:1.4em;
	text-indent:5px;
	color:#666;
	border-radius:0;
	box-sizing:border-box;}
header .member {
	float:right;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;}
header .member div {
	display:inline-block;
	font-size: 1.5em;
	color:#666;
	margin-right: 10px;
}
header .member div img {
	display:inline;
	vertical-align: middle;
	margin-right:5px;
}
header .member a {
	display:inline-block;
	font-size:1.5em;
	color:#666;
	margin-right:20px;}
header .member a:hover {
	display: inline-block;
	font-size: 1.1em;
	color: #b59c58;
	margin-right: 20px;
}
header .member a img {
	display:inline;
	vertical-align:bottom;
	margin-right:5px;}
header .member a.memberbtn {
	background:#91b493;
	padding:5px;
	color:#fff;
	border-bottom:2px solid #82a284;}
header .member a.memberbtn:hover {
	background:#b59c59;
	padding:5px;
	color:#fff;
	border-bottom:2px solid #a38c50;}
.footfix {
	display:none;}
.banner {
	max-width:1180px;
	margin:60px auto 0;}

/*content*/
.content {
	width:100%;}
.contentBg {
	max-width:940px;
	margin:0 auto;
	padding:0 10px;}
.mainlink {
	margin-top:40px;
	margin-bottom:50px;
	text-align: center;
}
.mainlink a {
	display:inline-block;
	margin:0px;
	width:19%;}
.indProject {
	width: 100%;}
.indProject > div {
	display: inline-block;
}
.indProject .title {
	width:100%;
	height: 110px;
	overflow: hidden;
	position: relative;
}
.indProject .title img {
	width:940px;
	min-width:940px;
}
.indProject .txt {
	width: 34%;
	vertical-align: top;
	line-height: 2;
	font-size: 1.5em;
}
.indProject .txt p {
	margin-bottom:15px;
}
.indProject .pic {
	width:65%;
	max-width: 607px;
	position:relative;
}
.indProject .indprojectslider {
	max-width:540px;
	margin: 0 auto;
	width: 85%;
}
.indProject .indprojectslider li {
	margin-left: 10px;
}
.indProject .indprojectslider li:first-child {
	margin: 0;
};
.indProject .pic .projectControl {
	*height: 0;
}
.indProject .pic .projectControl a {
	text-decoration: none;
	display: block;
	width: 38px;
	height: 60px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.indProject .pic .projectControl a.prev {
	left: 0;
}
.indProject .pic .projectControl a.next {
	right: 0;
}

.indNews, .indService {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.indNews {
	float: left;
	margin-bottom:80px;
}
.indService {
	float: right;
	margin-bottom:80px;
}
.indNews .title, .indService .title {
	width:100%;
	height: 110px;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
}
.indNews .title img, .indService .title img {
	width:460px;
	min-width:460px;
}
.indNews .thumbnails a, .indService .thumbnails a  {
	width: 100%;
	max-width: 131px;
	padding: 1px;
	border: 1px solid #2d4036;
	display: block;
}
.indNews .thumbnails, .indService .thumbnails {
	width: 29%;
	float: left;
}
.indNews .content, .indService .content {
	width: 67%;
	float: right;
}
.indNews .content ul li {
	margin-bottom:10px;
}
.indNews .content div.date {
	color: #fff;
	background:#7ba68c;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: center;
	font-size: 1.3em;
}
.indNews .content div.newstitle {
	display: inline-block;
	width: 66%;
	vertical-align: top;
	color: #333;
	margin-left:2%;
	font-size: 1.5em;
}
.indNews .content div.newstitle:hover {
	display: inline-block;
	width: 66%;
	vertical-align: top;
	color: #b59c59;
	margin-left: 2%;
	font-size: 1.5em;
}
.indService .content a{
	color: #333;
}
.indService .content a:hover {
	color: #b59c59;
}
.indService .content a div {
	line-height: 1.7;
	font-size: 1.5em;
}
.indNews a.more, .indService a.more {
	color: #333;
	float: right;
	font-size: 1.4em;
	margin-top: 10px;
}
.indNews a.more:hover, .indService a.more:hover {
	color: #b59c59;
	float: right;
	font-size: 1.4em;
	margin-top: 10px;
}
.indNews a.more img, .indService a.more img {
	display: inline;
	vertical-align: middle;
}

/*footer*/
.footer {
	width: 100%;
	background:url(../images/bg/footerBg.jpg) no-repeat center bottom;
}
.footerBg {
	margin: 0 auto;
	padding: 30px 10px;
}
.footerBg .address {
	float: left;
	width: 37%;
	font-size: 1.2em;
	border-right: 1px dotted #fff;
}
.footerBg .address p {
	margin-top: 25px;
	color: #000;
	line-height: 1.8;
}
.footerBg .sitemap {
	float: right;
	width: 61%;
	font-size: 1.5em;
}
.footerBg .sitemap a {
	color: #000;
	line-height: 1.8;
}
.footerBg .sitemap a:hover {
	color: #b59c59;
	line-height: 1.8;
}
.footerBg .sitemap a.mainnav {
	color: #fff;
	margin-right:15px;
}

/*內頁Content*/
.contTitle {
	width: 100%;
	background:url(../images/title/titleBg.png) no-repeat top center #fff;
	height: 150px;
	position: absolute;
	top: 186px;
}
.contTitle img {
	margin: 0 auto;
	padding-top:90px;
}
.page {
	margin-top:150px;
	width:100%;
	background:url(../images/bg/contBg.jpg) no-repeat top center;
	/*padding-bottom:20px;*/
}
.pageBg {
	max-width:940px;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/bg/contBg2.png) no-repeat bottom right;
}
.search {
	width:100%;
	background:url(../images/bg/contBg.jpg) no-repeat top center;
}
.searchBg {
	max-width:940px;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/bg/contBg2.png) no-repeat bottom right;
	min-height: 500px;
}
.pageProject {
	margin-top:145px;
	width:100%;
	background:url(../images/bg/contBg.jpg) no-repeat top center;
}
.pageProjectBg {
	width: 100%;
	margin:0 auto;
	padding:0;
	background:url(../images/bg/contBg2.png) no-repeat bottom right;
}
.vippage {
	width:100%;
	background:url(../images/bg/vipAdBg.jpg) no-repeat bottom right;
	background-size: cover;
}
.vippageBg {
	width: 100%;
	margin:0 auto;
	padding:0;
	
}
.vippage2 {
	width:100%;
	background:url(../images/bg/vipBg.jpg) no-repeat bottom right;
	background-size: cover;
}
.vippageBg2 {
	width: 100%;
	margin:0 auto;
	padding:0;
}

/*列表*/
.newsList {
	padding-top:36px;
	margin-bottom:40px;
}
.newsList .newsItem {
	border-bottom: 1px solid #bcbcbc;
	padding:14px 0;
}
.newsList .newsItem a.thumbnails {
	width: 15%;
	max-width: 140px;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.newsList .newsItem .part {
	float: right;
	width: 83%;
}
.newsList .newsItem .part .txt {
	margin-bottom:15px;
}
.newsList .newsItem .part .txt .title {
	float: left;
	font-size: 1.8em;
	color:#978851;
}
.newsList .newsItem .part .txt .date {
	float: right;
	font-size: 1.4em;
	color:#333;
}
.newsList .newsItem .part .details {
	min-height: 50px;
	position: relative;
}
.newsList .newsItem .part .details .cont{
	float: left;
	width: 72%;
	font-size: 1.4em;
	color:#333;
}
.newsList .newsItem .part .details .more{
	float: right;
	display: block;
	font-size: 1.4em;
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
	position: absolute;
	bottom:0;
	right: 0;
}
.newsList .newsItem .part .details .more img {
	display: inline-block;
	margin-left: 5px;
}
/* 181227新增 連絡我們 start */
.contentMore {
	font-size: 0.8em;
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
	bottom:0;
	right: 0;
	margin-left: 10px;
}
.contentMore:hover{
	color: #fff;
}
.contentMore img {
	display: inline-block;
	margin-right: 5px;
}
.contentFloat{
	float: left;
}
/* 181227新增 連絡我們 end */
.page .pageBg .pager{
	text-align: center;
	margin-bottom:30px;
}
.page .pageBg .pager a{
	padding: 5px;
	color:#7f7c72;
	font-size: 1.6em;
	display: inline-block;
}
.page .pageBg .pager a.num:hover {
	background:#b59c58;
	color:#fff;
}
.page .pageBg .pager a.active {
	background:#b59c58;
	color:#fff;
}

.search .searchBg .pager{
	text-align: center;
	margin-bottom:30px;
}
.search .searchBg .pager a{
	padding: 5px;
	color:#7f7c72;
	font-size: 1.6em;
	display: inline-block;
}
.search .searchBg .pager a.num:hover {
	background:#b59c58;
	color:#fff;
}
.search .searchBg .pager a.active {
	background:#b59c58;
	color:#fff;
}

.newsContent {
	padding-top:36px;
	margin-bottom:40px;
}
.newsContent .head {
	border-bottom:1px solid #d3dee7;
	padding-bottom: 3px;
	margin-bottom: 25px;/*60px*/
}
.newsContent .head .title {
	font-size: 2.5em;
	font-weight: bold;
	color:#968751;
	float: left;
}
.newsContent .head .date {
	float: right;
	font-size: 1.6em;
	color:#333;
}
.newsContent .photo {
	/*width: 64%;*/
	/*margin: 0 auto;*/
	/*padding: 4px;*/
	/*border:1px solid #96874d;*/
	margin-bottom: 20px;
}
.newsContent .photo img {
	margin:0 auto;
	/*padding:4px;
	border:1px solid #96874d;*/
}
.newsContent .videoWrapper {
	/*margin-bottom: 10px;*/
	max-width: 560px;
	margin: 0 auto;
}
.newsContent .videoWrapper  iframe {
	width: 560px;
}
.newsContent .txt {
	/*margin-top: 37px;*/
	font-size: 1.6em;
	color:#333;
	line-height: 1.8;
	/*text-align: center;*/
	margin-bottom: 45px;
}
.newsContent .txt p {
	margin-bottom: 10px;
	text-align: left;
	overflow: auto;
}
.newsContent .txt > ol {
	margin-left: 0;
}
.newsContent .txt > ul, .newsContent li {
	margin: 0 1.4em;
}
.newsContent .pageFile {
	font-size: 1.6em;
	line-height: 2.8;
	margin-bottom: 40px;
}
.newsContent .pageFile p {
	font-weight: 600;
	color: #a99554;
	background: rgba(254,243,215,0.4);
	border-bottom: 2px solid #e8d9b3;
	padding: 0 15px;
	letter-spacing: 0.5px;
}
.newsContent .pageFile a {
	color: #006496;
}
.newsContent .pageFile a:hover {
	color: #267ba5;
}
.newsContent .pageFile li {
	padding: 0 15px;
	border-bottom: 1px solid #d3dee7;
}
.newsContent .footerBtn {
	text-align: center;
}
.newsContent a.greenBtn {
	margin: 0 auto 50px;
	width: 25%;
	display: inline-block;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
	margin-right: 15px;
}

.knowMore {
	font-size: 1.8em;
	color:#333;
	border-top:1px dotted #59493f;
	padding-top:30px;
	margin-top: 30px;
	margin-bottom:52px;
}
.knowMore span {
	color:#968751;
}
.knowMore .readBtn {
	font-size: 0.8em;
	background:#b59c59;
	padding:5px;
	color:#fff;
	border-bottom:2px solid #a38c50;
	margin-right: 10px;
}
.knowMore .readBtn img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*活動線上報名 信義集團*/
.activityTag {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top:50px;
}
.activityTag a.SNYKF {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/activitySNYKF01.png) no-repeat center center;
	font-size: 1.7em;
	text-indent: 50px;
	line-height: 56px;
	color:#989488;
}
.activityTag a.SNYKF:hover {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/activitySNYKF02.png) no-repeat center center;
	font-size: 1.7em;
	text-indent: 50px;
	line-height: 56px;
	color:#fff;
}
.activityTag a.SNY {
	display: inline-block;
	width:243px;
	background:url(../images/bg/activitySNY02.png) no-repeat center center;
	font-size: 1.7em;
	text-indent: 50px;
	line-height: 56px;
	color: #fff;
}
a.signUpSearch {
	float: right;
	font-size: 1.8em;
	color: #7f7c72;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	width: 24%;
	text-align: right;
}
a.signUpSearch img {
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.activitySinyi .activityItem {
	width: 44%;
	background:#fff;
	border: 1px solid #ccc;
	padding:0 15px 15px 15px;
	margin-bottom:20px;
}
.activitySinyi .activityItem:nth-child(odd) {
	float: left;
}
.activitySinyi .activityItem:nth-child(even) {
	float: right;
}
.activitySinyi .activityItem .time {
	border-bottom:1px solid #bebebe;
}
.activitySinyi .activityItem .time .txtCol {
	float: left;
	width: 79%;
	padding: 18px 0;
}
.activitySinyi .activityItem .time .txtCol .title{
	color:#333;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom:20px;
}
.activitySinyi .activityItem .time .txtCol .title img {
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.activitySinyi .activityItem .time .txtCol .txt{
	font-size: 1.4em;
	color:#333;
	line-height: 1.6;
}
.activitySinyi .activityItem .time .dateCol {
	float: right;
	width: 18%;
	text-align: center;
}
.activitySinyi .activityItem .time .dateCol .title {
	background:#267ba5;
	color:#fff;
	font-size: 1.2em;
	line-height: 1.8;
	margin-bottom:2px;
}
.activitySinyi .activityItem .time .dateCol .date {
	background:#267ba5;
	color:#fff;
	padding:5px 0;
}
.activitySinyi .activityItem .time .dateCol .date span {
	display: block;
}
.activitySinyi .activityItem .time .dateCol .date span.year {
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
.activitySinyi .activityItem .time .dateCol .date span.month {
	font-size: 1.9em;
}
.activitySinyi .activityItem .details {
	margin-top:18px;
}
.activitySinyi .activityItem .details p{
	font-size: 1.4em;
	color:#333;
	line-height: 1.6;
}
.activitySinyi .activityItem .details a.more {
	float: right;
	display: block;
	font-size: 1.4em;
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
	margin-top:15px;
}
.activitySinyi .activityItem .details a.more img {
	display: inline-block;
	margin-left: 5px;
}

/*活動線上報名 信義開發*/
.activityTagKf {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top:50px;
}
.activityTagKf a.SNYKF {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/activitySNYKF02.png) no-repeat center center;
	font-size: 1.7em;
	text-indent: 50px;
	line-height: 56px;
	color:#fff;
}

.activityTagKf a.SNY {
	display: inline-block;
	width:243px;
	background:url(../images/bg/activitySNY01.png) no-repeat center center;
	font-size: 1.7em;
	text-indent: 50px;
	line-height: 56px;
	color:#989488;
}
.activityTagKf a.SNY:hover {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/activitySNY02.png) no-repeat center center;
	font-size: 1.7em;
	text-indent: 50px;
	line-height: 56px;
	color:#fff;
}

.activitySinyiKF {
	width: 100%;
	/*text-align: justify;
	-ms-text-justify:distribute-all-lines;
	text-justify:distribute-all-lines;*/
}
.activitySinyiKF a.activityKFItem {
	width: 32%;
	margin-bottom:20px;
	display: inline-block;
	/*display:inline;*/
	min-width: 220px;
	vertical-align: top;
	zoom:1;
	float:left;
	margin-right:0.5%;
}
.activitySinyiKF a.activityKFItem:nth-child(4n){
	/*margin-right:0;*/
}
.activitySinyiKF p.clear {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.activitySinyiKF a.activityKFItem .pic{
	width: 100%;
	/*max-width: 220px;*/
	height: 220px;
	overflow: hidden;
	position: relative;
}
.activitySinyiKF a.activityKFItem .pic img {
	min-width: 105%;
}
.activitySinyiKF a.activityKFItem .pic .dateCol {
	width: 65px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	text-align: center;
}
.activitySinyiKF a.activityKFItem .pic .dateCol .date {
	background:#267ba5;
	color:#fff;
	padding:5px 0;
}
.activitySinyiKF a.activityKFItem .pic .dateCol .title {
	background:#267ba5;
	color:#fff;
	font-size: 1.2em;
	line-height: 1.8;
	margin-bottom:2px;
}
.activitySinyiKF a.activityKFItem .pic .dateCol .date span {
	display: block;
}
.activitySinyiKF a.activityKFItem .pic .dateCol .date span.year {
	font-size: 1.3em;
	letter-spacing: 0.2em;
}
.activitySinyiKF a.activityKFItem .pic .dateCol .date span.month {
	font-size: 2.3em;
}
.activitySinyiKF a.activityKFItem .txt {
	width: 100%;
	background:#fff;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding: 10px;
	min-height: 150px;
}
.activitySinyiKF a.activityKFItem .txt .title {
	font-size: 1.8em;
	font-weight: bold;
	color:#333;
	margin-bottom: 15px;
}
.activitySinyiKF a.activityKFItem .txt .stxt {
	font-size: 1.2em;
	color: #333;
	line-height: 1.8;
}
.activitySinyiKF a.activityKFItem .details {
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4em;
}
.activitySinyiKF a.activityKFItem:nth-child(6n+1) .details{
	background:url(../images/bg/kfBg01.jpg) repeat;
}
.activitySinyiKF a.activityKFItem:nth-child(6n+2) .details{
	background:url(../images/bg/kfBg02.jpg) repeat;
}
.activitySinyiKF a.activityKFItem:nth-child(6n+3) .details{
	background:url(../images/bg/kfBg03.jpg) repeat;
}
.activitySinyiKF a.activityKFItem:nth-child(6n+4) .details{
	background:url(../images/bg/kfBg04.jpg) repeat;
}
.activitySinyiKF a.activityKFItem:nth-child(6n+5) .details{
	background:url(../images/bg/kfBg05.jpg) repeat;
}
.activitySinyiKF a.activityKFItem:nth-child(6n+6) .details{
	background:url(../images/bg/kfBg06.jpg) repeat;
}
.activitySinyiKF a.activityKFItem .details table {
	
}
.activitySinyiKF a.activityKFItem .details table tr td {
	line-height: 2;
}
.activitySinyiKF a.activityKFItem .details table tr td:nth-child(1) {
	width: 55%;
}
.activitySinyiKF a.activityKFItem .details table tr td img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*活動 已報名列表*/
.activitySignUp {
	margin-top:20px;
}
.activitySignUp .activityItem {
	width: 44%;
	background:#fff;
	border: 1px solid #ccc;
	padding:0 15px 15px 15px;
	margin-bottom:20px;
}
.activitySignUp .activityItem:nth-child(odd) {
	float: left;
}
.activitySignUp .activityItem:nth-child(even) {
	float: right;
}
.activitySignUp .activityItem .time {
	border-bottom:1px solid #bebebe;
}
.activitySignUp .activityItem .time .txtCol {
	width: 100%;
	padding: 18px 0;
}
.activitySignUp .activityItem .time .txtCol .title{
	color:#333;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom:20px;
}
.activitySignUp .activityItem .time .txtCol .title img {
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.activitySignUp .activityItem .time .txtCol .txt{
	font-size: 1.4em;
	color:#333;
	line-height: 1.6;
}
.activitySignUp .activityItem .details {
	margin-top:18px;
}
.activitySignUp .activityItem .details p{
	font-size: 1.4em;
	color:#333;
	line-height: 1.6;
}
.activitySignUp .activityItem .details a.more {
	float: right;
	display: block;
	font-size: 1.4em;
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
	margin-top:15px;
}
.activitySignUp .activityItem .details a.more img {
	display: inline-block;
	margin-left: 5px;
}
.signUpTitle {
	width:100%;
	height: 110px;
	overflow: hidden;
	position: relative;
}
.signUpTitle img {
	width:940px;
	min-width:940px;
}

a.signupgreenBtn {
	margin: 100px auto 50px;
	width: 25%;
	display: block;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}

/*活動內容頁*/
.activityContent {
	padding-top:36px;
	margin-bottom:40px;
}
.activityContent .head {
	border-bottom:1px solid #d3dee7;
	padding-bottom: 3px;
	margin-bottom:60px;
}
.activityContent .head .title {
	font-size: 2.5em;
	font-weight: bold;
	color:#968751;
	float: left;
}
.activityContent .photoslider {
	/*max-width: 602px;*/
	margin: 0 auto;
}
.activityContent .photoslider .slides li {
	max-height:300px;
}
.activityContent .photoslider .slides li img{
	margin:0 auto;
	height:inherit;
	max-height:300px;
}
.activityContent .photoslider div.flex-viewport {
	border:1px solid #96874d;
}
.activityContent .photoslider .flex-control-thumbs {
	margin: 10px 0 0;
}
.activityContent .photoslider ol.flex-control-nav li {
	float: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 4px;
	border:1px solid #d4d4d4;
	margin: 0 4px;
}
.activityContent .photoslider ol.flex-control-nav li img {
	min-height: 100%;
}
.activityContent .photo {
	width: 64%;
	margin: 0 auto;
	padding: 4px;
	border:1px solid #96874d;
}
.activityContent .txt {
	margin-top: 37px;
	font-size: 1.6em;
	color:#333;
	line-height: 1.8;
}
.activityContent .txt .title{
	font-size: 1.25em;
	color: #968751;
	margin-bottom:10px;
}
.activityContent .txt p {
	margin-bottom:20px;
}
.activityContent a.greenBtn {
	margin: 0 auto 50px;
	width: 19%;
	display: block;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.activityContent .details {
	margin-top:30px;
}
.activityContent .details .leftCol {
	float: left;
	width: 50%;
	font-size: 1.6em;
	color: #333;
	line-height: 2.3;
}
.activityContent .details .rightCol {
	float: left;
	width: 50%;
	font-size: 1.6em;
	color: #333;
	line-height: 2.3;
}
.activityContent .details img {
	margin-right: 20px;
	display: inline-block;
	float: left;
	margin-top:5px;
}
.activityContent .details span {
	float: right;
	display: inline-block;
	width: 88%;
}
.activityContent .deuxBtn {
	margin:0 auto 50px;
	text-align: center;
}
.activityContent .deuxBtn a {
	display:inline-block;
}
.activityContent .deuxBtn a.greenBtn {
	margin: 0 6px;
	width: 19%;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.activityContent .deuxBtn a.yellowBtn {
	margin: 0 6px;
	width: 19%;
	background:#b59c58;
	color:#fff;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}

/*建案列表*/
.projectListContent {
	padding-top:36px;
	margin-bottom:40px;
}
.projectListContent .listItem {
	background:#fbfbfb;
	margin-bottom:30px;
}
.projectListContent .listItem .projectslider {
	max-width: 940px;
	margin: 0 auto;
}
.projectListContent .listItem .projectslider .flex-control-thumbs {
	margin: 24px 0 15px;
	width: 49%;
	float: left;
	border-right: 1px solid #ccc;
}
.projectListContent .listItem .projectslider ol.flex-control-nav li {
	float: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 4px;
	border:1px solid #d4d4d4;
	margin: 0 4px;
}
.projectListContent .listItem .projectslider ol.flex-control-nav li img {
	min-height: 100%;
}
.projectListContent .listItem .txt {
	width: 49%;
	float: right;
	text-align: left;
	margin:24px 0 15px;
	font-size: 1.6em;
	color: #363930;
	line-height: 1.8;
	padding: 0 0 0 25px;
	box-sizing:border-box;
}
.projectListContent .listItem .link{
	width: 100%;
	background:#ecece9;
	text-align: right;
}
.projectListContent .listItem .link a img {
	display: inline-block;
	margin-left:5px;
}
.projectListContent .listItem .link a.more {
	display: block;
	font-size: 1.4em;
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
	margin:15px 25px;
	display: inline-block;
}
.projectListContent .listItem .link a.quesBtn {
	display: block;
	font-size: 1.4em;
	background:#b59c59;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #a38c50;
	margin:15px 25px 15px 5px;
	display: inline-block;
}

/*projects 開發中建案*/
.projectBigslider {
	width: 100%;
	margin: 0 auto;
	padding-top: 36px;
}
.projectBigslider .flex-control-nav {
	margin-top: -25px;
}
.projectBigslider ul li img {
	width: 100%;
}  
.dprojectContent {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
.dprojectContent .projectTag {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top:50px;
}
.projectTag a.info {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/projectInfo02.png) no-repeat center center;
	background-size:contain;
	font-size: 1.7em;
	text-indent: 30px;
	line-height: 56px;
	color:#fff;
}
.projectTag a.questionnaire {
	display: inline-block;
	width:243px;
	background:url(../images/bg/projectQ01.png) no-repeat center center;
	background-size:contain;
	font-size: 1.7em;
	text-indent: 30px;
	line-height: 56px;
	color: #989488;
}
.projectTag a.questionnaire:hover {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/projectQ02.png) no-repeat center center;
	background-size:contain;
	font-size: 1.7em;
	text-indent: 30px;
	line-height: 56px;
	color:#fff;
}

.dprojectContent .quesTag {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top:50px;
}
.quesTag a.info {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/projectInfo01.png) no-repeat center center;
	background-size:contain;
	font-size: 1.7em;
	text-indent: 30px;
	line-height: 56px;
	color:#989488;
}
.quesTag a.info:hover {
	display: inline-block;
	width: 243px;
	background:url(../images/bg/projectInfo02.png) no-repeat center center;
	background-size:contain;
	font-size: 1.7em;
	text-indent: 30px;
	line-height: 56px;
	color:#fff;
}
.quesTag a.questionnaire {
	display: inline-block;
	width:243px;
	background:url(../images/bg/projectQ02.png) no-repeat center center;
	background-size:contain;
	font-size: 1.7em;
	text-indent: 30px;
	line-height: 56px;
	color: #fff;
}

.dprojectContent .txt{
	width: 100%;
	max-width: 960px;
	margin-top:10px;
}
.dprojectContent .txt .top {
	background:url(../images/bg/projectTxtBg-top.png) no-repeat top right;
	/*width: 100%;*/
	margin-left: 10px;
	height: 52px;
}
.dprojectContent .txt .maintxt {
	background:url(../images/bg/projectTxtBg-m.png) repeat;
	max-width: 940px;
	margin: 0 10px;
	padding: 0 15px;
	font-size:1.6em;
	color:#333;
	line-height: 1.8;
}
.dprojectContent .txt .bottom {
	background:url(../images/bg/projectTxtBg-bottom.png) no-repeat bottom left;
	/*width: 100%;*/
	margin-right:10px;
	height: 52px;
}
.dprojectContent .infodetails {
	/*width: 100%;*/
	max-width: 940px;
	margin: 30px auto 0;
	padding:0 10px;
}
.dprojectContent .infodetails .leftCol {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	float: left;
}
.dprojectContent .infodetails .rightCol {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	float: right;
}
.dprojectContent .infodetails .leftCol .line {
	border-bottom:1px dotted #59493f;
}
.dprojectContent .infodetails .rightCol .line {
	border-bottom:1px dotted #59493f;
}
.dprojectContent .infodetails .leftCol .line .title, .dprojectContent .infodetails .rightCol .line .title {
	width: 32%;
	display: inline-block;
	text-align: center;
	font-size: 1.6em;
	color:#333;
	line-height: 2.7;
}
.dprojectContent .infodetails .leftCol .line .cont, .dprojectContent .infodetails .rightCol .line .cont {
	width: 68%;
	display: inline-block;
	font-size: 1.6em;
	color:#968751;
	line-height: 2.7;
}
.dprojectContent .map {
	/*width: 100%;*/
	max-width: 940px;
	padding: 0 10px;
	margin-top:30px;
	margin-bottom:30px;
}
.dprojectContent .map .mapbtn {
	text-align: right;
	margin-bottom:10px;
}
.dprojectContent .map .mapbtn a {
	display: inline-block;
	font-size: 1.56em;
	color:#968751;
	margin-left: 10px;
}
.dprojectContent .map .mapbtn a img{
	display: inline-block;
	vertical-align: bottom;
	margin-right:5px;
}
.dprojectContent .map .mapcont {
	width: 100%;
	border: 1px solid #968751;
	box-sizing:border-box;
	margin-bottom:20px;
}
.dprojectContent .map .coordinate {
	font-size: 1.5em;
	color:#333;
}
.dprojectContent .txt .maintxt form {
	line-height: 2;
}
.dprojectContent .txt .maintxt form .question {
	border-bottom: 1px dotted #59493f;
	padding:20px 0;
}
.dprojectContent .txt .maintxt form .question:last-child {
	border-bottom:0;
}
.dprojectContent .txt .maintxt form .question label {
	color:#96874d;
	display: block;
	width: 100%;
}
.dprojectContent .txt .maintxt form .question .check .item {
	display: inline-block;
	width: 24%;
}
.dprojectContent .txt .maintxt form input[type="checkbox"]{
	vertical-align: middle;
	border:1px solid #d3bd83;
}
.dprojectContent .txt .maintxt form .check .item span{ 
	margin-left:5px;}
.dprojectContent .deuxBtn {
	text-align: center;
	margin: 40px 0 80px;
}
.dprojectContent .deuxBtn a, .dprojectContent .deuxBtn input{
	display:inline-block;
	vertical-align: top;
}
.dprojectContent .deuxBtn a.greenBtn {
	margin: 0 6px;
	width: 19%;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.dprojectContent .deuxBtn a.yellowBtn {
	margin: 0 6px;
	width: 19%;
	background:#b59c58;
	color:#fff;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.dprojectContent .deuxBtn input.greenBtn {
	margin: 0 6px;
	width: 19%;
	background:#91b493;
	color:#fff;
	border-top:0;
	border-left: 0;
	border-right:0;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
	border-radius:0;
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari 和 Chrome */
}
.dprojectContent .deuxBtn input.yellowBtn {
	margin: 0 6px;
	width: 19%;
	background:#b59c58;
	color:#fff;
	border-top:0;
	border-left: 0;
	border-right:0;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
	border-radius:0;
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari 和 Chrome */
}

.leadphotoslider {
	max-width: 940px;
	margin: 0 auto;
}
.leadphotoslider .slides li {
	max-height:300px;
}
.leadphotoslider .slides li img{
	margin:0 auto;
	height:inherit;
	max-height:300px;
}
.leadphotoslider .flex-control-nav {
	margin-top: -25px;
}
.leadphotoslider .flex-control-thumbs {
	margin: 10px 0 0;
}
.leadphotoslider ol.flex-control-nav li {
	float: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	padding: 4px;
	border:1px solid #d4d4d4;
	margin: 0 4px;
}
.leadphotoslider ol.flex-control-nav li img {
	min-height: 100%;
}
.crafttitle {
	font-size: 1.1em;
	color: #96874d;
	margin-bottom: 20px;
}
.craftul {
	list-style-image: url(../images/icon/liicon.png);
	list-style-position: inside;
	line-height: 2;
	margin-bottom: 30px;
}
.craftphoto {
	margin-bottom: 40px;
	text-align: center;
}
.craftphoto img {
	margin: 0 auto;
}
.housingol {
	list-style-position: inside;
}

/*線上模擬展示頁*/
.simulateContent {
	padding-top:36px;
	margin-bottom:40px;
}
.simulateContent .head {
	border-bottom:1px solid #d3dee7;
	padding-bottom: 3px;
	margin-bottom:40px;
}
.simulateContent .head .title {
	font-size: 2.5em;
	font-weight: bold;
	color:#968751;
	float: left;
}
.simulateContent .foreword {
	font-size: 1.6em;
	line-height: 1.8;
	color: #333;
}
.simulateContent .txt {
	margin-top: 40px;
}
.simulateContent .txt .title{
	color: #69581c;
	margin-bottom:10px;
	font-size: 2.1em;
	font-weight: bold;
	float: left;
}
.simulateContent .txt .threedBtn {
	float: right;
	display: block;
	font-size: 1.4em;
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
}
.simulateContent .txt .threedBtn img {
	display: inline-block;
	margin-left: 5px;
}
.simulateContent .txt p {
	font-size: 1.8em;
	line-height: 1.6;
	color: #333;
}
.simulateContent .txt .photo img {
	margin: 0 auto;
}
.simulateContent .txt .videocont {
	max-width: 800px;
	margin: 30px auto 0;
	position: relative;
}
.simulateContent .txt .videocont .stxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:rgba(0,0,0,0.8);
	color:#fff;
	font-size: 1.6em;
	line-height: 1.8;
	text-indent: 10px;
}

.simulateContent .txt .videocont video{
	width: 100%;
}
.simulateContent .deuxBtn {
	margin:50px auto;
	text-align: center;
}
.simulateContent .deuxBtn a {
	display:inline-block;
}
.simulateContent .deuxBtn a.greenBtn {
	margin: 0 6px;
	width: 25%;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.simulateContent .deuxBtn a.yellowBtn {
	margin: 0 6px;
	width: 25%;
	background:#b59c58;
	color:#fff;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.simulateContent .txt p.supervisetxt {
	margin-top: 20px;
}

/*專屬會員服務*/
.serviceIntroTitle {
	width:100%;
	height: 110px;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
}
.serviceIntroTitle img {
	width:940px;
	min-width:940px;
}
.serviceIntroSec {
	margin-bottom:60px;
}
.serviceIntroSec .title {
	font-size: 2em;
	color: #978851;
	margin-bottom:20px;
}
.serviceIntroSec .details {
	font-size: 1.6em;
	color: #333;
	margin-bottom:20px;
}
.serviceIntroSec .details a {
	color:#006496;
}
.serviceIntroSec .details a img {
	display: inline-block;
	margin-right:5px;
}
.serviceIntroSec .membericon{
	width: 100%;
	text-align: center;
}
.serviceIntroSec .membericon .serviceitem{
	display: inline-block;
	font-size: 2em;
	color:#333;
	width: 30%;
	vertical-align: top;
}
.serviceIntroSec .membericon .serviceitem img {
	margin: 0 auto 15px;
}
.serviceIntroSec .registerIcon {
	width: 100%;
	text-align: center;
}
.serviceIntroSec .registerIcon .step {
	display: inline-block;
	font-size: 2em;
	color:#333;
	width: 25%;
	vertical-align: top;
}
.serviceIntroSec .registerIcon .step img {
	margin:0 auto 15px;
}
.serviceIntroSec .VIPicon{
	width: 100%;
	text-align: center;
}
.serviceIntroSec .VIPicon .serviceitem{
	display: inline-block;
	font-size: 2em;
	color:#333;
	width: 33%;
	margin-bottom: 20px;
	vertical-align: top;
}
.serviceIntroSec .VIPicon .serviceitem img {
	margin: 0 auto 15px;
}
/*建置中*/
.pageUndercons{
	background: url(../images/bg/contBg.jpg) no-repeat center center;	
}
.underconsSec{
	min-height: 200px; 
	padding-top: 100px;
}
/*客戶QA*/
.faqfilter .selectBar {
	float: left;
}
.faqfilter .selectBar a {
	display: inline-block;
	color:#fff;
	background:#b59c58;
	font-size: 1.6em;
	padding: 0 10px;
	line-height: 32px;
}
.faqfilter .selectBar input {
	display: inline-block;
	color:#fff;
	background:#b59c58;
	font-size: 1.6em;
	padding: 0 10px;
	line-height: 37px;
	border: 0;
	border-radius: 0;
}
.faqfilter .selectBar .select-style {
	padding: 0;
	margin-right:5px;
	border:1px solid #b59c58;
	width: 290px;
	overflow: hidden;
	background-color:#fff;
	background:#fff url(../images/icon/selectIcon.jpg) no-repeat 100% 50%;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.faqfilter .selectBar .select-style select {
	padding: 7px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6em;
}
.faqfilter .selectBar .select-style select:focus {
	outline:none;
}
.faqfilter .faqsearch {
	float:right;
	font-size: 1.6em;}
.faqfilter .faqsearch a {
	padding:6px;
	background:#b59c58;
	display:inline-block;
	vertical-align: middle;}
.faqfilter .faqsearch a:hover {
	padding:6px;
	background:#654e1a;
	display: inline-block;
}
.faqfilter .faqsearch input.searchBtn {
	background:#b59c58;
	padding: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.faqfilter .faqsearch img {}
.faqfilter .faqsearch input {
	height:32px;
	vertical-align:middle;
	border:1px solid #b59c58;
	outline:none;
	text-indent:5px;
	color:#666;
	margin-left: 10px;
	border-radius:0;
	box-sizing:border-box;
}

.faqmain {
	margin:65px 30px 50px;
}
.faqmain .title {
	font-size: 1.8em;
	color:#b59c58;
	margin-bottom:24px;
}
.faqbox {
	margin-bottom: 2px;
}
.faqbox .boxTitle {
	/*width:100%;*/
	color:#333;
	font-size: 1.8em;
	line-height: 1.7;
	/*text-indent: 15px;*/
	padding:5px 35px 5px 10px;
}
.plus {background:#cee3cf url(../images/icon/plus.png) no-repeat 99% center;}
.minus {background:#cee3cf url(../images/icon/minus.png) no-repeat 99% center;}
.faqbox .cont {
	background:#fff;
	font-size: 1.6em;
	padding: 20px 20px 20px 45px;
	line-height: 1.5;
}
.faqbox .hide {
	display: none;
}
.faqform form {
	width: 100%;
	font-size: 1.6em;
	color:#333;
}
.faqform form textarea {
	max-width:920px;
	width: 97%;
	border:1px solid #b59c58;
	padding: 10px;
	min-height: 130px;
	border-radius: 0;
}
.faqform form input[type="checkbox"]{
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	/*zoom: 1.6;*/
	vertical-align: middle;
	border:1px solid #d3bd83;
	margin:20px 10px 20px 5px;
}
.faqform form label {
	width: 16%;
	display: inline-block;
	vertical-align: middle;
}
.faqform form div.photoupload {
	display: inline-block;
	vertical-align: middle;
	width: 83%;
}
.faqform form div.photoupload .filename, .faqform form div.photoupload a {
	display: inline-block;
}
.faqform form div.photoupload .filename {
	width: 40%;
	max-width: 330px;
	border: 1px solid #d3bd83;
	text-indent: 10px;
	line-height: 2;
	box-sizing:border-box;
	margin-bottom: 20px;
	background:#fff;
}
.faqform form div.photoupload input.viewbtn {
	background:#b59c58;
	color:#fff;
	line-height: 2;
	padding: 0 10px;
	margin-right:5px;
	margin-bottom: 10px;
	vertical-align: top;
	border: 1px solid #b59c58;
	border-radius: 0;
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari 和 Chrome */
}
.faqform form img {
	display: inline-block;
	vertical-align: middle;
}

.faqform form input.captcha {
	height:29px;
	vertical-align:middle;
	border:1px solid #b59c58;
	outline:none;
	text-indent:5px;
	color:#666;
	margin-right:10px;
	border-radius: 0;
}
.faqdeuxBtn {
	margin:40px auto 50px;
	text-align: center;
}
.faqdeuxBtn a {
	display:inline-block;
}
.faqdeuxBtn a.greenBtn {
	margin: 0 6px;
	width: 19%;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.faqdeuxBtn a.yellowBtn {
	margin: 0 6px;
	width: 19%;
	background:#b59c58;
	color:#fff;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.faqdeuxBtn input.greenBtn {
	margin: 0 6px;
	width: 19%;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.faqdeuxBtn input.yellowBtn {
	margin: 0 6px;
	width: 19%;
	background:#b59c58;
	color:#fff;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.faqresultbox {
	margin-bottom: 2px;
}
.faqresultbox .boxTitle {
	width:100%;
	color:#333;
	font-size: 1.8em;
	line-height: 1.7;
	text-indent: 15px;
	background:#cee3cf;
}
.faqresultbox .cont {
	background:#fff;
	font-size: 1.6em;
	padding: 20px 20px 20px 45px;
	line-height: 1.5;
}
.faqresultbox .hide {
	display: none;
}
.searchnote {
	color: #ff0000;
}

.vipIntroTopic {
	margin-bottom:20px;
}
.vipIntroTitle {
	font-size: 2em;
	font-weight: bold;
	color:#333;
	margin-bottom:18px;
}
.vipIntroDetails {
	font-size: 1.6em;
	color:#333;
	padding-bottom:30px;
	line-height: 1.7;
}
.vippageBg .VIPicon{
	width: 100%;
	text-align: center;
	padding: 60px 0 30px;
}
.vippageBg .VIPicon .serviceitem{
	display: inline-block;
	font-size: 2em;
	color:#333;
	width: 33%;
	margin-bottom: 20px;
	vertical-align: top;
}
.vippageBg .VIPicon .serviceitem img {
	margin: 0 auto 15px;
}
.vippageBg .VIPicon a.loginVIP {
	margin: 20px auto;
	width: 19%;
	display: block;
	background:#f2f2f2;
	color:#7f7c72;
	border-bottom:2px solid #d9d9d9;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}

/*尊榮專區*/
.projectSelect {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.projectSelect span.title {
	color:#5e5b52;
	font-size: 2em;
	font-weight: bold;
	margin-bottom:10px;
	display:block;
}
.projectSelect .select-style {
	padding: 0;
	margin-right:5px;
	border:1px solid #7f7c72;
	width: 280px;
	overflow: hidden;
	background-color:#fff;
	background:#fff url(../images/icon/selectIconBrown.jpg) no-repeat 100% 50%;
	background-size: contain;
	vertical-align: top;
}
.projectSelect .select-style select {
	padding: 7px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6em;
}
.projectSelect .select-style select:focus {
	outline:none;
}
.vipDetails {
	font-size: 1.8em;
	line-height: 1.6;
	padding-top:25px;
	padding-bottom:30px;
}
input.projectSelectBtn {
	display: inline-block;
	font-size: 1.4em;
	background:#91b493;
	padding:8px;
	color:#fff;
	border-bottom:2px solid #82a284;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	appearance:button;
	-webkit-appearance:button;
	-moz-appearance:button;
}

/*尊榮專區nav*/
.vipnav {
	width: 24%;
	float: left;
	margin:40px 0 50px 1%;
}
.vipcont {
	width: 69%;
	float: right;
	margin: 40px 3% 50px;
}
.vipcont-board {
	width: 97%;
	max-width: 940px;
    margin: 0 auto;
	float: none;
	padding: 0 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
}

.vipcont-board .toggle {
	width: 30px;
	height: 30px;
    background: url(../images/icon/arrow.png) no-repeat top left;
    cursor: pointer;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.vipcont-board .rotate_90 {
	display: block;
	width: 30px;
	height: 30px;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.f_left {
	float: left !important;
	margin-right: 5px;
}
.board-header {
	float: left;
	color: #5e5b52;
    font-size: 2em;
    font-weight: bold;
}
.board-more {
	display: inline-block;
}
.f_right {
	float: right !important;
}
.f_right a {
	font-size: 1.6em;
	color: #a99554;
}

.board-list {
	width: 100%;
	padding-bottom: 10px;
}
.f_date{
	float: left !important;
	width: 100%;
	margin: 10px 0;
}
.f_date p {
	display: inline-block;
}
.f_date img {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: -8px;
}
.f_date input[type="text"],input[type="date"] {
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari 和 Chrome */
	padding:0 6px; 
	color: #5e5b52;
	font-size: 1.6em;
	width: 130px;
	height: 23px;
	border: 1px solid #5e5b52;
	border-radius: 0;
}
.search-text input[type="text"] {
	width: 150px !important;
}
.search-text input[type="button"] {
	height: 26px;
	color: #fff;
	font-size: 1.6em;
	background-color: #b59c58; 
	border: 0;
	border-radius: 0;
	min-width: 50px;
}
.search-text input[type="button"]:hover {
	color: #b59c58;
	font-size: 1.6em;
	background-color: #fff; 
	border: 1px solid #b59c58;
}
.mobile-span{
	display: none;
}


.vipnav ul li a {
	display: block;
	padding: 13px 0;
}
.vipnav ul li a .icon {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
}
.vipnav ul li a:hover .icon {
	display: inline-block;
	vertical-align: middle;
	visibility: visible;
}
.vipnav ul li a .txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 2em;
	color:#a8a396;
	font-weight: bold;
}
.vipnav ul li a:hover .txt {
	color: #a99554;
}
.vipnav ul li a .txt span {
	font-size: 0.6em;
	display: block;
	font-weight: normal;
}

/*尊榮專區nav active*/
.vipnav ul li a.active .icon{
	display: inline-block;
	vertical-align: middle;
	visibility: visible;
}
.vipnav ul li a.active .txt {
	color: #a99554;
}

/*我的建物列表*/
.vipcont .myProject {
	margin-bottom: 30px;
}
.vipcont .myProject .projectPhoto {
	float: right;
	width: 50%;
	/*vertical-align: top;*/
	padding-top: 15%; 
}
.vipcont .myProject .projectDetails {
	float: left;
	width: 50%;
	vertical-align: top;
	margin-top:20px;
}
.vipcont .myProject .projectDetails .name {
	font-size: 2.6em;
	font-weight: bold;
	color:#a99554;
}
.vipcont .myProject .projectDetails .name .num {
	/*display: inline-block;*/
	background:url(../images/icon/vipNumIcon.png) no-repeat center center;
	text-align:center;
	width: 57px;
	line-height: 53px;
	color:#006496;
	margin-right: 10px;
}
.vipcont .myProject .projectDetails .note {
	font-size: 1.8em;
	color:#333;
	text-indent: 10px;
	line-height: 2;
}
.vipcont .myProject .projectDetails .note img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.vipcont .myProject .projectDetails .txt {
	font-size: 1.4em;
	line-height: 1.8;
	margin-top:30px;
	padding-right: 20px;
}
.vipcont .videocont {
	margin: 10px auto 0;
	position: relative;
}
.vipcont .videocont .stxt {
	color:#a8a396;
	font-size: 1.8em;
	font-weight:bold;
	line-height: 1.8;
	text-indent: 10px;
}
.vipcont .videocont a {
	display:block;
	width:100%;
}
.vipcont .videocont a img {
	width:100%;
}
.vipcont .videocont video{
	width: 100%;
}
.vipcont .simulateIcon {
	width: 100%;
	text-align: center;
}
.vipcont .simulateIcon .simulateNote {
	display: none;
}
.vipcont .simulateIcon a {
	display: inline-block;
	width: 23%;
	text-align: center;
	font-size: 2em;
	color:#333;
}
.vipcont .simulateIcon a img {
	margin: 0 auto 10px;
}
.vipcont .viplink {
	width: 100%;
	color: #d81919;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
.vipcont .viplink a {
	color: #d81919;
}
.vipcont .viplink img {
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: text-bottom;
	padding-right: 6px;
}
.vipcont table {
	width: 100%;
	font-size: 1.6em;
	line-height: 2.7;
	/*margin-top:35px;*/
	-moz-box-shadow:0px 5px 5px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow:0px 5px 5px rgba(20%,20%,40%,0.3);
	box-shadow:0px 5px 5px rgba(20%,20%,40%,0.3);
}
.board-date {
	text-align: left !important;
	padding-left: 20px;
	width: 15%;
}
.board-title {
	text-align: left !important;
	padding-left: 20px;
	width: 82%;
	padding-right: 10px;
}
.board-link {
	cursor: pointer;
}
.board-link:hover {
	color: #A99552;
}
.vipcont table th {
	/*text-align: left;*/
}
.vipcont table tr th:nth-child(2) {
	text-align:left;
}
.vipcont table tr th:nth-child(3) {
	text-align:left;
}
.vipcont tr:nth-child(2n+2) {
	background:#fff;
}
.vipcont tr:nth-child(2n+3) {
	background:#e8e7e4;
}
.vipcont tr:first-child {
	background:#a89f83;
	color:#fff;
}
.vipcont tr td {
	vertical-align: middle;
}
.vipcont tr td:first-child {
	width: 14%;
	text-align:center;
}
.vipcont tr td:nth-child(3) {
	width: 20%;
}
.vipcont tr td:last-child {
	width: 14%;
	text-align:center;
}
.vipcont tr td:last-child a img{
	margin: 0 auto;
}

.vipcont .askbtn{
	float: right;
	display: block;
	font-size: 1.4em;
	background:#91b493;
	padding:8px 15px;
	color:#fff;
	border-bottom:2px solid #82a284;
	margin-top:35px;
}
.vipcont .askbtn img {
	display: inline-block;
	margin-left: 5px;
}

.vipfaq {
	margin-top:10px;
}
.vipfaqbox {
	margin-bottom: 20px;
}
.vipfaqbox .boxTitle {
	width:100%;
	color:#333;
	font-size: 1.8em;
	line-height: 1.7;
	background-color:#f0d6a5;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.vipfaqbox .boxTitle .question {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	color:#7f7c72;
}
.vipfaqbox .boxTitle .reply {
	display: inline-block;
	vertical-align: middle;
	color:#7f7c72;
}
.vipfaqbox .boxTitle .question span{
	display: block;
	font-size: 0.6em;
}
.down {background:#f0d6a5 url(../images/icon/downicon.png) no-repeat 98% center;}
.up {background:#f0d6a5 url(../images/icon/upicon.png) no-repeat 98% center;}
.vipfaqbox .cont {
	background:#fff;
	font-size: 1.6em;
	padding: 20px;
	line-height: 1.7;
}
.vipfaqbox .hide {
	display: none;
}

.vipfaqbox_noreply {
	margin-bottom: 20px;
}
.vipfaqbox_noreply .boxTitle {
	width:100%;
	color:#333;
	font-size: 1.8em;
	line-height: 1.7;
	background-color:#e1f3f5;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.vipfaqbox_noreply .boxTitle .question {
	display: inline-block;
	width: 85%;
	vertical-align: middle;
	color:#7f7c72;
}
.vipfaqbox_noreply .boxTitle .reply {
	display: inline-block;
	vertical-align: middle;
	color:#7f7c72;
}
.vipfaqbox_noreply .boxTitle .question span{
	display: block;
	font-size: 0.6em;
}

.vipaskTitle {
	font-size: 2.6em;
	color: #656255;
	font-weight: bold;
	margin-bottom:15px;
}
.vipcont .faqform form {
	width: 100%;
	font-size: 1.6em;
	color:#333;
}
.vipcont .faqform form textarea {
	max-width: 750px;
	width: 100%;
	border:1px solid #b59c58;
	padding: 10px;
	min-height: 130px;
	margin-bottom: 20px;
	box-sizing:border-box;
}
.vipcont .faqform form label {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}
.vipcont .faqform form div.photoupload {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	margin-bottom:10px;
}
.vipcont .faqform form div.photoupload .filename, .faqform form div.photoupload a {
	display: inline-block;
}
.vipcont .faqform form div.photoupload .filename {
	width: 40%;
	max-width: 330px;
	border: 1px solid #d3bd83;
	text-indent: 10px;
	line-height: 2;
	box-sizing:border-box;
	margin-bottom: 10px;
	background:#fff;
}
.vipcont .faqform form div.photoupload input.viewbtn {
	background:#b59c58;
	color:#fff;
	line-height: 2;
	padding: 0 10px;
	margin-right:5px;
	margin-bottom: 10px;
	vertical-align: top;
	border: 1px solid #b59c58;
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari 和 Chrome */
}
.vipcont .faqform form img {
	display: inline-block;
	vertical-align: middle;
}
.vipcont .faqdeuxBtn {
	margin:40px auto 50px;
	text-align: center;
}
.vipcont .faqdeuxBtn a {
	display:inline-block;
}
.vipcont .faqdeuxBtn a.greenBtn {
	margin: 0 6px;
	width: 23%;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}
.vipcont .faqdeuxBtn a.yellowBtn {
	margin: 0 6px;
	width: 23%;
	background:#b59c58;
	color:#fff;
	border-bottom:2px solid #a38c4f;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}

.recruittitle {
	font-size: 1.1em;
	color: #96874d;
	margin-bottom: 20px;
}
.recruittxt {
	padding-bottom:130px;
}

.contactContent {
	padding-top:20px;
	margin-bottom:40px;
}
.contactContent .txt {
	margin-top: 37px;
	font-size: 1.6em;
	color:#333;
	line-height: 1.8;
}
.contactContent .txt p {
	margin-bottom:20px;
}
.contactContent .map {
	/*width: 100%;*/
	max-width: 940px;
	/*padding: 0 10px;*/
	margin-top:30px;
}
.contactContent .map .mapbtn {
	text-align: right;
	margin-bottom:10px;
}
.contactContent .map .mapbtn a {
	display: inline-block;
	font-size: 1.56em;
	color:#968751;
	margin-left: 10px;
}
.contactContent .map .mapbtn a img{
	display: inline-block;
	vertical-align: bottom;
	margin-right:5px;
}
.contactContent .map .mapcont {
	width: 100%;
	border: 1px solid #968751;
	box-sizing:border-box;
	margin-bottom:20px;
}
.contactContent .map .coordinate {
	font-size: 1.5em;
}

/*品牌源起 style*/
.brandPage01 {
	margin-top:150px;
	width:100%;
	background:url(../images/bg/brandbg01.jpg) no-repeat right bottom;
	background-size:cover;
}
.brandBg01 {
	max-width:940px;
	margin:0 auto;
	padding:45px 10px 33px;
}
.brandBg01 .title {
	float: left;
	width: 14.8%;
}
.brandBg01 .title img {
	float: right;
}
.brandBg01 .txt {
	float: right;
	width: 83%;
	margin-top:55px;
	font-size: 1.6em;
	line-height: 1.8;
	color:#333;
}
.brandBg01 .txt span {
	display: block;
	font-weight: bold;
}
.brandBg01 .txt p {
	margin-bottom:20px;
}

.brandPage02 {
	width:100%;
	background:url(../images/bg/bg.jpg) no-repeat top center;
	padding:60px 0 40px;
}
.brandBg02 {
	max-width:940px;
	margin:0 auto;
	padding:0 10px;
}
.brandBg02 .title {
	float: left;
	width: 14.8%;
}
.brandBg02 .title img {
	float: right;
}
.brandBg02 .cont {
	float: right;
	width: 83%;
	margin-top:55px;
	font-size: 1.6em;
	line-height: 1.8;
	color:#333;
}
.brandBg02 .cont .item {
	display: inline-block;
	width: 35%;
	margin: 0 1%;
	text-align: center;
}
.brandBg02 .cont .item img {
	margin:0 auto 15px;
}

.brandPage03 {
	width:100%;
	background:url(../images/bg/brandbg02.jpg) no-repeat center bottom;
}
.brandBg03 {
	max-width:940px;
	margin:0 auto;
	padding:90px 10px 70px;
}
.brandBg03 .title {
	float: left;
	width: 14.8%;
}
.brandBg03 .title img {
	float: right;
}
.brandBg03 .cont {
	float: right;
	width: 83%;
	margin-top:55px;
	font-size: 1.6em;
	line-height: 1.8;
	color:#333;
}
.brandBg03 .cont img {
	margin-left: 70px;
}

/*董事長專欄*/
.columnTitle {
	width:100%;
	height: 110px;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
	padding-top:36px;
}
.columnTitle img {
	width:940px;
	min-width:940px;
}
.newColumn {
	background:#fff;
	-moz-box-shadow:0 0 5px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0 0 5px rgba(20%,20%,40%,0.5);
	box-shadow:0 0 5px rgba(20%,20%,40%,0.5);
	margin-bottom:30px;
}
.newColumn .list {
	float: left;
	padding:15px 0 15px 20px;
	line-height: 1.8;
	width: 75%;
}
.newColumn .list a {
	display: inline-block;
}
.newColumn .list .date {
	font-size: 1.4em;
	color: #000;
}
.newColumn .list .title {
	font-size:1.6em;
	color:#006496;
}
.newColumn .photo {
	float: right;
	margin-right: 20px;
	width: 16%;
}
.columnList {
	line-height: 2;
	margin-bottom: 40px;
}
.columnList .item {
	display: block;
	float: left;
	clear: left;
}
.columnList .item .date {
	font-size: 1.4em;
	color: #000;
	margin-right: 10px;
}
.columnList .item .date img {
	display: inline-block;
	margin-right:10px;
}
.columnList .item .title {
	font-size:1.6em;
	color:#978851;
}
.chairmanIntro {
	padding-bottom:70px;
}
.chairmanIntro .photo {
	float: left;
	width: 23%;
}
.chairmanIntro .txt {
	float: right;
	width: 74%;
}
.chairmanIntro .txt .name {
	font-size: 2em;
	color:#968751;
	margin-bottom: 15px;
}
.chairmanIntro .txt .gold {
	color:#968751;
}
.chairmanIntro .txt p {
	font-size: 1.6em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.chairmanIntro .txt ul {
	font-size: 1.4em;
	line-height: 2;
	margin-bottom: 10px;
}
.chairmanIntro .txt ul li {
	list-style-image: url(../images/icon/liicon.png);
	list-style-position: inside;
}

.columnContent {
	padding-top:10px;
	margin-bottom:40px;
}
.columnContent .head {
	border-bottom:1px solid #d3dee7;
	padding-bottom: 3px;
	margin-bottom:60px;
}
.columnContent .head .media {
	font-size: 2.5em;
	font-weight: bold;
	color:#968751;
	float: left;
}
.columnContent .head .title {
	font-size: 2.5em;
	font-weight: bold;
	color:#968751;
	float: left;
}
.columnContent .head .title:before {
	content: "："
}
.columnContent .head .date {
	float: right;
	font-size: 1.6em;
	color:#333;
}
.columnContent .photo {
	width: 64%;
	margin: 20px auto 40px;
}
.columnContent .txt {
	margin-top: 37px;
	font-size: 1.6em;
	color:#333;
	line-height: 1.8;
}
.columnContent .txt p {
	margin-bottom:20px;
}
.columnContent a.greenBtn {
	margin: 0 auto 50px;
	width: 25%;
	display: block;
	background:#91b493;
	color:#fff;
	border-bottom:2px solid #82a284;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	padding:10px 0;
}

/*熱銷建案*/
.hotProjectTitle {
	/*width:100%;*/
	height: 110px;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
	padding:36px 10px 0 10px;
}
.hotProjectTitle img {
	width:940px;
	min-width:940px;
}
.hotprojectContent {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
.hotprojectContent .txt{
	width: 100%;
	max-width: 960px;
	margin-top:40px;
}
.hotprojectContent .txt .top {
	background:url(../images/bg/projectTxtBg-top.png) no-repeat top right;
	/*width: 100%;*/
	height: 52px;
	margin-left: 10px;
}
.hotprojectContent .txt .maintxt {
	background:url(../images/bg/projectTxtBg-m.png) repeat;
	max-width: 940px;
	margin: 0 10px;
	padding: 0 15px;
	font-size:1.6em;
	color:#333;
	line-height: 1.8;
}
.hotprojectContent .txt .bottom {
	background:url(../images/bg/projectTxtBg-bottom.png) no-repeat bottom left;
	/*width: 100%;*/
	height: 52px;
	margin-right: 10px;
}
.hotprojectContent .hotFB{
	width: 99%;
	margin: 0 auto;
	display: inline-block;
	margin-top: 10px;
}
.hotprojectContent .hotFB img{
	float: right;
}
.hotFB_tap{
	width: 30px;
	height: 20px;
	padding-top: 13px; 
	padding-right: 5px; 
}
.hotprojectContent .infodetails {
	/*width: 100%;*/
	max-width: 940px;
	margin: 10px auto 0;
	padding:0 10px;
}
.hotprojectContent .infodetails .leftCol {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	float: left;
}
.hotprojectContent .infodetails .rightCol {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	float: right;
}
.hotprojectContent .infodetails .leftCol .line {
	border-bottom:1px dotted #59493f;
}
.hotprojectContent .infodetails .rightCol .line {
	border-bottom:1px dotted #59493f;
}
.hotprojectContent .infodetails .leftCol .line .title, .hotprojectContent .infodetails .rightCol .line .title {
	width: 32%;
	display: inline-block;
	text-align: center;
	font-size: 1.6em;
	color:#333;
	line-height: 2.7;
	vertical-align: top;
}
.hotprojectContent .infodetails .leftCol .line .cont, .hotprojectContent .infodetails .rightCol .line .cont {
	width: 68%;
	display: inline-block;
	font-size: 1.6em;
	color:#968751;
	line-height: 2.7;
}

.hotprojectContent .infodetails .rightCol .line .cont .linkbtn{
	background:#91b493;
	padding:5px 8px;
	color:#fff;
	border-bottom:2px solid #82a284;
}
.hotprojectContent .infodetails .rightCol .line .cont .linkbtn img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.hotprojectContent .map {
	/*width: 100%;*/
	max-width: 940px;
	padding: 0 10px;
	margin-top:30px;
	margin-bottom:40px;
}
.hotprojectContent .map .mapbtn {
	text-align: right;
	margin-bottom:10px;
}
.hotprojectContent .map .mapbtn a {
	display: inline-block;
	font-size: 1.56em;
	color:#968751;
	margin-left: 10px;
}
.hotprojectContent .map .mapbtn a img{
	display: inline-block;
	vertical-align: bottom;
	margin-right:5px;
}
.hotprojectContent .map .mapcont {
	width: 100%;
	border: 1px solid #968751;
	box-sizing:border-box;
	margin-bottom:20px;
}
.hotprojectContent .map .coordinate {
	font-size: 1.5em;
	color:#333;
}
.hotprojectContent .teamContent {
	padding:0 10px;
}
.hotprojectContent .teamContent a {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 17px 0;
}
.hotprojectContent .teamContent a .title {
	font-size: 2em;
	color:#968751;
	margin-bottom: 25px;
}
.hotprojectContent .teamContent a .name {
	font-size: 2em;
	color:#333;
}
.hotprojectContent .photoslider {
	/*width: 100%;*/
	max-width: 940px;
	padding: 0 10px;
}
.hotprojectContent .photoslider ul.slides li {
	position: relative;
}
.hotprojectContent .photoslider ul.slides li div {
	position: absolute;
	bottom: 0;
	width: 100%;
	background:rgba(0,0,0,0.6);
	color: #fff;
	font-size: 1.5em;
	line-height: 2.5;
}
.hotprojectContent .photoslider ul.slides li div .name {
	float: left;
	margin-left: 10px;
}
.hotprojectContent .photoslider ul.slides li div .note {
	float: right;
	margin-right: 10px;
}
.hotprojectContent .photoslider .flex-control-thumbs {
	margin: 10px 0 0;
}
.hotprojectContent .photoslider ol.flex-control-nav li {
	float: none;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: 0 4px;
}
.hotprojectContent .photoslider ol.flex-control-nav li img {
	min-height: 100%;
}
.hotprojectContent .environmenttxt {
	font-size: 1.6em;
	color:#333;
	line-height: 1.6;
	margin:35px 10px 0;
}
.hotprojectContent .floorPlan {
	padding: 0 10px;
}
.hotprojectContent .floorPlan .selectBar {}
.hotprojectContent .floorPlan .selectBar a {
	display: inline-block;
	color:#fff;
	background:#b59c58;
	font-size: 1.6em;
	padding: 0 10px;
	line-height: 32px;
}
.hotprojectContent .floorPlan .selectBar input {
	display: inline-block;
	color:#fff;
	background:#b59c58;
	font-size: 1.6em;
	padding: 0 10px;
	line-height: 37px;
	border: 0;
	border-radius: 0;
}
.hotprojectContent .floorPlan .selectBar .select-style {
	padding: 0;
	margin-right:5px;
	border:1px solid #b59c58;
	width: 290px;
	overflow: hidden;
	background-color:#fff;
	background:#fff url(../images/icon/selectIcon.jpg) no-repeat 100% 50%;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.hotprojectContent .floorPlan .selectBar .select-style select {
	padding: 7px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6em;
}
.hotprojectContent .floorPlan .selectBar .select-style select:focus {
	outline:none;
}
.hotprojectContent .floorPlan .floorplanpic {
	width: 92%;
	margin: 0 auto;
	padding-top: 40px;
}
.hotprojectContent .perspectivePhoto{
	text-align:center;
}
.hotprojectContent .perspectivePhoto a{
	display:inline-block;
	width:40%;
	max-width: 300px;
	margin:10px;
	vertical-align:top;
}
.hotprojectContent .perspectivePhoto a .photo{
	max-width: 300px;
	max-height:200px;
	overflow:hidden;
}
.hotprojectContent .perspectivePhoto a .photo img {
	min-height: 200px;
	width:auto !important;
	margin:0 auto;
}
.hotprojectContent .perspectivePhoto a .word{
	color:#333;
	font-size:1.5em;
	margin-top:10px;
	text-align:left;
}

.hotProjectNote {
	font-size: 1.2em;
	margin-bottom:15px;
	padding:0 10px;
}

#fileinput {
	display:none;
}

/*reset password*/
.containerResetPW header {
	max-width:940px;
	padding:0 20px;
	margin:0 auto;}
.containerResetPW  header .logo {
	margin:30px auto 0;
}

.containerResetPW .page {
	margin-top:30px;
	width:100%;
	background:none;
}
.containerResetPW .pageBg {
	max-width:940px;
	margin:0 auto;
	padding:0 20px;
	background:none;
	text-align: center;
}

.containerResetPW .resetPWform form {
	width: 100%;
	font-size: 1.6em;
	color:#333;
}
.containerResetPW .resetPWform form label {
	width: 16%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-bottom:10px;
}
.containerResetPW .resetPWform form input {
	height:29px;
	vertical-align:middle;
	border:1px solid #b59c58;
	outline:none;
	text-indent:5px;
	color:#666;
	margin-right:10px;
	margin-bottom:10px;
	border-radius: 0;
}
/*search result*/
.searchList {
	margin-bottom: 40px;
}
.searchKeyword {
	font-size: 1.8em;
	color:#333;
	padding: 65px 0 24px;
}
.searchKeyword img {
	display: inline;
	vertical-align: middle;
	margin-right: 15px;
}
.searchKeyword span {
	color:#978851;
}
.resultItem {
	display:block;
	border-bottom: 1px solid #ccc;
	padding:15px 0;
	color:#333;
	word-break:break-all;
}
.resultItem:hover {
	color:#333;
}
.resultItem .bread {
	font-size: 1.4em;
	color:#91b493;
	font-weight: bold;
	margin-bottom:18px;
}
.resultItem .title {
	font-size: 1.8em;
	margin-bottom:18px;
}
.resultItem .txt {
	font-size: 1.4em;
	margin-bottom:18px;
}
.resultItem .date {
	font-size: 1.4em;
}
.resultItem .address {
	font-size: 1.4em;
}
.resultItem .keyword {
	color:#978851;
}


/*activity History*/
.activityHistory {
	padding:20px 0 20px 0;
	border-top:1px dotted #59493f;
	font-size: 1.6em;
	line-height: 1.8;
}
.activityHistory .title {
	font-size: 1.25em;
	color:#968751;
	margin-bottom:10px;
}
.activityHistory .historyPhoto a{
	display:inline-block;
	width:25%;
	max-width: 140px;
	max-height: 86px;
	padding:4px;
	border:1px solid #d4d4d4;
	overflow:hidden;
	margin-right: 3px;
	background-color:#fff;
}

#vupload{
	display:none;
}

/*設計理念*/
.designPage {
	margin-top:150px;
	width:100%;
	background:url(../images/bg/designbg.jpg) no-repeat center bottom;
	background-size:cover;
}
.designBg {
	max-width:940px;
	margin:0 auto;
	padding:45px 10px 33px;
}
.designBg .title {
	float: left;
	width: 14.8%;
}
.designBg .title img {
	float: right;
}
.designBg .txt {
	float: right;
	width: 83%;
	margin-top:55px;
	font-size: 1.6em;
	line-height: 1.8;
	color:#333;
}
.designBg .txt .designRight {
	margin-top:30px;
}
.designBg .txt .designRight img {
	float:right;
	margin-left:20px;
}
.designBg .txt .designRight p {
	padding-top:30px;
}
.designBg .txt .designLeft {
	margin-top:30px;
}
.designBg .txt .designLeft img {
	float:left;
	margin-right:20px;
}
.designBg .txt .designLeft p {
	padding-top:30px;
}

/*活動後補*/
.wait {
	color:#bb0000;
	font-size: 0.8em;
}