/* 头部 */
.flex {
  display: flex;
}

.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;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-card {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

/* 头部 */

.header {
  width: 100%;
  height: 57px;
}

.header .logo {
  display: inline-block;
  height: 52px;
  width: auto;
}

.header .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.header .text p {
  width: fit-content;
  height: 21px;
  background-color: #0d9033;
  border-radius: 5px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  padding: 0 10px;
  color: #ffffff;
}

.header .lt {
  width: fit-content;
  margin-right: 60px;
}

.header ul {
  flex: 1;
}

.header .text {
  width: auto;
  border-left: 2px solid #e5e5e5;
  padding-left: 8px;
  margin-left: 4px;
}

.header .text .ls {
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
}

.header li a {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}

.header ul li {
  height: 100%;
  line-height: 57px;
  padding: 0 16px;
  transition: all 0.3s;
}

.header ul li:hover {
  background-color: #0d9033;
}

.header ul li:hover a {
  color: #fff;
}

/* 轮播 */

.headerSwiper {
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
}

.swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* 搜索 */

.homeSearch {
  width: 100%;
  height: 105px;
  background-color: #f3f3f3;
}

.homeSearch-text {
  border-right: 1px solid #e9e9e9;
  padding-right: 8px;
}

.homeSearch-text h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
}


.homeSearch-text h4 {
  font-size: 18px;
  color: #ffffff;
  background-color: #4da31a;
  width: auto;
  height: 26px;
  text-align: center;
  margin-top: 11px;
}

.homeForm {
  position: relative;
  display: flex;
  margin-left: 18px;
}

.homeForm p {
  font-size: 12px;
  color: #5f5f5f;
  margin-top: 12px;
}

.homeForm input[type='text'] {
  height: 36px;
  width: 467px;
  border-top: 1px solid rgba(142, 129, 129, 0.5);
  border-bottom: 1px solid rgba(142, 129, 129, 0.5);
  font-size: 12px;
  color: #5f5f5f;
  background-color: #f3f3f3;
  padding-left: 10px;
}

.homeForm input[type='submit'] {
  width: 21px;
  height: 19px;
  position: absolute;
  top: 12%;
  left: 58%;
  background-image: url(../img/ic1.png);
  background-repeat: no-repeat;
}

.homeForm .hotline {
  border-left: 1px solid #e9e9e9;
  padding-left: 30px;
  margin-left: 33px;
}

.homeForm .hotline span {
  font-size: 12px;
  color: #5f5f5f;
}

.homeForm .hotline div {
  display: flex;
  align-items: center;
}

.homeForm .hotline img {
  width: 19px;
  height: 19px;
  object-fit: cover;
}

.homeForm .hotline h5 {
  font-size: 30px;
  font-weight: bold;
  color: #0d9033;
}

.common-tl {
  text-align: center;
}

.common-tl h2 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  background: url(../img/ic3.png) center no-repeat;
  background-size: 454px 28px;

}

.common-tl p {
  font-size: 20px;
  margin-top: 8px;
  letter-spacing: 1px;
  color: #777777;
}

/* 产品展示 */
.products {
  width: 100%;
  height: auto;
  padding: 25px 0 60px 0;
}

.products .common-card {
  max-width: 1310px;
}

.product-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 28px;
}

.productItem li {
  width: 312px;
  height: auto;
  margin: 0 15px 20px 0;
}

.productItem li img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  vertical-align: bottom;
}

.productItem li .name {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 15px;
  text-align: center;
  line-height: 48px;
  margin-top: 3px;
  color: #000000;
}

.productItem li:nth-child(4n) {
  margin-right: 0;
}

/* 公司简介 */
.company {
  width: 100%;
  height: auto;
  padding: 75px 0;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.company-con {
  width: 100%;
  height: 460px;
  margin-top: 50px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px 0px rgba(9, 1, 4, 0.07);
  border: solid 1px #e9e9e9;
  padding: 45px 40px 35px 40px;
}

.company-con img {
  width: 595px;
  height: 100%;
  object-fit: cover;
}

.company-con .tl h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.company-con .tl::after {
  display: block;
  content: '';
  width: 22px;
  height: 3px;
  background-color: #4da31a;
  margin-top: 20px;
}

.company-con .tl p {
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 1px;
  color: #888888;
}

.company-con .text {
  flex: 1;
  border-left: 1px solid #e9e9e9;
  margin-left: 30px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.company-con .ls {
  font-size: 14px;
  line-height: 31px;
  color: #252525;
}

.company-con .more {
  width: 140px;
  height: 48px;
  background-color: #0d9033;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.company-con .more::after {
  display: block;
  content: '>';
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}

.bannerImg img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: bottom;
}

.advantage {
  width: 100%;
  background-color: #fbfbfb;
  height: auto;
  padding: 45px 0 70px 0;
}

.advantage .title h2 {
  font-size: 34px;
  font-weight: normal;
  font-style: italic;

  letter-spacing: 1px;
  color: #000000;
}

.advantage .title h2 span {
  font-size: 125px;
  font-weight: bold;
  font-style: italic;
  color: #0d9033;
  text-shadow: 5px 15px 9px rgba(0, 0, 0, 0.2);
}

.advantage .title h2 i {
  font-weight: bold;
  color: #0d9033;
}

.advantage .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage .title p {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  width: fit-content;
  padding: 0 10px;
  height: 22px;
  background-color: #0d9033;
  border-radius: 3px;
}

.advantageItem img {
  width: 615px;
  height: auto;
  object-fit: cover;
}

.advantageItem {
  margin-top: 40px;
}

.advantageItem .nu {
  width: 50px;
  height: 50px;
  background-color: #0d9033;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  color: #ffffff;
}

.advantageItem .h h6 {
  font-size: 24px;
  font-weight: bold;
  color: #0d9033;
}

.advantageItem .h p {
  font-size: 12px;
  color: #000000;
}

.advantageItem .item {
  margin-bottom: 40px;
}

.advantageItem .rt {
  flex: 1;
}

.advantageItem .item .tl {
  margin-bottom: 12px;
}

.advantageItem .ls {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  color: #353535;
}

.advantageItem .ls::before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000000;
  margin-right: 5px;
}

