html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  line-height: 1.6em;
}

p {
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) {
  p {
    font-size: 16px;
  }
}

b {
  font-weight: 600;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  font-size: 18px;
  color: #444;
}

#outerWrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #outerWrap {
    padding-top: 70px;
  }
}

@media screen and (max-width: 410px) {
  #outerWrap {
    padding-top: 40px;
  }
}

.containerItem {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

.vbox-container img {
  margin: 0 auto;
}

/*-- animation ----------*/
/*floating*/
.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*- OWL -*/
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2%;
  border: 1px solid #90c31f;
  background-image: url(../images/iArrow_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
  border: 1px solid #90c31f;
  background-image: url(../images/iArrow_w.png);
  background-color: #90c31f;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.owl-theme .owl-nav .owl-prev {
  left: 1%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-theme .owl-nav .owl-prev:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}

.owl-dots {
  position: absolute;
  bottom: 3%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.owl-dots .owl-dot {
  border: 1px solid #fff;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  margin: 0 0.2em;
}

.owl-dots .owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot.active:hover {
  background-color: #fff;
}

/*font*/
.titleBox {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  margin-bottom: 0.2em;
  width: 100%;
}

.titleBox .tEN {
  color: #90c31f;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 300;
  line-height: 1em;
  display: block;
  margin-bottom: 0.3em;
}

.titleBox .tCH {
  color: #333;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.titleBox .tS {
  color: #90c31f;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 960px) {
  .titleBox .tEN {
    font-size: 40px;
  }
  .titleBox .tCH {
    font-size: 26px;
  }
}

/*Icon*/
.iArrowR_w, .iArrowR_g, .iArrowR_bk {
  background-image: url(../images/iArrow05R_w.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 12px;
  height: 10px;
}

.iArrowR_g {
  background-image: url(../images/iArrow05R_g.png);
}

.iArrowR_bk {
  background-image: url(../images/iArrow05R_bk.png);
}

.iInguiry {
  background-image: url(../images/iInquiry_w.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 23px;
  height: 25px;
}

/*Btn*/
.btnSy01_w, .btnSy01_g, .btnSy01_w02 {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #90c31f;
  font-size: 16px;
  max-width: 100%;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #90c31f;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0.9;
}

.btnSy01_w:active, .btnSy01_w:visited, .btnSy01_w:focus, .btnSy01_g:active, .btnSy01_g:visited, .btnSy01_g:focus, .btnSy01_w02:active, .btnSy01_w02:visited, .btnSy01_w02:focus {
  color: #90c31f;
}

.btnSy01_w:hover, .btnSy01_g:hover, .btnSy01_w02:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #e7fbbb;
  color: #90c31f;
}

.btnSy01_g {
  background: #90c31f;
  color: #fff;
}

.btnSy01_g:active, .btnSy01_g:visited, .btnSy01_g:focus {
  color: #fff;
}

.btnSy01_g:hover {
  background-color: #7ea81f;
  color: #fff;
}

.btnSy01_w02 {
  border: none;
  color: #333;
}

.btnSy01_w02:active, .btnSy01_w02:visited, .btnSy01_w02:focus {
  color: #333;
}

.btnSy01_w02:hover {
  background-color: #f39800;
  color: #333;
}

.btnVideo {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #68ae5536;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnVideo::before {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #90c31f;
}

.btnVideo::after {
  content: "";
  background: url("../images/iArrow04_w.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc( 50% - 12px);
}

.btnVideo:hover {
  background-color: #68ae5588;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 700px) {
  .btnVideo {
    width: 100px;
    height: 100px;
  }
  .btnVideo::before {
    width: 70px;
    height: 70px;
  }
  .btnVideo::after {
    width: 14px;
    height: 20px;
    left: calc(50% - 7px);
    top: calc( 50% - 10px);
  }
}

/*description*/
#description ul.resp-tabs-list {
  background-color: #fff;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#description ul.resp-tabs-list li {
  background-color: #ebebea;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  border: none;
  color: #666;
  display: inline-block;
  position: relative;
  padding: 0 1em;
  margin-right: 1px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
}

#description ul.resp-tabs-list li.resp-tab-active {
  background-color: #90c31f;
  color: #fff;
  position: relative;
}

#description .resp-arrow {
  border-top-color: #fff;
}

#description .resp-tabs-container {
  padding: 0 calc((100% - 1400px)/2);
}

#description .resp-tab-content {
  padding: 1em 3%;
}

@media screen and (max-width: 900px) {
  #description .resp-tabs-container {
    margin: 0 auto;
  }
  #description ul.resp-tabs-list {
    display: none;
  }
  #description ul.resp-tabs-list li {
    min-width: auto;
  }
  #description .resp-accordion {
    background-color: #999;
    color: #fff;
    font-weight: 900;
    border: none;
    font-weight: normal;
  }
  #description .resp-accordion.resp-tab-active {
    background-color: #90c31f;
    color: #fff;
  }
}

