.container {
  width: 100%;
  position: relative;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .swiper_banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .swiper_banner .swiper-wrapper {
  width: 100%;
  position: relative;
}
.banner .swiper_banner .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper_banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 1.2s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .h1 {
  width: 100%;
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 20px;
}
.banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .p {
  width: 100%;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}
.banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .tags {
  width: 100%;
  display: flex;
  align-items: center;
}
.banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .tags .label {
  font-size: 24px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  background: #cc141c;
  margin-right: 10px;
}
.banner .swiper_banner .swiper-wrapper .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner .swiper_banner .pages {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.banner .swiper_banner .pages .dots {
  display: flex;
  align-items: center;
}
.banner .swiper_banner .pages .dots .d {
  width: 250px;
  text-align: center;
  font-size: 45px;
  color: rgba(0, 0, 0, 0);
  line-height: 60px;
  border-bottom: 4px solid #d9d9d9;
  margin-right: 20px;
  transition: 0.5s;
}
.banner .swiper_banner .pages .dots .cur {
  border-bottom: 4px solid #cc141c;
  color: #cc141c;
}
.banner .swiper_banner .pages a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background: #cc141c;
  box-sizing: border-box;
  border: 1px solid #cc141c;
}
.banner .swiper_banner .pages a:hover {
  background: #fff;
}
.banner .swiper_banner .pages a:hover span {
  color: #cc141c;
}
.banner .swiper_banner .pages a span {
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
  transition: 0.5s;
}
.banner .swiper_banner .pages a img {
  width: 30px;
  height: 30px;
  display: block;
}
.banner .images {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.banner .images .swiper-wrapper {
  display: flex;
  animation: marquee 20s linear infinite;
  width: max-content;
  will-change: transform;
}
.banner .images .swiper-slide {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  margin-right: 20px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 8px #ccc;
}
.banner .images .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.model1 {
  width: 100%;
  background: #ebebeb;
}
.model1 .pro {
  width: 100%;
  padding-top: 120px;
}
.model1 .pro .title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.model1 .pro .title .text {
  display: flex;
  align-items: center;
}
.model1 .pro .title .text img {
  width: auto;
  height: 50px;
  display: block;
  margin-right: 20px;
}
.model1 .pro .title .text span {
  font-size: 30px;
  color: #000;
}
.model1 .pro .title .link {
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.model1 .pro .title .link:hover {
  border-bottom: 2px solid #cc141c;
}
.model1 .pro .title .link img {
  width: 20px;
  height: 20px;
  display: block;
}
.model1 .pro .title .link span {
  font-size: 24px;
  color: #cc141c;
  margin-right: 10px;
  line-height: normal;
}
.model1 .pro .list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  border: 2px solid #e4bcbd;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.model1 .pro .list .item {
  width: 50%;
  border-right: 2px solid #e4bcbd;
  border-bottom: 2px solid #e4bcbd;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.model1 .pro .list .item:hover img {
  transform: scale(1.2);
}
.model1 .pro .list .item img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.model1 .pro .list .item .num {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.model1 .pro .list .item .span {
  width: 50%;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 130px;
}
.model1 .pro .list .item-last {
  width: 100%;
}
.model1 .pro .list .item-last .small {
  display: none;
}
.model1 .pro .list .item-last .big {
  display: block;
}
.model1 .equipment {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}
.model1 .equipment .title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.model1 .equipment .title .link {
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.model1 .equipment .title .link:hover {
  border-bottom: 2px solid #cc141c;
}
.model1 .equipment .title .link img {
  width: 20px;
  height: 20px;
  display: block;
}
.model1 .equipment .title .link span {
  font-size: 24px;
  color: #cc141c;
  margin-right: 10px;
  line-height: normal;
}
.model1 .equipment .equipment-bottom .swiper-wrapper {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.model1 .equipment .equipment-bottom .swiper-wrapper .swiper-slide {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.model1 .equipment .equipment-bottom .swiper-wrapper .swiper-slide .img {
  width: 154.4px;
  height: 161px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model1 .equipment .equipment-bottom .swiper-wrapper .swiper-slide .img img {
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.model1 .equipment .equipment-bottom .swiper-wrapper .swiper-slide .img img:hover {
  transform: scale(1.05);
}
.model1 .equipment .equipment-bottom .swiper-wrapper .swiper-slide .text {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.model2 {
  width: 100%;
  position: relative;
  padding: 60px 0;
  padding-bottom: 120px;
}
.model2 .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.model2 .title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.model2 .title svg {
  margin-right: 12px;
}
.model2 .title span {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
}
.model2 .process {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  position: relative;
  z-index: 2;
}
.model2 .process .line {
  width: 75%;
  height: 1px;
  position: absolute;
  top: 81.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 4px dashed #fff;
}
.model2 .process .process_item {
  width: 25%;
}
.model2 .process .process_item .img {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 4px solid rgba(204, 20, 28, 0.3);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.model2 .process .process_item .img img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.model2 .process .process_item .img:hover img {
  transform: scale(1.2);
}
.model2 .process .process_item .name {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #f9f9f9;
  position: relative;
}
.model2 .process .process_item .name::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #cc141c;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.model2 .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.model2 .text .span {
  display: block;
  width: 40%;
  font-size: 18px;
  color: #fff;
}
.model2 .text .link {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #cc141c;
  border: 5px solid rgba(255, 255, 255, 0.56);
  border-radius: 14px;
  cursor: pointer;
  transition: 0.5s;
}
.model2 .text .link:hover {
  background: #fff;
}
.model2 .text .link:hover span {
  color: #CC141C;
}
.model2 .text .link span {
  font-size: 34px;
  color: #fff;
  margin-right: 20px;
}
.model2 .text .link img {
  width: 50px;
  display: block;
}
.model3 {
  width: 100%;
  margin-bottom: 50px;
}
.model3 .pro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.model3 .pro .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.model3 .pro .title img {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 10px;
}
.model3 .pro .title span {
  font-size: 30px;
  color: #000;
}
.model3 .pro .types {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.model3 .pro .types .type_item {
  margin-right: 35px;
  border-radius: 12px;
  border: 2px solid #d0d0d0;
  padding: 15px;
  background: #fafafa;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  gap: 10px;
}
.model3 .pro .types .type_item img {
  width: 33px;
  height: 33px;
  display: block;
  margin-right: 8px;
}
.model3 .pro .types .type_item span {
  font-size: 14px;
  color: #000;
  transition: 0.5s;
}
.model3 .pro .types .type_item:hover {
  background: #ffe1e1;
  border: 2px solid #cc141c;
}
.model3 .pro .types .type_item:hover span {
  color: #cc141c;
}
.model3 .pro .types .cur {
  background: #ffe1e1;
  border: 2px solid #cc141c;
}
.model3 .pro .types .cur span {
  color: #cc141c;
}
.model3 .pro .list {
  width: 100%;
}
.model3 .pro .list .swiper-container {
  width: 100%;
  position: relative;
}
.model3 .pro .list .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.model3 .pro .list .swiper-container .swiper-slide {
  width: 480px;
  border: 4px solid rgba(204, 20, 28, 0.2);
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.5s;
  height: auto;
  position: relative;
  display: block;
  transform: scale(0.8);
}
.model3 .pro .list .swiper-container .swiper-slide .img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.model3 .pro .list .swiper-container .swiper-slide:hover .img {
  transform: scale(1.1);
}
.model3 .pro .list .swiper-container .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.model3 .pro .list .swiper-container .swiper-slide-active2 {
  width: 480px;
}
.model3 .pro .list .swiper-container .swiper-slide-active {
  transform: scale(1);
}
.model3 .pro .list .swiper-container .swiper-slide:last-child {
  margin-right: 240px;
}
.model3 .pro .list .swiper-container .swiper_actions {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-top: 50px;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .pages {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  justify-content: space-between;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .pages .prev,
.model3 .pro .list .swiper-container .swiper_actions .buttons .pages .next {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  cursor: pointer;
  background: #cc141c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .pages .prev img,
.model3 .pro .list .swiper-container .swiper_actions .buttons .pages .next img {
  width: 50%;
  height: 50%;
  display: block;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .pages .prev {
  transform: rotate(180deg);
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .link {
  padding: 15px 20px;
  border-radius: 8px;
  background: #cc141c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #cc141c;
  box-sizing: border-box;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .link span {
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
  transition: 0.5s;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .link img {
  width: 30px;
  height: 30px;
  display: block;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .link:hover {
  background: #fff;
}
.model3 .pro .list .swiper-container .swiper_actions .buttons .link:hover span {
  color: #cc141c;
}
.model3 .pro .list .swiper-container .swiper_actions .p {
  width: 100%;
  font-size: 24px;
  color: #000;
}
.model4 {
  width: 100%;
  position: relative;
}
.model4 .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.model4 .about {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.model4 .about .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.model4 .about .title img {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 10px;
}
.model4 .about .title span {
  font-size: 30px;
  color: #000;
}
.model4 .about .text {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  padding-top: 90px;
}
.model4 .about .numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  border: 4px solid rgba(55, 55, 55, 0.2);
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(55, 55, 55, 0.2);
  transform: translateY(50%);
}
.model4 .about .numbers .num_item {
  width: 25%;
  text-align: center;
  padding: 40px 0;
}
.model4 .about .numbers .num_item .num {
  color: #cc141c;
  font-size: 45px;
  font-weight: 600;
}
.model4 .about .numbers .num_item .span {
  display: inline-block;
  color: #cc141c;
  font-size: 40px;
  font-weight: 600;
  position: relative;
}
.model4 .about .numbers .num_item .span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cc141c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.model5 {
  width: 100%;
  position: relative;
  padding-top: 210px;
  text-align: center;
}
.model5 .bg1 {
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
}
.model5 .bg2 {
  width: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.model5 .factory {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
.model5 .factory .swiper-container {
  width: 100%;
  margin-bottom: 40px;
}
.model5 .factory .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.model5 .factory .swiper-container .swiper-slide {
  width: 400px;
  flex-shrink: 0;
  box-shadow: 0px 15px 7px #00000052;
  overflow: hidden;
}
.model5 .factory .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.model5 .factory .swiper-container .swiper_page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model5 .factory .swiper-container .swiper_page .prev,
.model5 .factory .swiper-container .swiper_page .next {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #cc141c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.model5 .factory .swiper-container .swiper_page .prev img,
.model5 .factory .swiper-container .swiper_page .next img {
  width: 70%;
  display: block;
}
.model5 .factory .swiper-container .swiper_page .prev {
  transform: rotate(180deg);
  margin-right: 30px;
}
.model5 .factory .swiper_content {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-bottom: 25px;
}
.model5 .factory .link {
  padding: 15px 20px;
  border-radius: 8px;
  background: #cc141c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #cc141c;
  box-sizing: border-box;
  transition: 0.5s;
}
.model5 .factory .link span {
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
  transition: 0.5s;
}
.model5 .factory .link img {
  width: 30px;
  height: 30px;
  display: block;
}
.model5 .factory .link:hover {
  background: #fff;
}
.model5 .factory .link:hover span {
  color: #cc141c;
}
.model6 {
  width: 100%;
  padding: 50px 0;
}
.model6 .video {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model6 .video .video_item {
  width: calc((100% - 90px)/2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.model6 .video .video_item .cover {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
}
.model6 .video .video_item .cover img {
  display: block;
  width: 100%;
  transition: 0.5s;
  transform: scale(1);
}
.model6 .video .video_item .cover:hover img {
  transform: scale(1.1);
}
.model6 .video .video_item .play {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.model6 .video .video_item .play img {
  display: block;
  width: 100%;
  height: 100%;
}
.model7 {
  width: 100%;
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.model7 .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.model7 .service {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.model7 .service .title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}
.model7 .service .title img {
  width: 52px;
  height: 52px;
  display: block;
  margin-right: 10px;
}
.model7 .service .title span {
  font-size: 30px;
  color: #fff;
}
.model7 .service .title .tabs {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.model7 .service .title .tabs .tab_item {
  padding: 10px 20px;
  border-radius: 12px;
  background: #868c8f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #868c8f;
  transition: 0.5s;
  margin-left: 24px;
}
.model7 .service .title .tabs .tab_item:hover {
  border: 1px solid #cc141c;
  background: #4b2529;
}
.model7 .service .title .tabs .cur {
  border: 1px solid #cc141c;
  background: #4b2529;
}
.model7 .service .swiper {
  width: 100%;
  padding: 0 120px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.model7 .service .swiper .swiper-container {
  overflow: hidden;
}
.model7 .service .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
}
.model7 .service .swiper .swiper-slide {
  width: 100%;
  display: flex;
}
.model7 .service .swiper .swiper-slide .img {
  width: 30%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.model7 .service .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.model7 .service .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: scale(1);
}
.model7 .service .swiper .swiper-slide .text {
  width: 40%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.model7 .service .swiper .swiper-slide .text strong {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.model7 .service .swiper .swiper-slide .text p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.model7 .service .swiper .prev,
.model7 .service .swiper .next {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  cursor: pointer;
  background: #cc141c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.model7 .service .swiper .prev img,
.model7 .service .swiper .next img {
  width: 50%;
  height: 50%;
  display: block;
}
.model7 .service .swiper .prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
  top: 50%;
}
.model7 .service .swiper .next {
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}
.model7 .service .link {
  padding: 15px 20px;
  border-radius: 8px;
  background: #cc141c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #cc141c;
  box-sizing: border-box;
  transition: 0.5s;
}
.model7 .service .link span {
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
  transition: 0.5s;
}
.model7 .service .link img {
  width: 30px;
  height: 30px;
  display: block;
}
.model7 .service .link:hover {
  background: #fff;
}
.model7 .service .link:hover span {
  color: #cc141c;
}
.model8 {
  width: 100%;
  position: relative;
  padding: 50px 0;
  background: url(../images/index/46.png) no-repeat;
  background-size: 100%;
}
.model8 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.model8 .news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.model8 .news .title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.model8 .news .title a {
  display: flex;
  align-items: center;
}
.model8 .news .title a img {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}
.model8 .news .title a span {
  font-size: 30px;
  color: #000;
}
.model8 .news .title .new_type {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.model8 .news .title .new_type .type {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  background: #fff;
  transition: 0.5s;
  margin-left: 20px;
}
.model8 .news .title .new_type .type:hover {
  border: 2px solid #CC141C;
  background: #ffe1e1;
}
.model8 .news .title .new_type .type:hover span {
  color: #CC141C;
}
.model8 .news .title .new_type .type:hover .img1 {
  display: none;
}
.model8 .news .title .new_type .type:hover .img2 {
  display: block;
}
.model8 .news .title .new_type .type img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 10px;
}
.model8 .news .title .new_type .type .img1 {
  display: block;
}
.model8 .news .title .new_type .type .img2 {
  display: none;
}
.model8 .news .title .new_type .type span {
  font-size: 14px;
  color: #666;
}
.model8 .news .title .new_type .cur {
  border: 2px solid #CC141C;
  background: #ffe1e1;
}
.model8 .news .title .new_type .cur span {
  color: #CC141C;
}
.model8 .news .title .new_type .cur .img1 {
  display: none;
}
.model8 .news .title .new_type .cur .img2 {
  display: block;
}
.model8 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.model8 .list .item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.model8 .list .item:last-child {
  width: 100%;
  margin-bottom: 0;
}
.model8 .list .item img {
  width: 100%;
  max-height: 270px;
  display: block;
  transition: 0.5s;
}
.model8 .list .item .content {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.model8 .list .item .content .name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
}
.model8 .list .item .content .desc {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.model8 .list .item .content .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.model8 .list .item .content .bottom .time {
  display: flex;
  align-items: center;
}
.model8 .list .item .content .bottom .time img {
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 10px;
}
.model8 .list .item .content .bottom .time span {
  font-size: 24px;
  color: #fff;
}
.model8 .list .item .content .bottom .icon {
  width: 35px;
  height: 35px;
  display: block;
}
.model8 .list .item:hover img {
  transform: scale(1.1);
}
.model8 .list .item:hover .name {
  color: #cc141c;
}
.video {
  width: 100%;
}
.video video {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1380px) {
  .banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text {
    width: 80%;
  }
  .banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .tags .label {
    font-size: 12px;
  }
  .banner .swiper_banner .pages {
    width: 80%;
  }
  .banner .swiper_banner .pages .dots .d {
    font-size: 20px;
    width: 80px;
  }
  .banner .swiper_banner .pages a {
    padding: 5px 12px;
  }
  .banner .swiper_banner .pages a span {
    font-size: 14px;
  }
  .banner .swiper_banner .pages a img {
    width: 18px;
    height: 18px;
  }
  .banner .images .img {
    width: 100px;
    height: 100px;
  }
  .model1 .pro {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
  }
  .model1 .pro .title .text img {
    height: 28px;
  }
  .model1 .pro .title .text span {
    font-size: 28px;
  }
  .model1 .pro .title .link span {
    font-size: 14px;
  }
  .model1 .pro .title .link img {
    width: 10px;
    height: 10px;
  }
  .model1 .pro .title {
    margin-bottom: 10px;
  }
  .model1 .equipment .title .link span {
    font-size: 14px;
  }
  .model1 .equipment .title .link img {
    width: 10px;
    height: 10px;
  }
  .model1 .equipment {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .model2 {
    padding: 60px 0;
  }
  .model2 .title {
    width: 80%;
    margin: 0 auto;
  }
  .model2 .title svg {
    width: 30px;
    height: 30px;
  }
  .model2 .title span {
    font-size: 28px;
  }
  .model2 .process {
    width: 80%;
  }
  .model2 .text {
    width: 80%;
  }
  .model2 .text .link {
    padding: 10px 30px;
    width: auto;
  }
  .model2 .text .link span {
    font-size: 16px;
  }
  .model2 .text .link img {
    width: 26px;
  }
  .model2 .process .process_item .name {
    font-size: 14px;
  }
  .model2 .text .span {
    font-size: 12px;
  }
  .model3 .pro {
    width: 80%;
  }
  .model3 .pro .title img {
    width: 30px;
    height: 30px;
  }
  .model3 .pro .title span {
    font-size: 28px;
  }
  .model3 .pro .types .type_item span {
    font-size: 14px;
  }
  .model3 .pro .types .type_item img {
    width: 20px;
    height: 20px;
  }
  .model3 .pro .list .swiper-container .swiper_actions {
    width: 100%;
  }
  .model3 .pro .list .swiper-container .swiper_actions .buttons .pages .prev,
  .model3 .pro .list .swiper-container .swiper_actions .buttons .pages .next {
    width: 40px;
    height: 40px;
  }
  .model3 .pro .list .swiper-container .swiper_actions .buttons .link span {
    font-size: 14px;
  }
  .model3 .pro .list .swiper-container .swiper_actions .buttons .link img {
    width: 20px;
    height: 20px;
  }
  .model3 .pro .list .swiper-container .swiper_actions .p {
    font-size: 14px;
  }
  .model4 .about .title img {
    width: 30px;
    height: 30px;
  }
  .model4 .about .title span {
    font-size: 28px;
  }
  .model4 .about {
    width: 80%;
  }
  .model4 .about .text {
    font-size: 16px;
  }
  .model4 .about .numbers .num_item .num {
    font-size: 32px;
  }
  .model4 .about .numbers .num_item .span {
    font-size: 20px;
  }
  .model5 .factory {
    width: 80%;
  }
  .model5 .factory .swiper-container .swiper_page .prev,
  .model5 .factory .swiper-container .swiper_page .next {
    width: 40px;
    height: 40px;
  }
  .model5 .factory .swiper_content {
    font-size: 16px;
  }
  .model5 .factory .link span {
    font-size: 14px;
  }
  .model5 .factory .link img {
    width: 20px;
    height: 20px;
  }
  .model6 .video {
    width: 80%;
  }
  .model7 .service {
    width: 80%;
  }
  .model7 .service .title img {
    width: 30px;
    height: 30px;
  }
  .model7 .service .title span {
    font-size: 28px;
  }
  .model7 .service .title .tabs .tab_item {
    font-size: 12px;
  }
  .model7 .service .swiper .prev,
  .model7 .service .swiper .next {
    width: 40px;
    height: 40px;
  }
  .model7 .service .swiper .swiper-slide .text strong {
    font-size: 18px;
  }
  .model7 .service .swiper .swiper-slide .text p {
    font-size: 12px;
    line-height: 20px;
  }
  .model7 .service .link span {
    font-size: 14px;
  }
  .model7 .service .link img {
    width: 20px;
    height: 20px;
  }
  .model8 .news {
    width: 80%;
  }
  .model8 .news .title img {
    width: 30px;
    height: 30px;
  }
  .model8 .news .title span {
    font-size: 28px;
  }
  .model8 .list .item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .model1 .pro .title .text span {
    font-size: 20px;
  }
  .model1 .pro .title .text img {
    width: 24px;
  }
  .model1 .pro .list .item .span {
    font-size: 14px;
  }
  .model1 .equipment .equipment_list .swiper-wrapper .swiper-slide {
    width: 100px;
    margin: 0 20px;
  }
  .model1 .equipment .equipment_list .swiper-wrapper .swiper-slide .img {
    height: 100px;
  }
  .model1 .equipment .equipment_list .swiper-wrapper .swiper-slide .name {
    font-size: 14px;
  }
  .model2 .title svg {
    width: 25px;
    height: 25px;
  }
  .model2 .title span {
    font-size: 20px;
  }
  .model3 .pro .title img {
    width: 25px;
    height: 25px;
  }
  .model3 .pro .title span {
    font-size: 20px;
  }
  .model3 .pro .types .type_item {
    margin-right: 20px;
  }
  .model3 .pro .list .swiper-container .swiper_actions {
    width: 100%;
    position: relative;
  }
  .model3 .pro .list .swiper-container .swiper-wrapper {
    margin-bottom: 40px;
  }
  .model3 .pro .list .swiper-container .swiper_actions .buttons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .model3 .pro .list .swiper-container {
    height: auto !important;
  }
  .model6 .video .video_item {
    width: 49%;
  }
  .model7 .service .title {
    margin-bottom: 30px;
  }
  .model7 .service .swiper {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .model8 .item:last-child > img {
    min-height: 230px;
  }
  .model5 .factory .swiper-container .swiper-slide {
    width: 340px;
  }
  .banner .swiper_banner .pages .dots .d {
    color: transparent;
  }
}
@media only screen and (max-width: 800px) {
  .banner {
    padding-top: 50px;
  }
  .model1 .pro {
    width: 96%;
  }
  .model1 .pro .list .item {
    width: 100%;
  }
  .model1 .pro .list .item .num {
    left: 20px;
  }
  .model1 .pro .list .item .span {
    left: 60px;
    width: 70%;
  }
  .model1 .pro .list .item-last .big {
    display: none;
  }
  .model1 .pro .list .item-last .small {
    display: block;
  }
  .model1 .pro .list .item {
    height: 100px;
    position: relative;
  }
  .model1 .pro .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .model1 .equipment .title {
    width: 96%;
  }
  .model2 .process .line {
    display: none;
  }
  .model2 .process {
    width: 96%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .model2 .process .process_item {
    width: 50%;
  }
  .model2 .process .process_item .img {
    width: 80%;
  }
  .model2 .text {
    width: 96%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .model2 .text .span {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .model3 .pro .types .type_item {
    padding: 5px;
  }
  .model3 .pro {
    width: 96%;
  }
  .model3 .pro .list .swiper-container .swiper_actions .p {
    text-align: center;
  }
  .model4 .about {
    width: 96%;
  }
  .model6 .video {
    width: 96%;
  }
  .model7 .service {
    width: 96%;
  }
  .model7 .service .title {
    flex-wrap: wrap;
  }
  .model7 .service .title .tabs {
    position: relative;
    width: 100%;
  }
  .model7 .service .swiper {
    padding: 0;
  }
  .model7 .service .swiper .prev,
  .model7 .service .swiper .next {
    display: none;
  }
  .model8 .news {
    width: 96%;
  }
  .model3 .pro .list .swiper-container .swiper-slide {
    width: 80%;
  }
  .model3 .pro .list .swiper-container .swiper_actions .buttons .pages {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .h1 {
    font-size: 20px;
  }
  .banner .swiper_banner .swiper-wrapper .swiper-slide .banner_text .p {
    font-size: 14px;
  }
  .banner .swiper_banner .swiper-wrapper .swiper-slide img {
    height: 240px;
  }
  .banner .images {
    transform: translateY(100%);
  }
  .model1 .pro {
    padding-top: 10px;
  }
  .banner .swiper_banner .pages {
    bottom: 10px;
  }
  .banner .swiper_banner .pages a {
    display: none;
  }
  .banner .images {
    display: none;
  }
  .model3 .pro .types {
    flex-wrap: wrap;
  }
  .model3 .pro .types .type_item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .model4 .about .text {
    font-size: 12px;
  }
  .model4 .about .numbers {
    flex-wrap: wrap;
  }
  .model4 .about .numbers .num_item {
    width: 50%;
    padding: 20px 0;
  }
  .model4 .about .text {
    transform: translateY(100%);
    padding-top: 30px;
  }
  .model1 .pro .list .item .span {
    font-size: 12px;
  }
  .model6 .video {
    flex-wrap: wrap;
  }
  .model6 .video .video_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .model5 .factory .swiper_content {
    font-size: 12px;
  }
  .model7 .service .title .tabs {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .model7 .service .title .tabs .tab_item {
    width: 49%;
    margin: 0;
    margin-bottom: 10px;
  }
  .model7 .service .swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .model7 .service .swiper .swiper-slide .img {
    width: 100%;
  }
  .model7 .service .swiper .swiper-slide .img:last-child {
    display: none;
  }
  .model7 .service .swiper .swiper-slide .text {
    width: 100%;
    padding-top: 30px;
  }
  .model8 .news .title {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .model8 .news .title .new_type {
    position: initial;
    transform: none;
  }
  .model8 .list .item .content .bottom .time span {
    font-size: 14px;
  }
  .model8 .list .item .content .bottom .time img {
    width: 20px;
    height: 20px;
  }
  .model8 .list .item .content .bottom .icon {
    width: 20px;
    height: 20px;
  }
  .model8 .list .item .content .name {
    font-size: 16px;
  }
  .model8 .list .item .content .desc {
    font-size: 14px;
  }
  .model8 {
    padding: 20px 0;
  }
}
/**/
