@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('/css/SeoJump.css');
* { 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"; font-size: 14px; word-wrap: break-word; word-break: break-all; -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; }

:before , :after { -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; }

ul, ol { list-style: none; }

fieldset { border: 0; }

input,button,select,textarea { outline:none }

img { max-width: 100%; }

a:link , a:visited , a:hover { text-decoration: none; vertical-align: initial; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

livedemo00.template-help.com/media="screen":after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.text-clamp { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

/* a.photo */
a.photo { overflow: hidden; background-position: 50%; background-repeat: no-repeat; background-size: 100% auto; display: block; }

/* selection */
body ::selection { background: #8f8f8f; color: #fff; }
body::-webkit-scrollbar { width: 7px; } 
body::-webkit-scrollbar-track { background: #c5c5c5; } 
body::-webkit-scrollbar-thumb { background: #2b7de2; }
body::-webkit-scrollbar-thumb:hover { background: #3e6ca5; }

/* webBox */
.webBox { position: relative; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background: #fff; top: 0; z-index: 2; }

/* workframe */
.workframe { margin: 0 auto; width: 90%;}

/* Sitemap */
#Sitemap #jsonUL a { color: #000; }

/* header */
header {
	overflow: auto;
	position: relative;
	background-color: #607d8b;
}
header.headerTop {
	position: fixed;
	width: 100%;
	
	top: 0;
	left: 0;
	z-index: 99;
}
header .workframe > div {
	padding: 10px 0;
}
header #cis {
	float: left;
	width: 280px;
}
header.headerTop #cis {
	width: 210px;
}
header #cis a {
	background-size: contain;
}
header .topNav {
	margin-right: 90px;
	float: right;
}
header .topNav h3 {
	display: none;
}
header .topNav h3 a {
	display: block;
	font-size: 30px;
	color: #565656;
}
header .topNav .box {
	line-height: 49px;
}
header .topNav .box form ,
header .topNav .box p {
	margin-right: 10px;
	display: inline-block;
}
header .topNav .box form {
	padding: 2px 10px;
	background: #dfedff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
header .topNav .box form a {
	color: #555151;
	line-height: 23px;
	vertical-align: text-bottom;
}
header .topNav .box form input {
	padding: 0 10px;
	width: 120px;
	background: transparent;
	vertical-align: text-bottom;
}
header .topNav .box p ,
header .topNav .box p a {
	color: #FFC107;
	font-size: 16px;
}
header .topNav .box p i {
	margin-right: 5px;
	color: #FFC107;
}
header .topNav .box p.phone a {
    font-size: 18px;
    font-weight: bold;
	color: #3e6ddb;
}
header .topMenu {
	overflow: inherit;
	position: fixed;
	width: 500px;
	height: 100vh;
	background: none;	
	top: 0;
	right: -500px;
	z-index: 15;
}
header .topMenu.open {
	overflow: scroll;
	right: 0;
	background: rgba(255, 255, 255, 0.85);
}
header .topMenu::-webkit-scrollbar { width: 0; }
header .topMenu h3 {
	overflow: hidden;
	position: absolute;
	float: left;
	width: 49px;
	left: -115px;
}
header.headerTop .topMenu h3 ,
header.headerTop .topNav h3 {
	transform-origin: center;
	transform: scale(0.8);
}
header .topMenu.open h3 {
	position: relative;
	margin-left: 50px;
	left: 0;
}
header .topMenu h3 a {
	position: relative;
	width: 100%;
	height: 49px;
	background: #2b7de2;
	display: inline-block;
	text-indent: -999px;
}
header .topMenu h3 a span {
	position: absolute;
	height: 2px;
	background: #fff;
	display: block;
	top: 24px;
	left: 9px;
	right: 9px;
}
header .topMenu h3 a span:before ,
header .topMenu h3 a span:after {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
    display: block;
    left: 0;
	content: "";
}
header .topMenu h3 a span:before {
	top: -7px;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: -webkit-transform .3s,width .3s,top .3s;
	transition: transform .3s,width .3s,top .3s;
}
header .topMenu h3 a span:after {
	bottom: -7px;
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform .3s,width .3s,bottom .3s;
	transition: transform .3s,width .3s,bottom .3s;
}
header .topMenu.open h3 a {
	background: transparent;
}
header .topMenu.open h3 a span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
header .topMenu.open h3 a span {
	background: #2b7de2;
}
header .topMenu.open h3 a span::before{
	width: 0;
}
header .topMenu.open h3 a span::after {
	width: 100%;
	background-color: #2b7de2;
	-webkit-transform: translateY(-7px) rotate(-95deg);
	-ms-transform: translateY(-7px) rotate(-95deg);
	transform: translateY(-7px) rotate(-95deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
header .topMenu nav {
	margin: 80px 0 30px 120px;
	float: left;
}
header .topMenu.open nav {
	margin-left: 30px;
	width: calc(100% - 139px);
}
header .topMenu ul li {
	position: relative;
	margin: 10px;
	padding: 5px 10px;
	border-bottom: 1px #eee solid;
}
header .topMenu ul li:last-child {
	border-bottom: 0;
}
header .topMenu ul li p a {
	color: #666;
	font-size: 18px;
}
header .topMenu ul li b {
	position: absolute;
	font-size: 20px;
	color: #2c7de2;
	right: 10px;
	top: 0;
	cursor: pointer;
}
header .topMenu ul li .menu_body ,
header .topMenu ul li .menu_body .sub2Option ,
header .topMenu ul li .menu_body .sub3Option {
	margin-left: 10px;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* a.more */
.wrapper > div a.more {
	position: relative;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
}
.wrapper > div a.more span {
    position: relative;
    overflow: hidden;
    padding: 0 30px 0 27px;
    border: 2px solid #202020;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
	color: #000;
	z-index: 1;
}
.wrapper > div a.more span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	border-color: #202020 transparent transparent transparent;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: rotate(360deg);
	-webkit-transition: border-width .5s;
	transition: border-width .5s;
}
.wrapper > div a.more:hover span {
	color: #fff;
}
.wrapper > div a.more:hover span:hover:after {
	border-width: 500px 500px 0 0;
}
.wrapper > div a.more i {
	position: absolute;
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    text-align: center;
    top: 8px;
    right: -12px;
	z-index: 2;
}

/* phoneWrap */
.phoneWrap {
	position: fixed;
	top: calc((100% / 2) - 155px);
	left: 0;
	z-index: 999;
}
.phoneWrap ul li {
	padding: 10px;
	height: 30px;
	width: 30px;
	background: #eeeeee;
	border-bottom: 1px #e7e7e7 solid;
	text-align: center;
	line-height: 30px;
}
.phoneWrap ul li a font {
	margin-left: 10px;
	color: #3e3e3e;
	display: none;
}
.phoneWrap ul li i {
	font-size: 30px;
	color: #cc9d0f;
}
.phoneWrap ul li i.fa-facebook { color: #165cb3; }
.phoneWrap ul li i.fa-map-marker { color: #d83232; }
.phoneWrap ul li i.fa-shopping-cart{color: #5529bd;font-size: 26px;}
.phoneWrap ul li .fa-line {
	height: 100%;
	display: inline-block;
	vertical-align:  middle;
	color: #0fb752;
}
.phoneWrap ul li.goTop {
	background: #2c7de2;
	border-bottom: 0;
}
.phoneWrap ul li.goTop i { color: #fff; }

/* footer */
footer{
	color: #5c626a;
	font-size: 13px;
}
footer #footerCompany{
	background: #e1e1e1;
	padding: 100px 0;
}
footer #footerCompany .row{
    display: inline-block;
    width: calc(25% - 50px);
    vertical-align: top;	
}
footer #footerCompany .row h2{
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
}
footer #footerCompany .row h2 span{
    display: inline-block;
    width: 2px;
    height: 23px;
    background: #2b7de2;
    transform: rotate(35deg);
    vertical-align: bottom;
    margin-right: 15px;
    margin-left: 8px;
}
footer #footerSet{
    background: #34393f;
    padding: 20px 0;
}
footer #footerSet .workframe{
	overflow:hidden;
}
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 b{
	color: #5c626a;
	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: #2b7de2;
    color: #fff;
}
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,
footer #footerCompany .comlist li span a{
	color: #5c626a;
}
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 .SeoWebFooter{display:block;}
#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;
}
footer #footerCompany .comlist{
    overflow: visible;
}
footer #footerCompany .plus-information{overflow: visible;}
footer #footerCompany .plus-information a{
	position:relative;
	display: inline-block;
}
footer #footerCompany .plus-information img{
	position:absolute;
	max-width: 150px;
	bottom: 100%;
	left: 0;
	z-index: 8;
	max-height: 150px;
	display:none;
}
footer #footerCompany .footer_logo {
	margin-right: 30px;
}
footer #footerCompany .workframe { margin: 0 auto; width: 90%; display: flex;flex-direction: row;}
footer #footerCompany .footer-bbub img{background-color: #fffdf8;}
.web{
	background:#000;
    color: #4f4f4f;
	font-size:8pt;
    padding: 20px 0;
}

