﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
}
@font-face {
	font-family: 'mfn-icons';
	src: url(../fonts/mfn-icons.eot);
	src: url(../fonts/mfn-icons.eot) format("embedded-opentype"), url(../fonts/mfn-icons.woff) format("woff"), url(../fonts/mfn-icons.ttf) format("truetype"), url(../fonts/mfn-icons.svg) format("svg");
	font-weight: 400;
	font-style: normal;
}

/* =====================================
   共用樣式
===================================== */
a {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul.ulset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.reset {
    margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
/* Clear */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* IE6&7 */
}
/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 10px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.scrollToTop i {
	font-size: 26px;
	line-height: 32px;
}

@media (max-width: 767px) {
  .scrollToTop {
    bottom: 50px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 20px;
	right: 5px;
  }
}

.edit strong {
  font-weight: bold;
}
.edit em{
    font-style: italic;
}
.edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 
 { 
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.edit h1, h2, h3
{
  margin-top: 20px;
  margin-bottom: 10px;
}
.edit h4, h5, h6
 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit h1 {
  font-size: 36px;
}
.edit h2 {
  font-size: 30px;
}
.edit h3 {
  font-size: 24px;
}
.edit h4 {
  font-size: 18px;
}
.edit h5{
  font-size: 14px;
}
.edit h6{
  font-size: 12px;
}
.edit p {
  margin: 0 0 20px;
}
.edit ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.edit ul{
    padding-left: 35px;
    list-style-type: disc;
}
.edit ol{
    padding-left: 35px;
    list-style-type: decimal;
}
.edit li{
    /*margin-bottom: 10px;*/
}
.edit ol li{
    padding-left: 5px;
}
.edit sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.edit sup {
  top: -.5em;
}
.edit sub {
  bottom: -.25em;
}

/* ----------------表格初始化---------------- */
table.tab-set {
  border-collapse:collapse;
  border-spacing: 0;
  width: 100%;
}
table.tab-set td {
  padding: 0;
}

/*表單*/
.input-txt {
  position: relative;
  overflow: hidden;
}
.form-group .ti-label {
    width: 100%;
    color: #000;
    font-weight: normal;
    line-height: 25px;
	padding-left: 5px;
}
.form-group .ti-label span {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
	color: #ed1c24;
	margin-right: 5px;
}

.form-button{text-align: center;}
.form-button .button{margin: 0 5px;}
.box-txt{border: 1px solid #ddd; outline: none; padding: 4px 10px; font-size: 1em; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s;}
.box-txt.full{width: 100%;}

.box-txt.txtarea{height: 150px; width: 100%}
.box-txt.mgTop{margin-top: 10px;}
.box-txt:focus{border-color: #01a800; -webkit-box-shadow: 0 0 1px #01a800; box-shadow: 0 0 1px #01a800;}
.box-txt::-webkit-input-placeholder { color: #aaa; }
.box-txt::-moz-placeholder { color: #aaa; }
.box-txt:-ms-input-placeholder { color: #aaa; }
.box-txt:-moz-placeholder { color: #aaa; }


.lab-gender input[type=radio] { display:none; margin:10px;}
.lab-gender input[type=radio] + label { display:inline-block; margin:0 0 0 5px; padding:0 10px; background-color:#FFF; border:1px solid #CCC; height:37px; line-height:35px; color:#999;cursor: pointer; }
.lab-gender input[type=radio]:checked + label { background-image: none; background-color:#777; color:#FFF; border-color:#999; cursor: default;}
.code-img { display: inline-block; float: left;}
.code-img img { display:block; height:auto; max-width:100%;}
/* 表單按鈕 */
#btn-group ul,
.btn-group ul {
  text-align: center;
}
@media only screen and (max-width: 414px) {
  #btn-group ul li,
  .btn-group ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 415px) {
  #btn-group ul li,
  .btn-group ul li {
    display: inline-block;
    margin: 0 5px;
    width: 135px;
  }
}
/* 按鈕 */
.btn-style {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* 頁數pagenum */
.pages {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 0;
	text-align: center;
}
.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.pagination{display:inline-block;padding:0;font-size: 14px; margin:20px 0 5px;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#002d96;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#002d96;border-color:#002d96}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagenum2 {
	float: left;
	width: 100%;
	padding: 40px 0 10px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum2 a {
	padding: 10px 30px 10px 56px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #ccc;
	background: #fff url(../left-arrow.svg) no-repeat 28px 11px;
	background-size: auto 18px;
}
.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #002d96;
	background: #002d96 url(../left-arrow1.svg) no-repeat 28px 11px;
	background-size: auto 18px;
}
/*************************
Typography 
**************************/
.font1 {
	font-size: 2em;
	line-height: 2.2em;
	color: #d70000;
}
.font2 {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #e44000;
}
.font3 {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #069601;
}
.font5 {
	font-size: 0.8em;
	color: #d70000;
}
.font6 {
	font-size: 0.9em;
	color: #e44000;
}
.font7 {
	color: #ff6517;
}
.text-red { color: #e44000; }
.fcolor3 { color: #d70000;}
.margin-t20 {
    margin-top: 20px;
	display: inline-block;
}

/*************************
******* Home ******
**************************/
@media only screen and (min-width:1301px){
 .container{
	 width: 1300px;
	 padding: 0;
}
}
#content {
	width: 100%;
	display: inline-block;
	padding: 0;
	position:relative;
}
.iproducts {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background: url(../iproducts-bg.jpg) repeat-x left bottom;
}
.iabout {
	width: 100%;
	display: inline-block;
}
.iabout .iaboutb1 {
	float: left;
	/*width: 50%;*/
	display: inline-block;
	position:relative;
}
.iabout .oneservice {
	width: 100%;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.iaboutimg1 {
	width: 40%;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.iabouttxt {
	width: 60%;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 15px 3% 5px;
}
.iabouttxt .tit {
	font-size: 36px;
	line-height: 1.8em;
	color: #a57137;
	display: inline-block;
	width: 100%;
	margin: 0;
}
.iabouttxt dl {
	display:inline-block;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}
.iabouttxt dt{
	float: left;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 8px;
	background: #c69c6d;
	border-radius: 3px;
}
.iabouttxt dd {
	float: left;
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	color: #333;
	line-height: 1.7em;
}
.iabout-det {
	line-height: 2em;
	color: #fff;
	width: 100%;
	padding: 20px 8%;
	display: flex;
	float: left;
	align-items: center;
	min-height: 410px;
	position:absolute;
	z-index: 5;
}
.iabout-det span.f1 {
	width: 100%;
	display: inline-block;
	font-size: 36px;
	line-height: 1.6em;
	color: #d4b28c;
	margin: 0;
	padding: 0;
}
.iabout-det span.f2 {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	margin: 10px 0 0;
}
.iabout-pic {
	width: 100%;
	height: 410px;
	padding: 0;
	margin: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	float: left;
}
@media (min-width: 1300px) {
.iabout .iaboutb1:nth-child(1) {width: 55%;}
.iabout .iaboutb1:nth-child(2) {width: 45%;}
}
@media (min-width: 992px) and (max-width: 1299px) {
.iabout .iaboutb1:nth-child(1) {width: 65%;}
.iabout .iaboutb1:nth-child(2) {width: 35%;}
}
@media (max-width: 991px) {
.iabout .iaboutb1:nth-child(1) {width: 100%;}
.iabout .iaboutb1:nth-child(2) {width: 100%;}
}
@media (max-width: 768px) {
.iaboutimg1 {width: 100%;}
.iabouttxt {width: 100%;padding: 20px 20px 30px;}
.iabout-pic {height: 250px;}
.iabout-det {min-height: 250px;}	
}
.pro-series { float: left; display: inline-block;width: 100%;padding:0;position: relative; }
.pro-series ul { margin:0; padding:12px 8px 0; }
.pro-series ul li { display: inline-block;width: 100%;list-style: none;-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;	transition: color .20s linear, background-color .20s linear, border-color .20s linear; }
.pro-series ul li.seriestit {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin:5px 0 0; 
	text-align: center;
}
.pro-series ul:hover li.seriestit {
	color: #f2c088;
}
.pro-series ul li.seriespic {
	width: 100%;
	display: inline-block;
	float: left;
	border: 1px solid #fff;
	background: #fff;
	overflow: hidden;
}
.pro-series ul:hover li.seriespic {
	border: 1px solid #f2c088;
}
.pro-series ul li .seriesimg {
	width: 100%;
	height: 180px;
	outline: none;
	display: inline-block;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.pro-series ul:hover li .seriesimg {
	opacity: 0.8;
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.pro-series.owl-carousel { padding-top: 0px;}
.pro-series .owl-buttons {
	position: absolute;
	top: 38%;
	width: 100%;
}
.pro-series .owl-buttons .owl-prev i {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 5px;
	color: #fff;
	background: rgba(187,187,187,0.5);
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}
.pro-series .owl-buttons .owl-prev i:hover {background: rgba(0,45,150,0.9);}
.pro-series .owl-buttons .owl-next i {
	position: absolute;
	right: 0;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 5px;
	color: #fff;
	background: rgba(187,187,187,0.5);
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}
.pro-series .owl-buttons .owl-next i:hover {background: rgba(0,45,150,0.9);}

@media (max-width: 991px){
.pro-series ul li .seriesimg {
	height: 180px;
}
}

/* Owl Carousel */
/* clearfix */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel{ display: none; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; 
-ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
  
.owl-carousel .owl-item{ float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{ cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; 
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; 
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }

/* Owl Carousel Owl Demo Theme v1.3.3 */

.owl-theme .owl-controls{ margin-top: 10px; text-align: center; }

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{ opacity: 1; text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{ display: inline-block; }
.owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; 
opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ opacity: 1; background: #29ae93; }

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; 
-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/*************************
 Footer CSS
**************************/
#footer {
	width: 100%;
	display: inline-block;
	padding: 35px 0;
	background: #26274c;
	text-align: center;
}
#footer h3 {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 7px;
	padding: 0;
}
#footer ul {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#footer li {
	font-size: 14px;
	line-height: 24px;
	color: #e0e0e0;
	margin: 1px 0;
	padding-right: 20px;
	display: inline-block;
	list-style-type: none;
}
#footer li:nth-child(1) {background: url(../placeholder.svg) no-repeat 5px 5px;background-size: auto 12px;padding-left: 20px;}
#footer li:nth-child(2) {background: url(../phone.svg) no-repeat 1px center;background-size: auto 12px;padding-left: 20px;}
#footer li:nth-child(3) {background: url(../printer.svg) no-repeat left 7px;background-size: auto 12px;padding-left: 22px;}
#footer li:nth-child(4) {background: url(../mail.svg) no-repeat left 7px;background-size: auto 12px;padding-left: 22px;}
#footer li a {
	text-decoration: none;
	color: #e0e0e0;
}
#footer li a:hover {
	color: #9bdef8;
	text-decoration: underline;
}
.copyright {
	font-size: 13px;
	line-height: 22px;
	color: #aeadad;
	padding: 0;
	margin: 5px 0 0;
	width: 100%;
	display: inline-block;
}
.copyright A:link {color:#aeadad;text-decoration:none}
.copyright A:visited {color:#aeadad;text-decoration:none}
.copyright A:hover {color:#fff;text-decoration:underline}

@media (max-width: 768px) {
#footer {text-align: left;}
#footer li {width: 100%;padding-right: 0;}
}


/*************************
******* Banner ******
**************************/
.ibanner{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.pbanner {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
    overflow: hidden;
}
.p-ban > .title {
	position: relative;
	padding: 0;
	top: 0;
	background: url(../pb-mark.png) no-repeat 40% center;
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.p-ban > .title > span {
	position: absolute;
	top: 35%;
	left: 0;
	font-size: 40px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding: 0;
}
.p-ban > .title > span .en {
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	width: 100%;
	display: inline-block;
	padding: 0;
}
.p-ban { height: 250px;overflow: hidden;}

@media (max-width: 991px) {
  .p-ban {height: 180px;}
  .p-ban > .title > span  {	left: 0;font-size: 36px;text-align: center; }
}
@media (max-width: 767px) {
  .p-ban {height: 180px;}
  .p-ban > .title > span {font-size: 30px; }
}
@media (max-width: 600px) {
  .p-ban { height: 150px; }
}