/*formSyA*/
.formSyA {
  padding: 1em 3%;
  border-top: 6px solid #90c31f;
  background-color: #f3f3f2;
}

.formSyA .title {
  margin-bottom: 1em;
  color: #90c31f;
  font-weight: 500;
  font-size: 20px;
}

.formSyA select, .formSyA input, .formSyA textarea {
  width: 100%;
  border: none;
  background: none;
  padding: 0.2em 0.5em;
  min-height: 1.5em;
  color: #666;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  max-width: 100%;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5em;
}

.formSyA button {
  border: none;
}

.formSyA option {
  color: #666;
}

.formSyA .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.formSyA .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  width: 100%;
}

.formSyA .rowBox em {
  font-weight: 700;
  color: #90c31f;
  line-height: 36px;
}

.formSyA .rowBox.noBr {
  border: none;
}

.formSyA .rowBox.w30 {
  margin-left: 0.5em;
  width: calc((100% /3) - 0.5em);
}

.formSyA .rowBox.w30:first-of-type {
  margin-left: 0;
}

.formSyA .rowBox.w70 {
  margin-left: 0.5em;
  width: calc(100% - ((100% /3) - 0.5em ) - 0.5em);
}

.formSyA .rowBox.w70:first-of-type {
  margin-left: 0;
}

/*UL*/
ul.ulStyle01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle01 li {
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #333;
  list-style: disc outside;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 500;
}

ul.ulStyle02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ulStyle02 li {
  list-style: decimal;
  margin: 0 0 0.2em 2em;
  padding: 0;
}

/*table*/
.table_scroll {
  overflow-x: auto;
}

.datatable {
  min-width: 500px;
  margin: 1em 0;
  border-top: 1px solid #fff;
}

.datatable tr {
  border-bottom: 1px solid #fff;
  background-color: #ebebeb;
}

.datatable tr td {
  color: #333;
  padding: 0.3em 1em;
  font-size: 16px;
  font-weight: 500;
}

.datatable tr:nth-child(even) {
  background-color: #fff;
}

.datatable tr:last-of-type {
  border-bottom: 3px solid #90c31f;
}

.datatable th {
  background-color: #90c31f;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 16px;
  border-right: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}

.datatable thead tr {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 660px) {
  .datatable th {
    padding: 0.3em 0;
  }
}

/*-- Pagebanner ----------*/
.pageBanner {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.pageBanner .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageBanner .txt p {
  text-transform: uppercase;
  font-size: 2rem;
  color: #2d2d2d;
  font-weight: 300;
  text-shadow: 0 0 0.5em #fff;
}

.pageBanner img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .pageBanner .txt p {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .pageBanner .txt p {
    font-size: 20px;
    line-height: 1em;
  }
}

/*-- breadcrumb ----------*/
.path {
  padding: 0.2em 3%;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  background-color: #f3f3f2;
}

.path ul, .path li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.path li {
  display: inline;
  font-size: 14px;
  color: #90c31f;
  font-weight: 600;
}

.path li a {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  opacity: 0.6;
}

.path li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.path li + li:before {
  padding: 2px 0.2em;
  color: #999;
  content: " / ";
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .path {
    padding: 0.5em 3%;
  }
}

/*sidMenu*/
.subMenu01 {
  width: 100%;
  margin: 3em 0 0;
}

.subMenu01 ul, .subMenu01 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subMenu01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  margin: 3em auto;
}

.subMenu01 li {
  overflow: hidden;
  margin: 0 0.1em 0.5em;
}

.subMenu01 li a {
  font-size: 22px;
  height: 100%;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  color: #737373;
  display: block;
  font-weight: 600;
  opacity: 0.6;
  position: relative;
}

.subMenu01 li a::after {
  content: "";
  width: calc(100% - 2em);
  height: 3px;
  bottom: 0;
  left: 1em;
  position: absolute;
  background-color: #90c31f;
  display: none;
}

.subMenu01 li a:hover {
  opacity: 1;
}

.subMenu01 li.current a {
  color: #90c31f;
  opacity: 1;
}

.subMenu01 li.current a::after {
  display: block;
}

@media screen and (max-width: 900px) {
  .subMenu01 li a {
    font-size: 16px;
    padding: 0.2em 0.8em;
  }
}

.subMenu02 {
  margin-bottom: 2em;
}

.subMenu02 .mTitle {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  margin: 0.5em;
  position: relative;
}

.subMenu02 .mTitle::before, .subMenu02 .mTitle::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #efefef;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.subMenu02 .mTitle::after {
  width: 50px;
  background-color: #90c31f;
  z-index: 2;
}

