@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 42.66666667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 53.33333333px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 56.53333333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.33333333px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 96px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: Arial, "Microsoft YaHei";
  color: #333;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
input,
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clearFix::before,
.clearFix::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
.m_l10 {
  margin-left: 10px;
}
.m_r10 {
  margin-right: 10px;
}
.m_t10 {
  margin-top: 10px;
}
.m_b10 {
  margin-bottom: 10px;
}
/*°æÐÄ*/
.ls-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 0.88rem;
  padding-bottom: 0.98rem;
  overflow: hidden;
}
.topBar {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  position: fixed;
  height: 0.88rem;
  top: 0;
  background-color: #0f9c3c;
  z-index: 99999999;
  border-bottom: 1px solid #fff;
}
.topBar img {
  width: 0.93rem;
  display: block;
  top: 0.08rem;
  left: 0.2rem;
  position: absolute;
}
.topBar .topNav {
  position: absolute;
  height: auto;
  right: 0.2rem;
  top: 0.1rem;
  width: 0.44rem;
  height: 0.51rem;
  cursor: pointer;
}
.topBar .topNav span {
  display: block;
  width: 0.44rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-color: #fff;
  margin-top: 0.13rem;
}
@keyframes shows {
  form {
    right: -400px;
  }
  to {
    right: 0;
  }
}
.navList.shows {
  animation: shows .3s linear forwards;
  display: block;
}
.navList {
  width: 50%;
  background-color: #fafafa;
  position: fixed;
  right: -400px;
  padding: 0 0.2rem;
  height: 100%;
  z-index: 9999999999;
  border-left: 1px solid #ccc;
  display: none;
}
.navList .close {
  width: 0.4rem;
  height: 0.88rem;
  background: #fafafa;
  position: absolute;
  border-radius: 50% 0 0 50%;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.5rem;
  border: 1px solid #ccc;
  border-right: 0;
}
.navList .navBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.navList .navBox ul li ol {
  background-color: #f0f0f0;
  padding: 0 0.2rem;
  display: none;
  transition: .3s all;
}
.navList .navBox ul li ol a {
  width: 100%;
  display: block;
  text-align: center;
  color: #333;
  line-height: 0.8rem;
  font-size: 0.26rem;
  border-bottom: 1px solid #ccc;
}
.navList a {
  width: 100%;
  display: block;
  text-align: center;
  color: #333;
  line-height: 0.8rem;
  font-size: 0.28rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.navList a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ls-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ls-banner ul:first-child {
  width: 400%;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
}
.ls-banner ul:first-child li {
  width: 25%;
  float: left;
}
.ls-banner ul:first-child li a {
  display: block;
  width: 100%;
}
.ls-banner ul:first-child li a img {
  display: block;
  width: 100%;
}
.ls-banner ul:last-child {
  position: absolute;
  width: 22px;
  height: 6px;
  left: 50%;
  margin-left: -11px;
  bottom: 6px;
}
.ls-banner ul:last-child li {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #0f9c3c;
  margin-left: 10px;
  float: left;
}
.ls-banner ul:last-child li:first-child {
  margin-left: 0;
}
.ls-banner ul:last-child li.now {
  background: #0f9c3c;
}
.ls-product {
  width: 100%;
  padding-top: 0.6rem;
  text-align: center;
  padding-bottom: 0.4rem;
}
.ls-product h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
}
.ls-product span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #999;
}
.ls-product ul {
  margin-top: 0.4rem;
  border-top: 1px solid #ccc;
  margin-bottom: 0.4rem;
}
.ls-product ul li {
  width: 50%;
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 0.1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
}
.ls-product ul li:nth-child(2n) {
  border-right: 0;
}
.ls-product ul li div {
  width: 100%;
  height: 2.18rem;
  overflow: hidden;
}
.ls-product ul li div img {
  width: 100%;
}
.ls-product ul li h3 {
  font-size: 0.28rem;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.ls-product ul li p {
  font-size: 0.24rem;
  color: #999;
  font-weight: lighter;
  line-height: 0.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ls-product .ls-more {
  display: block;
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin: auto;
  background-color: #0f9c3c;
  color: #fff;
  border-radius: 0.2rem;
}
.ls-abouts {
  background-color: #fafafa;
  width: 100%;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.ls-abouts h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
}
.ls-abouts span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #999;
}
.ls-abouts p {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.4rem;
  font-weight: lighter;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.ls-abouts .ls-more {
  display: block;
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin: auto;
  background-color: #0f9c3c;
  color: #fff;
  border-radius: 0.2rem;
}
.ls-shop {
  background-color: #0f9c3c;
  width: 100%;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.ls-shop h2 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: normal;
}
.ls-shop span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #fff;
}
.ls-shop .ls-map {
  width: 100%;
  margin-bottom: 0.4rem;
}
.ls-shop .ls-map img {
  width: 100%;
}
.ls-shop .ls-more {
  display: block;
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin: auto;
  background-color: #fff;
  color: #0f9c3c;
  border-radius: 0.2rem;
}
.news {
  width: 100%;
  padding: 0.4rem 0.2rem;
  margin-top: 0.4rem;
}
.news h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.news span {
  display: block;
  font-size: 0.24rem;
  font-weight: lighter;
  color: #999;
  text-align: center;
}
.news ul {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.news ul li {
  border-bottom: 1px dashed #ccc;
  padding: 0.2rem;
}
.news ul li i {
  font-size: 0.24rem;
  color: #0f9c3c;
  font-style: normal;
}
.news ul li h3 {
  font-size: 0.28rem;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.news ul li p {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  color: #999;
  font-weight: lighter;
  line-height: 0.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .ls-more {
  display: block;
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin: auto;
  background-color: #0f9c3c;
  color: #fff;
  border-radius: 0.2rem;
}
.feature {
  background-color: #0f9c3c;
  width: 100%;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.feature h2 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: normal;
}
.feature span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #fff;
}
.feature img {
  width: 100%;
  margin-top: 0.4rem;
}
.phone {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  text-align: center;
  position: fixed;
  bottom: 0;
  height: 0.98rem;
  line-height: 0.98rem;
  background-color: #0f9c3c;
  color: #fff;
  border-top: 1px solid #fff;
}
.phone i {
  display: inline-block;
  font-size: 0.48rem;
  background-color: #0b8331;
  vertical-align: middle;
  width: 0.98rem;
  height: 0.98rem;
  line-height: 0.98rem;
  margin-right: 0.4rem;
}
.phone a {
  font-size: 0.36rem;
  color: #fff;
  vertical-align: middle;
}
.child-top {
  width: 100%;
}
.child-top img {
  width: 100%;
}
.cul {
  width: 100%;
  padding: 0.4rem 0.2rem;
}
.cul h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.cul span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #999;
  text-align: center;
  display: block;
}
.cul ul {
  padding: 0.3rem 0;
}
.cul ul li {
  padding: 0.2rem;
  border: 1px dashed #0f9c3c;
  border-radius: 0.1rem;
  margin: 0.1rem 0;
  height: 1.6rem;
}
.cul ul li i {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}
.cul ul li i img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.cul ul li h3 {
  font-size: 0.28rem;
  font-weight: normal;
  color: #0f9c3c;
}
.cul ul li p {
  font-size: 0.24rem;
  color: #0f9c3c;
  font-weight: lighter;
  line-height: 0.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact {
  width: 100%;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.contact h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
}
.contact span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #999;
  display: block;
  margin-bottom: 0.4rem;
}
.contact p {
  font-size: 0.24rem;
  line-height: 0.5rem;
}
.contact p i {
  display: inline-block;
  width: 0.04rem;
  height: 0.16rem;
  background-color: #0f9c3c;
  margin-right: 0.1rem;
}
.contact .conMap {
  width: 100%;
  height: 3rem;
  background-color: #0f9c3c;
  margin-top: 0.3rem;
}
.childes {
  width: 100%;
  padding: 0.4rem 0.2rem;
}
.childes h2 {
  font-size: 0.32rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.2rem;
}
.childes span {
  font-size: 0.24rem;
  font-weight: lighter;
  color: #999;
  display: inline-block;
  text-align: center;
}
.childes span span {
  color: #0f9c3c;
}
.childes p {
  font-size: 0.24rem;
  color: #666;
  font-weight: lighter;
  line-height: 0.4rem;
  overflow: hidden;
  margin: 0.1rem 0;
}
.childes img {
  width: 100%;
}
.sizer {
  background-color: #fafafa;
  padding: 0 0.2rem;
  padding-top: 1.48rem;
  height: 100%;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
}
.sizer ul li {
  width: 33.33%;
  float: left;
  padding: 0 0.2rem;
}
.sizer ul li a {
  display: block;
  background-color: #0f9c3c;
  border-radius: 60rem;
  color: #fff;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
}
<!--ºÄÊ±1774207073.3864Ãë-->