.screen_1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.nban .nban-title {
  display: block;
}
.nban .nban-title strong {
  color: #CC2229;
}
.nban .nban-desc {
  width: 80%;
}
.model1 {
  width: 100%;
  padding-top: 80px;
}
.model1 .link {
  font-size: 16px;
  color: #242E3B;
  background: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  width: calc(100% / 6 - 15px);
  border-radius: 6px;
  overflow: hidden;
  margin-right: 15px;
}
.model1 .link span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  z-index: 5;
}
.model1 .link img {
  display: block;
  width: 100%;
}
.model1 .link:hover {
  color: #fff;
  border-radius: 6px;
}
.model1 .link:hover::after {
  background: #CC2229;
}
.model1 .link:hover:hover {
  color: #fff;
}
.model1 .link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: transparent;
  transition: 0.5s;
}
.model1 .cur {
  color: #fff;
  border-radius: 6px;
}
.model1 .cur::after {
  background: #CC2229;
}
.model1 .cur:hover {
  color: #fff;
}
.model1 .line {
  height: 1px;
  width: 100%;
  background: #CCCCCC;
  position: relative;
  margin-bottom: 30px;
}
.model1 .line::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #CCCCCC;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: -4px;
}
.model1 .line::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #CCCCCC;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: -4px;
}
.model2 {
  width: 100%;
  padding: 80px 0;
}
.model2 .screen_1200 {
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.model2 .show {
  opacity: 1;
}
.model2 .img {
  width: 440px;
  overflow: hidden;
  border-radius: 20px;
}
.model2 .img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.model2 .img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.model2 .text {
  width: calc(100% - 440px);
  padding-left: 60px;
  box-sizing: border-box;
}
.model2 .text .row {
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
  padding-left: 76px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px 10px;
}
.model2 .text .row:last-child {
  border-bottom: none;
}
.model2 .text .row:nth-child(1) {
  background-image: url(https://file.global86.cn/fileStore/website_new/honglian/s/s/case/1.svg);
  background-size: 24px;
}
.model2 .text .row:nth-child(2) {
  background-image: url(https://file.global86.cn/fileStore/website_new/honglian/s/s/case/2.svg);
}
.model2 .text .row:nth-child(3) {
  background-image: url(https://file.global86.cn/fileStore/website_new/honglian/s/s/case/3.svg);
  background-size: 25px;
}
.model2 .text .row:nth-child(4) {
  background-image: url(https://file.global86.cn/fileStore/website_new/honglian/s/s/case/4.svg);
  background-size: 24px;
}
.model2 .text .row .label {
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.model2 .text .row .value {
  width: calc(100% - 80px);
}
.model2 .text .row .value p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .model1 {
    padding: 0 30px;
    padding-top: 40px;
  }
  .model1 .line {
    display: none;
  }
  .model1 .link {
    width: calc(100% / 3);
    padding: 10px 0;
    margin-right: 0;
    background: #fff;
  }
  .model1 .link img {
    display: none;
  }
  .model1 .link span {
    color: #333;
    position: initial;
  }
  .model1 .link::after {
    display: none;
  }
  .model1 .cur {
    background: #CC2229;
  }
  .model1 .cur span {
    color: #fff;
  }
  .model2 {
    padding: 40px 30px;
    display: block;
  }
  .model2 .screen_1200 {
    display: block;
  }
  .model2 .img {
    width: 100%;
  }
  .model2 .img img {
    width: 50%;
    margin: 0 auto;
    border-radius: 12px;
  }
  .model2 .text {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .model1 .link {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .model1 {
    padding: 0 15px;
    padding-top: 20px;
  }
  .model2 {
    padding: 20px 15px;
  }
  .model2 .text {
    padding-left: 0;
  }
  .model2 .img img {
    width: 80%;
  }
}
