
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 h1 設定
=========================================================*/


.h1-title {
    font-size: 24px;
    padding: 20px 0;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
    color: #505050;
	position: relative;
	border-bottom: 1px solid #aeaeae;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
		margin: 0 0 40px 0;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
		margin: 0 0 60px 0;
	}		
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	padding-bottom: 50px;
}
.content-box {
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
	margin-bottom: 10px;
	display: none;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

/* ========尺寸設定======== */

@media (min-width: 768px) {	
	.breadcrumbs {
		display: block;
	}
}

/*========================================================
                         左側內容
=========================================================*/

.content-main {
/*	color: #4f4f4f;
	padding: 0 0 40px 0;*/
}
.content-main h1.title {
	background-color: #f6e4e0;
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
	position: relative;
	font-size: 26px;	
}
/*.content-main h1.title:before {
	content: "";
	width: 140px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
	border-bottom: 1px solid #a97627;
}*/
.content-main h2.title {
	color: #6d460a;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}


/*========================================================
                   		關於星展
=========================================================*/

.about-list {
	background: url(../images/about_bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding-bottom: 0;
}
.about-list .container {
	background-color: #1e3848;
	margin-top: 60px;
	padding: 10% 10%;
	color: #fff;
}
.about-list .container h2 {
	color: #d3b436;
	margin-bottom: 20px;
	font-size: 28px;
}
.about-list .container p {
	font-size: 16px;
	line-height: 32px;
}


/* ========尺寸設定======== */

@media (min-width: 768px) {	
	.about-list .container {
		padding: 8% 6%;
	}
	.about-list .container h2 {
		font-size: 30px;
	}
	.about-list .container p {
		font-size: 18px;
		line-height: 32px;
	}
}
@media (min-width: 1200px) {
	
	.about-list .container {
		padding: 5% 10%;
	}
	.about-list .container h2 {
		font-size: 36px;
	}
	.about-list .container p {
		font-size: 22px;
		line-height: 42px;
	}
}


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

.product-box {
	background: #f1f1f1 url(../images/product_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	text-align: center;
}
.product-box h1 {
	display: inline-block;
	background-color: #fff;
	border: 1px dashed #222;
	padding: 10px 50px;
}
.product-box > div {
	text-align: left;
}


/* 產品列表主項 */

.product-01 ul {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: left;
}
.product-01 li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}
.product-01 li a {
	outline: none;
	border: none;
	display: block;
	color: #333;
}
.product-01 li a .pic {
	position: relative;
}
.product-01 li a .pic img {
	width: 100%;
	vertical-align: bottom;
}

.product-01 li .info {
	background-color: #fff;
	color: #102c32;	
	padding: 20px 0 30px 0;
}
.product-01 li .info h3 {
	margin: 0;
	font-weight: bold;
}
.product-01 li .info p {
	font-size: 16px;
	margin: 6px 0 20px 0;
}
.product-01 li .info .more a {
	display: inline-block;
	padding: 5px 20px;
	background-color: #1e0503;
	color: #fff;
}
.product-01 li .info .more a:hover {
	background-color: #000000;
}



/* 產品列表次項 */

.product-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.product-list li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}
.product-list li a {
	outline: none;
	border: none;
	display: block;
	color: #333;
}
.product-list li a .pic {
	position: relative;
}
.product-list li a .pic img {
	width: 100%;
	vertical-align: bottom;
}
.product-list li a .pic:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-list li a .pic:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(194,59,80,0.05);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.product-list li a .pic:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 100%;
}

.product-list li .info {
}
.product-list li .info h3 {
	background-color: #c23b50;
	color: #fff;
	margin: 0;
	font-weight: bold;
	padding: 10px 5px;
	border: 7px solid #fff;
}
.product-list li .info p {
	font-size: 16px;
	margin: 6px 0 20px 0;
	color: #000;
}
.product-list li .info .more a {
	display: inline-block;
	padding: 5px 20px;
	background-color: #1e0503;
	color: #fff;
}
.product-list li .info .more a:hover {
	background-color: #000000;
}


.product-more {
	text-align: right;
	margin: 50px 30px 20px 0;
}
.product-more a {
	display: inline-block;
	color: #fff;
	background-color: #ea5b48;
	padding: 5px 20px;
}
.product-more a:hover {
	background-color: #e63f59;
}


/* 品牌商品-內頁 */

.product-detail {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px;
	text-align: left;
}

.product-detail img {
	width: 100%;
	vertical-align: bottom;
/*	border: 1px solid #bdbdbd;*/
	margin-bottom: 30px;
}

.product-detail h2 {
	background-color: #cd8022;
	margin: 0 0 20px 0;
	color: #fff;
	padding: 7px 10px;
	font-size: 24px;
}
.product-detail .description {
	font-weight: bold;
	color: #000;
}
.product-detail .info {
	margin-bottom: 30px;
	line-height: 30px;
}

.product-detail h3 {
	color: #333;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.product-detail h3 i {
	color: #e72c19;
}


.product-info {
    clear: both;
    text-align: left;
    border: 2px dashed #81b8df;
    padding: 20px 30px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e1f1fc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e1f1fc),color-stop(.75, #e1f1fc), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
    margin-top: 20px;
	margin-bottom: 30px;
}


/* 我要詢價 */

