@import url("primero.css");


/*====================== 選單區 =========================*/

#NAV li.CC a, #NAV li.on a{background-position:0px -72px;}

#NAV li.btm_not a{background-position:-330px 0px;}

	
/*======================  產品區 ==========================*/
#PRODUCTS_B{
	clear:both;
	width:990px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFFFFF;
}
#PRODUCTS_B h1{
display:block;
font-weight:bold;
background:url("../images/section_divider_down.png") no-repeat;
padding-top:25px;
height:70px;
font-size:22px;
color:#FF6600;
padding-left:20px;
clear:both;

}

#PRODUCTS_B .BOX{
width:300px;
height:250px;
float:left;
margin:0px 15px 30px 15px;
}

#PRODUCTS_B .BOX a{
display:block;
font-size:16px;
text-align:center;
color:#333333;
text-decoration:none;
font-weight:bold;
}

#PRODUCTS_B .BOX a:hover{
color:#FF6600;
}

.boxHigh {
	height: 320px!important;
}
.boxHigh img {
	height: 250px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.boxHigh img:hover {
	height: 250px;
	box-shadow: 1px 1px 10px rgba(0,0,0,1);
}

.textName {
	display: block;
	padding: 20px 0;
}

/*====================== 內容區 ==========================*/
#PRODUCTS_A {
	height: 700px;
}
.productsBox {
	display: flex;
	justify-content: center;
	width: 100%;
}

#PRODUCTS_A .productsBox .BOX {
	width: 430px;
	height: 300px;
	margin-bottom: 0;
	margin-top: 35px;
}

