﻿@charset "utf-8";

html,body {
	margin:0;
	padding:0;
}
body {
    color:#333;
	font:62.5%/1 "PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust:100%;
        -ms-text-size-adjust:100%;
            text-size-adjust:100%;
}
/* 修正粗體 */
@font-face {
    font-family:"微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
    font-weight:bold;
    src:local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family:"微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
	font-weight:normal;
    src:local("微軟正黑體");
}

a {
	color:#ff3300;
	text-decoration:none;
}
a:hover,
a:focus {
	text-decoration:underline;
	color:#ff6600;
}
.transition {
	transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}
img {
	border: none;
	vertical-align: middle;
}
.container {
	width:100%;
	padding:0 15px;	
	margin:0 auto;
	box-sizing:border-box;
}
@media screen and (min-width:991px) {
	.container {
		max-width:990px;
		padding:0;
	}
}


/* ----- layout ----- */
#wrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.noscript {
	display:block;
	width: 100%;
	font-size: 1.5em;
	line-height: 120%;
	padding: 20px 0px;
	margin:0 auto;
	box-sizing:border-box;
	background:#ffe5e6;
}
.hide-panel {
	display:none !important;
}
.hide-mobile {
	display: none ;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.sr-only-focusable {
    position:fixed;
	top:0;
	left:0;
	color:#000;
	font-size:0;
	opacity: 0;
	z-index:9999;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	color:#FFF;
	font-size:1.2em;
	padding:5px 10px;	
	opacity: 1;
	background:rgba(0,0,0,.7);
}
.font-blue { color: #1e68c2; }
.font-red {	color: #e83617; }

.btn-send {
	width:35px;
	height:24px;
	text-indent:-9999px;
	background:url(../images/work-promo-mBtn.png) no-repeat 0 0;
	border:0;
	cursor:pointer;
}
.btn-send:hover {
	background-position:0 -24px;
}
@media screen and (min-width: 990px) {	
	.hide-mobile {
		display: inline;
	}
	.show-mobile {
		display: none ;
	}
	.acKey{
		display:inline-block;
	}
	.acKey a  {
		display:inline-block;
		color:transparent;
		font-size:0.8rem;
	}
	.acKey a:hover,
	.acKey a:focus {
		color:#bb003b;
		text-decoration:none;
	}
	.acKey-C { float:left; width:100%; height:auto; margin: 0px auto;}
	.acKey-C .Inner { width: 990px; margin: 0px auto;}
	.acKey-C a {
		display:inline-block;
		color:transparent;
		font-size:0.8rem;
	}
	.acKey-C a:hover,
	.acKey-C a:focus {
		color:#bb003b;
		text-decoration:none;
	}
}


/* ----- form ----- */
.input {
	font-size: 13px;
	color: #666;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}



/* ----- header ----- */
#header {
	position: fixed;
	width: 100%;
	height:70px;
	top: 0;
	left: 0;
	margin: 0;
	padding:0;
	background:#FFF;
	z-index: 1000;
	box-shadow:0px 3px 5px rgba(0%,0%,0%,0.5); -moz-box-shadow:0px 3px 5px rgba(0%,0%,0%,0.5); -webkit-box-shadow:0px 3px 5px rgba(0%,0%,0%,0.5);
}
#header .header_inner {	
	width: 100%;
	padding:0;
	margin: 0px auto;
	background:#FFF;
}
#header #logo {
	float: left;
	width:260px;
	height:50px;	
	margin: 10px 0 0 10px;
	background:url(../images/m-com-logo.svg) no-repeat 50% 50%;
}
#header #logo a {
	float: left;
	width:100%;
	height:100%;
}
#header #logo h1 {
	display:none;
}
@media screen and (max-width: 480px) {
	#header #logo {
		float: left;
		width:150px;
		height:50px;	
		margin: 10px 0 0 10px;
		background:url(../images/fanseo.svg) no-repeat 0 50%;		
	}	
}
@media screen and (min-width: 990px) {	
	#header {	
		position: relative;
		width: 100%;
		height:auto;
		margin: 0px auto;
		padding:0;
		z-index: 200;
	}
	#header .header_inner {	
		width: 954px;
		height: 80px;
		margin: 0px auto;
		padding:0;
		z-index: 200;
		background:#FFF;
	}
	#header #logo {
		position: relative;
		float: left;
		width:370px;
		height:50px;
		margin: 18px 0 0 0;
		background:url(../images/com-logo.svg) no-repeat;
	}
	#header #logo a {
		float: left;
		width:100%;
		height:100%;
	}
	#header #logo h1 {
		display:inline;
		position:absolute;
		width:auto;
		left: 152px;
		top: 32px;
		font-size: 13px;
		font-weight: bold;
		color: #666666;
		margin:0;
	}
	#header #addon {
		float:right;
		width: 305px;
		margin-top: 32px;
	}
	#header #addon ul {
		float:right;
		margin: 0px;
		padding: 0px;
	}
	#header #addon li {
		float: left;
		list-style-type: none;
		margin-left:8px;
	}
	#header #addon li a {
		font-size: 12px;
		font-weight: bold;
		color: #666;
	}
	#header #addon li a.btn-add1 {
		padding-left:18px;
		background:url(../images/com-addon-icon-1.gif) no-repeat 0 50%;
	}
	#header #addon li a.btn-add2 {
		padding-left:18px;
		background:url(../images/com-addon-icon-2.gif) no-repeat 0 50%;
	}
	#header #addon li a.btn-add3 {
		color: #1e68c2;
		padding-left:18px;
		background:url(../images/com-addon-icon-3.gif) no-repeat 0 50%;
	}
	#header #addon li a.btn-add4 {
		color: #e83617;
		padding-left:18px;
		background:url(../images/com-addon-icon-4.gif) no-repeat 0 50%;
	}
}

