	#intro {
		display: block;
		float: left;
	}
	#intro #intro_title{
		font-size: 30px;
		line-height: 36px;
		color: #373a3f;
		margin: 20px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 2px dotted  #04495f;
	}
	#intro #intro_content {
		margin: 20px;
		line-height: 26px;
	}
	#intro #intro_content img {
		padding: 2px;
	}
	#side {
		float: right;
		width: 300px;
	}
	#news {
		display: block;
		float: left;
		width: 287px;
		margin-left: 10px;
	}
	#news #news_title {
		display: inline-block;
		width: 275px;
		background-color: #0e8ab2;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#news #news_title div {
		float: right;
	}
	#news #news_title div a{
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	#news #news_title div a:hover{
		font-weight: normal;
		font-size: 14px;
		color: #ff5600;
		text-decoration: underline;
	}
	#news_item {
		display: inline-block;
		border-bottom: 1px dotted #e5e5e5;
		width: 283px;
	}
	#news .news_row{
		display: inline-block;
		float: left;
		margin: 5px;
		line-height: 18px; 
		width: 285px;
	}
	#news .news_id{
		display: inline-block;
		width: 30px;
		text-align: center;
		background-color: #555;
	}
	#news .news_id a{
		text-decoration: none;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
	}
	#news .news_title{
		width: 287px;
	}
	#news .news_title a{
		color: #6b6b6b;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
	}
	#news .news_title a:hover{
		text-decoration: underline;
	}
	#news .news_content {
		line-height: 17px;
	}
	#news .news_content a{
		color: #979797;
		font-size: 13px;
		text-decoration: none;
	}
	#news .news_content a:hover{
		text-decoration: underline;
	}
	#news .news_date {
		width: 277px;
		text-align: right;
	}
	#news .news_date a{
		color: #53c9ef;
		font-size: 12px;
		text-decoration: none;
	}
	#product {
		display: block;
		float: left;
		margin-left: 10px;
	}
	#product #product_title {
		display: inline-block;
		width: 275px;
		background-color: #0e8ab2;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#product #product_title div {
		float: right;
	}
	#product #product_title div a{
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	#product #product_title div a:hover{
		font-weight: normal;
		font-size: 14px;
		color: #ff5600;
		text-decoration: underline;
	}
	#product #product_item {
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		padding: 10px 0 20px 0;
	}
	#product .product_line {
		border-bottom: 1px dashed #888888;
	}
	#product .product_content {
		float: right;
		width: 178px;
	}
	#product .product_row {
		display: inline-block;
		width: 176px;
		float: left;
		margin-left: 3px;
	}
	#product .product_category a{
		text-decoration: none;
		font-size: 16px;
		line-height: 20px;
		color: #53c9ef;
		font-weight: bold;
	}
	#product .product_category a:hover{
		text-decoration: underline;
	}
	#product .product_name a{
		font-size: 22px;
		line-height: 32px;
		color: #373a3f;
		font-weight: bold;
		text-decoration: none;
	}
	#product .product_name a:hover{
		text-decoration: underline;
	}
	#product .product_pic *{
		vertical-align: middle;
	}
	#product .product_pic{
		float: left;
		border: 1px solid #666666;
		width: 99px;
		height: 75px;
		padding: 1px;
		text-align : center;
		vertical-align: middle;
		line-height : 71px;
	}
	#product .product_pic img{
		max-width: 97px;
		max-height: 74px;
	}
	#product .product_moneys {
		font-size: 14px;
		margin-left: 3px;
		color: #373a3f;
	}
	#product .product_money {
		color: #f00;
		text-decoration: line-through;
		display: inline-block;
		width: 90px;
		text-align: right;
		font-size: 20px;
	}
	#product .product_tips {
		color: #f00;
		display: inline-block;
		width: 170px;
		font-size: 20px;
	}

/* 大螢幕 */
@Media (min-width: 1080px) {
	#side {
		display: block;
	}
	#intro {
		border-right: 1px dashed #888888;
		width: 640px;
		min-height: 950px;
	}
	#intro #intro_title{
		margin: 20px;
	}
	#intro #intro_content img {
		max-width: 600px;
	}
}
 
/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 1079px) {
	#side {
		display: block;
	}
	#intro {
		border-right: 1px dashed #888888;
		width: 640px;
		min-height: 950px;
	}
	#intro #intro_title{
		margin: 20px;
	}
	#intro #intro_content img {
		max-width: 600px;
	}
}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) {
	#side {
		display: none;
	}
	#intro {
		width: 100%;
	}
	#intro #intro_title{
		margin: 20px 0 20px 0;
	}
	#intro #intro_content img {
		max-width: 100%;
	}
}
 
/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) {
	#side {
		display: none;
	}
	#intro {
		width: 100%;
	}
	#intro #intro_title{
		margin: 20px 0 20px 0;
	}
	#intro #intro_content img {
		max-width: 100%;
	}
}	

