/*
======TKI HTML CSS======
HTML5/CSS3/RWD
★VER TKIS1.35
★CreateDate:2016.5.1
★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;
}
/*system*/
body {
  font-family: "微軟正黑體", Microsoft JhengHei, Arial, Helvetica;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
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;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('font/OpenSans-Regular.eot');
  src: url('font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans.woff') format('woff'), url('font/OpenSans.ttf') format('truetype'), url('font/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sys-select {
  overflow: hidden;
  border: 1px solid #b4b4b4;
  display: inline-block;
  background: url(../images/layout/select_bg.jpg) #ffffff no-repeat right center;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  min-width: 50px;
}
.sys-select select {
  padding: 0 0 0 5px;
  border: 0;
  width: 120%;
  background: none;
  font-size: 14px;
}
.sys-select option {
  padding: 3px 0 3px 17px;
}
/*system-end*/
/*
rgba(255, 0, 0, 0.6) → 不透明度 60% 紅色
rgba(0%, 0%, 100%, 0.4) → 不透明度 40% 藍色
rgba(55%,55%, 55%, 0.8) → 不透明度 80% 灰色
*/
/*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;
}
table {
  color: #3e3e3e;
  border: 1px solid #91a18f;
  border-collapse: collapse;
}
table td {
  border: 1px solid #9dd1e4;
  border-collapse: collapse;
  padding: 3px 10px;
}
table tr:nth-child(odd) {
  background-color: #e2eff4;
}
@media screen and (max-width: 768px) {
  #creation-page .info-html-edit {
    display: block;
    overflow: 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;
}
.help-title-tag {
  color: #0268ac;
  display: block;
  font-family: Helvetica,Arial;
  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
/*
=====================
網站LAYOUT
=====================
*/
/*###開發工具###*/
.ui-change {
  font-size: 12px;
  z-index: 9999;
  display: inline-block;
  padding: 5px 0;
  color: #000000;
}
.devtool-box {
  font-size: 14px;
  padding: 10px 20px;
  position: fixed;
  z-index: 99999;
}
@media screen and (max-width: 991px) {
  .devtool-box {
    display: none;
  }
}
/*###共用###*/
#creation-page {
  position: relative;
}
#creation-page #page-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.a2a_default_style .a2a_label {
  display: none;
}
/*###表頭###*/
#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;
  margin: 15px 0 10px 0;
  height: 45px;
  width: 360px;
  display: inline-block;
}
#creation-page .lang-con {
  color: #727272;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 13px;
  height: 20px;
  padding: 0;
}
#creation-page .lang-con a {
  color: #727272;
}
#creation-page .lang-link {
  background: url(../images/icon/lang.png) no-repeat 0 3px;
  background-size: 12px 12px;
  padding: 0 0 0 20px;
}
#creation-page .sub-link {
  padding: 0 20px 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;
}
@media screen and (min-width: 1050px) {
  #page-content > .container {
    width: 100%;
    max-width: 1230px;
  }
}
/*###URL txt###*/
#creation-page .weburltag-con {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 20px 0;
  text-align: left;
}
#creation-page .weburltag {
  color: #005b81;
  font-weight: lighter;
  margin: 0;
}
#creation-page .weburltag a {
  color: #005b81;
  font-size: 13px;
  margin: 0 5px;
  text-decoration: none;
}
#creation-page .weburltag div {
  display: inline;
}
@media screen and (max-width: 991px) {
  #creation-page .weburltag {
    font-size: 12px;
    color: #333;
  }
  #creation-page .weburltag a {
    font-size: 12px;
    margin: 0;
    color: #333;
  }
}
/*
=====================
切換選單switch
=====================
*/
.page-switch {
  font-size: 13px;
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
}
.page-switch .page-switch-nav {
  margin: 20px 0;
}
.page-switch .page-view {
  padding: 15px 0;
}
.page-switch strong,
.page-switch a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  text-decoration: none;
  line-height: 19px;
  color: #337ab7;
}
.page-switch strong,
.page-switch a:hover {
  background: #337ab7;
  color: #FFF;
  border: 1px solid #337ab7;
}
.page-switch .page-view {
  display: block;
}
/*
=====================
內頁版型
=====================
*/
/*表頭*/
.page-top-img {
  height: 285px;
  width: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background: #e8e9eb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: TOP center;
}
@media screen and (max-width: 991px) {
  #creation-page .page-top-img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #creation-page .page-top-img {
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  #creation-page .page-top-img {
    height: 100px;
  }
}
/*
=====================
次選單橫式
=====================
*/
.catalog-horizontal {
  display: inline-block;
  padding: 0 0 30px 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: #e1680e;
  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: #e1680e;
}
@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 #e1680e;
  }
}
@media screen and (max-width: 768px) {
  .catalog-horizontal li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .catalog-horizontal li {
    width: 100%;
  }
}
/*圓角樣式*/
.catalog-qoo-style .catalog-horizontal li {
  border: 0;
}
.catalog-qoo-style .catalog-horizontal li .select {
  color: #FFF;
  background-color: #026d89;
  border: 1px solid #026d89;
  padding: 5px 20px;
  border-radius: 999px;
}
.catalog-qoo-style .catalog-horizontal li a {
  color: #026d89;
  padding: 5px 20px;
  border-radius: 999px;
  border: 1px solid #ccc;
}
.catalog-qoo-style .catalog-horizontal li a:hover {
  background-color: #026d89;
  color: #FFF;
  border: 1px solid #026d89;
}
/*版型切換使用*/
.tp-catalog-con {
  display: inline-block;
  padding: 15px 0 0 0;
  width: 100%;
  text-align: left;
}
.tp-catalog-con li {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.tp-catalog-con li .select {
  background: #e1680e;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
}
.tp-catalog-con li .select:hover {
  color: #FFF;
  opacity: 0.8;
}
.tp-catalog-con a {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #646464;
  font-size: 13px;
  border: 1px solid #b1b1b1;
  padding: 3px 10px;
  margin: 0 0 5px 0;
  border-radius: 5px;
}
.tp-catalog-con a:hover {
  background: #e1680e;
  border: 1px solid #e1680e;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .tp-catalog-con {
    padding: 20px 0 15px 0;
    display: inline-block;
    width: 100%;
  }
  .tp-catalog-con li {
    width: 25%;
    border: 0;
    padding: 0 10px 10px 0;
    margin: 0;
    display: inline-block;
    float: left;
  }
  .tp-catalog-con li a {
    margin: 0;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    float: none;
    display: block;
    border: 1px solid #b1b1b1;
  }
  .tp-catalog-con li a:hover {
    background: #e1680e;
    border: 1px solid #e1680e;
    color: #FFF;
  }
  .tp-catalog-con li .select {
    border: 1px solid #e1680e;
  }
}
@media screen and (max-width: 500px) {
  .tp-catalog-con li {
    width: 33.33%;
  }
}
/*cg-hl-tp1*/
@media screen and (min-width: 992px) {
  #cg-hl-tp1 {
    text-align: left;
    border-bottom: 1px solid #adadad;
    padding: 20px 0 0;
  }
  #cg-hl-tp1 li {
    width: 16.666%;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-right: 1px solid #adadad;
    float: left;
  }
  #cg-hl-tp1 li a {
    display: inline-block;
    border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 7px 25px;
  }
  #cg-hl-tp1 li a:hover {
    background: #35aeca;
    color: #FFF;
  }
  #cg-hl-tp1 li .select {
    background: #35aeca;
  }
}
@media screen and (max-width: 991px) {
  #cg-hl-tp1 li .select {
    background: #35aeca;
    border: 1px solid #35aeca;
  }
  #cg-hl-tp1 li a:hover {
    background: #35aeca;
    border: 1px solid #35aeca;
  }
}
/*
=====================
左側選單(兩層)
=====================
*/
#straight-catalog {
  border: 0;
}
#straight-catalog .ch-subiten {
  display: block;
}
.article-catalog-bk {
  /*catalog title*/

  /*catalog*/

  /*sub catalog*/

}
.article-catalog-bk .page-header-con {
  display: inline-block;
  width: 100%;
}
.article-catalog-bk .page-header-con .page-title-ct {
  font-size: 18px;
  color: #026d89;
  margin: 0;
  display: inline-block;
  float: left;
  padding: 0 0 0 17px;
  background: url(../images/page_title.png) no-repeat 0 7px;
}
.article-catalog-bk .page-header-con .page-title-en {
  font-size: 13px;
  display: inline-block;
  float: left;
  font-weight: bold;
  color: #4f96c6;
  padding: 6px 0 0 15px;
}
.article-catalog-bk .article-catalog {
  margin: 13px 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.article-catalog-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;
}
.article-catalog-bk .article-catalog li a:hover,
.article-catalog-bk .article-catalog li .select {
  background-color: #008fd5;
  color: #FFF;
}
.article-catalog-bk .ch-subiten {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0 15px 20px;
  line-height: 21px;
  display: none;
}
.article-catalog-bk .ch-subiten li {
  padding: 0 0 5px 0;
}
.article-catalog-bk .ch-subiten li a {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  color: #373737;
  background: none;
  padding: 0 0 0 5px;
}
.article-catalog-bk .ch-subiten li a:hover {
  color: #008fd5;
  background: none;
}
.article-catalog-bk .ch-subiten > li .select {
  color: #008fd5;
  font-weight: bold;
  background: url(../images/ms_left_list.png) no-repeat 0 7px;
}
.article-catalog-bk .ch-subiten li .ch-subiten {
  padding: 5px 0 0 15px;
}
.article-catalog-bk .ch-subiten > li > a,
.article-catalog-bk .ch-subiten > li > a:hover {
  background: url(../images/ms_left_list.png) no-repeat 0 7px;
  padding: 0 0 0 15px;
}
.article-catalog-bk .ch-subiten li .ch-subiten a,
.article-catalog-bk .ch-subiten li .ch-subiten a:hover {
  background: url(../images/ms_left_sublist.png) no-repeat 0 7px;
  padding: 0 0 0 15px;
}
/*
=====================
左側選單(三層)
=====================
*/
.article-multi-catalog {
  padding: 0 0 25px 0;
  /*catalog title*/

  /*main-catalog*/

  /*sub catalog*/

}
.article-multi-catalog .page-header-con {
  display: inline-block;
  width: 100%;
  padding: 0 0 18px;
}
.article-multi-catalog .page-header-con .page-title {
  color: #1476a7;
  font-size: 26px;
  line-height: 26px;
  font-family: 'OpenSans';
  font-weight: normal;
  margin: 0;
}
.article-multi-catalog .page-header-con .page-title-ct {
  font-size: 18px;
  color: #026d89;
  margin: 0;
  display: inline-block;
  float: left;
  padding: 0 0 0 17px;
  background: url(../images/page_title.png) no-repeat 0 7px;
}
.article-multi-catalog .page-header-con .page-title-en {
  font-size: 13px;
  display: inline-block;
  float: left;
  font-weight: bold;
  color: #4f96c6;
  padding: 6px 0 0 15px;
}
.article-multi-catalog .article-catalog > li {
  margin: 0 0 5px 0;
}
.article-multi-catalog .main-catalog {
  margin: 0;
}
.article-multi-catalog .main-catalog a {
  display: inline-block;
  font-size: 15px;
  padding: 9px 0 10px 20px;
  text-decoration: none;
  width: 100%;
  background-color: #0571a4;
  color: #fff;
}
.article-multi-catalog .sub-catalog {
  padding: 10px 0 15px 0;
}
.article-multi-catalog .sub-catalog .sub-catalog-title {
  margin: 0;
}
.article-multi-catalog .sub-catalog .sub-catalog-title a {
  color: #076597;
  font-size: 15px;
  padding: 8px 0 8px 15px;
  border: 0 none;
  font-weight: normal;
  background: rgba(0, 0, 0, 0) url("../images/ms_left_list_gray.png") no-repeat scroll 0 center;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.article-multi-catalog .sub-catalog .sub-catalog-title a:hover {
  color: #de6e00;
  font-weight: bold;
}
.article-multi-catalog .sub-catalog .sub-catalog-title .select {
  color: #de6e00;
  font-weight: bold;
}
.article-multi-catalog .sub-catalog .sub-catalog-list {
  padding: 10px 0 10px 15px;
  display: none;
}
.article-multi-catalog .sub-catalog .sub-catalog-list li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.article-multi-catalog .sub-catalog .sub-catalog-list li a:hover,
.article-multi-catalog .sub-catalog .sub-catalog-list li .select {
  color: #de6e00;
  font-weight: bold;
}
/*
=====================
內頁版型LAYOUT-有選單
=====================
*/
/*排版*/
.page-con-bk {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 991px) {
  
}
.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: 10px 0 0 0;
}
.single-bk .article-title {
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
  padding: 0 0 35px 0;
}
.single-bk .article-title .title-ct {
  color: #026d89;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.single-bk .article-title .title-en {
  color: #4f96c6;
  font-size: 15px;
  font-family: 'OpenSans';
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}
.single-bk .single-article-bk {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
/*
================================================
多功能選單-RWD版 最多三層FIX版
================================================
*/
.nav-catalog-bk {
  /*catalog title*/

  /*main-catalog*/

  /*sub catalog*/

}
.nav-catalog-bk .nav-catalog-con {
  padding: 0 0 25px 0;
}
.nav-catalog-bk .page-header-con {
  display: inline-block;
  width: 100%;
  padding: 0 0 18px;
}
.nav-catalog-bk .page-header-con .page-title {
  color: #1476a7;
  font-size: 26px;
  line-height: 26px;
  font-family: 'OpenSans';
  font-weight: normal;
  margin: 0;
}
.nav-catalog-bk .page-header-con .page-title-ct {
  font-size: 18px;
  color: #026d89;
  margin: 0;
  display: inline-block;
  float: left;
  padding: 0 0 0 17px;
  background: url(../images/page_title.png) no-repeat 0 7px;
}
.nav-catalog-bk .page-header-con .page-title-en {
  font-size: 13px;
  display: inline-block;
  float: left;
  font-weight: bold;
  color: #4f96c6;
  padding: 6px 0 0 15px;
}
.nav-catalog-bk .article-catalog > li {
  margin: -1px 0 0 0;
}
.nav-catalog-bk .main-catalog {
  margin: 0;
}
.nav-catalog-bk .main-catalog a {
  font-size: 15px;
  padding: 9px 0 10px 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.nav-catalog-bk .main-catalog .select,
.nav-catalog-bk .main-catalog a:hover {
  background-color: #0571a4;
  color: #fff;
}
.nav-catalog-bk .sub-catalog {
  padding: 10px 0 15px 20px;
  display: none;
}
.nav-catalog-bk .sub-catalog .sub-catalog-title {
  margin: 0;
}
.nav-catalog-bk .sub-catalog .sub-catalog-title a,
.nav-catalog-bk .sub-catalog > li > a {
  color: #076597;
  font-size: 15px;
  padding: 5px 0 5px 15px;
  border: 0 none;
  font-weight: normal;
  background: rgba(0, 0, 0, 0) url("../images/ms_left_list_gray.png") no-repeat scroll 0 center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.nav-catalog-bk .sub-catalog .sub-catalog-title a:hover,
.nav-catalog-bk .sub-catalog > li > a:hover {
  color: #de6e00;
  font-weight: bold;
}
.nav-catalog-bk .sub-catalog .sub-catalog-title .select,
.nav-catalog-bk .sub-catalog > li > .select {
  color: #de6e00;
  font-weight: bold;
}
.nav-catalog-bk .sub-catalog .sub-catalog-list {
  padding: 5px 0 10px 15px;
  display: none;
}
.nav-catalog-bk .sub-catalog .sub-catalog-list li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.nav-catalog-bk .sub-catalog .sub-catalog-list li a:hover,
.nav-catalog-bk .sub-catalog .sub-catalog-list li .select {
  color: #de6e00;
  font-weight: bold;
}
.nav-catalog-bk .sub-catalog .sub-catalog-list .article-list-con {
  padding: 10px 0 10px 15px;
  display: none;
}
/*手機版選單樣式*/
.nav-catalog-bk .mb-article-catalog-but {
  margin: 20px 0 10px 0;
  background: #0e3c51;
  color: #FFF;
  padding: 9px 0 10px 20px;
  font-weight: bold;
  cursor: pointer;
}
.nav-catalog-bk .nav-button {
  display: inline-block;
  float: right;
  margin: 4px 15px 0 0;
}
.nav-catalog-bk .nav-button .m-icon-bar {
  background: #FFF;
  width: 22px;
  height: 2px;
  display: block;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 992px) {
  .nav-catalog-bk .mb-article-catalog-but {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 991px) {
  .nav-catalog-bk {
    margin: 0 0 25px 0;
  }
  .nav-catalog-bk .page-header-con {
    display: none;
    visibility: hidden;
  }
  .nav-catalog-bk .nav-catalog-con {
    display: none;
    visibility: hidden;
  }
  .nav-catalog-bk .nav-open {
    display: block;
    visibility: visible;
  }
}
/*
=====================
網站LAYOUT for 主版樣式
=====================
*/
/*-----------------------------------------------
page-petp1 css code
版面樣式petp1 for page_petp1.php
<div id="page-petp1" class="page-con-bk">
-----------------------------------------------*/
#creation-page #page-petp1 .article-catalog {
  border-bottom: 0;
}
#creation-page #page-petp1 .article-catalog > li > a {
  color: #333232;
  padding: 10px 0 10px 50px;
  margin: 0 0 5px 0;
  border: 0;
  border-right: 6px solid #c4c4c4;
  background: url(../images/layout/list_title2g.png) #e9e9e9 no-repeat 15px center;
  background-size: 20px 20px;
}
#creation-page #page-petp1 .article-catalog > li > .select {
  border-right: 6px solid #6bc9de;
  color: #FFF;
  background: url(../images/layout/list_title2b.png) #35aeca no-repeat 15px center;
  background-size: 20px 20px;
}
#creation-page #page-petp1 .article-catalog > li > a:hover {
  border-right: 6px solid #6bc9de;
  color: #FFF;
  background: url(../images/layout/list_title2b.png) #35aeca no-repeat 15px center;
  background-size: 20px 20px;
}
#creation-page #page-petp1 .ch-subiten {
  border: 0;
}
/*-----------------------------------------------
page-petp2 css code
版面樣式petp2 for page_petp2.php
<div id="page-petp2" class="page-con-bk">
-----------------------------------------------*/
#creation-page #page-petp2 {
  /*選單區*/

  /*內容文章區*/

  /*列表使用*/

}
#creation-page #page-petp2 .article-catalog-bk .page-header-con .page-title-ct {
  background: none;
  padding: 0;
  color: #78b524;
}
#creation-page #page-petp2 .article-catalog-bk .page-header-con .page-title-en {
  color: #7D7D7D;
}
#creation-page #page-petp2 .article-catalog {
  border-bottom: 0;
}
#creation-page #page-petp2 .article-catalog > li > a {
  background: #84ca26;
  color: #FFF;
  padding: 10px 0 10px 20px;
  margin: 0 0 5px 0;
  border: 0;
  border-left: 6px solid #63981b;
}
#creation-page #page-petp2 .article-catalog > li > a:hover {
  border-right: 6px solid #6bc9de;
  color: #FFF;
}
#creation-page #page-petp2 .ch-subiten {
  border: 0;
}
#creation-page #page-petp2 .page-article header .n-article-title h1 {
  color: #78b524;
  font-weight: bold;
}
#creation-page #page-petp2 .page-article header .n-article-title h2 {
  color: #78b524;
  font-weight: bold;
}
#creation-page #page-petp2 .page-article header .n-article-title {
  border-bottom: 2px solid #b9cba1;
}
#creation-page #page-petp2 .ct-list-title h2 {
  color: #78b524;
  font-weight: bold;
  border-bottom: 2px solid #b9cba1;
}
/*
===============================================================
===============================================================
桌機版 for TKI選單 / 正常模式使用
===============================================================
===============================================================
*/
/*layout*/
#creation-page #page_menus #product-total a {
  display: inline-block;
  color: #FFF;
  padding: 5px 10px 5px 35px;
  line-height: 19px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #bf7b00;
  background-image: url(../images/icon/shopcar.png);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 9px 8px;
}
#creation-page #page_menus #product-total a:hover {
  background-color: #c73f18;
}
#creation-page #page_menus #product-total b {
  vertical-align: text-bottom;
  font-weight: normal;
}
#creation-page #page_menus #product-total .total-tips-con {
  vertical-align: text-bottom;
  display: inline;
}
@media screen and (max-width: 991px) {
  #creation-page #page_menus #product-total {
    padding: 15px 0 15px 15px;
  }
}
/*選單搜尋BAR*/
#creation-page #page_menus .ds-contact a {
  border: 0;
}
#creation-page #page_menus .ds-search {
  padding: 0 20px 0 10px;
}
#creation-page #page_menus .ds-search .product-search {
  display: inline-block;
  float: right;
  position: relative;
  padding: 0;
  margin: 0;
}
#creation-page #page_menus .ds-search .product-search input {
  color: #333;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d2d2d2;
  border-radius: 99px;
  box-shadow: 0 1px 3px 0 #d7d7d7 inset;
  padding: 3px 10px;
  transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s;
  width: 100%;
  font-size: 13px;
}
#creation-page #page_menus .ds-search .product-search a {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 7px;
  right: 20px;
  padding: 0;
  background: url(../images/icon/search.png) no-repeat 0 0;
  background-size: cover;
  z-index: 10;
  border: 0;
}
@media screen and (max-width: 991px) {
  #creation-page #page_menus .ds-search {
    display: none;
  }
}
/*
---------------------------------------------
無底色樣式 for Desktop
<header class="page-top default-style-bk">
---------------------------------------------
*/
@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: 1230px;
    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 #product-total {
    padding: 30px 0 0 20px;
  }
  #creation-page .default-style-bk .ds-search {
    margin: 30px 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: 1050px) {
  .page-top > .container {
    width: 100%;
    max-width: 1230px;
  }
}
@media screen and (min-width: 1200px) {
  #creation-page .default-style-bk #page_menus li a {
    padding: 35px 19px;
  }
}
/*
---------------------------------------------
無底色樣式-v2 for Desktop
<header class="page-top default-style2-bk">
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  #creation-page .default-style2-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-style2-bk .page-top-con {
    max-width: 1230px;
    padding: 0 15px;
    margin: 10px auto 5px auto;
    position: relative;
  }
  #creation-page .default-style2-bk .navbar-default {
    background: none;
  }
  #creation-page .default-style2-bk #page_menus li a {
    color: #798938;
    padding: 0 15px;
    font-weight: bold;
    font-size: 18px;
  }
  #creation-page .default-style2-bk #page_menus li a:hover,
  #creation-page .default-style2-bk #page_menus a:focus,
  #creation-page .default-style2-bk #page_menus a:active {
    background: none;
    color: #516111;
  }
  #creation-page .default-style2-bk .page-menus-con {
    display: inline-block;
    padding: 45px 0 0 0;
    float: right;
  }
  #creation-page .default-style2-bk #navbar {
    padding: 0;
    display: inline-block;
    background: none;
  }
  #creation-page .default-style2-bk .weblogo {
    float: left;
    padding: 10px 0 5px;
  }
  #creation-page .default-style2-bk .navbar-default #navbar .navbar-nav > .open > a,
  #creation-page .default-style2-bk .navbar-default #navbar .navbar-nav > .open > a:hover,
  #creation-page .default-style2-bk .navbar-default #navbar .navbar-nav > .open > a:focus {
    background: none;
    color: #008fd5;
  }
}
/*
---------------------------------------------
底色選單
<header class="page-top default-style2-bk pagebg-style-bk">
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  body #creation-page .pagebg-style-bk {
    background: #1990c2;
    color: #FFF;
  }
  body #creation-page .pagebg-style-bk .weblogo a {
    background: url(../images/layout/logo_w.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  body #creation-page .pagebg-style-bk .page-menus-top-con a {
    color: #FFF;
  }
  body #creation-page .pagebg-style-bk .page-menus-top-con a:hover,
  body #creation-page .pagebg-style-bk .page-menus-top-con a:focus,
  body #creation-page .pagebg-style-bk .page-menus-top-con a:active {
    opacity: 0.8;
    color: #FFF;
    text-decoration: none;
  }
  body #creation-page .pagebg-style-bk #page_menus li a {
    color: #FFF;
  }
  body #creation-page .pagebg-style-bk #page_menus li a:hover {
    color: #FFF;
    opacity: 0.8;
  }
  body #creation-page .pagebg-style-bk .navbar-default #navbar .navbar-nav > .open > a,
  body #creation-page .pagebg-style-bk .navbar-default #navbar .navbar-nav > .open > a:hover,
  body #creation-page .pagebg-style-bk .navbar-default #navbar .navbar-nav > .open > a:focus {
    background: none;
    color: #FFF;
  }
}
@media screen and (max-width: 991px) {
  body #creation-page .pagebg-style-bk {
    background: #1990c2;
    color: #FFF;
  }
  body #creation-page .pagebg-style-bk .weblogo a {
    background: url(../images/layout/logo_w.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  body #creation-page .pagebg-style-bk #page_menus {
    background: none;
  }
  body #creation-page .pagebg-style-bk #page_menus a {
    color: #FFF;
  }
  body #creation-page .pagebg-style-bk #page_menus a:hover {
    opacity: 0.8;
  }
  body #creation-page .pagebg-style-bk .nav .open > a,
  body #creation-page .pagebg-style-bk .nav .open > a:hover,
  body #creation-page .pagebg-style-bk .nav .open > a:focus {
    background: none;
    color: #FFF;
  }
}
/*
---------------------------------------------
無底色樣式-v3 for Desktop
<header class="page-top default-style3-bk">
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  #creation-page .default-style3-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-style3-bk .page-top-con {
    max-width: 1230px;
    padding: 0 15px;
    margin: 10px auto 5px auto;
    position: relative;
  }
  #creation-page .default-style3-bk .navbar-default {
    background: none;
  }
  #creation-page .default-style3-bk #page_menus li a {
    color: #333;
    font-size: 16px;
    border-bottom: 3px solid #e8e8e8;
    padding: 0 0 10px 0;
    margin: 0 0 25px 30px;
  }
  #creation-page .default-style3-bk #page_menus li a:hover,
  #creation-page .default-style3-bk #page_menus a:focus,
  #creation-page .default-style3-bk #page_menus a:active {
    border-bottom: 3px solid #ffc976;
    background: none;
    color: #eb7502;
  }
  #creation-page .default-style3-bk .page-menus-con {
    display: inline-block;
    padding: 37px 0 0 0;
    float: right;
  }
  #creation-page .default-style3-bk #navbar {
    padding: 0;
    display: inline-block;
    background: none;
  }
  #creation-page .default-style3-bk .weblogo {
    float: left;
    padding: 20px 0 0 0;
  }
  #creation-page .default-style3-bk #page_menus .ds-search {
    padding: 0 0 0 30px;
  }
  #creation-page .default-style3-bk .navbar-default #navbar .navbar-nav > .open > a,
  #creation-page .default-style3-bk .navbar-default #navbar .navbar-nav > .open > a:hover,
  #creation-page .default-style3-bk .navbar-default #navbar .navbar-nav > .open > a:focus {
    background: none;
    color: #008fd5;
  }
}
/*
---------------------------------------------
有底色BAR樣式 for Desktop
<header class="page-top colorbar-style-bk">
---------------------------------------------
*/
@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;
    max-width: inherit;
    /*
  		    線段樣式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;
  }
  #creation-page .colorbar-style-bk #product-total,
  #creation-page .colorbar-style-bk .ds-search {
    display: none;
    visibility: hidden;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #053454;
  }
}
/*
---------------------------------------------
QOO版型 for Desktop
<header class="page-top qoo-style-bk">
---------------------------------------------
*/
@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: 25px;
    left: 10px;
  }
  #creation-page .qoo-style-bk .page-top-con {
    position: relative;
  }
  #creation-page .qoo-style-bk .container {
    max-width: 1030px;
    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: 15px;
    right: 20px;
    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 a {
    padding: 15px 10px;
  }
  #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;
  }
  #creation-page .qoo-style-bk #product-total {
    padding: 10px 0 0 10px;
  }
  #creation-page .qoo-style-bk .ds-search {
    margin: 10px 0 0 0;
  }
}
/*
---------------------------------------------
豆子版型 for Desktop
<header class="page-top beans-style-bk">
---------------------------------------------
*/
@media screen and (min-width: 992px) {
  #creation-page .beans-style-bk {
    position: relative;
    z-index: 100;
    padding: 0;
  }
  #creation-page .beans-style-bk .page-top-con {
    max-width: 1230px;
    padding: 0 15px;
    margin: 10px auto 5px auto;
    position: relative;
    width: 100%;
  }
  #creation-page .beans-style-bk .navbar-default {
    background: none;
  }
  #creation-page .beans-style-bk #page_menus li a {
    color: #303030;
    padding: 8px 13px;
    border-radius: 8px;
    margin: 0 10px 15px;
  }
  #creation-page .beans-style-bk #page_menus li a:hover,
  #creation-page .beans-style-bk #page_menus a:focus,
  #creation-page .beans-style-bk #page_menus a:active {
    background: #58b764;
    color: #FFF;
  }
  #creation-page .beans-style-bk #tkidesign #page_menus .open > a {
    background: #58b764;
    color: #FFF;
  }
  #creation-page .beans-style-bk .page-menus-con {
    display: inline-block;
    padding: 37px 0 0 0;
    float: right;
  }
  #creation-page .beans-style-bk #navbar {
    padding: 0;
    display: inline-block;
    background: none;
  }
  #creation-page .beans-style-bk .weblogo {
    float: left;
    padding: 20px 0 0 0;
  }
  #creation-page .beans-style-bk .navbar-default #navbar .navbar-nav > .open > a,
  #creation-page .beans-style-bk .navbar-default #navbar .navbar-nav > .open > a:hover,
  #creation-page .beans-style-bk .navbar-default #navbar .navbar-nav > .open > a:focus {
    background: none;
    color: #008fd5;
  }
}
/*
===============================================================
===============================================================
手機版mb for TKI選單 / 手機平板模式使用
===============================================================
===============================================================
*/
@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: 999;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #6a6a6a;
  }
  #creation-page .page-top-con {
    padding: 10px 0 0 0;
  }
  #creation-page .page-menus-con {
    margin: -50px 0 0 0;
    position: relative;
    z-index: 1;
  }
  #creation-page #page_menus {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 15px -15px;
  }
  #creation-page .weblogo {
    display: block;
    margin: 5px 0 0 0;
  }
  #creation-page .weblogo a {
    display: block;
    width: 240px;
    height: 35px;
    margin: 0;
  }
  #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: #798a31;
    border-color: #798a31;
  }
  #creation-page .navbar-default .navbar-toggle .icon-bar {
    background: #FFF;
  }
  #creation-page .weblogo {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #tkidesign #page_menus {
    max-height: 320px;
    overflow-y: auto;
  }
}
/*####補強功能-次選單####*/
.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: 60px 0 0 0;
  }
  /*內頁*/
  #creation-page #page-content {
    padding: 60px 0 0 0;
  }
}
/*======FOOTER CSS CODE======*/
/*
=====================
版權頁page-copyright
=====================
*/
#creation-page .page-copyright {
  margin: 0;
  text-align: center;
  float: 13px;
}
#creation-page .page-copyright .page-copyright-con {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 25px 0 0 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;
  text-decoration: none;
}
#creation-page .page-copyright .web-design a:hover {
  opacity: 0.75;
}
#creation-page .page-copyright .copyright-con {
  background: #34bee3;
  color: #FFF;
  padding: 10px 0;
}
/*-------------------------------------
page-copyright-tp1
-------------------------------------*/
.page-copyright-tp1 {
  margin: 25px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid #d1cfcf;
}
.page-copyright-tp1 .cp-email {
  display: inline-block;
  float: left;
  padding: 0 0 0 65px;
  background-image: url(../images/icon/email.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 0 4px;
  line-height: 21px;
}
.page-copyright-tp1 .email-info-txt {
  color: #ef3e00;
  font-size: 18px;
}
.page-copyright-tp1 .email-info-txt a {
  color: #ef3e00;
  text-decoration: none;
}
.page-copyright-tp1 .email-info-txt a:hover {
  color: #ef9a00;
}
.page-copyright-tp1 .cp-sr-time {
  font-size: 13px;
}
.page-copyright-tp1 .site-map {
  display: inline-block;
  font-size: 13px;
  max-width: 320px;
  margin: 0 0 0 35px;
}
.page-copyright-tp1 .site-map li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  border-left: 1px solid #333;
  line-height: 15px;
}
.page-copyright-tp1 .site-map li a {
  color: #333;
  text-decoration: none;
}
.page-copyright-tp1 .site-map li a:hover {
  color: #e56803;
}
.page-copyright-tp1 .copyright-con {
  padding: 10px 0 0;
  font-size: 13px;
  display: inline-block;
  float: right;
}
.page-copyright-tp1 .web-design {
  display: block;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .page-copyright-tp1 .cp-email {
    max-width: 250px;
    margin: 0 auto 20PX auto;
    float: none;
    display: block;
  }
  .page-copyright-tp1 .site-map {
    width: 100%;
    margin: 0;
    max-width: inherit;
    text-align: center;
  }
  .page-copyright-tp1 .site-map li {
    display: inline;
    float: none;
    width: auto;
    border: 0;
    padding: 0 5px;
  }
  .page-copyright-tp1 .copyright-con {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-copyright-tp1 .web-design {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .page-copyright-tp1 .site-map li {
    float: none;
    width: auto;
    border: 0;
    padding: 0;
    text-align: center;
    width: 33.33%;
    display: inline-block;
    float: left;
  }
}
/*-------------------------------------
page-copyright-tp2
-------------------------------------*/
.page-copyright-tp2 {
  margin: 25px 0 0 0;
  background: #058dca;
  color: #FFF;
  font-size: 12px;
}
.page-copyright-tp2 .page-copyright-con {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.page-copyright-tp2 p {
  margin: 0;
}
.page-copyright-tp2 a {
  color: #FFF;
}
.page-copyright-tp2 .copyright-con {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 20px 15px;
}
.page-copyright-tp2 .cp-info-bk {
  display: inline-block;
  float: left;
  padding: 0 0 0 250px;
  background-image: url(../images/layout/fr_logo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.page-copyright-tp2 .copyright-txt {
  display: block;
  text-align: right;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 991px) {
  #creation-page .page-copyright-tp2 .copyright-con {
    text-align: center;
  }
  #creation-page .page-copyright-tp2 .cp-info-bk {
    background: none;
    padding: 0;
    text-align: center;
    float: none;
  }
  #creation-page .page-copyright-tp2 .copyright-txt {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
/*-------------------------------------
page-copyright-tp3
-------------------------------------*/
.page-copyright-tp3 {
  margin: 60px 0 0 0;
  background: #f1f1f1;
  font-size: 13px;
}
.page-copyright-tp3 .page-copyright-con {
  max-width: 1200px;
  margin: 0 auto;
}
.page-copyright-tp3 p {
  margin: 0;
}
.page-copyright-tp3 .copyright-con {
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
}
.page-copyright-tp3 .cp-info-bk {
  display: inline-block;
  float: left;
}
.page-copyright-tp3 .copyright-txt {
  display: block;
  text-align: right;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
.page-copyright-tp3 .cp-infolist-bk {
  display: inline-block;
  float: left;
  padding: 0 0 0 20px;
}
.page-copyright-tp3 .logoimg-tag {
  background-image: url(../images/layout/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  height: 60px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}
.page-copyright-tp3 .link-fb {
  background-image: url(../images/icon/fb.png);
  width: 35px;
  height: 35px;
}
.page-copyright-tp3 .link-youtube {
  background-image: url(../images/icon/youtube.png);
  width: 35px;
  height: 35px;
}
.page-copyright-tp3 .link-email {
  background-image: url(../images/icon/email2.png);
  width: 35px;
  height: 30px;
}
.page-copyright-tp3 .link-fb,
.page-copyright-tp3 .link-youtube,
.page-copyright-tp3 .link-email {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page-copyright-tp3 .contact-infolist {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 991px) {
  .page-copyright-tp3 .cp-info-bk {
    width: 100%;
    float: none;
  }
  .page-copyright-tp3 .logoimg-tag {
    float: none;
    margin: 0 auto 20px auto;
  }
  .page-copyright-tp3 .cp-infolist-bk {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .page-copyright-tp3 .contact-infolist {
    float: none;
    display: block;
    padding: 20PX 0;
    text-align: center;
  }
  .page-copyright-tp3 .contact-infolist a {
    display: inline-block;
    margin: 0 15px;
  }
  .page-copyright-tp3 .contact-infolist .link-fb {
    width: 50px;
    height: 50px;
  }
  .page-copyright-tp3 .contact-infolist .link-youtube {
    width: 50px;
    height: 50px;
  }
  .page-copyright-tp3 .contact-infolist .link-email {
    width: 50px;
    height: 45px;
  }
  .page-copyright-tp3 .copyright-txt {
    text-align: center;
    margin: 0;
  }
  .page-copyright-tp3 .copyright-txt .web-design {
    display: block;
    text-align: center;
  }
}
/*-------------------------------------
page-copyright-tp4
-------------------------------------*/
.page-copyright-tp4 {
  margin: 25px 0 0 0;
  font-size: 13px;
}
.page-copyright-tp4 .page-copyright-con {
  max-width: 1200px;
  margin: 0 auto;
}
.page-copyright-tp4 p {
  margin: 0;
}
.page-copyright-tp4 .copyright-con {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.page-copyright-tp4 .cp-info-bk {
  display: inline-block;
  width: 100%;
}
.page-copyright-tp4 .copyright-txt {
  display: block;
  text-align: right;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
.page-copyright-tp4 .cp-infolist-bk {
  display: inline-block;
}
.page-copyright-tp4 .cp-subinfo-bk {
  display: inline-block;
  float: right;
}
.page-copyright-tp4 .cp-subinfo-bk .cp-tel-con,
.page-copyright-tp4 .cp-subinfo-bk .cp-email-con,
.page-copyright-tp4 .cp-subinfo-bk .cp-line-con {
  font-size: 20px;
  font-family: 'OpenSans';
  color: #0859a4;
  height: 35px;
  padding: 1px 0 0 50px;
  margin: 0 0 0 20px;
  display: inline-block;
}
.page-copyright-tp4 .cp-subinfo-bk .cp-tel-con {
  background: url(../images/icon/q_tel.png) no-repeat 0 0;
  background-size: contain;
}
.page-copyright-tp4 .cp-subinfo-bk .cp-email-con {
  background: url(../images/icon/q_email.png) no-repeat 0 0;
  background-size: contain;
}
.page-copyright-tp4 .cp-subinfo-bk .cp-line-con {
  background: url(../images/icon/q_line.png) no-repeat 0 0;
  background-size: contain;
}
.page-copyright-tp4 .cp-subinfo-bk a {
  color: #0859a4;
  text-decoration: none;
}
.page-copyright-tp4 .cp-subinfo-bk a:hover {
  color: #008fd5;
}
@media screen and (max-width: 1100px) {
  .page-copyright-tp4 .cp-subinfo-bk .cp-tel-con,
  .page-copyright-tp4 .cp-subinfo-bk .cp-email-con,
  .page-copyright-tp4 .cp-subinfo-bk .cp-line-con {
    font-size: 18px;
    padding: 2px 0 0 50px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1050px) {
  .page-copyright-tp4 .cp-subinfo-bk .cp-tel-con,
  .page-copyright-tp4 .cp-subinfo-bk .cp-email-con,
  .page-copyright-tp4 .cp-subinfo-bk .cp-line-con {
    font-size: 16px;
    padding: 4px 0 0 50px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-copyright-tp4 .cp-infolist-bk {
    width: 100%;
    text-align: center;
  }
  .page-copyright-tp4 .cp-subinfo-bk {
    float: none;
    width: 100%;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .page-copyright-tp4 .copyright-txt {
    text-align: center;
    margin: 0;
  }
  .page-copyright-tp4 .cp-subinfo-bk .cp-tel-con,
  .page-copyright-tp4 .cp-subinfo-bk .cp-email-con,
  .page-copyright-tp4 .cp-subinfo-bk .cp-line-con {
    margin: 0 0 20px 20px;
  }
}
/*-------------------------------------
page-copyright-tp5
-------------------------------------*/
.page-copyright-tp5 {
  margin: 25px 0 0 0;
  background: #f6f6f6;
  font-size: 13px;
  display: inline-block;
  width: 100%;
}
.page-copyright-tp5 .page-copyright-con {
  max-width: 1200px;
  margin: 0 auto;
}
.page-copyright-tp5 p {
  margin: 0;
}
.page-copyright-tp5 .copyright-con {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #d6d6d6;
}
.page-copyright-tp5 .cp-info-bk {
  display: inline-block;
  float: left;
}
.page-copyright-tp5 .copyright-txt {
  display: block;
  text-align: right;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
.page-copyright-tp5 .cp-infolist-bk {
  display: inline-block;
  float: left;
  padding: 0 0 0 20px;
}
.page-copyright-tp5 .logoimg-tag {
  background-image: url(../images/layout/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  height: 60px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}
.page-copyright-tp5 .page-weblink-con {
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.page-copyright-tp5 .page-weblink-con a {
  text-decoration: none;
  font-size: 15px;
  color: #6e6e6e;
  padding: 0 25px;
}
.page-copyright-tp5 .page-weblink-con a:hover {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .page-copyright-tp5 .cp-info-bk {
    width: 100%;
    float: none;
  }
  .page-copyright-tp5 .logoimg-tag {
    float: none;
    margin: 0 auto 20px auto;
  }
  .page-copyright-tp5 .cp-infolist-bk {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .page-copyright-tp5 .copyright-txt {
    text-align: center;
    margin: 0;
  }
  .page-copyright-tp5 .copyright-txt .web-design {
    display: block;
    text-align: center;
  }
  .page-copyright-tp5 .page-weblink-con a {
    display: block;
    font-size: 13px;
    padding: 0 0 5px 0;
    width: 33.33%;
    float: left;
  }
  .page-copyright-tp5 .copyright-con {
    font-size: 12px;
    line-height: 24px;
  }
}
/*======INDEX CSS CODE======*/
.index-block #creation-page .pr-show-three-slider .infolist li {
  width: 100%;
}
.index-block #creation-page .page-copyright-tp3 {
  margin: 0;
}
/*###layout###*/
.index-topimg-bk {
  width: 100%;
  height: 500px;
}
.index-topimg-bk .bx-default-pager {
  display: none;
}
.index-topimg-bk li {
  background-size: cover;
}
.index-topimg-bk .bxslider a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-top-bk {
  position: relative;
  display: inline-block;
  width: 100%;
}
.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: 1200px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  overflow: hidden;
}
.index-block .ix-sub-title {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
.index-block .title-en {
  font-size: 21px;
  color: #0268ac;
  font-weight: normal;
  display: inline-block;
  float: left;
  line-height: 24px;
  font-family: Helvetica, Arial;
}
.index-block .title-ct {
  font-size: 14px;
  float: left;
  display: inline-block;
  padding: 2px 0 0 15px;
}
.index-block .ix-center-title {
  text-align: center;
  margin: 20px 0 30px 0;
}
.index-block .ix-center-title .title-main {
  color: #3c7133;
  font-weight: bold;
  font-size: 24px;
  display: inline;
  text-align: center;
  padding: 0 25px;
  border-right: 1px solid #8fb888;
  border-left: 1px solid #8fb888;
}
.index-block .ix-center-title .title-sub {
  color: #797979;
  font-size: 15px;
  padding: 15px 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: 15px;
  }
}
@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: 1000px;
  margin: 0 auto;
}
.mb-index-topimg-bk .bx-default-pager,
.mb-index-topimg-bk .bx-controls {
  display: none;
}
@media screen and (max-width: 1100px) {
  .index-topimg-bk {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .index-topimg-bk {
    height: 321px;
  }
}
@media screen and (max-width: 500px) {
  .index-topimg-bk {
    height: 209px;
  }
}
@media screen and (max-width: 400px) {
  .index-topimg-bk {
    height: 167px;
  }
}
/* 滿版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;
  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 (min-width: 992px) {
  .mb-index-topimg-bk {
    display: none;
  }
}
@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) {
  
}
/*
=======================
index-pr-hl
顯示內容：資料4筆(初始)
PRODUCT List X4 Style Code
=======================
*/
/*title*/
.index-pr-hl {
  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: 100%;
}
.index-pr-hl .infolist li {
  width: 25%;
  margin: 0 0 15px;
  float: left;
}
.index-pr-hl .infolist .infolist-article {
  padding: 0;
  width: 100%;
  display: inline-block;
}
.index-pr-hl .infolist .img-border {
  border: 1px solid #d6d6d6;
  padding: 3px;
}
.index-pr-hl .infolist .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-pr-hl .infolist .info-img-con a:after {
  padding-top: 68%;
  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: left;
}
.index-pr-hl .infolist .info-title a {
  font-size: 16px;
  font-weight: bold;
  color: #1476a7;
  text-decoration: none;
}
.index-pr-hl .infolist .info-title a:hover {
  color: #063f5b;
}
.index-pr-hl .infolist .brief-section {
  font-size: 13px;
  height: 5.2em;
  margin: 0.7em;
  overflow: hidden;
  color: #434343;
  text-align: justify;
  line-height: 1.8em;
}
@media screen and (max-width: 991px) {
  .index-pr-hl .infolist {
    width: 102%;
  }
  .index-pr-hl .infolist li {
    width: 50%;
  }
  .index-pr-hl .infolist .info-title {
    height: 45px;
    overflow: hidden;
  }
  .index-pr-hl .infolist .infolist-article {
    width: 100%;
    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;
    padding: 0;
  }
  .index-pr-hl .infolist .info-title {
    height: auto;
    overflow: inherit;
  }
  .index-pr-hl .infolist .infolist-article {
    width: 100%;
  }
}
/*
資料4筆-圓角
index-pr-hl+index-pr-qoo
*/
.index-pr-qoo {
  margin: 0 0 30px 0;
}
.index-pr-qoo .infolist .img-border {
  padding: 0;
  border: 0;
}
.index-pr-qoo .infolist .info-img-con img {
  border-radius: 15px;
}
.index-pr-qoo .info-post-time {
  color: #868686;
}
.index-pr-qoo .infolist .info-title {
  text-align: left;
}
.index-pr-qoo .infolist .info-title a {
  color: #588300;
  font-weight: bold;
  font-size: 16px;
}
.index-pr-qoo .infolist .info-main-con {
  padding: 15px 0 0 0;
}
.index-pr-qoo .infolist .info-img-con a:after {
  padding-top: 66%;
}
.index-pr-qoo .infolist .info-title {
  height: 25px;
  line-height: 25px;
}
.index-pr-qoo .ix-info-more {
  text-align: center;
}
.index-pr-qoo .ix-info-more a {
  color: #937f5b;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 3px 20px;
  border: 2px solid #c5b79e;
  border-radius: 5px;
}
.index-pr-qoo .ix-info-more a:hover {
  color: #df5b13;
  border: 2px solid #df5b13;
}
.index-pr-qoo .infolist .info-img-con img:hover {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (max-width: 500px) {
  .index-pr-qoo .infolist .info-title {
    height: auto;
  }
}
/*-----------------------------
index-pr-hl pr-show-three
顯示內容：資料3筆
-----------------------------*/
.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%;
  }
}
/*-----------------------------
index-pr-hl pr-show-three-slider
顯示內容：資料3筆左右切換
PRODUCT List Slider X3
-----------------------------*/
#creation-page .pr-show-three-slider {
  overflow: initial;
  padding: 25px 0 35px 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: 32%;
}
#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;
}
@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 標題色塊
-----------------------------*/
#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;
}
/*-----------------------------
PRODUCT List Slider X5 個+色Bar
-----------------------------*/
#creation-page .pr-show-5-slider {
  overflow: initial;
  padding: 0;
}
#creation-page .pr-show-5-slider .infolist .infolist-article {
  width: 100%;
  padding: 0;
}
#creation-page .pr-show-5-slider .img-border {
  border: 0;
  padding: 0;
}
#creation-page .pr-show-5-slider .infolist .info-main-con {
  padding: 0;
}
#creation-page .pr-show-5-slider .info-title a {
  height: 40px;
  padding: 1px 20px;
}
#creation-page .pr-show-5-slider .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  margin: 0;
  width: 25px;
  height: 50px;
  top: 32%;
}
#creation-page .pr-show-5-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-5-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-5-slider .bx-wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #creation-page .pr-show-5-slider .bx-wrapper {
    width: 890px;
  }
}
@media screen and (max-width: 1050px) {
  #creation-page .pr-show-5-slider .bx-wrapper {
    width: 660px;
  }
}
@media screen and (max-width: 780px) {
  #creation-page .pr-show-5-slider .bx-wrapper {
    width: 440px;
  }
}
@media screen and (max-width: 550px) {
  #creation-page .pr-show-5-slider .bx-wrapper {
    width: 215px;
  }
}
/*-----------------------------
PRODUCT List Slider X5 個-純圖片顯示
-----------------------------*/
#creation-page .pr-show-5-img-slider {
  padding: 0 0 50px 0;
}
#creation-page .pr-show-5-img-slider .infolist .info-img-con a:after {
  padding-top: 32%;
}
#creation-page .pr-show-5-img-slider .bx-wrapper .bx-controls-direction a {
  top: 10%;
}
/*-----------------------------
版型1
index-pr-hl pr-show-three index-pr-hl-tp1
-----------------------------*/
#index-pr-hl-tp1 .infolist .info-title {
  text-align: left;
  height: auto;
  padding: 0 0 15px 0;
}
#index-pr-hl-tp1 .infolist .info-title a {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 30px;
  background: url(../images/icon/list_title.png) no-repeat 0 center;
  background-size: 16px 16px;
}
#index-pr-hl-tp1 .infolist .info-img-con a:after {
  padding-top: 58%;
}
#index-pr-hl-tp1 .info-main-con {
  padding: 0;
}
#index-pr-hl-tp1 .sub-infolist-con {
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}
#index-pr-hl-tp1 .sub-infolist-con li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#index-pr-hl-tp1 .sub-infolist-con li a {
  font-size: 14px;
  padding: 0 0 0 20px;
  background: url(../images/ms_left_list_gray.png) no-repeat 0 center;
}
@media screen and (max-width: 768px) {
  #index-pr-hl-tp1 .infolist > li {
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 0 auto;
    padding: 0 10px 20px;
  }
  #index-pr-hl-tp1 .infolist li .infolist-article {
    max-width: 500px;
    width: 100%;
  }
}
/*
=======================
NEWS HL 版
=======================
*/
.index-news-hl {
  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的檔案)
