@charset "UTF-8";
/****************** CSS Document ******************/
/* line 3, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 12, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 13, ../sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 14, ../sass/_reset.scss */
:focus {
  outline: 0;
}

/* line 15, ../sass/_reset.scss */
ins {
  text-decoration: none;
}

/* line 16, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 17, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 18, ../sass/_reset.scss */
ul, ol, li {
  list-style: none;
}

/* line 1, ../sass/_extend.scss */
#siteWrapper a img, #siteWrapper a img:hover {
  border: none;
}

/* line 4, ../sass/_extend.scss */
#siteWrapper .btn-downloadBG {
  background: #7e308e;
  font-size: 21px;
  line-height: 1.6em;
  text-align: center;
  padding: 2px 15px;
  display: inline-block;
}

/* line 12, ../sass/_extend.scss */
#siteWrapper a, #siteWrapper .siteContainer.smartFactory .btn, #siteWrapper .siteContainer.smartFactory .borderBtn, #siteWrapper .siteContainer.smartFactory .banner h1, #siteWrapper .siteContainer.smartFactory .bannerS h2, #siteWrapper .siteContainer.smartFactory .Question span, #siteWrapper .siteContainer.smartFactory .answer span, #siteWrapper .siteContainer.smartFactory .bottomContact .contact-btnBlock span, #siteWrapper .siteContainer.smartFactory .bottomContact .contact-msgBlock span, #siteWrapper .siteContainer.smartFactory .bottomContact .contact-msgBlock a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 4, ../sass/_base.scss */
#siteWrapper {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  font-weight: normal;
  font-family: "Open Sans", "Roboto Condensed", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
/* line 11, ../sass/_base.scss */
#siteWrapper a {
  text-decoration: none;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}
/* line 24, ../sass/_base.scss */
#siteWrapper .fl {
  float: left;
}
/* line 27, ../sass/_base.scss */
#siteWrapper .fr {
  float: right;
}
/* line 30, ../sass/_base.scss */
#siteWrapper .clearfix {
  clear: both;
  height: 0px;
  overflow: hidden;
  visibility: inherit;
}
/* line 36, ../sass/_base.scss */
#siteWrapper .text-center {
  text-align: center;
}
/* line 39, ../sass/_base.scss */
#siteWrapper .text-right {
  text-align: right;
}
/* line 42, ../sass/_base.scss */
#siteWrapper .text-left {
  text-align: left;
}
/* line 45, ../sass/_base.scss */
#siteWrapper .block-center {
  margin: 0 auto;
}
/* line 48, ../sass/_base.scss */
#siteWrapper .block-hide {
  display: none !important;
}
/* line 51, ../sass/_base.scss */
#siteWrapper .block-show {
  display: block !important;
}
/* line 54, ../sass/_base.scss */
#siteWrapper .overflow-hidden {
  overflow: hidden;
}
/* line 58, ../sass/_base.scss */
#siteWrapper .boxSizing {
  box-sizing: border-box;
  *behavior: url("css/boxsizing.htc");
}

/* line 5, ../sass/_component.scss */
#siteWrapper .listPoint > li {
  padding: 0 0 3px 10px;
  background: url("css-img/list-point.png") 0 7px no-repeat;
}
/* line 9, ../sass/_component.scss */
#siteWrapper .listArrow > li {
  padding: 0 0 3px 10px;
  background: url("css-img/list-arrow.jpg") no-repeat;
}

