@charset "utf-8";
/* CSS Document */


body {
	letter-spacing: 2px;
}
header {
	width: 100%;
}
.wrapper {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.seo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header .top1 {
	height: 3px;
	background: #333;
	top: 0;
}
header .top2 {
	height: 2px;
	background: #EEE;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
footer {
	background-color: #EEE;
	width: 100%;
	height: 45px;
	font-size: 12px;
	color: #DDDDDD;
	position: fixed;
	bottom: 0px;
	z-index: 7;
	text-align: center;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity: 0.94;
	-moz-box-shadow: -1px -2px 2px rgba(0,0,0,0.4);
	box-shadow: -1px -2px 2px rgba(0,0,0,0.4);
}
footer:before {
	content: '';
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
#copyright {
	display: inline-block;
	margin-top: 10px;
	line-height: 140%;
}
.footer_top {
	background-color: #333333;
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #DDDDDD;
	position: fixed;
	bottom: 0px;
	z-index: 7;
	text-align: center;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity: 0.94;
}
div #SideMenu {
	display: none;
}
#we {
	line-height: 150%;
}
/*-----------------------------------------------
     以下  nav
-----------------------------------------------*/
nav {
	background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAAHAAgDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAACP/EABoQAAEFAQAAAAAAAAAAAAAAAAEAISNBQ1H/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8ASwkbSj1B/9k=);
	height: 80px;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	position: absolute;
	margin-top: 620px;
}
#logo {
	background-image: url(../img/logo.png);
	width: 31%;
	height: 53px;
	background-repeat: no-repeat;
	top: 14px;
}
ul#contentMenu {
	width: 69%;
	text-align: right;
	padding: 0;
	margin-top: 23px;
}
#logo, #contentMenu {
	float: left;
	position: relative;
}
#contentMenu>li {
	display: inline-block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	right: 0;
}
#contentMenu>li>a {
	color: #555;
}
#contentMenu>li>a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	-moz-box-shadow: 0px 0px 12px 5px rgba(255,255,255,0.65);
	box-shadow: 0px 0px 12px 5px rgba(255,255,255,0.65);
}
h1 {
	margin: 0;
}
#we nav, #old_list nav, #new nav {
	-webkit-box-shadow: 0px 0px 3px;
	box-shadow: 0px 0px 3px;
	position: relative;
	margin-top: 0;
}
/*-----------------------------------------------
    主頁  #index 
-----------------------------------------------*/
/*-----------------------------------------------
    關於我們  #we 
-----------------------------------------------*/
#we section {
	display: inline-block;
	background-color: #EEE;
	max-width: 100%;
	width: 100%;
	height: 300px;
	margin-top: 70px;
}
#we section .we_background {
	display: block;
	background-size: contain;
	background-position: center;
	background-image: url(../img/we_background.png);
	background-repeat: no-repeat;
	max-width: 100%;
	width: 100%;
	height: 220px;
	margin-top: 40px;
}
#we .we_background_end {
	background-image: url(../img/we_background_end.png);
	height: 307px;
	width: 300px;
	position: absolute;
	top: -43px;
	right: 0;
}
#we .main1, #new .main1 {
	float: left;
	margin-top: 30px;
}
#we .main2 {
	margin-top: 58px;
	float: left;
	width: 50%;
	padding-left: 20px;
}
.main1 {
	width: 50%;
}
.main1 h2 {
	font-size: 21px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
#we .main1 p, #we .main2 p {
	font-size: 15px
}
#we .main1 p {
	margin-top: 163px;
	margin-bottom: 0;
}
/*-----------------------------------------------
    最新建案  #new
-----------------------------------------------*/
#new article ul {
	padding: 0;
}
#new article ul li{
	list-style-type: none;
}
#new .main2 img {
	float: left;
}
#new .main1 {
	width: 47%;
}
#new .main1:first-child{
	margin-bottom: 150px;
}
#new .main1 p {
	border-bottom: 1px solid #000;
	width: 90%;
	margin-left: 45px;
	line-height: 25px;
	padding-bottom: 10px;
	margin-top: 220px;
	font-size:16px;
}
#new .main2 img {
	float: left;
	margin-top: 120px;
}
#new .new_title {
	background-color: #333;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 25px;
	margin-top: 120px;
}
/*-----------------------------------------------
    歷史建案  #old_list 
-----------------------------------------------*/
#old_list .main1 {
	margin-top: 50px;
}
#old_list .main2 {
	display: block;
	margin-top: 35px;
}
#old_list .main2 div {
	border: 1px solid #BBB;
	border-radius: 5px;
	padding-bottom: 0;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	display: inline-block;
	margin: 10px 0 30px;
}
#old_list .main2 div img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#old_list .main2 div a {
	color: #FFF;
	background-color: #bbb;
	width: 85%;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 20px 0;
	display: block;
	text-decoration: none;
	font-size:20px;
}
#old_list .main2 div a:hover {
	background-color: #333;
}
#old_list .old_background {
	background-image: url(../img/old_background.png);
	height: 218px;
	width: 100%;
	display: inline-block;
	bottom: 0;
	margin-bottom: 45px;
}