=======================
*/
.event-banner-bk {
  margin: 0 auto;
}
.event-banner-bk .ns-horizontal2-bk {
  max-width: inherit;
  margin: 0;
}
.event-banner-bk .ns-horizontal2 {
  margin: 0;
}
.event-banner-bk .sub-ad-infolist li {
  padding: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  .event-banner-bk .col-md-9 {
    width: 73%;
  }
  .event-banner-bk .col-md-3 {
    width: 26%;
  }
}
/*
=======================
樣式3
=======================
*/
/*index-news-straight(直)*/
.index-news-straight {
  padding: 25px 0 0;
}
.index-news-straight .index-new-list li {
  border-bottom: 1px dotted #c0c0c0;
  margin: 0 0 11px;
}
.index-news-straight .post-date {
  padding: 0 0 0 50px;
  font-weight: bold;
  color: #d67308;
  background: url(../images/news.png) no-repeat 0 0;
}
.index-news-straight .new-title {
  display: inline-block;
  height: 22px;
  overflow: hidden;
  width: 100%;
}
.index-news-straight .new-title a {
  text-decoration: none;
}
/*產品介紹區*/
#creation-page .index-ptlist-bk {
  display: inline-block;
  width: 100%;
}
#creation-page .index-ptlist-bk .ptlist-con-title {
  font-size: 24px;
  color: #aaa9a9;
  font-weight: normal;
  color: #6e6e6e;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
}
#creation-page .index-ptlist-bk .index-ptlist-con {
  padding: 20px 0 0 0;
  width: 100%;
}
#creation-page .index-ptlist-bk .ptinfo-article {
  display: inline-block;
  box-shadow: 3px 3px #e7e7e7;
  border: 1px solid #c7c7c7;
  padding: 2px;
  max-width: 364px;
  width: 89%;
  margin: 0 0 40px 0;
}
#creation-page .index-ptlist-bk .pt-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#creation-page .index-ptlist-bk .pt-img-con :after {
  padding-top: 64%;
  content: "";
  display: block;
}
#creation-page .index-ptlist-bk .pt-img-con a {
  display: block;
}
#creation-page .index-ptlist-bk .pt-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
#creation-page .index-ptlist-bk .pt-title {
  position: relative;
  z-index: 9999;
  width: 80%;
  text-align: center;
  margin: -20px auto 0 auto;
  padding: 10px 0;
  background: #77c36b;
  box-shadow: 3px 3px rgba(51, 51, 102, 0.3);
}
#creation-page .index-ptlist-bk .pt-title h3 {
  height: 1.5em;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #FFF;
}
#creation-page .index-ptlist-bk .info-html-edit {
  padding: 25px 0;
  width: 80%;
  margin: 0 auto;
}
#creation-page .index-ptlist-bk .info-html-edit ul {
  padding: 0;
  display: inline-block;
}
#creation-page .index-ptlist-bk .info-html-edit li {
  list-style: none;
  display: inline-block;
  float: left;
}
#creation-page .index-ptlist-bk .info-html-edit li a {
  padding: 0 25px 0 0;
}
@media screen and (max-width: 991px) {
  #creation-page .index-ptlist-bk .ptinfo-article {
    margin: 0 auto 40px	 auto;
    display: block;
  }
  #creation-page .index-ptlist-bk .info-html-edit {
    height: 130px;
    padding: 25px 0 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #creation-page .index-ptlist-bk .info-html-edit {
    height: auto;
    padding: 25px 0 15px 0;
  }
  #creation-page .index-ptlist-bk .pt-title {
    width: 100%;
    box-shadow: none;
  }
}
/*產品介紹區-FIX*/
.index-ptlist-con {
  display: inline-block;
}
.index-ptlist-con .row > div {
  position: relative;
}
.index-ptlist-con .row > div:after {
  content: "";
  padding-top: 110%;
  display: block;
}
.index-ptlist-con .ptinfo-article {
  position: absolute;
  top: 0;
  left: 17px;
}
@media screen and (max-width: 1100px) {
  .index-ptlist-con .row > div::after {
    padding-top: 130%;
  }
}
@media screen and (max-width: 991px) {
  .index-ptlist-con .row > div::after {
    padding-top: 120%;
  }
}
@media screen and (max-width: 767px) {
  .index-ptlist-con .ptinfo-article {
    position: initial;
  }
  .index-ptlist-con .row > div::after {
    padding-top: 0;
  }
}
/*最新消息區*/
.ixnews-tp2 .index-news-title {
  text-align: left;
  font-size: 18px;
  color: #aaa9a9;
  font-weight: normal;
  color: #6e6e6e;
  margin: 0;
  padding: 0 0 20px 0;
}
.ixnews-tp2 .index-news-con {
  padding: 30px 15px 25px;
  box-shadow: 3px 3px #e7e7e7;
  border: 1px solid #c7c7c7;
}
.ixnews-tp2 .i-news-title {
  display: inline-block;
  width: 75%;
}
.ixnews-tp2 .i-news-time {
  display: inline-block;
  float: right;
  color: #434343;
}
.ixnews-tp2 .i-newslist {
  display: inline-block;
  width: 100%;
}
.ixnews-tp2 .i-newslist li {
  font-size: 14px;
  padding: 0 0 5px;
  margin: 0 2% 10px;
  border-bottom: 1px solid #e0e0e0;
  width: 96%;
  float: left;
}
.ixnews-tp2 .i-newslist li a {
  color: #ce5d02;
  padding: 0 0 0 60px;
  height: 25px;
  display: inline-block;
  line-height: 21px;
  overflow: hidden;
  background: url(../images/news.png) no-repeat 0 0;
}
.ixnews-tp2 .i-newslist li a:hover {
  color: #aa1909;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .ixnews-tp2 .i-newslist li {
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .ixnews-tp2 .index-news-con {
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .ixnews-tp2 .i-newslist li {
    width: 96%;
  }
  .ixnews-tp2 .i-news-time {
    display: block;
    float: none;
    padding: 0;
  }
  .ixnews-tp2 .i-newslist li {
    margin: 0 0 10px;
  }
  .ixnews-tp2 .i-newslist li a {
    background: none;
    padding: 0;
  }
}
/*
=======================
樣式4
=======================
*/
/*ixnews-straight-tp2 產品列表左右切換*/
.pr-slider-tp2 {
  position: relative;
  padding: 0 0 15px 0;
}
.pr-slider-tp2 .ix-infolist-tag-con {
  width: 100%;
  overflow: hidden;
}
.pr-slider-tp2 .infolist .info-img-con a:after {
  padding-top: 75%;
}
.pr-slider-tp2 .infolist {
  margin: 0;
  width: 105%;
}
.pr-slider-tp2 .infolist li {
  width: 50%;
}
.pr-slider-tp2 .infolist .infolist-article {
  width: 100%;
  padding: 0 10px 0 0;
}
.pr-slider-tp2 .post-times {
  font-size: 13px;
  font-weight: bold;
  color: #1573b1;
  padding: 5px 0 0 0;
}
.pr-slider-tp2 .infolist .info-main-con {
  padding: 15px 0 0 0;
  text-align: center;
}
.pr-slider-tp2 .infolist .info-title {
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
  line-height: 21px;
  height: 46px;
}
.pr-slider-tp2 .infolist .info-title a {
  color: #00568c;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
.pr-slider-tp2 .bx-default-pager {
  display: none;
}
.pr-slider-tp2 .page-switch {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}
.pr-slider-tp2 .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;
}
.pr-slider-tp2 .page-switch a:hover {
  background: url(../images/ix_sw.jpg) no-repeat 0 0;
  opacity: 0.8;
  background-size: cover;
  border: 0;
}
.pr-slider-tp2 .page-switch .next-page {
  background-position: -26px 0;
}
.pr-slider-tp2 .page-switch .next-page:hover {
  background-position: -26px 0;
}
/*ixnews-straight-tp2 文字列表V2*/
.ixnews-straight-tp2 .index-new-list li {
  border-bottom: 1px dotted #c0c0c0;
  margin: 0 0 11px;
}
.ixnews-straight-tp2 .post-date {
  padding: 0;
  font-weight: bold;
  color: #d67308;
  font-size: 15px;
  font-family: Helvetica,Arial;
}
.ixnews-straight-tp2 .new-title {
  display: inline-block;
  height: 45px;
  overflow: hidden;
  width: 100%;
  font-size: 13px;
}
.ixnews-straight-tp2 .new-title a {
  text-decoration: none;
  color: #003959;
}
.ixnews-straight-tp2 .new-title a:hover {
  color: #008fd5;
}
/*
=======================
ix-infolist-tp1
顯示內容：資料3筆
=======================
*/
.ix-infolist-tp1 {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
.ix-infolist-tp1 li {
  width: 33.33333%;
  margin: 0 0 15px;
  padding: 0 10px;
  float: left;
}
.ix-infolist-tp1 .infolist-article {
  padding: 5px;
  width: 100%;
  display: inline-block;
  border: 1px solid #d6d6d6;
}
.ix-infolist-tp1 .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ix-infolist-tp1 .info-img-con a:after {
  padding-top: 55%;
  content: "";
  display: block;
}
.ix-infolist-tp1 .info-img-con a {
  display: block;
}
.ix-infolist-tp1 .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.ix-infolist-tp1 .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;
}
.ix-infolist-tp1 .info-img-con:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ix-infolist-tp1 .info-main-con {
  float: left;
  width: 100%;
  padding: 20px 25px;
}
.ix-infolist-tp1 .info-header {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0 15px;
  margin: 0 0 15px 0;
}
.ix-infolist-tp1 .info-title {
  height: 35px;
  line-height: 31px;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.ix-infolist-tp1 .info-title a {
  font-size: 18px;
  font-weight: bold;
  color: #00709a;
  text-decoration: none;
}
.ix-infolist-tp1 .info-title a:hover {
  color: #063f5b;
}
.ix-infolist-tp1 .post-time {
  color: #434343;
  font-size: 15px;
  margin: 0;
  display: inline-block;
  font-family: Helvetica, Arial;
  text-align: center;
  width: 100%;
}
.ix-infolist-tp1 .brief-section {
  font-size: 14px;
  color: #434343;
  line-height: 1.8;
  height: 5.5em;
  overflow: hidden;
}
.ix-infolist-tp1 .info-more {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
}
.ix-infolist-tp1 .info-more a {
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ix-infolist-tp1 li {
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 0 auto;
    padding: 0 10px 20px 10px;
  }
}
/*
ix-infolist-tp1+ix-ct-bg-img
資料3筆+底圖版
*/
@media screen and (min-width: 769px) {
  .index-block .ix-ct-bg-img {
    background: url(../images/demo/imgbg.jpg) no-repeat center 0;
    background-size: cover;
  }
  .index-block .ix-ct-bg-img .ix-center-title .title-main {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    color: #FFF;
  }
  .index-block .ix-ct-bg-img .title-sub {
    color: #FFF;
  }
  .index-block .ix-ct-bg-img .infolist-article {
    background: #FFF;
    border: 0;
  }
}
/*
ix-infolist-tp1+ix-infolist-lite
資料3筆+精簡版
*/
.index-block .ix-infolist-lite .infolist-article {
  padding: 0;
  border: 0;
}
.index-block .ix-infolist-lite .info-header {
  border: 0;
}
.index-block .ix-infolist-lite .info-title {
  text-align: left;
}
.index-block .ix-infolist-lite .info-title a {
  font-size: 15px;
}
.index-block .ix-infolist-lite .post-time {
  text-align: left;
}
.index-block .ix-infolist-lite .info-header {
  margin: 0;
  padding: 0 0 10px 0;
}
.index-block .ix-infolist-lite .info-main-con {
  padding: 20px 0 0 0;
}
/*
ix-infolist-tp1+ix-infolist-tp1-left
資料3筆+置左
*/
.index-block .ix-infolist-left .info-title,
.index-block .ix-infolist-left .post-time {
  text-align: left;
}
.index-block .ix-infolist-left .info-header {
  margin: 0;
}
.index-block .ix-infolist-left .info-header {
  border: 0;
}
/*
=======================
ix-infolist-tp2
資料4筆,左右切換功能
=======================
*/
.ix-ct-bg-green {
  background: #eef3ed;
  padding: 0 0 30px 0;
}
.ix-infolist-tp2 #prtp002 .infolist-article {
  border: 0;
  background: #FFF;
}
.ix-infolist-tp2 #prtp002 .infolist {
  margin: 0 auto;
}
.ix-infolist-tp2 #prtp002 .infolist li {
  width: 25%;
}
.ix-infolist-tp2 #prtp002 .infolist-article .info-title {
  margin: 10px 25px 0 25px;
  border-bottom: 1px solid #c9c9c9;
  height: 40px;
}
.ix-infolist-tp2 #prtp002 .infolist-article .info-title a {
  font-size: 16px;
  font-weight: bold;
  color: #00709a;
}
.ix-infolist-tp2 #prtp002 .infolist-article .info-dn-con {
  font-size: 14px;
  margin: 0 25px 10px 15px;
  padding: 0;
  text-align: center;
  height: 50px;
  overflow: hidden;
  display: inline-block;
}
.ix-infolist-tp2 #prtp002 .info-dn-con-title {
  text-align: center;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
}
#creation-page .ix-infolist-tp2 {
  overflow: initial;
  padding: 25px 0 35px 0;
}
#creation-page .ix-infolist-tp2 .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  margin: 0;
  width: 43px;
  height: 43px;
  top: 32%;
}
#creation-page .ix-infolist-tp2 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -60px;
  background: url(../images/layout/sw_left.png) no-repeat 0 0;
}
#creation-page .ix-infolist-tp2 .bx-wrapper .bx-controls-direction .bx-next {
  right: -60px;
  background: url(../images/layout/sw_right.png) no-repeat 0 0;
}
#creation-page .ix-infolist-tp2 .bx-wrapper {
  width: 1100px;
  margin: 0 auto;
}
#creation-page .ix-infolist-tp2 .bx-wrapper .bx-pager,
#creation-page .ix-infolist-tp2 .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
@media screen and (max-width: 1250px) {
  #creation-page .ix-infolist-tp2 .bx-wrapper {
    width: 825px;
  }
}
@media screen and (max-width: 991px) {
  #creation-page .ix-infolist-tp2 .bx-wrapper {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  #creation-page .ix-infolist-tp2 .bx-wrapper {
    width: 275px;
  }
}
@media screen and (max-width: 500px) {
  #creation-page .ix-infolist-tp2 .bx-controls-direction {
    display: none;
  }
  .ix-infolist-tp2 .infolist li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 28px auto;
    float: none;
  }
  .ix-infolist-tp2 .infolist li .infolist-article {
    width: 100%;
  }
}
/*
=======================
ix-infolist-tp3+bubble-infolist
資料5筆,圓形版型顯示
=======================
*/
.ix-infolist-tp3 {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  background: url(../images/index/bg1.jpg) no-repeat;
  background-size: cover;
}
.ix-infolist-tp3 .ix-center-title {
  margin: 0 0 30px;
}
.ix-infolist-tp3 .ix-center-title .title-main {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.ix-infolist-tp3 .bubble-infolist-con {
  max-width: 1200px;
  margin: 0 auto;
}
.ix-infolist-tp3 .bubble-infolist-con li {
  float: left;
  width: 20%;
  padding: 0 30px;
}
.ix-infolist-tp3 .bubble-infolist-con .img-border {
  max-width: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 9999px;
}
.ix-infolist-tp3 .bubble-infolist-con .info-title {
  margin: 30px 0 0 0;
  font-size: 15px;
}
.ix-infolist-tp3 .bubble-infolist-con .info-title a {
  color: #FFF;
  text-decoration: none;
}
.ix-infolist-tp3 .bubble-infolist-con .info-title a:hover {
  opacity: 0.8;
}
.ix-infolist-tp3 .infolist-article {
  text-align: center;
}
.ix-infolist-tp3 .ix-center-title .title-main,
.ix-infolist-tp3 .ix-center-title .title-sub {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .ix-infolist-tp3 .bubble-infolist-con li {
    width: 33.33%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .ix-infolist-tp3 .bubble-infolist-con li {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .ix-infolist-tp3 .bubble-infolist-con li {
    width: 100%;
  }
}
/**
infolist-show4
顯示4筆資料
**/
@media screen and (min-width: 992px) {
  .ix-infolist-tp3 .infolist-show4 li {
    width: 25%;
    padding: 0;
  }
  .ix-infolist-tp3 .infolist-show4 li .infolist-article {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .ix-infolist-tp3 .infolist-show4 li {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .ix-infolist-tp3 .infolist-show4 li {
    width: 50%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 450px) {
  .ix-infolist-tp3 .infolist-show4 li {
    width: 100%;
  }
}
/**
ix-infolist-tp3-nobg
無底圖
**/
.ix-infolist-tp3-nobg {
  background: none;
}
.ix-infolist-tp3-nobg .bubble-infolist-con .info-title a {
  font-size: 18px;
  color: #0292c1;
}
.ix-infolist-tp3-nobg .bubble-infolist-con .info-title {
  font-size: 18px;
  color: #0292c1;
}
.ix-infolist-tp3-nobg li {
  border-right: 2px solid #ededed;
}
.ix-infolist-tp3-nobg li:last-child {
  border: 0;
}
@media screen and (max-width: 450px) {
  .ix-infolist-tp3-nobg .infolist-show4 li {
    border: 0;
  }
}
/*
=======================
ix-infotxt-bk for index5.php
=======================
*/
.ix-infotxt-bk {
  padding: 50px 0;
  background: url(../images/demo/imgbg2.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
}
.ix-infotxt-bk .ix-ae-bg {
  background: rgba(653, 653, 653, 0.9);
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 68px;
}
.ix-infotxt-bk .ae-info-title {
  font-size: 24px;
  margin: 0 0 25px 0;
  color: #3c7133;
}
.ix-infotxt-bk .ae-info-con {
  line-height: 24px;
}
.ix-infotxt-bk .ae-info-more {
  display: inline-block;
  margin: 30px auto 0 auto;
  padding: 10px 25px;
  text-align: center;
  background: #3c7133;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 930px) {
  .ix-infotxt-bk .ix-ae-bg {
    margin: 0 15px;
  }
}
/*
=======================
樣式7 for index7.php
=======================
*/
.index-topimg-narrow-bk {
  max-width: 1200PX;
  max-height: 410px;
  margin: 30px auto 0 auto;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.index-topimg-narrow-bk .bx-wrapper .bx-pager,
.index-topimg-narrow-bk .bx-wrapper .bx-controls-auto {
  bottom: 15px;
  z-index: 200;
}
#ix-infolist-txt2 {
  padding: 30px 0 0 0;
}
#ix-infolist-txt2 .news-entry ul {
  max-width: 1200px;
}
#ix-infolist-txt2 .news-entry {
  margin: 0;
}
#pr-show-5-img-slider .bx-wrapper .bx-controls-direction a,
.pr-show-5-slider .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}
/*
=======================
ix-about-tp1
關於我們排版1
=======================
*/
.index-block .ix-about-tp1 {
  background: #0b6da3;
  color: #FFF;
}
.index-block .ix-about-tp1 .ix-about-tp1-con {
  padding: 6% 0 0 45%;
  min-height: 340px;
  line-height: 2;
  background: url(../images/index/index_about.jpg) no-repeat 0 0;
  background-size: auto 100% ;
}
.index-block .ix-about-tp1 .ix-title-txt {
  font-size: 28px;
  font-family: 'OpenSans';
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.index-block .ix-about-tp1 .ix-dn-txt {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 991px) {
  .index-block .ix-about-tp1 {
    text-align: center;
  }
  .index-block .ix-about-tp1 .ix-about-tp1-con {
    background: none;
    padding: 35px 0 80px 0;
    min-height: inherit;
  }
}
/*
=======================
組合9使用 for index9.php
=======================
*/
#tp9-ix-page-bk {
  background: #FFF;
  padding: 40px 35px;
  position: relative;
  top: -100px;
  z-index: 100;
}
#tp9-ix-page-bk #index-pr-hl-tp1 {
  padding: 0;
}
#tp9-ix-page-bk .ix-infolist-tp1 {
  border-top: 1px solid #ebf0f2;
  padding: 30px 0 0 0;
}
#tp9-ix-page-bk .ix-center-title {
  margin: 0 0 30px 0;
}
#tp9-ix-page-bk .ix-center-title .title-main {
  border: 0;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #tp9-ix-page-bk {
    position: inherit;
    padding: 30px 0;
  }
}
/*
=======================
組合10使用 for index10.php
=======================
*/
#tp10-subinfo-bk {
  width: 100%;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
#tp10-subinfo-bk .sub-banner-con {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
#tp10-subinfo-bk .sub-banner-con a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#tp10-subinfo-bk .sub-banner-title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  z-index: 1;
  font-size: 19px;
  font-weight: normal;
  padding: 10px 0;
}
#tp10-subinfo-bk .sub-banner-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;
}
#tp10-subinfo-bk .sub-banner-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);
}
.sub-banner-list3,
.sub-banner-list4,
.sub-banner-list5 {
  width: 101%;
  padding: 5px 0 0 0;
  display: inline-block;
}
.sub-banner-list3 .sub-banner-con {
  width: 33.33%;
}
.sub-banner-list4 .sub-banner-con {
  width: 25%;
}
.sub-banner-list5 .sub-banner-con {
  width: 20%;
}
.tp10-slogan {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.tp10-slogan .tp10-slogan-title {
  color: #e14f00;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.tp10-slogan .tp10-sub-slogan {
  color: #787878;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #tp10-subinfo-bk .sub-banner-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 660px) {
  #tp10-subinfo-bk .sub-banner-list3 .sub-banner-con {
    width: 100%;
    float: left;
    padding: 0;
  }
}
/*-----------------------------
ix-infotxt-tp1
左右滿版資訊顯示
-----------------------------*/
.ix-infotxt-tp1 {
  color: #FFF;
  padding: 50px 0;
  margin: 0 0 30px 0;
  background: url(../images/index/bg1.jpg) no-repeat 0 0;
  background-size: cover;
}
.ix-infotxt-tp1 .infotxt-title {
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.ix-infotxt-tp1 .ix-infotxt-con {
  line-height: 2;
  padding: 0 20px;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.ix-infotxt-tp1 .ix-info-more {
  text-align: center;
  padding: 35px 0 0 0;
}
.ix-infotxt-tp1 .ix-info-more a {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 3px 20px;
  border: 2px solid #FFF;
  border-radius: 5px;
}
.ix-infotxt-tp1 .ix-info-more a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .ix-infotxt-tp1 .ix-infotxt-con {
    text-align: left;
  }
  .ix-infotxt-tp1 .ix-infotxt-con br {
    display: none;
  }
}
/*-----------------------------
ix-infotxt-tp2
左右滿版資訊顯示
-----------------------------*/
.ix-infotxt-tp2 {
  color: #FFF;
  padding: 50px 0;
  margin: 0 0 30px 0;
  background: url(../images/index/bg1.jpg) no-repeat 0 0;
  background-size: cover;
}
.ix-infotxt-tp2 .infotxt-title {
  padding: 0 0 35px 0;
  margin: 0;
  text-align: center;
  font-size: 26px;
}
.ix-infotxt-tp2 .ix-infotxt-con {
  line-height: 2;
  padding: 0 20px;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.ix-infotxt-tp2 .ix-info-more {
  text-align: center;
  padding: 0;
}
.ix-infotxt-tp2 .ix-info-more a {
  padding: 10px 25px;
  background: #0a588e;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.ix-infotxt-tp2 .ix-info-more a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .ix-infotxt-tp2 .ix-infotxt-con {
    text-align: left;
  }
  .ix-infotxt-tp2 .ix-infotxt-con br {
    display: none;
  }
}
/*
=======================
組合1使用
index.php
=======================
*/
.tp1-center-title {
  text-align: center;
  margin: 0 0 25px 0;
}
.tp1-center-title .title-main {
  color: #1d9238;
  font-size: 30px;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  font-family: 'OpenSans';
  border-bottom: 1px solid #cdcdcd;
  display: inline-block;
}
.tp1-center-title .title-sub {
  font-size: 15px;
  color: #797979;
}
#tp1-subinfo-bk {
  width: 100%;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
#tp1-subinfo-bk .sub-banner-con {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
#tp1-subinfo-bk .sub-banner-con a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#tp1-subinfo-bk .sub-banner-title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  z-index: 1;
  font-size: 19px;
  font-weight: normal;
  padding: 7px 0;
}
#tp1-subinfo-bk .sub-banner-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;
}
#tp1-subinfo-bk .sub-banner-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);
}
#tp1-subinfo-bk #subtag1 .sub-banner-title {
  background-color: rgba(184, 140, 115, 0.8);
}
#tp1-subinfo-bk #subtag2 .sub-banner-title {
  background-color: rgba(91, 152, 48, 0.8);
}
#tp1-subinfo-bk #subtag3 .sub-banner-title {
  background-color: rgba(240, 79, 50, 0.8);
}
#tp1-subinfo-bk #subtag4 .sub-banner-title {
  background-color: rgba(52, 115, 156, 0.8);
}
#tp1-subinfo-bk #subtag5 .sub-banner-title {
  background-color: rgba(248, 142, 30, 0.8);
}
.tp1-index-sub-bk .ix-sub-title .title-en {
  font-size: 24px;
  color: #50610a;
  font-family: 'OpenSans';
}
.tp1-index-sub-bk .ix-sub-title .title-ct {
  font-size: 15px;
  color: #798938;
}
.tp1-index-sub-bk .index-news-bk .infolist {
  width: 101.5%;
}
@media screen and (max-width: 991px) {
  #tp1-subinfo-bk .sub-banner-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tp1-index-sub-bk .ix-sub-title .title-en {
    font-size: 20px;
  }
  .tp1-center-title .title-main {
    font-size: 20px;
  }
}
@media screen and (max-width: 660px) {
  #tp1-subinfo-bk .sub-banner-list3 .sub-banner-con {
    width: 100%;
    float: left;
    padding: 0;
  }
}
.tp1-index-sub-bk {
  max-width: 1230px;
  margin: 0 auto;
  padding: 35px 15px 50px 15px;
}
.tp1-index-sub-bk .index-news-bk .infolist li {
  width: 99%;
}
.tp1-index-sub-bk .index-news-bk .infolist-article {
  padding: 5px;
  width: 100%;
  display: inline-block;
  border: 1px solid #d6d6d6;
}
.tp1-index-sub-bk .index-news-bk .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tp1-index-sub-bk .index-news-bk .info-img-con a:after {
  padding-top: 65%;
  content: "";
  display: block;
}
.tp1-index-sub-bk .index-news-bk .info-img-con a {
  display: block;
}
.tp1-index-sub-bk .index-news-bk .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.tp1-index-sub-bk .index-news-bk .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;
}
.tp1-index-sub-bk .index-news-bk .info-img-con:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tp1-index-sub-bk .index-news-bk .info-main-con {
  float: left;
  width: 100%;
  padding: 10px 25px 0 25px;
  border: 0;
}
.tp1-index-sub-bk .index-news-bk .info-header {
  padding: 0;
  margin: 0;
}
.tp1-index-sub-bk .index-news-bk .info-title {
  height: 35px;
  line-height: 31px;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.tp1-index-sub-bk .index-news-bk .info-title a {
  font-size: 16px;
  font-weight: bold;
  color: #1476a7;
  text-decoration: none;
}
.tp1-index-sub-bk .index-news-bk .info-title a:hover {
  color: #063f5b;
}
.tp1-index-sub-bk .index-news-bk .post-time {
  color: #434343;
  font-size: 15px;
  margin: 0;
  display: inline-block;
  font-family: Helvetica, Arial;
  text-align: center;
  width: 100%;
}
.tp1-index-sub-bk .index-news-bk .brief-section {
  font-size: 14px;
  color: #434343;
  line-height: 1.8;
  height: 5.5em;
  overflow: hidden;
}
.tp1-index-sub-bk .index-news-bk .info-more {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
}
.tp1-index-sub-bk .index-news-bk .info-more a {
  text-decoration: underline;
  font-size: 14px;
}
.tp1-index-sub-bk .index-news-bk .page-switch a,
.tp1-index-sub-bk .index-news-bk .page-switch span {
  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;
  cursor: pointer;
}
.tp1-index-sub-bk .index-news-bk .page-switch a:hover,
.tp1-index-sub-bk .index-news-bk .page-switch span:hover {
  background: url(../images/ix_sw.jpg) no-repeat 0 0;
  opacity: 0.8;
  background-size: cover;
  border: 0;
}
.tp1-index-sub-bk .index-news-bk .page-switch .next-page {
  background-position: -26px 0;
}
.tp1-index-sub-bk .index-news-bk .page-switch .next-page:hover {
  background-position: -26px 0;
}
@media screen and (max-width: 800px) {
  #tp1-subinfo-bk .sub-banner-list5 {
    width: 100%;
    padding: 0;
    display: block;
  }
  #tp1-subinfo-bk .sub-banner-list5 .sub-banner-con {
    width: 50%;
    padding: 1px 3px;
  }
}
@media screen and (max-width: 400px) {
  #tp1-subinfo-bk .sub-banner-list5 .sub-banner-con {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1200px) {
  .tp1-index-sub-bk .index-video-bk .video-tag-con iframe {
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .tp1-index-sub-bk .index-video-bk .video-tag-con iframe {
    height: 205px;
  }
}
@media screen and (max-width: 768px) {
  .tp1-index-sub-bk {
    padding: 15px 15px 25px 15px;
  }
  .tp1-index-sub-bk .index-video-bk {
    padding: 0;
  }
  .index-block #creation-page .tp1-index-sub-bk .ix-sub-title {
    text-align: left;
  }
  .index-block #creation-page .tp1-index-sub-bk .title-en,
  .index-block #creation-page .tp1-index-sub-bk .title-ct {
    display: inline-block;
  }
  .index-block #creation-page .tp1-index-sub-bk .title-ct {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .tp1-index-sub-bk .index-video-bk .video-tag-con iframe {
    height: 320px;
    margin: 0 auto;
    display: block;
  }
  .index-block #creation-page .tp1-index-sub-bk .index-news-bk {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .tp1-index-sub-bk .index-video-bk .video-tag-con iframe {
    height: 200px;
  }
  .tp1-index-sub-bk .index-news-bk .infolist li {
    padding: 0 20px 0 0;
    width: 100%;
  }
}
/*======INDEX CSS CODE END======*//*====================================*/
/*======INDEX CSS CODE======*/
/*====================================*/
/*廣告區Banner*/
.ixbanner-s2-bk {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.ixbanner-s2-bk .indexbanner-con {
  display: inline-block;
}
.ixbanner-s2-bk .bannerlist {
  display: inline-block;
}
.ixbanner-s2-bk .bannerlist li a:hover {
  opacity: 0.8;
}
.ixbanner-s2-bk .bx-controls {
  display: block;
}
.ixbanner-s2-bk .bx-wrapper .bx-pager,
.ixbanner-s2-bk .bx-wrapper .bx-controls-auto {
  z-index: 999;
  bottom: 15px;
  text-align: left;
  padding: 0 0 0 20px;
}
.ixbanner-s2-bk .indexbanner-con {
  width: 77.5%;
  float: left;
}
.ixbanner-s2-bk .bannerlist {
  width: 22.5%;
  float: right;
}
@media screen and (max-width: 992px) {
  .ixbanner-s2-bk {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .ixbanner-s2-bk {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .ixbanner-s2-bk .indexbanner-con {
    width: 100%;
    float: left;
  }
  .ixbanner-s2-bk .bannerlist {
    width: 100%;
    float: left;
  }
  .ixbanner-s2-bk .bannerlist li {
    width: 25%;
    float: left;
  }
}
@media screen and (max-width: 540px) {
  .ixbanner-s2-bk .bannerlist li {
    width: 50%;
    float: left;
  }
}
/*======INDEX CSS CODE END======*//*
=====================
內頁版型
=====================
*/
/*-----------------------------
article-catalog-tp3-bk
-----------------------------*/
#page-content .page-header-tp3 {
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #cfcfcf;
}
#page-content .page-header-tp3 .page-header-title {
  font-size: 26px;
  color: #0571a4;
  font-family: 'OpenSans';
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#page-content .page-header-tp3 .weburltag-con {
  display: inline-block;
  width: auto;
  float: right;
  padding: 12px 0 0 0;
}
.article-catalog-tp3-bk {
  text-align: center;
  background: #d6e3e9;
  color: #2f2f2f;
}
.article-catalog-tp3-bk a {
  text-decoration: none;
  color: #2f2f2f;
}
.article-catalog-tp3-bk ul {
  display: inline-block;
  border-right: 1px solid #9cb6c2;
}
.article-catalog-tp3-bk li {
  display: inline;
}
.article-catalog-tp3-bk li a {
  padding: 15px 40px;
  margin: 0 -4px 0 0;
  display: inline-block;
  font-size: 16px;
  border-left: 1px solid #9cb6c2;
}
.article-catalog-tp3-bk li a:hover,
.article-catalog-tp3-bk li .select {
  background: #2e718d;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .article-catalog-tp3-bk {
    display: inline-block;
    width: 100%;
  }
  .article-catalog-tp3-bk ul {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .article-catalog-tp3-bk li {
    display: inline-block;
    width: 25%;
    float: left;
  }
  .article-catalog-tp3-bk li a {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 15px 0;
  }
  .article-catalog-tp3-bk li:last-child {
    border-right: 1px solid #9cb6c2;
  }
}
@media screen and (max-width: 768px) {
  .article-catalog-tp3-bk li {
    width: 50%;
    border-top: 1px solid #9cb6c2;
  }
}
@media screen and (max-width: 500px) {
  .article-catalog-tp3-bk li {
    width: 100%;
  }
  .article-catalog-tp3-bk li:last-child {
    border-right: 0;
  }
}
/*選單*/
.catalog-horizontal-tp3 {
  display: inline-block;
  padding: 40px 0 30px 0;
  width: 100%;
  text-align: center;
}
.catalog-horizontal-tp3 li {
  display: inline;
  margin: 0 10px;
}
.catalog-horizontal-tp3 li .select,
.catalog-horizontal-tp3 a:hover {
  color: #FFFFFF;
  background: #2e718d;
  border: 2px solid #2e718d;
}
.catalog-horizontal-tp3 a {
  padding: 5px 15px;
  text-decoration: none;
  color: #646464;
  border: 2px solid #dcdcdc;
}
@media screen and (max-width: 991px) {
  .catalog-horizontal-tp3 {
    padding: 20px;
    display: inline-block;
    width: 100%;
  }
  .catalog-horizontal-tp3 li {
    border: 0;
    padding: 0 10px 10px 0;
    margin: 0;
    display: inline-block;
    width: 33.33%;
    float: left;
  }
  .catalog-horizontal-tp3 li a {
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    float: none;
    display: block;
    border: 1px solid #dcdcdc;
  }
  .catalog-horizontal-tp3 li a:hover {
    background: #2e718d;
    border: 1px solid #2e718d;
    color: #FFF;
  }
  .catalog-horizontal-tp3 li .select {
    border: 1px solid #2e718d;
  }
}
@media screen and (max-width: 768px) {
  .catalog-horizontal-tp3 li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .catalog-horizontal-tp3 li {
    width: 100%;
  }
}
/*-----------------------------
內頁版型4 by 使用og版型延伸設計
.page-petp4
-----------------------------*/
#creation-page .page-petp4 .article-multi-catalog .page-header-con .page-title {
  color: #5d9731;
}
#creation-page .page-petp4 .page-con-bk .row > .col-md-3 {
  float: left;
}
#creation-page .page-petp4 .page-con-bk .row > .col-md-9 {
  float: right;
}
#creation-page .page-petp4 .page-con-bk {
  padding: 35px 0 0 0;
}
#creation-page .page-petp4 .page-con-bk .page-article {
  padding: 0 0 30px 0;
}
#creation-page .page-petp4 .page-con-bk .page-article header .n-article-title {
  margin: 0 0 15px 0;
}
#creation-page .page-petp4 .page-con-bk .page-article header h2 {
  font-size: 21px;
  color: #3c3c3c;
}
#creation-page .page-petp4 .article-multi-catalog .main-catalog a {
  background: #5d9731;
}
#creation-page .page-petp4 .article-multi-catalog .sub-catalog .sub-catalog-title a {
  color: #333;
  border: 0;
  padding: 5px 0 5px 15px;
}
#creation-page .page-petp4 .article-multi-catalog .sub-catalog .sub-catalog-title a:hover {
  color: #de6e00;
}
#creation-page .page-petp4 .article-multi-catalog .sub-catalog .sub-catalog-title .select {
  color: #de6e00;
}
#creation-page .page-petp4 .article-multi-catalog .sub-catalog {
  padding: 10px 0 15px 20px;
}
#creation-page .page-petp4 .article-multi-catalog .sub-catalog .sub-catalog-list {
  padding: 8px 0 10px 15px;
}
#page-content .page-header-tp4 {
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}
#page-content .page-header-tp4 .page-header-title {
  font-size: 21px;
  color: #de6e00;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#page-content .page-header-tp4 .weburltag-con {
  display: inline-block;
  width: auto;
  float: right;
  padding: 3px 0;
}
#page-content .page-header-tp4 .container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}
/*檔案下載*/
.page-petp4 .download-file-bk {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px 0;
}
.page-petp4 .download-file-bk .filelist-con li {
  display: inline-block;
  float: left;
  margin: 0 20px 10px 0;
}
.page-petp4 .download-file-bk .filelist-con li a {
  padding: 0 0 0 30px;
  display: inline-block;
  color: #de6e00;
  text-decoration: none;
  background: url(../images/icon/list_load2.png) no-repeat 0 3px;
  background-size: 20px 20px;
}
.page-petp4 .download-file-bk .filelist-con li a:hover {
  color: #d34702;
}
@media screen and (max-width: 991px) {
  #creation-page .page-petp4 .page-con-bk {
    padding: 0;
  }
  #creation-page .page-petp4 .page-con-bk .row > .col-md-9 {
    width: 100%;
    float: none;
    display: inline-block;
  }
  #creation-page .page-petp4 .page-con-bk .row > .col-md-3 {
    width: 100%;
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #page-content .page-header-tp4 .weburltag-con {
    width: 100%;
    float: none;
    text-align: left;
  }
  #page-content .page-header-tp4 .weburltag-con a {
    margin: 0;
  }
}
/*======NEWS CSS CODE======*/
/*LAYOUT*/
.hr-info-con {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 8px 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 0;
  line-height: 24px;
}
.news-block .ct-list-title h2 {
  color: #01647e;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
}
.news-block .backlist {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 35px 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;
}
.product-block .backlist a,
.news-block .backlist a {
  border-radius: 5px;
}
.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: 768px) {
  .news-block #page-content .page-con-bk {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .fund-iten-bk #creation-page .article-title-header {
    padding: 15px 0;
    width: 100%;
  }
}
/*
=====================
NEWS IMGLIST CSS CODE 
圖文直式排版(初始化樣式) for news_straight.php & news_list_og.php
=====================
*/
#creation-page .ns-straight {
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
}
.news-infolist {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0 0 0 -10px;
  width: 102%;
}
.news-infolist li {
  width: 33.33333%;
  margin: 0 0 15px;
  padding: 0 10px;
  float: left;
}
.news-infolist .infolist-article {
  padding: 5px;
  width: 100%;
  display: inline-block;
  border: 1px solid #d6d6d6;
}
.news-infolist .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-infolist .info-img-con a {
  display: block;
}
.news-infolist .info-img-con a:after {
  padding-top: 65%;
  content: "";
  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-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);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news-infolist .info-main-con {
  float: left;
  width: 100%;
  padding: 7px;
  text-align: center;
}
.news-infolist .info-title {
  height: 54px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.news-infolist .info-title a {
  font-size: 16px;
  font-weight: bold;
  color: #1476a7;
  text-decoration: none;
}
.news-infolist .info-title a:hover {
  color: #063f5b;
}
.news-infolist .post-time {
  color: #434343;
  font-size: 15px;
  margin: 10px 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;
}
/*大圖顯示消息區*/
.big-infolist-con {
  margin: 20px 0 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.big-infolist-con .img-border a {
  display: block;
}
.big-infolist-con .img-border a:after {
  padding-top: 46.5%;
  content: "";
  display: block;
}
.big-infolist-con .img-border img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.big-infolist-con .img-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;
}
.big-infolist-con .img-border:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.big-infolist-con .info-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.big-infolist-con .info-title a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  padding: 10px 18px;
  margin: 0;
  background: rgba(99, 152, 27, 0.9);
}
@media screen and (max-width: 991px) {
  #creation-page .news-infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #creation-page .news-infolist {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  #creation-page .news-infolist li {
    width: 100%;
    float: none;
    max-width: inherit;
    padding: 0;
    margin: 0 0 15px 0;
  }
}
/*
=====================
NEWS IMGLIST CSS CODE 圖文直式排版-泡泡(配合圖文直式排版) for news_straight2.php
=====================
*/
#creation-page .ns-straight-qqstyle li {
  width: 25%;
}
#creation-page .ns-straight-qqstyle .infolist-article {
  border: 0;
  padding: 0;
}
#creation-page .ns-straight-qqstyle .info-main-con {
  padding: 20px 0 10px 0;
  float: none;
}
#creation-page .ns-straight-qqstyle .info-img-con {
  overflow: inherit;
}
#creation-page .ns-straight-qqstyle .info-img-con img {
  border-radius: 9999px;
  overflow: hidden;
}
#creation-page .ns-straight-qqstyle .info-img-con a:after {
  padding-top: 100%;
}
#creation-page .ns-straight-qqstyle .info-img-con img {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#creation-page .ns-straight-qqstyle .infolist-article {
  width: 100%;
  max-width: 500px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}
#creation-page .ns-straight-qqstyle .img-border {
  position: relative;
}
.postdate-qoo {
  background: #139ccf;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}
.postdate-qoo time {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.postdate-qoo time .info-year {
  border-bottom: 1px solid #fff;
  display: block;
}
.postdate-qoo time .info-date {
  display: block;
}
@media screen and (max-width: 991px) {
  #creation-page .ns-straight-qqstyle li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #creation-page .ns-straight-qqstyle li {
    width: 100%;
  }
}
/*
=====================
NEWS IMGLIST CSS CODE 圖文直式排版-左右切換樣式(switching) for news_straight3.php
=====================
*/
.news-block .ns-straight-switching {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 60px;
}
.news-block .ns-straight-switching .newslist .news-brief {
  width: 90%;
  margin: 0 5%;
  display: inline-block;
  border: 7px solid #e0e0dd;
}
.news-block .ns-straight-switching .newslist .news-brief header {
  padding: 10px 20px;
}
.news-block .ns-straight-switching .newslist .news-brief header h2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
}
.news-block .ns-straight-switching .newslist .news-brief header h2 a {
  color: #333;
}
.news-block .ns-straight-switching .newslist .news-brief time {
  color: #0098d0;
  font-size: 13px;
  font-weight: bold;
}
.news-block .ns-straight-switching .newslist .news-brief {
  -webkit-transition: All 0.2s ease-in;
  -ms-transition: All 0.2s ease-in;
  -moz-transition: All 0.2s ease-in;
  -o-transition: All 0.2s ease-in;
  transform: All 0.2s ease-in;
}
.news-block .ns-straight-switching .newslist .news-brief:hover {
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
.news-block .ns-straight-switching .news-img {
  width: 100%;
  background: #e0e0dd;
  position: relative;
  overflow: hidden;
}
.news-block .ns-straight-switching .news-img :after {
  padding-top: 93%;
  content: "";
  display: block;
}
.news-block .ns-straight-switching .news-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.news-block .ns-straight-switching .list-total {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.news-block .ns-straight-switching .bx-wrapper .bx-pager,
.news-block .ns-straight-switching .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
@media screen and (min-width: 992px) {
  .news-block .ns-straight-switching {
    width: 960px;
  }
}
@media screen and (min-width: 1100px) {
  .news-block .ns-straight-switching .bx-prev,
  .news-block .ns-straight-switching .bx-next {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    background-position: 0 0;
    top: 40%;
    width: 23px;
    height: 74px;
    position: absolute;
    -webkit-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    transform: All 0.2s ease-in;
  }
  .news-block .ns-straight-switching .bx-prev:hover {
    left: -50px;
    background-position: 0 0;
  }
  .news-block .ns-straight-switching .bx-next:hover {
    right: -50px;
    background-position: 0 0;
  }
  .news-block .ns-straight-switching .bx-prev {
    background: url(../images/pre_but.png) no-repeat 0 0;
    left: -40px;
  }
  .news-block .ns-straight-switching .bx-next {
    background: url(../images/next_but.png) no-repeat 0 0;
    right: -40px;
  }
}
@media screen and (max-width: 1099px) {
  .news-block .ns-straight-switching .bx-wrapper .bx-controls-direction a {
    top: 110%;
  }
}
@media screen and (max-width: 991px) {
  .news-block .ns-straight-switching {
    width: 640px;
  }
}
@media screen and (max-width: 700px) {
  .news-block .ns-straight-switching {
    max-width: 320px;
    width: 100%;
  }
}
/*
=====================
資訊頁
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;
}
/*--------------------------------------------------------------------------------------*/
/*沒有選單*/
/*--------------------------------------------------------------------------------------*/
.news-block .news-article {
  max-width: 1200px;
  margin: 0 auto;
}
.news-block .news-article header h1,
.news-block .news-article header h2,
.news-block .news-article header h3 {
  font-size: 21px;
  color: #545454;
  font-weight: normal;
  margin: 0;
  width: 100%;
  padding: 0 0 3px;
}
.news-block .news-article header .article-time {
  font-size: 15px;
  color: #959595;
  font-family: 'OpenSans';
}
.news-block .news-article .websub-iten {
  display: inline-block;
  float: left;
}
.news-block .news-article .websub-iten-ag-r {
  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 .article-time {
  display: inline-block;
  width: 100%;
  padding: 0 0 15px 0;
}
.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;
}
@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-article-border*/
/*最新消息-框線版*/
/*--------------------------------------------------------------------------------------*/
#news-article-border {
  border: 1px solid #d9d9d9;
  padding: 40px 45px;
  position: relative;
  margin: 0 auto 30px auto;
}
#news-article-border .backlist {
  margin: 0;
  width: auto;
}
#news-article-border .backlist a {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 13px;
  padding: 5px 20px;
  width: auto;
}
#news-article-border header {
  border-left: 2px solid #0b77a0;
}
#news-article-border header h2 {
  color: #0b77a0;
}
@media screen and (max-width: 991px) {
  #news-article-border {
    border: 0;
  }
  #news-article-border header {
    padding: 0 0 0 25px;
  }
  #news-article-border .backlist {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }
  #news-article-border .backlist a {
    position: inherit;
    padding: 10px 20px;
    display: inline-block;
  }
}
/*======NEWS CSS CODE END======*//*
=====================
NEWS IMGLIST CSS CODE 圖文橫式排版(配合圖文直式排版) for news_horizontal.php & news.php & news_line.php
=====================
*/
.ns-horizontal-bk {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ns-horizontal {
  width: 100%;
  margin: 0 auto 25px auto;
  display: inline-block;
}
.ns-horizontal li {
  padding: 0;
  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: 55%;
}
.ns-horizontal .info-title {
  height: 26px;
}
.ns-horizontal .brief-section {
  height: 9.2em;
}
.ns-horizontal .post-time-block {
  background: #058dca;
  padding: 5px 10px;
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  margin: 0 0 10px 0;
}
@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;
  }
}
/*
框線版 for news_line.php
id tag newslist-line
<div id="newslist-line" class="newslist-bk">
*/
#newslist-line .news-infolist {
  padding: 15px 0 0 0;
}
#newslist-line .infolist-article {
  border: 1px solid #d6d6d6;
  padding: 5px;
  margin: 0 0 15px 0;
}
#newslist-line .ns-horizontal li {
  border: 0;
}
@media screen and (min-width: 992px) {
  #newslist-line .ns-horizontal li .info-main-con {
    padding: 25px 25px 0 25px;
  }
  #newslist-line .ns-horizontal .brief-section {
    height: 7em;
  }
}
/*
=====================
NEWS IMGLIST CSS CODE 橫式排版-V2(配合圖文直式排版) for horizontal2.php
=====================
*/
.ns-horizontal2 {
  width: 100%;
  margin: 0 auto 25px auto;
  display: inline-block;
}
.ns-horizontal2 li {
  border: 1px solid #cbcbcb;
  padding: 0;
  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: 15px 25px 0 20px;
}
.ns-horizontal2 .info-img-con a:after {
  padding-top: 55%;
}
.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 IMGLIST CSS CODE 橫式排版-V3(配合圖文直式排版) for horizontal3.php
=====================
*/
.ns-horizontal3 {
  width: 100%;
  margin: 0 auto 25px auto;
  display: inline-block;
}
.ns-horizontal3 li {
  border: 1px solid #cbcbcb;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.ns-horizontal3 li .infolist-article {
  width: 100%;
  padding: 5px;
  border: 0;
  float: left;
  position: relative;
}
.ns-horizontal3 li .img-border {
  width: 28%;
  float: left;
}
.ns-horizontal3 li .info-main-con {
  width: 60%;
  float: left;
  padding: 20px 25px 0 40px;
}
.ns-horizontal3 .info-img-con a:after {
  padding-top: 24%;
}
.ns-horizontal3 .info-title {
  height: 26px;
}
.ns-horizontal3 .info-title a {
  font-size: 15px;
  font-weight: bold;
  color: #2a94c4;
}
.ns-horizontal3 .link-more {
  background: #00709a;
  color: #FFF;
  padding: 3px 15px;
  display: inline-block;
  font-size: 13px;
  float: right;
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 991px) {
  .news-block #creation-page .ns-horizontal3 .img-border {
    width: 40%;
  }
  .news-block #creation-page .ns-horizontal3 li {
    width: 100%;
  }
  .news-block #creation-page .ns-horizontal3 .link-more {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .ns-horizontal3 li .info-main-con {
    padding: 5px 0 0 20px;
    width: 65%;
  }
  .ns-horizontal3 .info-title a {
    font-size: 13px;
  }
  .news-block #creation-page .ns-horizontal3 .img-border {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .news-block #creation-page .ns-horizontal3 {
    max-width: 300px;
    margin: 0 auto;
  }
  .news-block #creation-page .ns-horizontal3 .img-border {
    width: 100%;
  }
  .news-block #creation-page .ns-horizontal3 li {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
  }
  .news-block #creation-page .ns-horizontal3 li .info-main-con {
    width: 100%;
    padding: 5px 15px;
    text-align: center;
  }
  .news-block #creation-page .ns-horizontal3 .infolist-article {
    border: 1px solid #cbcbcb;
    float: none;
  }
}
/*
=====================
NEWS IMGLIST CSS CODE 橫式排版-V4(配合圖文直式排版) for horizontal4.php
=====================
*/
.ns-horizontal4 {
  width: 100%;
  margin: 0 auto 25px auto;
  display: inline-block;
}
.ns-horizontal4 li {
  border: 1px solid #cbcbcb;
  padding: 0;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
}
.ns-horizontal4 li .infolist-article {
  width: 100%;
  padding: 5px;
  border: 0;
  float: left;
  position: relative;
}
.ns-horizontal4 li .img-border {
  width: 36%;
  float: left;
}
.ns-horizontal4 li .info-main-con {
  width: 64%;
  float: left;
  padding: 5px 20px 0 20px;
}
.ns-horizontal4 .info-img-con a:after {
  padding-top: 60%;
}
.ns-horizontal4 .brief-section {
  height: 6em;
  line-height: 30px;
  margin: 0;
  font-size: 15px;
  color: #393939;
  margin: 15px 0 0 0;
}
.ns-horizontal4 .post-time {
  padding: 2px 13px;
  margin: 0 25px 0 0;
  background: #0081af;
  color: #FFF;
  line-height: 34px;
  text-align: center;
  float: left;
}
.ns-horizontal4 .post-time .post-year {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-size: 21px;
  display: block;
  border-bottom: 1px solid #439dc0;
}
.ns-horizontal4 .post-time .post-date {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-size: 18px;
  display: block;
}
.ns-horizontal4 .info-header {
  padding: 50px 0 0 0;
  display: inline-block;
  float: left;
  width: 82%;
}
.ns-horizontal4 .info-title {
  height: 26px;
}
.ns-horizontal4 .info-title a {
  font-size: 21px;
  font-weight: bold;
  color: #2a94c4;
}
.ns-horizontal4 .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-horizontal4 {
    max-width: 800px;
    width: 100%;
  }
  .news-block .ns-horizontal4 .info-header {
    width: 100%;
    float: none;
    padding: 20px 0 0 0;
  }
  .news-block .ns-horizontal4 li {
    width: 50%;
    padding: 10px;
    border: 0;
  }
  .news-block .ns-horizontal4 li .infolist-article {
    padding: 5px;
    border: 1px solid #cbcbcb;
  }
  .news-block .ns-horizontal4 .img-border {
    width: 100%;
    float: none;
  }
  .news-block .ns-horizontal4 .info-main-con {
    width: 100%;
    float: none;
    padding: 15px 15px 5px 15px;
  }
  .news-block .ns-horizontal4 .info-title {
    height: 30px;
    width: 100%;
  }
  .news-block .ns-horizontal4 .info-title a {
    font-size: 18px;
  }
  .news-block .ns-horizontal4 .post-time {
    line-height: 21px;
  }
  .news-block .ns-horizontal4 .post-time .post-year {
    font-size: 15px;
    display: inline;
    border: 0;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
  }
  .news-block .ns-horizontal4 .post-time .post-date {
    font-size: 15px;
    display: inline;
  }
  .news-block .ns-horizontal4 .brief-section {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .news-block .ns-horizontal4 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .news-block .ns-horizontal4 li {
    width: 100%;
  }
  .news-block .ns-horizontal4 .infolist-article {
    float: none;
  }
  .news-block .ns-horizontal4 .info-title {
    height: auto;
    width: 100%;
  }
  .news-block .ns-horizontal4 .brief-section {
    height: auto;
    max-height: 5.7em;
    padding: 0;
    margin: 15px 0 0 0;
  }
}
/*
=====================
純文字列表 for news
=====================
*/
/*
樣式1 for txt1.php
*/
.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;
}
.infolist-txt1 .news-entry {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}
.infolist-txt1 .news-entry ul {
  border-top: 1px solid #bdbdbd;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.infolist-txt1 .news-entry li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  padding: 15px 0;
  float: left;
  display: inline-block;
  margin: 0;
}
.infolist-txt1 .news-entry li h2 {
  background: url(../images/ur_list_icon.png) no-repeat 0 8px;
}
.infolist-txt1 .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;
}
.infolist-txt1 .news-entry li h2 a {
  color: #ca5600;
  text-decoration: none;
  height: 27px;
  overflow: hidden;
  display: block;
}
.infolist-txt1 .news-entry li h2 a:hover {
  color: #c30d23;
}
.infolist-txt1 .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) {
  .infolist-txt1 .news-entry li {
    padding: 8px 0;
  }
  .infolist-txt1 .news-entry li h2 {
    width: 100%;
    margin: 0;
  }
  .infolist-txt1 .news-entry time {
    width: 100%;
    border: 0;
    padding: 0 0 0 25px;
  }
}
/*
樣式2 for txt2.php
*/
.infolist-txt2 .news-entry {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}
.infolist-txt2 .news-entry ul {
  border-top: 1px solid #bdbdbd;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.infolist-txt2 .news-entry li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  padding: 15px 0;
  float: left;
  display: inline-block;
  margin: 0;
}
.infolist-txt2 .news-entry li h2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  overflow: hidden;
  width: 77%;
  float: left;
}
.infolist-txt2 .news-entry li h2 a {
  color: #003959;
  text-decoration: none;
  height: 27px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.infolist-txt2 .news-entry li h2 a:hover {
  color: #c30d23;
}
.infolist-txt2 .news-entry li .news-tag {
  color: #FFF;
  background: #007fb8;
  padding: 0 15px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  font-family: 'OpenSans';
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
}
.infolist-txt2 .news-entry time {
  float: right;
  display: inline-block;
  width: 17%;
  padding: 0 0 0 40px;
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #343434;
}
@media screen and (max-width: 991px) {
  .infolist-txt2 .news-entry li {
    padding: 8px 0;
  }
  .infolist-txt2 .news-entry li h2 {
    width: 100%;
    margin: 0;
  }
  .infolist-txt2 .news-entry time {
    width: 100%;
    border: 0;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    text-align: right;
    border-top: 1px dotted #e0e0e0;
  }
}
/*
=====================
NEWS ARTICLE for txt_article.php
=====================
*/
.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,
.news-block .news-txt-article header h2,
.news-block .news-txt-article header h3 {
  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%;
}
@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 ARTICLE for txt_article2.php
=====================
*/
.news-block .news-txt-article2 {
  max-width: 900px;
  margin: 0 auto;
}
.news-block .news-txt-article2 header h1,
.news-block .news-txt-article2 header h2,
.news-block .news-txt-article2 header h3 {
  padding: 18px 0 0 0;
  font-size: 21px;
  line-height: 27px;
  color: #0081af;
  font-weight: normal;
  margin: 0;
  width: 100%;
}
.news-block .news-txt-article2 header .post-time {
  padding: 2px 13px;
  margin: 0 25px 0 0;
  background: #0081af;
  color: #FFF;
  line-height: 34px;
  text-align: center;
  float: left;
}
.news-block .news-txt-article2 header .post-time .post-year {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-size: 21px;
  display: block;
  border-bottom: 1px solid #439dc0;
}
.news-block .news-txt-article2 header .post-time .post-date {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-size: 18px;
  display: block;
}
.news-block .news-txt-article2 .article-sub {
  border-top: 1px solid #d6d6d6;
  padding: 15px 0;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}
.news-block .news-txt-article2 .article-sub .addthis_toolbox {
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-txt-article2 .article-sub .addthis_toolbox .addthis_button_facebook_like {
  padding: 3px 6px 0 6px;
}
.news-block .news-txt-article2 .article-sub .toolbox-title {
  display: inline-block;
  float: left;
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 13px;
}
.news-block .news-txt-article2 .article-sub .a2a_default_style {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-txt-article2 .article-sub .linebox a {
  display: inline-block;
  width: 85px;
}
.news-block .news-txt-article2 .article-sub .linebox img {
  height: auto;
  max-width: 100%;
}
.news-block .news-txt-article2 .info-html-edit {
  padding: 5px 0 25px 0;
}
@media screen and (max-width: 991px) {
  .news-block .news-txt-article2 header h1,
  .news-block .news-txt-article2 header h2,
  .news-block .news-txt-article2 header h3 {
    display: inline-block;
    padding: 10px 0 0 0;
    font-size: 18px;
    color: #0081af;
    font-weight: normal;
    margin: 0;
    width: 100%;
  }
  .news-block .news-txt-article2 header .post-time {
    margin: 0;
    padding: 0 15px;
  }
  .news-block .news-txt-article2 header .post-time .post-year {
    display: inline-block;
    font-size: 15px;
    border: 0;
    padding: 0 10px 0 0;
  }
  .news-block .news-txt-article2 header .post-time .post-date {
    display: inline-block;
    font-size: 15px;
    padding: 0;
  }
}
/*
=====================
NEWS ARTICLE for article_wide.php
內頁寬版
news-article-wide
=====================
*/
.news-block .news-article-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 25px 0;
}
.news-block .news-article-wide header {
  padding: 20px 0 15px 125px;
  background: url(../images/icon/title.png) no-repeat 0 0 auto 95px;
}
.news-block .news-article-wide header h1,
.news-block .news-article-wide header h2,
.news-block .news-article-wide header h3 {
  font-size: 21px;
  color: #588300;
  font-weight: bold;
  margin: 0;
  width: 100%;
  padding: 0 0 3px;
}
.news-block .news-article-wide header time {
  color: #8a8a8a;
  font-weight: bold;
  margin: 0;
  font-size: 13px;
  display: inline-block;
}
.news-block .news-article-wide .article-sub {
  border-top: 1px dashed #d6d6d6;
  padding: 25px 0;
  margin: 25px 0 0 0;
  display: inline-block;
  width: 100%;
}
.news-block .news-article-wide .article-sub .addthis_toolbox {
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-article-wide .article-sub .addthis_toolbox .addthis_button_facebook_like {
  padding: 3px 6px 0 6px;
}
.news-block .news-article-wide .article-sub .toolbox-title {
  display: inline-block;
  float: left;
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 13px;
}
.news-block .news-article-wide .article-sub .a2a_default_style {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.news-block .news-article-wide .article-sub .linebox a {
  display: inline-block;
  width: 85px;
}
.news-block .news-article-wide .article-sub .linebox img {
  height: auto;
  max-width: 100%;
}
.news-block .news-article-wide .backlist a {
  background: #8dc221;
  border-radius: 5px;
}
.news-block .news-article-wide .backlist a:hover {
  background: #588300;
}
@media screen and (max-width: 991px) {
  .news-block .news-article-wide header {
    padding: 0 0 0 70px;
    background: url(../images/icon/title.png) no-repeat 0 5px auto 50px;
  }
  .news-block .news-article-wide header h2 {
    font-size: 18px;
    width: 100%;
  }
  .news-block .news-article-wide .news-morelink-con {
    text-align: center;
  }
}
/*======NEWS CSS CODE END======*//*======PRODUCT CSS CODE======*/
/*共用參數調整*/
@media screen and (max-width: 768px) {
  .product-block #page-content .page-con-bk {
    max-width: 500px;
  }
}
/*
=====================
=====================
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 .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: #01647e;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
}
.product-block .product-list-bk {
  padding: 30px 0 0 0;
  overflow: hidden;
  width: 100%;
}
.product-block .product-list-bk .brief-section {
  line-height: 21px;
  font-size: 13px;
  height: 5em;
}
.product-block .product-list-bk .ctlist-title {
  display: inline-block;
  font-size: 13px;
  padding: 5px 15px;
  margin: 0 0 15px;
  background-color: #008fd5;
  color: #fff;
}
.product-block .disqus-qa-bk {
  padding: 30px 0;
}
.product-block .backlist {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 50px 0 20px 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;
}
.product-block .backlist-img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 50px 0 20px 0;
}
.product-block .backlist-img a {
  background: url(../images/layout/back_img.png) no-repeat 0 0;
  margin: 0 auto;
  background-size: 65px 65px;
  font-size: 14px;
  width: 65px;
  height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  display: block;
  text-indent: -9999px;
}
.product-block .backlist-img a:hover {
  opacity: 0.7;
}
.prlist-select {
  padding: 0 0 15px 0;
}
.prlist-select label {
  font-weight: normal;
  font-size: 14px;
  margin: 0 10px 0 0;
}
/*
排版左右對調 for id="product-page-swop" 
product_article_swop.php
*/
.product-block #product-page-swop .pr-info-con .pr-img-con {
  float: right;
}
.product-block #product-page-swop .pr-info-con .info-dn-con {
  float: left;
  padding: 0 30px 30px 0;
}
.product-block #product-page-swop .pr-info-con .info-dn-con .info-html-edit {
  height: auto;
}
@media screen and (min-width: 992px) {
  .product-block .col-md-9 {
    float: right;
  }
  .product-block .col-md-3 {
    float: left;
  }
}
/*imglist css code*/
.infolist {
  display: inline-block;
  width: 102%;
  /*price*/

}
.infolist li {
  width: 33.33333%;
  margin: 0 0 20px;
  float: left;
  padding: 0 20px 0 0;
}
.infolist .infolist-article {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.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:5rem;
  line-height: 21px;
  text-align: left;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.infolist .info-title a {
  font-size: 16px;
  font-weight: bold;
  color: #1476a7;
  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;
}
.infolist .info-price {
  height: 40px;
  overflow: hidden;
  padding: 5px 10px 0 10px;
  margin: 0 0 4px 0;
  display: inline-block;
  width: 100%;
}
.infolist .info-price .sticker-price,
.infolist .info-price .sticker-price-offer {
  margin: 0 15px 0 0;
  display: inline-block;
  float: left;
  padding: 7px 0 0;
}
.infolist .info-price .sticker-price {
  color: #CB0003;
}
.infolist .info-price .sticker-price b,
.infolist .info-price .sticker-price-offer b {
  font-weight: normal;
  color: #000000;
  margin: 0 5px 0 0;
}
.infolist .info-price .sticker-price-offer {
  text-decoration: line-through;
}
.infolist .info-price .special-offer {
  font-size: 21px;
  color: #e56803;
}
.infolist .info-price .special-offer:before {
  content: "$";
}
/*4個商品*/
@media screen and (min-width: 992px) {
  #infolist-showx4 li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .product-list-bk {
    padding: 20px 0 0 0;
  }
  .product-block #creation-page .infolist li {
    width: 50%;
  }
  .page-switch {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-block #creation-page .infolist {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .product-block #creation-page .infolist li {
    width: 100%;
    padding: 0;
  }
  .product-block #creation-page .infolist li .infolist-article {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-block #creation-page .infolist li {
    width: 100%;
    float: none;
    margin: 0 auto 15px auto;
  }
  .product-block #creation-page .infolist .infolist-article {
    width: 100%;
  }
}
/*
產品專區列表-純文字標準版
<div id="product-txtlist" class="page-con-bk">
product/txt.php
*/
#product-txtlist .ct-list-title {
  padding: 0;
  margin: 0 0 50px 0;
}
#product-txtlist .page-article {
  padding: 0;
}
#product-txtlist .page-article .hr-info-con .hr-info-con {
  padding: 5px 0;
}
#product-txtlist .page-article .hr-info-con .hr-post-info {
  color: #3c3c3c;
  width: 80%;
  text-align: center;
  font-weight: bold;
}
#product-txtlist .page-article .hr-info-con .hr-more-info {
  color: #3c3c3c;
  width: 20%;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
