@charset "utf-8";
body {
	margin: 0px;
	color: #333;
}
img {
	border: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
table tr td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
/*表單設定*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
select {
	border: 1px solid #ccc;
	padding: 8px 1px;
	color: #666;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
	display: none;
}
#menu-btn {
	display: none;
}
#toolbarnav {
	display: none;
}
/*主內容*/
#content {
	/*padding-top: 100px;*/
}
#pagebody {
	margin: 0;
}
#w {
	margin: 0;
}
}
/*統一設定*/
.rel {
	position: relative;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	width: auto !important;
	width: 980px;
}
.container02 {
	margin: 0 auto;
	width: 90%;
}
.addtop25 {
	padding-top: 25px;
}
.addtop50 {
	margin-top: 50px !important;
}
.addtop100 {
	margin-top: 100px !important;
}
.addbottom25 {
	margin-bottom: 25px !important;
}
.addbottom50 {
	margin-bottom: 50px !important;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
	display: block;
}
.mobile {
	display: none;
}
.bg01 {
 background-image: url(../images/bg01.jpg);
 background-position-x: center;
 background-position-y: 1200px;
 background-repeat: no-repeat;
}
.bg02 {
 background-image: url(../images/bg02.jpg);
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
.bg03 {
 background-image: url(../images/bg03.png);
 background-position: top right;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

/*上方*/
header {
	width: 100%;
	height: 95px;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;		
	z-index: 250;
	background-color: #fff;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1 );
}
header.fix {
	width: 100%;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;	
	height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1 );
}
#logo h1 , #logo h2 {
  position: absolute;
  top: 7px;
  left: 25px;
  height: 80px;
  background: url(../images/logobg.png) center left;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  padding-left: 90px;
  padding-top: 10px;
  font-size: 2em;
}
header.fix #logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-repeat: no-repeat;
	padding-left: 319px;
	padding-top: 3px;	
}

/*純文字logo設定*/
#logo a {
 color: #626262;
 font-weight: 500;
 font-size: 0.8em;
}
#logo span.small {
 display: block;
 font-size: 0.6em;
 padding-left: 3px;
}
/*純文字logo設定-fix*/
header.fix #logo a {
 color: #1b1b1b;
 font-weight: 500;
 font-size: 1em;
 line-height: 20px;
 padding-top: 3px;
}
header.fix #logo span.small {
 display: inline;
 padding-left: 5px;
 font-size: 80%;
}
header.fix #logo h1 , header.fix #logo h2 {
  background-size: 32px 32px;
  background-position: 0 0;
  padding-left: 40px;
  padding-top: 5px;
  font-size: 1.2em;
}

/*連結*/
nav {
	z-index: 250;
	height: 50px;
	position: absolute;
	top: 25px;
	right: 25px;
}
nav li {
	list-style-type: none;
}
header.fix nav {
	z-index: 250;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
header.fix nav li ,header.fix nav li a{
	color: #1b1b1b;
}
/*第一層*/
ul.navigation li {
	position: relative;
	list-style-type: none;
	z-index: 100;
	display: inline-block;
	color: #434343;
	text-align: center;
	font-size: 1em;
	line-height: 50px;
	padding: 0 15px;
}
ul.navigation li a {
	display: block;
	text-align: center;
	color: #434343;
}
ul.navigation li:hover a{
	color: #fff;
}
ul.navigation li:last-child {
	border-right: none;
}
ul.navigation li ul {
	width: 100%;
	display: none;/*隱藏*/
	position: absolute;
	left: 0;
}
ul.navigation li:hover > ul {
	display: block;/*出現*/
}
ul.navigation ul li {
	color: #fff;
	width: 100%;
	background: #433d3b;
	line-height: 25px;
	padding: 10px 0;
}
ul.navigation ul li:hover {
	background: #0281cb;
}
ul.navigation ul li:last-child {
	border-bottom: none;
}
/*連結高度*/
.addheight {
	text-align: center;
}
.addheight:hover {
	background: #433d3b;
	color: #fff;
}
.addheight ul li a {
	color: #fff;
	font-size: 0.8em;
}
.addheight ul li a:hover {
}

/*首頁banner*/
#banner {
	display: block;
  padding-top: 95px;
}
#bannermobile {
	display: none;
}


