@charset "utf-8";
body {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS"
}
.container-fluid {
	max-width: 1280px;
}
.footer {
	color: #fff;
	background-color: #345ca2;
	text-align: center;
	padding: 24px 0;
}
.footer a {
	color: #fff;
}
.share {
	margin: 8px 0;
}
.share img {
	margin: 0 2px;
}
.backtop {
	position: fixed;
	z-index: 15;
	width: 48px;
	height: 48px;
	left: 100%;
	top: 100%;
	margin-top: -64px;
	margin-left: -64px;
	padding: 5px;
	background-color: rgba(000,000,000,0.5);
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: background 0.3s; /* Safari */
	transition: background 0.3s;
}
.backtop:hover {
	background-color: #036;
}
.title_line {
	width: 72px;
	height: 4px;
	background-color: #345ca2;
	margin: 15px 0;
}
.navbar {
	padding: 0px;
}
.navbar-brand {
	margin-left: 15px;
}

@media (min-width:768px) {
.navbar-brand {
	margin-left: 0;
}
}
.navbar-toggler {
	margin: 15px;
}
.navbar-nav .nav-item .nav-link {
	padding: 15px;
}
.navbar-nav .nav-item .nav-link:hover {
	background-color: #999;
}
.menu_header {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
	background-color: #345ca2;
	-webkit-transition: margin 0.3s; /* Safari */
	transition: margin 0.3s;
	overflow-y: auto;
}
.menu_header img {
	margin: 12px 0;
}
.menu_close {
	left: 100%;
	margin-left: 0px;
}
.menu_open {
	left: 100%;
	margin-left: -240px;
}
.menu_header .container-fluid {
	padding: 0;
	position: relative;
	max-width: 1280px;
}

@media (min-width:992px) {
.menu_header {
	position: fixed;
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 8px solid #345ca2;
	overflow-y: hidden;
	height: 96px;
}
.menu_open, .menu_close {
	left: 0;
	margin-left: 0;
}
.menu_header .container-fluid {
	padding: 0 15px;
}
}
.logo_big {
	display: none
}

@media (min-width:992px) {
.logo_big {
	display: block;
	text-align: center;
	float: left;
}
}
.logo_big img {
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
	width: 224px;
	height: auto;
	margin-top: 22px;
}
.menu_ul {
	list-style: none;
	padding: 0;
}
.menu_ul li {
	border-bottom: 1px dotted #036;
}
.menu_ul li a {
	color: #fff;
	display: block;
	font-size: 1.1rem;
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
	padding: 15px;
}
.menu_ul li a:hover, .menu_ul li a:focus {
	text-decoration: none;
	background-color: #036;
}
.menu_ul li a span {
	display: block;
	font-size: 0.8rem;
}
.menu_ul li a i {
	display: none;
}

@media (min-width:992px) {
.menu_ul {
	text-align: center;
	border-radius: 4px;
	height: 48px;
	float: right;
}
.menu_ul li {
	float: left;
	border: none;
	position: relative;
}
.menu_ul li a {
	color: #555;
	font-size: 0.95rem;
	width: 86px;
	text-align: center;
	padding: 18px 0 18px 0;
}
.menu_ul li a:hover, .menu_ul li a:focus {
	color: #fff;
	background-color: #345ca2;
}
.menu_ul .mobile_home {
	display: none;
}
.menu_ul li a i {
	display: block;
	padding: 2px 0;
}
}

