.tab_info {
  font-size: 0.18rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.tab_info ul {
  border-left: 1px solid #eee;
  display: flex;
}
.tab_info li {
  border-right: 1px solid #eee;
}
.tab_info a {
  padding: 0 0.3rem;
  height: 0.8rem;
  display: flex;
  position: relative;
  align-items: center;
}
.tab_info .on a {
  font-weight: bold;
  color: #62b434;
}
.tab_info .on a:after,
.tab_info li:hover a:after {
  content: "";
  border-bottom: 3px solid #62b434;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.aboutus {
  font-size: 0.16rem;
}
.aboutus .title {
  font-size: 0.36rem;
  line-height: 0.52rem;
  color: #000;
  font-weight: bold;
  font-family: Microsoft Yahei;
}
.aboutus .title:after {
  content: "";
  width: 0.28rem;
  height: 0.05rem;
  display: block;
  background: #62b434;
  margin-top: 0.2rem;
}
.aboutus .Company {
  padding: 0.5rem 0;
}
.aboutus .Company .bd {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.aboutus .Company .bd > div + div {
  margin-left: 0.4rem;
}
.aboutus .Company .bd p {
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.aboutus .Company .bd .pic {
  width: 5.39rem;
}
.aboutus .Company .ft {
  display: flex;
  font-size: 0.18rem;
  line-height: 0.48rem;
  color: #000;
  align-items: flex-end;
  background: url(../images/2_03.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.aboutus .Company .ft img {
  width: 2.61rem;
}
.aboutus .Company .ft dt {
  font-size: 0.24rem;
  font-weight: bold;
}
.aboutus .Company .ft dl {
  padding-bottom: 0.5rem;
}
/**/
.Corporate {
  padding: 0.8rem 0;
}
.Corporate .bd li {
  display: flex;
  font-size: 0.18rem;
  align-items: center;
  margin-top: 0.4rem;
}
.Corporate .bd li > div + div {
  margin-left: 0.4rem;
}
.Corporate .bd li .side {
  position: relative;
  padding: 0.32rem 0 0.32rem 1.15rem;
}
.Corporate .bd li .side::before {
  content: "";
  width: 3.97rem;
  height: 100%;
  position: absolute;
  background: #f8f8f8;
  left: 0;
  top: 0;
}
.Corporate .bd li:nth-child(even) {
  text-align: right;
}
.Corporate .bd li:nth-child(even) .side {
  padding: 0.32rem 1.15rem 0.32rem 0;
}
.Corporate .bd li:nth-child(even) .side::before {
  left: auto;
  right: 0;
}
.Corporate .bd li .img {
  width: 0.35rem;
}
.Corporate .bd li p {
  line-height: 0.36rem;
}
.Corporate .bd li h3 {
  margin-top: 0.15rem;
  font-size: 0.2rem;
}
.Corporate .bd li h3 span {
  display: block;
  color: #000;
  font-weight: bold;
}
.Corporate .bd li h3:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  background: #62b434;
  vertical-align: middle;
  margin: 0.1rem 0;
  height: 0.05rem;
}
/**/
.cooperation {
  padding: 0.8rem 0;
}
.cooperation .hd {
  line-height: 0.42rem;
  font-size: 0.18rem;
  margin-top: 0.6rem;
}
.cooperation .hd .side {
  margin-left: 0.6rem;
  position: relative;
}
.cooperation .hd .side::before {
  content: "";
  width: 2rem;
  height: 2rem;
  top: -0.13rem;
  left: -0.13rem;
  background: #62b434;
  position: absolute;
}
.cooperation .hd .side .pic {
  z-index: 5;
}
.cooperation .bd {
  margin-top: 0.35rem;
  text-align: center;
}
.cooperation .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.16rem;
}
.cooperation .bd ul li {
  width: 33.333%;
  padding: 0.16rem;
}
.cooperation .bd ul li .box {
  border: 1px solid #ddd;
  padding: 0.42rem 0;
}
.cooperation .bd ul li img {
  width: 0.5rem;
}
.cooperation .bd ul li h4 {
  font-size: 0.18rem;
  margin-top: 0.06rem;
}
.cooperation .bd ul li h4 span {
  font-size: 0.36rem;
  color: #000;
  font-family: DIN;
}
.cooperation .bd ul li p {
  color: #666;
  margin-top: 0.02rem;
}
.cooperation .bd ul li p:after {
  content: "";
  width: 0.4rem;
  height: 0.02rem;
  display: block;
  background: #aaaaaa;
  margin: 0.2rem auto 0;
}
/**/
.Culture {
  font-size: 0.18rem;
  padding: 0.8rem 0;
}
.Culture li {
  display: flex;
  align-items: center;
}
.Culture li + li {
  margin-top: 0.6rem;
}
.Culture li p {
  line-height: 0.36rem;
}
.Culture li .box {
  padding-left: 0.38rem;
}
.Culture li:nth-child(even) .box {
  padding: 0 0.38rem 0 0;
}
.Culture li h4 {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
}
.Culture li h4:after {
  content: "";
  width: 0.37rem;
  height: 0.02rem;
  background: #62b434;
  display: block;
  margin: 0.15rem 0;
}
.Culture li .video {
  height: 3.6rem;
}
.Culture li .more {
  color: #62b434;
  border: 1px solid #62b434;
  width: 1.22rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  border-radius: 0.5rem;
}
.Culture li .more:hover {
  color: #fff;
  background: #62b434;
}
.Culture li p {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/**/
.Packing {
  padding: 0.8rem 0;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.Packing .hd {
  margin: 0.25rem 0;
}
.Packing .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.14rem;
}
.Packing .bd ul li {
  width: 25%;
  padding: 0.14rem;
  text-align: center;
}
.Packing .bd ul li p {
  background: #f7f7f7;
  line-height: 0.58rem;
  margin-top: 0.08rem;
}
.Packing .ft {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  text-align: center;
  justify-content: space-between;
}
.Packing .ft dt {
  font-size: 0.24rem;
  font-family: DIN;
}
.Packing .ft dt:after {
  content: "";
  width: 0.16rem;
  height: 0.02rem;
  background: #62b434;
  margin: 0.08rem auto;
  display: block;
}
.Packing .ft span {
  width: 0.81rem;
  height: 0.81rem;
  line-height: 0.77rem;
  background-image: linear-gradient(to right bottom, #7dd24e, #66b938);
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -0.3rem;
  box-shadow: 0 0 10px #e5f9db;
  display: inline-block;
  margin-bottom: 0.15rem;
}
.Packing .ft span img {
  width: 0.4rem;
}
.Packing .ft dl {
  height: 1.97rem;
  width: 1.8rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0 0.2rem;
  background: #f7fef3;
  border: 1px solid #d0e3c5;
}
.Packing .ft i {
  display: block;
  width: 0.22rem;
  height: 0.2rem;
  background: url(../images/11_25.png) center no-repeat;
  background-size: 100% 100%;
}
.Packing .code {
  text-align: center;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.Packing .code .box + .box {
  margin-left: 1.06rem;
}
.Packing .code .img {
  background: #f3fbee;
  margin-bottom: 0.2rem;
  padding: 0.26rem;
}
.Packing .code .img img {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  width: 2.5rem;
}
/**/
.Contact {
  padding: 0.8rem 0 0;
}
.Contact .hd {
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding: 0.2rem 0;
}
.Contact .map {
  height: 5.96rem;
  background: #ccc;
}
.Contact .bd::before {
  content: "";
  background: #fafafa;
  position: absolute;
  bottom: 0;
  top: 1.25rem;
  left: 0;
  width: 100%;
}
.Contact .bd {
  padding: 0 0.6rem 0.6rem;
  transform: translateY(-1.25rem);
  position: relative;
  z-index: 99;
}
.Contact .bd .flex {
  background: #fff;
  position: relative;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0.05rem;
  z-index: 99;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.Contact .bd .flex .side {
  width: 3.5rem;
  height: 3.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #62b434;
}
.Contact .bd .flex .side dd {
  font-size: 0.3rem;
  margin-top: 0.06rem;
  letter-spacing: 0.03rem;
  font-weight: bold;
}
.Contact .bd .flex .side dd:after {
  content: "";
  width: 0.28rem;
  height: 0.02rem;
  background: #fff;
  margin-top: 0.45rem;
  display: block;
}
.Contact .bd .flex .flex_item {
  display: flex;
  align-items: center;
}
.Contact .bd .flex li {
  line-height: 0.3rem;
  padding: 0.22rem 0;
}
.Contact .bd .flex li + li {
  border-top: 1px solid #eee;
}
.Contact .bd .flex ul {
  padding: 0 0.4rem;
}
.Contact .bd .flex li dt {
  color: #62b434;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
}
.Contact .bd .flex li dt img {
  margin-right: 0.1rem;
  width: 0.25rem;
}
/**/
.Release {
  color: #000;
  padding: 0.8rem 0;
}
.Release .flex > .flex_item + .flex_item {
  margin-left: 0.35rem;
}
.Release .flex ul {
  margin: 0.5rem 0;
}
.Release .flex ul li {
  line-height: 0.48rem;
  display: flex;
  align-items: center;
}
.Release .flex ul li span {
  width: 1.6rem;
  color: #666;
}
.Release .flex .pic {
  background: #f7f7f7;
}
.Release .flex ol {
  display: flex;
  margin-top: 0.1rem;
}
.Release .flex ol li {
  flex: 1;
  background: #f6f6f6;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Release .flex ol li + li {
  margin-left: 0.1rem;
}
.Release .flex ol li img {
  width: 0.5rem;
}
.Release .flex h3 {
  font-size: 0.3rem;
  font-weight: bold;
}
.Release .flex h3:after {
  content: "";
  width: 0.45rem;
  background: #62b434;
  display: block;
  margin: 0.15rem 0;
  height: 0.03rem;
}
.Release .flex + .flex {
  margin-top: 0.6rem;
}
.Release .flex .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.22rem;
  height: 0.5rem;
  border: 1px solid #62b434;
  color: #62b434;
  border-radius: 0.5rem;
}
.Release .flex .more:hover {
  background: #62b434;
  color: #fff;
}
/**/
.Development {
  padding: 0.8rem 0;
  font-size: 0.2rem;
}
.Development .bd,
.Development .hd {
  margin-top: 0.5rem;
}
.Development .hd {
  text-align: center;
  position: relative;
  color: #666666;
}
.Development .hd p {
  font-size: 0.36rem;
}
.Development .hd img {
  margin-bottom: 0.1rem;
  width: 0.6rem;
  filter: grayscale(100%);
}
.Development .hd .swiper-slide {
  padding: 0.4rem 0;
  border: 1px solid transparent;
}
.Development .hd .swiper-slide-thumb-active {
  background: #f9fdf7;
  border-color: #eaf6e3;
}
.Development .hd .swiper-slide-thumb-active p {
  color: #62b434;
}
.Development .hd .swiper-slide-thumb-active .line i {
  border-color: #65b538;
}
.Development .hd .swiper-slide-thumb-active img {
  filter: grayscale(0%);
}
.Development .hd .swiper-button-next:after,
.Development .hd .swiper-button-prev:after {
  display: none;
}
.Development .hd .swiper-button-next {
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-left: 0.13rem solid #bfbfbf;
  margin-top: 0.1rem;
}
.Development .hd .swiper-button-prev {
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-right: 0.13rem solid #bfbfbf;
  margin-top: 0.1rem;
}
.Development .hd .line {
  margin: 0.25rem 0;
  position: relative;
}
.Development .hd .line::before {
  content: "";
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.Development .hd .line i {
  width: 0.26rem;
  height: 0.26rem;
  display: block;
  margin: 0 auto;
  border: 3px solid #dcdcdc;
  border-radius: 50%;
  background: #fff;
  z-index: 5;
  position: relative;
}
.Development .bd li {
  line-height: 0.48rem;
  margin-top: 0.4rem;
  display: flex;
}
.Development .bd li b {
  width: 0.95rem;
  color: #000;
}
.Development .bd li .flex_item {
  color: #666;
}
/**/
.products {
  font-size: 0.18rem;
}
.products .info {
  display: flex;
  padding: 0.4rem 0 0.8rem;
  align-items: flex-start;
}
.products .info .side {
  width: 3rem;
  margin-right: 0.4rem;
}
.products .info .side h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-family: Microsoft Yahei;
  height: 1rem;
  background: #99dd73;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.products .info .side h3::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  left: 0.08rem;
  top: 0.08rem;
  right: 0.08rem;
  bottom: 0.08rem;
}
.products .info .side ul > li {
  margin-top: 0.05rem;
  position: relative;
}
.products .info .side ul > li > a {
  height: 0.7rem;
  padding-left: 0.22rem;
  display: flex;
  align-items: center;
  background: #f4fbf1;
}
.products .info .side ul > li:hover > a,
.products .info .side ul > li.on > a {
  color: #fff;
  background: #62b434;
}
.products .info .side ul > li:hover .dropdown {
  display: block;
}
.products .info .side ul .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  width: 8.6rem;
  font-size: 0.16rem;
  display: none;
  z-index: 99;
  border: 1px solid #e9f6e2;
  box-shadow: 0 0 10px #e9f6e2;
  padding: 0.3rem;
  line-height: 0.55rem;
  background: #fff;
}
.products .info .side ul .dropdown ol {
  display: flex;
  flex-wrap: wrap;
}
.products .info .side ul .dropdown ol li {
  min-width: 25%;
}
.products .info .side ul .dropdown ol a:hover {
  text-decoration: underline;
}
.products .info .bd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: -0.19rem;
}
.products .info .bd ul li {
  width: 50%;
  line-height: 0.36rem;
  padding: 0.19rem;
}
.products .info .bd ul li .pic {
  border-radius: 0.1rem;
  background: #f8f8f8;
}
.products .info .bd ul li .pic span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #62b434;
  width: 0.9rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem 0;
}
.products .info .bd ul li dt {
  font-size: 0.2rem;
  margin-top: 0.18rem;
  color: #000;
}
.products .info .bd ul li dt:after {
  content: "";
  width: 0.45rem;
  height: 0.03rem;
  background: #62b434;
  display: block;
  margin: 0.15rem auto;
}
.products .info .title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.5rem;
}
.products .info .title::before {
  content: "";
  width: 0.28rem;
  height: 0.05rem;
  background: #62b434;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.products .info .title .flex_item {
  font-size: 0.24rem;
  font-family: Microsoft Yahei;
}
.products .info .title a {
  display: flex;
  align-items: center;
}
.products .info .title a i {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.06rem;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
}
.products .info .title a i:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.pages {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.pages a {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #ddd;
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a:hover {
  color: #fff;
  background: #62b434;
  border-color: #62b434;
}
.pages a:first-child {
  margin-right: 0.15rem;
}
.pages a:last-child {
  margin-left: 0.15rem;
}
.pages a .next {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.pages a .prev {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-width: 0 0 1px 1px;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/
.prodetail {
  font-size: 0.18rem;
}
.prodetail .back {
  background: #62b434;
  height: 0.8rem;
  display: flex;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1) inset;
  align-items: center;
}
.prodetail .back a {
  color: #fff;
  display: flex;
  align-items: center;
}
.prodetail .back a::before {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-top: 2px;
  border-width: 0 0 2px 2px;
  margin-right: 0.1rem;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.prodetail .one {
  margin-top: 0.3rem;
  display: flex;
  color: #000;
}
.prodetail .one .banner {
  width: 47%;
  position: relative;
  margin-right: 0.25rem;
}
.prodetail .one .banner img {
  width: 100%;
  background: #f7f7f7;
}
.prodetail .one .banner .mySwiper {
  margin-top: 0.1rem;
}

.prodetail .one .banner .mySwiper .swiper-slide-thumb-active {
  border: 1px solid #62b434;
}


.homepage .banner img{width:100%}

.prodetail .one h1 {
  font-weight: bold;
  font-size: 0.3rem;
}
.prodetail .one h1:after {
  content: "";
  width: 0.45rem;
  margin: 0.2rem 0;
  height: 0.03rem;
  background: #62b434;
  display: block;
}
.prodetail .one .bd p {
  font-size: 0.16rem;
}
.prodetail .one .bd ol {
  display: flex;
  text-align: center;
  margin-top: 0.15rem;
}
.prodetail .one .bd ol li {
  flex: 1;
  background: #f4faf0;
  padding: 0.2rem 0;
}
.prodetail .one .bd ol li img {
  width: 0.5rem;
  margin-bottom: 0.1rem;
}
.prodetail .one .bd ol li + li {
  margin-left: 0.15rem;
}
.prodetail .one .bd ul {
  margin-top: 0.25rem;
}
.prodetail .one .bd ul li {
  display: flex;
  align-items: center;
  line-height: 0.6rem;
}
.prodetail .one .bd ul li span {
  color: #666;
  width: 1.56rem;
}
.prodetail .two {
  padding: 0.7rem 0 0.8rem;
}
.prodetail .two .title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.26rem;
}
.prodetail .two .title span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #62b434;
}
.prodetail .two img {
  width: 100%;
}
.prodetail .two .bd ul {
  background: #fbfbfb;
  line-height: 0.6rem;
  padding: 0.25rem 0.48rem;
}
.prodetail .two .bd ul li {
  display: flex;
  align-items: center;
}
.prodetail .two .bd ul li .flex_item {
  color: #000;
}
.prodetail .two .bd ul li span {
  width: 1.75rem;
}
.prodetail .two .ft {
  margin-top: 0.36rem;
  text-align: center;
}
.prodetail .two .ft ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.12rem;
  padding-bottom: 0.36rem;
}
.prodetail .two .ft ul li {
  width: 25%;
  padding: 0.12rem;
}
.prodetail .two .ft ul dl {
  border: 2px solid #62b434;
  border-radius: 0.05rem;
  height: 3rem;
  padding: 0.3rem 0.2rem 0;
}
.prodetail .two .ft ul dl dd {
  line-height: 0.36rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodetail .two .ft ul dl dt {
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.prodetail .two .ft ul dl dt:after {
  content: "";
  width: 0.42rem;
  height: 0.03rem;
  background: #62b434;
  display: block;
  margin: 0.2rem auto;
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .title {
  text-align: center;
}
.homepage .title h2 {
  font-size: 0.36rem;
  color: #000;
  position: relative;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.homepage .title p {
  line-height: 0.32rem;
}
.homepage .title h2:after {
  content: "";
  border-bottom: 1px solid #a2a2a2;
  width: 0.8rem;
  margin: 0.25rem auto 0;
  display: block;
}
.homepage .title h2::before {
  content: "";
  height: 0.03rem;
  width: 0.3rem;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  background: #62b434;
}
.homepage .one {
  padding: 0.8rem 0;
}
.homepage .one .flex {
  align-items: stretch;
  margin-top: 0.4rem;
}
.homepage .one .flex ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.23rem -0.15rem;
}
.homepage .one .flex ul li {
  width: 50%;
  font-size: 0.18rem;
  text-align: center;
  padding: 0.23rem 0.15rem;
}
.homepage .one .flex ul li .pic {
  background: #f6fbf3;
  margin-bottom: 0.15rem;
}
.homepage .one .bd {
  margin-left: 0.3rem;
  position: relative;
  text-transform: uppercase;
  background: #fbfff8;
  border: 3px solid #addd92;
}
.homepage .one .bd .img {
  position: absolute;
  bottom: 0;
  width: 3.59rem;
  right: -0.83rem;
}
.homepage .one .bd .in {
  padding: 1rem 1rem 0 0.5rem;
}
.homepage .one .bd p {
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.homepage .one .bd h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.homepage .one .bd h3 b {
  font-family: Microsoft Yahei;
  color: #62b434;
}
.homepage .one .bd .more {
  position: absolute;
  bottom: 1.1rem;
  border-radius: 50%;
  border: 2px solid #72bc49;
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  left: 0.5rem;
}
.homepage .one .bd .more:hover {
  background: #72bc49;
}
.homepage .one .bd .more:hover img {
  filter: brightness(0) invert(1);
}
.homepage .one .bd .more img {
  width: 0.2rem;
  transition: all 0s;
}
.homepage .two .title {
  padding: 0 0.7rem;
  margin-bottom: 0.8rem;
}
.homepage .two .title p {
  text-align: left;
}
.homepage .two ul {
  display: flex;
  position: relative;
  margin-left: -0.93rem;
}
.homepage .two ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.18rem;
  background: rgba(99, 181, 54, 0.7);
  height: 1.8rem;
}
.homepage .two ul li + li {
  margin-left: 2px;
  background: rgba(35, 177, 61, 0.55);
}
.homepage .two ul li span {
  margin-right: 0.15rem;
  background: #fff;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .two ul li img {
  width: 0.47rem;
}
.homepage .two .more {
  margin: 0.86rem auto 0;
  width: 1.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.56rem;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
}
.homepage .two .more:hover {
  color: #fff;
  background: #62b434;
}
.homepage .three {
  padding: 0.8rem 0;
}
.homepage .three .bd {
  margin-top: 0.4rem;
}
.homepage .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.13rem;
}
.homepage .three .bd ul li {
  width: 33.333%;
  padding: 0.13rem;
  font-size: 0.18rem;
  color: #000;
  line-height: 0.36rem;
}
.homepage .three .bd ul li p {
  margin-top: 0.4rem;
}
.homepage .three .bd ul .box {
  position: relative;
}
.homepage .three .bd ul .box span {
  position: absolute;
  left: 0.5rem;
  bottom: -0.3rem;
  background: #fff;
  font-family: Microsoft Yahei;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #72bc49;
  font-weight: bold;
  height: 0.6rem;
  box-shadow: 0 0.05rem 0.1rem #e7f5e0;
  right: 0.5rem;
}
#outBox {
}

.normalBox {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}
.normalBox .w {
  display: none;
}
.botBox {
  padding-top: 0.14rem;
}
.botBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.07rem;
}
.botBox ul li {
  width: 25%;
  padding: 0.07rem;
}
.botBox ul li img {
  border: 1px solid #fff;
  width: 100%;
}
.leftBox .bord img {
  border-color: #62b434 !important;
}
.moveBox {
  width: 200px;
  height: 200px;
  background: rgba(222, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move;
}
.magBox {
  width: 540px;
  height: 540px;
  border: 1px solid #f2f2f2;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
  display: none;
}

.magBox ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#n,
.m {
  display: block !important;
}