.subMenu02 .mTitle .btnOpenSidMenu {
  display: none;
  cursor: pointer;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  float: right;
  background: url(../images/iArrow_bk.png) center center no-repeat #fff;
  background-size: 60% auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.subMenu02 .mTitle .btnOpenSidMenu.btnOpen {
  background: url(../images/iArrow_w.png) center center no-repeat #90c31f;
  background-size: 60% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.subMenu02 .mBox {
  padding: 0;
}

.subMenu02 .mBox .link {
  font-size: 18px;
  color: #666;
  display: block;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
  background-image: url(../images/iArrowR_gy.png);
  background-position: calc(100% - 1em) 1em;
  background-repeat: no-repeat;
  background-size: auto;
}

.subMenu02 .mBox .link:hover {
  background-color: #efefef;
}

.subMenu02 .mBox .link.current {
  background-image: url(../images/iArrowR_g.png);
  background-color: #efefef;
  color: #000;
}

@media screen and (max-width: 960px) {
  .subMenu02 {
    margin-left: 0;
    background-color: #f1f1f1;
  }
  .subMenu02 .btnOpenSidMenu {
    display: inline-block;
  }
  .subMenu02 .mTitle {
    margin: 0;
    background: none;
    border-bottom: solid #ccc 1px;
    padding: 0 3%;
    color: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subMenu02 .mTitle::before, .subMenu02 .mTitle::after {
    display: none;
  }
  .subMenu02 .mTitle .btnOpenSidMenu {
    display: inline-block;
  }
  .subMenu02 .menuBox {
    border-top: 1px solid #ccc;
  }
  .subMenu02 .menuBox .mBox {
    padding: 0.5em 0;
    display: none;
    height: 0;
  }
  .subMenu02 .menuBox .mBox .link {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0.5em 3%;
  }
  .subMenu02 .menuBox .mBox .link:last-of-type {
    border-bottom: none;
  }
  .subMenu02 .menuBox .mBox a.link.current {
    background: none;
    color: #90c31f;
  }
  .subMenu02 .menuBox.open {
    background-color: #f1f1f1;
  }
  .subMenu02 .menuBox.open .mBox {
    display: block;
    height: auto;
  }
  .subMenu02 .menuBox.open .mTitle {
    color: #fff;
    background-color: #333;
  }
}

.pagination {
  width: 100%;
  margin: 4em auto 0;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2em;
}

.pagination a {
  color: #999;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  font-weight: 300;
  width: 2em;
  height: 2em;
  margin: 0 0.2em;
  border-radius: 1em;
}

.pagination a .iPrev {
  background: url(../images/iArrow_gy.png) center center no-repeat;
  background-size: auto 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pagination a .iNext {
  background: url(../images/iArrow_gy.png) center center no-repeat;
  background-size: auto 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pagination a:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.pagination a img {
  opacity: 0.8;
  width: 0.8em;
  height: 0.8em;
  margin: 0 auto;
  display: inline-block;
}

.pagination a.active {
  background-color: #90c31f;
  color: #fff;
  font-weight: 500;
}

/*-- about --------------------------------------------------------------------------*/
#about {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#about .container01 {
  background: url(../images/illSign04.png) right 3em no-repeat;
  background-size: auto;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4em 3%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .container01 .titleBox {
  margin-bottom: 1em;
}

#about .container01 .photoBox {
  max-width: 688px;
  width: 50%;
  margin-bottom: 2em;
}

#about .container01 .photoBox img {
  margin: 0 auto;
}

#about .container01 .txtBox {
  padding-left: 2em;
  width: 50%;
}

@media screen and (max-width: 880px) {
  #about .container01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .container01 .photoBox {
    width: 80%;
  }
  #about .container01 .txtBox {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 460px) {
  #about .container01 .photoBox {
    width: 100%;
  }
}

#about .container02 {
  background: url(../images/illSign01.png) left calc( 100% - 2em) no-repeat, url(../images/bgAbout01.jpg) top right no-repeat #eeeeee;
  background-size: auto auto, 50% 100%;
  padding: 4em 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about .container02 .titleBox, #about .container02 .txtBox, #about .container02 .iconList {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  padding: 0 3%;
  margin-bottom: 2em;
}

#about .container02 .iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#about .container02 .iconList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 170px;
  float: left;
  margin: 0 1em 3em;
  font-weight: 600;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}

#about .container02 .iconList .item::after {
  content: "";
  position: absolute;
  border: 6px solid #90c31f;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

