body{
	background:#FAF8F5;
	}
a{
	text-decoration: none;
	}
.container{
    max-width: 1080px;
    width: 80%;
    margin: auto;
	
  }
p{
	font-family: '微軟正黑體';
	color: #8E4310;
	}

	
	/**bar-----------**/
.bar  {
	width: 92px;
	height: 21px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #8E4310;
	list-style-type: none;
	position: relative;
	margin-right:30px;
	margin-top:100px;
	float:right;
	font-family: '微軟正黑體';
	font-size:17px;
	border:solid 1px #8E4310;
	
}
.bar:hover{
	color: #FFFFFF;
	z-index: 1;
	}   
.bar:before {
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.7s;
	background-color: #8E4310;
	z-index: -1;
}
.bar:hover:before {
    width: 100%;
    }
/**--bar end------------**/


.logo{
	float:left;
	}
.clearboth{
  clear: both;
}
/*最新消息*/
h2{
	text-align:center;
	text-decoration: none;
	font-family: '微軟正黑體';
	color: #8E4310;
	margin-top:100px;
	}
#news_more>ul>li{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	font-family: '微軟正黑體';
	border-bottom: 1px #D38E46 solid;
	color:#8E4310;
    }
ul>li>a{
	text-decoration: none; 	
	color:#8E4310;
	}
ul>li>a:hover{
	text-decoration: underline;
	}
	
.news_font{
	margin-left:30px;
	}
.dots{
	text-align:center;
	margin-top:100px;
	}
.dot {
  height: 5px;
  width: 5px;
  margin-bottom:5px;
  background-color: #D38E46;
  border-radius: 50%;
  display: inline-block;
}
.dot_h2{
	margin-right:20px;
	margin-left:20px;
	display:inline;
	}
.btn{
	width:10%;
	height:30px;
	background-color:#D38E46;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:60px;
	padding-right:50px;
	color:#FFF;
	font-family:"Arial";
	}
	
.btn:hover{
	background-color:#8E4310;
	}
	
ul>li>span>i{
	color:#EDD3C5;
	}
	
	
/*about關於我們*/
#about_h2{
	 text-align:left;
	 margin-left:-25px;
	}
#about_left{
	width:50%;
	height:540px;
	float:left;
	
	}
#about_right{
	width:45%;
	float:right;
	margin-top:50px;
	margin-bottom:100px;
	}

/*product熱門商品*/
#dots_product{
	text-align:center;
	padding-top:110px;
	}
#product{
	width:100%;
	height:1684px;
	background-image:url(../img/pc/projuct_bg1.png);
	}

#product1_left{
	width:50%;
	float:left;
	}
#product1_right{
	width:50%;
	float:right;
	}
#product1_right>h2{
	text-align:left;
	}	

#product2_left{
	width:30%;
	float:left;
	margin-left:70px;
	margin-top:40px;
	}
#product2_right{
	width:50%;
	float:right;
	margin-right:30px;
	margin-top:40px;
	}	
#product2_left>h2{	
    text-align:left; 
    }
		
#product3_left{
	width:60%;
	float:left;
	margin-top:60px;
	}
#product3_right{
	width:35%;
	float:right;
	margin-top:60px;
	}
#product3_right>h2{	
   text-align:left;
    }
	
	
/*footer熱門商品*/	
#footer{
	color:#603D36;
	text-align:center;
	padding-bottom:20px;
	margin-top:-60px;
	}
.container>p{
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width:70%;
	border-top:solid 1px #EDD3C5;
	}
	
/*-----------------------------------圖片輪播css-------------------------------------*/
#banner{
	height:628px;
	}
.slider {
  margin: 0 auto;
  max-width: 1080px;
  margin-top:40px;
 
}

.slide_viewer {
  height: 580px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;

}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
/*原本放第一組圖片背景色的地方*/
}

.slide:nth-of-type(2) {
 
}

.slide:nth-of-type(3) {
 
}

.slide:nth-of-type(4) {

}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top:-270px;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: -270px;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }