﻿body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 14px/1.6 Arial, Helvetica, sans-serif, "新細明體", "PMingLiU";
  color: #333;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 10%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
  /* IE6-8 */ }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/** 各單元共用內容 */
nav ul, nav li, .btn-wrap ul, .btn-wrap li, .cycle-wrap ul, .cycle-wrap li, .page-limit ul, .page-limit li, .info-nav ul, .info-nav li, .sample-figure ul, .sample-figure li, .footer-nav ul, .footer-nav li, .retrofit-list ul, .retrofit-list li, .search-list ul, .search-list li, .inline-list ul, .inline-list li, .comm-info ul, .comm-info li, .form-wrap ul, .form-wrap li, ul.list-style-dot, .list-style-dot ul, .list-style-dot li, .learning-list ul, .learning-list li, .search-form ul, .search-form li, .faq-list ul, .faq-list li, ul.download-list, .download-list li, .login ul, .login li, .video-list ul, .video-list li, .video-detail ul, .video-detail li, .customer-qa ul, .customer-qa li, .customer-service ul, .customer-service li {
  margin: 0;
  padding: 0;
  list-style: none outside none; }

div, li {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

.red-text {
  color: #EC0000;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin: 0 5px; }

.orange-text {
  color: #f56200;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin: 0 5px; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden; }

label, input[type="checkbox"], input[type="radio"], input[type="submit"], input[type="reset"], input[type="button"], button {
  vertical-align: middle;
  cursor: pointer; }

.table-wrap table {
  table-layout: fixed;
  border-collapse: collapse; }

.wrap {
  position: relative;
  box-sizing: border-box;
  min-width: 1024px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; }

article p {
  line-height: 26px;
  margin: 10px 0; }

/** 表單 */
.form-wrap {
  text-align: left;
  padding: 0;
  font-size: 12px; }

.form-wrap li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px; }

.form-wrap li.caption {
  color: #000;
  line-height: 20px;
  padding: 0 0 5px;
  margin: 20px 0;
  text-align: left; }

.form-wrap li.caption .red-text {
  position: static; }

.form-wrap li > div {
  box-sizing: border-box;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  padding: 5px 0; }

.form-wrap li .red-text {
  position: absolute;
  right: 0px;
  margin: 5px; }

.form-wrap li > div:first-child {
  text-align: left;
  min-width: 75px;
  text-align: left; }

.form-wrap li > div.last {
  position: absolute;
  right: 0;
  width: 130px; }

.form-wrap li input[type="text"], .form-wrap li input[type="password"], .form-wrap li input[type="url"], .form-wrap li input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  line-height: 24px; }

.form-wrap li select {
  width: 100%;
  padding: 4px; }

.form-wrap li textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 85px;
  padding: 5px;
  margin: 0 0 10px; }

.form-wrap .captcha input[type="text"] {
  vertical-align: middle;
  width: 115px;
  margin: 0 0 10px; }

.form-wrap .captcha a {
  width: 62px;
  height: 22px;
  font-size: 12px;
  color: #1364ae;
  display: block;
  vertical-align: middle;
  text-decoration: underline;
  float: left;
  margin-right: 13px; }

.form-wrap .captcha img {
  display: block;
  margin: 1px 0; }

.form-wrap input[type="submit"], .form-wrap input[type="reset"] {
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0 0;
  color: #333;
  border: 1px solid #333;
  background: #919191;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #919191 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #919191), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #919191 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #919191 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #919191 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #919191 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.form-wrap input[type="reset"]:hover, .form-wrap input[type="submit"]:hover {
  background: #ccc; }

/** 清除浮動 */
.clear:after, .editor:after, .detail-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* CSS Document */
#container {
  position: relative;
  width: 974px;
  margin: 0 auto; }

#logo {
  position: absolute;
  left: 0px;
  top: 0; }

#logo a, #logo img {
  display: block; }

#header {
  position: relative;
  text-align: right;
  height: 162px;
  padding: 0;
  box-sizing: border-box;
  z-index: 9; }

#header .btn-wrap {
  padding: 60px 0 0 0;
  font-size: 0; }

#header .btn-wrap li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-left: 20px; }

#header .btn-wrap li a {
  text-decoration: none; }

#header .btn-wrap li:hover > a {
  color: #f56200; }

