@charset "UTF-8";
@font-face {
  font-family: MicrosoftYaHei;
  src: url("../fonts/MicrosoftYaHei.ttf");
  font-weight: normal;
  font-style: normal;
}

.header-padding {
  position: absolute;
  top: 0;
  z-index: 999;
  padding: 0 6%;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0px 0px 0px 0px;
}
.header-other {
  opacity: 1;
  padding: 0 6%;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.header-box {
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}
.logo-slogan-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0) 0%,
    #999999 52%,
    rgba(153, 153, 153, 0) 100%
  );
  border-radius: 0px 0px 0px 0px;
  opacity: 0.8;
  margin: 0 20px;
}
.logo-slogan-box {
  display: flex;
  height: 100%;
  align-items: center;
}
.header-logo {
  width: 121px;
  height: 75px;
}
.header-slogan {
  width: 222px;
  height: 22px;
}
.header-tel-box {
  position: absolute;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  color: #3d844c;
  line-height: 33px;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-box {
  padding-left: 40px;
}
.header-tel-box img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.banner-box {
  width: 100%;
  overflow: hidden;
}
.banner-box img {
  width: 100%;
}
.swiperByBanner {
  position: relative;
}
.tips-box {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
.tips-btn {
  margin: 0 40px;
  width: 40px;
  height: 40px;
}
.tips-btn img {
  width: 40px;
  height: 40px;
}
.tips-btn-right {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.tips-btn-hover-left {
  display: none;
}
.tips-btn-hover-right {
  display: none;
}
.banner-prev:hover .tips-btn-left {
  display: none;
}
.banner-prev:hover .tips-btn-hover-left {
  display: block;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.banner-next:hover .tips-btn-right {
  display: none;
}
.banner-next:hover .tips-btn-hover-right {
  display: block;
}
.product-title-box {
  padding-top: 80px;
}
.public-title {
  display: flex;
  justify-content: center;
  font-size: 34px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}
.public-title-uncenter {
  justify-content: flex-start;
}
.public-title-1 {
  color: #3d844c;
}
.public-title-2 {
  color: #ec6e2e;
}
.public-title-3 {
  color: #ffffff;
}
.other-title-decoration {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.other-title-lot {
  width: 24px;
  height: 3px;
  background: #3d844c;
}
.other-title-tie {
  width: 200px;
  height: 1px;
  background: #dddddd;
}
.public-slogan-box {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-slogan-line {
  width: 24px;
  height: 3px;
  background: #3d844c;
}
.public-slogan-text {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  padding: 0 20px;
}
.public-slogan-img {
  margin-top: 30px;
}
.product-content-main {
  padding-top: 60px;
  display: flex;
  padding-bottom: 100px;
}
.product-content-box {
  width: 48%;
  margin: 0 1%;
  position: relative;
}
.product-content-bg {
  width: 100%;
}
.product-content-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-content-center:hover {
  background-color: rgba(61, 132, 76, 0.7);
}
.product-content-center:hover .product-content-btn {
  display: block;
}
.product-content-icon {
  display: flex;
  justify-content: center;
  padding-top: 10%;
}
.product-content-icon img {
  width: 120px;
}
.product-content-line {
  width: 20px;
  height: 2px;
  margin: 20px auto;

  background: #ffffff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.product-content-ch {
  font-size: 34px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.product-content-en {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}
.product-content-btn {
  margin-top: 4%;
  margin-left: 4%;
  display: none;
}
.about-top {
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../image/img/bg_about_pc.png);
}

.about-main-box {
  position: relative;
  z-index: 9;
  width: 100%;
  top: 120px;
  /* height: 511px; */
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 34, 7, 0.1);
}
.about-main-decorate {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 240px;
  height: 240px;
}
.about-title-box {
  padding-top: 60px;
  padding-bottom: 100px;
}
.abouts-title-box {
  padding-top: 60px;
}
.about-content {
  position: relative;
  margin: 30px auto 0;
  width: 1040px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.about-content-click {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3d844c;
  line-height: 30px;
  background: #fff;
}
.about-content-click span {
  color: #666;
}
.about-digit-main {
  display: flex;
  width: 1040px;
  margin: 40px auto 0;
  padding-bottom: 60px;
}
.about-digit-box {
  width: 25%;
}
.about-digit-num {
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  color: #3d844c;
  line-height: 59px;
}
.about-digit-text {
  margin: 0 auto;
  text-align: center;
  height: 40px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.about-story-box {
  width: 100%;
  background: url(../image/img/bg_pinpaigushi_pc.png) no-repeat center;
  background-size: cover;
}
.story-title-box {
  padding-top: 530px;
}
.story-content-box {
  padding-top: 40px;
  display: flex;
}
.story-content-main {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.story-content-left {
}
.story-content-right {
  position: absolute;
  left: 50%;
  margin-top: 20px;
  width: 50%;
  height: 500px;
  background: #3d844c;
}
.story-content-decorate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 230px;
  overflow: hidden;
}
.story-content-text-box {
  padding: 60px 4% 0;
  max-height: 310px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.story-content-text-box p,
.story-content-text {
  max-width: 680px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 20px;
}
.story-btn-box {
  width: 180px;
  height: 50px;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  margin-top: 60px;
  margin-left: 4%;
}
.story-btn-box:hover {
  background-color: #fff;
}
.story-btn-box:hover .story-btn-icon {
  display: none;
}
.story-btn-box:hover .story-btn-icon-hover {
  display: block;
}
.story-btn-box:hover .story-btn-icon-bywap {
  display: none;
}
.story-btn-box:hover .story-btn-text {
  color: #3d844c;
}
.story-btn-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  padding-right: 20px;
}
.story-btn-box img {
  width: 30px;
  height: 8px;
}
.story-btn-icon-hover {
  display: none;
}
.story-btn-icon-bywap {
  display: none;
}
.reasonof-bg {
  width: 100%;
  height: 760px;
  background: url(../image/img/bg_4daliyou.png) no-repeat center;
  background-size: cover;
}
.reasonof-content-main {
  padding-top: 60px;
  position: relative;
}
.reasonof-content-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.reasonof-content-box {
  position: relative;
  width: 50%;
  height: 166px;
  display: flex;
  padding: 35px 60px;
}
.reasonof-content-col:nth-child(1),
.reasonof-content-col:nth-child(4) {
  background-color: #fff;
}
.reasonof-content-col:nth-child(2) {
  background-color: #3d844c;
}
.reasonof-content-col:nth-child(3) {
  background-color: #333333;
}
.reasonof-content-icon {
}
.reasonof-content-icon img {
  width: 78px;
  height: 78px;
}
.reasonof-content-box:hover .reasonof-content-icon {
  transform: rotateY(360deg);
  transition: all 1s;
}
.reasonof-content-characters {
  padding-left: 30px;
}
.reasonof-content-title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  padding-bottom: 10px;
}
.reasonof-content-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
}
.reasonof-content-decoration {
  top: 42%;
  left: 49%;
  z-index: 999;
  position: absolute;
}
.reasonof-corner-box {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
}
.reasonof-corners-box {
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: flex;
}
.reasonof-corner-top {
  width: 48px;
  height: 2px;
  background: #3d844c;
}
.reasonof-corner-left {
  width: 2px;
  height: 50px;
  background: #3d844c;
}
.reasonof-corners-box .reasonof-corner-top {
  margin-top: 48px;
}
.reasonof-content-col:nth-child(2) .reasonof-content-title,
.reasonof-content-col:nth-child(2) .reasonof-content-text,
.reasonof-content-col:nth-child(3) .reasonof-content-title,
.reasonof-content-col:nth-child(3) .reasonof-content-text {
  color: #fff;
}
.reasonof-btn-box {
  display: flex;
  justify-content: center;
}
.reasonof-btn-box a {
  margin-left: 0;
}
.reasonof-btn-box .story-btn-box:hover .story-btn-text {
  color: #333333;
}
.joint-swiper-box {
  padding-top: 60px;
  overflow: hidden;
}
.swiperByJoint {
  position: relative;
}

.joint-content-img {
  width: 333px;
  height: 246px;
}
.joint-content-box {
  width: 25%;
  position: relative;
}
.joint-content-text-box {
  width: 100%;
  display: flex;
  padding-top: 10px;
}
.joint-content-text {
  width: 90%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.joint-content-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  display: none;
  bottom: 0px;
  right: 0px;
}
.joint-content-box:hover .joint-content-icon {
  display: block;
}
.joint-swiper-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -20px;
  z-index: 999;
}
.joint-swiper-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -20px;
  z-index: 999;
}
.honor-swiper-box .joint-swiper-next,
.honor-swiper-box .joint-swiper-prev {
  top: -15%;
}
.joint-swiper-left-hover {
  display: none;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.joint-swiper-right {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.joint-swiper-right-hover {
  display: none;
}
.joint-swiper-prev:hover .joint-swiper-left,
.joint-swiper-next:hover .joint-swiper-right {
  display: none;
}
.joint-swiper-prev:hover .joint-swiper-left-hover,
.joint-swiper-next:hover .joint-swiper-right-hover {
  display: block;
}
.joint-btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.joint-btn-box .story-btn-box {
  border: 1px solid #999999;
  margin-top: 30px;
  margin-left: 0;
}
.joint-btn-box .story-btn-text {
  color: #222222;
}
.joint-btn-box .story-btn-box:hover {
  background: #3d844c;
}
.joint-btn-box .story-btn-box:hover:hover .story-btn-text {
  color: #fff;
}
.main-news-bg {
  width: 100%;
  background: #f5f5f5;
}
.top-news-box {
  width: 100%;
  /* height: 280px; */
  background: #fff;
  margin-top: 40px;
  display: flex;
  position: relative;
}
.top-news-img {
  width: 35%;
  height: 100%;
  overflow: hidden;
}
.top-news-img img {
  width: 100%;
  transition: all 0.3s;
}
.top-news-writing {
  width: 65%;
  padding-left: 40px;
}
.top-news-title {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;

  color: #222222;
  line-height: 26px;
  padding-top: 40px;
}
.top-news-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  padding-top: 20px;
  padding-right: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.top-news-date {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  padding-top: 40px;
}
.top-news-arrow {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 27px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.top-news-box:hover .top-news-arrow {
  display: block;
}
.top-news-box:hover .top-news-title {
  color: #3d844c;
}
.top-news-box:hover .top-news-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.other-news-box {
  width: 100%;
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
}
.other-news {
  width: 32%;
  background: #fff;
  padding: 40px;
}
.other-news-title {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #222222;
  line-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.other-news-text {
  padding-top: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  word-break: break-all;
}
.other-news:hover {
  background-color: #3d844c;
}
.other-news:hover .other-news-title,
.other-news:hover .other-news-text {
  color: #fff;
}
.contact-bg {
  width: 100%;
  height: 292px;
  background: url(../image/img/bg_liuyan.png) no-repeat center;
}
.contact-box {
  width: 100%;
  height: 292px;
  opacity: 1;
}
.contact-title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.contact-title-line {
  width: 200px;
  height: 1px;
  background: #ffffff;
  opacity: 0.4;
}
.contact-title-piece {
  width: 24px;
  height: 3px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.contact-title-text {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  padding: 0 14px;
}
.contact-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-class {
  width: 24%;
  height: 60px;
  background: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.contact-form-class-long {
  width: 49.5%;
}
.contact-form-click {
  background: #ec6e2e;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-class input {
  padding-left: 45px;
  height: 30px;
  margin-top: 15px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  width: 97%;
}
.input1 .icon-input {
  background: url(../image/icon/icon_name.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.input1 .icon-input {
  background: url(../image/icon/icon_name.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.input2 .icon-input {
  background: url(../image/icon/icon_danwei.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.input3 .icon-input {
  background: url(../image/icon/icon_phone2.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.input4 .icon-input {
  background: url(../image/icon/icon_yanzhengma.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.input5 .icon-input {
  background: url(../image/icon/icon_email66.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.input6 .icon-input {
  background: url(../image/icon/icon_xuqiu.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.contact-form-code {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.contact-form-code img {
  width: 120px;
}
.footer-box {
  width: 100%;
  /* height: 422px; */
  background: #1b251d;
}
.footer-relative {
  height: 422px;
  position: relative;
}
.footer-front-row {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.footer-front-box {
  display: flex;
}
.footer-front-logo {
  padding-right: 8%;
}
.footer-front-icon {
  width: 50px;
  height: 50px;
}
.footer-front-writing {
  padding-left: 20px;
}
.footer-front-title {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #606660;
  line-height: 22px;
}
.footer-front-text {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding-top: 8px;
}
.footer-center-line {
  width: 100%;
  height: 0px;
  opacity: 0.1;
  border: 1px solid #ffffff;
  margin: 40px 0;
}
.footer-behind-box {
  width: 100%;
  display: flex;
}
.footer-behind-left {
  width: 45%;
  display: flex;
}
.qr-code-box img {
  width: 108px;
  height: 108px;
}
.qr-code-box p {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #606660;
  line-height: 22px;
}
.footer-behind-address {
  padding-left: 40px;
}
.footer-behind-addreess-title {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #606660;
  line-height: 22px;
}
.footer-behind-addreess-text {
  padding-top: 8px;
  width: 222px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.footer-behind-right {
  width: 65%;
}
.footer-menu-ul {
  display: flex;
  justify-content: space-between;
}
.footer-menu-li,
.footer-menu-secondary-ul {
  max-width: 100px;
}
.footer-menu-first {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 20px;
}
.footer-menu-secondary {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #606660;
  line-height: 22px;
  margin-bottom: 10px;
}
.footer-menu-secondary:hover {
  color: #ec6e2e;
}
.footer-bottom-box {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.footer-bottom-line {
  width: 100%;
  height: 0px;
  opacity: 0.1;
  border: 1px solid #ffffff;
}
.footer-bottom-content {
  display: flex;
  height: 100%;
  padding-top: 10px;
  position: relative;
}
.construction-king {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #606660;
  line-height: 22px;
}
.construction-king a {
  color: #606660;
}
.footer-bottom-content-text {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #606660;
  line-height: 22px;
}
.footer-bottom-content-line {
  width: 1px;
  height: 12px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.2;
  margin: 5px 15px;
}
.suspension-box {
  width: 80px;
  position: fixed;
  right: 1%;
  top: 44%;
  z-index: 999;
}
.suspension-content-box {
  width: 80px;
  height: 80px;
  background: #3d844c;
  box-shadow: 0px 2px 8px 0px rgba(0, 35, 7, 0.4);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.suspension-content-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.suspension-content-box:hover .suspension-content-info {
  width: 280px;
  background-color: #ec6e2e;
}

.suspension-content-box:hover .suspension-content-text {
  margin-left: -60px;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.3s;
}
.suspension-content-box:hover .suspension-content-qr {
  width: 160px;
  background-color: #ec6e2e;
  display: block;
}
.suspension-content-box:hover {
  background-color: #ec6e2e;
}

.suspension-content-box:hover .suspension-content-qr img {
  display: block;
}
.suspension-content-qr {
  display: none;
  width: 0;
  height: 160px;
  line-height: 80px;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  top: 0;
  right: 100px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr-code {
  width: 108px;
  height: 108px;
  position: absolute;
  top: 26px;
  left: 26px;
}
.suspension-content-qr img {
  display: none;
}
.other-banner-img {
  width: 100%;
}
.other-title-box {
  position: relative;
  margin-top: -40px;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 40, 9, 0.06);
  display: flex;
}
.other-title-text {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-title-text a {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.other-title-text a:hover,
.other-title-text-hover a {
  color: #3d844c;
}
.other-title-line {
  width: 1px;
  height: 30px;
  background: #dddddd;
  margin: 25px auto;
}
.crumb-box {
  width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.crumb-box a {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.company-info-box {
  display: flex;
}
.company-info-left {
  width: 55%;
  padding-right: 80px;
}
.company-digit-main {
  display: flex;
  margin: 40px auto 0;
}
.company-digit-main .about-digit-num {
  display: flex;
  justify-content: flex-start;
  font-size: 50px;
  font-weight: bold;
  color: #3d844c;
  line-height: 59px;
}
.company-digit-main .about-digit-text {
  text-align: start;
  height: 40px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  padding-right: 20px;
}
.company-info-text {
  padding-top: 40px;
}
.company-info-text p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 15px;
}
.company-info-right {
  position: absolute;
  left: 55%;
  margin-top: 40px;
  width: 45%;
}
.company-info-right img {
  width: 100%;
}
.company-culture-bg {
  width: 100%;
  height: 100%;
  background: url(../image/img/img_qiyewenhua.png) no-repeat center center;
  background-size: revert;
  display: flex;
  margin-top: 40px;
}
.company-culture-box {
}
.company-culture-icon {
  display: flex;
  justify-content: center;
}
.company-culture-icon img {
  width: 60px;
  height: 60px;
}
.company-culture-line {
  width: 1px;
  height: 400px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  align-items: center;
}
.company-culture-ch {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  padding-top: 30px;
}
.company-culture-en {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  padding-top: 10px;
}
.company-culture-to-center {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.company-culture-hover {
  width: 50%;
  justify-content: flex-start;
  padding-left: 80px;
}

.company-culture-horizontal {
  display: none;
  margin-top: 20px;
  width: 453px;
  height: 0px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0)
    )
    1 1;
}

.company-aspect-box {
  display: none;
  /* width: 453px; */
  width: 523px;
  padding-top: 40px;

  flex-wrap: wrap;
  justify-content: flex-start;
}
.company-culture-hover .company-culture-horizontal {
  display: block;
}
.company-culture-hover .company-aspect-box {
  display: flex;
}
.company-aspect {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
}
.company-aspect img {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 5px;
}
.company-aspect-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.company-culture-hover .company-culture-icon {
  justify-content: flex-start;
}
.company-culture-hover .company-culture-ch {
  text-align: start;
}
.company-culture-hover .company-culture-en {
  display: none;
}
.honor-bg {
  width: 100%;
  background: url(../image/img/bg_rongyu.png) no-repeat center;
}
.honor-title-box {
  padding-top: 80px;
}
.honor-content-box {
  position: relative;
}
.honor-content-img-box {
  display: flex;
  justify-content: center;
}
.honor-content-img {
  width: 274px;
}
.honor-content-text-box {
  display: flex;
  padding-top: 70px;
  padding-bottom: 30px;
  justify-content: center;
}
.honor-content-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3d844c;
  line-height: 19px;
}
.honor-content-icon-left {
  width: 14px;
  height: 14px;
}
.honor-content-icon-right {
  width: 14px;
  height: 14px;
  transform: rotateY(180deg);
}
.swiper-wrapper {
  /* padding: 0 10px; */
}
.swiper-slide {
  /* width: 24% !important; */
}
.swiperByHonor {
  overflow: hidden;
}
.honor-swiper-box {
  padding: 0 80px 60px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.honor-bottom-bg {
  position: absolute;
  bottom: 60px;
  left: 0;
}
.honor-bottom-bg img {
  width: 100%;
}
.partner-content-box,
.staff-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-top: 60px;
}
.partner-content {
  width: 24%;
  padding-bottom: 40px;
}
.partner-content img {
  width: 100%;
  border: 1px #eee solid;
}
.partner-content:hover img {
  border: 1px #3d844c solid;
}
.partner-content-text {
  width: 100%;
  padding: 20px 20px 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.partner-page-box {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
}
.partner-page-box span {
  display: none;
}
.partner-page-turning {
  width: 90px;
  height: 40px;
  background: #f7f7f7;
  margin: 0 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -ms-border-radius: 40px 40px 40px 40px;
  -o-border-radius: 40px 40px 40px 40px;
}
.page-num,
.partner-page-number,
.partner-page-other,
.partner-page-end {
  width: 40px;
  height: 40px;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.partner-page-turning:hover {
  background: #3d844c;
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.page-num:hover,
.page-num-current,
.partner-page-selected,
.partner-page-end:hover,
.partner-page-number:hover {
  background: #3d844c;
  color: #fff;
  transition: all 0.5s;
}
.staff-content {
  width: 32.5%;
  padding: 0 0.5% 40px;
}
.staff-content img {
  width: 100%;
}
.staff-content-text {
  padding: 10px 0 20px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.staff-content-line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.staff-content:hover .staff-content-line {
  height: 2px;
  background: #3d844c;
}
.brand-content-box {
  padding-top: 60px;
}
.brand-contents-box {
}
.brand-content-bg {
  margin-bottom: 100px;
}
.brand-content {
  display: flex;
}
.brand-content-img {
  width: 43%;
}
.brand-content-img img {
  width: 100%;
}
.brand-content-writing {
  width: 57%;
  padding-left: 60px;
}
.brand-content-title {
  padding: 25px 0 0 25px;
}
.brand-content-title p {
  padding-left: 15px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3d844c;
  line-height: 38px;
}
.brand-content-text {
  padding-top: 30px;
  padding-left: 40px;
}
.brand-content-text p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 15px;
}
.brand-content-bg:nth-child(even) {
  background: url(../image/img/bg_pinpai.png) no-repeat center;
  background-size: cover;
}
.brand-content-bg:nth-child(even) .brand-content {
  display: flex;
  flex-direction: row-reverse;
  padding: 100px 0;
}
.brand-content-bg:nth-child(even) .brand-content-title {
  padding: 25px 100px 0 0;
}
.brand-content-bg:nth-child(even) .brand-content-title p {
  padding-left: 0;
}
.brand-content-bg:nth-child(even) .brand-content-writing {
  padding-left: 0;
}
.brand-content-bg:nth-child(even) .brand-content-text {
  padding-left: 0;
  padding-right: 85px;
}
.brand-content-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.brand-content-row li,
.brand-content-each {
  display: flex;
  align-items: center;
  width: 50%;
  padding-bottom: 10px;
}

.brand-content-each-text {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
}
.brand-content-each-text::after,
.brand-content-each-rideo {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #3d844c;
  position: absolute;
  left: 0;
  top: 13px;
}
.reasonof-bg-bybrand {
  width: 100%;
  height: 600px;
  background: url(../image/img/bg_youshi.png) no-repeat center;
  background-size: cover;
}
.reasonof-content-decoration-bybrand {
  top: 54%;
  left: 49%;
  z-index: 999;
  position: absolute;
}
.product-center-content-main {
  padding-bottom: 0;
}
.organic-title-box {
  padding-top: 60px;
}
.application-title {
  display: flex;
}
.application-decorate {
}
.application-decorate-top {
  width: 4px;
  height: 14px;
  background: #3d844c;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.application-decorate-bottom {
  width: 4px;
  height: 14px;
  background: #ec6e2e;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}

.application-decorate-text {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding-left: 20px;
}
.cases-contnet:hover .staff-content-text {
  color: #3d844c;
}
.contact-way-box {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding-top: 60px;
  flex-wrap: wrap;
}
.contact-way {
  width: 23%;
  height: 252px;
  background: RGBA(61, 132, 76, 0.1);
  border-radius: 12px 12px 12px 12px;
}
.contact-way-icon {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.contact-way-icon img {
  width: 60px;
  height: 60px;
}
.contact-way:hover .contact-way-icon {
  transform: rotateY(360deg);
  transition: all 1s;
}
.contact-way-title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  padding: 20px 20px 0 20px;
}
.contact-way-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  padding: 10px 25px 0;
  text-align: center;
}
.map-box {
  width: 100%;
  padding-top: 80px;
}
.map-box img {
  width: 100%;
}
#map-iframe {
  width: 100%;
  height: 600px;
}
.new-list-box {
  padding-top: 40px;
}
.new-list {
  width: 100%;
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.new-list-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #3d844c;
}
.new-list-day {
  padding-top: 10px;
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  transition: all 0.3;
}
.new-list-years {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
}
.new-list-contnet {
  width: 100%;
  background: #f7f8f7;
  height: 222px;
  padding-left: 60px;
  transition: all 0.3;
}
.new-list-title {
  padding-top: 40px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.new-list-text {
  padding-right: 100px;
  padding-top: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.new-list:hover .new-list-date {
  transition: all 0.3;
  background: #ec6e2e;
}
.new-list:hover .new-list-contnet {
  background: #3d844c;
  transition: all 0.3;
}
.new-list:hover .new-list-contnet .new-list-title,
.new-list:hover .new-list-contnet .new-list-text {
  color: #fff;
}
.news-bg {
  background: #f7f7f7;
}
.news-main-box {
  width: 100%;
  display: flex;
  padding: 40px 0 100px;
}
.news-main-left {
  width: 75%;
  min-height: 500px;
  background: #ffffff;
  padding: 0 40px;
}
.news-main-right {
  width: 25%;
  margin-left: 40px;
  height: 398px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.news-title {
  font-size: 28px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  padding-top: 40px;
}
.news-introduce-box {
  display: flex;
  padding-top: 25px;
  color: #999;
}
.news-introduce {
  display: flex;
  padding-right: 40px;
}
.news-introduce img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.news-introduce p {
  padding-left: 5px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}
.news-introduce-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0;
}
.news-content p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-bottom: 20px;
}
.news-content img {
  max-width: 100%;
  margin-bottom: 20px;
}
.news-content-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0 30px;
}
.news-bottom-box {
  position: relative;
  padding-bottom: 40px;
}
.news-bottom-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
  height: 37px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-bottom-btn img {
  width: 16px;
  height: 16px;
}
.news-bottom-btn p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  padding-left: 3px;
}
.news-bottom-title {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-bottom: 10px;
}
.news-bottom-title:hover {
  color: #3d844c;
}
.news-recommend-title {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.news-recommend-title img {
  width: 4px;
  height: 22px;
}
.news-recommend-title p {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding-left: 30px;
}
.news-recommend-content {
  padding: 0 20px 30px;
}
.news-recommend-row {
  width: 100%;
  display: flex;
  position: relative;
}
.news-recommend-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2px;
  width: 24px;
  height: 24px;
}
.news-recommend-drop {
  width: 4px;
  height: 4px;
  background: #333333;
  margin-top: 13px;
}
.news-recommend-text {
  width: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding-left: 6px;
  padding-right: 30px;
}
.news-recommend-line {
  width: 100%;
  height: 0px;
  opacity: 1;
  border: 1px dashed #dddddd;
  margin: 14px 0;
}
.news-recommend-row:hover .news-recommend-text {
  color: #3d844c;
}
.news-recommend-row:hover .news-recommend-drop {
  background: #3d844c;
}
.news-recommend-row:hover .news-recommend-arrow {
  display: block;
}
@media screen and (min-width: 1000px) {
  .wap {
    display: none !important;
  }
  .main-center {
    max-width: 1400px;
    margin: 0 auto;
  }
  .container {
    position: relative;
    z-index: 999;
  }
  .container .nav {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
  }
  .container .nav a {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
  }

  .container .nav a:hover {
    color: #3d844c;
  }
  .container .nav:hover {
    /* background-color: #3e3e3e; */
    color: #3d844c;
  }
  .container .nav-hover a {
    color: #3d844c;
  }
  .container .nav ul {
    display: none;
    position: absolute;
    top: 80px;
    left: -15%;
    width: 130%;
    box-shadow: 0 10px 10px rgba(10, 20, 20, 0.2),
      0 0 10px rgba(10, 20, 20, 0.2);
    background-color: #fff;
    text-align: center;
  }
  .container .nav ul li {
    height: 60px;
  }

  .container .nav ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #505050;
  }
  .container .nav ul li a:hover {
    background-color: #e1e1e1;
    height: 60px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1599px){
  .header-padding {
    padding: 0 3%;
  }
  .header-other {
    padding: 0 3%;
    position: relative;
    z-index: 999;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .main-center {
    margin: 0 40px;
  }
  .header-padding {
    padding: 0 3%;
  }
  .header-other {
    padding: 0 3%;
    position: relative;
    z-index: 999;
  }
  .header-tel-box {
    font-size: 20px;
    line-height: 23px;
  }
  .header-tel-box img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .footer-front-logo {
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .container .nav {
    width: 90px;
  }
  .header-padding {
    padding: 0 2%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1349px) {
  .header-padding {
    padding: 0 2%;
  }
  .header-other {
    padding: 0 2%;
    position: relative;
    z-index: 999;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .container .nav {
    width: 80px;
  }
  .header-padding {
    padding: 0 2%;
  }
  .nav-box {
    padding-left: 10px;
  }
  .container .nav ul {
    width: 150%;
    left: -25%;
  }
  .logo-slogan-line {
    display: none;
  }
  .header-slogan {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  .main-center {
    width: 95%;
    margin: 0 auto;
  }
  .header-logo {
    /* width: 60px;
    height: 37px; */
    margin-right: 10px;
  }
  .header-slogan {
    margin-left: 10px;
    width: 111px;
    height: 11px;
  }
  .header-padding {
    padding: 0 20px;
    height: 80px;
    opacity: 1;
    background-color: #fff;
  }
  .header-box {
    /* height: 60px; */
  }

  .banner-box {
    margin-top: 60px;
  }
  .header-menu {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  .header-menu-icon {
    /* width: 23px;
    height: 17px; */
    width: 36px;
    height: 25px;
  }
  .nav-box {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .container {
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-top {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #999;
  }
  .header-close-icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding-left: 5%;
    font-size: 18px;
    list-style: 55px;
    color: #333;
  }
  .nav ul,
  .nav ul li {
    display: none;
  }
  .product-title-box {
    padding-top: 40px;
  }
  .public-title {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    line-height: 30px;
  }

  .public-slogan-text {
    font-size: 16px;
    padding: 0 10px;
  }
  .public-slogan-line {
    width: 20px;
    height: 2px;
    background: #3d844c;
  }
  .product-content-main {
    padding-top: 20px;
    display: block;
    padding-bottom: 40px;
  }
  .product-content-box {
    width: 90%;
    margin: 0 5% 10px;
  }
  .product-content-icon {
    padding-top: 11.5%;
  }
  .product-content-icon img {
    width: 54px;
  }
  .product-content-ch {
    font-size: 22px;
  }
  .product-content-en {
    font-size: 12px;
  }
  .product-content-line {
    margin: 10px auto 0;
  }
  .product-content-en {
    padding-top: 0;
  }
  .product-content-btn {
    margin-top: 0;
    margin-left: 4%;
    width: 17px;
  }
  .about-top {
    background: url(../image/img/bg_about_wap.png);
  }
  .about-main-box {
    top: 120px;
    height: 460px;
  }
  .about-main-decorate {
    display: none;
  }
  .public-slogan-img {
    margin-top: 20px;
    width: 80%;
  }
  .about-content {
    width: 95%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 20px auto 0;
  }
  .about-digit-main {
    display: flex;
    width: 95%;
    margin: 30px auto 0;
    padding-bottom: 30px;
  }
  .about-digit-num {
    font-size: 40px;

    line-height: 47px;
  }
  .about-digit-text {
    width: 90%;
    font-size: 12px;
  }
  .about-story-box {
    background: url(../image/img/bg_pinpai_wap.png) no-repeat center;
  }
  .story-title-box {
    padding-top: 410px;
  }
  .story-content-box {
    display: block;
  }
  .story-content-wap {
    width: 100%;
  }
  .story-content-right {
    position: relative;
    left: 0;
    margin-top: 30px;
    width: 100%;
    height: 170px;
    background: none;
  }
  .story-content-text-box {
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    height: 110px;
    -webkit-line-clamp: 5; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .story-content-text-box p,
  .story-content-text {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .story-content-main {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  .story-btn-box {
    margin: 20px auto 0;

    right: 0;
    width: 140px;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #666666;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
  }
  .story-btn-text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding-right: 10px;
  }
  .story-btn-icon {
    display: none;
  }
  .story-btn-icon-hover {
    display: none;
  }
  .story-btn-icon-bywap {
    display: block;
  }
  .story-btn-box img {
    width: 20px;
    height: 6px;
  }
  .story-btn-box:hover {
    background: #3d844c;
  }
  .story-btn-box:hover .story-btn-icon {
    display: block;
  }
  .story-btn-box:hover .story-btn-icon-hover {
    display: none;
  }
  .story-btn-box:hover .story-btn-icon-bywap {
    display: block;
  }
  .story-btn-box:hover .story-btn-text {
    color: #fff;
  }
  .reasonof-content-box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .reasonof-bg {
    width: 100%;
    height: auto;
    background: url(../image/img/bg_select.png) no-repeat center;
    background-size: cover;
  }
  .reasonof-content-main {
    padding-top: 20px;
  }
  .reasonof-content-icon {
    display: flex;
    align-items: center;
  }
  .reasonof-content-icon img {
    width: 66px;
    height: 66px;
  }
  .reasonof-content-text {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
  }
  .reasonof-content-title {
    font-size: 20px;
    line-height: 24px;
  }
  .reasonof-content-main {
    padding-bottom: 20px;
  }
  .joint-content-box {
    width: 100%;
  }
  .joint-content-img {
    width: 100%;
  }
  .joint-content-text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
  .joint-content-text {
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .joint-btn-box {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .joint-btn-box .story-btn-box {
    position: relative;
    margin: 20px auto 0;
  }
  .joint-btn-box .story-btn-box .story-btn-icon {
    display: block;
  }
  .joint-btn-box .story-btn-box .story-btn-icon-hover {
    display: none;
  }
  .joint-btn-box .story-btn-box:hover .story-btn-icon {
    display: none;
  }
  .joint-btn-box .story-btn-box:hover .story-btn-icon-hover {
    display: block;
  }
  .story-btn-box:hover .story-btn-icon-bywap {
    display: none;
  }
  .top-news-box {
    display: block;
    padding-bottom: 20px;
  }
  .top-news-img {
    width: 100%;
  }
  .top-news-writing {
    width: 100%;
  }
  .top-news-writing {
    padding-left: 20px;
  }

  .top-news-title {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .top-news-text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 14px;
    padding-right: 20px;
  }
  .top-news-date {
    padding-top: 24px;
  }
  .top-news-arrow {
    bottom: 20px;
    right: 20px;
  }
  .other-news-box {
    display: block;
    padding-bottom: 40px;
  }
  .other-news {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .other-news-title {
    font-size: 16px;
    line-height: 20px;
  }
  .other-news-text {
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .contact-bg {
    width: 100%;
    height: 472px;
    background: url(../image/img/bg_contact.png) no-repeat center;
  }
  .contact-box {
    height: 472px;
  }
  .contact-form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .contact-title-line {
    width: 50px;
  }
  .contact-form-class {
    width: 48%;
  }
  .contact-form-class-long {
    width: 100%;
  }
  .contact-form-class {
    margin-bottom: 15px;
  }
  .footer-front-logo {
    padding-right: 0;
    width: 72px;
    height: 51px;
  }
  .footer-wap-top {
    width: 100%;
    display: flex;
  }
  .footer-wap-left {
    width: 50%;
  }
  .footer-wap-logo {
    padding: 50px 0 40px;
  }
  .footer-wap-logo img {
    width: 120px;
    /* height: 50px; */
  }
  .qr-code-box img {
    width: 120px;
    height: 120px;
  }
  .qr-code-box p {
    padding-top: 10px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
  }
  .footer-wap-right {
    width: 50%;
    padding-top: 52px;
  }
  .footer-wap-content {
    width: 100%;
    display: flex;
    margin-bottom: 24px;
  }
  .footer-wap-writing {
    padding-left: 15px;
  }
  .footer-wap-title {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
  }
  .footer-wap-text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
  }
  .footer-bottom-wirting {
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: center;
    padding-top: 0px;
  }
  .footer-bottom-line {
    width: 100%;
    height: 0px;
    opacity: 0.1;
    border: 1px solid #ffffff;
    margin: 10px 0;
  }
  .footer-bottom-record {
    font-size: 10px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: center;
  }

  .other-title-box {
    margin-bottom: 30px;
    height: 60px;
  }
  .other-title-text a {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
  }
  .other-title-text a:hover,
  .other-title-text-hover a {
    color: #3d844c;
  }

  .other-title-line {
    margin-top: 15px;
  }
  .other-title-tie {
    width: 50px;
  }
  .company-info-left {
    width: 100%;
    padding-right: 0;
  }
  .company-info-right {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 20px;
  }
  .company-info-box {
    display: block;
  }
  .company-digit-main {
    margin-top: 20px;
  }
  .company-digit-main .about-digit-num {
    font-size: 40px;
    line-height: 47px;
    justify-content: center;
  }
  .company-digit-main .about-digit-text {
    width: 90%;
    font-size: 12px;
    text-align: center;
    padding-right: 0;
  }
  .company-info-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .company-culture-hover {
    justify-content: center;
    padding-left: 0;
  }
  .company-culture-hover .company-culture-icon {
    justify-content: center;
  }
  .company-culture-hover .company-culture-ch {
    text-align: center;
  }
  .company-culture-hover .company-culture-horizontal {
    display: none;
  }
  .company-aspect-text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
  }
  .company-culture-hover .company-aspect-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  .company-aspect {
    width: 95%;
    display: flex;
    margin-bottom: 10px;
  }
  .company-culture-hover .company-culture-ch {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
  }
  .company-culture-ch {
    font-size: 20px;
    padding-top: 20px;
  }
  .company-culture-en {
    display: none;
  }
  .about-title-box {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .company-culture-bg {
    margin-top: 25px;
  }
  .honor-swiper-box {
    padding: 0 50px 30px;
    margin-top: 30px;
  }
  .honor-bottom-bg {
    bottom: 30px;
  }
  .honor-title-box {
    padding-top: 40px;
  }

  .partner-content {
    width: 48%;
    padding-bottom: 20px;
  }
  .partner-content-text {
    padding: 10px 10px 0;
  }
  .partner-content-box,
  .staff-content-box {
    padding-top: 30px;
  }
  .staff-content {
    width: 48%;
    padding-bottom: 20px;
  }
  .staff-content-text {
    padding: 10px 0 10px;
    font-size: 18px;
  }
  .staff-content-line {
    display: none;
  }
  .partner-page-box {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .partner-page-other,
  .partner-page-end {
    display: none;
  }
  .partner-page-turning {
    margin: 0 10px;
  }
  .reasonof-bg-bybrand {
    height: 660px;
  }
  .brand-content {
    display: block;
  }
  .brand-content-img {
    width: 100%;
  }
  .brand-content-writing {
    width: 100%;
    padding-left: 0;
  }
  .brand-content-title {
    padding: 25px 0 0 0;
  }
  .brand-content-text {
    padding-top: 20px;
    padding-left: 0;
  }
  .brand-content-bg:nth-child(even) .brand-content {
    display: block;
    padding: 20px 0;
  }
  .brand-content-bg:nth-child(even) .brand-content-img {
    width: 100%;
  }
  .brand-content-bg:nth-child(even) .brand-content-writing {
    width: 100%;
    padding-left: 0;
  }
  .brand-content-bg:nth-child(even)
    .brand-content-writing
    .brand-content-title {
    padding: 25px 0 0 0;
  }
  .brand-content-bg:nth-child(even)
    .brand-content-writing
    .brand-content-title
    p {
    padding-left: 0;
  }
  .brand-content-bg:nth-child(even) .brand-content-text {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .brand-content-bg {
    margin-bottom: 20px;
  }
  .brand-content-bg:nth-child(even) .brand-content-text {
    padding-left: 0;
    padding-right: 0;
  }
  .brand-content-row li,
  .brand-content-each {
    width: 95%;
    padding-left: 10px;
  }
  .product-center-content-main {
    padding-bottom: 0;
  }
  .product-content-center:hover .product-content-btn {
    display: none;
  }

  .organic-title-box {
    padding-top: 30px;
  }
  .brand-content-box {
    padding-top: 30px;
  }
  .application-title {
    display: flex;
    padding-top: 20px;
    margin-bottom: -30px;
  }
  .contact-way {
    width: 100%;
    margin-bottom: 10px;
  }
  .map-box {
    width: 100%;
    padding-top: 40px;
  }
  #map-iframe {
    width: 100%;
    height: 300px;
  }
  .new-list-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #3d844c;
  }
  .new-list {
    padding-left: 30px;
  }
  .new-list-day {
    font-size: 20px;
    padding-top: 5px;
    line-height: 30px;
  }
  .new-list-years {
    font-size: 14px;
    line-height: 16px;
  }
  .new-list-contnet {
    padding-left: 40px;
    height: 120px;
  }
  .new-list-title {
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap; /*规定段落中的文本不进行换行*/
    overflow: hidden; /*内容会被修剪，并且其余内容是不可见的。*/
    text-overflow: ellipsis; /*显示省略号来代表被修剪的文本*/
  }

  .new-list-text {
    padding-right: 20px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .news-main-box {
    width: 100%;
    display: block;
    padding: 20px 0 40px;
  }
  .news-main-left {
    width: 100%;
    min-height: 500px;
    background: #ffffff;
    padding: 0 20px;
  }
  .news-title {
    font-size: 24px;
    padding-top: 20px;
  }
  .news-introduce-box {
    display: flex;
    padding-top: 15px;
    flex-direction: column;
  }
  .news-bottom-btn {
    position: relative;
    margin: 20px auto 0;
  }
  .news-bottom-title {
    line-height: 20px;
  }
  .news-main-right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .news-recommend-text {
    padding-right: 0;
  }
  .news-recommend-row:hover .news-recommend-arrow {
    display: none;
  }
  .news-content p {
    margin-bottom: 10px;
  }
  .footer-column-box {
    width: 100%;
    height: 68px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
  }
  .footer-bottom-mat {
    width: 100%;
    height: 88px;
  }
  .footer-column {
    width: 20%;
    position: relative;
  }
  .footer-column-icon {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .footer-column-nor {
    width: 40%;
  }
  .footer-column-sel {
    width: 40%;
    display: none;
  }
  .footer-column-text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
    padding-top: 5px;
  }
  .footer-column-hover .footer-column-nor {
    display: none;
  }
  .footer-column-hover .footer-column-sel {
    display: block;
  }
  .footer-column-hover .footer-column-text {
    font-weight: bold;
    color: #3d844c;
  }
  .footer-column-phone {
    position: absolute;
    width: 100%;
    top: -40%;
    animation: bounce_a 2s infinite;
  }
  .footer-column-lot {
    position: absolute;
    top: -40%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer-column-lot img {
    width: 100%;
  }
  .about-content-click {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15.5px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #3d844c;
    line-height: 30px;
    background: #fff;
  }
}