/*首頁-消息中心*/
#index-news {
 background-image: url(../images/bg01.png);
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: left top;
 padding: 50px;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
 margin: 50px 0 50px 0;
}
#index-news h2 {
 font-size: 1.8em;
 padding: 0 0 10px 0;
 color: #9b846b;
 font-weight: 900;
 margin-bottom: 50px;
}
#index-news h2 span {
 color: #bfb3a5;
 font-weight: 500;
}
#index-news h2 span:before {
 content: " | ";
 color: #d4d1ce;
 font-weight: 900;
}
#index-news #index-bird {
 position: absolute;
 right: -20px;
 bottom: -100px;
}


/*首頁-關於我們*/
#index-about {}
#index-about #left-img {
  float: left;
  width: 50%;
}
#index-about #left-img img {
 margin-top: -100px;
 margin-left: -150px;
}
#index-about #right-txt {
  float: right;
  width: 40%;
}
#index-about #right-txt h2 {
 font-size: 3em;
 font-weight: 700;
 padding-top: 20px;
}
#index-about #right-txt p {
 line-height: 2.3em;
}
#index-about #right-txt ul {
 margin-top: 25px;
 list-style-type: none;
}
#index-about #right-txt li a {
 display: inline-block;
 color: #1b1b1b;
 padding: 10px;
 border-bottom: 1px solid #1b1b1b;
}
#index-about #right-txt li a:hover {
 color: #666;
}


/*首頁-來國姓尞*/
#indexspotlight {
 padding: 100px 0;
}
#indexspotlight h2 {
  text-align: center;
  color: #313131;
  font-size: 1.9em;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 500;
}
#indexspotlight h3 {
  text-align: center;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
  padding: 0 5px;
}
#indexspotlight .index-spotlight {
 float: left;
 width: calc(100%/5);
 padding: 25px;
 text-align: center;
}
#indexspotlight .index-spotlight-img {
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
overflow: hidden;
 border: 5px solid #fff;
}
#indexspotlight .index-spotlight-img:hover {
 border: 5px solid #dbc1a1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
#indexspotlight .index-spotlight p {
 color: #996c33;
 margin: 5px;
}


/*內頁共用*/
#bannerin {
  padding-top: 100px;
  margin: 25px 0;
  text-align: center;
}
#bannerin h1.title {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #9b846b;
  font-size: 1.9em;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 700;
}
#bannerin h1.title::after {
  content: '';
  position: absolute;
  bottom: -10px;;
  left: 50%;
  margin-left: -44px;
  width: 88px;
  height: 4px;
  background-color: #d4d1ce;
}
#bannerin h3.title {
  text-align: center;
  color: #bfb3a5;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

/*內頁主區塊*/
main {
 background-image: url(../images/bg01.png);
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: left top;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
 margin-bottom: 50px;
 padding: 50px 50px 50px 50px;
}
main img {
 width: 100% !important;
}
.ckediter{}
.ckediter img {
	max-width: 100%;
	height:auto !important;
}
.ckediter-date {
	padding-left: 10px;
	color: #00a0e9;
}

/*回上頁*/
.back {
	width: 105px;
	margin: 50px auto;
	text-align: center;
	cursor: pointer;
	-mox-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.back:hover {
	-mox-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.back span {
	float: left;
	display: block;
	padding: 5px;
}

/*麵包屑*/
#sitemap {
	margin: 10px;
  position: absolute;
  top: -25px;
  left: 10px;
}
#sitemap li {
	display: inline-block;
	font-size: 0.9em;
	color: #666666;
	padding: 0 5px;
	margin-left: -5px;
	line-height: 1em;
}
#sitemap li:after {
	content: ' / ';
	margin-left: 5px;
	color: #dbad89;
}
#sitemap li:last-child:after {
	display: none;
}
#sitemap li a {
	color: #666666;
}
#sitemap li a:hover {
 color: #b7794a;
}
#sitemap li:last-child {
	border-right: none;
	color: #bd9474;
}

