@charset "utf-8";
/* CSS Document */

.bannerArea{
	padding-top:0;}


/**新訊**/
.newsArea{
margin-top:-140px;
z-index:99;
position:absolute;
padding-left:50%;
height:140px;
overflow:hidden;
}
.newsArea div.wrap{
	background-color: rgba(22,22,22,0.80);
	padding:20px 40px 30px 40px;
	width:580px;
}
.newsArea h2{
	color:#fff;
	line-height:35px;
	font-size:18px;
	border-bottom:1px #646464 solid;
	font-weight:normal;
	position:relative;
	margin-bottom:13px;
}
.newsArea h2 b{
	font-size:13px;
	padding-left:5px;
	font-weight:normal;}
.newsArea h2:after{
	content:" ";
	display:block;
	width:120px;
	height:3px;
	background:#646464;
	position:absolute;
	bottom:-3px;}
.newsArea .btn{
	text-align:center;
	line-height:60px;}
.newsArea ul{
}
.newsArea ul li{
height:40px;
overflow:hidden;}
.newsArea ul li a{
	font-size:18px;
	color:#fff;
}
.newsArea ul li a:hover{
}
.newsArea ul li b{
	color: #7b7b7b;
	font-size: 15px;
	display: block;
	background-image: url(http://www.hhsh.cy.edu.tw/image/news.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}






/*關於我們*/
.aboutArea{
	position: relative;
	background:#fff;
}
.aboutArea div.wrap{
	width:500px;
	padding:40px 40px 40px 0;
	float:right;}
.aboutArea .Img{
width:50%;
float:left;
position:relative;}
.aboutArea .Img:before{
	content:" ";
	width: 0;
height: 0;
border-style: solid;
border-width: 20px 0 20px 15px;
border-color: transparent transparent transparent #ffffff;
position:absolute;
top:50%;
margin-top:-10px;}
.aboutArea .Img img{
	width:100%;
	float:left;}
.aboutArea .Txt{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:18px;
	color:#000;
	line-height:1.5;
	width:50%;
	float:left;
}
.aboutArea .Txt h2{
	color: #2b2c29;
	font-size: 22px;
	letter-spacing: -5px;
	text-align: center;
	padding: 20px 0 10px 0;
	position:relative;
	margin-bottom:30px;
	}
.aboutArea .Txt h2 strong{
	display:block;
	font-size:18px;
	letter-spacing: 0px;}
.aboutArea .Txt h2:after{
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#2b2c29;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.aboutArea .Txt b{
	font-weight:900;
}
.aboutArea .btn{
position:absolute;
bottom:0;

padding-right:50%;
right:0;
text-align:right;
}
	
	


/**分店資訊**/
.storeArea{
background:url(../images/affiliatesBg.jpg) no-repeat;
background-size:cover;
position: relative;
padding:60px 0;
}
.storeArea h2{
	color: #fff;
	font-size: 22px;
	letter-spacing: -5px;
	text-align: center;
	padding: 20px 0 10px 0;
	position:relative;
	margin-bottom:30px;
	line-height:2;
	}
.storeArea h2 strong{
	display:block;
	font-size:18px;
	letter-spacing: 0px;}
.storeArea h2:after{
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.storeArea ul{
	margin: 0 -10px;
}

.storeArea ul li{
	padding:0 10px;
	margin:30px 0;}

.storeArea ul li .Img{
	position:relative;
	width:100%;
	background:#000;
	overflow:hidden;
}
.storeArea ul li .Img div.btn{
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
 	-webkit-transition-property:background-color;
 	transition-property:background-color;  
	background-color:rgba(0,0,0,0.0);
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
	}
.storeArea ul li .Img div.btn a.btn_color1{
	position:absolute;
	bottom:0;
	right:0;
	float:right;
	display:none;
}
.storeArea ul li:hover .Img div.btn, .storeArea ul li:focus .Img div.btn, .storeArea ul li:active .Img div.btn{
	background-color:rgba(0,0,0,0.75);}
.storeArea ul li:hover .Img div.btn a.btn_color1, .storeArea ul li:focus .Img div.btn a.btn_color1, .storeArea ul li:active .Img div.btn a.btn_color1{
	display:block;}
.storeArea ul li .Img img{
	display:block;
	width:100%;
}
.storeArea ul li .Txt h3{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:15px 0;}
.storeArea ul li .Txt h3 a{
	position:relative;
	display:block;
	color:#fff;
}
.storeArea ul li .Txt h3 a:hover{
	text-decoration:underline;}
.storeArea ul li .Txt p{
	font-size:18px;
	color:#b2b2b2;
	line-height:20px;
	height:80px;
	overflow:hidden;}




/**推薦商品**/
.featureArea{
	background:url(../images/productsBg.jpg);
	position: relative;
	padding:60px 0 0 0;
}
.featureArea h2{
	color: #000;
	font-size: 22px;
	letter-spacing: -5px;
	text-align: center;
	padding: 50px 0 10px 0;
	position:relative;
	margin-bottom:40px;
	line-height:2;
	}
.featureArea h2 strong{
	display:block;
	font-size:18px;
	letter-spacing: 0px;}
.featureArea h2:after{
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.featureArea ul{
}

.featureArea ul li{
	position:relative;
}

.featureArea ul li .Img{
	position:relative;
	overflow:hidden;
	background:#000;
	z-index:1;}

.featureArea ul li .Img a{
	display:block;}

.featureArea ul li .Img img{
	display:block;
	width:100%;
	transition:all 0.4s linear;
	opacity:0.2;
	}
.featureArea ul li:hover .Img img{
	opacity:10;
	}	

/*圖片hover效果*/

.featureArea ul li:hover .Txt{display:block;}
.featureArea ul li .Txt{
	width:90%;
	text-align:center;
	z-index:2;
position:absolute;
padding:50px 5% 0px 5%;
top:0;
left:0;
}

.featureArea ul li .Txt h3{
	font-size:22px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-weight:normal;
	position:relative;
	padding:20px 0;
	margin-bottom:40px;}

.featureArea ul li .Txt h3 a{
	position:relative;
	display:block;
	color:#c3d600;}
.featureArea ul li .Txt h3 a:hover{
	text-decoration:underline;}
.featureArea ul li .Txt h3:after{
	content:" ";
	display:block;
	width:60px;
	height:1px;
	background:#c3d600;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-30px;
}
.featureArea ul li .Txt p{
	margin-bottom: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	height: 88px;
	text-align: center;
}
.featureArea .btn{
	text-align:center;
}
.ad_list{width:65%;
float:left;}
.ad_list ul li{width:100%;
}
.ad_list ul li .Img{
	background-size:100% 100%;
	min-height:540px;}
.ad_list ul li .Txt{
	padding:150px 5% 30px 5%;
	width:90%;
	text-align:center;}
.ad_list ul li .Txt h3{
	font-weight:normal;
	color:#fff;
	position:relative;
	padding-bottom:30px;
	}
.ad_list ul li .Txt h3 a{
	font-size:48px;
	text-transform:uppercase;
	padding-bottom:20px;
	display:block;
	color:#fff;
	font-weight:900;
	}
.ad_list ul li .Txt h3 p{
	font-size:22px;

	}
.ad_list ul li .Txt h3:after{
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.ad_list ul li .Txt div.btn{padding-top:60px;}
.marqueepic{width:35%;

float:left;}
.marqueepic ul li{width:100%;
}
.marqueepic ul li .Img{
	background-size:100% 100%;
	min-height:540px;
	overflow:hidden;}
.marqueepic ul li .Txt{
	padding:150px 5% 30px 5%;
	width:90%;
	text-align:center;}
.marqueepic ul li .Txt h3{
	font-weight:normal;
	color:#fff;
	position:relative;
	padding-bottom:30px;
	}
.marqueepic ul li .Txt h3 a{
	font-size:48px;
	text-transform:uppercase;
	padding-bottom:20px;
	display:block;
	color:#fff;
	font-weight:900;
	}
.marqueepic ul li .Txt h3 p{
	font-size:22px;

	}
.marqueepic ul li .Txt h3:after{
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}
.marqueepic ul li .Txt div.btn{padding-top:60px;}
@media (max-width: 1610px){
.aboutArea div.wrap{
	width:auto;
	padding:40px;
	float:right;}
}

@media (max-width: 1200px){
.aboutArea .Img{
width:90%;
float:none;
position:relative;
padding:40px 5%;}
.aboutArea .Img:before{
	content:" ";
	width: 0;
height: 0;
border-style: solid;
border-width: 18px 15px 0 15px;
border-color: #ffffff transparent transparent transparent;
position:absolute;
top:40px;
left:50%;
margin-top:0px;
margin-left:-10px;}
.aboutArea .Img img{
	width:100%;
	float:left;}
.aboutArea .Txt{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:18px;
	color:#000;
	line-height:2.2;
	width:100%;
	position:relative;
	float:none;
}
.aboutArea div.wrap{
	width:auto;
	width:90%;
	padding:40px 5% 0px 5%;
	float:none;
	position:relative;}
.aboutArea .btn{
position:relative;

width:100%;
padding:20px 0 0 0;

text-align:center;
}
}

@media (max-width: 1360px){	
.featureArea ul li{
	width:50%;
}
}

@media (max-width: 1180px){	
/**新訊**/
.newsArea{
margin-top:-140px;
z-index:99;
position:absolute;
right:0;
height:140px;
overflow:hidden;
}
.newsArea div.wrap{
	background-color: rgba(22,22,22,0.80);
	padding:20px 40px 30px 40px;
	width:580px;
}

}

@media (max-width: 980px){	
.storeArea ul li{
	width:50%;
	padding:0 10px;
	margin:30px 0;}


}
@media (max-width: 768px){	
.ad_list{width:100%;
float:left;}
.ad_list ul li .Img{
	
	height:auto;}
.marqueepic{width:100%;
float:left;}
.marqueepic ul li .Img{
	
	height:auto;}
}

@media (max-width: 680px){
	.featureArea ul li{
	width:100%;
}
}

@media (max-width: 640px){	
/**新訊**/
.newsArea{
margin-top:0px;
z-index:99;
position:relative;
height:140px;
padding:0;
overflow:hidden;
}
.newsArea div.wrap{
	background-color: transparent;
	padding:20px 5% 30px 5%;
	width:90%;
}

}

@media (max-width: 500px){
	.storeArea ul{
	margin: 0;
}

.storeArea ul li{
	width:100%;
	padding:0%;
	margin:30px 0;}
}