#header .btn-wrap li li {
  display: block;
  margin: 0 0 5px; }

#header .lang {
  position: relative;
  padding-right: 15px; }

#header .lang:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  line-height: 0px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  _border-color: #000000 #ffffff #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff'); }

#header .lang-wrap {
  display: none;
  text-align: left;
  position: absolute;
  right: 0;
  padding: 15px 0 0;
  background: url(../images/bg-none.png);
  white-space: nowrap;
  z-index: 111; }

#header .lang-wrap:before {
  position: absolute;
  content: url(../images/bg-arr01.png);
  margin: 0 0 0 -5px;
  top: 3px;
  left: 50%; }

#header .lang-wrap > ul {
  border: 1px solid #ADAFB2;
  padding: 10px 20px 0;
  box-sizing: border-box;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 10%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

/* #header li:hover .lang-wrap { display:block; } 改用jquery */
.main-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  background: url(../images/bg-mainnav.jpg) center repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.main-nav ul {
  font-size: 0; }

.main-nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-left: 1px; }

.main-nav > ul > li:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  height: 14px;
  width: 1px;
  background: #fff;
  overflow: hidden;
  margin: 0;
  display: inline-block;
  vertical-align: top; }

.main-nav > ul > li:first-child:before {
  content: none; }

.main-nav li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  padding: 0 15px; }

.main-nav li.on > a, .main-nav li:hover > a {
  color: #a0d4ff; }

.main-nav .nav-wrap {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -78px;
  background: url(../images/bg-none.png);
  padding: 5px 0;
  z-index: 111; }

.main-nav .nav-wrap > ul {
  border: 1px solid #ADAFB2;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 10%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 10%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.main-nav li li {
  font-size: 12px;
  display: block;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  white-space: nowrap; }

.main-nav li li a {
  padding: 0;
  height: auto;
  display: block;
  line-height: 1.2;
  display: block;
  color: #000; }

/*.main-nav li:hover .nav-wrap { display:block; } 改用jquery */
.main-nav li li:hover a {
  color: #007fe0;
  text-decoration: underline; }

.qk-search {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 99;
  height: 45px;
  overflow: hidden; }

.qk-search input[type="search"], .qk-search input[type="text"] {
  width: 187px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0; }

.qk-search .btn-style {
  outline: none;
  border: 0 none;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: top;
  width: 47px;
  height: 45px;
  font-size: 0;
  background: url(../images/btn-search.jpg) left center no-repeat; }

#banner {
  position: relative;
  z-index: 0; }

.cycle-wrap {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.cycle-wrap li {
  width: 100%; }

.cycle-wrap .arrow {
  text-align: left;
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  z-index: 111; }

#content {
  position: relative;
  font-size: 0;
  margin: 15px auto;
  padding: 15px 15px 30px;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-shadow: 0px -1px 1px #ccc;
  -webkit-box-shadow: 0px -1px 1px #ccc;
  box-shadow: 0px -1px 1px #ccc;
  z-index: 0; }

#content > section {
  font-size: 12px; }

.side-wrap {
  display: inline-block;
  vertical-align: top;
  width: 226px; }

