@charset "utf-8";
.x-container {
  margin: 0 1.5rem 0 1.3rem;
}
@media (max-width: 1260px) {
  .x-container {
    width: 84%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .x-container {
    width: 89.333333%;
  }
}
.not-found {
  width: 100%;
  height: 100vh;
  position: relative;
}
.not-found .bg {
  width: 100%;
  height: 100%;
}
.not-found .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.not-found .img {
  width: 68.11%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.not-found .img img {
  width: 100%;
}
.info-banner {
  width: 100%;
  height: 6.44rem;
  position: relative;
}
@media (max-width: 1580px) {
  .info-banner {
    height: 7.6rem;
  }
}
.info-banner .img {
  width: 100%;
  height: 100%;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .info-banner .img img.pc-banner {
    display: none;
  }
}
.info-banner .img img.mobile-banner {
  display: none;
}
@media (max-width: 767px) {
  .info-banner .img img.mobile-banner {
    display: block;
  }
}
.info-banner .tbox {
  position: absolute;
  left: 0;
  top: 37.26%;
  width: 100%;
}
.info-banner .tbox .x-container .title {
  font-size: 0.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.info-banner .tbox .x-container .txt {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 0.36rem;
}
@media (max-width: 1580px) {
  .info-banner .tbox .x-container .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-banner .tbox .x-container .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.Legal {
  width: 100%;
  padding: 1.22rem 0;
}
.Legal .x-container .Legal-txt {
  font-size: 20px;
  line-height: 38px;
  color: #000;
}
@media (max-width: 1580px) {
  .Legal .x-container .Legal-txt {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .Legal .x-container .Legal-txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Legal .x-container .Legal-txt {
    font-size: 14px;
  }
}
.Sitemap {
  width: 100%;
  height: 100vh;
  position: relative;
}
.Sitemap .bg {
  width: 100%;
  height: 100%;
}
.Sitemap .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Sitemap .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 2.04rem;
}
.Sitemap .tbox .x-container .t1 {
  font-size: 0.4rem;
  line-height: 1;
  color: #fff;
}
.Sitemap .tbox .x-container .list {
  width: 100%;
  margin-top: 1.04rem;
}
.Sitemap .tbox .x-container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Sitemap .tbox .x-container .list ul li {
  margin-right: 1.1rem;
}
@media (max-width: 767px) {
  .Sitemap .tbox .x-container .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.Sitemap .tbox .x-container .list ul li:last-child {
  margin-right: 0;
}
.Sitemap .tbox .x-container .list ul li .a-link1 {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .Sitemap .tbox .x-container .list ul li .a-link1 {
    font-size: 18px;
  }
}
.Sitemap .tbox .x-container .list ul li .a-link2 {
  display: block;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0.26rem;
}
.news {
  width: 100%;
  padding: 1.45rem 0 2.12rem;
}
.news .x-container .news-list {
  width: 100%;
}
.news .x-container .news-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news .x-container .news-list ul li {
  width: 46.8%;
  margin-right: 6.4%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0.78rem;
}
.news .x-container .news-list ul li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .news .x-container .news-list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.news .x-container .news-list ul li a {
  display: block;
}
.news .x-container .news-list ul li a .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .x-container .news-list ul li a .img::before {
  content: '';
  width: 100%;
  padding-top: 50.97%;
  display: block;
}
.news .x-container .news-list ul li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: all 0.5s;
}
.news .x-container .news-list ul li a .tbox {
  width: 100%;
  padding: 0.58rem 0 0.7rem;
}
.news .x-container .news-list ul li a .tbox .time {
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}
.news .x-container .news-list ul li a .tbox .title {
  font-size: 24px;
  line-height: 30px;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.17rem;
}
.news .x-container .news-list ul li a .tbox .txt {
  width: 100%;
  line-height: 26px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.26rem;
  padding-right: 1rem;
}
.news .x-container .news-list ul li a .tbox .bg-2 {
  margin-top: 0.54rem;
}
.news .x-container .news-list ul li a .tbox .more {
  margin-top: 0.54rem;
  width: 1.62rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  color: #000;
  transition: all ease-out 0.3s;
}
.news .x-container .news-list ul li a .tbox .more:hover {
  background: #edf6f4;
  border: 1px solid #edf6f4;
  color: #415c2d;
}
.news .x-container .news-list ul li a:hover .img img {
  transform: scale(1.1);
}
.news .x-container .page-list {
  margin-top: 0.55rem;
}
.news .x-container .page-list ul {
  margin-top: 0.4rem;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-list {
    flex-direction: column-reverse;
  }
}
.page-list ul {
  display: flex;
}
.page-list ul li {
  margin-right: 5px;
}
.page-list ul li a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf6f4;
  transition: all ease-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
@media (max-width: 767px) {
  .page-list ul li a {
    width: 40px;
    height: 40px;
  }
}
.page-list ul li a:hover,
.page-list ul li a.on {
  background: #415c2d;
  color: #fff;
}
.page-list .get-more {
  padding: 0 0.54rem;
  height: 54px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #415c2d;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .page-list .get-more {
    height: 40px;
  }
}
.page-list .get-more:hover {
  background: #314e1b;
}
.news-info {
  width: 100%;
  padding: 0.92rem 0 1.15rem;
}
.news-info .x-container .info-box {
  width: 100%;
}
.news-info .x-container .info-box .top {
  width: 100%;
}
.news-info .x-container .info-box .top .title {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .top .title {
    line-height: 0.5rem;
  }
}
.news-info .x-container .info-box .top .other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .top .other {
    flex-wrap: wrap;
  }
}
.news-info .x-container .info-box .top .other .time {
  color: #282828;
  line-height: 24px;
}
.news-info .x-container .info-box .top .other .time span {
  color: #363636;
}
.news-info .x-container .info-box .top .other .share {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .top .other .share {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.news-info .x-container .info-box .top .other .share .bshare-custom a {
  height: 40px;
  padding-left: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: all ease-out 0.3s;
  display: inline-block;
}
.news-info .x-container .info-box .top .other .share .bshare-custom .bshare-weixin {
  background: #eaeaea url(../images/share-wx.svg) center center no-repeat;
  background-size: 26px;
}
.news-info .x-container .info-box .top .other .share .bshare-custom .bshare-weixin:hover {
  background: #415c2d url(../images/share-wx1.svg) center center no-repeat;
  background-size: 26px;
}
.news-info .x-container .info-box .top .other .share .bshare-custom .bshare-qzone {
  background: #eaeaea url(../images/share-QQ.svg) center center no-repeat;
  background-size: 26px;
}
.news-info .x-container .info-box .top .other .share .bshare-custom .bshare-qzone:hover {
  background: #415c2d url(../images/share-QQ1.svg) center center no-repeat;
  background-size: 26px;
}
.news-info .x-container .info-box .top .other .share .bshare-custom .bshare-sinaminiblog {
  background: #eaeaea url(../images/share-wb.svg) center center no-repeat;
  background-size: 22px;
}
.news-info .x-container .info-box .top .other .share .bshare-custom .bshare-sinaminiblog:hover {
  background: #415c2d url(../images/share-wb1.svg) center center no-repeat;
  background-size: 22px;
}
.news-info .x-container .info-box .txt {
  width: 100%;
  margin-top: 0.26rem;
  border-top: 1px solid #e0e0e0;
  line-height: 36px;
  color: #000000;
  padding: 0.75rem 0 0.73rem;
}
.news-info .x-container .info-box .txt img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .txt {
    line-height: 26px;
  }
}
.news-info .x-container .info-box .ckbox {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0.77rem;
}
.news-info .x-container .info-box .ckbox .left {
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .ckbox .left {
    width: 100%;
    max-width: initial;
  }
}
.news-info .x-container .info-box .ckbox .left a {
  padding: 0.05rem 0.33rem;
  line-height: 0.44rem;
  border-radius: 0.27rem;
  background: #f1f1f1;
  display: inline-flex;
  align-items: center;
  color: #000;
  transition: all ease-out 0.3s;
  margin-bottom: 0.43rem;
  width: 100%;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .ckbox .left a {
    padding: 0.15rem 0.33rem;
    line-height: 0.34rem;
    font-size: 12px;
  }
}
.news-info .x-container .info-box .ckbox .left a:last-child {
  margin-bottom: 0;
}
.news-info .x-container .info-box .ckbox .left a:hover {
  background: #edf6f4;
  color: #415c2d;
}
.news-info .x-container .info-box .ckbox .backList {
  height: 0.54rem;
  font-size: 14px;
  color: #000;
  border: 1px solid #b2b2b2;
  border-radius: 0.27rem;
  padding: 0 0.54rem;
  display: flex;
  align-items: center;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .ckbox .backList {
    margin: 0.5rem auto 0;
  }
}
.news-info .x-container .info-box .ckbox .backList:hover {
  background: #edf6f4;
  border: 1px solid #edf6f4;
  color: #415c2d;
}
@media (max-width: 767px) {
  .news-info .x-container .info-box .ckbox .bg-2 {
    margin: 0.5rem auto 0;
  }
}
.contact {
  width: 100%;
  padding: 0.94rem 0 2.17rem;
}
.contact .x-container .contact-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .x-container .contact-box .left {
  width: 53%;
}
@media (max-width: 767px) {
  .contact .x-container .contact-box .left {
    width: 100%;
  }
}
.contact .x-container .contact-box .left .t1 {
  font-size: 0.4rem;
  color: #000;
  line-height: 0.6rem;
}
.contact .x-container .contact-box .left .t2 {
  line-height: 30px;
  margin-top: 0.15rem;
}
.contact .x-container .contact-box .left form {
  width: 100%;
  margin-top: 0.54rem;
}
.contact .x-container .contact-box .left form .ckbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact .x-container .contact-box .left form .ckbox .cts {
  color: #000;
  line-height: 30px;
  margin-right: 0.34rem;
}
@media (max-width: 767px) {
  .contact .x-container .contact-box .left form .ckbox .cts {
    width: 100%;
  }
}
.contact .x-container .contact-box .left form .ckbox span {
  margin-right: 0.54rem;
  display: flex;
  align-items: center;
}
.contact .x-container .contact-box .left form .ckbox input[type="radio"] {
  width: 12px;
  height: 12px;
  position: relative;
  display: flex;
}
.contact .x-container .contact-box .left form .ckbox input[type="radio"]:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #9c9c9c;
  display: inline-block;
  border-radius: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.contact .x-container .contact-box .left form .ckbox input[type="radio"]:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #456032;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
}
.contact .x-container .contact-box .left form .ckbox input[type="radio"]:checked:after {
  content: "";
  width: 4px;
  height: 4px;
  text-align: center;
  background: #456032;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contact .x-container .contact-box .left form .ckbox input[type="radio"]:checked + label {
  color: #000;
}
.contact .x-container .contact-box .left form .ckbox label {
  color: #666;
  padding-left: 0.17rem;
}
.contact .x-container .contact-box .left form .ts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.contact .x-container .contact-box .left form .ts .ts1 {
  width: 44.24%;
  height: 0.46rem;
  border-bottom: 2px solid #e1e1e1;
  padding-left: 0.15rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.contact .x-container .contact-box .left form .ts .ts1::placeholder {
  color: #888;
}
.contact .x-container .contact-box .left form .ts .ts2 {
  width: 100%;
  height: 2.56rem;
  border-radius: 5px;
  background: #f2f2f2;
  color: #000;
  line-height: 24px;
  padding: 0.28rem 0.32rem;
}
.contact .x-container .contact-box .left form .ts .ts2::placeholder {
  color: #888;
}
.contact .x-container .contact-box .left form .sub {
  height: 0.52rem;
  border-radius: 0.26rem;
  font-size: 14px;
  color: #415c2d;
  margin-top: 0.48rem;
  float: right;
}
.contact .x-container .contact-box .right {
  width: 28.07%;
  padding-top: 0.73rem;
}
@media (max-width: 767px) {
  .contact .x-container .contact-box .right {
    width: 100%;
  }
}
.contact .x-container .contact-box .right .tbox {
  width: 100%;
}
.contact .x-container .contact-box .right .tbox .ts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  margin-bottom: 0.4rem;
}
.contact .x-container .contact-box .right .tbox .ts span {
  color: #000;
  width: 100%;
  display: block;
}
.contact .x-container .contact-box .right .ewm {
  width: 100%;
  margin-top: 0.6rem;
}
.contact .x-container .contact-box .right .ewm span {
  width: 100%;
  color: #000;
  line-height: 30px;
  display: block;
}
.contact .x-container .contact-box .right .ewm .img {
  width: 2.1rem;
  position: relative;
  border: 1px solid #dbdbdb;
  margin-top: 0.2rem;
}
.contact .x-container .contact-box .right .ewm .img::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.contact .x-container .contact-box .right .ewm .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.Traceability {
  width: 100%;
  position: relative;
}
.Traceability .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Traceability .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.Traceability .box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.Traceability .box .x-container {
  position: relative;
  padding: 2.63rem 0 1.94rem;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container {
    padding: 1.63rem 0 1.94rem;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container {
    padding: 2.63rem 0 1.94rem;
  }
}
.Traceability .box .x-container .svg {
  width: 63.73%;
  position: absolute;
  top: 5.95rem;
  left: 21.5%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .svg {
    top: 3.95rem;
  }
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .svg {
    display: none;
  }
}
.Traceability .box .x-container .svg::before {
  content: '';
  width: 100%;
  padding-top: 333.33%;
  display: block;
}
@media (max-width: 1366px) {
  .Traceability .box .x-container .svg::before {
    padding-top: 353.33%;
  }
}
.Traceability .box .x-container .svg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Traceability .box .x-container .top {
  width: 100%;
  text-align: center;
}
.Traceability .box .x-container .top .title {
  font-size: 0.54rem;
  line-height: 0.6rem;
  color: #fff;
}
.Traceability .box .x-container .top .txt {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .top .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .top .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.Traceability .box .x-container .list {
  width: 100%;
  margin-top: 3.87rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list {
    margin-top: 2.87rem;
  }
}
.Traceability .box .x-container .list ul {
  width: 100%;
}
.Traceability .box .x-container .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Traceability .box .x-container .list ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.Traceability .box .x-container .list ul li .img {
  position: relative;
}
.Traceability .box .x-container .list ul li .img:hover span img {
  transform: scale(1.1);
}
.Traceability .box .x-container .list ul li .img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #e0e0e0;
  animation: scale1 1.6s linear infinite, blobber 50s 0s ease-in-out infinite;
}
.Traceability .box .x-container .list ul li .img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #e0e0e0;
  animation: scale1 1.6s 0.8s linear infinite, blobber 50s 0s ease-in-out infinite;
}
.Traceability .box .x-container .list ul li .img span {
  width: 100%;
  display: block;
  border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
  animation: blobber 50s 0s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
.Traceability .box .x-container .list ul li .img span::before {
  content: '';
  width: 100%;
  display: block;
}
.Traceability .box .x-container .list ul li .img span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 0.5s all;
}
.Traceability .box .x-container .list ul li .tbox {
  max-width: 50%;
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li .tbox {
    width: 100%;
    max-width: initial;
    margin-top: 0.3rem;
  }
}
.Traceability .box .x-container .list ul li .tbox .t1 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #fff;
}
.Traceability .box .x-container .list ul li .tbox .t2 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 0.17rem;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li .tbox .t2 {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.Traceability .box .x-container .list ul li:nth-child(1) {
  padding-left: 23.67%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(1) {
    padding-left: 18.5%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(1) {
    padding-left: 10%;
  }
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .list ul li:nth-child(1) {
    padding: 0;
  }
}
.Traceability .box .x-container .list ul li:nth-child(1) .img {
  width: 48.21%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(1) .img {
    width: 46%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(1) .img {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(1) .img {
    width: 90%;
  }
}
.Traceability .box .x-container .list ul li:nth-child(1) .img span {
  width: 100%;
}
.Traceability .box .x-container .list ul li:nth-child(1) .img span::before {
  padding-top: 84.12%;
}
.Traceability .box .x-container .list ul li:nth-child(2) {
  padding: 0 8.34% 0 25.79%;
  margin-top: 1.59rem;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(2) {
    padding: 0 8.34% 0 15.79%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(2) {
    padding: 0 8.34% 0 10%;
  }
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .list ul li:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(2) {
    margin-top: 1rem;
  }
}
.Traceability .box .x-container .list ul li:nth-child(2) .img {
  width: 52.12%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(2) .img {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(2) .img {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(2) .img {
    width: 90%;
  }
}
.Traceability .box .x-container .list ul li:nth-child(2) .img span {
  width: 100%;
}
.Traceability .box .x-container .list ul li:nth-child(2) .img span::before {
  padding-top: 70.44%;
}
.Traceability .box .x-container .list ul li:nth-child(3) {
  margin-top: 0.75rem;
  padding: 0 15.17% 0 18.76%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(3) {
    padding: 0 15.17% 0 15.76%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(3) {
    padding: 0 10% 0 10%;
  }
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .list ul li:nth-child(3) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(3) {
    margin-top: 1rem;
  }
}
.Traceability .box .x-container .list ul li:nth-child(3) .img {
  width: 50.34%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(3) .img {
    width: 48%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(3) .img {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(3) .img {
    width: 90%;
  }
}
.Traceability .box .x-container .list ul li:nth-child(3) .img span {
  width: 100%;
}
.Traceability .box .x-container .list ul li:nth-child(3) .img span::before {
  padding-top: 106.16%;
}
.Traceability .box .x-container .list ul li:nth-child(4) {
  margin-top: 1.1rem;
  padding: 0 2.35% 0 16.69%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(4) {
    padding: 0 2.35% 0 8.69%;
  }
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .list ul li:nth-child(4) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(4) {
    margin-top: 1rem;
  }
}
.Traceability .box .x-container .list ul li:nth-child(4) .img {
  width: 52.62%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(4) .img {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(4) .img {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(4) .img {
    width: 90%;
  }
}
.Traceability .box .x-container .list ul li:nth-child(4) .img span {
  width: 100%;
}
.Traceability .box .x-container .list ul li:nth-child(4) .img span::before {
  padding-top: 82.91%;
}
.Traceability .box .x-container .list ul li:nth-child(5) {
  margin-top: 0.86rem;
  padding: 0 13.27% 0 10.54%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(5) {
    padding: 0 8.27% 0 7.54%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(5) {
    padding: 0 5% 0 5%;
  }
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .list ul li:nth-child(5) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(5) {
    margin-top: 1rem;
  }
}
.Traceability .box .x-container .list ul li:nth-child(5) .img {
  width: 46.53%;
}
@media (max-width: 1580px) {
  .Traceability .box .x-container .list ul li:nth-child(5) .img {
    width: 44%;
  }
}
@media (max-width: 1280px) {
  .Traceability .box .x-container .list ul li:nth-child(5) .img {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(5) .img {
    width: 90%;
  }
}
.Traceability .box .x-container .list ul li:nth-child(5) .img span {
  width: 100%;
}
.Traceability .box .x-container .list ul li:nth-child(5) .img span::before {
  padding-top: 84.25%;
}
.Traceability .box .x-container .list ul li:nth-child(6) {
  padding: 0 0 0 11.98%;
  margin-top: 1.78rem;
}
@media (max-width: 1024px) {
  .Traceability .box .x-container .list ul li:nth-child(6) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Traceability .box .x-container .list ul li:nth-child(6) {
    margin-top: 1rem;
  }
}
@keyframes scale1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes blobber {
  0% {
    border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
  }
  5% {
    border-radius: 48% 52% 41% 59%/66% 37% 63% 34%;
  }
  10% {
    border-radius: 69% 31% 71% 29%/67% 31% 69% 33%;
  }
  15% {
    border-radius: 60% 40% 71% 29%/63% 65% 35% 37%;
  }
  20% {
    border-radius: 61% 39% 51% 49%/57% 58% 42% 43%;
  }
  25% {
    border-radius: 66% 34% 25% 75%/47% 30% 70% 53%;
  }
  30% {
    border-radius: 32% 68% 38% 62%/65% 60% 40% 35%;
  }
  35% {
    border-radius: 63% 37% 41% 59%/35% 38% 62% 65%;
  }
  40% {
    border-radius: 57% 43% 49% 51%/55% 71% 29% 45%;
  }
  45% {
    border-radius: 47% 53% 34% 66%/65% 36% 64% 35%;
  }
  50% {
    border-radius: 44% 56% 32% 68%/69% 26% 74% 31%;
  }
  55% {
    border-radius: 28% 72% 37% 63%/71% 44% 56% 29%;
  }
  60% {
    border-radius: 38% 62% 35% 65%/74% 53% 47% 26%;
  }
  65% {
    border-radius: 73% 27% 46% 54%/54% 47% 53% 46%;
  }
  70% {
    border-radius: 75% 25% 47% 53%/49% 53% 47% 51%;
  }
  75% {
    border-radius: 62% 38% 43% 57%/55% 60% 40% 45%;
  }
  80% {
    border-radius: 41% 59% 65% 35%/73% 50% 50% 27%;
  }
  85% {
    border-radius: 55% 45% 57% 43%/73% 61% 39% 27%;
  }
  90% {
    border-radius: 74% 26% 33% 67%/40% 65% 35% 60%;
  }
  95% {
    border-radius: 58% 42% 57% 43%/53% 45% 55% 47%;
  }
  100% {
    border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
  }
}
.Traceability-box2 {
  width: 100%;
  position: relative;
}
.Traceability-box2 .img {
  width: 100%;
  height: 5.3rem;
  position: relative;
  overflow: hidden;
}
.Traceability-box2 .img:hover img {
  transform: scale(1.1);
}
.Traceability-box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .Traceability-box2 .img img {
    object-position: 10%;
  }
}
.Traceability-box2 .tbox {
  position: absolute;
  left: 50.4%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .Traceability-box2 .tbox {
    width: 100%;
    top: initial;
    transform: translateY(0);
    bottom: 0.2rem;
    left: 0;
    text-align: center;
  }
}
.Traceability-box2 .tbox .t1 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #fff;
}
.Traceability-box2 .tbox .t2 {
  line-height: 38px;
  color: #fff;
  margin-top: 0.18rem;
  display: block;
}
@media (max-width: 767px) {
  .Traceability-box2 .tbox .t2 {
    display: none;
  }
}
.Traceability-box3 {
  width: 100%;
}
.Traceability-box3 ul {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .Traceability-box3 ul {
    flex-wrap: wrap;
  }
}
.Traceability-box3 ul li {
  width: 16.59%;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .Traceability-box3 ul li {
    width: 100%;
  }
}
.Traceability-box3 ul li.on {
  width: 50.23%;
}
@media (max-width: 767px) {
  .Traceability-box3 ul li.on {
    width: 100%;
  }
}
.Traceability-box3 ul li.on a .txt {
  opacity: 1;
}
.Traceability-box3 ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.Traceability-box3 ul li a .img {
  width: 100%;
  height: 5.3rem;
  position: relative;
  overflow: hidden;
}
.Traceability-box3 ul li a .img:hover img {
  transform: scale(1.1);
}
.Traceability-box3 ul li a .img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 66.5%;
}
.Traceability-box3 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.5s all;
}
.Traceability-box3 ul li a .txt {
  width: 100%;
  position: absolute;
  bottom: 0.62rem;
  left: 0;
  padding-left: 0.65rem;
  z-index: 2;
  font-size: 0.3rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .Traceability-box3 ul li a .txt {
    opacity: 1;
  }
}
#bsWXBox {
  box-sizing: initial !important;
}
