body{
	background:#FAF8F5;
	margin-right: 0px;
    margin-left: 0px;
	padding: 0;
	}
a{
	text-decoration: none;
	}
.container{
    max-width: 1080px;
    width: 80%;
    margin: auto;
	
  }
p{
	font-family: '微軟正黑體';
	color: #8E4310;
	}

	
	/**bar-----------**/
#top-nav{
	display:none;
		}
.logo{
	margin-top: 5px;
}
.logo img{
	width:60%;
	}
.logo-font{
	display:none;
	}
.menu{
	display:none;
		}

/*新效果*/
.hvr-underline-from-left{
	padding: 10px;
	margin-left:30px;
	margin-top: 50px;
	font-family: '微軟正黑體';
	font-size:17px;
	float: left;
}
.hvr-underline-from-left>a:hover{
	text-decoration: none;
}

#head-nav{
	float: right;
}

/**--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_h2{
	margin-right:10px;
	margin-left:10px;
	display:inline;
	}
.btn{
	width:10%;
	height:50px;
	background-color:#D38E46;
	padding-top:10px;
	padding-bottom:11px;
	padding-left:60px;
	padding-right:50px;
	color:#FFF;
	font-family:"Arial";
	border-radius: 20px;
	}
	
.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;
	position: relative;
	}
 .logo2>a>img{
	width: 10%;
 }
.container>p{
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width:90%;
	border-top:solid 1px #EDD3C5;
	}

#bottom-top{
	position: fixed;
    right: 40px;
    bottom: 40px;
}

#bottom-top:hover{
	opacity: 0.4;

}
/*分頁-關於我們*/

    #about-bg{
	background-image: url('../img/pc/aboutus-bg.png');
	width: 100%;
	height:568px;
  }

 

/*-----------------------------------圖片輪播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_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #F7EBD7;
  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: #D38E46;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 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;
}
/*-----------------------------------圖片輪播css end-------------------------------------*/


/*手機*/
@media only screen and (max-width: 767px) {
    
	.container{
    width: 100%;
    margin: auto;
	
   }
   	.logo{
	margin-left: 2%;
	margin-top: -2%;
	}
   .logo img{
	width:80px;
	}
  .logo-font{
	float: left;
	margin-top:30px;
	margin-left:20px;
	font-family: '微軟正黑體';
	display:inline;
	color:#8E4310;
	}
	#top-nav{
		display:inherit;
		}
	.menu{
	display:inline;
	padding-top:20px;
	float:right;
	margin-right: 3%;
	}
 #menu-ul>li>a{
	color:#FFF;
	}
 #menu-ul{
    width: 100%;
    margin-left: -10px;
  }
	.bar:before {
	 display: none;
	}
	#head-nav{
		float: none;
	}
  #banner {
    height: 200px;
  }
  .slide_viewer{
	  width:97%;
	  height:200px;
	  margin-left: 1.5%;
	  }
  .directional_nav {   /*圖片輪播左側按鈕*/
    display:none;
  }
  .next_btn {       /*圖片輪播右側按鈕*/
	display:none;
  }
  .slide_buttons{   /*圖片輪播小點點按鈕*/
	display:none;
  }
  /*news*/

  .dots {
    margin-top: 90px;
   }

 #news_more>ul{
	 margin-top:35px;
	 margin-right:auto;
	 margin-left:auto;
	 padding:0px;
	 }
 #news_more > ul > li {
    width: 85%;
	text-align: center;
	padding:15px;
  }
 .news_font {
    margin-left: 0px;
 }
 .newstime{
	 display:block;
	 margin-bottom:10px;
	 }
 .span-li{
	display:none;
	}
	#menu-ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
.hvr-underline-from-left  {
	width: 100%;
	margin-top:0px;
	border:0px;
	border-bottom:solid 1px #EDD3C5;
	color:#FFFFFF;
	background-color:#D38E46;
	padding-right:0px;
	padding-left: 0px;
	float:none;
	margin-left: 0px;
	text-align: center;
 }
  /* .bar:hover{
	display:none;
	} */
 /*about*/
 #dots_product{
	padding-top:70px;
	}
 #about_left>img{
	width:100%;
	}
 #about_left{
	width:94%;
	height:auto;
	float:none;
	margin-top:40px;
	margin-left: 3%;
	}
#about_right{
	width:83%;
	float:none;
	margin-top:5px;
	margin-left:12%;
	margin-bottom:40px;
	}
#about_h2 {
	margin-top: 30px;
	margin-left: -10px;
}
#about_right>p {
	width: 90%;
	
}
/*product熱門商品*/
#product{
	width:100%;
	height:1740px;
	background-image:url('../img/phome/projuct_bg2.png');
	}
#product1_left {
    width: 95%;
    float: none;
	margin-top: 30px;
	margin-left: 3%;
}
 #product1_left>img{
	width:100%;
	}
#product1_right {
    width: 90%;
    float: none;
	margin-left: 30px;
}
#product1_right>h2 {
    margin-top: 20px;
}
#product2_right {
    width: 95%;
    float: none;
	margin: auto;
	margin-top: 45px;
}
#product2_right>img {
    width: 100%;
}
#product2_left {
    width: 90%;
    float: none;
    margin-left: 9%;
}	
#product2_left>h2 {
	margin-top: 20px;
	margin-top: 30px
}
#product3_right {
    width: 90%;
    float: none;
    margin: auto;
    margin-left: 9%;
}
#product3_left>img {
    width: 100%;
}
#product3_left {
    width: 95%;
    float: none;
	margin: auto;
	margin-top: 45px;
}
#product3_right>h2{	
	margin-top: 30px;
	 }
	 
	 /*footer*/
	 #footer {
		margin-top: 10px;
	}
	.logo2>a>img {
		width: 25%;
	}
	.container>p{
		width:90%;
		}
	.span-block{
		display: block;
	}

	#bottom-top {
		position: absolute;;
		right: 30px;
		bottom: 130px;
	}
	#bottom-top>img{
	width: 50px;
	height: 50px;
	}
}