.advantageItem li:last-child {
  flex-direction: row-reverse;
}

.news {
  width: 100%;
  height: auto;
  padding: 40px 0 50px 0;
}

.news-con .rt {
  position: relative;
  width: 755px;
  height: auto;

}

.news-con .rt img {
  object-fit: cover;
  width: 100%;
    height: 100%;
  vertical-align: bottom;
}

.news-con .text h6 {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s;
}

.news-con .text .ls {
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  margin-top: 5px;
  transition: all 0.3s;
}

.news-con .rt h6,
.news-con .rt .ls {
  color: #fff;
}

.news-con .rt .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: inline-block;
  padding: 20px;
  height: 113px;
  background-color: rgba(52, 163, 37, 0.9);
}

.news-con ul {
  flex: 1;
}

.news-con .nu {
  font-size: 40px;
  font-weight: bold;
  color: #979797;
  border-right: 1px solid #bdbdbd;
  margin-right: 15px;
  transition: all 0.3s;
  padding-right: 15px;
}

.news-con li {
  padding: 16px 18px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}

.news-con li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.news-con li .text {
  padding: 10px 0;
  position: relative;
}

.news-con li:hover {
  background-color: #4da31a;
  box-shadow: 2px 2px 15px #4da31a;
}

.news-con li:hover .nu,
.news-con li:hover h6,
.news-con li:hover .ls {
  color: #fff;
}

.news-con li:hover .nu {
  border-right: 1px solid #fff;
}

.news-con .rt .text::after {
  position: absolute;
  left: 37px;
  top: -20px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #4da31a;
  opacity: 0.9;
}

.footer {
  width: 100%;
  height: auto;
}

.footer ul {
  display: flex;
  justify-content: space-between;
}

.footer ul li,
.footer li .item,
.footer li form {
  display: flex;
  flex-direction: column;
}

.footer .top {
  width: 100%;
  height: auto;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 50px 0 20px 0;
}

.footer li p {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.footer li span,
.footer li a {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}

.footer li p::after {
  display: block;
  content: '';
  width: 253px;
  height: 1px;
  background-color: #4da31a;
  opacity: 0.16;
  margin: 15px 0 20px 0;
}

.footer li img {
  width: 146px;
  height: 146px;
  object-fit: cover;
}

.footer li h6 {
  font-size: 14px;
  text-align: left;
  padding-left: 5px;
  color: #000000;
}

.footer li .item:first-child {
  margin-right: 20px;
}

.footer input[type=text] {
  width: 301px;
  height: 42px;
  font-size: 14px;
  margin-bottom: 3px;
  padding-left: 10px;
  color: #ffffff;
  background-color: rgba(22, 22, 22, 0.25);
}

.footer input[type=text]::placeholder,
.footer textarea::placeholder {
  color: #ffffff;
}

.footer textarea {
  width: 301px;
  height: 57px;
  color: #ffffff;
  padding: 10px 0 0 10px;
  font-size: 14px;
  background-color: #000000;
  opacity: 0.25;
}

.footer input[type=submit] {
  width: 301px;
  height: 42px;
  background-color: #84ce13;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  margin-top: 9px;
}

.footer .bto {
  text-align: center;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  background-color: #0d9033;
  color: #ffffff;
}

.news-con {
  margin-top: 28px;
}




/* recovery */
.recovery {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.recovery ul {
  position: relative;
  margin-top: 25px;
  justify-content: space-around;
}

.recovery ul::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  top: 70px;
  border-bottom: 1px dashed #cbcbcb;
}

.recovery li .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: url(../img/ic8.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.recovery li::before {
  display: block;
  content: '';
  position: absolute;
  width: 18px;
  height: 23px;
  right: -60px;
  top: 61px;
  background: url(../img/ic8-1.png) no-repeat;
  background-size: contain;
}

.recovery li:last-child::before {
  display: none;
}

.recovery li img {
  height: 39px;
  width: auto;
  object-fit: contain;
}

.recovery .active,
.recovery li:hover .default {
  display: none;
}

.recovery li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recovery li h6 {
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}

.recovery .text {
  margin-top: 15px;
  text-align: center;
}

.recovery li p {
  margin-top: 8px;
  color: #cbcbcb;
  font-size: 14px;
}

.recovery li:hover .img {
  cursor: pointer;
  transform: rotate(360deg);
  background: url(../img/ic8-2.png) no-repeat;
}

.recovery li:hover h6 {
  color: #007c14;
}

.recovery li:hover .active {
  display: block;
}