.side-wrap header h1 {
  margin-bottom: 10px;
  padding: 20px 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #919191;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzU3NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #919191 0%, #575757 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #919191), color-stop(100%, #575757));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #919191 0%, #575757 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #919191 0%, #575757 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #919191 0%, #575757 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #919191 0%, #575757 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#575757',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.side-wrap nav {
  margin-bottom: 10px;
  background: #008ed0;
  padding: 25px 20px 25px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.side-wrap nav li {
  background: url(../images/icon-dot01.jpg) left 10px no-repeat;
  margin-top: 10px; }

.side-wrap nav li:first-child {
  margin-top: 0; }

.side-wrap nav > ul > li > a {
  padding-left: 15px;
  text-decoration: none; }

.side-wrap nav > ul > li > a :hover, .side-wrap nav > ul > li.on > a {
  color: #111; }

.side-wrap nav li li {
  margin-bottom: 7px;
  font-weight: normal;
  padding: 0;
  color: #000;
  font-size: 12px;
  background: none;
  font-family: "PMingLiU", "新細明體"; }

.side-wrap nav li ul {
  padding-top: 7px; }

.side-wrap nav li li:hover > a, .side-wrap nav li li.on > a {
  color: #89ffda;
  text-decoration: none; }

.side-comm {
  width: 221px;
  float: right; }

.side-comm > section {
  margin: 0 0 10px; }

.side-comm header {
  margin-bottom: 10px; }

.side-comm h1 {
  background: #009DE6;
  color: #fff;
  font-size: 15px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.side-comm h1 span, .side-comm a {
  color: #FFB231; }

.side-comm p {
  margin: 10px 0;
  line-height: 25px; }

.side-comm p span {
  color: #009DE6; }

.info-detail > header {
  position: relative; }

.list-style-dot.dot-line {
  background: url(../images/icon-dot02.png) center bottom repeat-x;
  padding: 10px 0;
  margin-bottom: 10px; }

.info-detail > header:after {
  height: 1px;
  margin: 0;
  padding: 0;
  content: '';
  display: block; }

.info-detail > header h1 {
  position: relative;
  font-size: 16px;
  padding: 0 40% 10px 0; }

.info-detail > header h1 span {
  color: #009DE6;
  margin: 0 5px;
  font-size: 18px;
  font-weight: normal; }

.info-detail > header h1 ~ span {
  margin: 0 5px 0 0; }

.info-detail > header h1:after {
  background: url(../images/icon-dot02.png) center bottom repeat-x;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  display: block; }

.info-detail > header figure {
  margin-bottom: 15px; }

.info-detail > header .sub-nav {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 0; }

.info-detail > header li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
  padding-left: 10px;
  background: url(../images/icon-dot01.jpg) left 5px no-repeat; }

.info-detail > header li a {
  color: #205076;
  text-decoration: none; }

.info-detail > header li:hover a {
  color: #888; }

.info-detail > article {
  margin-top: 10px; }

.info-detail > article .inline-list {
  overflow: hidden; }

.info-detail > article h2 {
  font-size: 16px; }

.info-detail > article h2 span {
  color: #009DE6;
  margin: 0 5px;
  font-size: 18px;
  font-weight: normal; }

.detail-wrap {
  display: inline-block;
  vertical-align: top;
  width: 698px;
  margin: 0 0 0 15px; }

.detail-wrap .title {
  font-size: 15px;
  color: #009DE6;
  font-weight: normal; }

.detail-wrap p {
  overflow: hidden; }

.detail-wrap .more {
  display: inline-block;
  vertical-align: top; }

.detail-wrap .info-detail .more {
  color: #0095da; }

.detail-wrap .info-detail .more:hover {
  color: #999; }

.detail-wrap .editor .more {
  color: #FF8C00; }

.page-limit {
  text-align: center;
  margin: 10px auto; }

.page-limit a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  color: #f56200;
  font-weight: bold;
  padding: 0 5px; }

.page-limit a.on, .page-limit a:hover {
  text-decoration: underline; }

ul.dot-line {
  position: relative;
  padding: 5px 0 0;
  overflow: hidden; }

h2.dot-line:after {
  background-position: center center;
  padding: 0 0 5px;
  margin-bottom: 15px; }

.dot-line:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: url(../images/icon-dot02.png) center top repeat-x;
  padding: 10px 0 0;
  clear: both; }

.list-style-dot.dot-line:after {
  background: none;
  padding: 0; }

.list-style-dot li {
  padding-left: 15px;
  background: url(../images/icon-dot01.jpg) left 17px no-repeat; }

#footer {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px; }

#footer address {
  margin: 10px 0; }

#footer span, #footer a {
  margin: 0 5px; }

#footer a {
  text-decoration: underline; }

#footer a:hover {
  color: #009DE6; }

/** home */
.home #banner {
  margin-bottom: 15px; }

.home #banner h1 {
  line-height: 1;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal; }

.home #banner h1 span {
  color: #f56200;
  margin: 0 5px; }

.home .cycle-wrap {
  width: 942px;
  height: 301px; }

.home .arrow {
  width: 33px;
  height: 33px;
  bottom: 2px; }

.home .cycle-wrap .next {
  right: 2px;
  background: url(../images/icon-arr-next.jpg) center no-repeat; }

.home .cycle-wrap .prev {
  right: 35px;
  background: url(../images/icon-arr-prev.jpg) center no-repeat; }

