html {
	width: 100%;
	height: 100%;
}
body {
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
/*讓同層元素的線條寬度不被計算在內*/
* {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}
img, fieldset {
	border: 0;
}
.header ,.main ,.footer{
	width: 100%;
	height: auto;
	position: relative;
}
.box_tr{
	position: relative !important;
	opacity: 1 !important;
	margin-left: auto;
	margin-right: auto;
}
.box_td{
	position: relative !important;
	opacity: 1 !important;
}
.cell_v{
	height: 100%;
}
.border_line{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	pointer-events: none;/*排除鼠標事件目標，直接穿透到下層*/
	top: 0px;
	left: 0px;
}
.attr_news td {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}
.attr_news .date {
	font-size: 12px;
}
.attr_products .box {
	text-align: center;
	padding: 8px;
	vertical-align: top;
	display: inline-block;
}
.attr_products .title {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.attr_blog .box {
	text-align: center;
	padding: 5px;
	vertical-align: top;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.attr_blog .box2 {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 30px;
}
.attr_blog .title {
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
	height: 34px;
	overflow: hidden;
}
.attr_blog .content {
	height: 50px;
	overflow: hidden;
}
.attr_menu .menu_li{
	padding-left: 15px;
	padding-right: 15px;
}
.attr_menu .menu_li>a{
	text-align: center;
}
.attr_menu .menu_li h6{
	font-size: 12px;
}
.attr_menu .menu_li li{
	padding: 10px;
}
/* :nth-child()強大的選取器*/
.attr_menu .menu_li:nth-child(1n+2){
	border-left-style: solid;
	border-left-width: 1px;
} 
.upgrade_exp{
	text-align: center;
	color: #787878;
	font-size: 14px;
	padding: 10px;
	background-color: #EFEFEF;
}