#about .container02 .iconList .item i {
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 960px) {
  #about .container02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .container02 .photoBox, #about .container02 .txtBox {
    width: 100%;
  }
  #about .container02 .iconList .item {
    width: 130px;
    height: 130px;
    font-size: 16px;
    margin: 0 1em 3em;
  }
  #about .container02 .iconList .item::after {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 720px) {
  #about .container02 .iconList .item {
    width: 100px;
    height: 100px;
    margin: 0 0.5em 3em;
  }
  #about .container02 .iconList .item::after {
    width: 120px;
    height: 120px;
    border: 3px solid #90c31f;
  }
  #about .container02 .iconList .item i {
    width: 40px;
    height: 40px;
  }
}

#about .container03 {
  position: relative;
  padding: 4em 0;
}

#about .container03 .linkBox {
  padding: 0 3%;
  width: 100%;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

#about .container03 .titleBox {
  text-align: center;
  margin-bottom: 2em;
}

#about .container03 .listCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 1px;
}

#about .container03 .listCard .photoBox {
  position: relative;
}

#about .container03 .listCard .photoBox a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#about .container03 .listCard .photoBox img {
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

#about .container03 .listCard .title {
  font-size: 22px;
  padding: 0 0.5em;
  display: block;
  position: absolute;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.5em;
  overflow: hidden;
}

#about .container03 .listCard:hover .photoBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

@media screen and (max-width: 900px) {
  #about .container03 .listCard .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #about .container03 .linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .container03 .listCard .title {
    font-size: 22px;
  }
}

#about .container04 {
  padding: 4em 0;
}

#about .container04 .titleBox, #about .container04 .txtBox {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  padding: 0 3%;
  margin: 0 auto 1em;
}

#about .container04 .txtBox {
  margin: 0 auto 3em;
}

#about .container04 .processItem {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#about .container04 .processItem .item {
  padding: 0 0.5em;
}

#about .container04 .processItem .item p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
}

#about .container04 .processLine {
  background: url(../images/processLine.png) center top no-repeat;
  background-size: 94% 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

#about .container04 .processLine .item p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

#about .container04 .processLine .item:first-of-type {
  width: calc(100% /7 *2);
  padding-left: 2%;
}

#about .container04 .processLine .item:nth-of-type(2) {
  width: calc(100% /7 *3);
  padding-left: 4%;
}

#about .container04 .processLine .item:last-of-type {
  width: calc(100% /7 *2);
  padding-left: 2%;
}

@media screen and (max-width: 1200px) {
  #about .container04 .processItem .item p {
    font-size: 16px;
  }
  #about .container04 .processLine {
    height: 50px;
  }
  #about .container04 .processLine .item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  #about .container04 .processBox {
    width: 300px;
    margin: 0 auto;
  }
  #about .container04 .processItem {
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
  }
  #about .container04 .processItem .item {
    margin-bottom: 2em;
  }
  #about .container04 .processLine {
    float: left;
    background: url(../images/processLine02.png) left top no-repeat;
    background-size: 100% 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 1120px;
  }
  #about .container04 .processLine .item p {
    width: 100%;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  #about .container04 .processLine .item:first-of-type {
    height: calc(100% /7 *2);
    width: auto;
    padding-left: 0;
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  #about .container04 .processLine .item:nth-of-type(2) {
    height: calc(100% /7 *3);
    width: auto;
    padding-left: 0;
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  #about .container04 .processLine .item:last-of-type {
    height: calc(100% /7 *2);
    width: auto;
    padding-left: 0;
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

#about .container05 {
  background: url(../images/bgAbout02.jpg) center 180px no-repeat;
  background-size: auto 100%;
  padding: 4em 3%;
  min-height: 580px;
  overflow: hidden;
  clear: both;
}

#about .container05 .itemBox {
  background-color: #fff;
  -webkit-box-shadow: 0.5em 0.5em 2em rgba(0, 0, 0, 0.2);
          box-shadow: 0.5em 0.5em 2em rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#about .container05 .itemBox .item {
  position: relative;
  padding: 1em 0.5em;
  width: calc(100%/6);
}

#about .container05 .itemBox .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  display: block;
  top: 0;
  right: 0;
}

#about .container05 .itemBox .item .title {
  color: #90c31f;
  font-size: 22px;
  font-weight: 600;
}

#about .container05 .itemBox .item ul, #about .container05 .itemBox .item li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#about .container05 .itemBox .item li {
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

#about .container05 .itemBox .item li::before {
  content: "";
  background: url(../images/iOk.png) left top no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 0.2em;
}

@media screen and (max-width: 1200px) {
  #about .container05 .itemBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about .container05 .itemBox .item {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 720px) {
  #about .container05 {
    background: url(../images/bgAbout02.jpg) left bottom no-repeat;
    background-size: 100% auto;
    min-height: auto;
  }
  #about .container05 .itemBox .item {
    width: calc(100%/2);
  }
}

@media screen and (max-width: 400px) {
  #about .container05 .itemBox .item {
    width: 100%;
  }
  #about .container05 .itemBox .item::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

#about .container06 {
  background: #90c31f;
  padding: 4em 0;
}