/* ----- page-tit ----- */
#page-tit {
	float:left;
	width: 100%;
	margin: 0px auto;
	padding:15px 0;
}
#page-tit.com-page-tit {
	margin:80px auto 0 auto;
}
#page-tit .Inner {
	width: 94%;
	margin: 0px 3%;
}
#page-tit .Inner .breadcrumbs {
	float:left;
	width:100%;
}
#page-tit .Inner .breadcrumbs .btn-home {
	float:left;
	display:block;
	width:15px;
	height:20px;
	vertical-align:middle;
	text-indent:-9999px;
	background:url(../images/com-icon-1.gif) no-repeat 50% 50%;	
}
#page-tit .Inner .breadcrumbs span {
	float:left;
	font-size: 13px;
	line-height:20px;
    color: #222;
	padding:0 0 0 15px;
	margin-left: 3px;
	vertical-align:middle;
	background:url(../images/com-icon-2.gif) no-repeat 0 50%;	
}
#page-tit .Inner .breadcrumbs span a  {
	color: #999;
}
#page-tit .Inner .breadcrumbs span a:hover  {
	color: #999;
	text-decoration:underline;
}
#page-tit .Inner h2 {
	float:left;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
	margin-top:10px;
}
@media screen and (min-width: 990px) {	
	#page-tit.com-page-tit {
		float:left;
		width: 100%;
		padding:20px 0 0 0;
		margin:0 auto;
	}
	#page-tit .Inner {
		width: 990px;
		margin: 0px auto;
	}
	#page-tit .Inner .breadcrumbs {
		float:right;
		width:auto;
		margin-top:10px;
	}
	#page-tit .Inner h2 {
		float:left;
		font-size: 48px;
		font-weight: bold;
		color: #000;
		line-height: 48px;
	}
	#page-tit .Inner h2.case-tit {
		font-weight: normal;
	}
}


/* ----- page-com ----- */
#page-com {
	float:left;
	width: 100%;
	padding:20px 0;
	margin: 0px auto;
}
#page-com .Inner {
	width: 94%;
	margin: 0px 3%;
}
@media screen and (min-width: 990px) {	
	#page-com {
		padding:40px 0;
	}
	#page-com .Inner {
		width: 990px;
		margin: 0px auto;
	}
}


