@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/szbg-rdyj/Bgc.png) top right no-repeat;
    background-size: cover;
    position: relative;
    padding: 174px 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: 54px 0 0;
    background-color: #f0fff7;
  }
  .box .Content .one {
    padding-bottom: 64px;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .one .content {
    display: flex;
    align-items: center;
    padding: 0 193px 0 89px;
    justify-content: space-between;
    margin-top: 38px;
  }
  .box .Content .one .content .text {
    width: 59%;
  }
  .box .Content .one .content .text p {
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    color: #333333;
    text-indent: 2em;
  }
  .box .Content .one .content .img {
    width: auto;
  }
  .box .Content .one .content .img img {
    width: 320px;
    height: auto;
  }
  .box .Content .two {
    padding-bottom: 86px;
    display: none;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .box .Content .two .content li {
    width: 33.33%;
    height: 289px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.3);
    border-radius: 10px;
  }
  .box .Content .two .content li a {
    width: 100%;
    height: 100%;
    padding: 43px 30px 0;
    display: block;
  }
  .box .Content .two .content li a .title {
    display: flex;
    align-items: center;
  }
  .box .Content .two .content li a .title img {
    width: 45px;
    height: auto;
    margin-right: 7px;
  }
  .box .Content .two .content li a .title h4 {
    font-family: 'PingFang';
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #2f2f2f;
  }
  .box .Content .two .content li a .title h4 span {
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #2f2f2f;
  }
  .box .Content .two .content li a .text {
    margin-top: 20px;
  }
  .box .Content .two .content li a .text p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .two .content li:nth-child(2n) {
    background-color: #049963;
  }
  .box .Content .two .content li:nth-child(2n) a .title h4 {
    color: #ffffff;
  }
  .box .Content .two .content li:nth-child(2n) a .title h4 span {
    color: #ffffff;
  }
  .box .Content .two .content li:nth-child(2n) a .text p {
    color: #ffffff;
  }
  .box .Content .three {
    padding-bottom: 71px;
    display: none;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .box .Content .three .content a {
    width: 15%;
    height: 94px;
    margin-right: 2%;
    background-color: #ffffff;
    border-radius: 10px;
    font-family: 'PingFang';
    font-size: 24px;
    line-height: 94px;
    color: #049963;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.3);
  }
  .box .Content .three .content a:last-child {
    margin-right: 0;
  }
  .box .Content .four {
    position: relative;
    z-index: 9;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1250px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 150px;
  }
  .box .Content {
    width: 100%;
    padding: 54px 0 0;
    background-color: #f0fff7;
  }
  .box .Content .one {
    padding-bottom: 45px;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .one .content {
    padding: 0;
    margin-top: 15px;
  }
  .box .Content .one .content .text {
    width: 65%;
  }
  .box .Content .one .content .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .one .content .img img {
    width: 270px;
  }
  .box .Content .two {
    padding-bottom: 54px;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 41px;
  }
  .box .Content .two .content li a {
    padding: 28px 15px 0;
  }
  .box .Content .two .content li a .title img {
    width: 35px;
  }
  .box .Content .two .content li a .title h4 {
    font-size: 21px;
    line-height: 22px;
  }
  .box .Content .two .content li a .title h4 span {
    font-size: 16px;
    line-height: 22px;
  }
  .box .Content .two .content li a .text {
    margin-top: 15px;
  }
  .box .Content .two .content li a .text p {
    font-size: 15px;
    line-height: 27px;
  }
  .box .Content .three {
    padding-bottom: 71px;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .box .Content .three .content a {
    width: 15%;
    height: 75px;
    border-radius: 7px;
    font-size: 19px;
    line-height: 75px;
  }
  .box .Content .three .content a:last-child {
    margin-right: 0;
  }
}
@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%;
    padding: 54px 0 0;
    background-color: #f0fff7;
  }
  .box .Content .one {
    padding-bottom: 45px;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .one .content {
    padding: 0;
    margin-top: 15px;
  }
  .box .Content .one .content .text {
    width: 65%;
  }
  .box .Content .one .content .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .one .content .img img {
    width: 250px;
  }
  .box .Content .two {
    padding-bottom: 54px;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 41px;
  }
  .box .Content .two .content li {
    width: 50%;
    height: 250px;
  }
  .box .Content .two .content li a {
    padding: 28px 15px 0;
  }
  .box .Content .two .content li a .title img {
    width: 35px;
  }
  .box .Content .two .content li a .title h4 {
    font-size: 21px;
    line-height: 22px;
  }
  .box .Content .two .content li a .title h4 span {
    font-size: 16px;
    line-height: 22px;
  }
  .box .Content .two .content li a .text {
    margin-top: 15px;
  }
  .box .Content .two .content li a .text p {
    font-size: 15px;
    line-height: 27px;
  }
  .box .Content .two .content li:nth-child(4) {
    background-color: #fff;
  }
  .box .Content .two .content li:nth-child(4) a .title h4 {
    color: #2f2f2f;
  }
  .box .Content .two .content li:nth-child(4) a .title h4 span {
    color: #2f2f2f;
  }
  .box .Content .two .content li:nth-child(4) a .text p {
    color: #049963;
  }
  .box .Content .two .content li:nth-child(3) {
    background-color: #049963;
  }
  .box .Content .two .content li:nth-child(3) a .title h4 {
    color: #ffffff;
  }
  .box .Content .two .content li:nth-child(3) a .title h4 span {
    color: #ffffff;
  }
  .box .Content .two .content li:nth-child(3) a .text p {
    color: #ffffff;
  }
  .box .Content .three {
    padding-bottom: 71px;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 32px;
    line-height: 32px;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .box .Content .three .content a {
    width: 24%;
    height: 75px;
    border-radius: 7px;
    font-size: 19px;
    line-height: 75px;
    margin-right: 1.33%;
    margin-bottom: 12px;
  }
  .box .Content .three .content a:last-child {
    margin-right: 0;
  }
  .box .Content .three .content a:nth-child(4n) {
    margin-right: 0;
  }
}
@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/szbg-rdyj/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 .one {
    padding-bottom: 10.93333333vw;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .one .content {
    margin-top: 5.33333333vw;
  }
  .box .Content .one .content .text {
    width: 100%;
  }
  .box .Content .one .content .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #333333;
    text-indent: 2em;
  }
  .box .Content .one .content .img {
    width: auto;
  }
  .box .Content .one .content .img img {
    width: 58.66666667vw;
    height: auto;
    display: block;
    margin: 5.33333333vw auto 0;
  }
  .box .Content .two {
    padding-bottom: 12vw;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 8.53333333vw;
  }
  .box .Content .two .content li {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 1.33333333vw 0vw rgba(145, 145, 145, 0.3);
    border-radius: 2.66666667vw;
  }
  .box .Content .two .content li a {
    width: 100%;
    height: 100%;
    padding: 5.33333333vw 4vw;
    display: block;
  }
  .box .Content .two .content li a .title {
    display: flex;
    align-items: center;
  }
  .box .Content .two .content li a .title img {
    width: 8.53333333vw;
    height: auto;
    margin-right: 1.86666667vw;
  }
  .box .Content .two .content li a .title h4 {
    font-family: 'PingFang';
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: -0.26666667vw;
    color: #2f2f2f;
  }
  .box .Content .two .content li a .title h4 span {
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    letter-spacing: -0.26666667vw;
    color: #2f2f2f;
  }
  .box .Content .two .content li a .text {
    margin-top: 4vw;
  }
  .box .Content .two .content li a .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .two .content li:nth-child(2n) {
    background-color: #049963;
  }
  .box .Content .two .content li:nth-child(2n) a .title h4 {
    color: #ffffff;
  }
  .box .Content .two .content li:nth-child(2n) a .title h4 span {
    color: #ffffff;
  }
  .box .Content .two .content li:nth-child(2n) a .text p {
    color: #ffffff;
  }
  .box .Content .three {
    padding-bottom: 14.66666667vw;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 6.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .three .content a {
    width: 49%;
    height: 17.33333333vw;
    background-color: #ffffff;
    border-radius: 2.66666667vw;
    font-family: 'PingFang';
    font-size: 4.8vw;
    line-height: 17.33333333vw;
    color: #049963;
    text-align: center;
    box-shadow: 0vw 0vw 1.33333333vw 0vw rgba(145, 145, 145, 0.3);
    margin-bottom: 3.2vw;
  }
  .box .Content .three .content a:last-child {
    margin-right: 0;
  }
  .box .Content .four {
    position: relative;
    z-index: 9;
  }
}