/* line 6, ../sass/_template.scss */
#siteWrapper .siteWidth {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 11, ../sass/_template.scss */
#siteWrapper .title-banner {
  font-size: 26px;
  line-height: 1.6em;
  margin: 20px 0 20px;
}
/* line 21, ../sass/_template.scss */
#siteWrapper .widthFull {
  width: 100%;
}
/* line 25, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory {
  width: 980px;
  margin: 0 auto;
  font-family: "Microsoft JhengHei", "Adobe 黑体 Std R", PMingLiU, sans-serif;
}
/* line 29, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory a {
  color: #7e308e;
}
/* line 31, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory a:hover {
  color: #7e308e;
  text-decoration: underline;
}
/* line 35, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory a .onfocus {
  color: #7e308e;
}
/* line 39, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .btn {
  background: #339961;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  min-width: 120px;
  margin-bottom: 8px;
}
/* line 47, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .btn:hover {
  background: #008039;
  color: #fff;
  text-decoration: none;
}
/* line 53, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .borderBtn {
  border: 1px solid #339961;
  color: #339961;
  background: none;
  text-align: center;
  padding: 2px 9px;
}
/* line 60, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .borderBtn:hover {
  background: #008039;
  color: #fff;
  text-decoration: none;
}
/* line 66, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .hr {
  border-top: 1px solid #d2d2d2;
  margin: 30px 0;
}
/* line 70, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .banner {
  position: relative;
  background: url(../images/page_banner.jpg) no-repeat;
  width: 100%;
  height: 265px;
}
/* line 75, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .banner h1 {
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 30px;
  padding: 25px 50px;
  font-size: 38px;
  line-height: 1.4em;
}
/* line 83, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .banner h1 span {
  font-size: 30px;
  line-height: 1.3em;
  display: block;
}
/* line 89, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .menu {
  padding: 10px 0;
  top: 0px;
  z-index: 99;
  background-color: #ffffff;
  width: 940px;
}
/* line 94, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .menu li {
  width: 232px;
  float: left;
  margin-left: 4px;
  background: #efefef;
  padding: 5px 5px;
  text-align: center;
  cursor: pointer;
}
/* line 102, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .menu li:first-child {
  margin-left: 0px;
}
/* line 105, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .menu li:hover, #siteWrapper .siteContainer.smartFactory .menu li.on {
  background: #339961;
  padding: 5px 5px 3px;
  border-bottom: 2px solid #008039;
  color: #fff;
}
/* line 113, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .contentBlock {
  margin: 60px 0 10px;
}
/* line 115, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .contentBlock#a1 {
  margin-top: 120px;
}
/* line 119, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS {
  position: relative;
  border-top: 2px solid #333333;
  background: #ebf4f9;
  margin-bottom: 30px;
  padding: 20px 0;
}
/* line 125, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS h2 {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  background: #333333;
  padding: 0 5px 0 20px;
  min-width: 160px;
  position: absolute;
  top: -18px;
  left: 0px;
}
/* line 135, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS h2 span.icon {
  background: url(../images/page_titleBG.png) no-repeat;
  width: 34px;
  height: 32px;
  position: absolute;
  right: -34px;
}
/* line 143, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS .bannerS-Txt {
  width: 530px;
  margin-left: 10px;
}
/* line 146, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS .bannerS-Txt h3 {
  color: #339961;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6em;
}
/* line 153, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS1Top {
  color: #333333;
  font-size: 16px;
  line-height: 1.6em;
}
/* line 156, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bannerS1Top b {
  font-size: 20px;
  line-height: 1.6em;
  display: block;
}
/* line 161, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .Question {
  margin: 20px 0;
  color: #f39800;
}
/* line 164, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .Question span {
  background: #f39800;
  color: #fff;
  padding: 0px 10px;
  margin-right: 5px;
}
/* line 172, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .answer {
  margin: 20px 0;
}
/* line 174, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .answer span {
  background: #339961;
  color: #fff;
  padding: 0px 10px;
  margin-right: 5px;
}
/* line 182, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .MainProduct-block {
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 18px 8px;
  margin-top: 45px;
}
/* line 187, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .MainProduct-block .title {
  padding: 0 5px;
  background: #fff;
  position: absolute;
  top: -15px;
  left: 8px;
}
/* line 194, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .MainProduct-block li {
  width: 170px;
  margin-left: 10px;
  float: left;
  text-align: center;
}
/* line 199, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .MainProduct-block li:first-child {
  margin-left: 0px;
}
/* line 202, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .MainProduct-block li .proTitle {
  color: #004280;
  font-size: 16px;
  line-height: 1.6em;
}
/* line 206, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .MainProduct-block li p {
  font-size: 13px;
  line-height: 1.6em;
  padding: 0 8px;
}
/* line 212, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block {
  padding-bottom: 20px;
}
/* line 214, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block p {
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
  margin: 15px 0;
}
/* line 220, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li {
  width: 300px;
  margin-right: 20px;
  float: left;
  text-align: center;
  background: #fcfcfc;
  position: relative;
  padding-bottom: 80px;
}
/* line 228, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
/* line 231, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li .txt {
  padding: 0 20px;
}
/* line 234, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li .proTitle {
  color: #333333;
  font-size: 16px;
  line-height: 1.6em;
}
/* line 238, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li ul {
  margin: 15px 0;
}
/* line 241, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li li {
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
}
/* line 244, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li li span {
  color: #339961;
}
/* line 248, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li .actionBlock {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
/* line 253, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .product-block > li .actionBlock .price {
  color: #f39800;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
}
/* line 260, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .caseTitle {
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-top: -30px;
}
/* line 267, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block {
  padding: 15px 0 10px;
  margin: 15px 0;
  background: #f3f3f3;
}
/* line 271, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block p {
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
  margin: 15px 0;
}
/* line 277, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li {
  width: 300px;
  margin-right: 20px;
  float: left;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
/* line 284, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li .txt {
  padding: 15px 20px 0;
}
/* line 287, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li .proTitle {
  color: #333333;
  font-size: 16px;
  line-height: 1.6em;
}
/* line 291, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li ul {
  margin: 15px 0;
}
/* line 294, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li li {
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
}
/* line 297, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li li span {
  color: #339961;
}
/* line 301, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li .actionBlock {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
/* line 306, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .case-block > li .actionBlock .price {
  color: #f39800;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
}
/* line 313, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomAction {
  background: #f3f3f3;
  padding: 15px 20px;
  text-align: center;
}
/* line 317, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomAction .btn {
  margin: 0 8px;
  min-width: 160px;
}
/* line 322, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomContact {
  background: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  padding-top: 20px;
  width: 980px;
}
/* line 328, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomContact .contact-btnBlock {
  border-bottom: 12px solid #004280;
  text-align: right;
}
/* line 331, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomContact .contact-btnBlock span {
  background: #004280;
  padding: 5px 15px 0;
  cursor: pointer;
}
/* line 338, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomContact .contact-msgBlock {
  display: none;
  background: #004280;
  text-align: center;
  padding: 5px;
}
/* line 343, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomContact .contact-msgBlock span {
  margin: 0 5px;
}
/* line 347, ../sass/_template.scss */
#siteWrapper .siteContainer.smartFactory .bottomContact .contact-msgBlock a {
  margin: 0 5px;
  float: right;
}
