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

/*========================================================
                      	 框架
=========================================================*/

.content {
}


/*========================================================
                      	 系列產品
=========================================================*/

.products-list {
	background: #d9a154 url(../../images/products_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 60px;
	border-bottom: 10px solid #eed4a0;
}
.products-list h1 {
	background-color: #fff;
	font-size: 32px;	
	color: #442e15;
	border-bottom: 7px solid #664412;
	text-align: center;
	margin: 0 0 30px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.products-list .col-md-4 {
	margin-bottom: 30px;
}
.products-list .col-md-4 a.products-info {
	display: block;
	color: #000;	
	position: relative;
}
.products-list .col-md-4 a.products-info:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	filter: alpha(opacity=0);
	opacity: 0;
	border: 5px solid #a97627;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.products-list .col-md-4 a.products-info:hover:before {
	background: url(../../images/magnifier.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.products-list .col-md-4 img {
	background: #fff;
	padding: 10px;
	width: 100%;
	vertical-align: bottom;	
}
.products-list .col-md-4 .box {
	background: #fff;
	padding: 10px;
}
.products-list .col-md-4 h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	text-align: left;
}
.products-list .col-md-4 h2 b {
	float: right;
	font-weight: normal;
}
.products-list .col-md-4 h2 .price {
	color: #e7231e;
}
.products-list .col-md-4 h2 .buy {
	float: right;
	color: #664412;
	margin-left: 10px;
}
.products-list .col-md-4 h2 a.buy {
	display: inline-block;
	background: url(../../images/shopping-cart.png) no-repeat center center;
	width: 32px;
	height: 32px;
	
}


.products-list .col-md-8 img {
	width: 100%;
	vertical-align: bottom;	
}



.products-list .more {
	text-align: center;	
}
.products-list .more a {
	position: relative;
	top: 0;
	display: inline-block;
	background: url(../../images/news_more.jpg) no-repeat center top;
	width: 65px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 640px) {

}

/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {

.word-info {
	font-size: 32px;
}

}

/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {

.news-list h1, .products-list h1, .technology-list h1 {
	font-size: 36px;
}

}

/* --------------------- lg尺寸設定 大於1200 -------------------- */

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


/* --------------------- bg尺寸設定 大於1600 -------------------- */

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