* {
  color: #6c757d;
}

toggler {
  display: none;
  border-radius: 0;
  width: 60px;
  justify-content: center;
}

.logo {
  box-sizing: content-box;
}

.logo a img {
  max-height: 60px;
  object-fit: contain;
}

.shadow-down {
  box-shadow: 0 5px 5px rgba(233, 236, 239, 0.5);
}

.so {
  position: fixed;
  top: 30px;
  right: 15px;
  z-index: 1000000;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.so #kw {
  width: 200px;
  margin-right: 10px;
  border: 1px solid #dee2e6;
  padding: 7px 15px;
}

.so .SearchType {
  display: none;
}

.so .Margin {
  text-align: center;
}

.so input[type=submit] {
  background-color: #006C2C;
  border: 0;
  padding: 8px 15px;
  color: white;
}

.top menu {
  height: 100%;
}

.top menu ul {
  height: 100%;
}

.top menu ul li {
  flex: 0;
}

.top menu ul li.on, .top menu ul li:hover {
  background-color: transparent;
}

.top menu ul li a {
  padding-left: 20px;
  padding-right: 20px;
}

.top menu ul li ul {
  z-index: 1000000;
}

.top menu ul li ul:hover {
  background-color: #fff;
}

.top #toggler {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #006C2C;
  z-index: 10000;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1000000;
}

.top #toggler menu ul li {
  border-bottom: 1px solid rgba(248, 249, 250, 0.1);
}

.top #toggler menu ul li:last-child {
  border-bottom: 0;
}

.top #toggler menu ul li a {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #dee2e6;
}

.top #toggler menu ul li a:hover {
  color: white;
}

.search form {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
}

.search form #kw {
  display: flex;
  flex: 1;
  border: 1px solid rgba(0, 108, 44, 0.5);
}

.search form .SearchType {
  display: none;
}

#ArticleView ul li {
  position: relative;
}

#ArticleView ul li .title .qrcode {
  position: absolute;
  top: calc(50% - 26px);
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid white;
}

.RowsTitle .Title {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  margin-bottom: 0;
  font-size: 3rem;
  color: #006C2C;
  font-weight: 600;
}

.RowsTitle .Title .en,
.RowsTitle .Title .en a {
  font-size: 3rem;
  line-height: 1em;
  font-weight: 600;
  color: #6c757d;
  overflow: hidden;
  text-transform: capitalize !important;
}

.RowsTitle .Title .cn,
.RowsTitle .Title .cn a {
  font-size: 4.8rem;
  line-height: 1.2em;
  font-weight: 600;
  background: linear-gradient(to right, #006C2C 50%, #E2AC06 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about {
  background: url(../images/about.png) no-repeat;
}

.about .row .title {
  font-weight: 600;
}

.about .row .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .row .intro {
  color: #6c757d;
  font-size: 1.6rem;
}

.case {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.case .Margin {
  margin-top: 4rem;
}

.case ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.case ul li {
  display: flex;
  flex: 1 1 50%;
}

.case ul li .gutters {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
}

.case ul li .gutters .thumbs {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  aspect-ratio: 5/4;
  overflow: hidden;
}

.case ul li .gutters .thumbs a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.case ul li .gutters .thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case ul li .gutters .title {
  margin-bottom: 0;
}

.case ul li .gutters .title a {
  display: flex;
  flex: 1;
  padding-top: 15px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.case .More {
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 20px;
}

.case .More a {
  display: inline-flex;
  background: #006C2C;
  color: white;
  padding: 10px 30px;
}

.news {
  background: url(../images/news.jpg) no-repeat;
}

.news .RowsTitle {
  margin-bottom: 20px;
}

.news .RowsTitle .Title .cn {
  background: linear-gradient(to right, #006C2C 50%, white 50%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.news .Subject {
  margin-bottom: 30px;
}

.news .Subject .Descript {
  text-align: center;
  color: white;
}

.news #ArticleIntro ul li.Summary {
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}

.news #ArticleIntro ul li .LongDatePlus day {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 40px;
  font-weight: 900;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1em;
}

.news #ArticleIntro ul li .LongDatePlus year,
.news #ArticleIntro ul li .LongDatePlus mon {
  display: inline-flex;
}

.news #ArticleIntro ul li .intro {
  color: #495057;
}

.body .LongDatePlus {
  background-color: #006C2C;
}

.body .LongDatePlus * {
  color: white;
}

.body #ArticleIntro ul li {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #dee2e6;
}

.body #ArticleIntro ul li .detail {
  min-height: 67px;
}

#ArticleList ul li .Article {
  justify-content: space-between;
}

#ArticleList ul li .Article .title {
  flex: 1;
}

.adv .Subject .Descript {
  text-align: center;
  color: #6c757d;
}

.adv ul li {
  counter-increment: item;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0 0;
}

.adv ul li .mode {
  padding-bottom: 3rem;
  text-align: center;
}

.adv ul li .mode::before {
  content: counter(item, decimal-leading-zero);
  display: inline-flex;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  font-size: 9rem;
  color: #e9ecef;
}

.adv ul li .mode .title a {
  font-size: 2.6rem;
  font-weight: 100;
  text-align: center;
}

.adv ul li .mode:hover::before {
  color: #006C2C;
}

.adv ul li .mode:hover .title a {
  color: #006C2C;
}

