#news{
	overflow: hidden;
	padding: 10px 0;
	background: #d5a239;
}
#news h3{
    float: left;
    margin-right: 30px;
    font-size: 22px;
    color: #fff;
    margin: 13px 0;
    letter-spacing: 2px;
    width: 150px;
}
#news .newsinfo{
}
#news .newsinfo >div{
	overflow: hidden;
	line-height: 50px;
}
#news .newsinfo >div p{
    float: left;
    font-size: 14px;
    color: #fff;
}
#news .newsinfo >div h4{
    float: left;
	margin-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
#news .newsinfo >div h4 a{
	color: #fff;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 2px;
}

#news .newsinfo >div p.more{
    float: right;
}
#news .newsinfo >div p.more a{
	font-size:14px;
	color: #fff;
	text-transform: uppercase;
}
#news .slick-slider{
	margin-bottom: 0;
}
.text-center {
    text-align: center!important;
}
.title-deco {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: space-between;
}
.title-deco:after, .title-deco:before {
    content: " ";
    height: 1px;
    width: calc(50% - 80px);
    background: -webkit-gradient(linear,left top,right top,from(#987041),color-stop(14%,#feca84),color-stop(32%,#987041),color-stop(48%,#feca84),color-stop(66%,#987041),color-stop(84%,#feca84),color-stop(100%,#987041),color-stop(100%,#987041),color-stop(100%,#feca84),color-stop(100%,#987041),color-stop(100%,#e2b172),color-stop(100%,#987041),to(#e2b172));
    background: linear-gradient(90deg,#987041,#feca84 14%,#987041 32%,#feca84 48%,#987041 66%,#feca84 84%,#987041 100%,#987041 0,#feca84 0,#987041 0,#e2b172 0,#987041 0,#e2b172 0);
}
.text-center h2 {font-size: 32px;line-height: 100%;text-align: center;margin: 15px 0;}
.text-center .text {font-size: 16px;text-align: center;letter-spacing: 10px;font-family: 'Noto Serif TC', serif;color: #d5a239;}
#ad-list .bxslider{
	overflow:hidden;
	margin-bottom:10px;
}
#ad-list .bxslider div{
	float:left;
	width:23%;
	margin:0 1%;
}
#aboutWrap{
	margin: 15px 0;
	padding: 40px 0;
	background: no-repeat fixed center top / cover;
	-moz-box-shadow: inset 0 2px 24px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: inset 0 2px 24px rgba(20%,20%,40%,0.5);
	box-shadow: inset 0 2px 24px rgba(20%,20%,40%,0.5);
}
#aboutWrap h3{
	margin: 10px 0;
	font-size: 30px;
	color: #A20609;
}
#aboutWrap h3 b{
	margin-left: 10px;
	font-size: 16px;
	color: #535353;
}
#aboutWrap article{
	margin: 15px auto;
	width: 60%;
	font-size: 16px;
	line-height: 200%;
}
#aboutWrap article a.more{
	margin-left: 10px;
}
#productWrap ul{
	text-align: center;
	margin-top: 50px;
}
#productWrap ul li{
	margin: 15px 10px 0;
	width: calc((100%/5) - 25px);
	display: inline-block;
	vertical-align: top;
}
#productWrap ul li:hover{
    margin-top: 5px;
}

#productWrap ul li:hover{
    margin-top: 35px;
}
#productWrap ul li .productPhoto a.photo{
	background-size: cover;
	border-radius: 30px;
}
#productWrap ul li:hover .productPhoto a.photo{
}
#productWrap ul li h3{
	overflow: hidden;
	margin-top: 15px;
	height: 23px;
	font-size: 18px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#productWrap ul li h3 a{
	color: #000;
}
#chooseBox ul{
    width: 80%;
    margin: 0 auto 40px;
}
#chooseBox ul li{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation: fadeIn 1.5s both;
    -webkit-animation: fadeIn 1.5s both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    display: inline-block;
    width: calc((100%/3) - 25px);
    margin: 0 10px;
    vertical-align: top;
}
#chooseBox li .item{
    padding: 30px;
}
#chooseBox li .item .circle{
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}
#chooseBox li .item p{
    text-align: center;
    margin: 10px 0;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
}
#chooseBox li .item article{
    font-size: 14px;
    text-align: justify;
    padding: 0 20px;
}
@media screen and (max-width: 1280px) {
#chooseBox li .item{
    padding: 30px 0px;
}
}
@media screen and (max-width: 1024px) {
#chooseBox ul{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
	#news h3 img{
		height: 35px;
	}
	#news .newsinfo >div{
	    line-height: 35px;
	}
	#news .newsinfo >div p,
	#news .newsinfo >div h4 a,
	#news .newsinfo >div p.more a{
		font-size:14px;
	}
	#ad-list .bxslider div{
		width: 48%;
		margin: 10px 1%;
		text-align: center;
	}
	#aboutWrap article{
		width: 80%;
	}
	#news h3{
    float: none;
    width: 100%;
}
#productWrap ul li, #productWrap ul li:nth-child(even){
    margin: 10px;
    width: calc((100%/3) - 25px);
}
#productWrap ul li:hover,#productWrap ul li:nth-child(even):hover{
    margin-top: 10px;
}
}
@media screen and (max-width: 640px) {
	#news h3{
		float:none;
		display: none;
	}
	#productWrap ul li{
		width: 47%;
	}
	#news .newsinfo >div p{
    float: none;
}
	#news .newsinfo >div h4{
    margin: 0;
    float: none;
}
#productWrap ul li, #productWrap ul li:nth-child(even) {
    width: calc((100%/2) - 25px);
}
#chooseBox ul li{
    width: calc(100% - 25px);
}
}

@media screen and (max-width: 480px) {
	#ad-list .bxslider div{
		width: 98%;
	}
.text-center .text{
    letter-spacing: 7px;
    font-size: 14px;
}
}