/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
html {
	height:100%;
}
body {
	margin:0;
	border:0;
	width:100%;
	color: #434343;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	border-width:0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
	outline:none;
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow:hidden;
}
li{
	list-style: none;
}
a ,
a:hover{
	text-decoration: none;
	cursor: pointer;
	outline:none;
}
img{
	max-width:100%;
}
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400i');
/**
*
* =jumpDiv
*
**-------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999;
}
.nav-func{
	display:none;
}
nav{
	background: rgba(255,255,255,0.85);
    border-top: 1px solid #c59c71;
}
nav ul{
	text-align:center;
	overflow:visible;
}
nav li{
	display:inline-block;
	padding: 20px 30px;
	position:relative;
	transition:all ease-in-out 0.3s;
}
nav >ul >li:before{
	content:url(/images/31/nav-list.png);
	position:absolute;
	top: -11px;
	left:44%;
	display:block;
	opacity:0;
	transition:all ease-in-out 0.3s;
}
nav li:hover:before{
	opacity:1;
}
nav li a{
	color:#6e3f3f;
	font-size:16px;
	display:block;
	text-align:center;
}
nav li a span{
	display:block;
	color:#d2b16b;
	text-align:center;
	transition:all ease-in-out 0.3s;
}

nav li .subnav{
	display:none;
	position:absolute;
	top: 86px;
    left: 0;
    width: 100%;
}
nav li:hover .subnav{
	display:block;
	transition:all ease-in-out 0.3s;
}
nav li .subnav p{
    padding: 10px 5%;
	text-align: center;
	color: #fff;
}
nav li .subnav li{
	background: rgba(173, 127, 133, 0.9);
    padding: 10px 5%;
    width: 90%;
}
nav li .subnav li:hover{
	background: rgba(134, 95, 101, 0.9);
}
nav li .subnav li a{
	color:#fff;
}
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 99;
}
#cis{
	background:#fff;
	padding: 15px 0;
}
#cis h2{
	text-align:center;
}
section{
	width:1165px;
	margin:0 auto;
}
footer .footerinfo{
	background:#a58785;
	color:#67504e;
	padding: 60px 0;
	font-size:16px;
}
footer .footerinfo a{
	color:#fff;
}
footer section{
	overflow:hidden;
}
footer .footerinfo .left{
	float:left;
}
footer .footerinfo .right{
	float:right;
	overflow:hidden;
	width: 45%;
}
.right #footer-qrcode{
	float:left;
}
.right #footer-qrcode img{
	width:118px;
}

.right .footerright{
	float: right;
}
.right .footerright p{
	color:#fff;
}
.right .footerright p b{
    font-family: 'PT Serif', serif;
    font-size: 40px;
    font-weight: normal;
	margin-left: 10px;
	vertical-align: middle;
}
.right .footerright p img{
	margin-right: 10px;
}
.right .footerright p.footercontact{
	background:#d2b16b;
	text-align:center;
	font-weight:normal;
	margin-top: 10px;
	padding: 14px;
}
.right .footerright p.footercontact a{
	color:#fff;
	font-size:20px;
}
.right .footerright p.footercontact a b{
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
    font-size: 20px;
    margin: 0;
	vertical-align: baseline;
	background-image:url(/images/31/footer-contact-style.png),url(/images/31/footer-contact-style2.png);
	background-repeat:no-repeat;
	background-position:100% 50%, 0 50%;
	padding: 0 25px;
}
.right #community{
	clear:both;
	text-align:right;
	padding-top:10px;
}
.right #community a{
    font-size: 18px;
    margin: 0 0 0 10px;	
}
.footerinfo-detail{
	margin-top: 10px;
}
.footerinfo-detail p{
	line-height: 180%;
}
#footer-googlemap{
	position:relative;
	height: 400px;
}
#footer-googlemap .googlemap_body{
	position:relative;
	height: 100%;
}
.footerbottom{
	background:#d2b16b;
	color:#fff;
	padding:15px 0;
}
.footerbottom section.maq{
	margin-top: 10px;
}
.footerbottom section.maq > div{
	font-size: 12px !important;
	color: #ffe5af;
}
.phoneWrap{
	display:none;
}
#gotop{
	position: fixed;
    right: 20px;
    bottom: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px #000;
	z-index: 9;
}
.footernav{
	float:left;
}
.footernav li{
	display: inline-block;
    border-right: 1px solid #a08b5d;
    padding: 0 10px;
    line-height: 100%;
}
.footernav li:last-child{
	border-right:0;
}
.footernav li a,
.footertxt a{
	color:#ffefcd;
	font-size:14px;
}

.footertxt{
	float:right;
	color:#fff;
}
.footertxt div,
.footertxt p{
	display:inline-block;
}
.headerTop #cis img{
	height: 70px;
}
.headerTop nav li{
	padding: 10px 30px;
}
.headerTop nav li a span{
	display:none;
}
.headerTop nav li .subnav{
	top:43px;
}
@media screen and (max-width: 1366px) {
	#footer-googlemap{
		height:200px;
	}
}
@media screen and (max-width: 1280px) {
	section{
		width:90%;
	}
	footer .footerinfo .right,
	footer .footerinfo .left{
		width:100%;
	}
	#footer-cis,
	.footerinfo-detail p,
	.right #footer-qrcode,
	.right #community{
		text-align:center;
	}
	.right #footer-qrcode,
	.right .footerright{
		float:none;
	}
	.right #footer-qrcode{
		margin:15px 0;
	}
	.right .footerright{
		width: 380px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 980px) {
	#cis img,
	.headerTop #cis img{
		height:60px;
	}
	.nav-func{
		display: block;
		position: fixed;
		top: 25px;
		right: 5%;
		color: #ad7f85;
		font-size: 20px;
		border: 1px solid #ad7f85;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		text-align: center;
		z-index: 9999;
		background: rgba(255, 255, 255, 0.38);	
	}
	nav{
		position: fixed;
		right: 0;
		width: 300px;
		top: 0;
		height: 100%;
		background: rgba(241, 219, 188,0.95);
		z-index: 999;
		box-shadow: 0 0 5px #868686;
		border: 0;
	}
	nav ul{
		height: 80%;
		margin-top: 15%;
	}
	nav li,
	.headerTop nav li{
		display: block;	
		padding: 20px 30px;
		border-bottom: 1px solid #e7cba6;
	}
	nav li .subnav li,
	.headerTop .headerTop nav li{
		border-bottom: 0;
	}
	nav li a span{
		display:none;
	}
	nav li .subnav{
		position:initial;
		height: auto;
		margin: 0;
	}
	nav >ul >li:before{
	    top: 20px;
		left: 10%;	
	}
	nav li .subnav li:first-child{
		margin-top:15px;
	}
	nav li a{
		display:inline;
	}
	.footernav,
	.footertxt{
		float:none;
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width: 640px) {
	.phoneWrap{
		display:block;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index: 9;
	}
	.phoneWrap ul li{
		float: left;
		width: 50%;
		background: rgba(132, 90, 88, 0.93);
		text-align: center;
		padding: 3px 0;
	}
	.phoneWrap ul li a{
		color:#fff;
	}
	.footerbottom{
		padding: 15px 0 50px;
	}
}

@media screen and (max-width: 480px) {
	#cis img,
	.headerTop #cis img{
		height:40px;
	}
	.nav-func{
		top:15px;
	}
	.right .footerright p b{
		font-size: 28px;	
	}
	.right .footerright{
		width: 290px;	
	}
	.right .footerright p{
		font-size:12px;
	}
	.right .footerright p.footercontact a b{
		font-size: 16px;	
	}
	.right .footerright p.footercontact{
		padding: 8px;	
	}
}