.comm-info {
  font-size: 0; }

.comm-info > section {
  display: inline-block;
  vertical-align: top;
  width: 304px; }

.comm-products {
  margin: 0 15px; }

.comm-info h1 {
  background: #009DE6;
  color: #fff;
  font-size: 15px;
  padding: 5px 0 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.comm-info h1:after {
  content: url(../images/icon-arr01.png);
  margin: 2px 0 0 5px;
  display: inline-block;
  vertical-align: middle; }

.comm-info figure {
  margin: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.comm-info p {
  line-height: 2;
  font-size: 12px; }

.comm-info p span, .comm-info a, .editor p span {
  color: #009DE6; }

.editor a.more {
  color: #f56200; }

/** intro */
.intro .list-style-dot li:before {
  position: relative;
  padding-right: 25px;
  left: -25px;
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: url(../images/icon-dot02.png) center bottom repeat-x;
  margin: 10px 0;
  clear: both; }

/** products*/
.products a.more {
  text-decoration: underline; }

.products .list-style-dot li {
  background-position: left 8px;
  line-height: 24px; }

.products h2 a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  float: right;
  padding-left: 25px;
  background: url(../images/icon-dot01.jpg) 10px center no-repeat; }

.products .learning-list {
  font-size: 0;
  margin-top: 10px; }

.products .learning-list li {
  display: table-cell;
  vertical-align: top; }

.products .learning-list ul {
  padding: 10px 0; }

.products .learning-list .dot-line:after {
  padding: 0; }

.products .learning-list li figure {
  margin: 0 0 5px; }

.products .learning-list li h3 {
  font-size: 12px;
  padding-left: 15px;
  background: url(../images/icon-dot01.jpg) left 7px no-repeat;
  padding-bottom: 20px; }

.products .learning-list li span {
  display: block; }

.products .result-list {
  padding-bottom: 10px; }
  .products .result-list ul, .products .result-list li {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0; }
  .products .result-list ul {
    border-bottom: 1px solid #000; }
  .products .result-list li {
    border-bottom: 1px dashed #999;
    margin: 10px 0;
    padding: 20px 0; }
  .products .result-list table {
    width: 100%;
    border-collapse: collapse; }
  .products .result-list td {
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle; }
  .products .result-list thead td {
    height: 38px;
    background: #0098de; }
  .products .result-list tbody td {
    height: 36px; }
  .products .result-list .odd > td {
    background: #dfdfdf; }
  .products .result-list td.label {
    color: #0098de; }

.retrofit .cycle-wrap {
  margin-bottom: 10px;
  width: 465px;
  height: 272px; }

.retrofit .cycle-wrap li, .retrofit .cycle-wrap li a {
  margin: 0;
  padding: 0; }

.retrofit .cycle-slideshow {
  width: 465px;
  height: 272px; }

.retrofit .arrow {
  width: 19px;
  height: 19px;
  bottom: 20px; }

.retrofit .cycle-wrap .next {
  right: 25px;
  background: url(../images/arrow2.jpg) center no-repeat; }

.retrofit .cycle-wrap .prev {
  right: 45px;
  background: url(../images/arrow.jpg) center no-repeat; }

.retrofit .spec-title {
  position: relative;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 10px; }

.retrofit .spec-title:after {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/icon-dot02.png) center bottom;
  bottom: 0;
  height: 1px;
  width: 100%; }

.retrofit .spec-title h3 {
  padding-left: 20px;
  background: url(../images/icon-arr02.png) left 3px no-repeat;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #2797c8; }

.retrofit .retrofit-list h3 {
  padding-left: 20px;
  background: url(../images/icon-arr03.jpg) left 3px no-repeat;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
  margin: 10px 0 0; }

.retrofit .retrofit-list > ul {
  position: relative;
  font-size: 0;
  padding: 15px 0;
  background: url(../images/icon-dot02.png) center bottom repeat-x; }

.retrofit .retrofit-list > ul.last-child {
  background: none; }

.retrofit .retrofit-list li {
  width: 142px;
  font-size: 12px;
  display: table-cell;
  vertical-align: top;
  padding-left: 18px; }

.retrofit .retrofit-list li:first-child {
  padding-left: 0; }

.retrofit .retrofit-list figure {
  width: 142px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #a7a6a4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.retrofit .retrofit-list a {
  display: block;
  text-decoration: none; }

.retrofit .retrofit-list li:hover span {
  color: #009DE6; }

.search-form {
  margin-top: 15px;
  border: 1px solid #ccc;
  text-align: right; }

.search-form .form-header {
  background: #007fe0;
  padding: 10px 20px;
  overflow: hidden; }

.search-form .form-header span {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei"; }

.search-form .form-body {
  background: #dfdfdf;
  text-align: left;
  text-align: center;
  padding: 30px 0; }

.search-form .form-body span {
  margin-left: 20px; }

.search-form .form-body span:first-child {
  margin: 0; }

.search-form select {
  width: 114px; }

.search-result h2 {
  border-bottom: 1px solid #000;
  padding: 10px 0; }

.faq-list {
  margin-top: 15px; }

.faq-list li {
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/icon-dot02.png) center bottom repeat-x;
  padding: 0 0 10px;
  margin-bottom: 10px;
  font-size: 13px; }

.faq-list .ques {
  color: #009DE6;
  margin-bottom: 5px; }

.faq-list li > div > span {
  display: table-cell;
  vertical-align: top; }

.faq-list li > div > span:first-child {
  width: 90px; }

.support, .search, .download, .retrofit, .contact {
  width: 465px; }

.support header:after {
  content: none; }

.download > article {
  margin: 0; }

.download-list li {
  position: relative;
  font-size: 12px;
  background: url(../images/icon-dot01.jpg) 5px 17px no-repeat; }

.download-list li:after {
  background: url(../images/icon-dot02.png) center bottom repeat-x;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  display: block; }

.download-list li a {
  text-decoration: none;
  display: table;
  width: 100%; }

.download-list li:hover span:first-child {
  color: #888; }

.download-list li span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
  box-sizing: border-box; }

.download-list li .time {
  color: #f56200;
  width: 90px;
  padding: 10px 0; }

.sn-form p {
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei";
  font-size: 16px; }
  .sn-form p span {
    font-weight: bold;
    font-size: 14px; }
.sn-form input[type="text"] {
  width: 40px;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 0 0 5px; }
.sn-form .btn-submit {
  margin: 0 5px; }

.member {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  height: 279px;
  background: url(../images/TPMS-bg.jpg) center no-repeat;
  color: #fff; }

.member .login-form {
  display: inline-block;
  margin: 15px 20px 0 0;
  text-align: left;
  height: auto; }

.member .login-form h1 {
  line-height: 1;
  padding: 15px 20px 15px 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  background: url(../images/icon-dot03.png) center bottom repeat-x; }

.member .login-form header:after, .member .login-form h1:after {
  content: none; }

.form-wrap li > div.submit-wrap {
  padding-top: 15px;
  background: url(../images/icon-dot03.png) center top repeat-x;
  width: 100%; }

.login-form a:hover {
  text-decoration: none;
  color: #f56200; }

.search article h2 {
  color: #f56200;
  font-size: 20px;
  font-weight: normal; }

.search article h2, .search-list li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: url(../images/icon-dot02.png) center bottom repeat-x; }

.search-list li a {
  color: #205076;
  text-decoration: underline; }

.search-list li a:hover {
  color: #f56200; }

/* contact */
.contact-form {
  margin-top: 20px;
  box-sizing: border-box;
  background: #dadada;
  padding: 20px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.contact-form .form-wrap li > div:first-child {
  min-width: 84px; }

.contact-form .caption {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 14px;
  background: url(../images/icon-dot02.png) center bottom repeat-x; }

.contact-form .chk-wrap {
  margin-bottom: 0; }

.contact-form .chk-wrap > div {
  vertical-align: top; }

.contact-form .chk-wrap span {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 20px 0; }

.contact-form .captcha {
  line-height: 30px; }

.contact-form .captcha span {
  display: inline-block;
  vertical-align: top; }

.contact-form .captcha a {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 10px; }

.contact-form .form-wrap li > div.submit-wrap {
  text-align: center; }

.contact-form .submit-wrap input[type="submit"], .contact-form .submit-wrap input[type="reset"] {
  text-align: center;
  width: 100px;
  line-height: 28px;
  padding: 0;
  filter: none;
  background: #3273A7;
  color: #fff; }

.contact-form .submit-wrap input[type="submit"]:hover, .contact-form .submit-wrap input[type="reset"]:hover {
  filter: none;
  background: #5596ca; }

/** learn */
.learn .iframe-wrap {
  height: 362px;
  overflow: hidden;
  border: 1px solid #bbb;
  background: url(../images/video.jpg) right top no-repeat #009DE6;
  margin-bottom: 20px; }

.learn article h2 {
  color: #009DE6;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 10px; }

.inline-list {
  font-family: Arial; }
  .inline-list ul {
    margin-bottom: 10px;
    font-size: 0; }
    .inline-list ul > li {
      font-size: 13px;
      display: inline-block;
      vertical-align: top; }
    .inline-list ul li {
      width: 206px;
      margin: 0 0 20px 10px; }
  .inline-list .note {
    font-size: 15px;
    color: #009DE6; }
    .inline-list .note strong {
      font-weight: bold; }

/** customer */
.customer-video .video-list {
  font-size: 0;
  margin-top: 10px; }
  .customer-video .video-list .dot-line {
    padding: 10px 0; }
    .customer-video .video-list .dot-line:after {
      display: none; }
    .customer-video .video-list .dot-line li {
      display: table-cell;
      vertical-align: top; }
      .customer-video .video-list .dot-line li figure {
        margin: 0 0 5px; }
      .customer-video .video-list .dot-line li h3 {
        font-size: 12px;
        padding-left: 15px;
        background: url(../images/icon-dot01.jpg) left 7px no-repeat;
        padding-bottom: 20px; }
      .customer-video .video-list .dot-line li span {
        display: block; }
.customer-video .video-detail {
  overflow: hidden;
  font-family: Arial; }
  .customer-video .video-detail ul {
    margin-bottom: 10px;
    font-size: 0; }
    .customer-video .video-detail ul > li {
      font-size: 13px;
      display: inline-block;
      vertical-align: top; }
    .customer-video .video-detail ul li {
      width: 206px;
      margin: 0 0 20px 10px; }
  .customer-video .video-detail .note {
    font-size: 15px;
    color: #009DE6; }
    .customer-video .video-detail .note strong {
      font-weight: bold; }

.customer-service .service-line li {
  display: inline-block;
  margin: 30px 15px; }
.customer-service .location {
  margin: 30px 0 0; }
  .customer-service .location span {
    font-size: 14px;
    font-weight: bold;
    color: #008ed0; }
  .customer-service .location select {
    margin: 0 0 0 10px; }

.customer-qa header {
  position: relative; }
.customer-qa .srch {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 99; }
  .customer-qa .srch .btn-style {
    outline: none;
    border: 0 none;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(../images/icon-search.png) left center no-repeat; }
.customer-qa .qa-line li {
  display: inline-block;
  width: 164px;
  margin: 10px 4px 30px 4px;
  text-align: center; }
  .customer-qa .qa-line li h3 {
    margin: 15px 0 0;
    color: #008ed0; }
.customer-qa .faq-list li {
  padding: 0 0 10px 0;
  margin: 10px 0; }

.customer-member .cm-form, .customer-contact .cm-form {
  width: 100%;
  margin: 10px auto;
  padding: 30px;
  background: #DADADA;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  box-sizing: border-box; }
  .customer-member .cm-form .caption:after, .customer-contact .cm-form .caption:after {
    background: url(../images/icon-dot02.png) center bottom repeat-x;
    content: '';
    height: 1px;
    width: 440px;
    display: block;
    margin: 15px 0 20px 0; }
  .customer-member .cm-form ul, .customer-contact .cm-form ul {
    width: 440px;
    padding: 0 50px 0 0; }
  .customer-member .cm-form li div, .customer-contact .cm-form li div {
    vertical-align: middle; }
  .customer-member .cm-form .second, .customer-contact .cm-form .second {
    margin: 0 0 0 45px; }
  .customer-member .cm-form .hsn input, .customer-contact .cm-form .hsn input {
    width: 18px;
    padding: 3px; }
  .customer-member .cm-form .date span, .customer-contact .cm-form .date span {
    display: inline-block;
    margin: 0 10px 0 0; }
  .customer-member .cm-form .date input, .customer-contact .cm-form .date input {
    width: 84%; }
  .customer-member .cm-form .chk-wrap div, .customer-contact .cm-form .chk-wrap div {
    vertical-align: top; }
  .customer-member .cm-form .chk-wrap div:nth-child(2n), .customer-contact .cm-form .chk-wrap div:nth-child(2n) {
    width: 360px; }
    .customer-member .cm-form .chk-wrap div:nth-child(2n) span, .customer-contact .cm-form .chk-wrap div:nth-child(2n) span {
      display: inline-block;
      margin: 0 45px 15px 0; }
  .customer-member .cm-form .captcha img, .customer-contact .cm-form .captcha img {
    display: inline-block;
    margin: 0;
    vertical-align: bottom; }
  .customer-member .cm-form .submit-wrap, .customer-contact .cm-form .submit-wrap {
    background: url(../images/icon-dot02.png) center top repeat-x; }
    .customer-member .cm-form .submit-wrap input, .customer-contact .cm-form .submit-wrap input {
      text-align: center;
      width: 100px;
      line-height: 28px;
      padding: 0;
      filter: none;
      background: #3273a7;
      color: #fff; }
.customer-member .cl-form, .customer-contact .cl-form {
  width: 100%;
  background: #0073A9;
  border-radius: 5px;
  margin: 10px 0;
  padding: 40px;
  color: #fff; }
  .customer-member .cl-form .form-wrap, .customer-contact .cl-form .form-wrap {
    width: 300px;
    margin: 0 auto;
    text-align: center; }
    .customer-member .cl-form .form-wrap .caption, .customer-contact .cl-form .form-wrap .caption {
      display: block;
      width: 100%;
      font-family: 微軟正黑體;
      font-size: 20px;
      font-weight: normal; }
      .customer-member .cl-form .form-wrap .caption:after, .customer-contact .cl-form .form-wrap .caption:after {
        background: url(../images/icon-dot03.png) center bottom repeat-x;
        content: '';
        height: 1px;
        width: 100%;
        display: block;
        padding: 5px 0 0;
        margin: 0 0 10px 0; }
    .customer-member .cl-form .form-wrap .captcha input, .customer-member .cl-form .form-wrap .captcha img, .customer-contact .cl-form .form-wrap .captcha input, .customer-contact .cl-form .form-wrap .captcha img {
      display: inline-block; }
.customer-member .addsn .caption, .customer-contact .addsn .caption {
  display: block;
  margin: 0 0 20px 0; }
  .customer-member .addsn .caption a, .customer-contact .addsn .caption a {
    margin: 0 0 0 300px;
    font-weight: 100;
    color: chocolate;
    text-decoration: underline; }
  .customer-member .addsn .caption:after, .customer-contact .addsn .caption:after {
    display: none; }
.customer-member .addsn .addsn-btn, .customer-contact .addsn .addsn-btn {
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
  background: url(../images/icon-addsn.png) left center no-repeat; }
  .customer-member .addsn .addsn-btn input, .customer-contact .addsn .addsn-btn input {
    border: none; }
.customer-member .addsn .submit-wrap, .customer-contact .addsn .submit-wrap {
  background: none; }
.customer-member .oldsn table, .customer-contact .oldsn table {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #bbb; }
  .customer-member .oldsn table tr:first-child, .customer-contact .oldsn table tr:first-child {
    background: #eee;
    font-weight: bold;
    text-align: center; }
  .customer-member .oldsn table td, .customer-contact .oldsn table td {
    padding: 10px;
    width: auto;
    word-break: break-all; }
    .customer-member .oldsn table td:nth-child(2), .customer-contact .oldsn table td:nth-child(2) {
      width: 120px; }
    .customer-member .oldsn table td:nth-child(3), .customer-contact .oldsn table td:nth-child(3) {
      width: 60px; }
    .customer-member .oldsn table td:nth-child(4), .customer-contact .oldsn table td:nth-child(4) {
      width: 65px; }
    .customer-member .oldsn table td:nth-child(5), .customer-contact .oldsn table td:nth-child(5) {
      width: 55px; }
    .customer-member .oldsn table td:nth-child(6), .customer-contact .oldsn table td:nth-child(6) {
      width: 140px; }
.customer-member .oldsn span, .customer-contact .oldsn span {
  font-size: 16px;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */