/*-----------------------------------------------------------------------------
 [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
*----------------------------------------------------------------------------*/
*{
	-webkit-text-size-adjust: none;
}
body {
	margin:0;
	border:0;
	width:100%;
	color: #000;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span, strong {
	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;
	color:#000;
}
img{
	max-width:100%;
}
@import url('https://fonts.googleapis.com/css?family=Lora');

br{
	font-family:Arial !important;	
}
.pageh1{
	position:fixed;
	z-index:-8989898;
	opacity:0;
	color:#fff;
}
.wrapper .slick-slider{
	margin: 0;
}
/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999;
}
.workframe{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.webframe{
	width:85%;
	margin:0 auto;
	overflow:hidden;
}
.wrapper{
	overflow:hidden;
	position:relative;	
}
header #top-nav{
	background:#151515;
	color:#fde300;
	font-size:14px;
	padding:13px 0;
}
header #top-nav a{
	color: #c8c8c8;
}
header #menubar{
	padding: 35px 0;
	background:#fff;
	transition: all ease 0.2s;
}
header #top-nav .topphone{
	float:left;
}
header #top-nav .translate{
	float:right;
}
header #top-nav .translate p{
	display:inline-block;
	margin-left: 20px;
}
#menubar .workframe{
	overflow:visible;
}
#menubar #cis{
	display:inline-block;
}
#menubar #cis img{
    width: 200px;
    min-height: 50px;
}
#menubar #main-menu{
	display:inline-block;
	width: calc(100% - 204px);
	vertical-align: top;
}
#menubar #main-menu ul{
	text-align:right;
	overflow:visible;
}
#menubar #main-menu >ul >li{
    display: inline-block;
	position:relative;
	margin-left:10px;
}
#menubar #main-menu >ul >li >a{
    display: block;
    font-size: 16px;
	padding: 10px 16px;
	position:relative;
	border: 2px solid transparent;
}
#menubar #main-menu >ul >li >a:hover{
    border-color: #aaa;
}
#menubar #main-menu ul.subnav{
	display:none;
    position: absolute;
	width: 200px;
    left: -10px;
    text-align: left;
    z-index: 5;
    top: 100%;
    padding-top: 10px;
}
#menubar #main-menu >ul >li:hover ul.subnav,
#menubar #main-menu >ul >li:active ul.subnav,
#menubar #main-menu ul.subnav li:hover ul.subOption,
#menubar #main-menu ul.subnav li:active ul.subOption{
	display:block;
}
#menubar #main-menu ul.subnav >li,
#menubar #main-menu ul.subOption li{
	background: #fff;
	position:relative;
}
#menubar #main-menu ul.subnav >li:first-child{
	border-top: 3px solid #f6d466;	
}
#menubar #main-menu ul.subnav >li >a,
#menubar #main-menu ul.subnav >li >p,
#menubar #main-menu ul.subnav >li ul li >a{
    padding: 10px 20px;
    font-size: 15px;
    display: block;
    color: #383838;
}
#menubar #main-menu ul.subnav >li >a:hover,
#menubar #main-menu ul.subnav >li >p:hover,
#menubar #main-menu ul.subnav >li ul li >a:hover{
    background: #ffe72e;
}
#menubar #main-menu ul.subOption{
    text-align: left;
	position:absolute;
	left:100%;
	top: -3px;
	display:none;
	width: 200px;
}
#menubar #main-menu ul.subOption >li:first-child{
	border-top: 3px solid #f6a266;
}
footer{
	color:#fff;
	font-size: 13px;
}
footer #footerCompany{
	background:#151515;
	padding: 100px 0;
}
footer #footerCompany .row{
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: top;	
}
footer #footerCompany .row h2{
	font-size: 18px;
    font-weight: normal;
	margin-bottom: 20px;
}
footer #footerCompany .row h2 span{
    display: inline-block;
    width: 2px;
    height: 23px;
    background: #ffe500;
    transform: rotate(35deg);
    vertical-align: bottom;
    margin-right: 15px;
    margin-left: 8px;
}
footer #footerSet{
    background: #0b0b0b;
    padding: 20px 0;
}
footer #footerCompany .comlist,
footer #footerCompany .fcontact,
footer #footerCompany .footernav{
	max-width:80%;
}
footer #footerCompany #footer-qrcode,
footer #footerCompany #footer-FB,
footer #footerCompany #footer-map{
	width:100px;
	display:inline-block;
	margin:0 10px 10px 0; 
	max-width:40%;
}
footer #footerCompany .comlist li:first-child{
	margin-bottom:15px;
}