#product-txtlist .singleinfo-bk .article-title {
  width: 80%;
  height: 2em;
  padding: 0 0 0 15px;
}
#product-txtlist .singleinfo-bk .article-title a {
  padding: 0 0 0 35px;
  color: #106c96;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/icon/listicon.svg) no-repeat 0 3px;
  background-size: 15px 15px;
}
#product-txtlist .singleinfo-bk .article-title a:hover {
  color: #e1680e;
}
#product-txtlist .singleinfo-bk .article-more {
  width: 20%;
  text-align: center;
  display: inline-block;
  float: left;
}
#product-txtlist .singleinfo-bk .article-more a {
  padding: 2px 20px;
  border-radius: 99px;
  display: inline-block;
  background: #007fb8;
  color: #FFF;
  font-size: 12px;
  font-family: 'OpenSans';
}
#product-txtlist .singleinfo-bk .article-more a:hover {
  background: #e1680e;
}
#product-txtlist .ct-list-title h2 {
  font-size: 21px;
  font-weight: bold;
  color: #3779a9;
}
/*
=====================
=====================
PRODUCT ARTICLE CSS CODE
=====================
=====================
*/
/*上半部資訊*/
.product-block .pr-article-bk {
  margin: 30px 0 0 0;
  /*.product-block .pr-article-bk code*/
  /*###Product RWD IMG###*/
  /*###次要內容組合###*/

  /*單一分享*/

  /*檔案下載+分享*/

  /*多功能檔案下載*/

  /*.product-block .pr-article-bk code end*/
}
.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: 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-main-con {
  padding: 0 0 30px 0;
}
.product-block .pr-article-bk .pr-img-con {
  display: inline-block;
  float: left;
  width: 50%;
}
.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: 75%;
  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: 0 0 30px 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: auto;
}
.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;
}
.product-block .pr-article-bk .info-dn-con .infohtml-con {
  padding: 0 0 25px 0;
}
.product-block .pr-article-bk .info-dn-con .infohtml-con .html-title-txt {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  background: #35aeca;
  padding: 5px 15px;
  margin: 0 0 10px 0;
}
.product-block .pr-article-bk .pr-img-con .article-sub {
  padding: 0;
}
.product-block .pr-article-bk .pr-img-con .article-sub .single-websub-iten {
  padding: 0 0 15px 0;
}
.product-block .pr-article-bk .pr-img-con .article-sub {
  padding: 0;
}
.product-block .pr-article-bk .pr-img-con .article-sub label {
  padding: 0;
  display: inline-block;
  font-weight: normal;
  float: left;
  margin: 0 10px 0 0;
  font-size: 13px;
}
.product-block .pr-article-bk .pr-img-con .article-sub .a2a_label {
  display: none;
}
.product-block .pr-article-bk .pr-img-con .article-sub .article-load {
  color: #565656;
  display: inline-block;
  float: left;
  text-align: center;
  height: 31px;
  margin: 5px 0 15px 0;
}
.product-block .pr-article-bk .pr-img-con .article-sub .article-load a {
  background: #b30202 url("../images/load.png") no-repeat scroll 10px center;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px 8px 35px;
  text-decoration: none;
}
.product-block .pr-article-bk .pr-img-con .article-sub .article-load a:hover {
  background-color: #5b0000;
}
.product-block .pr-article-bk .pr-img-con .article-sub .websub-iten {
  width: 120px;
}
.product-block .pr-article-bk .download-file-bk dt {
  font-size: 16px;
  color: #0070bf;
  font-weight: bold;
  padding: 0 0 0 25px;
  background-image: url(../images/icon/list_title.png);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 0 center;
}
.product-block .pr-article-bk .download-file-bk dd .filelist-con {
  padding: 15px 0 0 0;
}
.product-block .pr-article-bk .download-file-bk dd .filelist-con li {
  display: inline-block;
  margin: 0 0 5px 0;
}
.product-block .pr-article-bk .download-file-bk dd .filelist-con li a {
  padding: 0 15px 0 30px;
  background: url(../images/icon/list_load.png);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 0 center;
}
@media screen and (max-width: 768px) {
  .product-block .pr-article-bk .pr-img-con {
    width: 100%;
    max-width: 500px;
    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: 25px 0 0 0;
}
.pr-article-bk .pr-info-dn-con .pr-info-dn-title {
  width: 100%;
  font-size: 16px;
  color: #d34a4a;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #d8d8d8;
}
.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%;
  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);
}
#pr-img-gallery .article-sub {
  padding: 0;
}
#pr-img-gallery .websub-iten {
  padding: 5px 0 15px 0;
  float: none;
  width: 100%;
}
.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;
  width: 100px;
  background: #80969f;
  color: #FFF;
  font-size: 15px;
  padding: 5px;
  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;
  }
}
/*多重切換資訊頁-樣式2 for og_article3.php*/
#pr-moretag-con-tp2 .pr-moretag-title {
  color: #303030;
  font-size: 16px;
  font-weight: normal;
  float: left;
}
#pr-moretag-con-tp2 .pr-moretag-sw {
  text-align: right;
  border-bottom: 3px solid #34aaeb;
}
#pr-moretag-con-tp2 .pr-moretag-sw a {
  background: #a3a3a3;
  margin: 0 0 0 8px;
  width: 20%;
  padding: 7px 5px;
}
#pr-moretag-con-tp2 .pr-moretag-sw .select {
  background: #34aaeb;
}
#pr-moretag-con-tp2 .tag-left {
  text-align: left;
}
#pr-moretag-con-tp2 .tag-left a {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 991px) {
  #pr-moretag-con-tp2 .pr-moretag-title {
    display: none;
  }
  #pr-moretag-con-tp2 .pr-moretag-sw a {
    width: 33.33%;
    margin: 0;
  }
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*###下載專區列表###*/
/*--------------------------------------------------------------------------------------*/
.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%;
  }
}
/*###購物車結構V1###*/
.info-dn-list-con {
  /*price*/

  /*info-var-bk*/

}
.info-dn-list-con .info-price {
  height: 40px;
  overflow: hidden;
  padding: 0 10px 0 0;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.info-dn-list-con .info-price .sticker-price,
.info-dn-list-con .info-price .sticker-price-offer {
  margin: 0 15px 0 0;
  display: inline-block;
  float: left;
  padding: 15px 0 0;
}
.info-dn-list-con .info-price .sticker-price {
  color: #CB0003;
}
.info-dn-list-con .info-price .sticker-price b,
.info-dn-list-con .info-price .sticker-price-offer b {
  font-weight: normal;
  color: #000000;
  margin: 0 5px 0 0;
}
.info-dn-list-con .info-price .sticker-price-offer {
  text-decoration: line-through;
}
.info-dn-list-con .info-price .special-offer {
  font-size: 30px;
  color: #e56803;
}
.info-dn-list-con .info-price .special-offer:before {
  content: "$";
}
.info-dn-list-con .info-var-bk {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.info-dn-list-con .info-var-bk .info-var-list {
  display: inline-block;
  float: left;
}
.info-dn-list-con .info-var-bk .info-var-con {
  color: #7f7f7f;
  line-height: 19px;
}
.info-dn-list-con .info-var-bk .info-var-con label {
  font-weight: normal;
}
.info-dn-list-con .info-var-bk .pr-qr-code-img {
  display: inline-block;
  float: right;
}
.info-dn-list-con .info-shopcar-bk {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0;
}
.info-dn-list-con .pr-quantity {
  display: inline-block;
  float: left;
  margin: 7px 0 0 0;
}
.info-dn-list-con .pr-quantity label {
  font-weight: normal;
  margin: 0 10px 0 0;
  padding: 3px 0 0 0;
  display: inline-block;
  float: left;
}
.info-dn-list-con .pr-quantity .sys-select {
  width: 50px;
}
.info-dn-list-con .pr-quantity .sys-select select {
  width: 150%;
}
.info-dn-list-con .ad-shopcar {
  width: 65%;
  padding: 10px 0;
  background: #00b2de;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  float: right;
}
.info-dn-list-con .ad-shopcar:hover {
  background: #008fd5;
}
.info-dn-list-con .info-html-edit-title {
  font-size: 15px;
  font-weight: normal;
  width: 100%;
  padding: 35px 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .info-dn-list-con .ad-shopcar {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
/*標籤列印*/
#pr-tag-info-bk {
  width: 380px;
  margin: 30px auto;
  float: none;
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
  display: block;
}
#pr-tag-info-bk .pr-qr-code-img {
  float: left;
}
#pr-tag-info-bk .info-var-list {
  padding: 3px 0 0 20px;
}
#pr-tag-info-bk .info-dn-title {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
/*
產品邊框設計-product-border-bk
*/
.product-border-bk {
  padding: 50px;
  border: 1px solid #c4e2f4;
}
.product-border-bk .pr-article-bk {
  margin: 0;
}
/*
產品專區-純文字版
<div id="product-txt-article" class="page-con-bk">
product/txt_article.php
*/
#product-txt-article .ct-list-title {
  padding: 0;
  margin: 0 0 50px;
}
#product-txt-article .pr-article-bk {
  margin: 0;
}
#product-txt-article .pr-info-dn-con {
  padding: 0;
}
#product-txt-article .product-page-bk .pr-info-dn-title {
  padding: 0 0 20px;
  margin: 0 0 20px 0;
}
#product-txt-article .product-page-bk .pr-info-dn-title-txt {
  margin: 0;
  padding: 0 0 0 20px;
  color: #007dc7;
  font-size: 21px;
  font-weight: bold;
  border-left: 2px solid #007fb8;
}
#product-txt-article .product-page-bk .info-html-edit-title {
  background: #95989a;
  color: #FFF;
  display: inline-block;
  padding: 3px 10px;
  margin: 0 0 20px 0;
  font-size: 15px;
}
#product-txt-article .ct-list-title h2 {
  font-size: 21px;
  font-weight: bold;
  color: #3779a9;
}
/*
=====================
=====================
簡化版樣式 PRODUCT LITE
=====================
=====================
*/
/*標準版og-lite*/
/*選單*/
#page-con-lite-bk .article-catalog-bk .article-catalog li:nth-child(1) a {
  border: 0;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li > a {
  color: #076597;
  padding: 10px 0 10px 20px;
  background: url(../images/ms_left_list_gray.png) no-repeat 0 18px;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li > a:hover {
  color: #e86100;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li > .select {
  color: #e86100;
  font-weight: bold;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li > .select:hover {
  color: #e86100;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li .ch-subiten {
  padding: 15px 0 10px 20px;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li .ch-subiten li {
  padding: 0 0 10px;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li .ch-subiten li a {
  background: url(../images/ms_left_list_gray.png) no-repeat 0 8px;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li .ch-subiten a:hover {
  color: #e86100;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li .ch-subiten .select {
  color: #e86100;
  font-weight: bold;
}
#page-con-lite-bk .article-catalog-bk .article-catalog > li .ch-subiten .select:hover {
  color: #7f5200;
}
#page-con-lite-bk .article-catalog-bk .page-header-con {
  border-bottom: 1px solid #cdcdcd;
}
#page-con-lite-bk .article-catalog-bk .page-header-con .page-title-en {
  font-family: 'OpenSans';
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #016ea0;
  border-bottom: 3px solid #016ea0;
}
#page-con-lite-bk .article-catalog-bk .page-header-con .page-title-ct {
  padding: 9px 0 0 15px;
  background: none;
  font-size: 15px;
  color: #797979;
}
#page-con-lite-bk .ct-list-title {
  padding: 0;
}
#page-con-lite-bk .ct-list-title h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 21px;
  background: url(../images/page_title.png) no-repeat 0 5px;
  padding: 0 0 21px 20px;
}
#page-con-lite-bk .product-list-bk .infolist .img-border {
  border: 1px solid #d2d2d2;
}
/*======PRODUCT CSS CODE END======*//*
==================
==================
PRODUCT Mini CSS CODE
==================
==================
*/
/*
==========================================
PRODUCT LIST for Mini
==========================================
*/
/*
產品專區-標準版prtp001 for product_mini_prtp001.php
*/
.product-block #prtp001 .infolist .info-title {
  text-align: left;
  height: 56px;
  line-height: 26px;
  margin: 20px 0 0;
}
.product-block #prtp001 .infolist .info-title a {
  color: #00568c;
  border-left: 5px solid #6cb9ff;
  display: inline-block;
  padding: 0 0 0 15px;
}
.product-block #prtp001 .infolist .info-title a:hover {
  color: #1a9625;
}
/*
產品專區-標準版prtp001 for product_mini_prtp002.php
*/
.product-block #prtp002 .infolist-article {
  border: #c9c9c9 1px solid;
}
.product-block #prtp002 .infolist {
  margin: 0 auto;
}
.product-block #prtp002 .infolist li {
  width: 25%;
}
.product-block #prtp002 .infolist-article .info-title {
  margin: 10px 25px 0 25px;
  border-bottom: 1px solid #c9c9c9;
  height: 40px;
}
.product-block #prtp002 .infolist-article .info-title a {
  font-size: 16px;
  font-weight: bold;
  color: #00709a;
}
.product-block #prtp002 .infolist-article .info-dn-con {
  font-size: 14px;
  margin: 0 25px 25px 15px;
  padding: 0;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