/*分頁*/
.page {
	margin:0 0 50px 0 ;
}
.page ul{
	text-align:center;
}
.page li{
	display:inline-block;
	margin:0 3px;
	font-size:0.8em;
}
.page li a {
	color:#333;
}
.page li a:hover {
	color: #0A7226;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}

/*共用設定*/
.red {
 color: #c92d2d;
}

/*關於我們*/
/*上方*/
#about-top {
 background-image: url(../images/about-banner.jpg);
 background-size: cover;
 width: 100%;
 height: 500px;
 padding: 50px 25px;
 text-align: center;
}
#about-top h2 {
 font-size: 2.3em;
 font-weight: 800;
 color: #fff;
}
#about-top p {
 background: #fff;
 padding: 5px;
 display: inline-block;
 filter:Alpha(opacity=60);
}
/*中央*/
#about-center #left-txt {
  float: left;
  width: 45%;
  padding: 10% 25px;
  line-height: 1.8em;
  text-align: center;
}
#about-center #left-txt h2 {
 font-size: 1.8em;
 font-weight: 700;
 color: #2b4001;
}
#about-center #left-txt p {
 color: #2b4001;
}
#about-center #right-img {
  float: right;
  width: 45%;
}
#about-center #right-img img {
  margin-left: -150px; 
  margin-top: -100px;
}
/*下方*/
#about-bottom {
 background-image: url(../images/about-banner02.jpg);
 background-size: cover;
 width: 100%;
 height: 500px;
 padding: 50px 25px;
 position: relative;
}
#about-bottom .txt {
  position: absolute;
  top: 100px;
  left: 60%;
  text-align: center;
  line-height: 1.8em;
}
#about-bottom h2 {
 font-size: 1.8em;
 font-weight: 800;
}


/*訊息中心*/
#news {}
#news #date {
 letter-spacing: 0.05em;
 color: #7e6b5a;
}
#news h1 {
 font-size: 1.5em;
 font-weight: 800;
 padding-bottom: 25px;
 padding-top: 5px;
}
/*訊息中心-共用首頁樣式*/
.news {
 margin-bottom: 35px;
}
.news .left {
 float: left;
 width: 20%;
}
.news .left .category {
 font-size: 1.5em;
 font-weight: 500;
 background: url(../images/svg/arrow.svg) no-repeat center left;
 -moz-background-size:15px 15px;
 -webkit-background-size:15px 15px;
 -o-background-size:15px 15px;
 background-size:15px 15px;
 padding-left: 20px;
}
.news .right {
 float: left;
 width: 78%;
}
.news .right ul {
 list-style-type: none;
}
.news .right ul span.date {
 color: #7e6b5a;
 padding-right: 40px;
}
.news .right ul a {
 color: #2f2f2f;
}
.news .right ul a:hover {
 color: #212121;
}
.news .right ul li {
 border-bottom: 1px solid #ededed;
 padding-bottom: 8px;
 margin-bottom: 15px;
}
/*消息頁-下拉*/
#sublink {
	width: 300px;
	margin: 25px auto;
}
#sublink select {
	width:300px;
  border: 1px solid #eee;
	padding:10px;
	font-size:1em;
  /*移除箭頭樣式*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*改變右邊箭頭樣式*/
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
  background-position: right 10px center;
}
#sublink select:focus , #sublink option:focus{outline: none;}

