/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * FOOTER
 * MAIN
 * NEWS
 * FACTORY
 * PRODUCTS
 * EQUIPMENT
 * DOWNLOAD
 * CONTACT
 * WECHAT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  color: #666666;
  font-family: "GenSenRounded", "Roboto", sans-serif;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 110px;
  }
}

a {
  color: #666666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #d5743a;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1420px;
  }
}

#scrollUp {
  right: 12px;
  bottom: 30px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 110px;
  }
}
.navbar .container {
  max-width: 100%;
}
@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1700px;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
.navbar .offcanvas-body {
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
  .navbar .offcanvas-body {
    background: transparent;
  }
}
.navbar-brand {
  margin: 0;
}
.navbar-brand a {
  display: block;
}
.navbar-brand img {
  width: 200px;
}
.navbar-brand .white {
  display: none;
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .navbar-brand {
    margin-bottom: 0;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #d5743a;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.navbar-nav {
  margin-top: 1rem;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  .navbar-nav .nav-item:last-child {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
.navbar-nav .nav-link {
  color: #666666;
  font-size: 1rem;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #d5743a;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.0625rem;
    text-align: center;
    padding: 0.5rem 0 !important;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    padding: 1.5rem 0 !important;
  }
}
.navbar-nav .nav-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .nav-lang a {
  color: #c8c9ca;
  font-size: 0.9375rem;
}
.navbar-nav .nav-lang a.hover, .navbar-nav .nav-lang a.current {
  color: #d5743a;
}
.navbar-nav .nav-lang a + a::before {
  content: "\f2ea";
  color: #c8c9ca;
  font-family: "bootstrap-icons";
  margin: 0 0.25rem;
}
.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #d5743a;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
}
.navbar-nav .dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  border-bottom: 2px solid #ececec;
  color: #666666;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem 0.75rem 0;
  position: relative;
}
.navbar-nav .dropdown .dropdown-item::after {
  content: "\f138";
  color: #d5743a;
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #d5743a;
}
.navbar-nav .dropdown .dropdown-item:hover::after, .navbar-nav .dropdown .dropdown-item.active::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    padding: 1rem 2rem;
    margin-top: 0;
    min-width: 300px;
    max-width: 300px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.navbar-fixed {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #212121;
  color: #ffffff;
  padding: 3rem 0;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #d5743a;
}
@media (min-width: 992px) {
  .footer {
    padding: 9.25rem 0 8rem;
  }
}
.footer .container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .footer .container {
    max-width: 1450px;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.footer-logo img {
  width: 220px;
}
@media (min-width: 1200px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.footer-copy {
  text-align: center;
  color: #bfbfbf;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
}
.footer-copy a {
  color: #bfbfbf;
}
.footer-copy a:hover {
  color: #d5743a;
}
@media (min-width: 1200px) {
  .footer-copy {
    text-align: left;
  }
}
.footer-nav {
  padding-left: 12px;
  display: none;
}
@media (min-width: 1600px) {
  .footer-nav {
    padding-left: 5rem;
  }
}
.footer-nav .nav {
  -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;
  margin-bottom: 1rem;
}
.footer-nav .nav li + li {
  margin-left: 1rem;
}
.footer-nav .nav li a {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 1400px) {
  .footer-nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  .footer-nav .nav li {
    margin-bottom: 0.75rem;
  }
  .footer-nav .nav li + li {
    margin-left: 0;
  }
  .footer-nav .nav li:last-child {
    margin-bottom: 0;
  }
}
.footer-info {
  padding-left: 12px;
}
@media (min-width: 1600px) {
  .footer-info {
    padding-left: 5.5rem;
  }
}
.footer-info .add {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  display: none;
}
@media (min-width: 1200px) {
  .footer-info .add {
    display: block;
  }
}
.footer-info .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-info .social li + li {
  margin-left: 1rem;
}
.footer-info .social li a {
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .footer-info .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-info .info {
  border-top: 1px solid #909090;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  -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;
}
.footer-info .info li {
  font-size: 1.6875rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
}
.footer-info .info li span {
  display: block;
  color: #d5743a;
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.footer-info .info li a {
  font-size: 1.6875rem;
}
.footer-info .info li.mail {
  font-size: 0.875rem;
}
.footer-info .info li.mail a {
  font-size: 0.875rem;
}
.footer-info .info li.add {
  font-size: 0.875rem;
  display: block;
}
@media (min-width: 576px) {
  .footer-info .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-info .info li {
    width: 50%;
  }
  .footer-info .info li span {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-info .info {
    margin-bottom: 0;
  }
  .footer-info .info li {
    width: auto;
  }
  .footer-info .info li + li {
    margin-left: 2rem;
  }
  .footer-info .info li.add {
    display: none;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}
@media (min-width: 1400px) {
  main {
    padding: 5.5rem 0;
  }
}
main.bg {
  background-color: #f2f1f0;
  background-position: center top;
  background-repeat: no-repeat;
}
main.bg-bottom {
  background-position: center bottom;
}

/* PAGE-HEADER */
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.5rem;
  }
}
.page-header .title {
  font-size: 1.3125rem;
  letter-spacing: 0.25rem;
}
.page-header .title span {
  display: block;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .page-header .title {
    margin-bottom: 0;
  }
  .page-header .title span {
    font-size: 4.5rem;
  }
}
.page-header .title-s span {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-header .title-s span {
    font-size: 3rem;
  }
}
.page-header .text {
  line-height: 1.8;
  padding-bottom: 1.25rem;
  margin: 1rem 0 0;
  position: relative;
}
.page-header .text::after {
  content: "";
  background-color: #666666;
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-header .text {
    text-align: right;
    margin: 0 0 1.5rem;
  }
  .page-header .text::after {
    left: auto;
    right: 0;
  }
}
.page-header .text.w-100 {
  text-align: left;
}
.page-header .text.w-100::after {
  display: none;
}

/* PAGE-MENU */
.page-menu {
  margin-bottom: 2rem;
}
.page-menu .nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.page-menu .nav li {
  width: 20%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.page-menu .nav li a {
  display: block;
  background-color: #f2f1ef;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 55px;
  height: 55px;
}
.page-menu .nav li a:hover, .page-menu .nav li a.active {
  background-color: #d5743a;
  color: #ffffff;
}
.page-menu .dropdown .dropdown-toggle {
  border-radius: 0;
  border: none;
  background-color: #f2f1ef;
  text-align: left;
  width: 100%;
  padding: 0.75rem 1rem;
}
.page-menu .dropdown .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.page-menu .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  right: 0 !important;
  padding: 0;
  margin-top: 0 !important;
}
.page-menu .dropdown .dropdown-item {
  background-color: #f2f1ef;
  padding: 0.75rem 1rem;
}
.page-menu .dropdown .dropdown-item:hover, .page-menu .dropdown .dropdown-item.active {
  background-color: #d5743a;
  color: #ffffff;
}

/* PICTURE */
.pic {
  display: block;
  border-radius: 0.5rem;
  background-color: #d5743a;
  overflow: hidden;
  position: relative;
}
.pic::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 110px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.pic:hover::before {
  opacity: 1;
}
.pic:hover img {
  opacity: 0.2;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 1rem;
}

.pagination {
  font-family: "Roboto", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #d5743a;
  background-color: transparent;
  color: #d5743a;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d5743a;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #afafaf;
  font-size: 2rem;
  text-align: center;
  margin: 0 1rem;
}
.pagination .page-arrow:hover {
  color: #d5743a;
}
.pagination .page-arrow span {
  display: none;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BACK */
.back-wrap {
  text-align: center;
  margin-top: 5rem;
}

.back {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #d5743a;
  background-color: #ffffff;
  color: #d5743a;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  line-height: 45px;
  width: 100%;
  max-width: 200px;
  height: 45px;
}
.back i {
  margin-right: 0.5rem;
}
.back:hover {
  background-color: #d5743a;
  color: #ffffff;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  padding: 0;
}
.about > section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .about > section {
    padding: 6rem 0;
  }
}
.about .page-header .title {
  color: #666666;
}

/* ABOUT PROFILE */
.about-profile {
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1130px;
  position: relative;
}
.about-profile::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
}
@media (min-width: 992px) {
  .about-profile::before {
    opacity: 0;
  }
}
.about-profile > .container {
  position: relative;
  z-index: 3;
}
.about-profile .item {
  min-height: 140px;
  margin-bottom: 3rem;
  position: relative;
}
.about-profile .item:hover .pic {
  background-color: rgba(213, 116, 58, 0.8);
}
.about-profile .item:last-child {
  margin-bottom: 0;
}
.about-profile .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .about-profile .item {
    padding-top: 1.5rem;
    padding-left: 180px;
  }
  .about-profile .item:nth-child(even) {
    padding-left: 0;
    padding-right: 180px;
  }
  .about-profile .item:nth-child(even) .pic {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .about-profile .item {
    padding-right: 10rem;
  }
  .about-profile .item:nth-child(even) {
    padding-right: 340px;
  }
  .about-profile .item:nth-child(even) .pic {
    right: 160px;
  }
}
@media (min-width: 1600px) {
  .about-profile .item:first-of-type::before {
    content: "";
    border-bottom: 2px dotted #ffffff;
    width: 140px;
    height: 2px;
    position: absolute;
    right: 18px;
    bottom: 0;
  }
  .about-profile .item:first-of-type::after {
    content: "";
    border-bottom: 2px dotted #ffffff;
    width: 100px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: -70px;
    bottom: 35px;
  }
}
.about-profile .class {
  display: block;
  color: #d5743a;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.about-profile .title {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.3;
}
.about-profile .title i {
  color: #d5743a;
}
.about-profile .title.d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .about-profile .title {
    font-size: 1.3125rem;
  }
}
.about-profile .title-b {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .about-profile .title-b {
    font-size: 1.6875rem;
  }
}
.about-profile .text {
  border-bottom: 2px dotted #ffffff;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-profile .text {
    font-size: 1.0625rem;
  }
}
.about-profile .pic {
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 1rem;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .about-profile .pic {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* ABOUT CERT */
.about-cert {
  background-color: #ffffff;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.about-cert .title {
  font-size: 1.3125rem;
  font-weight: normal;
  letter-spacing: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about-cert .title span {
  display: block;
  color: #000000;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .about-cert .title {
    margin-bottom: 3.5rem;
  }
  .about-cert .title span {
    font-size: 3.375rem;
  }
}
.about-cert .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
  position: relative;
  z-index: 2;
}
.about-cert .nav li {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 2rem;
}
.about-cert .nav li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-cert .nav li {
    width: 33.33%;
    margin-bottom: 0;
  }
  .about-cert .nav li:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .about-cert .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.about-cert .item img {
  border: 1px solid #d5743a;
  margin-bottom: 2.25rem;
}
.about-cert .item h3 {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.about-cert .item p {
  color: #514c47;
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .about-cert .item h3 {
    font-size: 1.3125rem;
  }
}
.about-cert .swiper-control {
  width: 125px;
  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;
  position: relative;
}
.about-cert .swiper-control::before {
  content: "";
  background-color: #e4e4e4;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-cert .swiper-button-next, .about-cert .swiper-button-prev {
  color: #d5743a;
  font-size: 1.5rem;
  width: auto;
  margin-top: 0;
  position: relative;
  left: auto;
  right: auto;
}
.about-cert .swiper-button-next::after, .about-cert .swiper-button-prev::after {
  display: none;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list > [class*=col-] {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news-list > [class*=col-] {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1400px) {
  .news-list {
    margin: 0 -1.25rem;
  }
  .news-list > [class*=col-] {
    padding: 0 1.25rem;
  }
}
.news-list .item > [class*=col-]:last-child {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1400px) {
  .news-list .item > [class*=col-]:last-child {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
.news-list .title {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .date {
  border-top: 2px solid #d5743a;
  font-size: 1.0625rem;
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.news-list .date span {
  font-size: 0.9375rem;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.news-list .date span::after {
  content: "";
  background-color: #b5b5b5;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

/* NEWS VIEW */
.news-view {
  max-width: 1180px;
  margin: 0 auto;
}
.news-view .title {
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  font-size: 2.25rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  margin-bottom: 3.5rem;
}
.news-view .title span {
  display: block;
  color: #666666;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}
.news-view .text {
  line-height: 1.8;
}
@media (min-width: 992px) {
  .news-view .text {
    font-size: 1.125rem;
  }
}
.news-view .text iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .news-view .text iframe {
    height: 600px;
  }
}

/*------------------------------------*\
    FACTORY
\*------------------------------------*/
.factory .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .factory .container {
    max-width: 1380px;
  }
}

/* FACTORY INFO */
.factory-info {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .factory-info {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1800px) {
  .factory-info:last-child {
    min-height: 430px;
  }
}
.factory-info .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.factory-info .title span {
  color: #d5743a;
}
@media (min-width: 992px) {
  .factory-info .title {
    font-size: 1.6875rem;
    margin-bottom: 1.5rem;
  }
}
.factory-info .text {
  line-height: 2;
}
.factory-info .pic {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .factory-info .pic {
    width: auto;
  }
}
@media (min-width: 1800px) {
  .factory-info .pic.absolute {
    position: absolute;
    left: 0;
  }
}
.factory-info .contact {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  color: #000000;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  padding: 1.25rem 1rem;
  margin-top: 2rem;
}
.factory-info .contact span {
  display: block;
  color: #d5743a;
  font-size: 1.125rem;
  letter-spacing: normal;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.factory-info .contact span::before {
  content: "\f32c";
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
.factory-info .contact a {
  color: #000000;
}
.factory-info .contact a:hover {
  color: #c8c9ca;
}
@media (min-width: 992px) {
  .factory-info .contact {
    padding: 1.25rem 0 1.25rem 5rem;
    margin-top: 0;
  }
  .factory-info .contact span {
    padding-left: 0;
  }
  .factory-info .contact span::before {
    left: -2.5rem;
  }
  .factory-info .contact a {
    letter-spacing: 0.125rem;
  }
}

/* FACTORY PROCESS */
.factory-process > [class*=col-] {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .factory-process > [class*=col-] {
    margin-bottom: 5rem;
  }
}
.factory-process .title {
  color: #d5743a;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.factory-process .title span {
  color: #000000;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .factory-process .title {
    margin-bottom: 2rem;
  }
}
.factory-process .nav {
  padding-left: 2.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.factory-process .nav::before {
  content: "";
  background-color: #d5743a;
  width: 2px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.factory-process .nav li {
  width: 100%;
  max-width: 280px;
}
.factory-process .nav li + li {
  margin-left: 1rem;
}
.factory-process .nav li img {
  border-radius: 0.5rem;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
.products-list > [class*=col-] {
  margin-bottom: 4rem;
}
.products-list .title {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 4rem;
  margin-top: 2rem;
  position: relative;
}
.products-list .title::after {
  content: "\f138";
  color: #d5743a;
  font-family: "bootstrap-icons";
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

/* PRODUCTS VIEW */
.products-view {
  max-width: 1220px;
}
@media (min-width: 992px) {
  .products-view {
    margin: 0 auto;
  }
}
.products-view > [class*=col-]:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .products-view > [class*=col-]:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .products-view > [class*=col-]:nth-child(2) {
    padding-left: 5rem;
  }
}
.products-view .pic {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .products-view .pic {
    margin-top: 7rem;
    margin-bottom: 0;
  }
}
.products-view .title {
  color: #000000;
  font-size: 1.6875rem;
  margin-bottom: 2.5rem;
}
.products-view .title span {
  display: block;
  color: #c8c9ca;
  font-size: 1.125rem;
  font-weight: 100;
  letter-spacing: 0.025rem;
  margin-top: 0.5rem;
}
.products-view .subtitle {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  color: #d5743a;
  font-size: 1.3125rem;
  font-weight: normal;
  padding: 1.5rem 0;
}
.products-view .subtitle span {
  color: #000000;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .products-view .subtitle {
    padding: 2.25rem 0;
  }
}
.products-view .text {
  line-height: 2;
  padding: 1.75rem 0;
}
@media (min-width: 992px) {
  .products-view .text {
    font-size: 1.125rem;
    padding: 1.75rem 3.75rem;
    margin-bottom: 1.5rem;
  }
}
.products-view .nav {
  padding: 2rem 0;
}
.products-view .nav li {
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 50%;
}
.products-view .nav li img {
  border-radius: 50%;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
}
.products-view .nav li span {
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .products-view .nav li {
    width: 25%;
  }
}
.products-view .swiper-products {
  margin-left: 0;
  margin-bottom: 3rem;
}
.products-view .swiper-products .swiper-slide {
  border-radius: 0.25rem;
  max-width: 100px !important;
  overflow: hidden;
  cursor: pointer;
}
.products-view .swiper-products .swiper-slide .pic {
  border-radius: 0.25rem;
  margin: 0;
}
.products-view .swiper-products .swiper-slide-thumb-active {
  background-color: #d5743a;
}
.products-view .swiper-products .swiper-slide-thumb-active .pic {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .products-view .swiper-products {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .products-view .swiper-products .swiper-slide {
    max-width: 130px !important;
  }
}
.products-view .serve {
  border-radius: 0.25rem;
  background-color: #d5743a;
  color: #ffffff;
  font-size: 1.0625rem;
  text-align: center;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .products-view .serve {
    margin-top: 3rem;
  }
}
.products-view.bg {
  border-radius: 1rem;
  background-color: #ffffff;
  padding: 2rem 1rem;
}
.products-view.bg .title {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
.products-view.bg .text {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .products-view.bg {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .products-view.bg {
    padding: 5rem;
  }
}

/*------------------------------------*\
    EQUIPMENT
\*------------------------------------*/
/* EQUIPMENT LIST */
.equipment-list {
  max-width: 980px;
  margin: 0 auto;
}
.equipment-list > [class*=col-] {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.equipment-list > [class*=col-] a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.equipment-list > [class*=col-]:hover .pic {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.equipment-list > [class*=col-]:nth-child(odd) {
  padding-left: 50px;
}
.equipment-list > [class*=col-]:nth-child(even) {
  padding-right: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.equipment-list > [class*=col-]:nth-child(even) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.equipment-list > [class*=col-]:nth-child(even) .item::before, .equipment-list > [class*=col-]:nth-child(even) .item::after {
  left: auto;
  right: -52px;
}
.equipment-list > [class*=col-]:nth-child(even) .item::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.equipment-list > [class*=col-]:nth-child(even) .item::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.equipment-list > [class*=col-]:nth-child(even) .num {
  margin-right: 0;
  margin-left: 1rem;
}
.equipment-list > [class*=col-]:nth-child(even) .title {
  text-align: left;
}
.equipment-list > [class*=col-]:nth-child(even) .pic {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .equipment-list > [class*=col-]:nth-child(even) .item::before, .equipment-list > [class*=col-]:nth-child(even) .item::after {
    right: -79px;
  }
  .equipment-list > [class*=col-]:nth-child(even) .num {
    margin-left: 2rem;
  }
  .equipment-list > [class*=col-]:nth-child(even) .pic {
    left: -11rem;
  }
}
@media (min-width: 992px) {
  .equipment-list > [class*=col-]:nth-child(even) {
    top: 6rem;
  }
}
.equipment-list .item {
  border-top: 1px solid #d5743a;
  border-bottom: 1px solid #d5743a;
  padding: 1.5rem 1rem;
  width: 100%;
  max-width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.equipment-list .item::before, .equipment-list .item::after {
  content: "";
  background-color: #d5743a;
  width: 70px;
  height: 1px;
  position: absolute;
  left: -52px;
}
.equipment-list .item::before {
  top: 30px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.equipment-list .item::after {
  bottom: 30px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media (min-width: 576px) {
  .equipment-list .item {
    padding: 2.5rem 1rem;
  }
  .equipment-list .item::before, .equipment-list .item::after {
    width: 105px;
    left: -79px;
  }
  .equipment-list .item::before {
    top: 45px;
  }
  .equipment-list .item::after {
    bottom: 45px;
  }
}
.equipment-list .num {
  color: #c8c9ca;
  font-size: 3rem;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .equipment-list .num {
    font-size: 4.25rem;
    margin-right: 2rem;
  }
}
.equipment-list .title {
  color: #d5743a;
  font-size: 1.25rem;
  text-align: right;
  letter-spacing: normal;
  margin-bottom: 0;
  min-width: 110px;
  max-width: 110px;
}
.equipment-list .title strong {
  display: block;
  font-size: 1.375rem;
}
.equipment-list .pic {
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  width: 100px;
}
@media (min-width: 576px) {
  .equipment-list .pic {
    width: auto;
    right: -11rem;
  }
}

/*------------------------------------*\
    DOWNLOAD
\*------------------------------------*/
/* DOWNLOAD LIST */
.download-list > [class*=col-] {
  margin-bottom: 2rem;
}
.download-list .item {
  border-radius: 0.5rem;
  border: 2px solid #f1f1f1;
  padding: 2rem;
  padding-right: 6rem;
  position: relative;
}
.download-list .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.download-list .item:hover {
  background-color: #d5743a;
}
.download-list .item:hover > * {
  color: #ffffff;
}
@media (min-width: 992px) {
  .download-list .item {
    padding: 2rem 3rem;
    padding-right: 10rem;
  }
}
.download-list .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
}
.download-list .text {
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.download-list .bi {
  border-left: 1px solid #f1f1f1;
  color: #d5743a;
  font-size: 2rem;
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}
@media (min-width: 992px) {
  .download-list .bi {
    padding-left: 2rem;
    right: 3rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact.bg {
  background-color: #e5e4e2;
}
.contact .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .contact .container {
    max-width: 1320px;
  }
}
.contact .page-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .contact .page-header {
    max-width: 50%;
  }
}
.contact .page-header .title {
  color: #d5743a;
}
.contact .page-header .text {
  text-align: left;
  margin-top: 2rem;
}
.contact .page-header .text::after {
  display: none;
}
@media (min-width: 992px) {
  .contact .page-header .text {
    font-size: 1.0625rem;
  }
}

/* CONTACT INFO */
.contact-info .add {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .contact-info .add {
    text-align: left;
    margin-bottom: 0;
  }
}
.contact-info .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-info .social li + li {
  margin-left: 1rem;
}
.contact-info .social li a {
  color: #d5743a;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .contact-info .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.contact-info .info {
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  -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;
}
.contact-info .info li {
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  margin-bottom: 2rem;
}
.contact-info .info li span {
  display: block;
  color: #d5743a;
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.contact-info .info li a {
  font-size: 1.5rem;
}
.contact-info .info li.mail {
  font-size: 0.9375rem;
  text-align: center;
  width: 100%;
}
.contact-info .info li.mail a {
  font-size: 0.9375rem;
}
@media (min-width: 576px) {
  .contact-info .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-info .info li {
    width: 50%;
  }
  .contact-info .info li span {
    text-align: left;
  }
  .contact-info .info li.mail {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .contact-info .info {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .contact-info .info li {
    width: auto;
  }
  .contact-info .info li + li {
    margin-left: 3rem;
  }
  .contact-info .info li.mail {
    margin-left: 0;
  }
}
.contact-info iframe {
  border-radius: 0.25rem;
  width: 100%;
  height: 550px;
  position: relative;
}
@media (min-width: 992px) {
  .contact-info iframe {
    max-width: 550px;
    top: -11rem;
    margin-bottom: -11rem;
  }
}

/* CONTACT FORM */
.contact-form {
  border-right: 1px solid #d5743a;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .contact-form {
    margin-top: 5.5rem;
  }
}
.contact-form > .form {
  max-width: 1180px;
}
.contact-form > .form > .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2.5rem;
}
.contact-form .col-form-label {
  color: #515151;
  letter-spacing: 0.05rem;
  padding: 0.5rem 0.75rem;
  padding-left: 0;
}
.contact-form .col-form-label span {
  color: #d5743a;
  margin-left: 0.25rem;
}
@media (min-width: 576px) {
  .contact-form .col-form-label {
    border-bottom: 1px solid #c1c0be;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .contact-form .col-form-label {
    font-size: 1.0625rem;
  }
}
.contact-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c1c0be;
  letter-spacing: normal;
  padding: 0.5rem 0.75rem;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #d5743a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9375rem;
}
.contact-form .form-control::-moz-placeholder {
  color: #b2b2b2;
  font-size: 0.9375rem;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9375rem;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 0.9375rem;
}
.contact-form .form-control::placeholder {
  color: #b2b2b2;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .contact-form .form-control {
    font-size: 1.0625rem;
  }
}
.contact-form .btn {
  border-radius: 50rem;
  border: 1px solid #d5743a;
  background-color: #d5743a;
  color: #ffffff;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 50px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 0;
}
.contact-form .btn:hover {
  background-color: #ffffff;
}

/*------------------------------------*\
    WECHAT
\*------------------------------------*/
#wechat .container {
  max-width: 100%;
}
@media (min-width: 992px) {
  #wechat .container {
    max-width: 960px;
  }
}
#wechat .navbar {
  border-bottom: 3px solid #3b3b3b;
  height: 70px;
}
#wechat .navbar-brand img {
  height: 40px;
}
#wechat .main {
  padding: 2rem 0;
}
#wechat .main > .container {
  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;
}
#wechat .main .pic {
  border-radius: 0;
  border: 1px solid #cdcdcd;
}
#wechat .main .title {
  color: #444444;
  font-size: 1.125rem;
  margin: 2rem 0 1rem;
}
#wechat .main .text {
  color: #999999;
  font-size: 0.8125rem;
  line-height: 1.5;
}