@charset "utf-8";
/* 首 頁 配 置 */
#info-area {

}

#news-box {
	float:left;
	width:360px;
	padding-right:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#news-box > H1, #goods-box > H1, #contact-box > H1 {
	width:100%;
	border-bottom:1px solid #d2d2d2;
	position:relative;
	margin-bottom:5px;
	color:#313131;	
}
#news-box > H1 span.header, #goods-box > H1 span.header, #contact-box > H1 span.header {
	display:inline-block;
	border-bottom:1px solid #313131;
	font-size:18px;
	line-height:25px;
	margin-bottom:-1px;
}
#news-box > H1 span.en, #goods-box > H1 span.en, #contact-box > H1 span.en {
	margin-left:5px;
}

#news-box > H1 span.more {
	position:absolute;
	right:0;
	top:5px;
}

#news-box ul li {
	float:left;
	width:100%;
}
#news-title {
	float:left;
	line-height:25px;
	font-size:15px;
	padding:3px 110px 3px 10px;
	width:100%;
	background:url(../images/dot-1.jpg) 0px 13px no-repeat;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#news-date {
	position:absolute;
	right:0px;
	top:5px;
	color:#eb6100;
	text-align:right;
}
#goods-box {
	float:left;
	width:440px;
	padding-right:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
}
#goods-box > H1 {
	margin-bottom:10px;
}
#goods-box > H1 span.more {
	position:absolute;
	right:60px;
	top:5px;
}
#goods-carousel .item span.goods-img {
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#goods-carousel .item H3 {
	margin-top:5px;
	line-height:1.5em;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:12px;
	color:#5c5c5c;
	text-align:center;
}
#goods-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}

#contact-box {
	float:left;
	width:200px;
}
#contact-box span.phone {
	font-size:24px;
	color:#888787;
	font-weight:bold;
	display:block;
	font-style:italic;
	line-height:30px;
}
#contact-box span.address {
	display:block;
	line-height:20px;
}
	

@media screen and (max-width:999px) {
    #news-box {
		width:100%;
		padding:0;
		margin-bottom:30px;
	}
}
@media screen and (min-width: 640px) and (max-width:999px) {
	#goods-box {
		width:70%;
	}
	#contact-box {
		width:30%;
	}

}
@media screen and (max-width:639px) {
	#goods-box, #contact-box {
		width:100%;
		padding:0;
		margin-bottom:30px;
	}
	
}
@media screen and (max-width: 479px) {
	#news-title {
		padding:5px 0 5px 10px;
		background-position:0px 16px;
	}
	#news-date {
		display:none;
	}
}
