#banner-swiper .swiper-wrapper {
  width: 100%;
  height: 690px;
}
#banner-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: #000000;
  position: relative;
}
#banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#banner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: 0.3s;
  background: #999999;
}
#banner-swiper .swiper-pagination-bullet-active {
  background: #ff7700;
  width: 20px;
  border-radius: 30px;
}
.scheme-view {
  margin: 0 auto;
  background: #e9e9e9;
  padding: 50px 40px;
}
.scheme-view .swiper-container {
  width: 100%;
}
.scheme-view .scheme-title h2 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.scheme-view .scheme-title p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.scheme-view .swiper-slide {
  background: #e9e9e9 !important;
}
.scheme-view .swiper-slide .scheme-img-content {
  height: 280px;
  display: block;
}
.scheme-view .swiper-slide .scheme-img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scheme-view .swiper-slide .scheme-text-content {
  text-align: center;
  display: block;
}
.scheme-view .swiper-slide .scheme-text-content h4 {
  display: inline-block;
  font-size: 18px;
  margin: 20px auto;
  color: #444444;
  vertical-align: middle;
}
.scheme-view .swiper-slide .scheme-text-content span {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #797979;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
}
.scheme-view .swiper-slide > p {
  text-align: center;
}
@keyframes productBottomBtn {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
    color: red;
  }
}
.anchor-bottom-btn {
  background: #e9e9e9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: auto;
  position: relative;
  animation: productBottomBtn 1s ease 1s infinite alternate;
}
.anchor-bottom-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-view {
  width: 1200px;
  margin: 50px auto;
  padding: 50px 0;
}
.product-view .product-title h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 28px;
}
.product-view .product-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-view .product-content li {
  display: inline-block;
  vertical-align: top;
  background: #f1f1f1;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.6s;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.product-view .product-content li h2 {
  color: #9d9d9d;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-view .product-content li:hover {
  transform: translateY(-4px);
  box-shadow: 0px 2px 4px 2px #bbbbbb;
}
.product-view .product-content li a {
  width: 100%;
}
.product-view .product-content li a img {
  width: 100%;
}
.product-view .product-content .product-content-left {
  width: 76.2%;
  display: inline-block;
  vertical-align: top;
}
.product-view .product-content .product-content-left ul {
  width: 100%;
}
.product-view .product-content .product-content-left ul li {
  width: 30%;
}
.product-view .product-content .product-content-right {
  width: 23.4%;
  display: inline-block;
  vertical-align: top;
}
.product-view .product-content .product-content-right .product-item {
  margin-right: 0px;
  width: 100%;
}
.product-view .product-content .product-content-right .product-item img {
  width: 100%;
}
.product-view .product-content .product-item-show {
  transform: translateY(0);
  opacity: 1;
}
.product-view .product-tab {
  margin-top: 50px;
  width: 100%;
  text-align: right;
  padding: 0 20px;
}
.product-view .product-tab li {
  display: inline-block;
  margin-left: 20px;
}
.product-view .product-tab li a {
  color: #444;
  font-size: 14px;
  cursor: pointer;
}
.product-view .product-tab li a:hover {
  color: #3fd999;
}
.product-view .product-tab .active {
  color: #3fd999;
}
.product-view .product-list {
  margin: 10px auto;
  margin-top: 30px;
  width: 1200px;
}
.product-view .product-list .product-item {
  width: 23%;
  display: inline-block;
  background: #f1f1f1;
  margin: 10px;
  padding: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.6s;
}
.product-view .product-list .product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 2px 4px 2px #bbbbbb;
}
.product-view .product-list .product-item .product-name {
  margin-bottom: 15px;
}
.product-view .product-list .product-item .product-name > a {
  color: #9d9d9d;
  font-size: 14px;
}
.product-view .product-list .product-item .product-img {
  height: 240px;
}
.product-view .product-list .product-item .product-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-view .product-list .product-item-show {
  transform: translateY(0);
  opacity: 1;
}
.marketing-view .marketing-title h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 28px;
}
.marketing-view .marketing-content {
  width: 1200px;
  margin: 40px auto;
}
.marketing-view .marketing-content .marketing-left {
  width: 48%;
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
.marketing-view .marketing-content .marketing-left .marketing-left-img {
  width: 100%;
  position: relative;
}
.marketing-view .marketing-content .marketing-left .marketing-left-img img {
  width: 100%;
}
.marketing-view .marketing-content .marketing-left .marketing-left-img h4 {
  position: absolute;
  z-index: 1000;
  left: 40px;
  bottom: 30px;
  color: #fff;
  font-size: 18px;
}
.marketing-view .marketing-content .marketing-left .marketing-left-list {
  background: #f2f2f2;
  width: 100%;
  height: 170px;
  padding: 30px;
}
.marketing-view .marketing-content .marketing-left .marketing-left-list a {
  width: 45%;
  background: #fff;
  color: #333;
  font-size: 16px;
  padding: 10px 40px;
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.marketing-view .marketing-content .marketing-right {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.marketing-view .marketing-content .marketing-right .marketing-right-img {
  width: 100%;
  position: relative;
}
.marketing-view .marketing-content .marketing-right .marketing-right-img img {
  width: 100%;
}
.marketing-view .marketing-content .marketing-right .marketing-right-img h4 {
  position: absolute;
  z-index: 1000;
  left: 40px;
  bottom: 30px;
  color: #fff;
  font-size: 18px;
}
.marketing-view .marketing-content .marketing-right .marketing-right-list {
  background: #f2f2f2;
  width: 100%;
  height: 170px;
  padding: 30px;
}
.marketing-view .marketing-content .marketing-right .marketing-right-list > h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}
.marketing-view .marketing-content .marketing-right .marketing-right-list > div select {
  display: inline-block;
  width: 100px;
  height: 35px;
  border: 1px solid #999;
  vertical-align: middle;
}
.marketing-view .marketing-content .marketing-right .marketing-right-list > div a {
  display: inline-block;
  width: 100px;
  height: 35px;
  background: #009d85;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}
.promotional-view {
  background: #e9e9e9;
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}
.promotional-view .promotional-title {
  text-align: center;
}
.promotional-view .promotional-title h2 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
}
.promotional-view .promotional-title p {
  font-size: 16px;
  display: block;
  margin-top: 6px;
  margin-bottom: 80px;
  color: #333;
}
.promotional-view .swiper-container {
  background: #fff;
  position: relative;
  transform: scale(1.2);
  width: 100%;
}
.promotional-view .swiper-container .swiper-wrapper {
  background: #fff;
}
.promotional-view .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
  position: relative;
}
.promotional-view .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  cursor: pointer;
  display: block;
}
.promotional-view .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-view {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.promotional-view .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-view video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.promotional-view .swiper-container .promotional-button {
  position: absolute;
  z-index: 1100;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
}
.promotional-view .swiper-container .promotional-button-prev {
  left: 400px;
}
.promotional-view .swiper-container .promotional-button-prev img {
  position: absolute;
  display: block;
  top: 0;
}
.promotional-view .swiper-container .promotional-button-prev:hover img {
  top: -105%;
}
.promotional-view .swiper-container .promotional-button-next {
  right: 400px;
}
.promotional-view .swiper-container .promotional-button-next img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.promotional-view .swiper-container .promotional-button-next:hover img {
  top: -105%;
}
.promotional-view .swiper-container .shade {
  height: 100%;
  width: 32.9%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  z-index: 1000;
}
.promotional-view .swiper-container .left-shade {
  left: 0;
}
.promotional-view .swiper-container .right-shade {
  right: 0;
}
.promotional-view .bottom-view {
  background: #fff;
  height: 180px;
  padding-top: 80px;
}
.news-view {
  padding-bottom: 120px;
  background: #f7f7fc;
  padding-top: 10px;
}
.news-view .news-title {
  text-align: center;
  margin: 50px 0;
}
.news-view .news-title h2 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  margin-bottom: 40px;
}
.news-view .swiper-container {
  padding: 0 50px;
}
.news-view .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.news-view .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.news-view .swiper-container .swiper-wrapper .swiper-slide .new-content-text {
  display: block;
  padding: 20px;
  height: 220px;
}
.news-view .swiper-container .swiper-wrapper .swiper-slide .new-content-text span {
  color: #999;
}
.news-view .swiper-container .swiper-wrapper .swiper-slide .new-content-text h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.news-view .swiper-container .swiper-wrapper .swiper-slide .new-content-text p {
  font-size: 14px;
  color: #555;
}
