@charset "utf-8";
body {
	margin: 0px;
	font-size: 15px;
	line-height: 25px;
	color: #333;
	font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "微軟正黑體";
}
img {
	border: none;
	max-width: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 5px;
 *border-collapse: expression('separate', cellSpacing = '5px');
}
a {
	cursor: pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul {
	list-style: none;
}
table tr td {
	padding: 3px;
}
h1, h2, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
select {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*------------------------------------*/
.container {
	margin: 0 auto;
	width: auto;
	max-width: 1100px;
	min-width: 980px;
}
/*--共用--*/
.pc {
	display: inline;
}
.mobile {
	display: none;
}
.top25 {
	margin-top: 25px;
}
.bg_black {
	background-color: #292929;
}
/*--header--*/
header {
	background-color: #292929;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 5px solid #4d4d4d;
}
#logo {
	float: left;
	width: 250px;
}
.subclass {
	position: relative;
	top: 10px;
}
#search {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	float: right;
	margin-right: 15px;
}
#search input {
	height: 7px;
	border-radius: 0;
	width: 130px;
}
#search_form {
	padding-left: 35px;
}
#searchbtn {
	float: right;
}
#menber {
	float: right;
	color: #fff;
	background: url(../images/munber.png) no-repeat;
	padding-left: 30px;
	background-size: 25px 25px;
}
#menber a {
	color: #fff;
}
.share_head {
	float: right;
}
.share_head li {
	float: left;
	margin: 0 7px;
}
.share_head li span#fb_link {
	display: block;
	background-image: url(../images/symbol.png);
	background-position: -38px 0px;
	height: 25px;
	width: 25px;
}
.share_head li span#line_link {
	display: block;
	background-image: url(../images/symbol.png);
	background-position: -73px 0px;
	height: 25px;
	width: 25px;
}
/*--------------------------------------------
第一層
--------------------------------------------*/
#pc_menu {
	float: right;
	margin-top: 15px;
	color: #fff;
}
#pc_menu a {
	color: #fff;
}
#pc_menu .link {
	height: 35px;
}
ul.navigation li {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
	list-style-type: none;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
ul.navigation li a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
}
ul.navigation li a:hover {
	color: #000;/*-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;*/
}
ul.navigation li ul li a {
	color: #333 !important;
}
/*--------------------------------------------
特定在第一層，以左邊灰線分隔
--------------------------------------------*/
ul.navigation > li > a {
}
ul.navigation > li > a:hover {
	color: #fff;
}
/*--------------------------------------------
特定在第一層 > 第二層之後下拉部分之樣式
--------------------------------------------*/
ul.navigation li ul {
	display: none;
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
	z-index: 999;
}
/*--------------------------------------------
當第一層選單被觸發時，指定第二層顯示 li:hover > ul 有一個 > 的用意是只要讓下一層顯示出來就好，不要讓再後面一層也一起顯示。
--------------------------------------------*/
ul.navigation li:hover > ul {
	display: block;
}
/*--------------------------------------------
特定在第二層或之後下拉部分 li 之樣式
--------------------------------------------*/
ul.navigation ul li {
	color: #000;
	width: 150px !important;
	background-color: #eee;
	border-bottom: 1px solid #CCC;
	margin-left: -37px;
}
ul.navigation ul li:hover {
	background-color: #E2E2E2;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
/*--------------------------------------------
特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式
--------------------------------------------*/
ul.navigation ul li:last-child {
	border-bottom: none;
}
/*--首頁服務項目--*/
.service {
	background-color: #fff;
	margin: 25px 0;
}
.service .img {
}
.service .img:hover {
	animation: pulse 1s ease 0s infinite;
}
.service h3.title {
	margin: 0 10px;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
.service .description {
	margin: 0 10px 15px;
	height: 3em;
	overflow: hidden;
}
.service .more_btn {
	text-align: center;
}
.service .more_btn a {
	display: block;
	background-color: #b90900;
	color: #fff;
	padding: 7px 0;
}
.service .more_btn a:hover {
}
.parallax-window {
	min-height: 400px;
	background: transparent;
}
/*--首頁文章分享--*/
#page_share {
	margin-bottom: 45px;
}
#page_share h3.lineA {
	text-align: center;
	font-size: 2em;
	padding: 15px 0;
	font-weight: 500;
	border-bottom: 1px solid #87161a;
}
ul.bxslider li .share {
}
ul.bxslider li .share .img {
	width: 100%;
}
ul.bxslider li .share .txt {
	padding: 0 15px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(217,217,217) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(217,217,217) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(217,217,217) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.more_btn2 {
	text-align: center;
}
.more_btn2 a {
	display: block;
	background-color: #b90900;
	color: #fff;
	width: 150px;
	margin: 0 auto;
	padding: 7px 10px;
}
.more_btn2 a:hover {
}
ul.bxslider li .share .more_btn {
	text-align: right;
}
ul.bxslider li .share .more_btn a {
	color: #b90900;
	border-bottom: 1px solid #b90900;
}
/*--頁尾--*/
footer {
	padding: 15px 0 25px;
	color: #fff;
}
.footer_A {
	float: left;
	margin-right: 2%;
	width: 21%;
}
.footer_A .phone:before {
	content: "";
	float: left;
	clear: both;
	background: url(../images/symbol.png) no-repeat;
	width: 35px;
	height: 27px;
}
.footer_A .phone {
	height: 35px;
}
.footer_B {
	float: left;
	width: 13%;
	margin-right: 2%;
}
.footer_C {
	float: right;
	width: 62%;
}
.footer_A li span.title, .footer_B li span.title, .footer_C li span.title {
	display: block;
	margin-bottom: 10px;
}
.footer_C ul li {
	float: left;
	width: 15%;
	margin-left: 1%;
}
.footer_C ul li ul li {
	float: none;
	width: 100%;
	font-size:0.9em;
}
.footer_C ul li ul li a {
	color: #cacaca;
}
.footer_btn a {
	display: block;
	width: 50px;
	height: 50px;
}
.share_btn {
	float:left;
	margin-right:15px;
}
.footer_btn .fb_share {
	float: left;
	background: url(../images/symbol.png) no-repeat;
	background-position: -1px -27px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.footer_btn .line_share {
	float: left;
	background: url(../images/symbol.png) no-repeat;
	background-position: -61px -27px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.footer_btn .video_share {
	float: left;
	background: url(../images/symbol.png) no-repeat;
	background-position: -121px -27px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
