@charset "utf-8";
/* CSS Document */
/*slideshow部分*/
#content{
	/*background-color:#eeeeee;*/
	margin-bottom:30px;
}
#center{
	width:100%;
}
#slideshow {
    position:relative;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center!important;
}
/*	*/

#slideshow img {
	width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}

#slideshow img.active {
    z-index:10;
	opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/*第一區塊*/
#productShow{
	width:100%;
}
.productShow{
	width:1000px;
	margin:0 auto;
	padding:70px 0 30px 0;
} 

.buttonTurn{
	width:30px;	
	float:left;
	margin:120px 0;
}
.productShowImg{
	width:940px;
	margin:0 30px;
	
}
.product-show-active{
	width:280px;
	float:left;
}
/*
.product-show-active img{
	display:block;
	margin:auto;
	width:250px;
	height:166px;
	
}*/
.hotnewsImg{
	width:80%;
	height:80%;
	border-radius: 50%;
    border:5px solid #fff;
	display:block; 
	margin:auto;
}
/*圖片致中*/

/*第二區塊*/
.hotnewsblock{
	width:220px;
	padding:10px 15px;
	border:1px solid #2a201d;
	margin:0 auto;
	color:#2a201d;
	margin-top:15px;	
}

.hotnewsHeader{
	font-size: 18px;
	margin:5px 0;
	height:24px;
	font-weight:bold;
	overflow:hidden;
}
.hotnewsText, .hotnewsBtn{
	margin:5px 0;
}
.hotnewsText{
	height:80px;
	overflow:hidden;
}
.hotnewsBtn{
	margin-top:15px;
	text-align:center;
 }
.hotnewsBtn span{
	padding:5px 20px;
	background-color:#2a201d;
	border:double 1px #FFFFFF;
	color:#FFFFFF;

}

.hotnewsBtn span:hover{
	border:1px #2a201d solid;
	background-color:#FFFFFF;
	color:#2a201d;
	font-weight:bold;
}

   
.slick-arrow{
	position:absolute;
}
.prev-btn{
	top:200px;
	left:-45px;
	
}
.next-btn{
	top:200px;
	left:940px;
}
/*-----*/
.clearfix {
  overflow: auto;
  zoom: 1;
}