@media (max-width:1366px) {
nav {
	margin-top: 500px;
}
#new .main2 img {
    margin-top: 50px;
}
#we section {
    margin-top: 10px;
}
}
 @media (max-width:959px) {
.wrapper {
	max-width: 100%;
}
nav {
	-webkit-box-shadow: 0px 0px 3px;
	box-shadow: 0px 0px 3px;
	position: relative;
	margin-top: 0;
}
#logo {
	background-size: contain;
	width: 200px;
	height: 40px;
	top: 21px;
	left: 10px;
}
ul#contentMenu {
	display: none;
}
#menu_btn {
	background-image: url(../img/mobile_sprite.png);
}
#menu_btn {
	position: absolute;
	display: block;
	width: 54px;
	height: 54px;
	top: 12px;
	right: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 16px;
}
#menu_btn:hover {
	border: 1px solid #999;
}
footer {
	height: 55px;
}
.footer_top {
	height: 50px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
/*-----------------------------------------------
    以下 959px 側邊攔 
-----------------------------------------------*/
#BlackOverlay {
	background-color: rgba(0,0,0,0.50);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	left: 0px;
	top: 0px;
}
#SideMenu {
	display: none;
	background-color: #FFF;
	width: 270px;
	position: fixed;
	top: 0px;
	right: -270px;
	height: 100%;
	-webkit-box-shadow: 0px 0px 8px;
	box-shadow: 0px 0px 8px;
	z-index: 2;
	overflow-y: scroll;
}
.MenuList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.MenuList li, .MenuList h4 {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 15px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.MenuList h4 {
	color: #000;
	margin-top: 20px;
	font-size: 20px;
	border-bottom: 2px solid #000;
}
.MenuList li {
	border-bottom: 1px solid #999;
}
.MenuList li:hover {
	border-bottom: 1px solid #000;
	background-color: #EEEEEE;
}
.MenuList a {
	display: block;
	color: #999;
}
.MenuList a:hover {
	color: #000;
	text-decoration: none;
}
.MenuList a span {
	display: block;
	text-align: right;
	margin-top: -50px;
}
/*-----------------------------------------------
    關於我們  #we 959px 
-----------------------------------------------*/
#we section {
	height: 260px;
}
#we section .we_background {
	margin-top: 20px;
}
#we .we_background_end {
	background-image: url(../img/we_background_end.png);
	height: 260px;
	width: 250px;
	top: -20px;
}
.main1, #new .main1 {
	margin-top: 60px;
	width: 96%;
	float: inherit;
	text-align: center;
	padding-left: 3%;
}
#new .main1:first-child {
    margin-bottom: 0;
}
#we .main2 {
	margin-top: 30px;
	float: left;
	width: 97%;
	padding-left: 3%;
}
#we .main1 p {
	margin-top: 110px;
}
/*-----------------------------------------------
    最新建案  #we 959px 
-----------------------------------------------*/
#new .main1 p {
	width: 100%;
}
#new .new_title {
	margin-top: 30px;
}
#new .main1 p {
	margin-left: 0;
	padding-bottom: 30px;
	margin-top: 30px;
}
#new .main2 img {
	float: none;
	margin-top: 20px;
	max-width: 100%;
	padding-bottom: 100px;
}
#new .main2 {
	text-align: center;
}
/*-----------------------------------------------
    歷史建案  #old_list  959px
-----------------------------------------------*/
#old_list .main2 div {
	margin-right: 22px;
	margin-bottom: 22px;
}
#old_list .old_background {
 display:none;
}
#old_list .main2 {
	text-align: center;
}
}
 @media (max-width:480px) {
footer {
 position: relative;
 height: 92px;
}
.footer_top {
 height: 71px;
}
/*-----------------------------------------------
    關於我們  #we  480px
-----------------------------------------------*/
#we section {
 margin-top:40px;
}
#we section .we_background {
 background-image:url(../img/we_background_phone.png);
}
/*-----------------------------------------------
    最新建案  #we 480px 
-----------------------------------------------*/
#new .main2 img {
 padding-bottom:40px;
}
/*-----------------------------------------------
    歷史建案  #old_list  480px
-----------------------------------------------*/
#old_list .main2 div {
 margin-right: 0;
}
}

