/* 头部 */

.header {
  width: 100%;
  height: auto;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.head-title {
  width: 100%;
  height: 89px;
}

.head-title .common-card {
  height: 100%;
}
.head-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-bottom {
  width: 100%;
  height: 54px;
  background-color: #00b061;
}

.header-bottom .common-card {
  height: 100%;
}

.header-bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom ul li {
  height: 100%;
  line-height: 54px;
  padding: 0 25px;
}

.header-bottom ul li a {
  display: inline-block;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
}

.header-bottom ul li:hover {
  background-color: #c10000;
}

/* 轮播 */

.headerSwiper {
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 21px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: #009944 !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 企业 */
.enterprise {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.enterprise ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterprise ul li {
  position: relative;
  width: 289px;
  height: 360px;
}
.enterprise ul li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enterprise .samk {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 18%;
  background-color: rgba(4, 185, 116, 0.8);
  transition: all 0.4s;
}
.enterprise .samk img {
  display: none;
  width: 43px;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: all 0.4s;
}
.enterprise .samk p {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  line-height: 63px;
  transition: all 0.4s;
}
.enterprise ul li:hover .samk {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enterprise ul li:hover .samk p {
  font-size: 30px;
}
.enterprise ul li:hover .samk img {
  display: block;
  opacity: 1;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  background-image: url(../img/icon3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.common-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
.common-title i {
  display: inline-block;
  width: 65px;
  height: 2px;
  margin: 15px 0;
  background-color: #ffffff;
}
.common-title h4 {
  font-size: 20px;

  color: #ffffff;
}
.productCenter .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 35px 0;
}
.productCenter .nav a {
  display: inline-block;
  height: 35px;
  background-color: #ffffff;
  border-radius: 18px;
  width: auto;
  padding: 0 15px;
  line-height: 35px;
  text-align: center;
  margin-right: 21px;
}
.productCenter .nav a:hover,
.product-con ul li:hover .name {
  color: #06b260;
}

.product-con ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-con ul li {
  width: 295px;
  height: auto;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  margin-right: 6px;
}

.product-con ul img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.product-con ul .name {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #2f2f2f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.experience {
  width: 100%;
  height: auto;
  padding: 30px 0 60px 0;
}
.experience-con {
  margin-top: 40px;
}
.experience-con .left {
  flex: 1;
}
.experience-con .left ul li {
  display: flex;
  margin-bottom: 40px;
}
.experience-con .left .number {
  width: 77px;
  height: 77px;
  background-color: #00b061;
  border-radius: 50%;
  font-size: 45px;
  line-height: 77px;
  text-align: center;
  color: #ffffff;
  margin-right: 26px;
}
.experience-con .left .text p {
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 10px;
}
.experience-con .left .text .ls {
  font-size: 18px;
  line-height: 33px;
  width: 450px;

  color: #414141;
}
.experience-con .item {
  display: flex;
  align-items: center;
}
.experience-con .item img {
  width: 609px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
/* 关于我们 */
.aboutUs {
  position: relative;
  width: 100%;
  height: auto;
}
.aboutUs .top {
  width: 100%;
  height: 604px;
  background-color: #00b061;
  background-image: url(../img/icon8.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
}
.aboutUs .number {
  margin-top: 20px;
}
.aboutUs .number span {
  font-size: 60px;
  font-weight: 700;

  letter-spacing: 1px;
  color: #ffffff;
}
.aboutUs .number ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutUs .number ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutUs .number i,
.aboutUs .number h5 {
  font-size: 29px;
  font-weight: normal;

  color: #ffffff;
}
.aboutUs .number h5 {
  margin-top: 40px;
  text-align: center;
}
.aboutUs .bto {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 63%;
  width: 1200px;
  height: 537px;
  background-color: #ffffff;
  box-shadow: 0px 6px 4px 1px rgba(0, 0, 0, 0.05);
  border-radius: 29px;
  display: flex;

  padding: 24px 35px 35px 25px;
}

.aboutUs .bto img {
  width: 547px;
  height: 475px;
  object-fit: cover;
  margin-right: 25px;
}
.aboutUs .bto .text {
  flex: 1;
}
.aboutUs .bto .ls {
  font-size: 18px;
  line-height: 53px;
  color: #000000;
}
.common-more {
  display: inline-block;
  width: 140px;
  height: 47px;
  background-color: #00b061;
  border-radius: 23px;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
/* 荣誉资质 */
.homeHonor {
  width: 100%;
  height: auto;
  background-color: #f1fff8;
  padding: 35px 0 60px 0;
  margin-top: 19%;
}
.homeHonor .common-title h2,
.homeHonor .common-title h4 {
  color: #000;
}
.homeHonor .common-title i {
  background-color: #dcdcdc;
}
.homeHonor .bto,
.equipment .bto,
.news-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.honorSwiper {
  width: 100%;
  height: auto;
  margin: 30px 0 35px 0;
}
.honorSwiper   img {
  width: 292px;
  height: 211px;
  background-color: #ffffff;
  box-shadow: 0px 6px 4px 1px rgba(0, 0, 0, 0.05);
  border: solid 4px #ffffff;
  object-fit: cover;
}
/* 设备展示 */
.equipment {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-image: url(../img/icon11.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.equipment-con {
  margin: 30px 0 40px 0;
}
.equipment-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.equipment-con ul li {
  width: 292px;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  margin: 0 10px 20px 0;
}
.equipment-con ul li:nth-child(4n) {
  margin-right: 0;
}
.equipment-con ul img {
  width: 100%;
  height: 229px;
  object-fit: cover;
}
.equipment-con ul .name {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;

  color: #000000;
}
.equipment .common-more {
  background-color: #fff;
  color: #000;
}
/* 合作伙伴 */
.partner {
  width: 100%;
  height: auto;
  background-color: rgba(8, 205, 84, 0.2);
  padding: 45px 0 20px 0;
}
.partner .common-title h2,
.partner .common-title h4 {
  color: #000;
}
.partner .common-title i {
  background-color: #009944;
}
.partnerSwiper {
  width: 100%;
  height: 355px;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 50px;
}
.partnerSwiper a {
  display: inline-block;
  width: 291px;
  height: 66px;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.partnerSwiper .swiper-slide {
  height: calc(100% / 4) !important;
}
.partnerSwiper .partner-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #00b061;
  border-radius: 8px;
  opacity: 1;
}

.partnerSwiper .swiper-pagination-bullet-active {
  background-color: red !important;
}
.homeBg {
  width: 100%;
  height: 330px;
  background-color: #00b450;
  background-image: url(../img/icon15.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
/* 新闻资讯 */
.homeNews {
  width: 100%;
  height: auto;
  background-color: rgba(4, 185, 116, 0.2);
  padding: 50px 0 35px 0;
}
.homeNews .common-title h2 {
  color: #000;
}
.homeNews .common-title i {
  background-color: #067b2d;
}
.homeNews .common-title h4 {
  color: #696969;
}
.news-con {
  margin-top: 60px;
}
.news-con .top {
  display: flex;
  margin-bottom: 30px;
}
.news-con .left {
  width: 569px;
  height: auto;
  margin-right: 10px;
}
.news-con .right {
  flex: 1;
}
.news-con .left img {
  width: 100%;
  object-fit: cover;
  height: 303px;
}
.news-con .text h5 {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #292929;
}
.news-con .text .ls {
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con .left .text h5 {
  margin-bottom: 15px;
}
.news-con .left .text {
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  padding: 20px 16px 30px 16px;
}
.news-con .right .text{
flex:1;
}
.news-con .right ul .time {
  width: 25%;
  border-right: 1px solid #959595;
}
.news-con .right ul .time h4 {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 10px;
  color: #292929;
}
.news-con .right ul .time span {
  font-size: 20px;
  color: #696969;
}
.news-con .right ul li {
  width: 100%;
  height: 142px;
  background-color: #ffffff;
  padding: 11px 35px 11px 40px;
  margin-bottom: 22px;
}
.news-con .right ul li a {
  display: flex;
  align-items: center;
}
.news-con .right .text h5 {
  margin-bottom: 8px;
}
.news-con .right .text,
.news-con .right .time {
  padding-left: 20px;
}

/* 底部 */
.footer {
  width: 100%;
  height: auto;
  background-image: url(../img/icon14.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.footer .top {
  width: 100%;
  height: 577px;
  background-color: #ffffff;
  border-radius: 19px;
  margin-bottom: 70px;
  padding: 25px 70px 35px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .top .logo {
  width: 490px;
  height: 77px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.footer .top .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .bto {
  display: flex;
  justify-content: space-between;
}
.footer .bto .left {
  font-size: 18px;
  line-height: 61px;
  margin-right: 120px;
  color: #000000;
}
.footer .bto .right {
  width: 506px;
  height: auto;
}
.footer .form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #666666;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.footer .form textarea {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  height: 90px;
  font-size: 14px;
  color: #666666;
  padding-top: 50px;
}
.footer .form input[type='submit'] {
  width: 298px;
  height: 40px;
  background-color: #06b260;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
}
.footer .bottom {
  font-size: 14px;
  width: 100%;
  line-height: 31px;
  text-align: center;

  color: #ffffff;
  padding-bottom: 56px;
}
