/*
 * iweb52-style29
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 04 / 26
 */


/*-----------------------------------------------------------------------------
 [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
*----------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li, a , i {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	line-height: 170%;
	border-width: 0;
	font-family: '微軟正黑體', '蘋果儷中黑', "Lucida Grande", "Arial", "Arial Narrow";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

hr {
	border-top:1px #000 solid;
	margin:0 0 10px 0;
}

th {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

fieldset {
	border: 0;
}

input,button,select,textarea {
	outline:none
}

img {
	max-width: 100%;
}

/* + anchor
*----------------------------------------------------------------------------*/
a:link , a:visited , a:hover {
	text-decoration: none;
}

/* + hides from IE-mac
*----------------------------------------------------------------------------*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


livedemo00.template-help.com/media="screen":after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wow {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.text-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;	
}

body ::selection {
	background: #b09b7f;
	color: #fff;
}


/* +body
*----------------------------------------------------------------------------*/
section {
	overflow: hidden;
	margin: 0 auto;
	width: 1160px;
}

.wrapper {
	overflow: hidden;
	width: 100%;
	font-size: 14px;
}


/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 999999;
}


/* + a.photo
*----------------------------------------------------------------------------*/
a.photo {
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

a.photo img {
	width: 100%;
}


/* + header
*----------------------------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 99;
}

header #menu {
	overflow: hidden;
	position: relative;
	background: #b09b7f;
}

header #menu section {
	position: relative;
	z-index: 2;
}

header nav {
	float: left;
	width: 70%;
    background: -moz-linear-gradient(left,#b09b7f 0,#71614b 100%);
    background: -webkit-linear-gradient(left,#b09b7f 0,#71614b 100%);
    background: linear-gradient(to right,#b09b7f 0,#71614b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b09b7f', endColorstr='#71614b', GradientType=1 );
}

header nav h3 {
	display: none;
}

header nav ul li {
	display: inline-block;
}

header nav ul li a ,
header .OLink a {
	position: relative;
	padding: 10px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
}

header nav ul li a:hover {
	background: #403726;
}

header nav ul li a:hover:after ,
header .OLink a:hover:after {
	position: absolute;
	border-style: solid;
	border-width: 0 6px 7px 6px;
	border-color: transparent transparent #ffffff transparent;
	content: "";
	bottom: 0;
	left: 41%;
}

header .OLink {
	float: right;
	width: 30%;
	background: #403726;
}

header .OLink a {
	display: inline-block;
}

header .OLink a:first-child {
	margin-left: 30px;
}

header .OLink a:hover {
	background: #8F7E64;
}

header #menu:after {
	position: absolute;
	background: #403726;
	width: 30%;
	height: 47px;
	right: 0;
	top: 0;
	content: "";
	display: block;
	z-index: 1;
}

header #cis {
	margin: 20px 0;
	text-align: center;
}


/* + banner
*----------------------------------------------------------------------------*/
#banner {
	position: relative;
	margin: 100px auto 0;
	width: 1160px;
}

#banner ul li a.photo img {
	width: auto;
}

#banner .rslides_tabs {
	position: absolute;
	width: 99%;
	bottom: 10px;
	text-align: right;
	z-index: 10;
}

#banner .rslides_tabs li {
	margin: 0 5px;
	display: inline-block;
}

#banner .rslides_tabs li a {
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	color: transparent;
	opacity: 0.6;
}

#banner .rslides_tabs li:hover a ,
#banner .rslides_tabs li.rslides_here a {
	opacity: 1;
}


/* + webSeo
*----------------------------------------------------------------------------*/
section #webSeo ,
section #webSeo .seo {
	overflow: hidden;
	font-size: 12px !important;
	color: #CCBBA9;
}

section #webSeo .seo .js-marquee-wrapper {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	font-size: 12px !important;
	color: #CCBBA9;
}


/* + gotop
*----------------------------------------------------------------------------*/
#gotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100000;
}

#gotop a {
	color: #000;
	font-size: 60px;
}


/* + phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
}

.phoneWrap ul {
	overflow: hidden;
}

.phoneWrap ul li {
	float: left;
	width: 50%;
	background: #28867a;
}

.phoneWrap ul li a {
	padding: 5px 0;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.phoneWrap ul li:nth-child(1) a {
	border-right: 1px rgba(255, 255, 255, 0.34) solid;
}

.phoneWrap ul li:nth-child(2) a {
	border-left: 1px #3f635e solid;
}


/* + footer
*----------------------------------------------------------------------------*/
footer {
	padding: 20px 0 5px;
	background: #73634A;
	color: #fff;
}

footer a {
	color: #fff;
}

footer #footerCis ,
footer nav {
	text-align: center;
}

footer nav a {
	display: inline-block;
}

footer nav a:after {
	margin: 0 15px;
	width: 15px;
	height: 1px;
	background: #fff;
	display: inline-block;
	content: "";
}

footer nav a:last-child:after {
	display: none;
}

footer #footerInfo {
	width: 65%;
	margin: 30px auto 20px;
}

footer #footerInfo p {
	width: 32%;
	display: inline-block;
}

footer #footerCopy {
	margin-bottom: 5px;
	text-align: center;
	color: #CCBBA9;
}

footer #footerCopy a {
	color: #CCBBA9;
	font-size: 12px;
}


/************ = 適應性 = ************/
/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	section ,
	#banner {
		width: 960px;
	}
	header nav ul li a ,
	header .OLink a {
		padding: 10px;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section {
		width: 95%;
	}
	header #menu ,
	header #menu section {
		overflow: inherit;
		width: 100%;
	}
	header nav {
		position: absolute;
		float: none;
		width: 100%;
		background: transparent;
		left: 0;
	}
	header nav h3 {
		margin-left: auto;
		margin-right: 0;
		width: 47px;
		height: 47px;
		background: #b09b7f;
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 43px;
		color: #fff;
	}
	header nav ul {
		overflow: hidden;
		position: absolute;
		width: 0;
		height: 100vh;
		background: #84725b;
		right: 0;
	}
	header nav ul.Open {
		width: 300px;
	}
	header nav ul li {
		margin-left: auto;
		margin-right: 0;
		width: 300px;
		display: block;
		border-bottom: 1px #fff solid;
	}
	header nav ul li a:hover:after {
		border-width: 6px 0 6px 7px;
		border-color: transparent transparent transparent #fff;
		bottom: 35%;
		left: 0;
	}
	header .OLink {
		float: none;
		width: 100%;
	}
	#banner {
		width: 100%;
	}
	#banner ul li a.photo img {
		width: 120%;
		max-width: inherit;
	}
	footer nav a {
		margin: 0 5px;
	}
	footer nav a:after {
		display: none;
	}
	footer #footerInfo {
		width: 100%;
	}
	.phoneWrap {
		display: block;
	}
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	footer #footerInfo p {
		width: 49%;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	footer #footerInfo p {
		width: 100%;
		text-align: center;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	header nav ul li {
		width: 100%;
	}
}