@charset "utf-8";
/* CSS Document */
html {
	width: auto;
}
body {
	margin: 0;
	padding: 0;
	color:#000;
	background: #fff;
	/*background: rgba(98,91,87,0.5);*/
	font-family:  "Noto Sans TC", sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: normal;
}
.mainbody {
	padding: 5px 2px 20px;
}
h1, h2, h3, p {
	margin:0;
	padding:0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#outer {
	width:960px;
	margin:0 auto;
	/*background:#FFF;*/
	background: rgba(98,91,87,0.5);
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a, a:focus, a:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
a img {
	border:0px;
}
img {
	max-width: 100%;
}
div img, div iframe, section img, section iframe {
    vertical-align: middle;
}

input, button, select, textarea, *:focus {
	outline:none;
}
.clearfix:after { /*清除flaot 浮動，還原div高度*/
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*----- 麵包削 ----*/

.nav-mark {
	color: #333;
	font-size: 1rem;
	background: none;
	padding: 5px 0 5px 10px;
	border-radius: 0px;
	margin: 0px;
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/

	flex-wrap: wrap;
	list-style: none;
}

.nav-mark .item:after {
	content: '\f105';
	font-family: FontAwesome;
	position: relative;
	padding: 0px 5px;
	padding-left: 6px;
	font-size: 18px;
	line-height: 1;
}
.nav-mark .item:last-of-type:after {
	display: none;
}

/*----- 分隔線 -----*/
span.lines {
	margin: 10px 0px;
	width: 90%;
	display: block;
	height: auto;
	border-bottom: 1px #666 solid;
	box-shadow: 0px 3px 3px #666;
}
/*----- margin -----*/
.margin-t5 {
	margin-top: 5px;
}
.margin-t10 {
	margin-top: 10px;
}
.margin-L15 {
	margin-left: 15px;
}
/*----- padding px -----*/
.padding-t5 {
	padding-top: 5px;
}
.padding-b5 {
	padding-bottom: 5px;
}
.padding-l5 {
	padding-left: 5px;
}
.padding-r5 {
	padding-right: 5px;
}
.padding-l10 {
	padding-left: 10px;
}
.padding-l20 {
	padding-left: 20px;
}
/*----- padding 百分比 -----*/
.padding-L3P {
	padding-left: 3%;
}
.padding-R3P {
	padding-right: 3%;
}
.padding-L5P {
	padding-left: 5%;
}
.padding-R5P {
	padding-right: 5%;
}
/*----- COL -----*/
.col-w4 {
	width: 25%;
}
.col-w8 {
	width: 75%;
}

.col-xs {
  float: left;
}
.col-xs.pullright {
  float: right;
}
.col-xs.pro-list {
	width: calc( 100% * 214 / 960 );
}
.col-xs.products {
	width: calc( 100% * 746 / 960 );
}
.col-xs.news-list {
	width: calc( 100% * 240 / 960 );
}
.col-xs.news {
	width: calc( 100% * 720 / 960 );
}
.col-xs.m12 {
  width: 100%;
}
.col-xs.m11 {
  width: 91.66666667%;
}
.col-xs.m10 {
  width: 83.33333333%;
}
.col-xs.m9 {
  width: 75%;
}
.col-xs.m8 {
  width: 66.66666667%;
}
.col-xs.m7 {
  width: 58.33333333%;
}
.col-xs.m6 {
  width: 50%;
}
.col-xs.m5 {
  width: 41.66666667%;
}
.col-xs.m4 {
  width: 33.33333333%;
}
.col-xs.m3 {
  width: 25%;
}
.col-xs.m2 {
  width: 16.66666667%;
}
.col-xs.m1 {
  width: 8.33333333%;
}

/*----- page -----*/
.page {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 15px 0px;
		}
.page span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0px 10px;
	text-align: center;
}
.page span a {
	display:block;
	width:30px;
	height:30px;
	line-height: 30px;
}
.page span.page-num a {
	background: #fff;
	border-radius: 999em;

}
.page span.page-num a:hover, .page span.page-num.pon a {
	background: #416eef;
	color: #fff;
}
.pro_prev {
	background:url("../../images/pro_noprev_bg.png") no-repeat 50% 50%;
}
.pro_prev a:hover {
	background:url("../../images/pro_prev_ch_bg.png") no-repeat 50% 50%;
}
.pro_prev.pon {
	background:url("../../images/pro_prev_bg.png") no-repeat 50% 50%;
}
.pro_next {
	background:url("../../images/pro_nonext_bg.png") no-repeat 50% 50%;
}
.pro_next a:hover {
	background:url("../../images/pro_next_ch_bg.png") no-repeat 50% 50%;
}
.pro_next.pon {
	background:url("../../images/pro_next_bg.png") no-repeat 50% 50%;
}