@media (min-width:1200px) {
.menu_ul li a {
	font-size: 0.95rem;
	width: 120px;
	text-align: center;
	padding: 18px 0 18px 0;
}
}
.mobile_hide {
	background-color: #000;
	opacity: 0;
	position: fixed;
	z-index: 8999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_header {
	background-color: #fff;
	position: fixed;
	z-index: 8900;
	height: 88px;
	width: 100%;
	border-bottom: 8px solid #345ca2;
}
.mobile_header img {
	margin: 18px 0 0 15px;
}
.iconbar {
	float: right;
	width: 48px;
	height: 36px;
	margin: 24px 15px;
	border: 2px solid #565656;
	border-radius: 4px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */
	transition: background 0.2s;
}
.iconbar_open {
	background-image: url(../../images/iconbar.png);
}
.iconbar_close {
	background-image: url(../../images/iconbar2.png);
	border-color: #345ca2;
}
.menu_title {
	margin: 3px 15px;
	padding-top: 23px;
	padding-bottom: 16px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

@media (min-width:992px) {
.mobile_hide {
	display: none;
}
.mobile_header {
	display: none;
}
.iconbar_close {
	display: none;
}
.menu_title {
	display: none;
}
}
.menu_ul .language {
	border: none;
	padding: 30px 15px;
}
.menu_ul .language a {
	display: inline-block;
	color: #fff;
	font-size: 0.7rem;
	width: 26px;
	height: 26px;
	line-height: 12px;
	background-color: #036;
	text-align: center;
	padding: 8px 0;
}
.menu_ul .language a i {
    display: block;

}
.menu_ul .language a:hover {
	background-color: #09F;
}

@media (min-width:992px) {
.menu_ul .language a {
	background-color: #345ca2;
}
}
.top_blank {
	height: 88px;
}

@media (min-width:992px) {
.top_blank {
	height: 96px;
}
}
.view_lg {
	display: none;
}

@media (min-width:992px) {
.view_lg {
	display: block;
}
.view_sm {
	display: none;
}
}
.more {
	margin: 30px 0;
}
.more a {
	background-color: #345ca2;
	color: #fff;
	border-radius: 20px;
	padding: 10px 80px;
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s;
}
.more a:hover {
	background-color: #036;
	text-decoration: none;
}

@media (min-width:768px) {
.more a {
	padding: 10px 160px;
}
}
.carousel.slide {
	position: relative;
}
.scroll_down {
	display: none;
}

@media (min-width:1200px) {
.scroll_down {
	height: 64px;
	width: 28px;
	border: 3px solid #fff;
	border-radius: 14px;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 50%;
	margin-top: -120px;
	margin-left: -14px;
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
	transition: all 0.3s;
	display: block;
}
.scroll_down:hover {
	-moz-box-shadow: 0 4px 15px -2px #333;
	-webkit-box-shadow: 0 4px 15px -2px #333;
	box-shadow: 0 4px 15px -2px #333;
}
.scroll_item {
	height: 16px;
	width: 4px;
	border-radius: 2px;
	background-color: #fff;
	margin: 15px auto;
}
}
.top_about_block {
	padding: 64px 0;
	text-align: center;
	background-image: url(../../images/top_about_bg.png);
	background-position: center;
	background-size: cover;
}
.top_about_block .title_pic {
	margin: 15px 0;
}
.top_about_block h1 {
	color: #fff;
}
.top_about_block p {
	margin: 15px;
	color: #fff;
}
.top_about_block .row .col-lg-4 {
}
.top_about_con {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 60px 0 15px 0;
	height: 80%;
	background-color: #fff;
}
.top_about_con h4 {
	color: #345ca2;
}
.top_about_con p {
	color: #777;
}
.top_about_con_pic {
	width: 72px;
	height: 72px;
	border: 4px solid #fff;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin: -52px auto 15px auto;
}
.top_service_block {
	padding: 30px 0;
	background-color: #dee2e6;
}
.top_pro_con h4 {
	background-color: #345ca2;
	color: #fff;
	padding: 15px 0;
	margin: 15px -15px;
	text-align: center;
}
.top_pro_con p {
	color: #333;
	margin: 15px 0;
}
.top_news_block {
	padding: 64px 0;
	background-image: url(../../images/top_news_bg.jpg);
	background-position: center;
	background-size: cover;
}
.top_news_block h1 {
	text-align: center;
	color: #333;
}
.top_news_block p {
	text-align: center;
	margin: 15px 0;
	color: #777;
}
/* set slider arrow color ! */
.slick-prev:before, .slick-next:before {
	color: #345ca2 !important;
}
.single-item {
	margin: 15px 24px 15px 24px;
}
.single-item div {
	background-color: #eee;
	margin: 8px 16px 8px 8px;
}
.single-item div a img {
	width: 100%;
	margin-bottom: 16px;
}
.single-item div h3 {
	margin-top: 0;
}
.single-item div h3 a {
	color: #345ca2;
}
.single-item div h5 {
	color: #777;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 1rem;
}
.single-item div h5 span {
	background-color: #09F;
	color: #fff;
	border-radius: 16px;
	padding: 2px 16px;
	font-size: 0.8rem;
}
.single-item div p {
	color: #777;
	font-size: 1rem;
	line-height: 1.8em;
	text-align: left;
	margin: 0;
}

@media (min-width:768px) {
.single-item div a img {
	float: left;
	width: 240px;
	margin-bottom: 0;
}
.single-item div h3,  .single-item div h5,  .single-item div p {
	margin-left: 260px;
}
}
.top_contact_block {
	padding: 48px 0;
	background-color: #41719a;
}
.top_contact_block img {
	margin-bottom: 10px;
}
.top_contact_block .left_contact_col {
	text-align: left;
	padding-top: 10px;
}

@media (min-width:992px) {
.top_contact_block .left_contact_col {
	text-align: right;
}
}
.top_contact_block .right_contact_col {
	padding-top: 10px;
}

@media (min-width:992px) {
.top_contact_block .right_contact_col {
	border-left: 1px solid #ccc;
}
}
.top_contact_block .left_contact_col ul {
	padding: 0;
	list-style: none;
}
.top_contact_block .left_contact_col ul li {
	line-height: 1.9rem;
	color: #fff;
}
.top_contact_block .top_contact_logo {
	max-width: 100%;
	margin-bottom: 10px;
}
.top_contact_block .guide {
	margin: 28px 0;
}
.top_contact_block .guide a {
	color: #fff;
	border: 1px solid #fff;
	background-color: #214065;
	padding: 8px 16px;
	-webkit-transition: background 0.3s; /* Safari */
	transition: background 0.3s;
}
.top_contact_block .guide a:hover {
	background-color: #09F;
	text-decoration: none;
	color: #fff;
}

@media (min-width:768px) {
	.top_contact_block .guide {
		display: none;
	}
}

.page_bread {
	background-color: #345ca2;
	margin: 0;
	font-size: 0.9rem;
	display: table;
	width: 100%;
}
.page_bread .breadcrumb {
	background: none;
	float: right;
	text-align: left;
	padding: 15px 0 0 0;
}
.page_bread .breadcrumb li {
	border-radius: 0;
	color: #fff;
}
.page_bread .breadcrumb li::before {
	color: #fff;
}
.page_bread .breadcrumb a {
	color: #fff;
}
.page_bread .breadcrumb a:hover {
	color: #FC6;
	text-decoration: none;
}
.page_block {
	background-position: center;
	background-size: cover;
}

@media (min-width:992px) {
.page_block {
}
}
.page_block .container-fluid {
	max-width: 1600px;
}
.page_block h1 {
	color: #555;
}
.page_block p {
	color: #666;
	line-height: 1.8rem;
}
.page_block .page_about_pic {
	margin: 15px 0;
}

.page_about_block1 ,.page_about_block2, .page_about_block3, .page_about_block4 {
	padding: 30px 0 20px 0;
}
.page_about_block1 {
	padding: 50px 0 0 0;
}
/*
.page_about_block1 {
	background-image: url(../images/about_bg_s1.jpg);
}
.page_about_block2 {
	background-image: url(../images/about_bg_s2.jpg);
}
.page_about_block3 {
	background-image: url(../images/about_bg_s3.jpg);
}
.page_about_block4 {
	background-image: url(../images/about_bg_s4.jpg);
}
*/



@media (min-width:992px) {

}
.page_about_block .page_about_con {
	padding: 96px 0;
	margin: 0;
}

@media (min-width:992px) {
	.page_about_block1 ,.page_about_block2, .page_about_block3, .page_about_block4 {
		padding: 0;
	}
	.page_about_block1 {
		background-image: url(../images/about_bg1.jpg);
	}
	.page_about_block2 {
		background-image: url(../images/about_bg2.jpg);
	}
	.page_about_block3 {
		background-image: url(../images/about_bg3.jpg);
	}
	.page_about_block4 {
		background-image: url(../images/about_bg5.jpg);
	}
	.page_about_block1 .page_about_con {
		padding: 160px 0;
	}
	.page_about_block2 .page_about_con {
		padding: 240px 0;
	}
	.page_about_block3 .page_about_con {
		padding: 220px 0;
	}
	.page_about_block4 .page_about_con {
		padding: 240px 0;
	}
	.page_about_block2 h1, .page_about_block2 p {
		color: #fff;
	}
	.page_about_block2 .title_line {
		background-color: #fff;
	}
	.page_about_block4 h1, .page_about_block4 p {
		color: #fff;
	}
	.page_about_block4 .title_line {
		background-color: #fff;
	}
}

@media (max-width:991px) {
	.page_about_block1 h1, .page_about_block2 h1, .page_about_block3 h1, .page_about_block4 h1 {
		    font-size: 1.8rem;
	}
}



/*========================================================
                   		業務服務
=========================================================*/


.page_block .page_service_pic {
	margin: 15px 0;
}

.page_service_block1 ,.page_service_block2, .page_service_block3 {
	padding: 30px 0 20px 0;
}

.page_service_block1 {
	padding: 50px 0 0 0;
}
.page_service_block2 {
	background-color: #477ec1;
}
.page_service_block2 h1 {
	color: #fff;
}
.page_service_block2 .img-box {
	padding: 0 50px;
}
.page_service_block2 .img-box img {
	display: block;
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}
.page_service_block2 .img-box img:first-of-type {
	width: 80%;
	margin: 0 auto 5%;
}
.page_service_block .page_service_con {
	padding: 96px 0;
	margin: 0;
}

/*
.page_service_block1 {
	background-image: url(../images/service_bg_s1.jpg);
}
.page_service_block2 {
	background-image: url(../images/service_bg_s2.jpg);
}
.page_service_block3 {
	background-image: url(../images/service_bg_s3.jpg);
}
*/

@media (max-width:991px) {
	.page_service_block1 h1, .page_service_block2 h1, .page_service_block3 h1 {
		    font-size: 1.8rem;
	}
}
@media (min-width:992px) {
	.page_service_block1 ,.page_service_block2, .page_service_block3 {
		padding: 0;
	}
	.page_service_block1 {
		background-image: url(../images/service_bg1.jpg);
	}
	.page_service_block2 {
/*		background-image: url(../images/service_bg2.jpg);*/
	}
	.page_service_block3 {
		background-image: url(../images/service_bg3.jpg);
	}

}



@media (min-width:992px) {
	.page_service_block1 .page_service_con {
		padding: 240px 0;
	}
	.page_service_block2 .page_service_con {
		padding: 120px 0;
	}
	.page_service_block3 .page_service_con {
		padding: 160px 0;
	}
}

@media (min-width:992px) {
	.page_service_block2 h1, .page_service_block2 p {
		color: #fff;
	}
	.page_service_block2 .title_line {
		background-color: #fff;
	}
}




/*========================================================
                   		產品介紹
=========================================================*/


.product-list {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/top_news_bg.jpg) no-repeat center top;
	background-size: cover;
}
.product-main > h2 {
	margin-bottom: 30px;
	font-weight: bold;
}
.product-main > h2:after {
	margin-top: 10px;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
/*
.product-main section {
	margin-bottom: 50px;
}
.product-main section img {
	width: 100%;
	vertical-align: bottom;
	border: 5px solid #fff;
}
.product-main section p {
	margin: 5px 0 0 0;
}
*/

.product-box {
    margin-bottom: 30px;
}
.product-box .slick-slider {
    margin-bottom: 0;
}
.product-box img {
	width: 100%;
	vertical-align: bottom;
	border: 5px solid #fff;
	cursor: pointer;
}
.product-box .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.product-box .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.product-box .slider-for > div img {
	width: 100%;
	vertical-align: bottom;
}
.product-box .slider-nav {
	margin-bottom: 30px;
}
.product-box.slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}
.product-box-info {
    margin-top: 10px;
}
.product-box-info p {
	margin: 5px 0 0 0;
}


/*========================================================
                  	   產品搜尋設定
=========================================================*/

.search-list {
	border: 2px dashed #adadad;
	margin: 0 0 40px 0;
	padding: 30px 30px 20px;
	background-color: #f3f3f3;
}

.search-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}
.search-list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.search-list ul li b {
	font-size: 1.75rem;
}