footer #footerCompany .comlist li b{
	color: #e3ce16;
    margin-right: 10px;
    vertical-align: middle;	
}
footer #footerCompany .comlist li span{
	vertical-align: middle;	
}
footer #footerCompany p{
	margin-bottom: 15px;
}
footer #footerCompany .fcontact li{
	margin-bottom:5px;
}
footer #footerCompany .fcontact li a{
	display: block;
    background: #494949;
    text-align: center;
    color: #fff;
    padding: 13px 0;
	transition:all linear 0.3s;
}
footer #footerCompany .fcontact li:nth-child(even) a{
    background: #ebd618;
    color: #000;
}
footer #footerCompany .fcontact li a:hover{
	opacity:0.8;
}
footer #footerCompany .footernav li{
    margin-bottom: 5px;
    float: left;
    width: 50%;
}
footer #footerCompany .footernav li a{
	color:#fff;
}
footer #footerCompany .footernav li a:hover{
	color:#ebd618;
}
#footerSet .info{
	float:left;
	overflow:hidden;
}
#footerSet .info div,
#footerSet .info p{
	display:inline-block;
	vertical-align:top;
	color: #818181;
	font-size:12px;
}
#footerSet .info a{
	color: #818181;
}
#footerSet .community{
	float:right;
	text-align:right;
}
#footerSet .community li{
	display:inline-block;
	margin-left:5px;
}
#footerSet .community li a{
    display: block;
    color: #999;
    border: 1px solid #5f5f5f;
    width: 25px;
    height: 25px;
    text-align: center;
    left: 25px;
}
#footerSet .community li a:hover{
    color: #fff;
	background:#5f5f5f;
}
.web{
	background:#000;
    color: #4f4f4f;
	font-size:8pt;
    padding: 20px 0;
}
.phoneWrap,
.mobile-main-nav,
#mobile-menu,
.nav-func{
	display:none;
}
#gotop{
    display: block;
    background-color: #ffe500;
    color: #787878;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    font-size: 17px;
}
/***固定卷軸設定***/
@media screen and (min-width: 1280px) {
	header.headerTop #menubar{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
		padding: 15px 0;		
	}
}
@media screen and (max-width: 1280px) {
	header{
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 89;
	}
	#menubar #main-menu,
	header #top-nav{
		display:none;
	}
	header #menubar{
		padding: 15px 0;	
	}
	#menubar #cis{
	    margin-left: 30px;	
	}
	#menubar #cis img{
		max-height: 38px;
		width: auto;
		min-height: 1px;
	}
	.mobile-main-nav{
		display:block;
	}
	.nav-funcB{
		position: fixed;
		left: 2.5%;
		top: 19px;
		font-size: 30px;
		color: #565656;		
	}
	#mobile-menu{
		width: 250px;
		background: #fff;
		height: calc(100vh - 97px);		
		overflow: auto;
		padding-bottom:30px;
	}
	#mobile-menu >ul >li .menu_head{
		overflow:hidden;
		padding: 15px;
		border-bottom: 1px solid #efefef;
	}
	#mobile-menu >ul >li .menu_head.c0 b{
		display:none;
	}
	#mobile-menu >ul >li .menu_head p{
		float:left;
		font-size: 11pt;
	}
	#mobile-menu >ul >li .menu_head a{
		color: #191919;
	}
	#mobile-menu >ul >li .menu_head b{
		float:right;
		color: #9a9a9a;
		cursor:pointer;
	}
	#mobile-menu >ul >li .menu_body li p{
		background: #fcef3f;
		padding: 5px 15px;
		font-size: 14px;		
	}
	#mobile-menu >ul >li .menu_body li a{
		color: #404040;
		display: block;
		padding: 10px 35px;
		font-size: 11pt;
		border-bottom: 1px solid #ededed;
	}
	.nav-func{
		display: block;
		position: fixed;
		right: 2.5%;
		top: 19px;
		font-size: 30px;
		color: #565656;		
	}
	header #top-nav .workframe{
		width:100%;
		
	}
	header #top-nav{
		position: fixed;
		top: 68px;
		width: 170px;
		right: 0;
		padding: 15px 20px;		
	}
	header #top-nav .translate,
	header #top-nav .topphone{
		float:none;
	}
	header #top-nav .translate p{
		margin-left: 0;
		display: block;
	}
	header #top-nav p{
		margin-top:5px;
		margin-bottom:5px;
	}
	footer #footerCompany .row{
		width: calc(50% - 4px);
		margin-bottom: 50px;
	}
	footer #footerCompany .row:last-child,
	footer #footerCompany .row:nth-child(3){
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	footer #footerCompany .row,
	footer #footerCompany .comlist, footer #footerCompany .fcontact, footer #footerCompany .footernav{
		width: 100%;
		max-width: 100%;
	}
	footer #footerCompany .row:nth-child(3){
		margin-bottom: 50px;
	}
	footer #footerCompany .row:last-child,
	footer #footerCompany .footernav li,
	#footerSet .community,
	#footerSet .info{
		text-align:center;
	}
	#footerSet .info,
	#footerSet .community{
		width:100%;
	}
	#footerSet .community{
		margin-top:20px;
	}
	.phoneWrap{
		display:block;
		position:fixed;
		bottom:20px;
		left:10px;
		width: calc(100% - 72px);
		z-index: 5;
	}
	.phoneWrap li{
		display: inline-block;
		width: calc(50% - 4px);
	}
	.phoneWrap li a{
		display: block;
		color: #fff;
		background: rgba(18, 66, 119, 0.8);
		padding: 0 15px;
		text-align: center;
		line-height: 30px;
		font-size: 9pt;
	}
	.phoneWrap li:nth-child(2) a{
		background: rgba(23, 119, 18, 0.8);
	}
	.web{
		padding-bottom:60px;
	}
}
@media screen and (max-width: 480px) {
	.nav-func{
		right:5%;
	}
	.nav-funcB{
		left:5%;
	}
	#menubar #cis{
		margin-left: 0;	
	}
	#menubar .workframe{
		text-align:center;
	}
	footer #footerCompany #footer-qrcode, footer #footerCompany #footer-FB, footer #footerCompany #footer-map{
	    width: 70px;	
	}
	.web{
		font-size:6pt;
	}
}