.adv ul li .thumbs {
  display: flex;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.adv ul li .thumbs img {
  width: 100%;
  object-fit: cover;
}

.guide {
  border-bottom: 1px solid #dee2e6;
}

.guide .path {
  display: inline-flex;
  flex-direction: row;
}

.guide .path::before {
  display: inline-flex;
  width: 15px;
  height: 15px;
  content: "\f015";
  margin-right: 1rem;
}

.guide .path a {
  padding: 0 5px;
  white-space: nowrap;
  font-size: 1.4rem;
}

.part .Subject {
  text-align: center;
}

.part ul li a {
  overflow: hidden;
}

.part ul li a img {
  max-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

.sider .Margin {
  text-align: right;
}

.sider .Margin ul {
  display: inline-flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.sider .Margin ul li {
  display: flex;
  flex: 1;
  margin: 15px 10px;
}

.sider .Margin ul li a {
  display: flex;
  flex: 1;
  border: 1px solid transparent;
  justify-content: center;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  white-space: nowrap;
}

.sider .Margin ul li a:hover {
  background: #006C2C;
  color: white;
}

.sider .Margin ul li.on a {
  background: #006C2C;
  color: white;
}

.bottom.bg-gray-800 {
  background: #383838 !important;
}

.bottom .Margin {
  text-align: center;
}

.bottom .Margin .Logo {
  display: flex;
  flex: 1;
  margin-bottom: 20px;
}

.bottom .Margin .Logo .dt {
  display: none;
}

.bottom .Margin .Logo .dd {
  display: flex;
  flex: 1;
  justify-content: center;
}

.bottom .Margin .Logo .dd img {
  max-width: 100%;
  filter: brightness(2000);
}

.bottom .Margin .urlqrcode {
  margin-top: 20px;
  text-align: center;
}

.bottom .Margin .urlqrcode .dt {
  display: none;
}

.bottom .Margin .urlqrcode .dd img {
  border: 10px solid white;
  height: 150px;
}

.bottom menu ul {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
}

.bottom menu ul li {
  display: flex;
  flex: 1 0 50%;
  justify-content: start;
}

.bottom menu ul li a {
  display: flex;
  line-height: 3em;
}

.bottom .footer {
  display: flex;
  flex: 1;
  padding-top: 2.8rem !important;
  border-top: 1px solid #343a40;
  text-align: center;
}

.bottom .footer .powered {
  display: inline-flex;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .about .row {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .about .row .RowsTitle .Title .cn,
.about .row .RowsTitle .Title .en {
    text-align: left;
  }
  .about .row .enter .More {
    text-align: left;
  }
  .about .row .enter .More a {
    display: inline-flex;
    flex: 1;
    background: white !important;
    color: #006C2C;
  }
  .about .row .col-12 {
    position: relative;
  }
  .about .row .card {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #ArticleView ul li,
#ProductView ul li {
    flex-basis: 33.33% !important;
  }
  .case ul li {
    flex-basis: 33.33%;
  }
  .news .Margin {
    display: flex;
    flex: 1;
  }
  .news .Margin #ArticleIntro {
    position: relative;
    padding-top: 100px;
  }
  .news .Margin #ArticleIntro ul {
    display: flex;
    flex: 1;
    background-color: white;
    padding: 30px 15px;
    padding-left: calc(40% + 50px);
  }
  .news .Margin #ArticleIntro ul li.Summary {
    position: absolute;
    width: 40%;
    left: 15px;
    top: 15px;
  }
  .adv ul {
    display: flex;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .adv ul li {
    flex-basis: 33.333% !important;
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom .foot .Margin {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    min-height: 100px;
    align-items: start;
    justify-content: center;
  }
  .bottom .foot .Margin .Logo {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .bottom .foot .Margin .urlqrcode {
    margin-top: 0;
  }
  .bottom .footer .Margin .power,
.bottom .footer .Margin .mii {
    display: inline-flex;
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .top .container {
    position: absolute;
    top: 3rem;
    z-index: 99999;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .top .menu {
    border-radius: 30px;
    background-color: white;
  }
  .top .menu ul li {
    position: relative;
  }
  .top .menu ul li a {
    height: 60px;
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap !important;
  }
  .top .menu ul li.on:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-flex;
    width: 50px;
    height: 0;
    bottom: 0px;
    border-bottom: 1px solid white;
  }
  .top .menu ul ul {
    position: absolute;
    background-color: rgba(248, 249, 250, 0.9);
    padding: 0;
    z-index: 9999 !important;
  }
  .top .menu ul ul li:last-child {
    border-bottom: 0;
  }
  .top .menu ul ul li:hover {
    background-color: rgba(33, 37, 41, 0.9);
  }
  .top .menu ul ul li:hover a {
    color: white;
  }
  .top .menu ul ul li.on::before {
    display: none;
  }
  .top .menu ul ul li a {
    display: flex;
    padding: 15px 20px !important;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 100;
  }
  .logo a img {
    max-height: 60px;
    object-fit: contain;
  }
  i.fa-search {
    display: inline-flex;
    font-size: 2rem;
    font-weight: 100;
    cursor: pointer;
  }
  .news #ArticleIntro .Outline .Summary {
    display: block;
    clear: both;
  }
  #ProductView ul li,
#ArticleView ul li {
    flex-basis: 33.33% !important;
  }
  .adv #ArticleView ul li {
    flex-basis: 16.66% !important;
  }
  .bottom .py-5 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
  .bottom .Logo .dd img {
    max-width: 300px;
  }
  .bottom .qrcode .dt {
    display: none;
  }
  .bottom .qrcode .dd {
    margin-top: 20px;
  }
  .bottom .qrcode .dd img {
    width: 100px;
  }
  .bottom .footer .Margin {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-flow: row nowrap;
    margin-top: 2rem;
  }
  .bottom .footer .Margin .powered {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bottom .footer .Margin .sitemap {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .container-flush {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