.search-text {
	font-weight: bold;
	margin: 0;
}
.search-text span {
	color: #e71f19;
}

/* 尺寸設定 */
@media (max-width: 359px)  {
	.search-list ul li {
		float: none;
		margin-right: 0;
	}
	.search-list ul li b {
		display: block;
		font-size: 1.25rem;
	}
	.search-list ul li input {
		width: 100%;
	}
}
@media (min-width: 360px) and (max-width: 767px) {
	.search-list ul li {
		float: none;
		margin-right: 0;
		display: flex;
	}
	.search-list ul li b {
		background-color: #a9a9a9;
		padding: 4px 20px 5px;
		font-weight: normal;
		flex: 1;
		color: #000;
		font-size: 1.25rem;
	}
	.search-list ul li input {
		flex: 1;
	}
}



/*========================================================
                        維修流程
=========================================================*/

.process-list {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/top_news_bg.jpg) no-repeat center top;
	background-size: cover;
}
.process-list h1 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.process-list h1:after {
	text-align: center;
	margin: 10px auto;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
.process-img img {
	display: block;
	margin: 0 auto;
}


.process-list h4 {
	background-color: #345ca2;
	color: #fff;
	padding: 15px 0;
	margin: 15px 0;
	text-align: center;
}
.process-list p {
	color: #333;
	margin: 15px 0;
}

.process-info {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #e41818 !important;
	margin: 50px 0 0 0 !important;
}




/* 尺寸設定 */
@media (max-width: 799px) {
	.process-img img {
		width: 100%;
	}	
}


/*========================================================
                        客戶群
=========================================================*/

.client-list {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/top_news_bg.jpg) no-repeat center top;
	background-size: cover;
}
.client-list h1 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.client-list h1:after {
	text-align: center;
	margin: 10px auto;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
.client-img img {
	display: block;
	margin: 0 auto;
}


.client-box2 {
	margin-top: 50px;
	margin-bottom: 50px;
}





/* 尺寸設定 */
@media (max-width: 799px) {
	.client-img img {
		width: 100%;
	}	
}


/*========================================================
                         新聞中心
=========================================================*/

.news-list {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/top_news_bg.jpg) no-repeat center top;
	background-size: cover;
}
.news-list h1 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.news-list h1:after {
	text-align: center;
	margin: 10px auto;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
.news-post {
	text-align: center;
}
.news-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}
/* 目錄頁設定 */
.post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	margin-bottom: 30px;
	text-align: left;
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #345ca2;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
.news-post .post-minimal:nth-of-type(2n+1) .post-body h2 a {
	background-color: #345ca2;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #345ca2;
}
.post-more {
	text-align: right;
}

