* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #333;
  text-decoration: none;
}
ul {
  list-style: none;
}
@media (min-width: 1200px) {
  .sm {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .lg {
    display: none !important;
  }
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bgcolor-13 {
  background: #fafafa;
}
.bgcolor-14 {
  background: #fff;
}
.container-2k {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1920px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container-2k {
    max-width: 1920px;
  }
}
.nav li:hover,
.nav li.active {
  background: #90c42f;
}
.navbar-transparency {
  background: transparent !important;
}
.footer {
  margin-top: 2px;
  color: #fff;
}
.footer .top {
  margin-bottom: 0;
}
.footer .top li {
  width: 12.5%;
  overflow: hidden;
}
.footer .top li img {
  margin: auto;
  width: 100%;
}
.footer .bottom {
  padding: 2.1379% 0;
  background: #141414;
}
.footer .bottom a {
  color: #fff;
}
.footer .bottom .footer-nav img {
  width: 50%;
}
.footer .bottom .footer-nav .nav-list {
  margin-top: 1.25rem;
}
.footer .bottom .footer-nav .nav-list a {
  padding: 0.625rem;
}
.footer .bottom .footer-nav .nav-list a:first-child {
  padding-left: 0;
}
.footer .bottom .info p {
  white-space: normal;
  width: 21.875rem;
}
.footer .bottom .link i {
  font-size: 3.125rem;
}
.category {
  height: 105px;
  text-align: left;
}
.category .title {
  font-size: 34px;
  color: #333333;
  line-height: 105px;
}
.category .title span {
  margin-left: 10px;
  color: #444444;
}
.btn-loadmore {
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #4b4b4f;
}
.nomore {
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #4b4b4f;
}
@media (max-width: 1200px) {
  .btn-loadmore {
    display: block;
    height: 6.93333333vw;
    line-height: 6.93333333vw;
    text-align: center;
    color: #4b4b4f;
  }
  .nomore {
    display: block;
    height: 6.93333333vw;
    line-height: 6.93333333vw;
    text-align: center;
    color: #4b4b4f;
  }
}
.colorred {
  color: #ff0000;
}
.listProCategory {
  height: 19.375rem;
  background-color: transparent;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-Attachment: scroll;
  color: #fff;
}
.listProCategory h1 {
  padding-top: 6.25rem;
  font-size: 3.125rem;
}
.title {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .category {
    padding: 0 4vw;
    height: 21.33333333vw;
    text-align: left;
  }
  .category .title {
    font-size: 8.53333333vw;
    color: #333333;
    line-height: 21.33333333vw;
  }
  .category .title span {
    margin-left: 2.66666667vw;
    color: #444444;
  }
}
.about {
  padding: 110px 0;
}
.about .title {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .about {
    padding: 8vw 4vw;
  }
  .about .title {
    padding: 2.66666667vw 0;
    font-size: 4.26666667vw;
    text-align: center;
  }
  .about .content p span {
    font-size: 3.73333333vw !important;
  }
}
.lce {
  background: #f2f2f2;
  padding: 110px 0;
}
.lce .lceCont {
  display: flex;
  justify-content: space-around;
}
.lce .lceCont .item a {
  display: flex;
  align-items: center;
  width: 155px;
  margin: auto;
}
.lce .lceCont .item a img {
  height: auto;
}
.lce .lceCont .item h3 {
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 1200px) {
  .lce {
    background: #f2f2f2;
    padding: 8vw 4vw;
  }
  .lce .lceCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .lce .lceCont .item {
    width: 50%;
    margin-bottom: 2.66666667vw;
  }
  .lce .lceCont .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 38.66666667vw;
    height: 55.2vw;
    margin: auto;
  }
  .lce .lceCont .item a img {
    margin: auto;
    height: auto;
  }
  .lce .lceCont .item h3 {
    margin-top: 15px;
    font-size: 3.73333333vw;
    text-align: center;
  }
}
.content .info {
  padding: 50px 0;
}
.content .info .botton {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  height: 45px;
}
.content .info .botton .item {
  margin: auto 0;
}
.content .info .botton .item img {
  width: 18px;
}
@media (max-width: 1200px) {
  .content {
    padding: 4vw;
  }
  .content .info {
    padding: 0;
  }
  .content .info .title {
    font-size: 4.26666667vw;
    text-align: center;
  }
  .content .info .botton {
    margin-top: 5.33333333vw;
    display: block;
    height: auto;
  }
  .content .info .botton .item {
    margin: auto 0;
    margin-top: 4vw;
    height: 4.8vw;
    line-height: 4.8vw;
  }
  .content .info .botton .item img {
    margin-right: 2.66666667vw;
    width: 4.8vw;
  }
}
.message {
  padding: 60px 0;
  background: #f2f2f2;
}
.message .formCont {
  margin-top: 25px;
}
.message .formCont li {
  margin-bottom: 25px;
}
.message .formCont .from-Describe {
  padding-bottom: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.message .formCont .input,
.message .formCont textarea {
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  width: 100%;
  padding: 0 10px 0 16px;
  box-sizing: border-box;
  min-height: 30px;
  border-radius: 3px;
}
.message .formCont .input.verify,
.message .formCont textarea.verify {
  width: 200px;
}
.message .formCont .captcha {
  width: 120px;
}
.message .formCont textarea {
  height: 100px;
}
.message .submit {
  padding: 15px 25px;
  background: #333333;
  color: #fff;
  border: 0px;
}
.message .submit:hover {
  background: #90c42f;
  color: #000;
}
@media (max-width: 1200px) {
  .message {
    padding: 5.33333333vw 4vw;
    background: #f2f2f2;
  }
  .message .formCont {
    margin-top: 2.66666667vw;
  }
  .message .formCont li {
    margin-bottom: 2.66666667vw;
  }
  .message .formCont .from-Describe {
    padding-bottom: 4vw;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 3.73333333vw;
    line-height: 1.5;
  }
  .message .formCont .input,
  .message .formCont textarea {
    line-height: 10.13333333vw;
    font-size: 3.73333333vw;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 2.66666667vw 0 4.26666667vw;
    box-sizing: border-box;
    min-height: 8vw;
    border-radius: 3px;
  }
  .message .formCont .input.verify,
  .message .formCont textarea.verify {
    width: 58.66666667vw;
  }
  .message .formCont .input:focus-visible,
  .message .formCont textarea:focus-visible {
    outline-color: #90c42f;
  }
  .message .formCont .captcha {
    width: 32vw;
  }
  .message .formCont textarea {
    height: 26.66666667vw;
  }
  .message .submit {
    padding: 4vw 6.66666667vw;
    background: #333333;
    color: #fff;
    border: 0px;
  }
  .message .submit:hover {
    background: #90c42f;
    color: #000;
  }
}
.bread-nav {
  padding-top: 15px;
}
.about.show_pro {
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .bread-nav {
    padding: 4vw;
    padding-bottom: 0;
  }
  .about.show_pro {
    padding: 4vw;
  }
}
/*# sourceMappingURL=about.css.map */