.content {
  width: 1440px;
  margin: 0 auto;
  margin-top: 74px;
  margin-bottom: 230px;
}
.content .title {
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  line-height: 32px;
  letter-spacing: 4px;
  text-align: center;
}
.content .p {
  width: 676px;
  margin: 0 auto;
  max-width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}
.content .p span {
  color: #D13239;
}
.content .list {
  width: 100%;
  margin-top: 110px;
}
.content .list .item {
  width: 100%;
  height: 365px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.content .list .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.content .list .item .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .list .item .box.box1 {
  width: 66.666%;
}
.content .list .item .box.box2 {
  width: 100%;
  left: -100%;
}
.content .list .item .box .name {
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
}
.content .list .item .box .button {
  width: 150px;
  height: 46px;
  background: #D13239;
  border-radius: 163px 163px 163px 163px;
  transition: 0.5s;
  border: solid 1px #D13239;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 75px);
}
.content .list .item .box .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 46px;
  letter-spacing: 3px;
  text-align: center;
  transition: 0.5s;
}
.content .list .item .box .button:hover {
  border: solid 1px #D13239;
  background-color: rgba(209, 50, 57, 0);
}
.content .list .item .popups {
  width: 33.333%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -40%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.content .list .item .popups.pop1 {
  right: 0;
}
.content .list .item .popups.pop2 {
  right: 0;
  width: 100%;
}
.content .list .item .popups .popups-p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  width: 90%;
}
.content .list .item:hover .img img {
  transform: scale(1.1);
}
.content .other {
  width: 100%;
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
}
.content .other .left {
  width: 44.166%;
}
.content .other .left .name {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  letter-spacing: 3px;
}
.content .other .left .other-p {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 32px;
}
.content .other .left .other-p span {
  color: #D13239;
}
.content .other .left .other-list {
  width: 100%;
  margin-top: 46px;
}
.content .other .left .other-list .item {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.content .other .left .other-list .item::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
.content .other .left .other-list .item.init::after {
  width: 0;
}
.content .other .left .other-list .item .name1 {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.content .other .left .other-list .item .p1 {
  width: 150px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.content .other .left .text {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 47px;
  display: none;
}
.content .other .left .button {
  width: 150px;
  height: 46px;
  background: #D13239;
  border-radius: 163px 163px 163px 163px;
  transition: 0.5s;
  border: solid 1px #D13239;
  margin-top: 35px;
}
.content .other .left .button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
  transition: 0.5s;
}
.content .other .left .button a span:nth-child(2) {
  display: none;
}
.content .other .left .button.active a span:nth-child(1) {
  display: none;
}
.content .other .left .button.active a span:nth-child(2) {
  display: block;
}
.content .other .left .button:hover {
  border: solid 1px #D13239;
  background-color: rgba(209, 50, 57, 0);
}
.content .other .left .button:hover a {
  color: #D13239;
}
.content .other .right {
  width: 49.027%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .other .right .item {
  width: 47.875%;
  height: 343px;
  overflow: hidden;
  margin-bottom: 30px;
}
.content .other .right .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.content .other .right .item:hover img {
  transform: scale(1.1);
}
.advantages {
  width: 100%;
  margin-top: 240px;
}
.advantages .top {
  width: 100%;
  height: 350px;
  position: relative;
}
.advantages .top .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.advantages .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages .top .name {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 72px;
  letter-spacing: 4px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  white-space: nowrap;
}
.advantages .bottom {
  width: 90%;
  max-width: 1070px;
  height: 235px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: center;
  margin: 140px auto;
}
@media screen and (max-width: 1600px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 74px;
    margin-bottom: 230px;
  }
}
@media screen and (max-width: 1200px) {
  .content .title {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 36px;
    letter-spacing: 4px;
    text-align: center;
  }
  .content .p {
    font-weight: 400;
    font-size: 18px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 2px;
    margin-top: 50px;
    text-align: center;
  }
  .content .list .item .box .name {
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 45px;
    left: 0;
    text-align: center;
  }
  .content .list .item .popups .popups-p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    width: 90%;
  }
  .content .list .item .box .button {
    width: 150px;
    height: 46px;
    background: #D13239;
    border-radius: 163px 163px 163px 163px;
    transition: 0.5s;
    border: solid 1px #D13239;
    position: absolute;
    bottom: 45px;
    left: calc(50% - 75px);
  }
  .content .list .item .box .button a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 3px;
    text-align: center;
    transition: 0.5s;
  }
  .content .other {
    width: 100%;
    margin-top: 180px;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .content .other .left {
    width: 100%;
  }
  .content .other .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .other .left .name {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 3px;
  }
  .content .other .left .other-p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    letter-spacing: 2px;
    margin-top: 32px;
  }
  .content .other .left .text {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    letter-spacing: 2px;
    margin-top: 47px;
    display: none;
  }
  .advantages .top .name {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 72px;
    letter-spacing: 4px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  .advantages .bottom {
    width: 90%;
    max-width: 1070px;
    height: auto;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
    margin: 140px auto;
  }
}
@media screen and (max-width: 860px) {
  .advantages .top .name {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 4px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  .advantages .top {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .content .other .right .item {
    width: 47.875%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
