.produce .banner {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
.produce .banner img.bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.produce .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.produce .banner .content h4.title {
  font-size: 42px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
.produce .banner .content h4.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 168px;
  height: 20px;
  background: linear-gradient(360deg, #2673DD 0%, rgba(61, 115, 214, 0) 100%);
}
.produce .banner .content p.desc {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #CCCCCC;
  margin: 30px 0 75px;
}
.produce .banner .content .create {
  width: 162px;
  height: 50px;
  background: #2673DD;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.produce .templateOne {
  width: 100%;
  height: 500px;
  margin: 100px 0 140px;
}
.produce .templateOne .chapter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.produce .templateOne .chapter .left {
  flex: 1;
}
.produce .templateOne .chapter .left .row {
  width: 80px;
  height: 10px;
  background: #2673DD;
  display: block;
}
.produce .templateOne .chapter .left .title {
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin: 28px 0;
}
.produce .templateOne .chapter .left .desc {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 1.5em;
}
.produce .templateOne .chapter .right {
  width: 669px;
  font-size: 0;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
}
.produce .templateOne .chapter .right img {
  width: 100%;
}
.produce .templateTwo {
  height: 650px;
  background: #212734;
  margin: 100px 0;
  overflow: hidden;
}
.produce .templateTwo .chapter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 130px;
}
.produce .templateTwo .chapter #swiperOne {
  width: 686px;
}
.produce .templateTwo .chapter #swiperOne .swiper-slide {
  width: 100%;
  height: 404px;
  font-size: 0;
}
.produce .templateTwo .chapter #swiperOne .swiper-slide img {
  width: 100%;
  height: 100%;
}
.produce .templateTwo .chapter #swiperOne .swiper-pagination-one {
  padding-top: 20px;
}
.produce .templateTwo .chapter #swiperOne .swiper-pagination-one .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  margin: 0;
  margin-right: 10px;
}
.produce .templateTwo .chapter #swiperOne .swiper-pagination-one .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.produce .templateTwo .chapter .right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 420px;
  padding-left: 138px;
}
.produce .templateTwo .chapter .right .row {
  width: 80px;
  height: 10px;
  background: #2673DD;
  display: block;
}
.produce .templateTwo .chapter .right .title {
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  margin: 28px 0 50px;
  position: relative;
}
.produce .templateTwo .chapter .right .title::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -25px;
  width: 154px;
  height: 1px;
  background-color: #999;
}
.produce .templateTwo .chapter .right ul li {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  position: relative;
  text-indent: 1em;
  margin-bottom: 15px;
}
.produce .templateTwo .chapter .right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #2673DD;
  border-radius: 50%;
}
.produce .templateTwo .chapter .right ul li.only {
  font-size: 15px;
  line-height: 1.5em;
  text-indent: 0;
}
.produce .templateTwo .chapter .right ul li.only::before {
  content: unset;
}
.produce .templateTwo .chapter .right .buttomBtn {
  font-size: 0;
  margin-top: 95px;
}
.produce .templateTwo .chapter .right .buttomBtn img {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}
.produce .templateThree {
  margin: 140px 0;
}
.produce .templateThree .imgPlays {
  margin: 100px auto;
  font-size: 0;
}
.produce .templateThree .imgPlays .middle {
  width: 860px;
  height: 470px;
  margin: auto;
  background: #212734;
  border-radius: 26px 26px 26px 26px;
  position: relative;
}
.produce .templateThree .imgPlays .middle img {
  width: 816px;
  height: 422px;
  z-index: 10;
}
.produce .templateThree .imgPlays .middle .leftImg {
  position: absolute;
  left: -440px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 460px;
  height: 338px;
  z-index: -1;
}
.produce .templateThree .imgPlays .middle .rightImg {
  position: absolute;
  right: -440px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 654px;
  height: 338px;
  z-index: -1;
}
.produce .templateThree .support {
  height: 300px;
  margin-top: 60px;
  justify-content: space-between;
}
.produce .templateThree .support .item {
  width: 349px;
  height: 254px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 50px 25px;
}
.produce .templateThree .support .item .title {
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.produce .templateThree .support .item .desc {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 1.5em;
  margin-top: 20px;
}
.produce .templateThree .support .item:hover {
  transform: translateY(-10px);
}
.produce .templateThree .support .item:hover .title,
.produce .templateThree .support .item:hover .desc {
  color: #Fff;
}
.produce .templateThree .support .item:nth-child(1) {
  background-size: 110%;
  background-position: center;
}
.produce .templateThree .support .item:nth-child(1):hover {
  background: url("../image/produce/pageone8.png") no-repeat;
  background-size: 110%;
  background-position: center;
}
.produce .templateThree .support .item:nth-child(2):hover {
  background: url("../image/produce/pageone9.png") no-repeat;
  background-size: cover;
}
.produce .templateThree .support .item:nth-child(3):hover {
  background: url("../image/produce/pageone10.png") no-repeat;
  background-size: cover;
}