/*活動報名*/
.column {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
  margin: 50px 0 50px 0;
  flex-wrap: wrap;
  background-image: url(../images/column-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.column .img {
  float: left;
  width: 30%;
}
.column .txt {
  float: right;
  width: 63%;
  align-items: center;
}
.column .txt h2 {}
.column .txt p {
  font-size: 1em;
  color: #585858;
}
.column .txt ul {
 list-style-type: none;
 line-height: 30px;
 border-top: 1px solid #d8d5d5;
 padding-top: 25px;
 color: #585858;
}
.column .txt ul span.title {
 padding-right: 20px;
 color: #1b1b1b;
}
.column .txt a.btn {
 display: block;
 padding: 15px 25px;
 text-align: center;
 background-color:#cf5823;
 color: #fff;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px; 
 letter-spacing: 0.05em;
 font-weight: 800;
 margin-top: 30px;
 width: 200px;
 cursor: pointer;
}
.column .txt a.btn:hover {
 background: #000;
}

/*活動報名-內頁*/
#avtivity-in-left {
  float: left;
	width: 70%;
	margin-top: 25px;
}
#avtivity-in-right {
  float: right;
	width: 28%;
}
/*活動報名-內頁-左側*/
#avtivity-in-left h1.title{
 padding-bottom: 15px;
 font-size: 1.5em;
}
/*活動報名-內頁-右側*/
#avtivity-in-right-fix {
 padding: 25px;
}
#avtivity-in-right-fix ul {
 list-style-type: none;
}
#avtivity-in-right-fix ul li {
 margin-bottom: 20px;
}
#avtivity-in-right-fix ul li b {
 display: inline-block;
 float: left;
 width: auto;
}
#avtivity-in-right-fix ul li span {
 display: inline-block;
 float: left;
 padding-left: 15px;
}
#activity-btn-red {
 margin-top: 25px;
}
#activity-btn-red a {
 display: block;
 width: 100%;
 height: 50px;
 line-height: 50px;
 text-align: center;
 background: #c92d2d;
 color: #fff;
 font-size: 1.5em;
}
#activity-btn-red p {
 font-size: 0.8em;
 color: #6B1213;
}
#activity-contact {
 margin: 45px 0 25px 0;
 border: 1px solid #d6cccc;
 padding: 25px;
}
#activity-contact-title {
	background: #fff;
	padding: 3px 5px;
	position: absolute;
	left: -5px;
	top: -50px;
	font-size: 2em;
}


/*活動報名-內頁-左側-線上報名*/
#activity-detail {
 padding-bottom: 25px;
}
#avtivity-in-left h3.title {
  text-align: left;
  font-weight: normal;
  font-size: 1.5em;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #626262;
  display: inline-block;
  position: relative;
}
#avtivity-in-left h3.title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 4px;
  background-color: #d4d1ce;
}
.activity-singup {
  padding: 25px 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 0 10px 10px rgba(0,0,0,.05);
  margin: 50px 0 50px 0;
}
.activity-singup .list {
	width: 100%;
	margin: 20px 0;
}
.activity-singup .list p {
  margin: 3px 0 0 0;
}
.activity-singup .list .list-title {
 float: left;
 width: 15%;
 /*line-height: 35px;*/
 padding-bottom: 25px;
}
.activity-singup .list .list-input {
 float: right;
 width: 84%;
 /*padding-bottom: 25px;*/
}
.activity-singup .list .list-input select {
 width: 100%;
 margin-bottom: -1px;
}

#activity-btn input.btn {
  width: 250px;
  float: right;
  background: #535353;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
#activity-btn input.btn-back {
  width: 250px;
  float: left;
  background: #535353;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

/*活動注意事項*/
#active-note {
  padding: 25px 0;
}

/*活動報名下方-下載資料*/
#join-dowload {
 margin: 25px 0;
}
#join-dowload h3.title {
  text-align: left;
  font-weight: normal;
  font-size: 1.5em;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #626262;
  display: inline-block;
  position: relative;
}
#join-dowload h3.title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 4px;
  background-color: #d4d1ce;
}


#join-dowload ul {
 text-align: left;
}
#join-dowload li {
 display: inline-block;
 width: 100px;
 margin: 15px;
}
#join-dowload li a {
 color: #000;
}

/*精彩回顧*/
#history .history {
 float: left;
 width: 46%;
 margin: 2%;
 background-color: #fff;
 padding: 50px;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
}
#history .history h2 a {
 display: block;
 text-align: center;
 color: #000000;
 font-size: 0.8em;
 padding-top: 10px;
}