/* 尺寸設定 */
@media (max-width: 639px) {
.post-minimal {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}
.post-minimal .post-image img {
	width: 100%;
	vertical-align: bottom;
}
}

@media (min-width: 640px) {
.post-minimal {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-minimal .post-left {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 320px;
}
.post-minimal .post-image {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
.post-minimal .post-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
}
.post-minimal .post-body {
	padding: 30px 24px 30px 27px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
}

@media (min-width: 1200px) {
.post-minimal .post-body {
	padding: 40px 26px 40px 50px;
}
}
/* 最新消息內頁 */	

.news-box {
	margin-bottom: 30px;
	text-align: left;
}
.news-header h3 {
	display: block;
	color: #745b11;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.news-header time {
	display: block;
	position: relative;
	color: #C00;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.news-content {
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}
/*回目錄頁*/
.news-post .back {
	text-align: right;
	padding-top: 30px;
}
.news-post .back a {
	background-color: #396ecb;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-post .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #136396;
	color: #fff;
	text-decoration: none;
}
.news-post .back {
	border-top: 2px dashed #b1947e;
}
.news-post .back a {
	background-color: #b1947e;
}



/*========================================================
                   	最新消息內頁
=========================================================*/

.news-detail {
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #2e3138;
}
.news-content {
	padding-bottom: 20px;
	border-bottom: 2px dashed #adadad;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}
/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #41719a;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #2e3138;
	color: #fff;
	text-decoration: none;
}

/* 尺寸設定 */

@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 40%;
		margin: 6px 30px 20px 0;
	}
}



