:root {
  --main-color: #357c07;
}

.flex {
  display: flex;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-c {
  display: flex;
  align-items: center;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* 头部 */
.header {
  width: 100%;
  height: auto;
  background-color: var(--main-color);
}


.head-title {
  width: 100%;
  height: 122px;
  border-bottom: 1px solid rgba(248, 244, 244, 0.7);

}

.head-title .logo {
  display: inline-block;
  width: auto;
  height: 62px;
}

.head-title .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.head-title .ph img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-right: 14px;
}

.head-title .ph p {
  font-size: 22px;
  color: #ffffff;
}

.head-title .ph strong {
  font-size: 24px;
  color: #ffffff;
}

.header-bottom {
  width: 100%;
  height: 60px;
}

.header-bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.3s;
}

.header-bottom ul li a {
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
}


.header-bottom ul li:hover {
  background-color: #00bf5e;
}

/* 轮播 */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-bullet {
  width: 15px;
  height: 7px;
  border-radius: 4px;
}

.banner-pagination {
  position: absolute;
  bottom: 5%;
  z-index: 9999;
}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.common-tl {
  text-align: center;
}

.common-tl h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.common-tl p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #686868;
  margin-top: 10px;
}

/* 关于我们 */
.abouts {
  width: 100%;
  height: auto;
  padding: 45px 0 80px 0;
  background-color: #f4f4f4;
}

.abouts .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-con {
  width: 100%;
  margin: 40px 0 20px 0;
}

.about-con .text {
  font-size: 20px;
  flex: 1;
  line-height: 47px;
  color: #444444;
}

.about-con img {
  width: 607px;
  height: 354px;
  object-fit: cover;
  vertical-align: bottom;
  margin-left: 25px;
}

.com-more {
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  height: 40px;
  background-color: #019944;
  border-radius: 20px;
  text-align: center;
  padding: 0 35px;
  line-height: 40px;
  color: #ffffff;
}

/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.culture ul {
  margin-top: 28px;
}

.culture li {
  position: relative;
  width: 390px;
  height: 420px;
  margin-right: 15px;
  overflow: hidden;

}

.culture li:last-child {
  margin-right: 0;
}

.culture li:hover img {
  transform: scale(1.2);
}

.culture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.culture .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.culture .text h6 {
  font-size: 20px;
  color: #ffffff;
}

.culture .text .ls {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
  color: #ffffff;
}

.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

/* 产品中心 */
.products {
  width: 100%;
  height: auto;
  padding: 35px 0 60px 0;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.products-con {
  width: 100%;
  height: auto;
  margin-top: 29px;
}

.products .common-card {
  width: 1685px;
}

.productsItem li {
  width: 414px;
  height: auto;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  margin: 0 8px 20px 0;
}

.productsItem li img {
  width: 100%;
  height: 269px;
  object-fit: cover;
  vertical-align: bottom;
}

.productsItem li .name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #444444;
}

/* 大优势强力打造 */
.advantage {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}

.advantage .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.advantage .title h6 {
  font-size: 34px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  color: #000000;
}

.advantage .title i {
  font-size: 125px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  color: #0d9033;
}

.advantage .title .ls {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  width: fit-content;
  padding: 0 20px;
  color: #ffffff;
  height: 32px;
  background-color: #0d9033;
  border-radius: 3px;
}

.advantage .item {
  margin-bottom: 30px;
}

.advantageItem li {
  display: flex;
  margin-bottom: 35px;

}

.advantageItem li img {
  width: 607px;
  height: auto;
}

.advantageItem .rt {
  flex: 1;
}

.advantageItem .nu {
  width: 50px;
  height: 50px;
  background-color: #0d9033;
  font-family: Impact;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-right: 20px;
}

.advantageItem .txt h6 {
  font-size: 24px;
  font-weight: bold;
  color: #0d9033;
}

.advantageItem .txt p {
  font-size: 12px;
  margin-top: 5px;
  color: #000000;
}

.advantageItem .text {
  margin-top: 10px;
}

.advantageItem .text .ls {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  color: #353535;
}

.advantageItem .text .ls::before {
  display: flex;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000000;
  margin-right: 10px;
}

/* 案例展示 */
.case {
  width: 100%;
  height: auto;
  padding: 35px 0 45px 0;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}

.caseSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 28px;
}

.caseSwiper img {
  width: 100%;
  height: 339px;
  object-fit: cover;
  vertical-align: bottom;
}

.caseSwiper .name {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 45px 0 30px 0;
}

.news .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-con {
  margin: 47px 0 25px 0;
}

.news-con .lt {
  width: 594px;
  height: auto;
  margin-right: 18px;
}

.news-con ul {
  flex: 1;
}

.news-con .lt img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  vertical-align: bottom;
}

.news-con .text h6 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ebebeb;
}

.news-con .lt .text {
  display: inline-block;
  width: 100%;
  background-color: #348100;
  padding: 10px 16px 15px 10px;
}

.news-con .text .ls {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ebebeb;
}

.news-con li a {
  width: 100%;

}

.news-con li .text {
  flex: 1;
}

.news-con li {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 28px;
}

.news-con .time {
  text-align: center;
  width: 70px;
  border-right: 1px solid #d2d2d2;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 1px;
  color: #9e9e9e;
}

.news-con li .text h6 {
  color: #333333;
}

.news-con li .text .ls {
  color: #999999;
}

.news-con li:last-child {
  margin-bottom: 0;
}

.footer {
  background-color: #348100;
  width: 100%;
  height: auto;
}

.footer .logo {
  height: 62px;
  width: auto;
  object-fit: contain;
  margin-right: 33px;
}

.footer .con {
  padding: 30px 0 20px;
  width: 100%;
  border-top: 1px solid rgba(248, 244, 244, 0.7);
  border-bottom: 1px solid rgba(248, 244, 244, 0.7);
}

.footer .con ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer .con li {
  display: flex;
  flex-direction: column;
}

.footer .con li P {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.footer .con li span {
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
}

.footer .con li .qr {
  width: 183px;
  height: 183px;
  object-fit: cover;
  margin-top: 15px;
}

.footer .bto {
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
}