.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide video{
max-height:100vh;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img{
max-height:100vh;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  right: 10%;
  top: 50%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text img {
  width: 443px;
  height: 61px;
  display: block;
}
.home .banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}
.home .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  transition: all 600ms;
  opacity: 1;
}
.home .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0B9F27;
  opacity: 1;
}
.home .main {
  width: 100%;
}
.home .main .pros {
  width: 85%;
  margin: 60px auto;
}
.home .main .pros .title {
  text-align: center;
}
.home .main .pros .title .cn {
  color: #141414;
  font-size: 48px;
  font-weight: bolder;
}
.home .main .pros .title .en {
  color: #C8C8C8;
  font-size: 24px;
  margin-top: 20px;
  text-transform: capitalize;
}
.home .main .pros .types {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E7ECEE;
  margin-top: 40px;
  flex-wrap: wrap;
}
.home .main .pros .types .item {
  display: flex;
  align-items: center;
  position: relative;
}
.home .main .pros .types .item::after {
  content: "/";
  display: block;
  margin: 0 30px;
  color: #DCDCDC;
}
.home .main .pros .types .item .a1 {
  color: #999999;
  display: block;
  position: relative;
  padding: 20px 10px;
  transition: all 600ms;
}
.home .main .pros .types .item .a1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 3px;
  background: #0B9F27;
}
.home .main .pros .types .item .aList {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #E7ECEE;
  z-index: 100;
  background: white;
  padding: 10px 0 20px 0;
  display: none;
}
.home .main .pros .types .item .aList a {
  display: block;
  padding: 8px 20px;
  color: #646464;
  font-size: 14px;
  transition: all 600ms;
}
.home .main .pros .types .item .aList a:hover {
  color: #0B9F27;
}
.home .main .pros .types .item:hover .a1 {
  color: #120E0F;
}
.home .main .pros .types .item:hover .a1::after {
  width: 100%;
}
.home .main .pros .types .item:hover .aList {
  display: block;
}
.home .main .pros .types .item:last-child::after {
  display: none;
}
.home .main .pros .types .active .a1 {
  color: #120E0F;
}
.home .main .pros .types .active .a1::after {
  width: 100%;
}
.home .main .pros .mobile {
  width: 100%;
  margin: 20px auto;
  display: none;
}
.home .main .pros .mobile .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.home .main .pros .mobile .t1 .search {
  font-size: 20px;
  color: #222222;
}
.home .main .pros .mobile .t1 .sx {
  display: flex;
  align-items: center;
}
.home .main .pros .mobile .t1 .sx p {
  font-size: 18px;
  color: #222222;
}
.home .main .pros .mobile .nr {
  background: white;
  padding: 30px 0;
  width: 100%;
  display: none;
}
.home .main .pros .mobile .nr .types2 .a1 {
  display: block;
  position: relative;
  cursor: pointer;
}
.home .main .pros .mobile .nr .types2 .a1 .d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 18px 5%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.home .main .pros .mobile .nr .types2 .a1 .d1 p {
  color: #222222;
  font-size: 18px;
}
.home .main .pros .mobile .nr .types2 .a1 .d1 img {
  width: 20px;
  transform: rotate(90deg);
  opacity: 0.2;
}
.home .main .pros .mobile .nr .types2 .a1 .d2 {
  width: 100%;
  border: none;
  background: white;
  display: none;
}
.home .main .pros .mobile .nr .types2 .a1 .d2 a {
  display: block;
  padding: 15px 8%;
  transition: all 600ms;
  color: black;
}
.home .main .pros .mobile .nr .types2 .a1 .d2 a:hover {
  background: black;
  color: white;
}
.home .main .pros .mobile .nr .types2 .a1:hover {
  background: #EEEEEE;
}
.home .main .pros .mobile .nr .types2 .a1:hover .d1 {
  border-color: #EEEEEE;
}
.home .main .pros .allItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.home .main .pros .allItems .swiper-container {
  width: 100%;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide {
  padding: 10px 0;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  border-radius: 10px;
  transition: all 600ms;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
height:304px;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a p {
  padding: 20px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
  transition: all 600ms;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a:hover {
  transform: translateY(-10px);
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a:hover p {
  color: #0B9F27;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide .more {
  background: #0B9F27;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 95%;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide .more p {
display:none;
}
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide .more:hover p {
  color: white;
}
.home .main .pros .btns {
  display: flex;
  justify-content: center;
}
.home .main .pros .btns .btn1 {
  display: flex;
  width: 280px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  font-weight: bolder;
  background: #0B9F27;
  padding: 15px 0;
}
.home .main .pros .btns .btn1 img {
  margin-left: 20px;
}
.home .main .pros .btns .btn2 {
  border: 1px solid #0B9F27;
  width: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin-left: 20px;
}
.home .main .pros .btns .btn2 .p1 {
  color: #0B9F27;
  font-size: 32px;
  font-weight: bolder;
  margin: 0 20px;
}
.home .main .pros .btns .btn2 .p2 {
  color: #333333;
  font-size: 28px;
}
.home .main .about {
  width: 85%;
  padding: 60px 7.5%;
  background: url("../images/abg.png") no-repeat;
  background-size: cover;
}
.home .main .about .title {
  text-align: center;
}
.home .main .about .title .cn {
  color: #141414;
  font-size: 48px;
  font-weight: bolder;
}
.home .main .about .title .en {
  color: #C8C8C8;
  font-size: 24px;
  margin-top: 20px;
  text-transform: capitalize;
}
.home .main .about .t2 {
  color: #0B9F27;
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
}
.home .main .about .des {
  color: #141414;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.home .main .about .content {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .main .about .content .item {
  width: 30%;
}
.home .main .about .content .item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .about .content .item2 {
  width: 40%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .main .about .content .item2 .p1 {
  writing-mode: vertical-rl;
  color: #999999;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 5px;
  line-height: 3;
}
.home .main .about .content .item2 .p2 {
  writing-mode: vertical-rl;
  color: #666666;
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-left: 60px;
}
.home .main .about .content .item3 {
  width: 30%;
}
.home .main .about .content .item4 {
  width: 40%;
}
.home .main .about a {
  width: 164px;
  height: 58px;
  background: #0B9F27;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  align-items: center;
  color: white;
}
.home .main .about a img {
  width: 35px;
  margin-left: 15px;
}
.home .main .news {
  width: 85%;
  margin: 60px auto;
}
.home .main .news .title {
  text-align: center;
}
.home .main .news .title .cn {
  color: #141414;
  font-size: 48px;
  font-weight: bolder;
}
.home .main .news .title .en {
  color: #C8C8C8;
  font-size: 24px;
  margin-top: 20px;
  text-transform: capitalize;
}
.home .main .news .allNews {
  width: 100%;
  margin: 60px 0;
}
.home .main .news .allNews .swiper-container {
  width: 100%;
}
.home .main .news .allNews .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
}
.home .main .news .allNews .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .news .allNews .swiper-container .swiper-wrapper .swiper-slide .t1 {
  color: #141414;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 25px 0;
  transition: all 600ms;
}
.home .main .news .allNews .swiper-container .swiper-wrapper .swiper-slide .time {
  display: inline-block;
  color: #666666;
  background: #F3F3F3;
  padding: 10px 18px;
  font-size: 14px;
}
.home .main .news .allNews .swiper-container .swiper-wrapper .swiper-slide:hover .t1 {
  color: #0B9F27;
}
.home .main .news .old {
  width: 100%;
}
.home .main .news .old .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E7ECEE;
  margin-bottom: 20px;
}
.home .main .news .old .t1 .tag {
  background: #0B9F27;
  display: inline-block;
  padding: 10px 30px;
  color: white;
  font-size: 20px;
}
.home .main .news .old .t1 a {
  color: #A5A5A5;
  font-size: 14px;
}
.home .main .news .old .allItems {
  display: flex;
  justify-content: space-between;
}
.home .main .news .old .allItems .l {
  width: 30%;
}
.home .main .news .old .allItems .l a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 15px;
}
.home .main .news .old .allItems .l a .p1 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  transition: all 600ms;
}
.home .main .news .old .allItems .l a .p2 {
  color: #999999;
  width: 100px;
  text-align: right;
}
.home .main .news .old .allItems .l a:hover .p1 {
  color: #0B9F27;
}
@media screen and (max-width: 1300px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
    width: 80%;
    padding: 10px 5%;
    right: 5%;
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text img {
    width: 80%;
    object-fit: contain;
  }
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    font-size: 12px;
  }
  .home .main .pros {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .pros .title .cn {
    font-size: 24px;
  }
  .home .main .pros .title .en {
    font-size: 18px;
    margin-top: 10px;
  }
  .home .main .pros .types {
    display: none;
  }
  .home .main .pros .mobile {
    display: block;
  }
  .home .main .pros .allItems {
    margin: 0 0 20px 0;
  }
  .home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a p {
    padding: 10px;
font-size:16px;
  }
.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide a .pic img{
height:100px;
}
  .home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide .more {
    padding: 50px 0;
    height: 44px;
  }
  .home .main .pros .btns {
    flex-direction: column;
  }
  .home .main .pros .btns .btn1 {
    width: 100%;
    font-size: 20px;
  }
  .home .main .pros .btns .btn2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .home .main .pros .btns .btn2 .p1 {
    font-size: 20px;
  }
  .home .main .pros .btns .btn2 .p2 {
    font-size: 18px;
  }
  .home .main .about {
    width: 90%;
    padding: 30px 5%;
  }
  .home .main .about .title .cn {
    font-size: 24px;
  }
  .home .main .about .title .en {
    font-size: 18px;
    margin-top: 10px;
  }
  .home .main .about .t2 {
    margin: 20px 0;
    font-size: 20px;
  }
  .home .main .about .content .item {
    width: 100%;
  }
  .home .main .about .content .item2 {
    width: 100%;
    padding: 30px 0;
  }
  .home .main .news {
    width: 90%;
    margin: 30px auto;
  }
.home .main .news .old .allItems a{
width:100% !important;
}
  .home .main .news .title .cn {
    font-size: 24px;
  }
  .home .main .news .title .en {
    font-size: 18px;
    margin-top: 10px;
  }
  .home .main .news .allNews {
    margin: 30px 0;
  }
  .home .main .news .allNews .swiper-container .swiper-wrapper .swiper-slide .t1 {
    font-size: 20px;
  }
  .home .main .news .old .allItems {
    flex-direction: column;
  }
  .home .main .news .old .allItems .l {
    width: 100%;
  }
}

.home .main .about .content {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.home .main .about .content .item {
    width: 33.3%;
}

.home .main .about .content .item img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 347px
}

.home .main .pros .allItems .swiper-container .swiper-wrapper .swiper-slide .more p {
    overflow: visible;
}


/*# sourceMappingURL=index.css.map */
