@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-new/hddmx/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 240px;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .box .Top .Bgc .Title h2 {
    width: 80%;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    margin-top: 29px;
    font-weight: normal;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 45px;
    display: block;
    border: none;
    outline: none;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content {
    width: 100%;
    padding: 77px 0 103px;
    background-color: #f0fff7;
  }
  .box .Content h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .one {
    margin-top: 55px;
    width: 100%;
    height: 339px;
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 30px 29px;
  }
  .box .Content .one .text {
    flex: 1;
  }
  .box .Content .one .text p {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-right: 31px;
  }
  .box .Content .one .img {
    width: auto;
    height: 100%;
  }
  .box .Content .one .img img {
    width: auto;
    height: 100%;
  }
  .box .Content .two {
    width: 100%;
    height: 339px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 12px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    padding: 30px 29px;
  }
  .box .Content .two .text {
    flex: 1;
  }
  .box .Content .two .text p {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-left: 31px;
  }
  .box .Content .two .img {
    width: auto;
    height: 100%;
  }
  .box .Content .two .img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 180px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 279px;
  }
  .box .Content .two {
    height: 279px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 120px;
  }
  .box .Content {
    width: 100%;
    padding: 45px 0 50px;
  }
  .box .Content h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .one {
    margin-top: 55px;
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  .box .Content .one .text p {
    font-size: 16px;
    line-height: 32px;
    margin-right: 25px;
  }
  .box .Content .one .img {
    width: 45%;
    height: auto;
  }
  .box .Content .one .img img {
    width: 100%;
    height: auto;
  }
  .box .Content .two {
    margin-top: 35px;
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  .box .Content .two .text p {
    font-size: 16px;
    line-height: 32px;
    margin-right: 25px;
  }
  .box .Content .two .img {
    width: 45%;
    height: auto;
  }
  .box .Content .two .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-new/hddmx/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 21.33333333vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Bgc .Title h2 {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-top: 4vw;
    font-weight: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
  }
  .box .Top .Bgc .Title button {
    width: 26.66666667vw;
    height: 8vw;
    background-color: #049963;
    border-radius: 1.6vw;
    display: block;
    border: none;
    outline: none;
    margin: 5.33333333vw auto 0;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content {
    width: 100%;
    padding: 9.33333333vw 0 12vw;
    background-color: #f0fff7;
  }
  .box .Content h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .one {
    margin-top: 6.66666667vw;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 3.2vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .one .text p {
    font-size: 4vw;
    line-height: 7.46666667vw;
    color: #333333;
  }
  .box .Content .one .img {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .box .Content .one .img img {
    width: 100%;
    height: auto;
  }
  .box .Content .two {
    margin-top: 6.66666667vw;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 3.2vw;
    padding: 5.33333333vw 2.66666667vw;
  }
  .box .Content .two .text p {
    font-size: 4vw;
    line-height: 7.46666667vw;
    color: #333333;
    margin-top: 4vw;
  }
  .box .Content .two .img {
    width: 100%;
    height: auto;
  }
  .box .Content .two .img img {
    width: 100%;
    height: auto;
  }
}