/*========================================================
                        產業知識
=========================================================*/


.knowledge-list {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/top_news_bg.jpg) no-repeat center top;
	background-size: cover;
}
.knowledge-list h1 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.knowledge-list h1:after {
	text-align: center;
	margin: 10px auto;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
.knowledge-list a {
	color: #345ca2;
}
.knowledge-list dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dashed #b5b5b5;
	padding: 30px 0;
	margin: 0;
}
.knowledge-list dl dt {
	background-color: #345ca2;
	width: 100px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 18px 5px;
}
.knowledge-list dl dt span {
	display: block;
}
.knowledge-list dl dd {
	overflow: hidden;
	line-height: 28px;
}
.knowledge-list dl dd h5 {
	color: #345ca2;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 4px 0 0 0;
	padding: 0;
}
.knowledge-list dl dd p a {
	padding: 3px 5px;
}
/*
.knowledge-list dl dd p a:hover {
	color: #fff;
	background-color: #796232;
	border-radius: 5px;
}
*/
.knowledge-list dl dd h5 span {
	display: block;
	color: #961313;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0;
}


/*========================================================
                   		備品販售
=========================================================*/


/*選單*/

.sell-nav {
	margin-bottom: 30px;
	border: 1px solid #aaa9a9;
    background-color: #fff;
}