/*精彩回顧內頁*/
#history-detail {
 margin-top: 25px;
 margin-bottom: 25px;
 background-color: #fff;
 padding: 50px;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
}
#history-detail #history-img {
 float: left;
 width: 48%;
}
#history-detail #history-txt {
 float: right;
 width: 50%;
}
#history-detail #history-txt ul {
 list-style-type: none;
}
#history-detail #history-txt li {
 display: inline-block;
 background-color: #535353;
 color: #eee;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 padding: 8px 15px;
 margin: 5px 5px 5px 0;
}
#history-detail #history-txt li a {
 color: #eee;
}
#history-pic .image-set {
 float: left;
 width:calc(100%/3);
 padding: 10px 0 10px 20px;
}
#history-pic .image-set img {
 width: 100%;
}


/*來國姓寮*/
#viewpoint-top {}
#viewpoint-top #viewpoint-top-pic {
 width: 137px;
 margin: 0 auto;
}
#viewpoint-top h1.title {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #9b846b;
  font-size: 1.9em;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 700;
}
#viewpoint-top h1.title::after {
  content: '';
  position: absolute;
  bottom: -10px;;
  left: 50%;
  margin-left: -44px;
  width: 88px;
  height: 4px;
  background-color: #d4d1ce;
}
#viewpoint-top ul {
 padding-bottom: 25px;
}
#viewpoint-top li{
 display: inline-block;
 text-align: left;
 padding: 5px 15px;
 margin: 10px 10px 0 0;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 background: #bb844b;
 color: #fff;
 cursor: pointer;
}
#viewpoint-top li:hover {
 background: #938c80;
}
/*來國姓寮內頁*/
#viewpoint .v-column {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
 margin-bottom: 25px;
 padding: 25px;
}
#viewpoint .column-img {
 float: left;
 width: 40%;
}
#viewpoint .column-img img {
 width: 100%;
}
#viewpoint .column-txt {
 float: right;
 width: 55%;
}
#viewpoint .column-txt h2 {
 padding-bottom: 10px;
}
#viewpoint .column-txt li {
 padding-bottom: 10px;
 list-style-type: none;
}
#viewpoint .column-txt b {
 font-weight: 700;
}

/*報名查詢*/
#check {
 width: 800px;
 margin: 25px auto;
}

/*聯絡我們*/
#contact .list {
	width: 100%;
	margin: 15px 0;
	line-height: 35px;
}
#contact .list .list-title {
 float: left;
 width: 15%;
}
#contact .list .list-input {
 float: right;
 width: 84%;
}
#contact input.btn {
 display: block;
 width: 150px;
 margin: 25px auto;
 color: #fff;
 text-align: center;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 background: #6c6c6c;
 font-size: 1em;
}
#contact input.btn:focus , #contact input.btn:focus{outline: none;}

#contact h2 {
 font-weight: 500;
}
#contact p {
 font-weight: 500;
 margin-bottom: 35px;
 font-size: 0.95em;
 color: #585858;
}


/*尾部*/
footer {
 background-image: url(../images/footerbg.jpg);
 -moz-background-size:cover;
 -webkit-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 color: #7e6b5a;
 padding: 50px 20px 20px 20px;
 height: 330px;
}
footer .left {
 float: left;
 width: 60%;
}
footer .right {
 float: right;
 width: 30%;
 text-align: right;
}
footer h3 {
 font-size: 2.5em;
 font-weight: 500;
 color: #a6937c;
 padding: 0 0 15px 3px;
}
footer h2 {
 font-size: 2em;
 font-weight: 600;
 color: #52453a;
 letter-spacing: 0.01em;
 padding-bottom: 25px;
}
footer h2 span.small {
 color: #7e6b5a;
 padding-left: 5px;
}
footer ul {
list-style-type: none;
}
footer li {
 padding-bottom: 5px;
 letter-spacing: 0.01em;
}
footer .footer-logo {
 padding: 25px;
}
#copyright {
	padding: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  background: #bdac99;
  color: #fff;
}
