.main .title {
  font-weight: bold;
  font-size: 1.875vw;
  color: #333333;
}
.main .title .xt {
  width: 5.2083vw;
  height: 0.1563vw;
  background: #c9151e;
  margin-top: 1.3021vw;
  margin-bottom: 1.5625vw;
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .left {
  width: 31.25vw;
  height: 18.2292vw;
}
.content .left img {
  width: 100%;
  height: 100%;
}
.content .right {
  width: 44.7917vw;
}
.content .right .name {
  margin-top: 3.2813vw;
  font-weight: 400;
  font-size: 1.6667vw;
  color: #333333;
  margin-bottom: 1.9792vw;
}
.content .right .summary {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 1.875vw;
}

.box1 {
  width: 100%;
  padding-top: 2.6042vw;
  margin-top: 2.6042vw;
  background: #fafafa;
  background-image: url(./bj.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 2.3438vw;
}
.box1 .details {
  display: flex;
  justify-content: space-between;
}
.on {
  transform: rotate(180deg);
}
.box1 .item {
  width: 48%;
}
.box1 .item .dlogo {
  width: 100%;
  height: 18.2292vw;
}
.box1 .item .dlogo img {
  width: 100%;
  height: 100%;
}
.box1 .item .name {
  text-align: center;
  font-weight: 400;
  font-size: 1.6667vw;
  color: #333333;
  margin-top: 2.0833vw;
  margin-bottom: 1.4583vw;
}
.box1 .item .info {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
  line-height: 1.875vw;
  height: 12.2396vw;
  overflow: hidden;
  transition: all 0.6s;
}
.box1 .item .btn {
  width: 100%;
  text-align: center;
}
.box1 .item .btn img {
  cursor: pointer;
  width: 1.0417vw;
  height: 1.1458vw;
  margin-top: 1.25vw;
}
.high {
  height: 26.0417vw !important;
}
.box2 {
  margin-top: 2.6042vw;
  margin-bottom: 2.6042vw;
}
.box3 {
  background: #fafafa;
  padding-top: 2.6042vw;
  padding-bottom: 3.125vw;
}
.footer {
  margin-top: 0 !important;
}

@media screen and (max-width: 1000px) {
  .ejlm h2 {
    width: 95% !important;
    margin: 0 auto;
  }
  .main .title {
    font-size: 18px;
  }
  .main .title .xt {
    width: 50px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content {
    flex-direction: column;
  }
  .content .left {
    width: 100%;
    height: 250px;
  }
  .content .left img {
    width: 100%;
    height: 100%;
  }
  .content .right {
    width: 100%;
  }
  .content .right .name {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .content .right .summary {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .box1 {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 0px;
  }
  .box1 .details {
    flex-direction: column;
  }
  .on {
    transform: rotate(180deg);
  }
  .box1 .item {
    width: 100%;
  }
  .box1 .item .dlogo {
    width: 100%;
    height: 250px;
  }
  .box1 .item .dlogo img {
    width: 100%;
    height: 100%;
  }
  .box1 .item .name {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .box1 .item .info {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    height: 235px;
  }
  .box1 .item .btn {
    width: 100%;
    text-align: center;
  }
  .box1 .item .btn img {
    cursor: pointer;
    width: 20.0006px;
    height: 21.9994px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .high {
    height: auto !important;
  }
  .box2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .box3 {
    background: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .box3 .content .right .summary {
    margin-bottom: 15px;
  }
  .footer {
    margin-top: 0 !important;
  }
}
