@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 600px;
    background: url(../img/serve/Bgc.png) top center no-repeat;
    background-size: 100% 270%;
    position: relative;
    padding: 175px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 241px;
  }
  .box .Top .Bgc .Title h2 {
    font-family: 'PingFang';
    font-size: 58px;
    line-height: 58px;
    color: #ffffff;
    margin-bottom: 22px;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 58px;
    line-height: 58px;
    color: #ffffff;
  }
  .box .Top .Bgc button {
    margin: 39px 0 0 241px;
    width: 158px;
    height: 50px;
    background-color: #049963;
    border-radius: 6px;
    border: none;
    outline: none;
  }
  .box .Top .Bgc button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
  }
  .box .Top .Bgc button:hover a {
    text-decoration: underline;
  }
  .box .container {
    width: 1440px;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 804px;
    background-color: #f1f5f8;
    padding: 92px 0 0 0;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
  }
  .box .Content .one .content {
    margin-top: 79px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .content li {
    width: 460px;
    height: 442px;
    background-image: linear-gradient(90deg, #049963 0%, #1bba80 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 12px;
    position: relative;
    padding: 49px 0 0 0;
  }
  .box .Content .one .content li h4 {
    width: 78%;
    font-family: 'PingFang';
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
  }
  .box .Content .one .content li .list {
    width: 460px;
    height: 272px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(203, 203, 203, 0.5);
    border-radius: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 41px 30px 0 16px;
  }
  .box .Content .one .content li .list p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
  }
  .box .Content .one .content li .list p img {
    margin-top: 5px;
  }
  .box .Content .one .content li .list p span {
    width: 377px;
    height: 82px;
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    margin-left: 9px;
  }
  .box .Content .two {
    width: 100%;
    height: 913px;
    background: url(../img/serve/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 104px 0 0 0;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .two .content {
    margin-top: 86px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .content li {
    width: 460px;
    height: 472px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .box .Content .two .content li img {
    width: 100%;
    height: 299px;
    object-fit: cover;
  }
  .box .Content .two .content li h5 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 20px;
    padding: 0 28px;
  }
  .box .Content .two .content li p {
    padding: 0 28px;
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    margin-top: 25px;
  }
  .box .Content .three {
    width: 100%;
    height: 354px;
    background-color: #1f9c59;
    padding: 86px 0 0 0;
  }
  .box .Content .three h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .three p {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 21px;
    text-align: center;
  }
  .box .Content .three .input {
    width: 409px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    display: flex;
  }
  .box .Content .three .input input {
    width: 295px;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 16px;
  }
  .box .Content .three .input button {
    width: 116px;
    height: 56px;
    background-color: #87bc3d;
    border: none;
    outline: none;
  }
  .box .Content .three .input button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Content .three .input button:hover a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 550px;
    background: url(../img/serve/Bgc.png) top center no-repeat;
    background-size: 100% 270%;
    padding: 150px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 10%;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 22px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 58px;
    line-height: 58px;
  }
  .box .Top .Bgc button {
    margin: 39px 0 0 10%;
    width: 158px;
    height: 50px;
    border-radius: 6px;
  }
  .box .Top .Bgc button a {
    font-size: 18px;
    line-height: 50px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 624px;
    padding: 75px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .box .Content .one .content {
    margin-top: 65px;
  }
  .box .Content .one .content li {
    width: 32%;
    height: 322px;
    border-radius: 12px;
    padding: 25px 0 0 0;
  }
  .box .Content .one .content li h4 {
    width: 78%;
    font-size: 22px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
  }
  .box .Content .one .content li .list {
    width: 100%;
    height: 202px;
    left: 0;
    bottom: 0;
    padding: 25px 22px 0 12px;
  }
  .box .Content .one .content li .list p {
    margin-bottom: 12px;
  }
  .box .Content .one .content li .list p img {
    margin-top: 5px;
  }
  .box .Content .one .content li .list p span {
    width: 90%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    color: #616161;
    margin-left: 9px;
  }
  .box .Content .two {
    width: 100%;
    height: 750px;
    background: url(../img/serve/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 85px 0 0 0;
  }
  .box .Content .two h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .box .Content .two .content {
    margin-top: 75px;
  }
  .box .Content .two .content li {
    width: 32%;
    height: 422px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .box .Content .two .content li img {
    width: 100%;
    height: 245px;
    object-fit: cover;
  }
  .box .Content .two .content li h5 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    padding: 0 28px;
  }
  .box .Content .two .content li p {
    padding: 0 28px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
  }
  .box .Content .three {
    width: 100%;
    height: 354px;
    background-color: #1f9c59;
    padding: 86px 0 0 0;
  }
  .box .Content .three h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .three p {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 21px;
    text-align: center;
  }
  .box .Content .three .input {
    width: 409px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    display: flex;
  }
  .box .Content .three .input input {
    width: 295px;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 16px;
  }
  .box .Content .three .input button {
    width: 116px;
    height: 56px;
    background-color: #87bc3d;
    border: none;
    outline: none;
  }
  .box .Content .three .input button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Content .three .input button:hover a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/serve/Bgc.png) top center no-repeat;
    background-size: 100% 270%;
    padding: 120px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 10%;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 22px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc button {
    margin: 39px 0 0 10%;
    width: 158px;
    height: 50px;
    border-radius: 6px;
  }
  .box .Top .Bgc button a {
    font-size: 18px;
    line-height: 50px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 624px;
    padding: 75px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .one .content {
    margin-top: 65px;
  }
  .box .Content .one .content li {
    width: 32.5%;
    height: 300px;
    border-radius: 12px;
    padding: 25px 0 0 0;
  }
  .box .Content .one .content li h4 {
    width: 78%;
    font-size: 17px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
  }
  .box .Content .one .content li .list {
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    padding: 25px 22px 0 12px;
  }
  .box .Content .one .content li .list p {
    margin-bottom: 12px;
  }
  .box .Content .one .content li .list p img {
    margin-top: 5px;
  }
  .box .Content .one .content li .list p span {
    width: 90%;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    color: #616161;
    margin-left: 9px;
  }
  .box .Content .two {
    width: 100%;
    height: 750px;
    background: url(../img/serve/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 85px 0 0 0;
  }
  .box .Content .two h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .two .content {
    margin-top: 75px;
  }
  .box .Content .two .content li {
    width: 32.5%;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .box .Content .two .content li img {
    width: 100%;
    height: 205px;
    object-fit: cover;
  }
  .box .Content .two .content li h5 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    padding: 0 16px;
  }
  .box .Content .two .content li p {
    padding: 0 16px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .box .Content .three {
    width: 100%;
    height: 354px;
    background-color: #1f9c59;
    padding: 86px 0 0 0;
  }
  .box .Content .three h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .three p {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 21px;
    text-align: center;
  }
  .box .Content .three .input {
    width: 409px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    display: flex;
  }
  .box .Content .three .input input {
    width: 295px;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 16px;
  }
  .box .Content .three .input button {
    width: 116px;
    height: 56px;
    background-color: #87bc3d;
    border: none;
    outline: none;
  }
  .box .Content .three .input button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Content .three .input button:hover a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 420px;
    background: url(../img/serve/Bgc.png) top center no-repeat;
    background-size: 100% 270%;
    padding: 120px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 10%;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 22px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc button {
    margin: 39px 0 0 10%;
    width: 158px;
    height: 50px;
    border-radius: 6px;
  }
  .box .Top .Bgc button a {
    font-size: 18px;
    line-height: 50px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: 584px;
    padding: 75px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .one .content {
    margin-top: 65px;
  }
  .box .Content .one .content li {
    width: 32.5%;
    height: 290px;
    border-radius: 12px;
    padding: 25px 0 0 0;
  }
  .box .Content .one .content li h4 {
    width: 88%;
    font-size: 17px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
  }
  .box .Content .one .content li .list {
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    padding: 25px 22px 0 12px;
  }
  .box .Content .one .content li .list p {
    margin-bottom: 12px;
  }
  .box .Content .one .content li .list p img {
    width: 10%;
    margin-top: 5px;
  }
  .box .Content .one .content li .list p span {
    width: 90%;
    height: auto;
    font-size: 12px;
    line-height: 16px;
    color: #616161;
    margin-left: 9px;
  }
  .box .Content .two {
    width: 100%;
    height: 650px;
    background: url(../img/serve/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 85px 0 0 0;
  }
  .box .Content .two h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .two .content {
    margin-top: 75px;
  }
  .box .Content .two .content li {
    width: 32.5%;
    height: 330px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .box .Content .two .content li img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }
  .box .Content .two .content li h5 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
    padding: 0 12px;
  }
  .box .Content .two .content li p {
    padding: 0 12px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
  .box .Content .three {
    width: 100%;
    height: 354px;
    background-color: #1f9c59;
    padding: 86px 0 0 0;
  }
  .box .Content .three h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .three p {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 21px;
    text-align: center;
  }
  .box .Content .three .input {
    width: 409px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    display: flex;
  }
  .box .Content .three .input input {
    width: 295px;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 16px;
  }
  .box .Content .three .input button {
    width: 116px;
    height: 56px;
    background-color: #87bc3d;
    border: none;
    outline: none;
  }
  .box .Content .three .input button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Content .three .input button:hover a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../img/serve/Bgc.png) top center no-repeat;
    background-size: 200% 400%;
    position: relative;
    padding: 20vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    text-align: center;
  }
  .box .Top .Bgc .Title h2 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
    margin-bottom: 4vw;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
  }
  .box .Top .Bgc .button {
    display: block;
    margin: 5.33333333vw auto 0;
    width: 26.66666667vw;
    height: 9.33333333vw;
    background-color: #049963;
    border-radius: 1.6vw;
    border: none;
    outline: none;
  }
  .box .Top .Bgc .button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 9.33333333vw;
    color: #ffffff;
  }
  .box .Top .Bgc .button:hover a {
    text-decoration: underline;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: auto;
    background-color: #f1f5f8;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    color: #333333;
    text-align: center;
  }
  .box .Content .one .content {
    margin-top: 10.66666667vw;
  }
  .box .Content .one .content li {
    width: 100%;
    height: 107.2vw;
    background-image: linear-gradient(90deg, #049963 0%, #1bba80 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 3.2vw;
    position: relative;
    padding: 11.2vw 0 0 0;
    margin-bottom: 4vw;
  }
  .box .Content .one .content li h4 {
    width: 82%;
    font-family: 'PingFang';
    font-size: 6.4vw;
    line-height: 9.6vw;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
  }
  .box .Content .one .content li .list {
    width: 100%;
    height: 67.2vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.4vw 0vw rgba(203, 203, 203, 0.5);
    border-radius: 3.2vw;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6.66666667vw 5.33333333vw 0 3.2vw;
  }
  .box .Content .one .content li .list p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.53333333vw;
  }
  .box .Content .one .content li .list p img {
    margin-top: 1.33333333vw;
  }
  .box .Content .one .content li .list p span {
    width: 100.53333333vw;
    height: 21.86666667vw;
    font-size: 4.26666667vw;
    line-height: 6.4vw;
    color: #616161;
    margin-left: 2.4vw;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background: url(../img/serve/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 13.33333333vw 0 6.66666667vw 0;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .two .content {
    margin-top: 12vw;
  }
  .box .Content .two .content li {
    width: 100%;
    height: 125.86666667vw;
    background-color: #fff;
    border-radius: 2.66666667vw;
    overflow: hidden;
    margin-bottom: 4vw;
  }
  .box .Content .two .content li img {
    width: 100%;
    height: 79.73333333vw;
    object-fit: cover;
  }
  .box .Content .two .content li h5 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #000000;
    margin-top: 5.33333333vw;
    padding: 0 7.46666667vw;
  }
  .box .Content .two .content li p {
    padding: 0 7.46666667vw;
    font-size: 4.26666667vw;
    line-height: 7.46666667vw;
    color: #616161;
    margin-top: 6.66666667vw;
  }
}
