@font-face {
  font-family: "typicons";
  src: url("/images/pc/icon/typicons.eot?#iefix") format("embedded-opentype"),/* ?#iefix為IE8以下版本解讀 */
			 url("/images/pc/icon/typicons.woff2") format("woff2"),
			 url("/images/pc/icon/typicons.woff") format("woff"),
			 url("/images/pc/icon/typicons.ttf") format("truetype"),
			 url("/images/pc/icon/typicons.svg#typicons") format("svg"); /* 使用SVG檔案中id為'typicons'的字型 */
}
.typcn:after {
    font-family: typicons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
	width: 100%;
	height: 100%;
}
body {
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體","蘋果儷黑體" ,Andes, Arial, Verdana, Helvetica, sans-serif;
	background-color: rgb(238, 246, 251);
}

.body_box {
	font-size: 13px;
	background-image: url(../images/pc/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/*讓同層元素的線條寬度不被計算在內*/
* {
  -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;
}
.footer{
	padding-top: 20px;	
}
.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 {
	display: flex;
  flex-wrap: wrap;
	align-items: stretch;
	box-sizing: border-box!important;
}
.attr_blog .box {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	height: 100%;
}
.attr_blog .box a {
	text-decoration: none;
	display: block;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.20);
	background-color: hsla(0,0%,100%,0.70)!important;
	box-sizing: border-box!important;
	height: 100%;
	margin-left: 6px;
	margin-right: 6px;
}
.attr_blog .box2 img {
	padding: 5px;
}
.attr_blog .box2{
	box-sizing: border-box!important;
	height: 100%;
}
.attr_blog .title {
	font-size: 16px;
	padding-top: 15px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.attr_blog .content {
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	word-break: break-all;
	min-height: 110px;
}
.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;
}
.config_div1{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #0053A2;
	color: #FFFFFF;
}
.config_div2{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #0053A2;
	border-bottom: 2px solid #0053A2;
}
.config_span1{
	font-size: 20px;
	color: #0035A0;
}
ol{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}