.product-block #prtp002 .info-dn-con-title {
  text-align: center;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 991px) {
  .product-block #prtp002 {
    padding: 0;
  }
  .product-block #prtp002 .infolist {
    margin: 0;
  }
  .product-block #prtp002 .infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .product-block #prtp002 .infolist li {
    width: 100%;
  }
}
/*
產品專區-色Bar版 infolist-colorbar
prtp003 for product_mini_prtp003.php
<ul class="infolist" id="infolist-colorbar">
*/
#infolist-colorbar li:nth-child(2) .info-title a {
  background: rgba(111, 48, 175, 0.8);
}
#infolist-colorbar li:nth-child(3) .info-title a {
  background: rgba(53, 131, 27, 0.8);
}
#infolist-colorbar li:nth-child(4) .info-title a {
  background: rgba(255, 68, 83, 0.8);
}
#infolist-colorbar li:nth-child(5) .info-title a {
  background: rgba(200, 122, 23, 0.8);
}
#infolist-colorbar li:nth-child(7) .info-title a {
  background: rgba(111, 48, 175, 0.8);
}
#infolist-colorbar li:nth-child(8) .info-title a {
  background: rgba(53, 131, 27, 0.8);
}
#infolist-colorbar li:nth-child(9) .info-title a {
  background: rgba(255, 68, 83, 0.8);
}
#infolist-colorbar li:nth-child(10) .info-title a {
  background: rgba(200, 122, 23, 0.8);
}
#infolist-colorbar .infolist-article {
  position: relative;
  overflow: hidden;
}
#infolist-colorbar .info-title {
  margin: 0;
  height: auto;
}
#infolist-colorbar .info-title a {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  background: rgba(0, 135, 198, 0.7);
  text-align: center;
  overflow: hidden;
  line-height: 31px;
  position: absolute;
  left: 0;
  bottom: 0;
  -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-colorbar .infolist-article:hover .info-title a {
  padding: 35% 5% 0;
  width: 100%;
  height: 100%;
}
/*
產品專區-標準版prtp003 for mini_prtp003.php
*/
.product-block #prtp003 .infolist-article {
  border: 2px solid #e6e6e6;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.product-block #prtp003 .infolist {
  margin: 10px 0;
  width: 100%;
}
.product-block #prtp003 .infolist li {
  padding: 0 10px;
}
.product-block #prtp003 .infolist .info-img-con a::after {
  padding-top: 60%;
}
.product-block #prtp003 .info-title {
  margin: 0;
  height: auto;
  display: inline-block;
  width: 100%;
}
.product-block #prtp003 .info-title a {
  color: #007ac8;
  font-size: 16px;
  padding: 0 20px;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 2em;
  line-height: 30px;
  overflow: hidden;
}
.product-block #prtp003 img {
  transition: none 0s ease 0s ;
}
.product-block #prtp003 img:hover {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-block #prtp003 .hot-tag {
  display: inline-block;
  background: url(../images/icon/prtag.png) no-repeat 0 0;
  background-size: 88px 88px;
  width: 88px;
  height: 88px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/*
==========================================
PRODUCT ARTICLE for Mini
==========================================
*/
.product-block .single-bk {
  /*   .page-con-bk{ max-width:1100px; margin:0 auto;}*/

}
.product-block .single-bk .pr-article-bk .pr-img-con {
  width: 45%;
}
.product-block .single-bk .pr-article-bk .info-dn-con {
  width: 55%;
}
/*
產品專區-praetp002 for product_mini_article_praetp002.php
*/
.product-block #praetp002 .pr-article-bk .pr-img-con {
  width: 35%;
}
.product-block #praetp002 .pr-article-bk .info-dn-con {
  width: 65%;
}
.product-block #praetp002 .pr-article-bk .pr-img-con {
  border: 1px solid #e3e3e3;
  padding: 0;
  margin: 0 0 30px 0;
}
.product-block #praetp002 .pr-article-bk .pr-main-con {
  padding: 0;
}
.product-block #praetp002 .pr-article-bk .mainimg-dn-con {
  padding: 25px;
}
.product-block #praetp002 .pr-article-bk .pr-img-con .imgtag-border {
  border: 0;
}
@media screen and (max-width: 768px) {
  .product-block #praetp002 .pr-article-bk .pr-img-con {
    width: 100%;
  }
  .product-block #praetp002 .pr-article-bk .info-dn-con {
    width: 100%;
  }
  .product-block .single-bk .pr-article-bk .pr-img-con {
    width: 100%;
  }
  .product-block .single-bk .pr-article-bk .info-dn-con {
    width: 100%;
  }
}
.product-block .pr-order-con {
  padding: 25px 0;
}
.product-block .pr-order-con .pr-order-price {
  padding: 0 0 20px 0;
}
.product-block .pr-order-con .pr-order-price label {
  color: #da6a00;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.product-block .pr-order-con .pr-order-price .price-var {
  font-size: 30px;
  color: #da6a00;
  margin: 0 0 0 15px;
  font-weight: bold;
}
.product-block .pr-order-con .pr-order-price .price-var b {
  font-size: 18px;
  margin: 0 0 0 8px;
}
.product-block .pr-order-con .pr-order-but a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background: #00b2de;
  color: #FFF;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}
.product-block .pr-order-con .pr-order-but a:hover {
  background: #eb7c1e;
}
/*
產品專區-praetp003 for mini_article_praetp003.php
*/
#praetp003 .pr-img-con .imgtag-border img {
  transition: none 0s ease 0s;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#praetp003 .pr-img-con .imgtag-border:after {
  padding-top: 60%;
}
#praetp003 .pr-img-con .imgtag-border {
  border-radius: 15px;
  border: 2px solid #e6e6e6;
}
#praetp003 .pr-article-bk .info-dn-con .info-html-edit {
  height: 120px;
  overflow: hidden;
}
#praetp003 .pr-article-bk .info-dn-con .info-dn-title {
  font-size: 21px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #5b8505;
}
#praetp003 .pr-info-dn-title {
  position: relative;
  border-bottom: 4px solid #b3e0f2;
}
#praetp003 .pr-info-dn-title .dn-title-ct {
  font-size: 18px;
  color: #eb7c1e;
  font-weight: bold;
  margin: 0 10px 0 120px;
}
#praetp003 .pr-info-dn-title .dn-title-en {
  font-size: 13px;
  color: #434343;
  font-weight: bold;
}
#praetp003 .pr-info-section {
  margin: 0 0 60px 0;
}
#praetp003 .dn-title-img {
  background: url(../images/icon/title.png) no-repeat 0 0;
  background-size: 100px auto;
  display: inline-block;
  width: 100px;
  height: 110px;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 10;
}
#praetp003 .pr-info-dn-con .info-html-edit {
  padding: 35px 0 0 120px;
}
#praetp003 .backlist {
  margin: 0 0 20px 0;
}
#praetp003 .backlist a {
  background: #8dc221 none repeat scroll 0 0;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #praetp003 .dn-title-img {
    background: url(../images/icon/title.png) no-repeat 0 0;
    background-size: 100% auto;
    display: inline-block;
    width: 35px;
    height: 40px;
  }
  #praetp003 .pr-info-dn-title .dn-title-ct {
    margin: 0 10px 0 50px;
  }
  #praetp003 .dn-title-img {
    top: -7px;
  }
  #praetp003 .pr-info-dn-con .info-html-edit {
    padding: 20px 0;
  }
  #praetp003 .pr-info-section {
    margin: 0 0 20px 0;
  }
}
/*======CONTACT CSS CODE======*/
/*
=====================
CONTACT-表單
=====================
*/
/*layout*/
.contact-block .contact-info-bk {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 0;
}
/*formBox*/
.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;
}
.contact-block .ct-top-map {
  margin: 0 0 35px 0;
}
@media screen and (max-width: 991px) {
  .contact-block .ct-top-map iframe {
    height: 200px;
  }
  #google-map-bk #google-map {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .contact-block .ct-top-map iframe {
    height: 150px;
  }
  #google-map-bk #google-map {
    width: 100%;
    height: 200px;
  }
}
/*======HtmlCode CSS CODE======*/
/*共用功能-圓圈三列及四列*/
body #creation-page .sr-list-con {
  padding: 35px 0;
  display: inline-block;
  width: 100%;
}
body #creation-page .sr-list-con li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
}
body #creation-page .sr-list-con .srtag-bk {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 88px 0 0 0;
  text-align: center;
  background: url(../images/html/about_sr.png) no-repeat 0 0;
  background-size: 100% auto;
}
body #creation-page .sr-list-con-3 {
  padding: 0 0 35px 0;
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0 auto;
}
body #creation-page .sr-list-con-3 li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 33.33%;
  float: left;
}
body #creation-page .sr-list-con-3 .srtag-bk {
  font-size: 16px;
  font-weight: bold;
  color: #007eab;
  width: 210px;
  height: 250px;
  margin: 0 auto;
  padding: 105px 0 0 0;
  text-align: center;
  background: url(../images/html/ab_sr2.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  body #creation-page .sr-list-con li {
    width: 50%;
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 768px) {
  body #creation-page .sr-list-con-3 li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  body #creation-page .sr-list-con li {
    width: 100%;
    float: none;
  }
  body #creation-page .sr-list-con-3 li {
    width: 100%;
    float: none;
  }
}
/*
=====================
ply001 for Html Code(ply001.php)
=====================
*/
#ply001 {
  padding: 0 15px;
}
#ply001 #ply001-imglist {
  padding: 25px 0;
  margin: 0;
}
#ply001 #ply001-imglist li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #ply001 #ply001-imglist {
    max-width: 500px;
    margin: 0 auto;
  }
  #ply001 #ply001-imglist li {
    padding: 0 0 15px 0;
  }
}
/*
=====================
ply002 for Html Code(ply002.php)
=====================
*/
#ply002 .company-name {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}
#ply002 .company-info {
  text-align: center;
  margin: 30px 0 60px 0;
}
#ply002 .company-list-bk {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px 0;
}
#ply002 .company-list-bk .company-list-con {
  max-width: 700px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
#ply002 .company-list-bk .company-list-con li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.33%;
  float: left;
}
#ply002 .company-list-bk .company-list-con li label {
  width: 140px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 166px 0 0 0;
}
#ply002 .company-list-bk .info-var-txt {
  font-size: 15px;
  padding: 10px 0;
}
#ply002 .phone-info label {
  background: url(../images/icon/info_img_tel.png) no-repeat 0 0;
}
#ply002 .fax-info label {
  background: url(../images/icon/info_img_fax.png) no-repeat 0 0;
}
#ply002 .email-info label {
  background: url(../images/icon/info_img_mail.png) no-repeat 0 0;
}
/*
=====================
ply003 for Html Code(ply003.php)
=====================
*/
#ply003 {
  max-width: 1050px;
  margin: 0 auto;
}
#ply003 .ply-info-title {
  font-size: 36px;
  color: #2d84c5;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
#ply003 .ply-info-subtitle {
  font-size: 24px;
  color: #429300;
  text-align: center;
  margin: 0;
  padding: 40px 0 30px 0;
}
#ply003 .ply-info-con {
  text-align: center;
  font-size: 15px;
}
#ply003 #ply003-imglist {
  padding: 35px 0;
}
#ply003 #ply003-imglist .imgtag {
  padding: 0;
}
#ply003 #ply003-srlist {
  padding: 0 0 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}
#ply003 #ply003-srlist .imgtag img {
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #ply003 #ply003-imglist {
    padding: 35px 0 20px 0;
  }
  #ply003 #ply003-imglist {
    max-width: 500px;
    margin: 0 auto;
  }
  #ply003 #ply003-imglist .imgtag {
    padding: 0 0 15px 0;
  }
}
/*
=====================
ply004 for Html Code(ply004.php)
=====================
*/
#ply004 .ply-info-title {
  font-size: 30px;
  font-weight: normal;
  color: #044c63;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
#ply004 .ply-info-subtitle {
  font-size: 24px;
  color: #429300;
  text-align: center;
  margin: 0;
  padding: 40px 0 30px 0;
}
#ply004 .ply-info-con {
  text-align: center;
  font-size: 15px;
}
#ply004 #ply003-imglist {
  padding: 35px 0;
}
#ply004 #ply003-imglist .imgtag {
  padding: 0;
}
#ply004 #ply003-srlist {
  padding: 0 0 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}
#ply004 #ply003-srlist .imgtag img {
  max-width: 190px;
  margin: 0 auto;
}
#ply004 .ply-abimg {
  max-width: 500px;
  margin: 0 auto;
}
#ply004 .ply-abbg-con-bk {
  height: 270px;
  text-align: center;
  padding: 35px 0 0 0;
  margin: 35px 0 0 0;
  background: url(../page/images/layout/ab_bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#ply004 .ply-abbg-con-bk .ply-abbg-title {
  font-size: 30px;
  font-weight: normal;
  color: #044c63;
  text-align: center;
}
#ply004 .ply-abbg-con-bk .ply-abbg-con {
  padding: 20px 0 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #ply003 #ply003-imglist {
    padding: 35px 0 20px 0;
  }
  #ply003 #ply003-imglist {
    max-width: 500px;
    margin: 0 auto;
  }
  #ply003 #ply003-imglist .imgtag {
    padding: 0 0 15px 0;
  }
}
/*
=====================
ply005 for Html Code(ply005.php)
=====================
*/
#ply005 .company-name {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}
#ply005 .company-info {
  text-align: center;
  margin: 30px 0 60px 0;
}
#ply005 .company-list-bk {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px 0;
}
#ply005 .company-list-bk .company-list-con {
  max-width: 700px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
