input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}
@charset "utf-8";
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width: 100%;
}
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: inline-block;
}
html[xmlns] .clearfix {
	display: 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;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
.pc {
	display: none !important;
}
.mobile {
	display: block !important;
}
img {
	width: 100%;
    height: auto !important;
}
.line_B {
	border-bottom: 1px solid #d21616;
    padding: 15px 0;
	background-color: #f5f5f5;
	font-weight: 600;
}
.left30 {
	padding-left:30px;
}
}
@media screen and (min-width: 320px) and (max-width: 992px) {
.container {
	margin: 0 auto;
	width: 90%;
	max-width: inherit;
	min-width: inherit;
}
.bg02 {
	background-image: url(../images/index.jpg);
	height: 2109px;
	background-position: center top;
}
.bg03 {
	background-image: url(../images/news.jpg);
	height: 1627px;
	background-position: center top;
}
.bg04 {
	background-image: url(../images/branch.jpg);
	height: 1500px;
	background-position: center top;
}
.bg05 {
	background-image: url(../images/service.jpg);
	height: 2575px;
	background-position: center top;
}
/*--header--*/
header {
	background-color: #292929;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 5px solid #4d4d4d;
}
#logo {
	float: none;
	width: 30%;
	margin: 0 35%;
}
.subclass {
	position: relative;
	top: 10px;
}
#m_search input {
	height: 25px;
	width: 200px;
	padding: 10px 5px;
	position: relative;
}
#m_search_form {
	display: inline-flex;
}
#m_search {
	padding: 10px;
	background-color: #151515;
}
#m_searchbtn {
	position: relative;
	width: 25px;
	margin-top: 5px;
	margin-left: 9px;
}
#menu img {
	width: auto;
}
#pc_menu {
	display: none;
}
/*--首頁服務項目--*/
.service {
	background-color: #fff;
	margin: 25px 0;
}
.service .img {
	width: 100%;
}
.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: 300px;
}
/*--首頁文章分享--*/
#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_A {
	width: 48%;
}
.footer_B {
	width: 48%;
}
.footer_C {
	width: 100%;
	margin-top:25px;
}
.qrcode {
	width:50%;
}
.footer_btn a {
	display: block;
	width: 50px;
	height: 50px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.footer_A {
	width: 100%;
}
.footer_B {
	width: 100%;
    margin: 25px 0;
}
.footer_C {
	width: 100%;
	margin-top: auto;
}
.footer_C ul li {
    float: left;
    width: 49%;
    margin-left: 1%;
}
.qrcode {
	width:50%;
}
.footer_C li span.title {
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
}
}
