/*
======TKI HTML CSS======
HTML5/CSS3/RWD
★VER TKIS1.3
★CreateDate:2016.1.4-2023.0925
★Author:Copyright © THINKIDEA All rights reserved. (http://www.thinkidea.com.tw)
======TKI HTML CSS======
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
/*html5*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
main,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
@font-face {
  font-family: 'Corbel';
  src: url('Corbel.eot');
  src: url('Corbel.eot?#iefix') format('embedded-opentype'), url('Corbel.woff2') format('woff2'), url('Corbel.woff') format('woff'), url('Corbel.ttf') format('truetype'), url('Corbel.svg#Corbel') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-corbel {
  font-family: 'Corbel', Helvetica, Arial, Gotham, "Helvetica Neue";
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('OpenSans-Regular.eot');
  src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('OpenSans.woff') format('woff'), url('OpenSans.ttf') format('truetype'), url('OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*system*/
body {
  font-family: 'OpenSans', Helvetica, Arial;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#tw-web {
  font-family: "微軟正黑體", Microsoft JhengHei, Arial, Helvetica;
  font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
  color: #2c7f9f;
  text-decoration: none;
}
a:hover {
  color: #063f5b;
  text-decoration: underline;
}
.txt-hiden {
  text-indent: -9999px;
  overflow: hidden;
}
.txt-hidden {
  text-indent: -9999px;
  overflow: hidden;
}
.a-hiden {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
/*system-end*/
table {
  color: #3e3e3e;
  font-size: 13px;
  border: 1px solid #91a18f;
  border-collapse: collapse;
}
table td {
  border: 1px solid #91a18f;
  border-collapse: collapse;
  padding: 3px 10px;
}
table th {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #7ba375;
  color: #FFF;
  text-align: center;
  border: 1px solid #3e7436;
  padding: 10px;
}
table tr:nth-child(odd) {
  background-color: #e4eff4;
}
/*
rgba(255, 0, 0, 0.6) → 不透明度 60% 紅色
rgba(0%, 0%, 100%, 0.4) → 不透明度 40% 藍色
*/
/*ckedit html code*/
#creation-page .info-html-edit {
  line-height: 1.6;
}
#creation-page .info-html-edit ul,
#creation-page .info-html-edit ol {
  padding: 0 0 0 20px;
}
#creation-page .info-html-edit ul li {
  list-style: disc;
  margin: 0 0 5px;
}
#creation-page .info-html-edit ol li {
  list-style: decimal;
  margin: 0 0 5px;
}
#creation-page .info-html-edit img {
  max-width: 100%;
  height: auto;
}
#creation-page .info-html-edit table img {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  #creation-page .info-html-edit {
    display: block;
    overflow-x: auto;
  }
  #creation-page .info-html-edit table {
    white-space: nowrap;
    width: 100%;
    border: 0;
  }
}
table {
  border: #B8B8B8;
  border-collapse: collapse;
}
/*動畫效果-CSS*/
.animation-eff {
  -webkit-transition: All 0.30s linear;
  -ms-transition: All 0.30s linear;
  -moz-transition: All 0.3s linear;
  -o-transition: All 0.3s linear;
  transform: All 0.3s linear;
}
/*
=====================
網站LAYOUT
=====================
*/
/*###共用###*/
#creation-page #page-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
/*###表頭###*/
#creation-page .weblogo {
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 999;
}
#creation-page .weblogo a {
  background: url(../images/layout/logo.png) no-repeat 0 0;
  background-size: 100% auto;
  height: 90px;
  width: 100px;
  display: inline-block;
}
#creation-page .lang-con {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 13px;
  height: 20px;
  padding: 0;
}
#creation-page .lang-con a {
  color: #3d3d3d;
}
#creation-page .lang-icons {
  background: url(../images/lang.png) no-repeat 0 0;
  padding: 0 0 0 20px;
  margin: 0 15px 0 0;
}
#creation-page .share-con {
  margin: 0 0 0 15px;
  display: inline-block;
}
#creation-page .share-con label {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}
#creation-page .share-con .websub-iten {
  display: inline-block;
  padding: 0;
  float: right;
}
/*###URL txt###*/
#creation-page .weburltag-con {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: right;
}
#creation-page .weburltag {
  color: #005b81;
  font-weight: lighter;
  margin: 0;
}
#creation-page .weburltag a {
  color: #005b81;
  font-size: 13px;
  margin: 0 5px;
}
#creation-page #weburltag-bk {
  max-width: 1000px;
  margin: 0 auto;
}
/*###多國語系-MB版###*/
.mb-lang {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 65px;
  z-index: 99999;
}
.mb-lang a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  text-decoration: none;
  border: 1px solid #aaabab;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
}
.mb-lang a:hover {
  background: #026d89;
  border: 1px solid #026d89;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .mb-lang {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-menus-top-con {
    position: relative;
  }
}
/*
=====================
版權頁page-copyright
=====================
*/
#creation-page .page-copyright {
  margin: 45px 0 0 0;
  text-align: center;
  float: 13px;
  background: #37a2c8;
}
#creation-page .page-copyright .page-copyright-con {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-align: center;
}
#creation-page .page-copyright .web-design {
  font-size: 12px;
  margin: 0 0 0 15px;
  display: inline-block;
}
#creation-page .page-copyright .web-design a {
  color: #FFF;
}
#creation-page .page-copyright .weblink-list {
  color: #FFF;
}
#creation-page .page-copyright .weblink-list a {
  color: #373737;
  margin: 0 3px;
  font-size: 12px;
}
#creation-page .page-copyright .copyright-con {
  background: #34bee3;
  color: #FFF;
  padding: 10px 0;
}
#creation-page .page-copyright .fr-info-bk {
  color: #FFF;
  max-width: 1030px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
  padding: 0 15px;
}
#creation-page .page-copyright .fr-info-bk .fr-infolist {
  float: left;
  display: inline-block;
  padding: 20px 0;
}
#creation-page .page-copyright .fr-info-bk a {
  color: #FFF;
}
#creation-page .page-copyright .fr-info-bk h3 {
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: normal;
}
#creation-page .page-copyright #fr-siteMap {
  max-width: 160px;
}
#creation-page .page-copyright #fr-siteMap li {
  display: inline-block;
  width: 50%;
  float: left;
}
#creation-page .page-copyright #fr-contact {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #creation-page .page-copyright #fr-siteMap,
  #creation-page .page-copyright #fr-contact {
    padding: 20px 0 0 0;
    margin: 0;
    max-width: inherit;
    width: 100%;
    text-align: center;
  }
  #creation-page .page-copyright #fr-siteMap li {
    margin: 0;
    padding: 0 0 10px 0;
    width: 33.33%;
    float: left;
  }
  #creation-page .page-copyright .fr-info-bk {
    padding: 0 15px 15px 15px;
    display: inline-block;
    width: 100%;
  }
}
/*分享標籤*/
.share-web-tag {
  display: inline-block;
  float: right;
  padding: 90px 0 0 0;
}
.share-web-tag a {
  display: inline-block;
  width: 30px;
  margin: 0 2px;
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
.share-web-tag a:hover {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */

  -webkit-transform: scale(1.2, 1.2);
  /* Chrome, Safari, Opera */

  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 768px) {
  .page-copyright .share-web-tag {
    padding: 25px 0 10px 0;
    width: 100%;
    text-align: center;
  }
  .page-copyright .share-web-tag a {
/*    width: 65px;*/
    margin: 0 10px;
  }
}
/*
=====================
切換選單switch
=====================
*/
.page-switch {
  font-size: 13px;
  text-align: center;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.page-switch .pagination {
  margin: 10px 0;
}
.page-switch .page-switch-nav a,
.page-switch .page-switch-nav strong {
  -webkit-transition: All 0.30s linear;
  -ms-transition: All 0.30s linear;
  -moz-transition: All 0.3s linear;
  -o-transition: All 0.3s linear;
  transform: All 0.3s linear;
  color: #000;
  display: inline-block;
  border-radius: 99px;
  margin: 0 5px 15px 5px;
  padding: 1px 9px;
  border: 1px solid #868686;
  text-decoration: none;
}
.page-switch .page-switch-nav a:hover,
.page-switch .page-switch-nav strong:hover {
  color: #FFF;
  background: #a72d32;
  border: 1px solid #a72d32;
}
.page-switch .page-switch-nav strong {
  font-weight: bold;
  color: #FFF;
  background: #a72d32;
  border: 1px solid #a72d32;
}
.page-switch .page-switch-nav .pre-page,
.page-switch .page-switch-nav .next-page {
  margin: 0 5px;
}
.page-switch .page-view {
  color: #000000;
  padding: 5px 0 0 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .page-switch .page-switch-nav a,
  .page-switch .page-switch-nav strong {
    margin: 0 0 15px;
  }
}
/*
=====================
內頁版型
=====================
*/
/*表頭*/
/*.about-block .page-top-img{ background-image:url(../images/layout/about.jpg);}
.news-block .page-top-img{ background-image:url(../images/layout/news.jpg);}
.product-block .page-top-img{ background-image:url(../images/layout/product.jpg);}
.support-block .page-top-img{ background-image:url(../images/layout/support.jpg);}
.contact-block .page-top-img{ background-image:url(../images/layout/contact.jpg);}*/
#creation-page .page-top-img {
  height: 410px;
  width: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #114a81;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: TOP center;
}
@media screen and (max-width: 1050px) {
  #page-content .page-top-img {
    height: 350px;
    background-size: cover auto;
  }
}
@media screen and (max-width: 991px) {
  #page-content .page-top-img {
    height: 300px;
    background-size: cover auto;
  }
}
@media screen and (max-width: 768px) {
  #page-content .page-top-img {
    height: 200px;
    background-size: cover auto;
  }
}
@media screen and (max-width: 550px) {
  #page-content .page-top-img {
    height: 130px;
    background-size: cover auto;
  }
}
/*
=====================
次選單橫式
=====================
*/
.catalog-horizontal {
  display: inline-block;
  padding: 20px 0 35px 0;
  width: 100%;
  text-align: center;
}
.catalog-horizontal li {
  display: inline;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #ADADAD;
}
.catalog-horizontal li .select {
  background: #2a94c4;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
}
.catalog-horizontal li .select:hover {
  color: #FFF;
  opacity: 0.8;
}
.catalog-horizontal a {
  text-decoration: none;
  color: #646464;
}
.catalog-horizontal a:hover {
  color: #2a94c4;
}
@media screen and (max-width: 991px) {
  .catalog-horizontal {
    padding: 20px 0 15px 0;
    display: inline-block;
    width: 100%;
  }
  .catalog-horizontal li {
    border: 0;
    padding: 0 10px 10px 0;
    margin: 0;
    display: inline-block;
    width: 33.33%;
    float: left;
  }
  .catalog-horizontal li a {
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    float: none;
    display: block;
    border: 1px solid #b1b1b1;
  }
  .catalog-horizontal li a:hover {
    background: #e1680e;
    border: 1px solid #e1680e;
    color: #FFF;
  }
  .catalog-horizontal li .select {
    border: 1px solid #2a94c4;
  }
}
@media screen and (max-width: 768px) {
  .catalog-horizontal li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .catalog-horizontal li {
    width: 100%;
  }
}
/*
=====================
左側選單
=====================
*/
.article-catalog-bk {
  display: inline-block;
  width: 100%;
  float: left;
}
.article-catalog-bk .page-header-con {
  display: inline-block;
  width: 100%;
}
.article-catalog-bk .page-header-con .page-title-ct {
  color: #000000;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}
.article-catalog-bk .page-header-con .page-title-en {
  font-family: 'Corbel', Helvetica, Arial, Gotham, "Helvetica Neue";
  color: #d46c24;
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
}
#straight-catalog {
  border: 0;
}
#straight-catalog .ch-subiten {
  display: block;
}
.page-con-bk {
  padding: 20px 0 0 0;
}
.page-con-bk .article-catalog {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.page-con-bk .article-catalog li a {
  font-size: 15px;
  display: inline-block;
  padding: 9px 0 10px 20px;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  text-decoration: none;
}
.page-con-bk .article-catalog li a:hover,
.page-con-bk .article-catalog li .select {
  background-color: #007fb8;
  color: #FFF;
}
.page-con-bk .ch-subiten {
  padding: 15px 0 15px 20px;
  line-height: 21px;
  display: none;
}
.page-con-bk .ch-subiten li {
  padding: 0 0 5px 0;
}
.page-con-bk .ch-subiten li a {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  color: #373737;
  background: none;
  padding: 0 0 0 5px;
}
.page-con-bk .ch-subiten li a:hover {
  color: #008fd5;
  background: none;
}
.page-con-bk .ch-subiten > li .select {
  color: #008fd5;
  font-weight: bold;
  background: url(../images/ms_left_list.png) no-repeat 0 7px;
}
.page-con-bk .ch-subiten li .ch-subiten {
  padding: 5px 0 0 15px;
}
.page-con-bk .ch-subiten > li > a,
.page-con-bk .ch-subiten > li > a:hover {
  background: url(../images/ms_left_list.png) no-repeat 0 7px;
  padding: 0 0 0 15px;
}
.page-con-bk .ch-subiten li .ch-subiten a,
.page-con-bk .ch-subiten li .ch-subiten a:hover {
  background: url(../images/ms_left_sublist.png) no-repeat 0 7px;
  padding: 0 0 0 15px;
}
/*
=====================
TKI RWD 選單 Code
=====================
*/
/*
---------------------------------------------
TKI選單(default-style-bk)無底色樣式 for Desktop
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  #creation-page .default-style-bk {
    position: relative;
    z-index: 100;
    background: #FFF;
    padding: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  }
  #creation-page .default-style-bk .page-top-con {
    max-width: 1030px;
    padding: 0 15px;
    margin: 10px auto 5px auto;
    position: relative;
  }
  #creation-page .default-style-bk .navbar-default {
    background: none;
  }
  #creation-page .default-style-bk #page_menus li a {
    color: #303030;
  }
  #creation-page .default-style-bk #page_menus li a:hover,
  #creation-page .default-style-bk #page_menus a:focus,
  #creation-page .default-style-bk #page_menus a:active {
    background: #34bee3;
    color: #FFF;
  }
  #creation-page .default-style-bk .page-menus-con {
    display: inline-block;
    padding: 25px 0 0 0;
    float: right;
  }
  #creation-page .default-style-bk #navbar {
    padding: 0;
    display: inline-block;
    background: none;
  }
  #creation-page .default-style-bk .weblogo {
    float: left;
    padding: 35px 0 0 0;
  }
  #creation-page .default-style-bk .navbar-default #navbar .navbar-nav > .open > a,
  #creation-page .default-style-bk .navbar-default #navbar .navbar-nav > .open > a:hover,
  #creation-page .default-style-bk .navbar-default #navbar .navbar-nav > .open > a:focus {
    background: #34bee3;
    color: #FFF;
  }
}
@media screen and (min-width: 992px) {
  #creation-page .default-style-bk #page_menus li a {
    padding: 35px 13px;
  }
}
@media screen and (min-width: 1200px) {
  #creation-page .default-style-bk #page_menus li a {
    padding: 35px 19px;
  }
}
/*
---------------------------------------------
TKI選單(colorbar-style-bk)有底色BAR樣式 for Desktop
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  #creation-page .colorbar-style-bk .navbar-default {
    background: none;
  }
  #creation-page .colorbar-style-bk #tkidesign {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
  }
  #creation-page .colorbar-style-bk #tkidesign .mslang {
    display: none;
  }
  #creation-page .colorbar-style-bk .page-menus-con {
    background: #0268ac;
    box-shadow: 0 1px 2px 0 rgba(51, 51, 102, 0.3);
  }
  #creation-page .colorbar-style-bk .page-top-con .page-menus-top-con {
    max-width: 1030px;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #creation-page .colorbar-style-bk .page-top-con .lang-con {
    bottom: 20px;
    right: 15px;
    top: inherit;
  }
  #creation-page .colorbar-style-bk .container {
    width: 100%;
    padding: 0;
    /*
  		    線段樣式1
  			background:url(../images/layout/msline.jpg) no-repeat 0 center;
  			*/
  
  }
  #creation-page .colorbar-style-bk .container .navbar {
    background: none;
    border: 0;
    padding: 35px 0 0 0;
    margin: 0;
    width: 80%;
    float: right;
  }
  #creation-page .colorbar-style-bk .container #navbar {
    padding: 0;
    width: 100%;
  }
  #creation-page .colorbar-style-bk .container #page_menus {
    width: 100%;
  }
  #creation-page .colorbar-style-bk .container #page_menus li {
    border-left: 1px solid #5eb6f0;
  }
  #creation-page .colorbar-style-bk .container #page_menus li:last-child {
    border-right: 1px solid #5eb6f0;
  }
  #creation-page .colorbar-style-bk .container #page_menus a {
    padding: 15px 35px;
    -webkit-transition: All 0.30s linear;
    -ms-transition: All 0.30s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    transform: All 0.3s linear;
    width: 100%;
    color: #FFF;
    text-align: center;
    display: inline-block;
    line-height: 15px;
  }
  #creation-page .colorbar-style-bk .container #page_menus a:hover,
  #creation-page .colorbar-style-bk .container #page_menus a:focus {
    background-color: #053454;
  }
  #creation-page .colorbar-style-bk #tkidesign .mailto {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 0 0;
  }
  #creation-page .colorbar-style-bk #tkidesign .mailto a {
    padding: 0 0 0 40px;
    margin: 10px 0 0 0;
    height: auto;
    background: url(../images/layout/mailto.png) no-repeat 0 0;
  }
  #creation-page .colorbar-style-bk #tkidesign .mailto a:hover {
    background-color: inherit;
    opacity: 0.8;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #053454;
  }
}
/*
---------------------------------------------
TKI選單(qoo-style-bk)QOO版型 for Desktop
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  #creation-page .qoo-style-bk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #creation-page .qoo-style-bk .weblogo {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #creation-page .qoo-style-bk .page-top-con {
    position: relative;
  }
  #creation-page .qoo-style-bk .container {
    max-width: 1230px;
    margin: 0 auto;
  }
  #creation-page .qoo-style-bk .page-menus-con {
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    height: 100px;
    padding: 40px 0 25px 0;
    background: rgba(0, 0, 0, 0.7);
  }
  #creation-page .qoo-style-bk .navbar-default {
    background: none;
  }
  #creation-page .qoo-style-bk .page-menus-top-con .lang-con {
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 100;
    color: #FFF;
  }
  #creation-page .qoo-style-bk .page-menus-top-con .lang-con a {
    color: #FFF;
    text-decoration: none;
  }
  #creation-page .qoo-style-bk #page_menus li a {
    font-size: 15px;
  }
  #creation-page .qoo-style-bk .navbar-default .navbar-nav > li > a {
    color: #FFF;
  }
  #creation-page .qoo-style-bk .navbar-default .navbar-nav > .open > a,
  #creation-page .qoo-style-bk .navbar-default .navbar-nav > .open > a:hover,
  #creation-page .qoo-style-bk .navbar-default .navbar-nav > .open > a:focus {
    background: none;
  }
}
/*
---------------------------------------------
TKI選單 for mb
---------------------------------------------
*/
@media screen and (max-width: 991px) {
  #tkidesign {
    margin: 0;
    background: none;
    position: relative;
    z-index: 1;
  }
  #tkidesign .navbar-toggle {
    margin: 5px 0 15px 0;
  }
  #tkidesign #page_menus a {
    font-size: 17px;
  }
  #tkidesign #page_menus li a span {
    display: none;
  }
  #creation-page .page-top {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 5px #6a6a6a;
  }
  #creation-page .page-top-con {
    padding: 10px 0;
  }
  #creation-page .page-menus-con {
    margin: -50px 0 0 0;
    position: relative;
    z-index: 1;
  }
  #creation-page .weblogo {
    display: block;
    margin: 3px 0 0 0;
  }
  #creation-page .weblogo a {
    display: block;
    width: 50px;
    height: 45px;
  }
  #creation-page .lang-con {
    display: none;
  }
  #creation-page .share-con {
    display: none;
  }
  #creation-page #tkidesign .mailto {
    display: none;
  }
  #creation-page #tkidesign .mslang a {
    display: inline-block;
  }
  #creation-page .navbar-default .navbar-toggle:hover {
    opacity: 0.7;
  }
  #creation-page .navbar-default .navbar-toggle {
    background: #026d89;
    border-color: #026d89;
  }
  #creation-page .navbar-default .navbar-toggle .icon-bar {
    background: #FFF;
  }
  #creation-page .weblogo {
    display: inline-block;
  }
}
/*
---------------------------------------------
[新]多國語系用 for mb
---------------------------------------------
*/
#creation-page #tkidesign #page_menus .lang-con {
  color: #FFF;
  font-size: 13px;
  position: absolute;
  top: 15px;
  right: 30px;
}
#creation-page #tkidesign #page_menus .lang-con a {
  color: #FFF;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  #creation-page #tkidesign #page_menus .lang-con {
    display: inline-block;
    width: 100%;
    height: auto;
    position: inherit;
    color: #777777;
    padding: 10px 15px;
  }
  #creation-page #tkidesign #page_menus .lang-con .lang-icons {
    background: none;
    padding: 0 0 5px;
    margin: 0;
    display: block;
    color: #026d89;
    font-size: 17px;
    font-weight: bold;
  }
  #creation-page #tkidesign #page_menus .lang-con a {
    font-size: 17px;
    color: #777777;
  }
}
/*####補強功能-次選單####*/
.dropdown-submenu > .dropdown-menu {
  border-top-left-radius: 0;
  left: 100%;
  margin-left: -1px;
  margin-top: -6px;
  top: 0;
}
@media screen and (min-width: 992px) {
  body #creation-page #tkidesign #navbar #page_menus .dropdown-menu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  body #creation-page #tkidesign #navbar #page_menus .dropdown-menu li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: relative;
  }
  body #creation-page #tkidesign #navbar #page_menus .dropdown-menu a {
    background: none;
    color: #060606;
    padding: 0;
    margin: 0;
  }
  body #creation-page #tkidesign #navbar #page_menus .dropdown-menu a:hover {
    color: #6B6B6B;
  }
  body #creation-page #tkidesign #navbar #page_menus li .select {
    background: #34bee3;
    color: #fff;
    color: #FFF;
  }
}
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    padding: 10px 15px;
  }
}
/*####頁面內縮###*/
@media screen and (max-width: 991px) {
  /*首頁*/
  .index-block #creation-page .index-top-bk {
    padding: 70px 0 0 0;
  }
  /*內頁*/
  #creation-page #page-content {
    padding: 70px 0 0 0;
  }
}
/*======INDEX CSS CODE======*/
/*###layout###*/
.index-topimg-bk {
  width: 100%;
  height: 490px;
}
.index-topimg-bk .bx-default-pager {
  display: none;
}
.index-topimg-bk li {
  background-size: cover;
}
.index-top-bk {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 570px;
  background: #00497e;
  overflow: hidden;
}
.index-sr-bk {
  position: relative;
  z-index: 200;
  width: 100%;
  display: inline-block;
  margin: -60px 0 0 0;
}
.index-sr-con {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.index-sr-con li {
  text-align: center;
  width: 25%;
  float: left;
  padding: 25px 0;
}
.index-sr-con .sr-title-txt {
  margin: 10px 0 20px 0;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
}
.index-sr-con .sr-more-con {
  text-align: center;
}
.index-sr-con .sr-more-con a {
  font-size: 9px;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 3px 10px;
  text-decoration: none;
}
.index-sr-con .sr-more-con a:hover {
  opacity: 0.8;
}
.index-sr-con .sr-img-tag {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
}
.index-sub-bk {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
.index-block .ix-sub-title {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
.index-block .title-en {
  font-family: 'Corbel', Helvetica, Arial, Gotham, "Helvetica Neue";
  font-weight: bold;
  font-size: 30px;
  color: #d46c24;
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 24px;
}
.index-block .title-ct {
  font-size: 15px;
  text-align: center;
  color: #4c4c4c;
  display: inline-block;
  width: 100%;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .index-top-bk .index-sr-bk {
    margin: 0;
  }
}
#sr-info1 {
  background-color: rgba(52, 190, 227, 0.9);
}
#sr-info2 {
  background-color: rgba(0, 103, 172, 0.9);
}
#sr-info3 {
  background-color: rgba(52, 190, 227, 0.9);
}
#sr-info4 {
  background-color: rgba(0, 103, 172, 0.9);
}
@media screen and (max-width: 768px) {
  .index-sr-con li {
    width: 50%;
  }
  #sr-info3 {
    background-color: rgba(0, 103, 172, 0.9);
  }
  #sr-info4 {
    background-color: rgba(52, 190, 227, 0.9);
  }
  .index-block #creation-page .ix-sub-title {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .index-block #creation-page .title-en {
    float: none;
    display: block;
  }
  .index-block #creation-page .title-ct {
    float: none;
    display: block;
    padding: 5px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .index-sr-con .sr-img-tag {
    width: 70px;
    height: 70px;
  }
  .index-sr-con .sr-title-txt {
    font-size: 15px;
  }
}
#sr-info1 .sr-img-tag {
  background-image: url(../images/index/sr_icon1.png);
}
#sr-info2 .sr-img-tag {
  background-image: url(../images/index/sr_icon2.png);
}
#sr-info3 .sr-img-tag {
  background-image: url(../images/index/sr_icon3.png);
}
#sr-info4 .sr-img-tag {
  background-image: url(../images/index/sr_icon4.png);
}
.mb-index-topimg-bk {
  max-width: 1200px;
  margin: 0 auto;
}
.mb-index-topimg-bk .bx-default-pager {
  display: none;
}
/* 滿版FIX */
.index-topimg-bk .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.index-topimg-bk .bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.index-topimg-bk .bx-viewport,
.index-topimg-bk .bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.index-topimg-bk .bxslider,
.index-topimg-bk .bxslider li {
  height: 100% !important;
  margin: 0;
}
.index-topimg-bk .bxslider li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -99999999px;
}
.index-topimg-bk .bxslider li img {
  display: none;
}
.index-topimg-bk .bx-wrapper .bx-viewport {
  border: none !important;
}
.index-news-bk {
  position: relative;
}
.index-news-bk .news-tag-con {
  width: 100%;
  overflow: hidden;
}
.index-news-bk .infolist {
  margin: 0;
  width: 105%;
}
.index-news-bk .infolist li {
  width: 50%;
}
.index-news-bk .infolist .infolist-article {
  width: 100%;
  padding: 0 10px 0 0;
}
.index-news-bk .infolist .info-img-con a:after {
  padding-top: 93%;
}
.index-news-bk .post-times {
  font-size: 13px;
  font-weight: bold;
  color: #1573b1;
  padding: 5px 0 0 0;
}
.index-news-bk .infolist .info-main-con {
  padding: 0;
  border-bottom: 3px solid #48c4e6;
}
.index-news-bk .infolist .info-title {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 21px;
  height: 30px;
  text-align: left;
}
.index-news-bk .infolist .info-title a {
  height: 25px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.index-news-bk .bx-default-pager {
  display: none;
}
.index-news-bk .page-switch {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}
.index-news-bk .page-switch a {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin: 0 0 0 10px;
  background: url(../images/ix_sw.jpg) no-repeat 0 0;
  background-size: cover;
  border: 0;
}
.index-news-bk .page-switch a:hover {
  background: url(../images/ix_sw.jpg) no-repeat 0 0;
  opacity: 0.8;
  background-size: cover;
  border: 0;
}
.index-news-bk .page-switch .next-page {
  background-position: -26px 0;
}
.index-news-bk .page-switch .next-page:hover {
  background-position: -26px 0;
}
.index-video-bk .video-tag-con iframe {
  width: 100%;
  height: 280px;
}
.index-block #creation-page .index-product-bk {
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px 0 0;
  overflow: hidden;
}
.index-block #creation-page .index-product-bk .img-border {
  width: 40%;
  float: left;
}
.index-block #creation-page .index-product-bk .info-main-con {
  width: 60%;
  padding: 0 40px 0 20px;
  float: left;
}
.index-block #creation-page .index-product-bk .infolist {
  width: 100%;
  margin: 0;
}
.index-block #creation-page .index-product-bk .infolist .info-title {
  margin: 0;
  background: none;
  padding: 0;
  line-height: 21px;
  height: 24px;
  text-align: left;
}
.index-block #creation-page .index-product-bk .infolist .info-title a {
  background: none;
  margin: 0;
  padding: 0;
  color: #1b5b87;
}
.index-block #creation-page .index-product-bk .infolist .brief-section {
  font-size: 13px;
  line-height: 19px;
  height: 8em;
  padding: 8px 0 0 0;
}
.index-block #creation-page .index-product-bk .infolist .infolist-article {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .index-sub-bk {
    width: 95%;
  }
  .index-product-bk {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .index-video-bk .video-tag-con iframe {
    height: 250px;
  }
}
@media screen and (max-width: 900px) {
  .index-video-bk .video-tag-con iframe {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .index-video-bk {
    padding: 25px 0 0;
  }
  .index-video-bk .video-tag-con iframe {
    height: 350px;
  }
  .index-product-bk .product-list-bk li {
    width: 50%;
    padding: 0 15px;
  }
  .index-block #creation-page .index-product-bk .img-border {
    width: 100%;
  }
  .index-block #creation-page .index-product-bk .info-main-con {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .index-video-bk .video-tag-con iframe {
    height: 250px;
  }
  .index-product-bk .product-list-bk li {
    float: none;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .index-block #creation-page .index-product-bk .infolist .brief-section {
    height: 5.2em;
  }
}
@media screen and (max-width: 360px) {
  
}
/*
=======================
PRODUCT List X4 Style Code
=======================
*/
/*title*/
.index-pr-hl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0;
  overflow: hidden;
}
.index-pr-hl .ix-pr-title {
  margin: 0;
  letter-spacing: 1.5px;
  color: #009944;
  font-weight: lighter;
}
.index-pr-hl .infolist {
  margin: 0;
  display: inline-block;
  width: 102.5%;
}
.index-pr-hl .infolist li {
  width: 25%;
  margin: 0 0 15px;
  float: left;
}
.index-pr-hl .infolist .infolist-article {
  padding: 0;
  width: 89%;
  display: inline-block;
}
.index-pr-hl .infolist .img-border {
  border: 0;
  padding: 0;
}
.index-pr-hl .infolist .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-pr-hl .infolist .info-img-con a:after {
  padding-top: 75%;
  content: "";
  display: block;
}
.index-pr-hl .infolist .info-img-con a {
  display: block;
}
.index-pr-hl .infolist .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.index-pr-hl .infolist .info-title {
  margin: 0;
  background: none;
  padding: 0;
  text-align: center;
}
.index-pr-hl .infolist .info-main-con {
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
}
.index-pr-hl .infolist .info-img-con img {
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
.index-pr-hl .infolist .info-img-con:hover img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}
.index-pr-hl .infolist .info-title {
  line-height: 21px;
  text-align: center;
}
.index-pr-hl .infolist .info-title a {
  font-size: 15px;
  color: #1f1f1f;
  font-weight: normal;
  text-decoration: none;
}
.index-pr-hl .infolist .info-title a:hover {
  color: #009944;
}
.index-pr-hl .infolist .brief-section {
  font-size: 13px;
  height: 5.2em;
  margin: 0.7em;
  overflow: hidden;
  color: #434343;
  text-align: left;
  line-height: 1.8em;
}
@media screen and (max-width: 991px) {
  .index-pr-hl .infolist {
    width: 100%;
  }
  .index-pr-hl .infolist li {
    width: 50%;
  }
  .index-pr-hl .infolist .info-title {
    height: 45px;
    overflow: hidden;
  }
  .index-pr-hl .infolist .infolist-article {
    width: 95%;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .index-pr-hl .infolist .infolist-article {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .index-pr-hl .infolist li {
    width: 100%;
    float: none;
    margin: 0 auto 28px auto;
  }
  .index-pr-hl .infolist .info-title {
    height: auto;
    overflow: inherit;
  }
  .index-pr-hl .infolist .infolist-article {
    width: 100%;
  }
}
/*### PRODUCT List X3 Style Code ###*/
.pr-show-three .infolist li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .pr-show-three .infolist li {
    width: 50%;
  }
  .pr-show-three .infolist li .infolist-article {
    width: 95%;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .pr-show-three .infolist li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 28px auto;
    float: none;
  }
  .pr-show-three .infolist li .infolist-article {
    width: 100%;
  }
}
/*### PRODUCT List Slider X3 Style Code ###*/
#creation-page .pr-show-three-slider {
  overflow: initial;
  padding: 25px 0 55px 0;
}
#creation-page .pr-show-three-slider .infolist li {
  width: 33.33%;
}
#creation-page .pr-show-three-slider .infolist .infolist-article {
  width: 100%;
  padding: 0 15px;
}
#creation-page .pr-show-three-slider .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  margin: 0;
  width: 25px;
  height: 50px;
  top: 75px;
}
#creation-page .pr-show-three-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: -40px;
  background: url(../images/index/pr_prev.png) no-repeat 0 0;
}
#creation-page .pr-show-three-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: -40px;
  background: url(../images/index/pr_next.png) no-repeat 0 0;
}
#creation-page .pr-show-three-slider .bx-wrapper {
  width: 900px;
  margin: 0 auto;
}
#creation-page .pr-show-three-slider .brief-section {
  display: inline-block;
  width: 100%;
}
#creation-page .pr-show-three-slider .infolist .info-title {
  height: 33px;
  line-height: 31px;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#creation-page .pr-show-three-slider .infolist .info-title a {
  color: #008fd5;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  #creation-page .pr-show-three-slider .bx-wrapper {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .pr-show-three-slider .infolist li {
    width: 50%;
  }
  .pr-show-three-slider .infolist li .infolist-article {
    width: 95%;
    max-width: 400px;
  }
  .pr-show-three-slider .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .pr-show-three-slider .bx-wrapper {
    padding: 0;
  }
  #creation-page .pr-show-three-slider .bx-wrapper {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  #creation-page .pr-show-three-slider .bx-controls-direction {
    display: none;
  }
  .pr-show-three-slider .infolist li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 28px auto;
    float: none;
  }
  .pr-show-three-slider .infolist li .infolist-article {
    width: 100%;
  }
}
/*### PRODUCT List X3 標題色塊 Style Code  ###*/
#creation-page .txtbar-style .img-border {
  padding: 0;
  position: relative;
}
#creation-page .txtbar-style .info-title {
  height: 22%;
  background-color: rgba(182, 2, 2, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#creation-page .txtbar-style .info-title a {
  display: block;
  color: #FFF;
  font-size: 14px;
  margin: 8px 10px;
  height: 2em;
  line-height: 29px;
  overflow: hidden;
}
/*
=======================
NEWS HL 版
=======================
*/
.index-news-hl {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  /*news tag*/

}
.index-news-hl .infolist-title {
  height: 40px;
  margin: 0;
}
.index-news-hl .infolist {
  margin: 1.6em 0 0;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.index-news-hl .infolist li {
  width: 50%;
  margin: 0 0 10px;
  float: left;
}
.index-news-hl .infolist .infolist-article {
  width: 97%;
  border-bottom: 1px solid #d6d6d6;
  display: inline-block;
  padding: 0 0 10px 0;
}
.index-news-hl .infolist .info-img-con {
  float: left;
  width: 30%;
  position: relative;
  overflow: hidden;
}
.index-news-hl .infolist .info-img-con :after {
  padding-top: 68%;
  content: "";
  display: block;
}
.index-news-hl .infolist .info-img-con a {
  display: block;
}
.index-news-hl .infolist .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.index-news-hl .infolist .info-title {
  margin: 0;
  text-align: left;
}
.index-news-hl .infolist .info-main-con {
  float: left;
  width: 70%;
  padding: 0 0 0 25px;
}
.index-news-hl .infolist .info-img-con img {
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
.index-news-hl .infolist .info-img-con:hover img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */

  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */

  transform: scale(1.1, 1.1);
}
.index-news-hl .infolist .info-header .info-title {
  font-size: 16px;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  overflow: hidden;
  border: 0;
  background: none;
  padding: 0;
}
.index-news-hl .infolist .info-header .info-title a {
  color: #ce5d02;
  text-decoration: none;
}
.index-news-hl .infolist .info-header .info-title a:hover {
  color: #7b0122;
}
.index-news-hl .infolist .info-header .post-time {
  font-size: 12px;
  color: #434343;
}
.index-news-hl .infolist .brief-section {
  font-size: 13px;
  height: 3.8em;
  margin: 0.3em 0 0;
  overflow: hidden;
  color: #434343;
  text-align: justify;
  line-height: 1.8em;
}
@media screen and (max-width: 991px) {
  .index-news-hl .infolist li {
    margin: 0 0 20px 0;
    padding: 0 15px;
  }
  .index-news-hl .infolist .info-img-con {
    width: 100%;
  }
  .index-news-hl .infolist .info-main-con {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .index-news-hl .infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .index-news-hl .infolist li {
    width: 100%;
  }
}
/*
=======================
News+banner組合(需抓news-v2的檔案)
=======================
*/
.index-block .event-banner-bk {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
}
.index-block .event-banner-bk .ns-horizontal2-bk {
  max-width: inherit;
  margin: 0;
}
.index-block .event-banner-bk .ns-horizontal2 {
  margin: 0;
}
.index-block .event-banner-bk .sub-ad-infolist li {
  padding: 0 0 15px 0;
}
.index-block .event-banner-bk .ix-sub-title {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
.index-block .event-banner-bk .ix-sub-title .title-en {
  font-size: 24PX;
  float: left;
  display: inline-block;
  width: auto;
}
.index-block .event-banner-bk .ix-sub-title .title-ct {
  float: left;
  padding: 2px 0 0 15px;
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 992px) {
  .index-block .event-banner-bk .col-md-9 {
    width: 73%;
  }
  .index-block .event-banner-bk .col-md-3 {
    width: 26%;
  }
  .index-block .ns-horizontal2 li .info-main-con {
    padding: 13px 25px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-block .event-banner-bk .sub-ad-infolist li {
    width: 33.33%;
    float: left;
    padding: 0 15px 0 0;
  }
  .index-block .event-banner-bk .ns-horizontal2-bk {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .index-block .event-banner-bk .sub-ad-infolist li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    float: none;
  }
  .index-block .event-banner-bk .ns-horizontal2-bk li {
    padding: 0;
  }
  .index-block .event-banner-bk .ns-horizontal2-bk {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .index-block .ns-horizontal2 {
    max-width: 800px;
    width: 100%;
  }
  .index-block .ns-horizontal2 li {
    width: 50%;
    padding: 10px;
    border: 0;
  }
  .index-block .ns-horizontal2 li .infolist-article {
    padding: 5px;
    border: 1px solid #cbcbcb;
  }
  .index-block .ns-horizontal2 .img-border {
    width: 100%;
    float: none;
  }
  .index-block .ns-horizontal2 .info-main-con {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .index-block .ns-horizontal2 .info-title {
    height: 30px;
    width: 100%;
  }
  .index-block .ns-horizontal2 .post-time {
    line-height: 21px;
  }
  .index-block .ns-horizontal2 .post-time .post-year {
    font-size: 15px;
    display: inline;
    border: 0;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
  }
  .index-block .ns-horizontal2 .post-time .post-date {
    font-size: 15px;
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  .index-block .ns-horizontal2 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .index-block .ns-horizontal2 li {
    width: 100%;
  }
  .index-block .ns-horizontal2 .infolist-article {
    float: none;
  }
  .index-block .ns-horizontal2 .info-main-con {
    padding: 15px;
  }
  .index-block .ns-horizontal2 .info-title {
    height: auto;
    width: 100%;
  }
  .index-block .ns-horizontal2 .brief-section {
    height: auto;
    max-height: 6.2em;
    padding: 0;
    margin: 15px 0 0 0;
  }
}
/*======INDEX CSS CODE END======*//*======ARTICLE CSS CODE======*/
/*新增內容*/
.about-block .about-info-bk .info-html-edit {
  padding: 30px 0 50px 0;
}
@media screen and (min-width: 992px) {
  .about-block #page-content .container {
    width: 100%;
    padding: 0;
    max-width: inherit;
  }
}
/*
=====================
內頁版型LAYOUT-有選單
=====================
*/
/*排版*/
.page-con-bk {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 991px) {
  
}
/*內頁-排版*/
@media screen and (min-width: 1050px) {
  #page-content > .container {
    width: 100%;
    max-width: 1030px;
  }
}
.page-con-bk .page-article {
  float: right;
  width: 100%;
  padding: 13px 0 10px 0;
}
.page-con-bk .page-article header {
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-con-bk .page-article header .n-article-title {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.page-con-bk .page-article header h1 {
  padding: 0;
  font-size: 19px;
  line-height: 24px;
  color: #01647e;
  font-weight: normal;
  margin: 0;
}
.page-con-bk .page-article header h2 {
  padding: 0;
  font-size: 19px;
  line-height: 24px;
  color: #01647e;
  font-weight: normal;
  margin: 0;
}
.page-con-bk .page-article header .backlist {
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0;
  overflow: hidden;
  background: #a72d32 none repeat scroll 0 0;
  color: #ffffff;
  padding: 3px 12px;
}
.page-con-bk .page-article header .backlist:hover {
  opacity: 0.8;
  text-decoration: none;
}
.page-con-bk .page-article header .post-time {
  display: inline-block;
  float: left;
  padding: 0 23px 0 5px;
  margin: 4px 20px 0 0;
  line-height: 21px;
  border-right: 1px solid #cccccc;
  font-family: AvantGardeITCbyBT-Book, "Helvetica Neue", Helvetica, Arial;
}
.page-con-bk .page-article header .post-time .post-year {
  font-size: 17px;
  color: #585858;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #cccccc;
}
.page-con-bk .page-article header .post-time .post-date {
  font-size: 17px;
  color: #11a5d5;
}
.page-con-bk .page-article .article-sub {
  width: 100%;
}
.page-con-bk .page-article .article-sub .websub-iten {
  padding: 0 0 15px 0;
  display: inline-block;
}
.page-con-bk .page-article .article-sub .addthis_toolbox {
  float: left;
  padding: 0 10px 0 0;
}
.page-con-bk .page-article .article-sub .addthis_toolbox .addthis_button_facebook_like {
  padding: 3px 6px 0 6px;
}
.page-con-bk .page-article .article-sub .toolbox-title {
  display: inline-block;
  float: left;
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 13px;
}
.page-con-bk .page-article .article-sub .a2a_default_style {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.page-con-bk .page-article .article-sub .linebox a {
  display: inline-block;
  width: 85px;
}
.page-con-bk .page-article .article-sub .linebox img {
  height: auto;
  max-width: 100%;
}
.page-con-bk .page-article .service-morelink-con {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
.page-con-bk .page-article .service-morelink {
  color: #FFF;
  background: #50bc69;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
}
.page-con-bk .page-article .service-morelink:hover {
  opacity: 0.8;
}
.page-con-bk .info-html-edit {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .page-con-bk .page-article .service-morelink-con {
    margin: 0 20px;
  }
  .page-con-bk .page-article header {
    padding-top: 60px;
  }
  .page-con-bk .page-article header h1 {
    font-size: 19px;
    width: 100%;
  }
  .page-con-bk .page-article {
    margin-top: 25px;
    width: 100%;
  }
  .page-con-bk .page-article header {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-con-bk .page-article header .backlist {
    position: inherit;
    margin: 0 0 10px 0;
  }
}
/*
=====================
內頁版型LAYOUT-單篇文章
=====================
*/
.single-bk .article-header {
  padding: 20px 0 0 0;
}
.single-bk .article-title {
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
}
.single-bk .info-html-edit {
  padding: 0 0 50px 0;
}
.single-bk .article-title .title-ct {
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.single-bk .article-title .title-en {
  font-family: 'Corbel', Helvetica, Arial, Gotham, "Helvetica Neue";
  color: #d46c24;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
/*======ARTICLE CSS CODE END======*//*======NEWS CSS CODE======*/
/*LAYOUT*/
.hr-info-con {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 4px 0;
  background: #e9e9e9;
}
.hr-info-con .hr-post-info {
  float: left;
  color: #000;
  display: inline-block;
  width: 60%;
  text-align: center;
}
.hr-info-con .hr-post-time,
.hr-info-con .hr-post-load {
  color: #000;
  float: left;
  width: 20%;
  text-align: center;
}
.news-block .ct-list-title {
  width: 100%;
  padding: 13px 0 15px 0;
  line-height: 24px;
}
.news-block .ct-list-title h2 {
  color: #2a94c4;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
  background: url(../images/page_title.png) no-repeat 0 5px;
  padding: 0 0 15px 20px;
}
.news-block .backlist {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
}
.news-block .backlist a {
  background: #008fd5;
  color: #FFF;
  font-size: 14px;
  padding: 8px 0;
  margin: 0 auto;
  width: 110px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.news-block .backlist a:hover {
  background: #00537c;
}
.fund-iten-bk #creation-page .page-con-bk .page-article {
  padding: 0 0 10px;
}
.fund-iten-bk #creation-page .article-title-header {
  display: inline-block;
  float: left;
  padding: 0 0 0 25px;
  width: 60%;
}
.fund-iten-bk #creation-page .article-title-header .article-title {
  width: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}
.fund-iten-bk #creation-page .article-title-header .brief-section {
  display: inline-block;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 500px) {
  .fund-iten-bk #creation-page .article-title-header {
    padding: 15px 0;
    width: 100%;
  }
}
/*
=====================
NEWS LIST CSS CODE
=====================
*/
.singleinfo-bk {
  display: inline-block;
  float: left;
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin: 1px 0 0 0;
}
.singleinfo-bk .article-info-con {
  font-size: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #c2c2c2;
  display: inline-block;
  width: 100%;
  float: left;
}
.singleinfo-bk .article-info-con .article-title {
  width: 60%;
  height: 1.5em;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 0 0 0 25px;
}
.singleinfo-bk .article-info-con .post-time,
.singleinfo-bk .article-info-con .article-load {
  display: inline-block;
  float: left;
  width: 20%;
  color: #565656;
  text-align: center;
  color: #ca5600;
  font-weight: bold;
}
.singleinfo-bk .article-info-con .article-load a {
  color: #FFF;
  font-size: 12px;
  padding: 5px 10px 5px 35px;
  background: url(../images/load.png) #008fd5 no-repeat 10px center;
  border-radius: 5px;
}
.singleinfo-bk .article-info-con .article-load a:hover {
  background: url(../images/load.png) #00537c no-repeat 10px center;
}
.singleinfo-bk .article-info-con a {
  text-decoration: none;
}
.singleinfo-bk > ul {
  margin: 0 0 15px 0;
  display: inline-block;
  width: 100%;
}
.support-block .singleinfo-bk .article-info-con {
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  .news-block .hr-info-con {
    display: none;
  }
  .news-block .singleinfo-bk {
    border: 0;
  }
  .news-block .singleinfo-bk .article-info-con {
    padding: 20px 0;
  }
  .news-block .singleinfo-bk .article-info-con .article-title {
    width: 100%;
    max-height: 3.3em;
    height: auto;
    padding: 0;
  }
  .news-block .singleinfo-bk .article-info-con .post-time {
    width: 100%;
    text-align: left;
    margin: 5px 0;
  }
  .fund-iten-bk .page-article {
    padding: 0;
    margin: 0;
  }
  .fund-iten-bk .singleinfo-bk .article-info-con .article-load {
    width: 100%;
  }
  .fund-iten-bk .singleinfo-bk .article-info-con .article-load a {
    display: block;
    background: #008fd5;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  
}
/*
=====================
NEWS IMGLIST CSS CODE 直式排版
=====================
*/
.news-block .ns-straight {
  margin: 0;
  padding: 20px 0 0;
}
.news-infolist {
  margin: 10px 0 0;
  display: inline-block;
  width: 101.5%;
}
.news-infolist li {
  width: 33.33333%;
  margin: 0 0 15px;
  float: left;
}
.news-infolist .infolist-article {
  padding: 5px;
  width: 93%;
  display: inline-block;
  border: 1px solid #d6d6d6;
}
.news-infolist .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-infolist .info-img-con a:after {
  padding-top: 75%;
  content: "";
  display: block;
}
.news-infolist .info-img-con a {
  display: block;
}
.news-infolist .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.news-infolist .info-main-con {
  float: left;
  width: 100%;
  padding: 7px;
}
.news-infolist .info-img-con img {
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
.news-infolist .info-img-con:hover img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */

  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */

  transform: scale(1.1, 1.1);
}
.news-infolist .info-title {
  height: 54px;
  line-height: 26px;
  text-align: left;
  margin: 0;
  overflow: hidden;
}
.news-infolist .info-title a {
  font-size: 18px;
  font-weight: normal;
  color: #1f7bc9;
  text-decoration: none;
}
.news-infolist .info-title a:hover {
  color: #063f5b;
}
.news-infolist .post-time {
  color: #434343;
  font-size: 15px;
  margin: 0;
  display: inline-block;
  font-family: Helvetica, Arial;
}
.news-infolist .brief-section {
  font-size: 14px;
  color: #434343;
  line-height: 1.8;
  height: 5.5em;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .news-infolist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  .news-infolist {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .news-infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .news-infolist li {
    width: 100%;
    max-width: inherit;
    float: none;
    margin: 0 auto 15px auto;
  }
  .news-infolist .infolist-article {
    width: 100%;
  }
}
/*
=====================
NEWS IMGLIST CSS CODE 橫式排版
=====================
*/
.ns-horizontal-bk {
  max-width: 750px;
  margin: 0 auto;
}
.ns-horizontal {
  width: 100%;
  margin: 0 auto 25px auto;
  display: inline-block;
}
.ns-horizontal li {
  border-bottom: 1px solid #cbcbcb;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.ns-horizontal li .infolist-article {
  width: 100%;
  padding: 15px 0;
  border: 0;
  float: left;
}
.ns-horizontal li .img-border {
  width: 42%;
  float: left;
}
.ns-horizontal li .info-main-con {
  width: 58%;
  float: left;
  padding: 0 0 0 25px;
}
.ns-horizontal .info-img-con a:after {
  padding-top: 58%;
}
.ns-horizontal .info-title {
  height: 26px;
}
.ns-horizontal .brief-section {
  height: 9.2em;
}
@media screen and (max-width: 991px) {
  .news-block .ns-horizontal {
    max-width: 800px;
    width: 100%;
  }
  .news-block .ns-horizontal li {
    width: 50%;
    padding: 10px;
    border: 0;
  }
  .news-block .ns-horizontal li .infolist-article {
    padding: 5px;
    border: 1px solid #cbcbcb;
  }
  .news-block .ns-horizontal .img-border {
    width: 100%;
    float: none;
  }
  .news-block .ns-horizontal .info-main-con {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .news-block .ns-horizontal .info-title {
    height: 30px;
    width: 100%;
  }
  .news-block .ns-horizontal .brief-section {
    height: 5em;
  }
}
@media screen and (max-width: 500px) {
  .news-block .ns-horizontal {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .news-block .ns-horizontal li {
    width: 100%;
  }
  .news-block .ns-horizontal .infolist-article {
    float: none;
  }
  .news-block .ns-horizontal .info-main-con {
    padding: 15px;
  }
  .news-block .ns-horizontal .info-title {
    height: auto;
    width: 100%;
  }
  .news-block .ns-horizontal .brief-section {
    height: auto;
    max-height: 5.5em;
    padding: 0;
    margin: 15px 0 0 0;
  }
}
/*
=====================
ARTICLE CSS CODE
=====================
*/
.news-block .artilce-title-txt {
  font-weight: normal;
  color: #007ac8;
  font-size: 21px;
  padding: 20px 0 0 0;
  width: 100%;
  margin: 0 auto;
}
.news-block .artilce-post-time {
  padding: 0;
  color: #008fd5;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
}
.news-block .page-con-bk .page-article header .n-article-title {
  margin: 0 0 15px 0;
}
.news-block .page-article .n-article-title h1 {
  font-size: 24px;
  color: #3b3b3b;
  margin: 0;
  font-weight: normal;
}
/*======NO MS ARTICLE======*/
.news-block .news-article {
  max-width: 900px;
  margin: 0 auto;
}
.news-block .news-article header h1 {
  font-size: 21px;
  color: #2a94c4;
  font-weight: bold;
  margin: 0;
  width: 100%;
  padding: 0 0 0 20px;
  background: url(../images/page_title.png) no-repeat 0 8px;
}
.news-block .news-article .websub-iten {
  display: inline-block;
  float: right;
}
.news-block .news-article .article-sub {
  border-top: 1px solid #d6d6d6;
  padding: 20px 0;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}
.news-block .news-article .article-sub time {
  float: left;
  color: #515151;
  margin: 0;
  font-size: 15px;
  display: inline-block;
}
.news-block .news-article .article-sub .addthis_toolbox {
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-article .article-sub .addthis_toolbox .addthis_button_facebook_like {
  padding: 3px 6px 0 6px;
}
.news-block .news-article .article-sub .toolbox-title {
  display: inline-block;
  float: left;
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 13px;
}
.news-block .news-article .article-sub .a2a_default_style {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-article .article-sub .linebox a {
  display: inline-block;
  width: 85px;
}
.news-block .news-article .article-sub .linebox img {
  height: auto;
  max-width: 100%;
}
.news-block .news-article .news-morelink-con {
  display: block;
  text-align: right;
  padding: 40px 0;
}
.news-block #page-content .info-html-edit {
  padding: 0;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  .news-block .article-catalog li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .news-block .news-article header h1 {
    width: 100%;
  }
  .news-block .news-article .news-morelink-con {
    text-align: center;
  }
}
/*======NEWS CSS CODE END======*//*
=====================
NEWS IMGLIST CSS CODE 橫式排版-style2
=====================
*/
.ns-horizontal2-bk {
  max-width: 900px;
  margin: 0 auto;
}
.ns-horizontal2 {
  width: 100%;
  margin: 0 auto 25px auto;
  display: inline-block;
}
.ns-horizontal2 li {
  border: 1px solid #cbcbcb;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
}
.ns-horizontal2 li .infolist-article {
  width: 100%;
  padding: 5px;
  border: 0;
  float: left;
  position: relative;
}
.ns-horizontal2 li .img-border {
  width: 28%;
  float: left;
}
.ns-horizontal2 li .info-main-con {
  width: 72%;
  float: left;
  padding: 35px 25px 0 20px;
}
.ns-horizontal2 .info-img-con a:after {
  padding-top: 70%;
}
.ns-horizontal2 .info-title {
  height: 26px;
}
.ns-horizontal2 .brief-section {
  height: 6.2em;
  line-height: 28px;
  margin: 0;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.ns-horizontal2 .post-time {
  color: #d05a03;
  line-height: 34px;
  text-align: center;
  float: left;
  margin: 0 25px 0 0;
}
.ns-horizontal2 .post-time .post-year {
  font-size: 24px;
  display: block;
  border-bottom: 1px solid #d05a03;
}
.ns-horizontal2 .post-time .post-date {
  font-size: 19px;
  display: block;
}
.ns-horizontal2 .info-title a {
  font-size: 18px;
  font-weight: bold;
  color: #2a94c4;
}
.ns-horizontal2 .info-more {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/more.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .news-block .ns-horizontal2 {
    max-width: 800px;
    width: 100%;
  }
  .news-block .ns-horizontal2 li {
    width: 50%;
    padding: 10px;
    border: 0;
  }
  .news-block .ns-horizontal2 li .infolist-article {
    padding: 5px;
    border: 1px solid #cbcbcb;
  }
  .news-block .ns-horizontal2 .img-border {
    width: 100%;
    float: none;
  }
  .news-block .ns-horizontal2 .info-main-con {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .news-block .ns-horizontal2 .info-title {
    height: 30px;
    width: 100%;
  }
  .news-block .ns-horizontal2 .post-time {
    line-height: 21px;
  }
  .news-block .ns-horizontal2 .post-time .post-year {
    font-size: 15px;
    display: inline;
    border: 0;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
  }
  .news-block .ns-horizontal2 .post-time .post-date {
    font-size: 15px;
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  .news-block .ns-horizontal2 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .news-block .ns-horizontal2 li {
    width: 100%;
  }
  .news-block .ns-horizontal2 .infolist-article {
    float: none;
  }
  .news-block .ns-horizontal2 .info-main-con {
    padding: 15px;
  }
  .news-block .ns-horizontal2 .info-title {
    height: auto;
    width: 100%;
  }
  .news-block .ns-horizontal2 .brief-section {
    height: auto;
    max-height: 6.2em;
    padding: 0;
    margin: 15px 0 0 0;
  }
}
/*
=====================
NEWS 純文字版
=====================
*/
/*
=====================
NEWS LIST
=====================
*/
/*.page-switch{ text-align:center; display:inline-block; width:100%; padding:30px 0 0 0;
	.pagination{ margin:10px 0;}
	.pagination a{ color:#e1680e;}
	.pagination .active span{ background:#e1680e;  border-color: #e1680e;}
	.page-view{ display:block; text-align:center; margin:10px 0 35px 0; font-size:13px; color:#686868;}
}*/
.page-switch strong,
.page-switch a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #C9C9C9;
  text-decoration: none;
  line-height: 19px;
  color: #ca5600;
}
.page-switch strong,
.page-switch a:hover {
  background: #e1680e;
  color: #FFF;
  border: 1px solid #e1680e;
}
.news-block {
  /*.catalog-menu*/

}
.news-block .newslsit {
  display: inline-block;
}
.news-block .catalog-menu {
  float: left;
  width: 110px;
  border-top: 1px solid #afafaf;
}
.news-block .catalog-menu li {
  padding: 15px 0;
  height: 18px;
  border-bottom: 1px solid #afafaf;
}
.news-block .catalog-menu li a {
  font-size: 13px;
  font-weight: bold;
  color: #515151;
  display: inline-block;
  width: 93%;
  text-decoration: none;
}
.news-block .catalog-menu li a:hover {
  color: #9D6526;
  border-right: 3px solid #9D6526;
}
.news-block .select a {
  color: #9D6526;
  border-right: 3px solid #9D6526;
}
.news-block .select a:hover {
  opacity: 0.8;
}
.news-block .news-entry {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}
.news-block .news-entry ul {
  border-top: 1px solid #bdbdbd;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.news-block .news-entry li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  padding: 15px 0;
  float: left;
  display: inline-block;
  margin: 0;
}
.news-block .news-entry li h2 {
  background: url(../images/ur_list_icon.png) no-repeat 0 8px;
}
.news-block .news-entry li h2 {
  margin: 0 0 0 25px;
  padding: 0 0 0 25px;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  overflow: hidden;
  width: 77%;
  float: left;
}
.news-block .news-entry li h2 a {
  color: #ca5600;
  text-decoration: none;
  height: 27px;
  overflow: hidden;
  display: block;
}
.news-block .news-entry li h2 a:hover {
  color: #c30d23;
}
.news-block .news-entry time {
  float: right;
  display: inline-block;
  width: 17%;
  padding: 0 0 0 40px;
  margin: 5px 0 0 0;
  font-size: 13px;
  border-left: 1px solid #d3d3d3;
  color: #343434;
}
@media screen and (max-width: 991px) {
  .news-block .news-entry li h2 {
    width: 100%;
    margin: 0;
  }
  .news-block .news-entry time {
    width: 100%;
    border: 0;
    padding: 0 0 0 25px;
  }
}
/*
=====================
NEWS ARTICLE
=====================
*/
.news-block .news-txt-article {
  max-width: 900px;
  margin: 0 auto;
}
.news-block .news-txt-article header {
  padding: 0 0 0 25px;
  border-left: 2px solid #e1680e;
}
.news-block .news-txt-article header h1 {
  font-size: 21px;
  color: #ca5600;
  font-weight: normal;
  margin: 0;
  width: 100%;
  padding: 0 0 3px;
}
.news-block .news-txt-article header time {
  color: #515151;
  margin: 0;
  font-size: 13px;
  display: inline-block;
}
.news-block .news-txt-article .article-sub {
  border-top: 1px solid #d6d6d6;
  padding: 15px 0;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}
.news-block .news-txt-article .article-sub .addthis_toolbox {
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-txt-article .article-sub .addthis_toolbox .addthis_button_facebook_like {
  padding: 3px 6px 0 6px;
}
.news-block .news-txt-article .article-sub .toolbox-title {
  display: inline-block;
  float: left;
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 13px;
}
.news-block .news-txt-article .article-sub .a2a_default_style {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-txt-article .article-sub .linebox a {
  display: inline-block;
  width: 85px;
}
.news-block .news-txt-article .article-sub .linebox img {
  height: auto;
  max-width: 100%;
}
.news-block #page-content .info-html-edit {
  padding: 0;
  min-height: auto;
}
@media screen and (max-width: 991px) {
  .news-block .news-txt-article header h1 {
    width: 100%;
  }
  .news-block .news-txt-article .news-morelink-con {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .news-block .news-txt-article header {
    padding: 0;
    border: 0;
  }
}
/*======NEWS CSS CODE END======*/.singleinfo2-bk {
  max-width: 900px;
  margin: 0 auto;
}
.singleinfo2-bk .loadlist {
  border-radius: 10px;
  border: 2px solid #d1d1d1;
  padding: 18px;
  display: inline-block;
  max-width: 900px;
  width: 100%;
}
.singleinfo2-bk li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  padding: 15px 5px 15px 5px;
  float: left;
  display: inline-block;
  margin: 0;
}
.singleinfo2-bk li h2 {
  background: url(../images/ur_list_icon.png) no-repeat 0 8px;
}
.singleinfo2-bk li h2 {
  padding: 0 0 0 25px;
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  overflow: hidden;
  width: 80%;
  float: left;
}
.singleinfo2-bk li h2 a {
  color: #ca5600;
  text-decoration: none;
  height: 27px;
  overflow: hidden;
  display: block;
}
.singleinfo2-bk li h2 a:hover {
  color: #c30d23;
}
.singleinfo2-bk .article-load {
  color: #565656;
  display: inline-block;
  float: left;
  text-align: center;
  width: 20%;
}
.singleinfo2-bk .article-load a {
  background: #008fd5 url("../images/load.png") no-repeat scroll 10px center;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 5px 35px;
  text-decoration: none;
}
.singleinfo2-bk .article-load a:hover {
  background-color: #00537c;
}
@media screen and (min-width: 992px) {
  .fund-iten-bk .col-md-9 {
    float: right;
  }
  .fund-iten-bk .col-md-3 {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  #creation-page .singleinfo2-bk {
    max-width: 500px;
  }
  #creation-page .singleinfo2-bk li h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  #creation-page .singleinfo2-bk li h2 a {
    height: auto;
  }
  #creation-page .singleinfo2-bk .article-load {
    width: 100%;
  }
  #creation-page .singleinfo2-bk .article-load a {
    width: 100%;
    display: block;
    background: #008fd5;
    font-size: 15px;
  }
}
/*======PRODUCT CSS CODE======*/
/*多國語言排版修改*/
#en-web .page-con-bk .article-catalog {
  margin: 40px 0 20px 0;
}
#all-product-list .infolist .info-title a {
  font-size: 18px;
}
#all-pr-article .all-pr-title {
  color: #2a94c4;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 15px 0;
}
#all-pr-article .infolist {
  padding: 25px 0 0 0;
}
#all-pr-article .infolist li {
  width: 25%;
}
#all-pr-article .infolist .infolist-article {
  width: 100%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 500px) {
  #all-pr-article .infolist .infolist-article {
    padding: 0 10px;
  }
}
/*
=====================
PRODUCT LIST CSS CODE
=====================
*/
/*####Banner####*/
.pr-banner-list-bk {
  padding: 15px 0 0 0;
}
.pr-banner-list-bk .main-b-banner {
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.pr-banner-list-bk .sub-s-banner-bk {
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.pr-banner-list-bk .sub-s-banner {
  width: 50%;
  display: inline-block;
  float: left;
}
.pr-banner-list-bk .sub-m-banner {
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
/*####layout####*/
.product-block #creation-page .infolist {
  margin: 0;
  padding: 25px 0;
}
.product-block .infolist-article {
  position: relative;
}
.product-block .topimg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 50px;
}
.product-block .ct-list-title {
  width: 100%;
  padding: 13px 0 0;
  line-height: 24px;
}
.product-block .ct-list-title h2 {
  color: #2a94c4;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
  background: url(../images/page_title.png) no-repeat 0 5px;
  padding: 0 0 15px 20px;
}
.product-block .product-list-bk {
  padding: 17px 0 0 0;
}
.product-block .product-list-bk .brief-section {
  line-height: 21px;
  font-size: 13px;
  height: 5em;
}
.product-block .backlist {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
}
.product-block .backlist a {
  background: #008fd5;
  color: #FFF;
  font-size: 14px;
  padding: 8px 0;
  margin: 0 auto;
  width: 110px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.product-block .backlist a:hover {
  background: #00537c;
}
@media screen and (min-width: 992px) {
  .product-block .col-md-9 {
    float: right;
  }
  .product-block .col-md-3 {
    float: left;
  }
}
/*imglist css code*/
.infolist {
  margin: 10px 0 0;
  display: inline-block;
  width: 101.5%;
}
.infolist li {
  width: 33.33333%;
  margin: 0 0 15px;
  float: left;
}
.infolist .infolist-article {
  width: 93%;
  display: inline-block;
}
.infolist .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.infolist .info-img-con a:after {
  padding-top: 75%;
  content: "";
  display: block;
}
.infolist .info-img-con a {
  display: block;
}
.infolist .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.infolist .info-main-con {
  float: left;
  width: 100%;
  padding: 7px;
}
.infolist .info-img-con img {
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
.infolist .info-img-con:hover img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */

  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */

  transform: scale(1.1, 1.1);
}
.infolist .info-title {
  height: 33px;
  line-height: 31px;
  text-align: center;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.infolist .info-title a {
  font-size: 15px;
  font-weight: bold;
  color: #008fd5;
  text-decoration: none;
}
.infolist .info-title a:hover {
  color: #063f5b;
}
.infolist .post-time {
  color: #a72d32;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  font-family: Helvetica, Arial;
}
.infolist .brief-section {
  font-size: 14px;
  color: #434343;
  line-height: 1.8;
  height: 5.5em;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-list-bk {
    padding: 20px 0 0 0;
  }
  .product-block #creation-page .infolist li {
    width: 33.33%;
  }
  .page-switch {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-block #creation-page .infolist {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .product-block #creation-page .infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .product-block #creation-page .infolist li {
    width: 100%;
    float: none;
    margin: 0 auto 15px auto;
  }
  .product-block #creation-page .infolist .infolist-article {
    width: 100%;
  }
}
/*
=====================
PRODUCT ARTICLE CSS CODE
=====================
*/
/*上半部資訊*/
.product-block .pr-article-bk {
  padding: 17px 0 0 0;
  /*###Product RWD IMG###*/
}
.product-block .pr-article-bk .pr-article-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
  color: #007ac8;
  font-weight: normal;
}
.product-block .pr-article-bk .pr-info-con {
  padding: 25px 0;
  display: inline-block;
  width: 100%;
}
.product-block .pr-article-bk .article-sub {
  padding: 15px 0 0 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.product-block .pr-article-bk .article-sub .websub-iten {
  padding: 10px 0;
  float: right;
  width: 180px;
  overflow: hidden;
}
.product-block .pr-article-bk .article-sub .websub-iten label {
  padding: 5px 10px 0 0;
  display: inline-block;
  font-weight: normal;
  float: left;
  margin: 0;
}
.product-block .pr-article-bk .article-sub .websub-iten .a2a_label {
  display: none;
}
.product-block .pr-article-bk .pr-img-con {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 0 35px 0;
}
.product-block .pr-article-bk .pr-img-con .bx-controls-direction {
  display: none;
}
.product-block .pr-article-bk .pr-img-con .imgtag-border {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.product-block .pr-article-bk .pr-img-con .imgtag-border img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.product-block .pr-article-bk .pr-img-con .imgtag-border img {
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
.product-block .pr-article-bk .pr-img-con .imgtag-border:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.product-block .pr-article-bk .pr-img-con .imgtag-border:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-block .pr-article-bk .info-dn-con {
  display: inline-block;
  float: right;
  width: 50%;
  padding: 20px 0 0 30px;
}
.product-block .pr-article-bk .info-dn-con .info-dn-title {
  width: 100%;
  margin: 0 0 23px 0;
  padding: 0 0 7px 0;
  font-size: 21px;
  color: #008fd5;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8;
}
.product-block .pr-article-bk .info-dn-con .info-html-edit {
  height: 220px;
  overflow: hidden;
}
.product-block .pr-article-bk .info-dn-con .txt-red {
  color: #be0000;
}
.product-block .pr-article-bk .info-dn-con .order-info-con {
  margin: 15px 0 0 0;
  height: 55px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
.product-block .pr-article-bk .info-dn-con .product-total {
  display: inline-block;
  padding: 6px 0 0;
}
.product-block .pr-article-bk .info-dn-con .product-total .product-priceiten {
  margin: 0;
  font-weight: normal;
}
.product-block .pr-article-bk .info-dn-con .product-total .product-price {
  font-size: 24px;
  color: #a20000;
  margin: 0 8px;
}
.product-block .pr-article-bk .info-dn-con .product-total .product-price:before {
  content: "$";
}
.product-block .pr-article-bk .info-dn-con .order-but-tag {
  color: #FFF;
  padding: 4px 13px 4px 40px;
  margin: 11px 0 0;
  font-size: 15px;
  display: inline-block;
  float: right;
  text-decoration: none;
  border-radius: 3px;
  background: #0272c8 url(../images/order.png) no-repeat 11px center;
}
.product-block .pr-article-bk .info-dn-con .order-but-tag:hover {
  background: #00487f url(../images/order.png) no-repeat 11px center;
}
@media screen and (max-width: 768px) {
  .product-block .pr-article-bk .pr-img-con {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .product-block .pr-article-bk .info-dn-con {
    width: 100%;
    padding: 0;
  }
  .product-block .pr-article-bk .info-dn-con .order-info-con {
    width: 100%;
    display: inline-block;
    height: auto;
  }
  .product-block .pr-article-bk .info-dn-con .order-but-tag {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .product-block .pr-article-bk .info-dn-con .info-html-edit {
    height: auto;
  }
  .product-block .backlist {
    margin: 20px 0 35px 0;
  }
}
/*資訊區*/
.pr-article-bk .pr-info-dn-con {
  padding: 0 0 0 0;
}
.pr-article-bk .pr-info-dn-con .pr-info-dn-title {
  width: 100%;
  font-size: 16px;
  color: #d34a4a;
  padding: 0 0 8px 0;
  margin: 0 0 20px 0;
  background: url(../images/pr_dn_title.jpg) no-repeat 0 bottom;
}
.pr-article-bk .pr-info-dn-con .pr-info-dn-title .dn-title-ct {
  font-size: 18px;
  margin: 0 10px 0 0;
}
.pr-article-bk .pr-info-dn-con .pr-info-dn-title .dn-title-en {
  font-size: 14px;
}
.pr-article-bk .pr-info-dn-con .info-html-edit {
  width: 100%;
}
/*###Product IMG Gallery(多張照片)###*/
#pr-img-gallery {
  padding: 0;
  overflow: hidden;
}
#pr-img-gallery .imgtag-border:after {
  padding-top: 75%;
}
#pr-img-gallery .pr-gallery-con {
  display: inline-block;
  width: 102.5%;
  padding: 3px 0 0 0;
}
#pr-img-gallery .pr-gallery-con li {
  width: 25%;
  float: left;
  padding: 0 10px 10px 0;
}
#pr-img-gallery .pr-gallery-con .imgtag-s a:after {
  padding-top: 75%;
  content: "";
  display: block;
}
#pr-img-gallery .pr-gallery-con .imgtag-s a {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  border: 1px solid #e3e3e3;
}
#pr-img-gallery .pr-gallery-con .imgtag-s img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
#pr-img-gallery .pr-gallery-con .imgtag-s img {
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: All 0.3s ease-in-out;
}
#pr-img-gallery .pr-gallery-con .imgtag-s a:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.info-dn-con-full {
  display: inline-block;
  float: right;
  width: 50%;
  padding: 0 0 0 30px;
}
.info-dn-con-full .info-dn-title {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 21px;
  font-weight: bold;
  color: #008fd5;
  border-bottom: 1px solid #d8d8d8;
}
.info-dn-con-full .info-html-edit {
  height: auto;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .info-dn-con-full {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    float: none;
    display: block;
    padding: 0 0 20px 0;
  }
}
/*###多重切換資訊頁###*/
.pr-moretag-con #pf-list2,
.pr-moretag-con #pf-list3 {
  display: none;
}
.pr-moretag-con .pr-moretag-sw {
  border-bottom: 3px solid #007fb8;
  margin: 0 0 20px 0;
}
.pr-moretag-con .pr-moretag-sw a {
  display: inline-block;
  min-width: 100px;
  background: #80969f;
  color: #FFF;
  font-size: 15px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  margin: 0 5px 0 0;
}
.pr-moretag-con .pr-moretag-sw .select {
  background: #007fb8;
}
@media screen and (max-width: 768px) {
  .pr-moretag-con .pr-moretag-sw a {
    width: 33.33%;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .pr-moretag-con .pr-moretag-sw a {
    font-size: 14px;
  }
}
/*###下載專區列表###*/
.product-block .singleinfo-bk .pr-link-list {
  padding: 0;
  margin: 0;
}
.product-block .singleinfo-bk .pr-link-list .article-title {
  width: 80%;
  height: auto;
}
.product-block .singleinfo-bk .pr-link-list .article-load {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .product-block .singleinfo-bk .article-info-con .article-title {
    padding: 15px 0;
    width: 100%;
  }
  .product-block .singleinfo-bk .article-info-con .article-load {
    width: 100%;
  }
  .product-block .singleinfo-bk .article-info-con .article-load a {
    display: block;
    background: #008fd5;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
}
/*======PRODUCT CSS CODE END======*//*======CONTACT CSS CODE======*/
/*
=====================
CONTACT-表單
=====================
*/
/*layout*/
.contact-block .page-con-bk {
  padding: 0;
}
.contact-block .contact-info-bk {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
/*formBox*/
.contact-block .cp-info-bk {
  padding: 0 0 35px 0;
}
.contact-block #formBox {
  padding: 0 0 50px 0;
  max-width: 850px;
  font-size: 14px;
  margin: 0 auto;
}
.contact-block #formBox label {
  color: #333;
  padding: 0 0 15px 0;
  text-align: left;
  width: 100%;
  font-weight: normal;
  margin: 0;
}
.contact-block #formBox b {
  color: #f00;
  font-weight: bold;
}
.contact-block #formBox input,
.contact-block #formBox textarea {
  border: 1px solid #a9a9a9;
  color: #333;
  padding: 6px;
}
.contact-block #formBox .submitlist {
  display: inline-block;
  width: 100%;
}
.contact-block #formBox .submitlist li {
  width: 50%;
  float: left;
  padding: 0 0 15px 0;
}
.contact-block #formBox .submitlist li input {
  width: 95%;
}
.contact-block #formBox .myname {
  float: left;
}
.contact-block #formBox .mygender {
  float: left;
}
.contact-block #formBox .mycall {
  float: left;
}
.contact-block #formBox .myphone {
  float: left;
  margin: 10px 0 0 0;
}
.contact-block #formBox .gender_m,
.contact-block #formBox .gender_w {
  margin: 0 5px 0 20px;
}
.contact-block #formBox .myinfobox {
  width: 97.5%;
  height: 100px;
}
.contact-block #formBox .boxtips {
  display: inline-block;
  padding: 10px 0 10px 21%;
  color: #d41919;
}
.contact-block #formBox .submitbut {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact-block #formBox .fromsubmit {
  font-size: 16px;
  background: #1ca3fb;
  box-shadow: 2px 2px 0 0 #056db1;
  border-radius: 5px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 19px;
  padding: 15px 40px;
  text-align: center;
  margin: 0 auto;
}
.contact-block #formBox .fromsubmit:hover {
  opacity: 0.85;
}
.contact-block #formBox .submitbut b {
  margin: 0 0 0 20px;
}
.contact-block #formBox .form-tips {
  color: #a30202;
  padding: 0 20px 20px 0;
}
.contact-block #formBox .form-tips img {
  vertical-align: inherit;
  margin: 0 3px;
}
.contact-block #formBox .myknow-info-var {
  display: table;
  line-height: 26px;
}
.contact-block #formBox .myknow-info-var input {
  margin: 0 10px 0 5px;
}
.contact-block #formBox .myknow-info .label-tips {
  display: block;
  padding: 5% 6% 0 0;
  color: #f00;
}
.contact-block #formBox .myinfocontent {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px 0;
}
/*
=====================
GoogleMap
=====================
*/
#google-map-bk #google-map {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 991px) {
  #google-map-bk #google-map {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  #google-map-bk #google-map {
    width: 100%;
    height: 200px;
  }
}
/*======HtmlCode CSS CODE======*/
/*
=====================
關於我們Html編輯器內容
=====================
*/
.about-block .about-tag1 {
  max-width: 1030px;
  margin: 20px auto;
  padding: 0 15px;
}
.about-block .about-tag1 .ab-title-tag {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  color: #007fb8;
}
.about-block .about-tag1 .ab-dn-tag {
  padding: 20px 0 0 0;
  line-height: 23px;
}
.about-block .about-tag1 .ab-img-tag {
  padding: 0 0 20px 0;
}
.about-block .about-tag2 {
  background: url(../images/about/about_sub_img.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding: 40px 0;
  margin: 40px 0;
}
.about-block .about-tag2 .ab-title1-tag {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.about-block .about-tag2 .ab-title2-tag {
  font-size: 35px;
  margin: 0;
  font-weight: normal;
}
.about-block .about-tag2 .ab-title-en-tag {
  font-size: 16px;
  font-family: 'OpenSans', Helvetica, Arial;
  font-weight: normal;
}
.about-block #creation-page .about-tag3 {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-block #creation-page .about-tag3 .ht-title-tag {
  font-size: 24px;
  color: #007fb8;
  font-weight: normal;
}
.about-block #creation-page .about-tag3 .ht-con-tag {
  padding: 10px 0;
}
.about-block #creation-page .about-tag3 .ht-con-tag .ht-years {
  display: table-cell;
  font-size: 30px;
  color: #007fb8;
  vertical-align: middle;
  width: 110px;
}
.about-block #creation-page .about-tag3 .ht-con-tag .ht-txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
.about-block #creation-page .about-tag3 .ht-con-tag ul {
  padding: 0;
  border-top: 1px solid #c6c6c6;
}
.about-block #creation-page .about-tag3 .ht-con-tag ul li {
  list-style: outside none none;
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 0;
}
.about-block .about-tag4 {
  max-width: 760px;
  margin: 40px auto 0 auto;
  padding: 0 15px;
}
#tw-web .about-tag1 .ab-dn-tag {
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .about-block #creation-page .about-tag2 .ab-title1-tag {
    font-size: 18px;
  }
  .about-block #creation-page .about-tag2 .ab-title2-tag {
    font-size: 25px;
  }
  .about-block #creation-page .about-tag2 .ab-title-en-tag {
    font-size: 13px;
  }
}
/*======ARTICLE CSS CODE END======*/