#ply005 .company-list-bk .company-list-con li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.33%;
  float: left;
}
#ply005 .company-list-bk .company-list-con li label {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: block;
  text-align: center;
  overflow: hidden;
  text-indent: -9999px;
}
#ply005 .company-list-bk .info-var-txt {
  font-size: 15px;
  padding: 20px 0 0 0;
  font-weight: bold;
}
#ply005 .phone-info label {
  background: url(../images/icon/q_tel.png) no-repeat 0 0;
  background-size: contain;
}
#ply005 .phone-info .info-var-txt {
  color: #7b519b;
}
#ply005 .email-info label {
  background: url(../images/icon/q_email.png) no-repeat 0 0;
  background-size: contain;
}
#ply005 .line-info label {
  background: url(../images/icon/q_line.png) no-repeat 0 0;
  background-size: contain;
}
#ply005 .line-info .info-var-txt {
  color: #247611;
}
/*
=====================
ply006 for Html Code(ply006.php)
=====================
*/
#ply006 .articel-foreword {
  font-size: 18px;
  padding: 40px 0 0;
  text-align: center;
}
#ply006 .infolist-con {
  padding: 40px 0 0 0;
  display: inline-block;
  width: 100%;
}
#ply006 .infolist-con li {
  padding: 0 10px;
  width: 33.33%;
  display: inline-block;
  float: left;
}
#ply006 .infolist-con .info-title1 a,
#ply006 .infolist-con .info-title1 {
  font-weight: bold;
  color: #0571a4;
  font-family: 'OpenSans';
}
#ply006 .infolist-con .info-title2 a,
#ply006 .infolist-con .info-title2 {
  font-weight: bold;
  color: #333;
}
#ply006 .infolist-con .info-title1 a:hover,
#ply006 .infolist-con .info-title2 a:hover {
  color: #0092a3;
  text-decoration: none;
}
#ply006 .infolist-con .info-subtitle {
  padding: 15px 0 0 0;
  font-size: 14px;
}
#ply006 .infolist-con .infolist-dn {
  padding: 20px 0 0 0;
  margin: 0 0 30px;
}
#ply006 .infolist-con .info-more {
  font-size: 13px;
  padding: 5px 25px;
  display: inline-block;
  border-radius: 99px;
  text-decoration: none;
  border: 1px solid #aaabab;
  font-weight: bold;
  color: #505050;
  font-family: 'OpenSans';
}
#ply006 .infolist-con .info-more:hover {
  color: #FFF;
  background: #0571a4;
  border: 1px solid #0571a4;
}
#ply006 .infolist-con .infolist-img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
#ply006 .infolist-con .infolist-img 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;
}
#ply006 .infolist-con .infolist-img: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);
}
@media screen and (max-width: 768px) {
  #ply006 .infolist-con li {
    padding: 0 0 25px 0;
    max-width: 500px;
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
  }
}
/*
=====================
ply007 for Html Code(ply007.php)
=====================
*/
#ply007 .ply-header {
  text-align: center;
  padding: 80px 0;
  background: url(../images/demo/index_banner2.jpg) no-repeat center 0;
}
#ply007 .ply-header h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
  margin: 0 0 5px 0;
}
#ply007 .ply-header-sub {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}
#ply007 .ply-maininfo {
  padding: 35px 0 0 0;
}
#ply007 .ply-maininfo .ply-info-title {
  font-size: 24px;
  font-weight: bold;
  color: #2f83af;
  text-align: center;
  padding: 0 0 20px 0;
}
#ply007 .ply-maininfo .ply-info-section {
  padding: 0 0 45px 0;
}
#ply007 .ply-maininfo .ply-info-con {
  text-align: center;
}
#ply007 .ply-maininfo .ply-ht-con {
  padding: 0;
  border-top: 1px solid #dadada;
}
#ply007 .ply-maininfo .ply-ht-con li {
  color: #333;
  list-style: none;
  margin: 0;
  padding: 12px 20px;
  border-bottom: 1px solid #dadada;
}
#ply007 .ply-maininfo .ply-ht-con li:nth-child(even) {
  background-color: #f7f7f7;
}
#ply007 .ply-maininfo .ply-ht-con li b {
  color: #d66000;
  font-weight: bold;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  border-right: 1px solid #dadada;
}
@media screen and (max-width: 991px) {
  #ply007 .ply-maininfo .ply-ht-con li b {
    display: block;
    margin: 0 0 3px 0;
    border: 0;
  }
}
/*
=====================
ply008 for Html Code(ply008.php)
=====================
*/
#creation-page #ply008 .ply-header {
  text-align: center;
  padding: 80px 0;
  background: url(../images/demo/index_banner2.jpg) no-repeat center 0;
}
#creation-page #ply008 .ply-header h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
  margin: 0 0 5px 0;
}
#creation-page #ply008 .ply-header-sub {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}
#creation-page #ply008 .img-list-title {
  color: #2f83af;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 0 25px 0;
}
#creation-page #ply008 .img-list {
  padding: 0;
}
#creation-page #ply008 .img-list ul {
  padding: 0;
}
#creation-page #ply008 .img-list li {
  padding: 0 0 6px 30px;
  font-size: 18px;
  color: #08537d;
  list-style: outside none none;
  background: url(../images/icon/listicon.svg) no-repeat 0 5px;
  background-size: 20px 20px;
  margin: 0;
}
#creation-page #ply008 .ply-maininfo {
  padding: 35px 0 0 0;
}
#creation-page #ply008 .ply-maininfo .ply-info-title {
  font-size: 24px;
  font-weight: bold;
  color: #2f83af;
  text-align: center;
  padding: 0 0 20px 0;
}
#creation-page #ply008 .ply-maininfo .ply-info-section {
  padding: 0 0 45px 0;
  max-width: 1000px;
  margin: 0 auto;
}
#creation-page #ply008 .ply-maininfo .ply-info-con {
  text-align: left;
}
#creation-page #ply008 .ply-maininfo .ply-ht-con {
  padding: 0;
  border-top: 1px solid #dadada;
}
#creation-page #ply008 .ply-maininfo .ply-ht-con li {
  color: #333;
  list-style: none;
  margin: 0;
  padding: 12px 20px;
  border-bottom: 1px solid #dadada;
}
#creation-page #ply008 .ply-maininfo .ply-ht-con li:nth-child(even) {
  background-color: #f7f7f7;
}
#creation-page #ply008 .ply-maininfo .ply-ht-con li b {
  color: #d66000;
  font-weight: bold;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  border-right: 1px solid #dadada;
}
@media screen and (max-width: 991px) {
  #ply007 .ply-maininfo .ply-ht-con li b {
    display: block;
    margin: 0 0 3px 0;
    border: 0;
  }
}
/*
=====================
ply009 for Html Code(ply009.php)
=====================
*/
#creation-page #ply009 {
  max-width: 1000px;
  margin: 0 auto;
}
#creation-page #ply009 .ply-title-con {
  text-align: center;
}
#creation-page #ply009 .ply-title {
  font-size: 21px;
  margin: 0;
  background: #eb7c1e;
  color: #FFF;
  padding: 5px 30px;
  display: inline-block;
}
#creation-page #ply009 .ply-main-con {
  padding: 35px 0 0 0;
  margin: 0 0 40px;
}
#creation-page #ply009 .ply-sn-con {
  padding: 30px 0 0 0;
  height: 11.5em;
}
#creation-page #ply009 .ply-sn-con .sn-title {
  color: #02a6c9;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
#creation-page #ply009 .ply-sn-con .sn-info-con {
  padding: 5px 0 0 0;
}
#creation-page #ply009 .sn-img-left {
  padding-left: 220px;
}
#creation-page #ply009 .sn-img-right {
  padding-right: 220px;
}
#creation-page #ply009 #ply-sn-con1 {
  background: url(../images/html/aboutimg1.jpg) no-repeat 0 0;
  background-size: auto 100%;
}
#creation-page #ply009 #ply-sn-con2 {
  background: url(../images/html/aboutimg2.jpg) no-repeat right 0;
  background-size: auto 100%;
}
#creation-page #ply009 #ply-sn-con3 {
  background: url(../images/html/aboutimg3.jpg) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  #creation-page #ply009 {
    padding: 0 15px;
  }
  #creation-page #ply009 #ply-sn-con1 {
    background-size: auto 200px;
    background-position: center 0;
  }
  #creation-page #ply009 #ply-sn-con2 {
    background-size: auto 200px;
    background-position: center 0;
  }
  #creation-page #ply009 #ply-sn-con3 {
    background-size: auto 200px;
    background-position: center 0;
  }
  #creation-page #ply009 .ply-sn-con {
    height: auto;
    padding: 210px 0 0;
    margin: 0 0 50px 0;
  }
  #creation-page #ply009 .sn-title {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #creation-page #ply009 .ply-sn-con .sn-title {
    font-size: 18px;
  }
}
/*
=====================
ply010 for Html Code(ply010.php)
=====================
*/
#creation-page #ply010 .ply-header-sub {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}
#creation-page #ply010 .ply-maininfo {
  padding: 35px 0 0 0;
}
#creation-page #ply010 .ply-maininfo .ply-info-title {
  font-size: 24px;
  font-weight: bold;
  color: #2f83af;
  text-align: center;
  padding: 0 0 20px 0;
}
#creation-page #ply010 .ply-maininfo .ply-info-section {
  padding: 0 0 45px 0;
}
#creation-page #ply010 .ply-maininfo .ply-info-con {
  text-align: left;
}
#creation-page #ply010 .ply-img1 {
  width: 100%;
  height: 200px;
  margin: 0 0 40px 0;
  background: url(../images/demo/index_banner2.jpg) no-repeat center 0;
  background-size: cover;
}
#creation-page #ply010 .ply-img2 {
  text-align: center;
  width: 100%;
  height: 200px;
  margin: 0 0 40px 0;
  background: url(../images/demo/index_banner4.jpg) no-repeat center 0;
  background-size: cover;
}
#creation-page #ply010 .ply-img2 h3 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin: 0;
  padding: 75px 0 0 0;
  text-shadow: 0 0 3px #000;
}
#creation-page #ply010 .sr-list-con {
  padding: 35px 0;
  display: inline-block;
  width: 100%;
}
#creation-page #ply010 .sr-list-con li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
}
#creation-page #ply010 .sr-list-con .srtag-bk {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 88px 0 0 0;
  text-align: center;
  background: url(../images/html/ab_sr.png) no-repeat 0 0;
  background-size: 100% auto;
}
#creation-page #ply010 .ply-img3 {
  text-align: center;
  width: 100%;
  margin: 0 0 40px 0;
  background: url(../images/demo/index_banner2.jpg) no-repeat center 0;
  background-size: cover;
}
#creation-page #ply010 .ply-img3 .ply-info-con {
  padding: 135px 0;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  #creation-page #ply010 .sr-list-con li {
    width: 50%;
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 500px) {
  #creation-page #ply010 .sr-list-con li {
    width: 100%;
    float: none;
  }
}
/*
=====================
ply011 for Html Code(ply011.php)
=====================
*/
#creation-page #ply011 .ply-header-title {
  background: #0696ca;
  font-size: 26px;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
#creation-page #ply011 .ply-header-sub {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}
#creation-page #ply011 .ply-maininfo {
  padding: 35px 0 0 0;
}
#creation-page #ply011 .ply-maininfo .ply-info-title {
  font-size: 24px;
  font-weight: bold;
  color: #2f83af;
  text-align: center;
  padding: 0 0 20px 0;
}
#creation-page #ply011 .ply-maininfo .ply-info-section {
  padding: 0 0 45px 0;
}
#creation-page #ply011 .ply-maininfo .ply-info-con {
  text-align: left;
  margin: 0 0 35px 0;
}
#creation-page #ply011 .ply-maininfo .ply-info-con .sub-title-txt {
  font-weight: bold;
  margin: 0 0 15px 0;
}
#creation-page #ply011 .ply-img1 {
  width: 100%;
  height: 200px;
  margin: 0 0 40px 0;
  background: url(../images/demo/index_banner2.jpg) no-repeat center 0;
  background-size: cover;
}
#creation-page #ply011 .ply-abbg-con-bk {
  text-align: left;
  padding: 35px;
  margin: 0 0 35px 0;
  background: url(../page/images/layout/ab_bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#creation-page #ply011 .ply-abbg-con-bk .ply-abbg-title {
  font-size: 26px;
  font-weight: bold;
  color: #044c63;
  text-align: center;
}
#creation-page #ply011 .ply-abbg-con-bk .ply-abbg-con {
  padding: 20px 0 0 0;
}
#creation-page #ply011 #ply011-imglist {
  padding: 0 0 20px 0;
}
#creation-page #ply011 #ply011-imglist .imgtag {
  padding: 0;
}
#creation-page #ply011 .ply-imgdn-con {
  text-align: center;
  color: #0696ca;
  font-weight: bold;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 991px) {
  #creation-page #ply011 .sr-list-con li {
    width: 50%;
    padding: 0 0 25px 0;
  }
  #ply011 #ply011-imglist {
    padding: 35px 0 20px 0;
  }
  #ply011 #ply011-imglist {
    max-width: 500px;
    margin: 0 auto;
  }
  #ply011 #ply011-imglist .imgtag {
    padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 500px) {
  #creation-page #ply011 .sr-list-con li {
    width: 100%;
    float: none;
  }
}
/*
=====================
ply012 for Html Code(ply012.php)
=====================
*/
#creation-page #ply012 .main-cp-info-bk {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
#creation-page #ply012 .main-cp-info-bk .main-cp-info-title {
  font-size: 18px;
}
#creation-page #ply012 .main-cp-info-bk .cp-info-con {
  padding: 0;
  border: 0;
}
#creation-page #ply012 .sub-cp-info-bk {
  margin: 0 0 30px 0;
  font-size: 14px;
}
#creation-page #ply012 .sub-cp-info-bk .sub-cp-info-title {
  font-size: 18px;
  font-weight: bold;
  color: #04769f;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
#creation-page #ply012 .main-cp-logo {
  max-width: 320px;
  margin: 0 0 20px 0;
}
#creation-page #ply012 .cp-info-con {
  margin: 0 0 20px 0;
  border-left: 5px solid #ceebf5;
  padding: 0 0 0 20px;
}
#creation-page #ply012 .cp-info-con label {
  font-weight: bold;
  color: #04769f;
  margin: 0 0 5px 0;
}
#creation-page #ply012 .cp-info-con .cp-add {
  padding: 0 0 0 45px;
  margin: 0 0 5px 0;
  color: #d66a00;
  background: url(../images/icon/map.png) no-repeat 0 7px;
  background-size: 32px auto;
}
#creation-page #ply012 .cp-info-con .cp-add a {
  color: #d66a00;
  text-decoration: none;
}
#creation-page #ply012 .cp-info-con .cp-add a:hover {
  color: #2c7f9f;
}
/*
=====================
ply013 for Html Code(ply013.php)
=====================
*/
#creation-page #ply013 .main-cp-info-bk {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
#creation-page #ply013 .main-cp-info-bk .main-cp-info-title {
  font-size: 18px;
}
#creation-page #ply013 .main-cp-info-bk .cp-info-con {
  padding: 0;
  border: 0;
}
#creation-page #ply013 .sub-cp-info-bk {
  margin: 0 0 30px 0;
}
#creation-page #ply013 .sub-cp-info-bk .sub-cp-info-title {
  font-size: 18px;
  font-weight: bold;
  color: #04769f;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
#creation-page #ply013 .main-cp-logo {
  max-width: 200px;
  margin: 15px 0 10px 0;
}
#creation-page #ply013 .cp-info-con {
  margin: 0 0 20px 0;
  padding: 0;
}
#creation-page #ply013 .cp-info-con label {
  font-weight: bold;
  color: #04769f;
  margin: 0 0 5px 0;
}
#creation-page #ply013 .cp-info-con .cp-add {
  padding: 0;
  margin: 0 0 5px 0;
  color: #04769f;
}
#creation-page #ply013 .cp-info-con .cp-add a {
  color: #d66a00;
  text-decoration: none;
}
#creation-page #ply013 .cp-info-con .cp-add a:hover {
  color: #2c7f9f;
}
@media screen and (max-width: 991px) {
  #creation-page #ply013 .sub-cp-info-bk .col-md-6 {
    margin: 0 0 30px 0;
  }
}
/*
=====================
ply014 for Html Code(ply014.php)
首頁－公司簡介版型1
=====================
*/
#creation-page #ply014 {
  margin: 50px auto 60px auto;
}
#creation-page #ply014 header {
  border-left: 5px solid #008dce;
  padding: 0 0 0 15px;
  line-height: 21px;
}
#creation-page #ply014 .header-title {
  color: #008dce;
  margin: 0;
  padding: 0;
}
#creation-page #ply014 .header-sub {
  color: #5b5b5b;
  padding: 10px 0 0 0;
}
#creation-page #ply014 .ix-info-brief {
  height: 390px;
  padding: 35px 0 0 0;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
#creation-page #ply014 .ix-info-brief .ix-info-brief-txt {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  line-height: 36px;
  width: 55%;
  height: 100%;
  position: relative;
  display: inline-block;
  float: left;
  padding: 25px;
  background: #464646;
}
#creation-page #ply014 .ix-info-brief .ix-info-brief-img {
  width: 45%;
  height: 100%;
  display: inline-block;
  float: right;
}
#creation-page #ply014 .ix-info-brief .morelink {
  color: #FFF;
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 15px;
  text-decoration: none;
}
#creation-page #ply014 .ix-info-brief .morelink:hover {
  opacity: 0.8;
}
#creation-page #ply014 .ix-ab-con-title {
  margin: 0;
  font-size: 35px;
  text-align: center;
  padding: 35px 0 0 0;
  font-weight: normal;
}
#creation-page #ply014 .ix-ab-con-txt {
  font-size: 18px;
  text-align: center;
  padding: 35px 0 0 0;
  font-weight: normal;
}
#creation-page #ply014 .ix-info-brief-right .ix-info-brief-txt {
  background: #1c759e;
}
#creation-page #ply014 .ix-info-brief-left .ix-info-brief-img {
  background: url(../images/demo/index_banner1.jpg) no-repeat 0 0;
  background-size: cover;
}
#creation-page #ply014 .ix-info-brief-right .ix-info-brief-img {
  background: url(../images/demo/index_banner2.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #creation-page #ply014 .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  #creation-page #ply014 .ix-info-brief-right {
    padding: 35px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #creation-page #ply014 .ix-info-brief .ix-info-brief-txt {
    width: 100%;
    text-align: center;
  }
  #creation-page #ply014 .ix-info-brief .ix-info-brief-txt br {
    display: none;
  }
  #creation-page #ply014 .ix-info-brief .ix-info-brief-img {
    width: 100%;
    height: 200px;
    background-position: 0 center;
  }
  #creation-page #ply014 .ix-info-brief {
    height: auto;
  }
  #creation-page #ply014 .ix-ab-con-title {
    padding: 0;
  }
  #creation-page #ply014 .ix-info-brief .morelink {
    position: initial;
    background: #0a588e none repeat scroll 0 0;
    font-size: 13px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    margin: 25px auto 0 auto;
    width: 80px;
  }
}
/*
=====================
ply015 for Html Code(ply015.php)
首頁－公司簡介版型2
=====================
*/
#creation-page #ply015 .ply-ab-txt-title {
  margin: 0;
  background: url(../images/index/ply015_title.png) no-repeat 0 0;
  background-size: auto 100%;
  width: 140px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
}
#creation-page #ply015 .ply-ab-txt-con {
  float: left;
  width: 60%;
}
#creation-page #ply015 .ply-ab-txt {
  margin: 30px 0 0 0;
}
#creation-page #ply015 .ply-ab-more a {
  color: #835f34;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 25px;
  margin: 30px 0 0 0;
  font-weight: bold;
  border: 2px solid #a09384;
}
#creation-page #ply015 .ply-ab-more a:hover {
  opacity: 0.8;
}
#creation-page #ply015 .ply-ab-img-con {
  float: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #creation-page #ply015 .ply-ab-img-con {
    width: 100%;
    float: none;
    max-width: 450px;
    margin: 0 auto;
  }
  #creation-page #ply015 .ply-ab-txt-con {
    width: 100%;
    float: none;
  }
  #creation-page #ply015 .ply-ab-txt-title {
    margin: 0 auto;
  }
  #creation-page #ply015 .ply-ab-more {
    text-align: center;
  }
}
/*======ARTICLE CSS CODE END======*//*======彈跳POP資訊======*/
.fancybox-overlay {
  z-index: 99999;
}
.popinfo-bk {
  max-width: 600px;
  overflow: hidden;
  padding: 25px;
}
.popinfo-bk .img-border {
  max-width: 300px;
  margin: 0 auto;
}
.popinfo-bk .info-html-edit-title {
  text-align: center;
  color: #008fd5;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0;
  margin: 0 0 15px 0;
}
/*======QA CSS CODE======*/
/*
=====================
常見問題
=====================
*/
#qainfolist-bk {
  max-width: 820px;
  width: 100%;
  padding: 40px 0;
}
#qainfolist-bk .qainfo-con {
  margin: 0 auto 15px auto;
}
#qainfolist-bk .qainfo-con dt a {
  font-size: 21px;
  padding: 0 0 0 35px;
  font-weight: normal;
  text-decoration: none;
  background: url(../images/qa.png) no-repeat 0 5px;
  background-size: 25px auto;
}
#qainfolist-bk .qainfo-con dd {
  margin: 20px 0 35px 0;
  color: #5b5b5b;
  padding: 0 0 0 38px;
  display: none;
}
#qainfolist-bk .qainfo-con dd .info-html-edit {
  padding: 0;
}
#qainfolist-bk .qa-other {
  padding: 25px 0 0 0;
}
#qainfolist-bk .qa-other .qa-other-title {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
}
#qainfolist-bk .qa-other .qa-other-info {
  padding: 25px 0 25px 0;
}
#qainfolist-tp2-bk {
  max-width: 820px;
  width: 100%;
  padding: 40px 0;
}
#qainfolist-tp2-bk .qainfo-con {
  margin: 0 auto 15px auto;
}
#qainfolist-tp2-bk .qainfo-con dt a {
  font-size: 18px;
  color: #0571a4;
  font-weight: bold;
  padding: 0 0 0 35px;
  text-decoration: none;
  background: url(../images/qa2.png) no-repeat 0 0;
  background-size: 25px auto;
}
#qainfolist-tp2-bk .qainfo-con dd {
  margin: 20px 0 35px 0;
  padding: 0 0 0 38px;
  display: none;
}
#qainfolist-tp2-bk .qainfo-con dd .info-html-edit {
  padding: 0;
}
#qainfolist-tp2-bk .qa-other {
  padding: 25px 0 0 0;
}
#qainfolist-tp2-bk .qa-other .qa-other-title {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
}
#qainfolist-tp2-bk .qa-other .qa-other-info {
  padding: 25px 0 25px 0;
}
#qainfolist-tp3-bk .qa-img-con {
  padding: 0 50px 35px 50px;
  max-width: 500px;
  margin: 0 auto;
}
#qainfolist-tp3-bk .qainfo-con {
  margin: 0 auto 15px auto;
}
#qainfolist-tp3-bk .qainfo-con dt a {
  font-size: 19px;
  line-height: 1.5;
  color: #1b4e6b;
  font-weight: normal;
  padding: 0 0 0 35px;
  text-decoration: none;
  background: url(../images/qa/title.png) no-repeat 0 5px;
  background-size: 23px auto;
  display: inline-block;
}
#qainfolist-tp3-bk .qainfo-con .open-tag {
  vertical-align: text-bottom;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 15px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/qa/open.png) no-repeat 0 0;
  background-size: 22px auto;
}
#qainfolist-tp3-bk .qainfo-con dd {
  margin: 20px 0 35px 0;
  padding: 0 0 0 38px;
  display: none;
}
#qainfolist-tp3-bk .qainfo-con dd .info-html-edit {
  padding: 0;
}
#qainfolist-tp3-bk .qa-other {
  padding: 25px 0 0 0;
}
#qainfolist-tp3-bk .qa-other .qa-other-title {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
}
#qainfolist-tp3-bk .qa-other .qa-other-info {
  padding: 25px 0 25px 0;
}
@media screen and (max-width: 991px) {
  #qainfolist-tp3-bk .qainfo-con .open-tag {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 500px) {
  
}
/*======QA CSS CODE END======*//*
==================
==================
GALLERY CSS CODE
==================
==================
*/
/*
==========================================
相簿集-標準版original for gallery.php
==========================================
*/
/*gallery list*/
.gallery-list-bk .infolist .info-title {
  margin: 0;
  background: #798938;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  height: auto;
  display: inline-block;
  width: 100%;
}
.gallery-list-bk .infolist .info-title a {
  color: #FFF;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  height: 50px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.gallery-list-bk .infolist-article {
  width: 95%;
}
@media screen and (max-width: 991px) {
  .gallery-list-bk .infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gallery-block .page-con-bk {
    max-width: 500px;
  }
  .gallery-block .gallery-list-bk .infolist li {
    width: 100%;
  }
  .gallery-block .infolist .infolist-article {
    width: 100%;
  }
}
/*gallery article*/
.gallery-article-bk .infolist .info-title {
  margin: 0;
  background: #35aeca;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  height: auto;
  display: inline-block;
  width: 100%;
}
.gallery-article-bk .infolist .info-title a {
  color: #FFF;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  height: 50px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.gallery-article-bk .infolist-article {
  width: 95%;
}
.gallery-article-bk .infolist li {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .gallery-article-bk .infolist li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gallery-block .gallery-article-bk .infolist li {
    width: 100%;
  }
}
/*文章*/
.gallery-block .gallery-article {
  position: relative;
}
.gallery-block .gallery-article header h2 {
  color: #545454;
  font-size: 21px;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
.gallery-block .backlist {
  display: inline-block;
  margin: 35px 0 0;
  width: 100%;
  text-align: center;
}
.gallery-block .backlist a {
  background: #798938 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 35px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .gallery-block .backlist a {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  
}
/*
=====================
Load 有選單/純文字列表 for load.php , load_dn.php
=====================
*/
.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;
}
.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%;
}
@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: 10px 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) {
  
}
/*
=====================
Load 無選單/純文字列表 for load2.php
=====================
*/
.singleinfo2-bk {
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 0 30px 0;
}
.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;
  }
}
/*--------------
singleinfo2-tp2
--------------*/
#singleinfo2-tp2 {
  width: 100%;
  max-width: inherit;
}
#singleinfo2-tp2 .loadlist {
  max-width: inherit;
  border: 0;
  border-radius: 0;
  padding: 0;
}
#singleinfo2-tp2 .article-load {
  text-align: right;
}
#singleinfo2-tp2 li h2 {
  background-image: url(../images/ur_list_icon_b.png);
}
#singleinfo2-tp2 li h2 a {
  color: #076597;
}
#singleinfo2-tp2 li h2 a:hover {
  color: #0f3c4f;
}
#singleinfo2-tp2 .article-load a {
  padding: 5px 25px 5px 45px;
  background: #ffffff url("../images/load_b.png") no-repeat scroll 10px center;
  border-radius: 15px;
  border: 2px solid #8cacba;
  color: #0571a4;
  font-weight: bold;
}
#singleinfo2-tp2 .article-load a:hover {
  color: #FFF;
  border: 2px solid #0571a4;
  background: #0571a4 url("../images/load.png") no-repeat scroll 10px center;
}
#singleinfo2-tp2 .infolist-title {
  font-size: 21px;
  color: #076597;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 768px) {
  #creation-page #singleinfo2-tp2 .article-load a {
    background: #ffffff url("../images/load_b.png") no-repeat scroll 10px center;
  }
  #creation-page #singleinfo2-tp2 .article-load a:hover {
    color: #FFF;
    border: 2px solid #0571a4;
    background: #0571a4 url("../images/load.png") no-repeat scroll 10px center;
  }
}
/*
======Template CSS Name======
Line TP Style
★VER TKIS1.1
★CreateDate:2016.3.29
★Author:Copyright © THINKIDEA All rights reserved. (http://www.thinkidea.com.tw)
id="line-tp" to body
======Template CSS Name======
*/
/*TEMP*/
/*.weburltag-con,.page-top-img{ display:none;}
body{background:url(../images/design_fa.jpg) center 0 no-repeat;}*/
/*Page Main Layout*/
#line-tp .page-top-img {
  display: none;
  visibility: hidden;
}
/*選單*/
#line-tp .article-catalog-bk .page-header-con {
  padding: 10px 15px;
  background: #7f5200;
  color: #FFF;
}
#line-tp .article-catalog-bk .page-title-ct {
  background: none;
  color: #FFF;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
}
#line-tp .article-catalog-bk .page-title-en {
  color: #FFF;
  font-size: 17px;
  padding: 0;
  font-weight: normal;
}
#line-tp .article-catalog-bk .article-catalog > li > a {
  color: #000000;
  padding: 12px 10px;
}
#line-tp .article-catalog-bk .article-catalog > li > a:before {
  content: "+";
}
#line-tp .article-catalog-bk .article-catalog > li > a:hover {
  background: none;
  color: #e86100;
}
#line-tp .article-catalog-bk .article-catalog > li > .select {
  background: none;
  color: #e86100;
  font-weight: bold;
}
#line-tp .article-catalog-bk .article-catalog > li > .select:hover {
  background: none;
  color: #e86100;
}
#line-tp .article-catalog-bk .article-catalog > li .ch-subiten {
  padding: 15px 0 10px 20px;
}
#line-tp .article-catalog-bk .article-catalog > li .ch-subiten li {
  padding: 0 0 10px;
}
#line-tp .article-catalog-bk .article-catalog > li .ch-subiten li a {
  background: url(../images/ms_left_list_gray.png) no-repeat 0 8px;
}
#line-tp .article-catalog-bk .article-catalog > li .ch-subiten a:hover {
  color: #e86100;
}
#line-tp .article-catalog-bk .article-catalog > li .ch-subiten .select {
  color: #e86100;
  font-weight: bold;
}
#line-tp .article-catalog-bk .article-catalog > li .ch-subiten .select:hover {
  color: #7f5200;
}
/*版型設定相關*/
#line-tp {
  /*文章標題顏色*/

}
#line-tp .page-con-bk .page-article header .n-article-title h1 {
  color: #7c5000;
}
#line-tp .ct-list-title h2 {
  color: #7c5000;
}
#line-tp .page-con-bk .page-article {
  padding: 0 0 30px 0;
}
/*
=====================
PRODUCT LIST by line Style
=====================
*/
/*###產品列表###*/
#line-style-prlist .ct-list-title {
  padding: 0;
}
#line-style-prlist .infolist .info-img-con a:after {
  padding-top: 110%;
}
#line-style-prlist .infolist .infolist-article {
  border: 1px solid #dcdcdc;
  padding: 7px;
}
#line-style-prlist .infolist .infolist-article .info-title {
  text-align: left;
  padding: 0 10px;
}
/*###產品內頁###*/
#line-style-prinfo .ct-list-title {
  padding: 0;
}
#line-style-prinfo #pr-img-gallery .imgtag-border:after {
  padding-top: 110%;
}
#line-style-prinfo #pr-img-gallery .pr-gallery-con .imgtag-s a:after {
  padding-top: 110%;
}
#line-style-prinfo .pr-info-dn-con .pr-info-dn-title {
  background: none;
  color: #000000;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