#about .container06 .titleBox, #about .container06 .itemBox {
  max-width: 1400px;
  width: 100%;
  text-align: center;
  padding: 0 3%;
  margin: 0 auto 1em;
}

#about .container06 .titleBox .tCH {
  color: #fff;
}

#about .container06 .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
}

#about .container06 .itemBox .item {
  background-color: #fff;
  width: calc( (100% /5) - 1em);
  margin: 0 0.5em;
  padding: 0 0.5em 1em;
  min-height: 300px;
}

#about .container06 .itemBox .item i {
  background-color: #fff;
  width: 132px;
  height: 132px;
  border-radius: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -66px auto 0;
}

#about .container06 .itemBox .item i img {
  width: 69px;
  height: 69px;
}

#about .container06 .itemBox .item .title {
  color: #333;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #about .container06 .itemBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .container06 .itemBox .item {
    width: 270px;
    margin-bottom: 100px;
  }
  #about .container06 .itemBox .item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 630px) {
  #about .container06 .itemBox .item {
    width: calc( 50% - 1em);
  }
}

@media screen and (max-width: 460px) {
  #about .container06 .itemBox .item {
    min-height: auto;
    width: calc( 100% - 1em);
  }
}

/*-- productsList ----------*/
#productsList {
  background: url(../images/bgBox.jpg) -3em top no-repeat;
  background-size: auto;
}

#productsList .container01 {
  width: 1600px;
  max-width: 100%;
  padding: 3em 3%;
  margin: 0 auto;
}

#productsList .container01 .subMenu02 {
  float: left;
  display: inline-block;
  width: 240px;
}

#productsList .container01 .main {
  width: calc( 100% - 240px);
  display: inline-block;
  padding: 0 3% 2em;
  float: left;
}

#productsList .container01 .titleBox {
  text-align: center;
  margin-bottom: 1em;
}

#productsList .container01 .txtBox {
  max-width: 100%;
  margin-bottom: 2em;
  overflow: hidden;
}

#productsList .container01 .listCard {
  float: left;
  margin: 0 0.5em 1em;
  padding: 0;
  display: inline-block;
  text-align: center;
  width: calc((100% / 3) - 1em);
  overflow: hidden;
}

#productsList .container01 .listCard .photoBox {
  width: 100%;
  margin: 0 auto 0.8em;
  position: relative;
}

#productsList .container01 .listCard .photoBox a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#productsList .container01 .listCard .photoBox img {
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
}

#productsList .container01 .listCard .title {
  font-size: 16px;
  display: block;
  position: relative;
  color: #90c31f;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

#productsList .container01 .listCard .title b {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2.5em;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: pre-wrap;
}

#productsList .container01 .listCard:hover .photoBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#productsList .container01 .listCard:hover .txtBox a.title {
  font-weight: 500;
  color: #91abc0;
}

@media screen and (max-width: 960px) {
  #productsList {
    padding: 0;
    background: none;
  }
  #productsList .container01 {
    padding: 0;
  }
  #productsList .container01 .subMenu02, #productsList .container01 .main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #productsList .container01 .subMenu02 {
    margin-bottom: 0;
  }
  #productsList .container01 .main {
    padding: 3em 3% 2em;
  }
}

@media screen and (max-width: 700px) {
  #productsList .container01 .listCard {
    width: calc((100%/2) - 1em);
  }
}

@media screen and (max-width: 400px) {
  #productsList .container01 .listCard {
    width: calc(100% - 1em);
  }
}

/*-- productDetail ----------*/
#productDetail {
  background: url(../images/illSign05.png) left 9em no-repeat, url(../images/illSign04.png) calc( 100% - 3em) 30em no-repeat, url(../images/bgBox02.jpg) left top no-repeat;
  background-size: auto, auto, 40% 500px;
  padding-top: 0;
}

@media screen and (max-width: 960px) {
  #productDetail {
    background-size: auto, auto,60% 500px;
  }
}

#productDetail .container01 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 5em 3% 2em;
  position: relative;
}

#productDetail .container01 .path {
  position: inherit;
  padding: 0.5em 0;
}

#productDetail .container01 .path li {
  color: #333;
}

#productDetail .container01 .path li a {
  color: #666;
}

#productDetail .container01 .leftBox {
  width: 50%;
  padding: 0 3% 2em calc((100% - 1400px)/2);
  float: left;
}

#productDetail .container01 .rightBox {
  width: 50%;
  z-index: 2;
  float: right;
  position: relative;
}

#productDetail .container01 .rightBox ul, #productDetail .container01 .rightBox li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#productDetail .container01 .rightBox li {
  color: #000;
  font-weight: 400;
  list-style: decimal;
  margin-left: 1.5em;
}

#productDetail .container01 .titleBox {
  text-align: left;
  overflow: hidden;
  padding: 0.5em 0;
}

