@charset "utf-8";
*{
	font-family: Lucida San Unicode,"微軟正黑體";
}
html{
  font-size: 16px;
  color:#111111;
  line-height: 27px;
}
a{
	text-decoration:none;
	color:#fff;
}
p{
	font-family: Lucida San Unicode,"微軟正黑體";
}
body{
  font-family: Lucida San Unicode,"微軟正黑體";
  font-size: 1em;
  line-height: 1.58823529em;
  margin:0px;
  padding:0px;
}
img,img a{
	border:0;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
}
.bodyBorder{
	float:left;
	height:auto;
	width:100%;
}
.hideBox_phone{ display:block;}
.showBox_phone{ display:none;}
.hideBox_pc{ display:none;}
.showBox_pc{ display:block;}
.proIcon{
	background:#e60012;
	font-size:14px;
	font-weight:bold;
	padding:6px;
}
/*--------------------mainBorder----------------*/
.mainBorder{
	margin:2% 9% 1% 9%;
	padding:1%;
	width:80%;
	height:auto;
	float:left;
}
.locationNavi_bg{
	width:100%;
	background:#404040;
	padding:0.5% 4% 0.5% 4%;
	height:auto;
	color:#727171;
	font-weight:bold;
}
.locationNavi_bg a{
	color:#9d9d9d;
	font-weight:700;
}
.leftBorder{
	width:25%;
	padding:3% 3% 3% 4%;
	height:auto;
	float:left;
}
.rightBorder{
	width:75%;
	padding:3% 3% 3% 4%;
	height:auto;
	float:left;
}
.redPiont{
	color:#c00000;
	font-size:20px;
	font-weight:bolder;
	line-height:25px;
	font-family:"arial black","sans-serif";
}
.red_e60012{
	color:#e60012;
}
.blackPiont{
	color:#000;
	margin-top:12px;
	font-size:17px;
	line-height:22px;
}
.LeftProductList{
	width:100%;
	line-height:39px;
	font-size:16px;
	float:left;
}
.LeftProductList a{
	text-decoration:none;
	color:#000;
}
.contactBtu{
	width:50%;
	text-align:center;
	height:auto;
	float:left;
	padding:7px;
	font-size:14px;
	margin-top:5%;
	margin-bottom:2%;
	background:#2c3e62;
	color:#fff;
}
.seeallProducts a{
	color:#000;
	padding:7px;
	display:block;
	cursor:pointer;
	width:50%;
	text-align:center;
	height:auto;
	float:left;
	border:0.5px solid #999;
	font-size:15px;
	margin-top:5%;
	margin-bottom:2%;
}
.seeallProducts a:hover{
	background:#ececec;
}
.morInfoBorder{
	width:100%;
	margin-top:18%;
	border-top:0.5px solid #666;
	float:left;
	font-size:13px;
}
.morInfoBorder img{
	float:left;
	width: 110px;
	height: 110px;
}
.morInfo-img{
	float: left;
	width: 100%;
}
/*----------------------navi logo------------------------*/
.logoBorder{
	float:left;
	width:23%;
	height:56px;
	overflow:hidden;
	/*-webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0 100%, 0 0);
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0 100%, 0 0);
	background:#000;*/
	background:url(../img/logo_bg.png) right center no-repeat;
	display:  flex;/*image align center*/
  	align-items: center;/*image align center*/
  	justify-content:  center;/*image align center*/
}
.logoBorder img{
	max-width:70%;
	margin-left:7%;
	height:auto;
}
/*----------------------navi------------------------*/
.naviBorder{
	width:100%;
	float:left;
	height:56px;
	background:#727171;
}

.naviItems ul#naviUI li ul{
	display:none;
	position:absolute;
	text-align:center;
	margin:0px auto auto -30px;
	padding-top:1px;
	padding-bottom:8px;
	width:135px;
	height:auto;
	z-index:999;
	font-size:0.8em;
}
.naviItems ul#naviUI li:hover > ul{
	display:block;
}
.naviItems ul#naviUI li ul li{
	float:left;
	height:auto;
	width:135px;
	line-height:32px;
	margin:-1px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border:0.5px solid #fe7a52;
	background:#fc462a;
	display:block;
	color:#fff;
}
.naviItems ul#naviUI li ul li:hover{
	background:#fa6436;
}
.naviItemsr ul#naviUI li ul li a{
	float:left;
	height:auto;
	width:135px;
	display:block;
	font-size:0.9em;
	color:#fff;
}
.naviItems ul#naviUI li ul li a:hover{
	color:#564647;
}
.naviItems ul#naviUI li ul li:first-child{
	margin-left:0px;
	border-top:0;
	border-radius:0;
}
.naviItems ul#naviUI li ul li:last-child{
	border-left:1px solid #fe7a52;
	padding-left:5px;
	border-radius:0px 0px 6px 6px;
}