.price {
	text-align: right;
}
.price a {
	display: inline-block;
	text-align: center;
	background-color: #861012;
    padding: 7px 20px 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
	margin: 30px 0 30px 10px;
}
.price a:nth-of-type(1) {
    background-color: #861012;
}
.price a:nth-of-type(2) {
    background-color: #818181;
}
.price a:hover {
    background-color: #f28224;
}


/* ========尺寸設定======== */

@media (min-width: 640px) {	
	.product-01 li {
		width: 46%;
		margin: 0 5% 5% 0;
	}
	.product-01 li:nth-of-type(2n) {
		margin: 0 0 5% 0;
	}	
	
	.product-list li {
		width: 46%;
		margin: 0 5% 2% 0;
	}
	.product-list li:nth-of-type(2n) {
		margin: 0 0 2% 0;
	}
	
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.product-01 li  {
		width: 29%;
		margin: 0 5% 5% 0;
	}
	.product-01 li:nth-of-type(2n) {
		margin: 0 5% 5% 0;
	}
	.product-01 li:nth-of-type(3n) {
		margin: 0 0 5% 0;
	}
	
	.product-list li {
		width: 29%;
		margin: 0 5% 2% 0;
	}
	.product-list li:nth-of-type(2n) {
		margin: 0 5% 2% 0;
	}
	.product-list li:nth-of-type(3n) {
		margin: 0 0 2% 0;
	}

}

@media (min-width: 1200px) {
	.product-list li {
		width: 22%;
		margin: 0 3.2% 2% 0;
	}
	.product-list li:nth-of-type(2n) {
		margin: 0 3.2% 2% 0;
	}
	.product-list li:nth-of-type(3n) {
		margin: 0 3.2% 2% 0;
	}
	.product-list li:nth-of-type(4n) {
		margin: 0 0 2% 0;
	}		
}




/*========================================================
                   		訊息公告
=========================================================*/

.news-list {
}
.news-post {
	text-align: center;
}
.news-post h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #ca3b51;
}
.news-post .post-minimal:nth-of-type(3n+1) .post-body h2 a {
	background-color: #cb8531;
}
.news-post .post-minimal:nth-of-type(3n+2) .post-body h2 a {
	background-color: #c94b3d;
}
.news-post .post-minimal:nth-of-type(3n+3) .post-body h2 a {
	background-color: #ca3b51;
}


/* 目錄頁設定 */
.post-minimal {
	position: relative;
/*	border-radius: 4px;*/
	overflow: hidden;
	background: #fff;
/*
	-webkit-box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
*/
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 40px;
}
.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: #6bcad2;
}
.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;
}



/* 尺寸設定 */
@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: 20px 24px 20px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.post-minimal .post-body {
		padding: 20px 26px 20px 50px;
	}
}



/* more */
.post-more {
	text-align: right;
}
.post-more a {
	background: url(../images/news_more.png) no-repeat left center;
	padding: 0 0 0 12px;
	color: #333;
}


/* 最新消息內頁 */	
.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 #787878;
}
.news-post .back a {
	background-color: #787878;
}


/* 尺寸設定 */

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



/*========================================================
                   		技術資源
=========================================================*/

.resource-list {
	background: url(../images/resource_bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding-bottom: 0;
}
.resource-list .container {
	margin-top: 60px;
	padding: 10% 10% 0;
}
.resource-list .container h2 {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 40px;
}
.resource-list .container [class *= col-] {
	margin-top: 5%;
	margin-bottom: 5%;
}
.resource-list .container [class *= col-] p {
	font-size: 34px;
	line-height: 60px;
}

.resource-pic {
	display: none;
}

/* ========尺寸設定======== */

@media (min-width: 768px) {	
	
	.resource-list .container {
		padding: 4% 6% 0;
	}
	.resource-list .container h2 {
		font-size: 30px;
	}
	.resource-list .container [class *= col-] p {
		font-size: 30px;
	}
	.resource-pic {
		display: block;
		max-width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 1200px) {
	
	.resource-list .container {
		padding: 3% 10% 0;
	}
	.resource-list .container h2 {
		font-size: 36px;
	}
	.resource-list .container [class *= col-] p {
		font-size: 36px;
	}
}



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

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}

.map {
	margin-bottom: 50px;
}

.map iframe {
/*
	background-color: #fff;
	border: 7px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}



/*========================================================
                         意見表單
=========================================================*/


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

.form-info {
	margin-bottom: 20px;
	}

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	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: 0;
    top: 0px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #e71f19;
}

.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0;
}

.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	height: 28px;
	padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* 尺寸設定 */

@media (min-width: 768px) {
	.contact-form [class *= col-] {
		padding-right: 15px;
	}	
}


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

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #333333;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 td {
	padding: 0 5px;
	border-bottom: 1px solid #cccccc;
}

.table1 td:last-child {
	border-right: none;
	text-align: center;
}
.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/arrow_stop_down.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}
	
.table2 {
}
.table2 th {
	background: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fff;
}
.table2 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 td.left {
	text-align: left;
}
.table2 td.left b {
	display: block;
	color: #D40101;
}
	


/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
	margin-bottom: -30px;
}	
@media (min-width: 768px) {
	.table-text {
		display: none;
	}	
}
	
/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