#productDetail .container01 .titleBox::after {
  margin: 0.2em 0 0;
}

#productDetail .container01 .btnBox {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#productDetail .container01 .btnBox .btnSy01_lb {
  margin: 0 0.5em 0 0;
}

#productDetail .container01 .btnSy01_gy {
  width: 240px;
}

#productDetail .container01 #photoShow {
  width: 100%;
}

#productDetail .container01 #photoShow ul, #productDetail .container01 #photoShow li {
  list-style: none;
}

#productDetail .container01 #photoShow .owl-carousel {
  padding: 0;
}

#productDetail .container01 #photoShow .owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 600px;
}

#productDetail .container01 #photoShow .owl-carousel .owl-dots {
  position: absolute;
  margin-top: 0px;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: left;
}

#productDetail .container01 #photoShow .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #90c31f;
}

#productDetail .container01 #photoShow .owl-carousel .owl-dots .owl-dot.active, #productDetail .container01 #photoShow .owl-carousel .owl-dots .owl-dot.active:hover {
  background-color: #90c31f;
}

@media screen and (max-width: 960px) {
  #productDetail .container01 .leftBox, #productDetail .container01 .rightBox {
    width: 100%;
  }
  #productDetail .container01::after {
    display: none;
  }
}

#productDetail .container02 {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2em 0;
}

#productDetail .container02 .titleBox {
  text-align: center;
  margin-bottom: 2em;
}

#productDetail .container02 .directionsBox .listCard {
  float: left;
  margin: 0 0.5em 1em;
  padding: 0;
  display: inline-block;
  width: calc((100% / 3) - 1em);
  overflow: hidden;
  background-color: #f4f4f4;
}

#productDetail .container02 .directionsBox .listCard .img {
  margin: 0 auto 1em;
}

#productDetail .container02 .directionsBox .listCard .txtBox {
  padding: 1em;
  overflow: hidden;
  min-height: 200px;
}

#productDetail .container02 .directionsBox .listCard .txtBox .num {
  background-color: #90c31f;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  float: left;
}

#productDetail .container02 .directionsBox .listCard .txtBox .txt {
  float: left;
  display: inline-block;
  width: calc(100% - 44px);
  padding: 0.5em 0 0 0.5em;
  font-size: 18px;
}

#productDetail .container02 .directionsBox .listCard .txtBox .txt b {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #productDetail .container02 .directionsBox .listCard {
    display: block;
    width: 60%;
    margin: 0 auto 2em;
    float: none;
  }
  #productDetail .container02 .directionsBox .listCard .txtBox {
    min-height: auto;
  }
}

@media screen and (max-width: 900px) {
  #productDetail .container02 {
    padding: 0;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 700px) {
  #productDetail .container02 .directionsBox .listCard {
    width: 80%;
  }
}

@media screen and (max-width: 400px) {
  #productDetail .container02 .directionsBox .listCard {
    width: 94%;
  }
  #productDetail .container02 .directionsBox .listCard .txtBox .num {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    font-size: 14px;
  }
  #productDetail .container02 .directionsBox .listCard .txtBox .txt {
    padding: 0 0 0 0.5em;
  }
}

#productDetail .container03 .titleBox {
  text-align: center;
  margin-bottom: 2em;
}

#productDetail .container03 .ingredient {
  margin: 0 auto 3em;
  width: 1200px;
  padding: 0;
  max-width: 100%;
}

#productDetail .container03 .ingredient .item {
  border-bottom: 1px solid #c8c8c8;
}

#productDetail .container03 .ingredient .item .title {
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  color: #90c31f;
  text-align: left;
  padding: 0.5em 3%;
}

#productDetail .container03 .ingredient .item .title i.iArrow {
  border: 1px solid #90c31f;
  border-radius: 19px;
  width: 38px;
  height: 38px;
  display: inline-block;
  float: right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../images/iArrowR_g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

#productDetail .container03 .ingredient .item .txtBox {
  padding: 0 3%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 0;
  overflow: hidden;
}

#productDetail .container03 .ingredient .item .txtBox img {
  margin-bottom: 1em;
}

#productDetail .container03 .ingredient .item.open {
  background-color: #f4f4f4;
}

#productDetail .container03 .ingredient .item.open .title i.iArrow {
  background-image: url(../images/iArrowR_w.png);
  background-color: #90c31f;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#productDetail .container03 .ingredient .item.open .txtBox {
  height: auto;
  padding: 1em 3%;
}

#productDetail .container04 {
  width: 100%;
}

#productDetail .container04 .btnG, #productDetail .container04 .btnLG {
  color: #fff;
  font-size: 36px;
  width: 50%;
  height: 152px;
  background-color: #59a81e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  opacity: 0.9;
}