.sell-nav h2 {
	background-color: #345ca2;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.sell-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sell-nav ul li a {
	display: block;
    color: #000;
    padding: 7px;
    border-bottom: 1px solid #ededed;
    font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
}
.sell-nav ul li a:hover {
	background-color: #ededed;
}

.sell-list > h2 {
	margin-bottom: 30px;
	font-weight: bold;
}
.sell-list > h2:after {
	margin-top: 10px;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}


.sell-list dl {
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
	position: relative;
}
.sell-list dl dt {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.sell-list dl dt img {
	width: 100%;
}
.sell-list dl dd {
	overflow: hidden;
	margin-bottom: 30px;
}
.sell-list dl dd h3 {
	color: #345ca2;
	font-weight: bold;
}
.sell-list dl dd ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.sell-list dl dd ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-right: 14px;
}
.sell-list dl dd ul li span {
	font-weight: bold;
	background-color: #555555;
	color: #fff;
	padding: 1px 7px;
	margin-right: 5px;
}
.sell-list dl dd ul li:nth-of-type(1) span {
	background-color: #d21515;
}
.sell-list dl dd ul li:nth-of-type(1) {
	font-weight: bold;
	color: #d21515;
}
.sell-more {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
.sell-more a {
	display: inline-block;
	background-color: #345ca2;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.sell-more a:hover {
	text-decoration: none;
}






/*========================================================
                      備品販售-內頁
=========================================================*/


.sell-detail {
	padding-bottom: 30px;
	font-size: 16px;
}
.sell-detail h1 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.sell-detail h1:after {
	text-align: center;
	margin: 10px auto;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
.sell-detail > h2 {
	font-weight: bold;
}
.sell-detail > h2:after {
	margin-top: 10px;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}


.slider-for img {
	width: 100%;
	vertical-align: bottom;
}
.slider-nav img {
	width: 100%;
	vertical-align: bottom;
}
.slider-nav .slick-slide {
	margin: 0 5px;
}

.product-detail {
	text-align: left;
	margin-top: 30px;
}
.product-detail h3 {
	color: #345ca2;
	margin-bottom: 20px;
}
.product-detail ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.product-detail ul li {
	margin-bottom: 15px;
	background-color: #e1e9f7;
	padding: 6px 0;
}
.product-detail ul li span {
	display: inline-block;
	font-weight: bold;
	background-color: #345ca2;
	width: 190px;
	color: #fff;
	padding: 10px 20px;
	margin-right: 20px;
}


.product-info {
	margin-bottom: 60px;
}
.product-info h3 {
	color: #345ca2;
}


/* 加入詢價列表 */
.add-price {
	text-align: center;
	margin-top: 20px;
}
.add-price a {
	display: block;
	margin-bottom: 10px;
}
.add-price a {
	background-color: #183b79;
	color: #fff;
	padding: 10px 20px;
}
.add-price a:hover {
	background-color: #222;
	text-decoration: none;
}


.total {
	background-color: #dedede;
	text-align: right;
	padding: 10px;
}
.total a {
	color: #345ca2;
}
.total span {
	font-size: 24px;
	color: #345ca2;
}


@media (min-width: 480px) {
	.add-price {
		text-align: right;
	}
	.add-price a {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.product-detail ul li span {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.product-detail ul li {
		padding: 6px 10px;
	}
}







/*========================================================
                   		聯絡我們
=========================================================*/

.page_contact_block1 {
	background-image: url(../images/contact_bg_s1.jpg);
}
.page_contact_block2 {
	background-image: url(../images/contact_bg_s2.jpg);
}

@media (min-width:992px) {
.page_contact_block1 {
	background-image: url(../images/contact_bg1.jpg);
}
.page_contact_block2 {
	background-image: url(../images/contact_bg2.jpg);
}
}
.page_block .page_contact_con {
	padding: 96px 0;
	margin: 0;
}

@media (min-width:992px) {
.page_contact_block1 .page_contact_con {
	padding: 160px 0;
}
.page_contact_block2 .page_contact_con {
	padding: 120px 0;
}
}
.page_contact_block1 ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	color: #555;
}
.page_contact_block1 h3 {
	display: inline-block;
	margin-top: 15px;
}
.page_contact_block1 h6 {
	color: #345ca2;
	font-size: 0.9rem;
	display: inline-block;
}
.page_contact_block2 h1, .page_contact_block2 p {
	color: #fff;
}
.page_contact_block2 .title_line {
	background-color: #fff;
}
.page_contact_block2 form .form-group {
	color: #fff;
}


/*========================================================
                           購物表單
=========================================================*/

.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 6px 20px 6px 50px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 0px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

/* 備品搜尋 */
.search-form {
	margin-top: 30px;
	margin-bottom: 30px;
}
.search-form .box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.search-form .box input {
  flex-grow: 1;
}
.search-form .box button {
  flex-shrink: 0;
  width: 100px;
  margin-left: 5px;
}
.search-result {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}
.search-result span {
	color: #C30C0F;
	padding: 0 3px;
}



/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 40px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 th {
	background: #345ca2;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
	vertical-align: middle;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #bbb;
	vertical-align: middle;
	background-color: #fff;
}
.table1 td.c {
	text-align: left;
}
.table1 a {
	color: #345ca2;
	}
.table1 td img {
	max-width: 60px;
	max-height: 60px;
}

/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 640px) {
	.table-text {
		display: none;
	}	
}
@media (min-width: 768px) {	
	.table1 td img {
		max-width: 100px;
		max-height: 100px;
	}
}




/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	content: '';
	display: inline-block;
	background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