@media screen and (min-width: 990px) {	
	#fatfooter {
		float:left;
		width: 100%;
		margin: 0px auto;
		padding: 30px 0;
		background:#5d5d5d;
	}
	#fatfooter .Inner {
		width: 954px;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#fatfooter .Inner dl {
		float:left;
		width:auto;
	}
	#fatfooter .Inner dl.tail {
		min-height:183px;
		margin-left:13px;
		padding-left:13px;
		border-left:1px solid #888;
	}
	#fatfooter .Inner dl dt {
		margin-bottom:3px;
	}
	#fatfooter .Inner dl dt a {
		font-size: 15px;
		color: #ff9900;
		line-height:150%;
		text-decoration: none;
		font-weight: bold;
	}
	#fatfooter .Inner dl dd {
		margin-bottom:3px;
	}
	#fatfooter .Inner dl dd a {
		font-size: 13px;
		color: #ffffff;
		line-height:150%;
		text-decoration: none;
	}
	#fatfooter .Inner dl dt a:hover, #fatfooter .Inner dl dd a:hover {
		text-decoration: underline;
	}
}
 
/* ----- footer ----- */
#footer {
	float:left;
	width: 100%;
	margin: 0px auto;
	padding:20px 0;
}
#footer .footer_inner {
	width: 100%;
	margin: 0px auto;
}
#footer .footer_inner #copyright {
	float: left;
	width:94%;
	font-size: 0.9rem;
	color: #666;
	line-height: 150%;
	text-align: center;
	margin: 0px 3% ;
}
#footer .footer_inner #copyright a {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
#footer .footer_inner #copyright a:hover {
	color: #e83617;
	text-decoration: underline;
}
#footer .footer_inner #goTop {
	float: left;
	width:100%;
	margin:10px 0 0 0;
}
#footer .footer_inner #goTop a {
	display:block;
	width:41px;
	height:41px;
	text-indent:-9999px;
	background:url(../images/m-com-top-off.gif) no-repeat;		
	cursor:pointer;
	margin:0 auto;
}
#footer .footer_inner #goTop a:hover {
	background:url(../images/m-com-top-on.gif) no-repeat;
}

@media screen and (min-width: 768px) {	
	#footer .footer_inner #copyright {
		float: left;
		width: auto;
		font-size: 0.9rem;
		color: #666;
		line-height: 150%;
		text-align:left;
		margin: 0 0 0 15px;
	}
	#footer .footer_inner #goTop {
		float:right;
		width:35px;
		margin:15px 15px 0 0;
	}	
	#footer .footer_inner #goTop a {
		display:block;
		width:31px;
		height:31px;
		text-indent:-9999px;
		background:url(../images/com-top-off.gif) no-repeat;		
		cursor:pointer;
		margin:0 auto;
	}
	#footer .footer_inner #goTop a:hover {
		background:url(../images/com-top-on.gif) no-repeat;
	}	
}

@media screen and (min-width: 990px) {	
	#footer {
		float:left;
		width: 100%;
		margin: 0px auto;
		padding:20px 0;
		background: url(../images/com-tail-bg.gif) repeat-x;
	}
	#footer .footer_inner {
		position:relative;
		width: 954px;
		margin: 0px auto;
	}
	#footer .footer_inner #aplus {
		float: left;
		margin: 10px 0px 0px 0px;
	}
	#footer .footer_inner #w3c {
		float: left;
		margin: 10px 0px 0px 10px;
	}
	#footer .footer_inner #qr {
		float: left;
		margin: 0px 0px 0px 10px;
	}
	#footer .footer_inner #copyright {
		float: left;
		font-size: 15px;
		color: #333;
		line-height: 23px;
		margin: 5px 0px 0px 20px;
	}
	#footer .footer_inner #copyright a {
		font-size: 12px;
		font-weight: bold;
		color: #222;
		text-decoration: none;
	}
	#footer .footer_inner #copyright a:hover {
		color: #e83617;
		text-decoration: underline;
	}
	#footer .footer_inner #goTop {
		position: absolute;
		right:0;
		top:10px;
		margin:0;
	}
	#footer .footer_inner #goTop a {
		display:block;
		width:31px;
		height:31px;
		text-indent:-9999px;
		background:url(../images/com-top-off.gif) no-repeat;
		cursor:pointer;
	}
	#footer .footer_inner #goTop a:hover {
		background:url(../images/com-top-on.gif) no-repeat;
	}		
}