/* webSeo */
#webSeo { overflow: hidden; width: 100%; }
#webSeo .seo > div { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; vertical-align: middle; }
#SeoStarRating font:first-child { font-weight: bold; font-size: 18px; color: #FF9800; }
#SeoStarRating font:nth-child(2) { font-size: 16px; color: #FF9800; vertical-align: baseline; }
#SeoStarRating font:last-child { color: #0a29d2; }

@media screen and (min-width: 1281px) {
	footer #footerCompany .plus-information a:hover img{
		display:block;
	}
}
@media screen and (max-width: 1280px) {
	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: 1024px) {
	header {
		overflow: inherit;
	}
	header #cis {
		float: none;
	}
	header .topNav {
		margin-right: 0;
		position: absolute;
		float: none;
		left: 20px;
		top: 0;
		z-index: 10;
	}
	header .topNav h3 {
		display: block;
	}
	header .topNav .box {
		position: absolute;
		padding: 10px;
		width: 205px;
		background: #fff;
		box-shadow: 0 0 4px #d0d0d0;
		-webkit-box-shadow: 0 0 4px #d0d0d0;
		-moz-box-shadow: 0 0 4px #d0d0d0;
		opacity: 0;
		left: -300px;
	}
	header .topNav .box.openBox {
		opacity: 1;
		left: 0;
	}
	header .topNav .box form input {
		width: 130px;
	}
	header .topNav .box form ,
	header .topNav .box p {
		margin-bottom: 10px;
		display: block;
	}
	.phoneWrap {
		width: 100%;
		top: auto;
		bottom: 0;
	}
	.phoneWrap ul{}
	.phoneWrap ul li {
		padding: 10px 0;
		float: left;
		width: calc((100% - 64px) / 4);
		border-bottom: 0;
		border-right: 1px #e7e7e7 solid;
	}
	.phoneWrap ul li a font {
		display: inline-block;
	}
	.phoneWrap ul li.goTop {
		padding: 10px;
		width: 40px;
		border-right: 0;
	}
	.phoneWrap ul li.gocart{
    position: fixed;
    right: 0;
    bottom: 50px;
    padding: 10px;
    width: 40px;
    border-right: 0;
    background: #c13b3b;	
	}
	.phoneWrap ul li i.fa-shopping-cart{
		color:#fff;
	}	
}
@media screen and (max-width: 980px) {
	header #cis ,
	header.headerTop #cis {
	    width: calc(100% - 80px);
    	margin-left: 20px;
	}
	header .topNav {
		left: 15px;
	}
	header .topNav h3 {
		padding: 0 5px;
	}
	header .topMenu {
		width: 85%;
		right: -95%;
	}
	header .topMenu h3 {
		margin-top: 10px;
		width: 40px;
		left: -135px;
	}
	header.headerTop .topMenu h3 {
		margin-top: 5px;
	}
	header .topMenu h3 a {
		height: 40px;
	}
	header .topMenu.open h3 {
		margin-left: 20px;
	}
	header .topMenu h3 a span {
		top: 20px;
	}
	header .topMenu.open nav {
		margin: 0 10px 0;
		width: calc(100% - 20px);
	}
	.wrapper > div a.more {
		margin-top: 0;
	}
	.wrapper > div a.more span {
		line-height: 30px;
	}
	.wrapper > div a.more i {
		top: 4.5px;
	}
	.wrapper > div a.more:hover span {
		color: #000;
	}
	.wrapper > div a.more:hover span:hover:after {
		border-width: 0;
	}
	footer .fInfo ul {
		text-align: left;
	}
	footer .fInfo ul li {
		width: calc((100% / 2 ) - 50px);
	}
	.phoneWrap ul li a font {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	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,
	#footerSet .info .SeoWebFooter{
		text-align:center;
	}
	#footerSet .info,
	#footerSet .community{
		width:100%;
	}
	#footerSet .community{
		margin-top:20px;
	}
	footer #footerCompany .phfooter_logo {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.web{
		padding-bottom:60px;
	}
}
@media screen and (max-width: 480px) {
	header .topMenu h3 {
		left: -105px;
	}
	header #cis a {
		height: 50px;
	}
	footer .fInfo ul li {
		width: calc(100% - 45px);
	}
	footer #footerCompany #footer-qrcode, footer #footerCompany #footer-FB, footer #footerCompany #footer-map{
	    width: 70px;	
	}
	.web{
		font-size:6pt;
	}
	footer #footerCompany{ padding: 50px 0;}
}
@media screen and (max-width: 450px) {
	header .workframe > div {
		padding: 5px 0;
	}
	header #cis, header.headerTop #cis {
		width: 180px;
	}
	header .topMenu h3 {
		margin-top: 3px;
		width: 35px;
		left: -85px;
	}
	header .topMenu h3 a {
		height: 35px;
	}
	header .topMenu h3 a span {
		top: 17px;
	}
	header .workframe .topNav {
		padding: 5px 0 0;
	}
	.phoneWrap ul li {
		height: 20px;
		line-height: 20px;
	}
	.phoneWrap ul li i {
		font-size: 25px;
	}
	.phoneWrap ul li.gocart{    bottom: 40px;
    line-height: 15px;}
	.phoneWrap ul li i.fa-shopping-cart{    font-size: 20px;}
}