#line-style-prinfo .pr-info-dn-con .info-html-edit {
  font-size: 14px;
}
#line-style-prinfo .pr-info-dn-con .backlist a {
  background: #00b2de;
  border-radius: 5px;
}
#line-style-prinfo .pr-info-dn-con .backlist a:hover {
  background: #008fd5;
}
#line-style-prinfo .pr-article-bk {
  padding: 21px 0 0 0;
}
#line-style-prinfo .info-dn-con-full .info-dn-title {
  font-size: 19px;
  color: #1f1f1f;
}
/*======NEWS CSS CODE======*/
/*
=====================
登入會員
login.php
=====================
*/
/*layout*/
/*member form 會員表單專用*/
.userform {
  max-width: 500px;
  margin: 50px auto;
  padding: 35px 50px;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  /*box-shadow: 0 0 5px 0 #8b8b8b;*/

}
.userform label {
  font-weight: normal;
}
.userform a {
  text-decoration: none;
}
.userform .checkbox {
  display: inline;
  width: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.userform .form-title {
  font-size: 24px;
  font-weight: normal;
  width: 100%;
  margin: 0 0 35px 0;
  text-align: center;
  color: #583900;
}
.userform .form-iten {
  margin: 0 0 15px 0;
}
.userform input {
  background: none repeat scroll 0 0 #FFF;
  padding: 8px 10px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0 #d7d7d7 inset;
  border: 2px solid #d2d2d2;
  transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s;
}
.userform input:focus {
  border-color: #f19b00;
}
.userform textarea {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding: 8px 10px;
  width: 490px;
  line-height: 25px;
}
.userform .form-subiten {
  margin: 0 0 15px 0;
  text-align: right;
}
.userform .form-radio {
  font-size: 14px;
}
.userform .form-radio input {
  width: auto;
  margin: 0 5px 0 0;
}
.userform .form-radio .radiotxt {
  margin: 0 15px 0 0;
}
.userform .form-submit {
  text-align: center;
  margin: 0 0 30px 0;
}
.userform .submit-but {
  background: #e1680e;
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
}
.userform .submit-but:hover {
  opacity: 0.8;
}
.userform .form-tips {
  text-align: center;
}
.userform .agreelaw {
  margin: 0 0 25px 0;
}
.userform .form-error-tips {
  color: #800000;
  padding: 0 0 0 25px;
  margin: 5px 0 20px 0;
  background: url(../images/icon/tips.png) no-repeat 0 5px;
  background-size: 15px 15px;
}
@media screen and (max-width: 768px) {
  .userform {
    padding: 30px;
  }
}
/*服務條款*/
.member-page-bk {
  max-width: 1000px;
  margin: 50px auto;
  padding: 35px 50px;
  /*border:1px solid #BFBFBF;*/
  box-shadow: 0 1px 3px 0 #8b8b8b;
  border-radius: 5px;
}
.member-page-bk .member-page-title {
  font-size: 24px;
  font-weight: normal;
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  color: #583900;
}
.member-page-bk .member-page-con h3 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .member-page-bk {
    padding: 30px;
  }
}
/*======MEMBER CODE======*/
/*
=====================
會員專區-管理後台介面
=====================
*/
#mb-user-bk {
  box-shadow: 0 0 0 0 #8b8b8b;
}
.member-panel-box h2 {
  margin: 0;
}
.member-panel-box .mb-shoplist-bk dt,
.member-panel-box .mb-payinfo-bk dt {
  font-size: 18px;
  font-weight: normal;
  color: #7f5200;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 10px;
  line-height: 1.6;
}
.member-panel-box .member-menu h2 {
  font-size: 18px;
  color: #026d89;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 10px;
}
.member-panel-box .member-menu .member-menu-con {
  padding: 30px 0 15px 0;
}
.member-panel-box .member-menu li {
  padding: 0 0 10px;
}
.member-panel-box .member-menu li a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  padding: 0 0 0 15px;
  background: url("../images/ms_left_list_gray.png") no-repeat scroll 0 8px;
}
.member-panel-box .member-menu li a:hover {
  color: #e1680e;
}
.member-panel-box .member-menu .select {
  font-weight: bold;
  color: #e1680e;
}
.member-panel-box .backlist a {
  background: #00b2de;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  max-width: 110px;
  margin: 0 auto;
  text-decoration: none;
}
.member-panel-box .backlist a:hover {
  background: #008fd5;
}
/*購物歷史紀錄*/
@media (min-width: 769px) {
  #mb-shopcar-list {
    width: 100%;
  }
  #mb-shopcar-list th,
  #mb-shopcar-list td {
    width: 14%;
    font-size: 14px;
  }
  #mb-shopcar-list th {
    border-bottom: 2px solid #D7D7D7;
  }
  #mb-shopcar-list td {
    border-bottom: 1px solid #D7D7D7;
  }
}
/*購物明細紀錄*/
.mb-payinfo-bk .payinfo-con {
  margin: 0 0 -20px 0;
  padding: 20px 0 10px 0;
  color: #008fd5;
}
.mb-payinfo-bk #mb-payinfo-list {
  margin: 0 0 15px 0;
  width: 100%;
}
.mb-payinfo-bk .payinfo-total td {
  color: #008fd5;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.mb-payinfo-bk .payinfo-total .total-money {
  text-align: center;
}
@media (min-width: 769px) {
  #mb-payinfo-list {
    width: 100%;
  }
  #mb-payinfo-list th,
  #mb-payinfo-list td {
    width: 15%;
    font-size: 14px;
  }
  #mb-payinfo-list th {
    border-bottom: 2px solid #D7D7D7;
  }
  #mb-payinfo-list td {
    border-bottom: 1px solid #D7D7D7;
  }
  #mb-payinfo-list .product-info-tag {
    width: 40%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .mb-payinfo-bk .payinfo-total td {
    text-align: left;
    display: inline;
  }
  .mb-payinfo-bk .payinfo-total td:before {
    padding: 0;
  }
  .mb-payinfo-bk .payinfo-total .total-money {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .mb-shoplist-bk,
  .mb-payinfo-bk {
    padding: 20px 0 0 0;
  }
}
/*RWD TABLE*/
@media (max-width: 768px) {
  .rwd-table th {
    display: none;
  }
  .rwd-table tr:first-child {
    display: none;
  }
  .rwd-table tr {
    display: inline-block;
    width: 100%;
    /* border: 1px solid #bfbfbf;*/
    box-shadow: 0 0 3px 0 #8b8b8b;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 15px 0;
  }
  .rwd-table td {
    display: block;
  }
  .rwd-table td:before {
    content: attr(data-th) "";
    font-weight: bold;
    display: inline-block;
  }
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
  .rwd-table th,
  .rwd-table td:before {
    color: #e1680e;
    font-weight: bold;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 769px) {
  .rwd-table {
    /*th:first-child,td:first-child {padding-left:15px;}
  th:last-child,td:last-child {padding-right:15px;}*/
  
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th {
    display: table-cell;
    text-align: center;
    color: #e1680e;
    font-weight: bold;
  }
  .rwd-table td {
    display: table-cell;
    text-align: center;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 10px;
  }
  .rwd-table tr:nth-of-type(2n) {
    background: #f5f5f5;
  }
}
/*
=====================
修改基本資料
=====================
*/
.member-panel-box #mb-user-bk {
  border: 0;
  padding: 0;
  margin: 30px 0 50px 0;
}
/*
=====================
購物車
=====================
*/
.shopcar-bk {
  border: 1px solid #d7d7d7;
  position: relative;
  border-radius: 5px;
  /* box-shadow: 0 0 5px 0 #8b8b8b;*/
  margin: 20px 0;
}
.shopcar-bk h2 {
  color: #026d89;
  font-size: 18px;
  margin: 0;
}
.shopcar-bk .shopcarbar-title {
  padding: 10px 0 10px 35px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.shopcar-bk .shopcarbar-subtitle {
  padding: 10px 0 10px 35px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
.shopcar-bk .shopcar-subcon {
  border-top: 1px solid #d7d7d7;
  padding: 25px 35px;
}
.shopcar-bk .shopcar-subcon .redtxt {
  color: #d00000;
}
.shopcar-bk .sys-select select {
  width: 150%;
}
.shopcar-bk input {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #d7d7d7 inset;
  padding: 5px 10px;
  transition: border 0.3s linear 0s, box-shadow 0.3s linear 0s;
}
.shopcar-bk input:focus {
  border-color: #f19b00;
}
.shopcar-bk .totallist-bk {
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #d7d7d7;
}
.shopcar-bk .totallist-bk .totallist {
  float: right;
  text-align: right;
  color: #767676;
  line-height: 36px;
  padding: 0 9% 0 0;
}
.shopcar-bk .totallist-bk .sub-total,
.shopcar-bk .totallist-bk .main-goods-total {
  min-width: 150px;
  display: inline-block;
}
.shopcar-bk .totallist-bk .main-goods-total {
  font-weight: bold;
  color: #e1680e;
}
.shopcar-bk .totallist-bk .totaprices {
  border-top: 1px solid #d7d7d7;
}
.shopcar-bk .shopcar-addbk {
  border-top: 1px solid #d7d7d7;
  text-align: center;
  padding: 30px 0;
}
.shopcar-bk .shopcar-addbk .goshopping-but,
.shopcar-bk .shopcar-addbk .submit-but {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 15px;
  text-decoration: none;
}
.shopcar-bk .shopcar-addbk .goshopping-but:hover,
.shopcar-bk .shopcar-addbk .submit-but:hover {
  opacity: 0.8;
}
.shopcar-bk .shopcar-addbk .goshopping-but {
  background: #026d89;
}
.shopcar-bk .shopcar-addbk .submit-but {
  background: #e1680e;
}
.shopcar-bk .order-user-info header {
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  padding: 10px 0 10px 35px;
  width: 100%;
}
.shopcar-bk .order-user-info header h2 {
  color: #026d89;
  font-size: 18px;
  margin: 0;
}
.shopcar-bk .order-user-info-con {
  padding: 25px 35px;
}
.shopcar-bk .order-user-info-con .shipping-user label {
  font-weight: normal;
  width: 90px;
  margin: 0;
}
.shopcar-bk .order-user-info-con .shipping-user label b {
  color: #e1680e;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.shopcar-bk .order-user-info-con .shipping-user li {
  padding: 0 0 15px 0;
}
.shopcar-bk .order-zip {
  display: inline-block;
  padding: 0 0 0 20px;
}
.shopcar-bk .mb-gender {
  display: inline-block;
  padding: 0 0 0 10px;
}
.shopcar-bk .mb-gender input {
  margin: 0 10px;
}
.goodsinfolist {
  padding: 25px 35px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #d7d7d7;
}
.goodsinfolist .img-border {
  border: 1px solid #d6d6d6;
  padding: 0;
}
.goodsinfolist .info-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.goodsinfolist .info-img-con a:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.goodsinfolist .info-img-con a {
  display: block;
}
.goodsinfolist .info-img-con img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
.goodsinfolist .product-info-bk {
  display: inline-block;
  float: left;
  width: 90%;
}
.goodsinfolist .product-price-set {
  display: inline-block;
  float: left;
  width: 45%;
}
.goodsinfolist .remove-but {
  display: inline-block;
  float: left;
  width: 5%;
}
.goodsinfolist .product-img-tag {
  width: 10%;
  float: left;
}
.goodsinfolist .product-info-con {
  width: 50%;
  float: left;
  padding: 0 20px 0 20px;
}
.goodsinfolist .product-info-con .product-title {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  max-height: 3.5em;
  color: #2f2f2f;
}
.goodsinfolist .product-info-con .product-title a {
  color: #2f2f2f;
  text-decoration: none;
}
.goodsinfolist .product-info-con .product-title a:hover {
  color: #026d89;
}
.goodsinfolist .product-info-con .sub-product-info {
  font-size: 13px;
  padding: 10px 0 0 0;
  color: #767676;
}
.goodsinfolist .product-price-set {
  display: table;
  padding: 5% 15px 0 0;
}
.goodsinfolist .product-price-set .goodsprice,
.goodsinfolist .product-price-set .addshopcar,
.goodsinfolist .product-price-set .goodstotal {
  display: table-cell;
  font-weight: blod;
  text-align: right;
  color: #767676;
}
.goodsinfolist .product-price-set .goodsprice em,
.goodsinfolist .product-price-set .addshopcar em,
.goodsinfolist .product-price-set .goodstotal em {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  margin: 0 10px 0 0;
}
.goodsinfolist .product-price-set .goodsprice {
  width: 40%;
}
.goodsinfolist .product-price-set .addshopcar {
  width: 30%;
  padding: 0 20px;
}
.goodsinfolist .product-price-set .goodstotal {
  width: 30%;
  font-weight: bold;
}
.goodsinfolist .remove-but {
  text-align: center;
  padding: 5% 0 0;
}
.goodsinfolist .remove-but a {
  background: url(../images/icon/remove.png) no-repeat 0 0;
  border: 0;
  overflow: hidden;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: inline-block;
}
.goodsinfolist .remove-but input:hover {
  opacity: 0.7;
}
.userzoocode select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  -moz-border-radius: 3px;
  /* Firefox */

  -webkit-border-radius: 3px;
  /* Safari, Chrome */
  -khtml-border-radius: 3px;
  /* Konqueror */
  border-radius: 3px;
  /* Opera 10.50 and later (CSS3 standard) */
  border: 1px solid #bababa;
  cursor: pointer;
  padding: 5px 20px 5px 10px;
  box-shadow: 0 1px 3px 0 #d7d7d7 inset;
  background-image: url(../images/layout/select_bg.jpg);
}
@media screen and (max-width: 991px) {
  .goodsinfolist .product-img-tag {
    width: 50%;
  }
  .goodsinfolist .product-info-bk {
    width: 50%;
  }
  .goodsinfolist .product-info-con {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .goodsinfolist .product-price-set {
    padding: 20px 0 0 20px;
    float: none;
    display: inline-block;
    width: 100%;
  }
  .goodsinfolist .product-price-set .goodsprice,
  .goodsinfolist .product-price-set .addshopcar,
  .goodsinfolist .product-price-set .goodstotal {
    display: block;
    text-align: left;
    width: auto;
    padding: 0 0 15px 0;
  }
  .goodsinfolist .remove-but {
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
  }
  .goodsinfolist .remove-but a {
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    background: #e1680e none repeat scroll 0 0;
    width: auto;
    height: auto;
    text-indent: 0;
  }
  .shopcar-bk .order-zip {
    padding: 20px 0 0 0;
    display: block;
  }
  .shopcar-bk .order-user-info-con .shipping-user label {
    width: 100%;
    padding: 0 0 10PX 0;
  }
  .shopcar-bk .mb-gender {
    display: block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .goodsinfolist .product-img-tag {
    width: 100%;
  }
  .goodsinfolist .product-info-bk {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .goodsinfolist .product-info-bk .product-info-con,
  .goodsinfolist .product-info-bk .product-price-set,
  .goodsinfolist .product-info-bk .remove-but {
    padding: 10px 0 0 0;
  }
  .goodsinfolist .product-info-bk .order-zip #Order_Zip {
    margin: 0 0 10px 0;
  }
}
/*付款方式*/
.shopcar-bk .shop-pay {
  padding: 25px 35px;
}
.shopcar-bk li {
  padding: 0 0 25px 0;
}
/*完成訂購*/
#checkout-bk {
  max-width: 500px;
  margin: 20px auto;
  padding: 35px 50px;
}
#checkout-bk .shopcarbar-title {
  padding: 0;
  border-bottom: 0;
}
#checkout-bk .shopcarbar-title h2 {
  color: #583900;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 35px;
  text-align: center;
  width: 100%;
}
#checkout-bk .shopcar-con {
  text-align: center;
}
#checkout-bk .shopcar-title {
  color: #026d89;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#checkout-bk .order-no-tips {
  color: #e1680e;
  font-weight: bold;
}
#checkout-bk .checkout-tips {
  padding: 20px 0 0 0;
}
#checkout-bk em {
  color: #026d89;
  text-decoration: underline;
  font-style: normal;
}
/*=====介面配色=====*/
/*首頁配色*/
.tp1-index-sub-bk .ix-sub-title .title-en {
  color: #50610a;
}
.tp1-index-sub-bk .ix-sub-title .title-ct {
  color: #858d66;
}
/*內頁標題*/
.single-bk .article-title .title-ct {
  color: #50610a;
}
.single-bk .article-title .title-en {
  color: #a8b379;
}
/*最新消息分類標題*/
.catalog-qoo-style .catalog-horizontal li .select {
  background-color: #50610a;
  border: 1px solid #50610a;
}
.catalog-qoo-style .catalog-horizontal li a:hover {
  background-color: #50610a;
  border: 1px solid #50610a;
}
/*最新消息-回列表*/
.news-block .backlist a {
  background-color: #50610a;
}
.news-block .backlist a:hover {
  background-color: #50610a;
  opacity: 0.9;
}
