@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/hlcb/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 78px;
    background-color: #f0fff7;
  }
  .box .Content h2 {
    font-family: 'PingFangH';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .content {
    display: flex;
    margin-top: 53px;
    justify-content: space-between;
  }
  .box .Content .content .img {
    width: 100%;
    height: 436px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .content .img img {
    width: 90%;
    height: auto;
  }
  .box .Content .content .text {
    width: 100%;
    height: 203px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 12px;
    padding: 26px 29px;
    margin-bottom: 30px;
  }
  .box .Content .content .text h4 {
    font-family: 'PingFangH';
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
  }
  .box .Content .content .text h4 img {
    margin-right: 20px;
  }
  .box .Content .content .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-top: 17px;
  }
  .box .Content .content .left {
    width: 49%;
  }
  .box .Content .content .right {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box .Content {
    width: 100%;
  }
  .box .Content .container .left {
    width: 50%;
  }
  .box .Content .container .left .img img {
    width: 95%;
  }
  .box .Content .container .right {
    width: 48%;
  }
}
@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 .container {
    padding: 45px 0;
  }
  .box .Content .container h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  .box .Content .container .text {
    margin-bottom: 20px;
  }
  .box .Content .container .text h4 {
    font-size: 28px;
    line-height: 28px;
  }
  .box .Content .container .text p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .box .Content .container .left {
    width: 52%;
  }
  .box .Content .container .left .img {
    height: 426px;
    margin-bottom: 20px;
  }
  .box .Content .container .left .img img {
    width: 100%;
  }
  .box .Content .container .right {
    width: 46%;
  }
}
@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: 100px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 16px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .container {
    padding: 45px 0;
  }
  .box .Content .container .content {
    display: block;
  }
  .box .Content .container .content .text {
    margin-bottom: 15px;
  }
  .box .Content .container .content .left {
    width: 100%;
  }
  .box .Content .container .content .left .img img {
    width: auto;
    height: 100%;
  }
  .box .Content .container .content .right {
    width: 100%;
    margin: 0 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/hlcb/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 20vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 7.73333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Bgc .Title h2 {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    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: 4vw 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: 12vw 0;
    background-color: #f0fff7;
  }
  .box .Content h2 {
    font-family: 'PingFangH';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #049963;
  }
  .box .Content .content {
    margin-top: 14.13333333vw;
  }
  .box .Content .content .img {
    width: 100%;
    height: auto;
    margin-bottom: 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .content .img img {
    width: 100%;
    height: auto;
  }
  .box .Content .content .text {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 3.2vw;
    padding: 4vw;
    margin-bottom: 4vw;
  }
  .box .Content .content .text h4 {
    font-family: 'PingFangH';
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #000000;
    display: flex;
    align-items: center;
  }
  .box .Content .content .text h4 img {
    margin-right: 3.2vw;
  }
  .box .Content .content .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 6.93333333vw;
    color: #333333;
    margin-top: 4.53333333vw;
  }
  .box .Content .content .left {
    width: 100%;
  }
  .box .Content .content .right {
    width: 100%;
  }
}