#productDetail .container04 .btnG i.iArrow, #productDetail .container04 .btnLG i.iArrow {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  margin-left: 0.2em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background-image: url(../images/iArrowR_g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  background-color: #fff;
}

#productDetail .container04 .btnG:hover, #productDetail .container04 .btnLG:hover {
  opacity: 1;
}

#productDetail .container04 .btnLG {
  background-color: #90c31f;
}

@media screen and (max-width: 460px) {
  #productDetail .container04 .btnG, #productDetail .container04 .btnLG {
    width: 100%;
    height: 70px;
    font-size: 30px;
  }
}

/*-- news ----------*/
#news .container01 {
  width: 1600px;
  max-width: 100%;
  padding: 3em 3%;
  margin: 0 auto;
}

#news .titleBox {
  text-align: center;
}

#news .itemBox {
  width: 100%;
  padding: 2em 0;
}

#news .itemBox .item {
  position: relative;
  float: left;
  padding: 0.6em;
  margin-bottom: 4em;
  width: calc(100% /4);
  border: 1px solid #fff;
}

#news .itemBox .item .pic {
  display: block;
  margin-bottom: 1em;
}

#news .itemBox .item .pic img {
  overflow: hidden;
}

#news .itemBox .item:hover {
  border: 1px solid #90c31f;
}

#news .itemBox .txtBox {
  text-align: left;
  padding: 0;
}

#news .itemBox .txt {
  color: #727171;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#news .itemBox .date .day {
  color: #90c31f;
  font-weight: 600;
  font-size: 60px;
  float: left;
  width: 80px;
  height: 60px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#news .itemBox .date .year, #news .itemBox .date .month {
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  color: #727171;
  font-size: 18px;
  font-weight: 400;
}

#news .itemBox .title {
  color: #333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  height: 1.3em;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #news .itemBox .item {
    width: calc(100% /3);
  }
}

@media screen and (max-width: 760px) {
  #news .itemBox .item {
    width: calc(100% /2);
  }
}

@media screen and (max-width: 500px) {
  #news .itemBox .item {
    width: 100%;
    margin-bottom: 1em;
  }
  #news .itemBox .item .txt {
    font-size: 16px;
    line-height: 24px;
  }
  #news .itemBox .item .title {
    font-size: 18px;
  }
}

/*-- download ----------*/
#download .container01 {
  width: 1200px;
  max-width: 100%;
  padding: 3em 3%;
  margin: 0 auto;
}

#download .container01 .titleBox {
  text-align: center;
  margin-bottom: 2em;
}

#download .container01 .itemBox .item {
  border-bottom: 1px solid #c8c8c8;
  clear: both;
  padding: 0.5em;
  overflow: hidden;
}

#download .container01 .itemBox .item a .num {
  width: 30px;
  font-size: 20px;
  font-weight: 500;
  float: left;
  display: inline-block;
  margin-right: 0.5em;
  color: #333;
}

#download .container01 .itemBox .item a .title {
  width: calc(100% - 80px);
  font-size: 18px;
  float: left;
  display: inline-block;
  color: #333;
}

#download .container01 .itemBox .item a i.download {
  float: right;
  display: inline-block;
  width: 27px;
  height: 21px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background-position: left top;
  background-image: url(../images/iDownload_gy.png);
  background-repeat: no-repeat;
  background-size: auto;
}

#download .container01 .itemBox .item a:active .title, #download .container01 .itemBox .item a:active .num, #download .container01 .itemBox .item a:visited .title, #download .container01 .itemBox .item a:visited .num, #download .container01 .itemBox .item a:focus .title, #download .container01 .itemBox .item a:focus .num {
  color: #333;
}

#download .container01 .itemBox .item a:hover .title {
  color: #90c31f;
  font-weight: 500;
}

#download .container01 .itemBox .item a:hover i.download {
  background-image: url(../images/iDownload_g.png);
}

/*-- cotact us ----------*/
#contact {
  overflow: hidden;
  padding: 0;
}

#contact .container01 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3em 3%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#contact .container01 .leftBox {
  float: left;
  padding: 0 3% 2em 0;
  width: 360px;
}

#contact .container01 .leftBox .txtBox {
  margin-bottom: 1em;
}

#contact .container01 .leftBox .infoBox p, #contact .container01 .leftBox .infoBox b {
  font-size: 16px;
  color: #333;
}

#contact .container01 .leftBox .infoBox a {
  color: #333;
}

#contact .container01 .leftBox .infoBox a:active, #contact .container01 .leftBox .infoBox a:visited, #contact .container01 .leftBox .infoBox a:focus {
  color: #333;
}

#contact .container01 .leftBox .infoBox b {
  margin-right: 0.2em;
  font-weight: 600;
}

#contact .container01 .rightBox {
  float: right;
  width: calc(100% - 360px);
}

