@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-gscp/cwzz/Bgc.png) top right no-repeat;
    background-size: cover;
    position: relative;
    padding: 172px 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: 47px 0 0;
    background-color: #f0fff7;
  }
  .box .Content .Texts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
  }
  .box .Content .Texts .text {
    width: 49%;
    height: 179px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 12px;
    padding: 26px 29px;
  }
  .box .Content .Texts .text .title {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .box .Content .Texts .text .title img {
    width: 32px;
    height: auto;
    margin-right: 23px;
  }
  .box .Content .Texts .text .title h4 {
    font-family: 'PingFang';
    font-size: 26px;
    line-height: 26px;
    color: #000000;
  }
  .box .Content .Texts .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .one p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .two {
    padding: 70px 0 59px;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .three {
    padding-bottom: 72px;
    display: none;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .three .Texts .text {
    width: 32%;
    height: 164px;
  }
  .box .Content .three .scene {
    margin-top: 53px;
    width: 100%;
    height: 129px;
    background: url(../../img/ej-gscp/cwzz/scene-bg.png) center no-repeat;
    background-size: cover;
    padding: 35px 63px;
    border-radius: 20px;
    overflow: hidden;
  }
  .box .Content .three .scene h4 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .box .Content .three .scene p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
  }
  .box .Content .four {
    position: relative;
    z-index: 9;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .three {
    display: block;
  }
  .box .Content .three .Texts .text {
    width: 32%;
    height: 194px;
  }
}
@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 h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .two {
    display: block;
  }
  .box .Content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .three {
    display: block;
  }
  .box .Content .three h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc .Title {
    padding-left: 120px;
  }
  .box .Content .Texts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
  }
  .box .Content .Texts .text {
    width: 49%;
    height: 179px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 12px;
    padding: 26px 12px;
  }
  .box .Content .Texts .text .title {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .box .Content .Texts .text .title img {
    width: 20px;
    margin-right: 10px;
  }
  .box .Content .Texts .text .title h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .box .Content .Texts .text p {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #333333;
  }
  .box .Content .one p {
    font-size: 16px;
    line-height: 28px;
  }
  .box .Content .two {
    padding: 35px 0 45px;
  }
  .box .Content .two h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .box .Content .three {
    display: block;
    padding-bottom: 72px;
  }
  .box .Content .three h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .box .Content .three .Texts .text {
    width: 32%;
    height: 164px;
  }
  .box .Content .three .scene {
    margin-top: 41px;
    width: 100%;
    height: 129px;
    background: url(../../img/ej-gscp/cwzz/scene-bg.png) center no-repeat;
    background-size: cover;
    padding: 25px 35px;
    border-radius: 20px;
    overflow: hidden;
  }
  .box .Content .three .scene h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .box .Content .three .scene p {
    font-size: 16px;
    line-height: 28px;
  }
}
@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-gscp/cwzz/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 0;
    background-color: #f0fff7;
  }
  .box .Content .Texts {
    margin-top: 8.8vw;
  }
  .box .Content .Texts .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: 5.33333333vw 4vw;
    margin-bottom: 3.2vw;
  }
  .box .Content .Texts .text .title {
    display: flex;
    align-items: center;
    margin-bottom: 4.8vw;
  }
  .box .Content .Texts .text .title img {
    width: 6.4vw;
    height: auto;
    margin-right: 3.73333333vw;
  }
  .box .Content .Texts .text .title h4 {
    font-family: 'PingFang';
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #000000;
  }
  .box .Content .Texts .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #333333;
  }
  .box .Content .one p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #333333;
  }
  .box .Content .two {
    padding: 6.66666667vw 0;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .three {
    padding-bottom: 19.2vw;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .three .scene {
    margin-top: 9.33333333vw;
    width: 100%;
    height: auto;
    background: url(../../img/ej-gscp/cwzz/scene-bg.png) right center no-repeat;
    background-size: cover;
    padding: 5.33333333vw 4vw;
    border-radius: 3.2vw;
    overflow: hidden;
  }
  .box .Content .three .scene h4 {
    font-family: 'PingFang';
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #ffffff;
    margin-bottom: 2.13333333vw;
  }
  .box .Content .three .scene p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #ffffff;
  }
  .box .Content .four {
    position: relative;
    z-index: 9;
  }
}