.naviItems{
	width:77%;
	height:100%;
	float:left;
}
.naviItems ul{
	margin-left:1%;
	height:56px;
	width:64.5%;
	float:left;
}
.naviItems li{
	float:left;
	width:auto;
	font-weight:bold;
	color:#fff;
	line-height:56px;
	padding:3px 2% auto 2%;
	margin:3px 2.5% auto 2.5%;
}
.naviItems li a:hover{
	color:#c8cdcf;
}
.languagesBorder{
	width:auto;
	/*padding-left:15px;
	padding-right:15px;*/
	height:30px;
	line-height:30px;
	font-size:13px;
	text-align:center;
	margin:13px 0.6% auto 0.6%;
	/*clear:right;*/
	border-radius:3px;
	float:right;
	display:block;
}
.languagesBorder:first-child{
	margin-right:4%;
}
.languagesBorder a{
	padding-left:15px;
	padding-right:15px;
	display:block;
	cursor:pointer;
}
.tw_bg{ background:#464646;}
.tw_bg:hover{ background:#5c5b5b;}
.en_bg{ background:#676666;}
.en_bg:hover{ background:#7b7b7b;}
.sreachBorder{
	width:20%;
	height:56px;
	float:right;
}
.sreachBorder .sreachBox{
	width:80%;
	height:56px;
	float:left;
	background:#464646;
}
.sreachBorder .sreachBox input{
	width:90%;
	height:28px;
	border: 1px solid #707070;
	border-radius:12px;
	color:#707070;
	margin:12px 5% auto 5%;
}
:focus{outline: none;}
.sreachBorder .sreachBtu{
	width: 20%;
	height: 100%;
	float: left;
}
.sreachBorder .sreachBtu input{
	width:100%;
	height:100%;
	cursor:pointer;
	border:none;
	background:url(../img/sreachBtu.jpg) #111111 center center;
}
.sreachBorder .sreachBtu input:hover{
	background:url(../img/sreachBtu_hover.jpg) #373536 center center;
}
.sreachBorder .sreachBtu input:active{
	background:url(../img/sreachBtu_active.jpg) #2f2d2e center center;
}
/*------------------mainBorder title-------------*/
span.titleTxt{
	width:auto;
	font-size:1.6em;
	font-weight:bold;
	color:#3b3a3b;
	border-bottom:2px solid #1c80ab;
	height:auto;
	padding-bottom:12px;
	/*text-align:center;*/
}
span.titleEnTxt{
	width:100%;
	font-size:0.6em;
	color:#3b3a3b;
	line-height:5.7em;
	height:auto;
	padding-top:30px;
	/*text-align:center;*/
}
/*span.titleTxtLine{
	height:2px;
	border-bottom:2px solid #1c80ab;
	margin-top:5px;
	margin-bottom:5px;
	width:35px;
	float:left;
}*/
.alignCenter{
	text-align:center;
}

.alignRight{
	text-align:right;
}


/*-----------------footer Border-----------------*/
.footerBorder{
	background:url(../img/footer_bg.jpg) no-repeat center center;
	min-height:190px;
	color:#555555;
	float:left;
	width:100%;
	height:auto;
}
.footerNavi{
	float:right;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:1%;
	margin-bottom:2%;
	border-top:0.5px solid #81838a;
	font-size:0.9em;
	padding-top:1%;
	height:auto;
	line-height:1.8em;
	text-align:center;
}
.footerCopyright{
	float:left;
	width:75%;
	margin-left:15%;
	margin-top:40px;
	height:auto;
}
.footerCopyright >span.footerLogo{
	float:left;
	clear:both;
	width:16%;
	height:auto;
	margin-bottom:2%;
}
.footerCopyright >span.footerLogo img{
	width:100%;
	height:auto;
}
.footerCopyright >.footerNaviLeft >span.infoBorder{
	float:left;
	width:100%;
	clear:left;
}
.footerNavi>span.infoBorder{
	width:auto;
	margin-right:1.5%;
	margin-left:1.5%;
	color:#d8d8d8;
}
.footerCopyright>.footerNaviRight>span.footerProItems{
	font-size:0.8em;
	float:left;
	width:33%;
	line-height:18px;
	color:#e6e6e6;
}
.footerNavi >span.infoBorder a,
.footerCopyright >span.infoBorder{
	color:#666a6b;
}
.footerNavi >span.infoItemsBorder{
	width:auto;
	color:#555;
	font-size:0.9em;
	margin-right:2%;
}
.footerNavi >span.infoItemsBorder a,
.footerCopyright >span.infoItemsBorder a{
	color:#555;
}
.footerNaviLeft{
	margin-left:15%;
	width:15%;
	height:auto;
	float:left;
	clear:left;
}
.footerNaviRight{
	width:70%;
	height:auto;
	float:left;
}
/*--------------------pagebanner--------------------*/
.pageBanner{
	position:relative;
	background:url(../img/banner.jpg) no-repeat center bottom;
	min-height:450px;
}
.locationSub{
	width:100%;
	position:absolute;
	z-index:100;
	/*margin-top:20%;*/
	bottom: 16px;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	line-height:1.8em;
}
span.pagelocation{
	color:#fc462a;
	letter-spacing:2px;
}
span.scorllIcon img{
	width:25px;
	height:auto;
}
.pageSlide-text{
	width:100%;
	float:left;
	text-align:center;
	margin-top:6.5%;
	font-size:1.2em;
	font-weight:600;
	line-height:1.8em;
}
.pageSlide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 26px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.pageSlide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*--------------------pagelist----------------------*/
.pagination{
	text-align:center;
	float:left;
	width:100%;
	padding: 2px;}
	
.pagination ul{
	display:inline-table;
	text-align: center; /*Set to “right" to right align pagination interface*/
	font-size: 1em;
}

.pagination li{
list-style-type: none;
display:inline-table;
padding-bottom: 1px;
background:#eeeeee;
border: 1px solid #d6d5d5;
border-radius:4px;
margin-left:3px;
margin-right:3px;
}

.pagination li a{
padding: 2px 12px;
text-decoration: none;
display:block;
color: #909090;
}

.pagination li:hover{
	background:#ede3d1;
}

.pagination a.currentpage{
color: #FFF !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
cursor: default;
color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/*--------------------------------------shareLink------------------------*/
span.shareBox{
	width:auto;
	height:auto;
	padding:6px 12px 0 12px;
	border:1px solid #fff;
	border-radius:16px;
	clear:both;
	float:left;
	text-align:center;
	background:rgba(100%,100%,100%,0.2);
}
span.shareBoxCenter{
	width:auto;
	height:auto;
	border-radius:16px;
	/*margin-top:3%;*/
	clear:both;
	background:rgba(100%,100%,100%,0.2);
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display:inline-table;
}
ul.share-buttons li a img{
	margin-top:-20px;
	width:31px;
	height:31px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 1055px) {
	.mainBorder{
		margin:2% 2%;
		width:96%;
	}
}
@media (max-width: 991px) {
	body{
	  font-size: 1em;
	}
	.mainBorder{
		margin:2% 2%;
		width:96%;
	}
	.logoBorder{
		height:56px;
		width:18%;
	}
	.naviBorder{
		height:52px;
	}
	.naviItems{
		width:82%;
		height:100%;
		float:left;
	}
	.naviItems ul{
		height:52px;
		width:68%;
	}
	.naviItems li{
		line-height:52px;
		font-weight:530;
		padding:auto 1.5% auto 1.5%;
		margin:auto 1.5% auto 1.5%;
	}
	.sreachBorder{
		height:52px;
	}
	.sreachBorder .sreachBox{
		width:80%;
		height:52px;
	}
	.sreachBorder .sreachBox input{
		margin:8px 5% auto 5%;
	}
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	body{
		font-size:1em;
	}
	.mainBorder{
		margin:2% 5%;
		width:90%;
	}
	.hideBox_phone{ display:none;}
	.showBox_phone{ display:block;}
	.hideBox_pc{ display:block;}
	.showBox_pc{ display:none;}
	.logoBorder{
		height:56px;
		width:32%;
	}
	.naviBorder{
		height:53px;
	}
	.naviIcon{
		width:22px;
		height:22px;
		margin:16px 5% 6px auto;
		cursor:pointer;
		float:right;
	}
	.naviItems{
		width:100%;
		height:100%;
		z-index:999;
		position:fixed;
		margin-top:53px;
		background:#7e7e7e;
	}
	.naviItems ul{
		margin:0;
		height:auto;
		width:100%;
	}
	.naviItems li{
		width:100%;
		padding:0 4% 0 4%;
		margin:auto 0 auto 0;
		background:#cfcfcf;
		float:left;
		border-bottom:1px solid #b1aeae;
	}
	.naviItems li a{
		color:#6d6b6b;
	}
	.naviItems ul#naviUI li ul{
		position:static;
		text-align:left;
		margin:0px auto auto 4%;
		width:100%;
		z-index:999;
		font-size:1em;
	}
	.naviItems ul#naviUI li ul li{
		width:100%;
		background:none;
		line-height:42px;
		border:0;
	}
	.naviItems ul#naviUI li ul li:hover{
		background:none;
	}
	.naviItems ul#naviUI li ul li:last-child{
		border-left:none;
	}
	.languagesBorder{
		width:25%;
		height:36px;
		line-height:36px;
		float:left;
		border:1px solid #444;
		margin:4% 0 4% 0;
		
	}
	.tw_bg{ background:#464646;border-radius:0px 3px 3px 0px; margin-left:-13px;}
	.tw_bg:hover{ background:#5b5b5b;}
	.en_bg{ background:#676666;border-radius:3px 0px 0px 3px; margin-left:4%;}
	.en_bg:hover{ background:#818080;}
	.sreachBorder{
		width:52%;
		margin:4% 2% 4% 0;
		height:30px;
		float:left;
	}
	.sreachBorder .sreachBox{
		width:80%;
		height:30px;
		float:left;
		margin-right:2%;
		background:none;
	}
	.sreachBorder .sreachBox input{
		width:91%;
		height:27px;
		border: 1px solid #707070;
		border-radius:5px;
		color:#70707;
		float:left;
		margin:auto 4% auto 5%;
	}
	.sreachBorder .sreachBtu{
		width: 15%;
		height:34px;
		float: left;
		border:6px;
		overflow:hidden;
	}
	.sreachBorder .sreachBtu input{
		width:100%;
		height:100%;
		border:6px;
	}
	
	/*------------
			FOOTER BORDER
			---------------------*/
	.footerBorder{
		background:url(../img/bg_footer.jpg) #0e0e0e repeat-x center bottom;
		min-height:300px;
		float:left;
		height:auto;
		color:#555555;
		font-size:0.9em;
		line-height:1.3em;
		width:100%;
	}
	.footerNavi{
		float:right;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:5%;
		height:auto;
		line-height:1.5em;
	}
	.footerCopyright{
		float:left;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:12px;
		height:auto;
	}
	.footerCopyright >span.footerLogo{
		float:left;
		width:30%;
		height:auto;
		margin-bottom:2%;
	}
	.footerCopyright >span.footerLogo img{
		width:100%;
		height:auto;
	}
	.footerCopyright >span.infoBorder{
		float:left;
		width:100%;
	}
	.footerNavi >span.infoBorder{
		width:auto;
		margin-right:1%;
		color:#fff;
		font-weight:500;
	}
	.footerNavi >span.infoItemsBorder{
		width:auto;
		color:#555;
		font-weight:600;
		margin-right:1.5%;
	}
	.locationSub{
		margin-bottom:2%;
	}
.leftBorder{
	display:none;
}
.rightBorder{
	width:100%;
}
}

@media  (max-width: 480px) {
body{
	font-size: 1em;
}
.locationNavi_bg{
	padding:2% 4% 2% 4%;
	font-size:18px;
}
.leftBorder{
	display:none;
	position:absolute;
}
.rightBorder{
	width:100%;
}
.mainBorder{
	margin:5% 5% 2% 5%;
	width:90%;
}
div.redPiont{
	width:96%;
	margin:4% 2%;
	padding:1% 4% 0 4%;
	font-size:29px;
}
	.hideBox_phone{ display:none;}
	.showBox_phone{ display:block;}
	.hideBox_pc{ display:block;}
	.showBox_pc{ display:none;}
	.logoBorder{
		height:56px;
		width:45%;
	}
	.naviBorder{
		height:56px;
	}
	.naviIcon{
		width:22px;
		height:22px;
		margin:16px 5% 6px auto;
		cursor:pointer;
		float:right;
	}
	.naviItems{
		width:100%;
		height:100%;
		z-index:999;
		position:fixed;
		margin-top:53px;
		background:#7e7e7e;
	}
	.naviItems ul{
		margin:0;
		height:auto;
		width:100%;
	}
	.naviItems li{
		width:100%;
		padding:0 4% 0 4%;
		margin:auto 0 auto 0;
		background:#cfcfcf;
		float:left;
		border-bottom:1px solid #b1aeae;
	}
	.naviItems li a{
		color:#6d6b6b;
	}
	.naviItems ul#naviUI li ul{
		position:static;
		text-align:left;
		margin:0px auto auto 4%;
		width:100%;
		z-index:999;
		font-size:1em;
	}
	.naviItems ul#naviUI li ul li{
		width:100%;
		background:none;
		line-height:42px;
		border:0;
	}
	.naviItems ul#naviUI li ul li:hover{
		background:none;
	}
	.naviItems ul#naviUI li ul li:last-child{
		border-left:none;
	}
	.languagesBorder{
		width:45%;
		height:32px;
		line-height:32px;
		float:left;
		border:1px solid #444;
		margin:5% 0 5% 0;
	}
	.tw_bg{ background:#464646;border-radius:0px 3px 3px 0px; margin-left:-13px;}
	.tw_bg:hover{ background:#5b5b5b;}
	.en_bg{ background:#676666;border-radius:3px 0px 0px 3px; margin-left:4%;}
	.en_bg:hover{ background:#818080;}
	.sreachBorder{
		width:98%;
		margin:4% 2% auto 0;
		height:30px;
		float:left;
	}
	.sreachBorder .sreachBox{
		width:80%;
		height:30px;
		float:left;
		margin-right:2%;
		background:none;
	}
	.sreachBorder .sreachBox input{
		width:91%;
		height:27px;
		border: 1px solid #707070;
		border-radius:5px;
		color:#707070;
		float:left;
		margin:auto 4% auto 5%;
	}
	.sreachBorder .sreachBtu{
		width: 15%;
		height:34px;
		float: left;
		border:6px;
		overflow:hidden;
	}
	.sreachBorder .sreachBtu input{
		width:100%;
		height:100%;
		border:6px;
	}


	/*-------------
		footer border
		----------------*/
	.footerBorder{
		/*background:url(../img/bg_footer.jpg) #0e0e0e repeat-x center bottom;*/
		min-height:auto;
		float:left;
		height:auto;
		color:#555555;
		font-size:1em;
		line-height:1.3em;
		width:100%;
		background:#151515;
		padding:5% auto 5% auto;
	}
	.footerNavi{
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:7%;
		margin-bottom:5%;
		font-size:0.9em;
		line-height:1.7em;
		text-align:left;
	}
	.footerCopyright{
		float:left;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:12px;
		height:auto;
	}
	.footerCopyright >span.footerLogo{
		width:30%;
		margin-top:3%;
		margin-bottom:9%;
	}
	.footerCopyright >span.footerLogo img{
		width:100%;
		height:auto;
	}
	.footerCopyright >span.infoBorder{
		float:left;
		width:100%;
	}
	.footerNavi >span.infoBorder{
		width:auto;
		margin-right:1%;
	}
	.footerNavi >span.infoItemsBorder{
		width:auto;
		color:#555;
		font-size:0.8em;
		font-weight:500;
		margin-right:1.5%;
	}
	/*---------
		pagebanner border
		---------------*/
	.pageBanner{
		background:url(../img/banner.jpg) no-repeat center bottom;
		min-height:250px;
	}
	.pageSlide-text{
		width:100%;
		float:left;
		text-align:center;
		margin-top:8.5%;
		font-size:1em;
		font-weight:600;
		line-height:1.3em;
	}
	.pageSlide-text > h1 {
		padding: 0;
		color: #ffffff;
		font-size: 35px;
		font-style: normal;
		line-height: 45px;
		margin-bottom: 26px;
		display: inline-block;
		-webkit-animation-delay: 0.7s;
		animation-delay: 0.7s;
	}
	.pageSlide-text > p {
		padding: 0;
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		font-weight: 300;
		margin-bottom: 6px;
		letter-spacing: 1px;
		-webkit-animation-delay: 1.1s;
		animation-delay: 1.1s;
	}
	.locationSub{
		margin-top:44.5%;
	}
	span.shareBoxCenter{
	margin-top:6%;
}
.footerNaviLeft{
	margin-left:2%;
	width:33%;
}
.footerNaviRight{
	width:65%;
}
.footerCopyright>.footerNaviRight>span.footerProItems{
	font-size:0.9em;
	width:48%;
}
}