main.index .banner {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}
main.index .banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}
main.index .banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
main.index .banner .w-1200 {
  position: relative;
}
main.index .banner .w-1200 .contact-btn {
  width: 106px;
  height: 32px;
  line-height: 32px;
  background-color: #2D914B;
  border: none;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 114px;
}
main.index .banner #banner-swiper-switch {
  width: 1200px;
  position: absolute;
  left: 50%;
  bottom: 128px;
  margin: 0 0 0 -600px;
}
main.index .banner #banner-swiper-switch .swiper-pagination-switch {
  width: 20px;
  height: 4px;
  background-color: #fff;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
main.index .banner #banner-swiper-switch .swiper-pagination-switch.swiper-active-switch {
  width: 48px;
  background-color: #2D914B;
}
main.index .profile {
  width: 100%;
  height: 703px;
}
main.index .profile .w-1200 {
  position: relative;
}
main.index .profile h6.com-t {
  width: 378px;
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
  padding: 64px 0 32px;
  border-bottom: 1px solid #979797;
}
main.index .profile a {
  width: 252px;
  height: 40px;
  line-height: 40px;
  background-color: #2D914B;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 46px 0 0;
  text-align: center;
}
main.index .profile .com-d {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin: 32px 0 0;
  font-weight: 600;
}
main.index .profile span {
  width: 652px;
  font-size: 16px;
  color: #000;
  line-height: 22px;
  display: inline-block;
  margin: 14px 0 0;
}
main.index .profile img {
  width: 572px;
  height: 703px;
  position: absolute;
  top: 0;
  left: calc(652px + 64px);
}
main.index .distribution {
  width: 100%;
  height: 616px;
  background: linear-gradient(94deg, #ffffff 3%, #f4f5f7 96%);
  text-align: center;
  position: relative;
}
main.index .distribution h6.com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
  padding: 64px 0 56px;
}
main.index .distribution p {
  font-size: 16px;
  color: #303133;
  line-height: 24px;
}
main.index .distribution .map-container {
  width: 100%;
  height: 338px;
  margin: 56px 0 0;
  background-image: url("/images/index/img-3.png");
  background-size: cover;
  background-position: center center;
}
main.index .competencies {
  width: 100%;
  height: 598px;
  text-align: center;
}
main.index .competencies h6.com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
  padding: 64px 0 56px;
}
main.index .competencies ul {
  width: 100%;
  display: flex;
  gap: 25px;
}
main.index .competencies ul li {
  width: 220px;
  height: 384px;
  border-radius: 8px;
  background-color: #f4f5f7;
  overflow: hidden;
  position: relative;
}
main.index .competencies ul li > img {
  width: 100%;
  height: 148px;
}
main.index .competencies ul li > p {
  font-size: 16px;
  color: #303133;
  line-height: 22px;
  padding: 24px;
  text-align: left;
}
main.index .competencies ul li .index {
  width: 48px;
  height: 30px;
  background-image: url(/images/index/img-11.png);
  background-position: -10px -10px;
  position: absolute;
  left: 24px;
  bottom: 28px;
  z-index: 2;
}
main.index .competencies ul li .index.index-2 {
  background-position: -10px -110px;
}
main.index .competencies ul li .index.index-3 {
  background-position: -10px -60px;
}
main.index .competencies ul li .index.index-4 {
  background-position: -10px -162px;
}
main.index .competencies ul li .index.index-5 {
  background-position: -10px -214px;
}
main.index .competencies ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
  opacity: 0;
}
main.index .competencies ul li .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
main.index .competencies ul li .bg .blur {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(50, 147, 79, 0.32) 41%, #2d914b);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 0 26px;
  position: relative;
}
main.index .competencies ul li .bg .blur span {
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
main.index .competencies ul li .bg .blur .arrow {
  width: 16px;
  height: 32px;
  background-image: url(/images/arrow-top.png);
  background-size: cover;
  display: inline-block;
  transition: all 0.3s;
  transform: translateY(100px);
  position: absolute;
  bottom: 52px;
  left: 102px;
  right: 102px;
  opacity: 0;
}
main.index .competencies ul li:after {
  content: '';
  width: 170px;
  height: 138px;
  background: url("/images/index/img-10.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
main.index .competencies ul li:hover .bg {
  opacity: 1;
}
main.index .competencies ul li:hover .bg .arrow {
  transform: translateY(0);
  opacity: 1;
}
main.index .history {
  width: 100%;
  height: 632px;
  text-align: center;
  background-color: #f9f9f9;
  background-image: url(/images/index/img-12.png);
  background-size: cover;
}
main.index .history h6.com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
  padding: 56px 0 48px;
}
main.index .history .history-class {
  width: 100%;
  height: 85px;
  background: linear-gradient(332deg, #2d914b 3%, rgba(182, 255, 161, 0.52) 100%);
  display: flex;
  align-items: center;
  gap: 72px;
  justify-content: center;
}
main.index .history .history-class span {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
main.index .history .history-class span.active {
  font-size: 32px;
  font-weight: 600;
}
main.index .history .history-year {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.48);
  border: 1px solid #fff;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}
main.index .history .history-year span {
  font-size: 24px;
  color: #303133;
  cursor: pointer;
}
main.index .history .history-year span.active {
  color: #2D914B;
  font-weight: 600;
}
main.index .history .history-bar {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
}
main.index .history .history-bar:before {
  content: '';
  width: 100%;
  height: 11px;
  background-image: url(/images/index/img-13.png);
  background-size: cover;
  display: inline-block;
  position: sticky;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
main.index .history .history-bar ul {
  height: 100%;
  display: flex;
  gap: 57px;
}
main.index .history .history-bar ul li {
  flex: 0 0 calc((100% - 56px * 2) / 3);
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
main.index .history .history-bar ul li i {
  width: 22px;
  height: 22px;
  background-color: #80BD94;
  border: 4px solid #C8E0CF;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.5);
}
main.index .history .history-bar ul li.active i {
  background-color: #2d914b;
}
main.index .history .history-list {
  width: 100%;
  position: relative;
}
main.index .history .history-list .scroll {
  width: 100%;
  height: 190px;
  overflow-x: hidden;
  padding: 0 0 64px;
  box-sizing: content-box;
}
main.index .history .history-list .scroll ul {
  display: flex;
  gap: 56px;
  flex-wrap: nowrap;
}
main.index .history .history-list .scroll ul li {
  flex: 0 0 calc((100% - 56px * 2) / 3);
  height: 190px;
  background-color: rgba(255, 255, 255, 0.32);
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 5px 5px 20px 0px #fff inset;
  backdrop-filter: blur(10px);
  padding: 24px 32px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
main.index .history .history-list .scroll ul li.active {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  box-shadow: 12px 12px 25px 0px rgba(0, 0, 0, 0.06), 5px 5px 16px 0px #fff inset;
}
main.index .history .history-list .scroll ul li p {
  font-size: 32px;
  color: #2d914b;
  line-height: 45px;
  font-weight: 600;
  padding: 0 0 4px;
}
main.index .history .history-list .scroll ul li span {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #787878;
  line-height: 22px;
  padding-left: 32px;
}
main.index .history .history-list .scroll ul li span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #787878;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
}
main.index .history .history-list .switch {
  width: 56px;
  height: 56px;
  background-image: url('/images/switch-arrow.png');
  display: inline-block;
  position: absolute;
  padding: 7px;
}
main.index .history .history-list .switch i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
main.index .history .history-list .left-switch {
  background-position: -10px -10px;
  left: -73px;
  top: 67px;
}
main.index .history .history-list .right-switch {
  background-position: -86px -10px;
  right: -73px;
  top: 67px;
}
main.index .news {
  width: 100%;
  height: 784px;
  background-color: #fff;
  text-align: center;
}
main.index .news h6.com-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0 56px;
}
main.index .news h6.com-t span {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
}
main.index .news h6.com-t a {
  font-size: 16px;
  color: #2d914b;
  line-height: 24px;
  font-weight: normal;
}
main.index .news h6.com-t a:hover {
  text-decoration: underline;
}
main.index .news .nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
main.index .news .nav ul {
  height: 100%;
  display: flex;
}
main.index .news .nav ul li {
  width: 150px;
  margin-right: 32px;
  cursor: pointer;
}
main.index .news .nav ul li span {
  font-size: 16px;
  line-height: 60px;
  color: #191919;
  position: relative;
  display: inline-block;
}
main.index .news .nav ul li span:hover {
  color: #2D914B;
}
main.index .news .nav ul li.active span {
  color: #2D914B;
}
main.index .news .nav ul li.active span:after {
  content: '';
  height: 3px;
  background-color: #2D914B;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -5px;
  right: -5px;
}
main.index .news .content .news-content {
  width: 100%;
  display: none;
  justify-content: space-between;
  text-align: left;
}
main.index .news .content .news-content.active {
  display: flex;
}
main.index .news .content .news-content .left {
  width: 520px;
}
main.index .news .content .news-content .left .date {
  font-size: 16px;
  color: #909399;
  line-height: 23px;
  margin: 32px 0 0;
}
main.index .news .content .news-content .left .img-box {
  width: 520px;
  height: 248px;
  border-radius: 12px;
  overflow: hidden;
  margin: 16px 0 0;
}
main.index .news .content .news-content .left .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.index .news .content .news-content .left .title {
  font-size: 18px;
  color: #303133;
  line-height: 23px;
  margin: 24px 0 0;
}
main.index .news .content .news-content .left .brief {
  font-size: 14px;
  color: #666;
  line-height: 23px;
  margin: 12px 0 0;
  max-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.index .news .content .news-content .right {
  width: 638px;
  padding: 48px 0 0 120px;
}
main.index .news .content .news-content .right .news-item {
  width: 100%;
  padding: 0 0 24px;
  margin: 24px 0 0;
  border-bottom: 1px solid #dcdfe6;
  position: relative;
}
main.index .news .content .news-content .right .news-item:last-child {
  border-bottom: none;
}
main.index .news .content .news-content .right .news-item .date {
  font-size: 16px;
  color: #909399;
  line-height: 23px;
  position: absolute;
  top: 0;
  left: -120px;
}
main.index .news .content .news-content .right .news-item .title {
  font-size: 18px;
  color: #303133;
  line-height: 23px;
}
main.index .news .content .news-content .right .news-item .brief {
  font-size: 14px;
  color: #666;
  line-height: 23px;
  margin: 12px 0 0;
}
main.index .news .more-btn {
  width: 87px;
  height: 31px;
  line-height: 31px;
  background-color: #2d914b;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 24px 0 0;
}
main.index .suppliers {
  width: 100%;
  background: #f9f9f9;
  text-align: center;
  padding: 64px 0;
}
main.index .suppliers h6.com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
}
main.index .suppliers ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 56px 0 0;
}
main.index .suppliers ul li {
  width: 227px;
  height: 80px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
main.index .suppliers ul li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
main.index .suppliers ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
main.index .customers {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 64px 0;
}
main.index .customers h6.com-t {
  font-size: 30px;
  color: #303133;
  line-height: 30px;
  font-weight: 600;
}
main.index .customers ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 56px 0 0;
}
main.index .customers ul li {
  width: 227px;
  height: 80px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main.index .customers ul li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
main.index .customers ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
