.index-title {
  text-align: center;
}
.index-title .en {
  color: #008238;
  font-size: 36px;
  text-transform: uppercase;
  -webkit-transform: scaleY(1.2);
  -ms-transform: scaleY(1.2);
  transform: scaleY(1.2);
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.index-title .cn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  margin-top: 16px;
}
.index-title .cn .line:nth-of-type(1) div {
  animation-name: fadeInLeft;
}
.index-title .cn .line:nth-of-type(2) div {
  animation-name: fadeInRight;
}
.index-title .cn .line {
  width: 398px;
  display: flex;
  align-items: center;
}
.index-title .cn .line .round1 {
  flex: 1;
  height: 1px;
  background-color: #b0b0b0;
}
.index-title .cn .line .round2 {
  width: 30px;
  height: 5px;
  background-color: #008238;
}
.index-title .cn .round1 {
  background-color: #c5e3df;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.index-title .cn .round2 {
  background-color: #008238;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.index-title .cn span {
  color: #505050;
  font-size: 24px;
  margin: 0 16px;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.search-bar {
  width: 100%;
  height: 100px;
  background: url(../images/bg.jpg) no-repeat center center;
}
.search-bar .cont {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.search-bar .cont p {
  color: #333333;
  font-size: 18px;
}
.search-bar .cont p a {
  padding: 0 6px;
}
.search-bar .cont .search-box {
  width: 368px;
  line-height: 44px;
  border: 1px solid #d6d6d6;
  border-radius: 23px;
  padding: 0 24px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15) inset;
}
.search-bar .cont .search-box form {
  display: flex;
  align-items: center;
  color: #a0a0a0;
  font-size: 18px;
}
.search-bar .cont .search-box form input {
  line-height: 44px;
  flex: 1;
  background: transparent;
}
.search-bar .cont .search-box form button {
  width: 27px;
  height: 27px;
  border: none;
  cursor: pointer;
  line-height: 44px;
  background: url(../images/search.png) no-repeat center center;
}
.index-container .index-1 {
  width: 100%;
  padding-top: 100px;
}
.index-container .index-1 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-container .index-1 .cont .pro-list {
  width: 100%;
  margin-top: 50px;
}
.index-container .index-1 .cont .pro-list .preview {
  width: 100%;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container {
  width: 100%;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper {
  width: 100%;
  justify-content: center;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  margin: 0 8px;
  padding: 0 2em;
  border-radius: 99px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  background: #7f7f7f;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  border-radius: 99px;
  background-color: #008238;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide.active-nav {
  font-weight: bold;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide.active-nav::before {
  left: 0;
  width: 100%;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(1) {
  animation-delay: 0.1s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2) {
  animation-delay: 0.2s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(3) {
  animation-delay: 0.3s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(4) {
  animation-delay: 0.4s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(5) {
  animation-delay: 0.5s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(6) {
  animation-delay: 0.6s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(7) {
  animation-delay: 0.7s;
}
.index-container .index-1 .cont .pro-list .preview .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(8) {
  animation-delay: 0.8s;
}
.index-container .index-1 .cont .pro-list .view .swiper-container {
  padding: 30px 0;
}
.index-container .index-1 .cont .pro-list .view .swiper-container .swiper-wrapper .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
}
.index-container .index-1 .cont .pro-list .view .swiper-container .swiper-wrapper .swiper-slide ul li {
  width: 32%;
  height: 314px;
  margin-right: 2%;
  overflow: hidden;
  margin-top: 24px;
  transition: all 0.5s linear;
}
.index-container .index-1 .cont .pro-list .view .swiper-container .swiper-wrapper .swiper-slide ul li .pic {
  overflow: hidden;
}
.index-container .index-1 .cont .pro-list .view .swiper-container .swiper-wrapper .swiper-slide ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-container .index-1 .cont .pro-list .view .swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(3n) {
  margin-right: 0;
}
.index-container .index-1 .cont .pro-list .view .swiper-container .swiper-wrapper .swiper-slide ul li:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.index-container .index-1 .cont .pro-list .btns {
  text-align: center;
}
.index-container .index-1 .cont .pro-list .btns a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  line-height: 34px;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.index-container .index-1 .cont .pro-list .btns a .iconfont {
  font-size: 20px;
  font-weight: bold;
}
.index-container .index-1 .cont .pro-list .btns .arrow-left {
  background-color: #e3e3e3;
  animation-name: fadeInLeft;
}
.index-container .index-1 .cont .pro-list .btns .arrow-left .iconfont {
  color: #b5b5b5;
}
.index-container .index-1 .cont .pro-list .btns .arrow-right {
  background-color: #008238;
  animation-name: fadeInRight;
}
.index-container .index-1 .cont .pro-list .btns .arrow-right .iconfont {
  color: #fff;
}
.index-2 {
  padding: 60px 0;
  margin-top: 60px;
  background-color: #e7e7e7;
}
.index-2 .cont {
  display: flex;
  margin-top: 40px;
}
.index-2 .cont .video {
  width: 609px;
  height: 428px;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
.index-2 .cont .info {
  padding: 64px;
  background-color: #fff;
  display: flex;
  height: 428px;
  flex-direction: column;
  justify-content: space-between;
}
.index-2 .cont .info h3 {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-2 .cont .info .desc {
  color: #999999;
  font-size: 16px;
  line-height: 2;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-2 .cont .info .more {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: #008238;
  color: #fff;
  font-size: 24px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 {
  padding: 60px 0 150px;
  background: url(../images/bg2.jpg) no-repeat bottom center;
}
.index-3 .cont {
  position: relative;
  margin-top: 90px;
}
.index-3 .cont .info {
  width: 970px;
  height: 768px;
  padding: 125px 510px 125px 94px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -75px;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.index-3 .cont .info h3 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 .cont .info .desc {
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 .cont .info .contact {
  padding-left: 50px;
  line-height: 1.5;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  background: url(../images/tel.png) no-repeat left center;
}
.index-3 .cont .info .contact p {
  color: #666666;
  font-size: 16px;
}
.index-3 .cont .info .contact h3 {
  color: #008238;
  font-size: 20px;
  font-weight: bold;
}
.index-3 .cont .pic {
  width: 837px;
  height: 563px;
  position: absolute;
  top: 54px;
  right: -75px;
  z-index: 1;
  overflow: hidden;
}
.index-3 .cont .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
.index-3 .cont .pic .more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 107px;
  height: 102px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 102px;
  background-color: #008238;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInBottomLeft;
}
.index-3 .cont ul {
  background-color: #373737;
  position: absolute;
  left: 0;
  bottom: -84px;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  display: flex;
  height: 172px;
  width: 806px;
  align-items: center;
}
.index-3 .cont ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #5f5f5f;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-3 .cont ul li .num {
  color: #fff;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-3 .cont ul li .num span {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
.index-3 .cont ul li p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 1em;
}
.index-3 .cont ul li:last-child {
  border: 0;
}
