@charset "utf-8";
body {
	font-family: "微軟正黑體";
}

.my-font-family{
	font-family: "微軟正黑體"!important;
}
@media (max-width:992px){
	.navbar .navbar_user .searchForm {
		display: none;
}
.main_slider{
		height: 650px;
	}
}
@media (max-width:768px){


	.main_slider{
		height: 600px;
	}
}
@media (max-width:576px){


	.main_slider{
		height: 550px;
	}
	.carousel-caption{
		top: 75%;
	}
}
@media (max-width:480px){

	/*.navbar_user li a{
		padding-right: 50px;
	}*/
	.navbar_user li:first-of-type a{
		padding-right: 30px;
	}
	.hamburger_container{
		margin-left: 0px;
	}
	.main_slider{
		height: 450px;
	}
	.carousel-caption{
		top: 75%;
	}
	.carousel-caption p{
		display: none;
	}
}
@media (max-width:320px){


	.main_slider{
		height: 300px;
	}
	.carousel-caption{
		top: 72%;
	}
	.carousel-caption p{
		display: none;
	}
}
/*----special-products----*/
.special-products{
	background: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1.2em;
}
.s-products-head-page{
	padding:10px;
	font-family:"微軟正黑體";
	border:solid 1px #CCC;
	}

.s-products-head-left{
	float:left;
}
.s-products-head-left h3{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.5em;
	font-family:"微軟正黑體";
}
.s-products-head-left h3 span{
	color:#F2262C;
}
.s-products-head-right{
	float:right;
}
.s-products-head-right a{
	color: #504F4F;
}
.s-products-head-right a:hover{
	color:#FE3026;
	text-decoration:none;
}
.s-products-head-right a:active{
	color:#3399FF;
	text-decoration:none;
}
.s-products-head-right a span{
	width: 5px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/arrow1.png);
	margin-right: 0.2em;
}
/*----*/