#contact .container01 .formSyA {
  width: 100%;
  margin: 0 auto;
  padding-right: 3%;
}

#contact .container01 .pagingBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .container01 .pagingBar img {
  margin-bottom: 1em;
}

#contact .container01 .pagingBar .btnSy01_g {
  margin: 0.5em;
  width: 200px;
}

#contact .container01 .txt a {
  color: #333;
}

#contact .container01 .txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1060px) {
  #contact .container01 {
    padding: 3em 3% 1em;
    background: none;
  }
  #contact .container01 .leftBox, #contact .container01 .rightBox {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 1060px) {
  #contact .container01 .rightBox .infoBox {
    padding: 2em 25px;
  }
}

@media screen and (max-width: 600px) {
  #contact .container01 .pagingBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .container01 .formSyA .formGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contact .container01 .formSyA .rowBox.w30, #contact .container01 .formSyA .rowBox.w70 {
    width: 100%;
    margin-left: 0;
  }
}

.container p{ margin: 1rem 0;}

/*cooperation*/
#about .cooperation{
	margin: 0px auto;
    max-width: 1440px;
    width: 100%;
    padding: 3em 20px;
    box-sizing: border-box;
}

#about .cooperation .titleBox{
	text-align: center;
	margin-bottom: 2em;
}

#about .cooperation .line {
	display: block;
	width: 1px;
	min-height: 100px;
	background: #727171;
	margin: -25px auto 0 auto;
}

#about .cooperation .icon_txt {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin-top: 70px;
}
#about .cooperation .icon_txt > div {
	width: 22.858%;
	margin: 0 2.858% 20px 0;
	background: #90C320;
	padding: 30px;
}

#about .cooperation .icon_txt > div:last-child {
	margin: 0 0 20px 0;
}

#about .cooperation .icon_txt > div > .img {
  margin: -80px 0 15px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

#about .cooperation .icon_txt > div > .img > div {
  background: #E7FCBB;
  padding: 25px;
  border-radius: 100%;
  border: 5px solid #90c320;
}

#about .cooperation .icon_txt > div > h2 {
  color: #fff;
  font-weight: 500;
  font-size: 133%;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#about .cooperation .icon_txt > div > p {
  color: #fff;
  font-weight: 400;
}

#about  .cooperation_bg {
  background: url(../images/idxCooperation.jpg) left top no-repeat;
  background-size: cover;
  padding: 3em calc((100% - 1200px)/2);
  overflow: hidden;
}

#about .cooperation_bg .txtBox {
  width: 460px;
  position: relative;
  left: 50%;
}

#about  .cooperation_bg .titleBox .tL {
  color: #fff;
  margin-bottom: 0;
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

#about  .cooperation_bg .titleBox .tLL {
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
  font-size: 60px;
  font-weight: 600;
}

#about  .cooperation_bg .txt {
  margin-bottom: 0.5em;
}

#about  .cooperation_bg .txt p {
  color: #fff;
}

#about  .cooperation_bg .btnSy01_w02 {
  width: 200px;
}

@media screen and (max-width: 1200px) {
	#about .cooperation .line {
		min-height: 75px;
	}
	#about .cooperation .icon_txt > div {
		width: 31%;
		margin: 0 3.5% 20px 0;
	}
}

@media screen and (max-width: 1024px) {
	#about .cooperation .icon_txt > div {
		padding: 20px;
	}
	
	#about .cooperation .icon_txt > div > .img {
		margin: -70px 0 15px 0;
	}
	
	#about .cooperation .icon_txt > div > .img > div {
		padding: 20px;
	}
	
	#about .cooperation_bg {
		padding: 2em 3%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
		width: auto;
	}
	#about  .cooperation_bg .txtBox {
		left: auto;
	}
}

@media screen and (max-width: 768px) {
	#about .cooperation .icon_txt > div {
		padding: 15px;
	}
	
	#about .cooperation .icon_txt > div > .img {
		margin: -70px 0 5px 0;
	}
	
	#about .cooperation .icon_txt > div > .img > div {
		padding: 15px;
	}
	
	#about .cooperation .icon_txt > div > .img > div img {
	  width: 70px;
	}
}

@media screen and (max-width: 576px) {
	#about .cooperation .line {
		min-height: 50px;
	}
	
	#about .cooperation .icon_txt > div {
		width: 100%;
		margin: 0 0 80px 0;
		padding: 20px;
	}
	
	#about .cooperation .icon_txt > div:last-child {
		margin: 0;
	}

	#about .cooperation .icon_txt > div > .img > div img {
	  width: auto;
	}
	
	#about .cooperation .icon_txt > div > p {
		margin: 20px 0 10px 0px;
	}

	#about .cooperation_bg .titleBox .tLL {
		font-size: 30px;
	}
}
