@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-zwcp/zhdj/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 p {
    width: 1021px;
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 56px;
    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%;
  }
  .box .Content .one {
    width: 100%;
    height: 796px;
    background-color: #f0fff7;
    padding: 73px 0 0 0;
  }
  .box .Content .one .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .one .container .text {
    width: 289px;
  }
  .box .Content .one .container .text h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
    margin-bottom: 37px;
  }
  .box .Content .one .container .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    text-indent: 2em;
    margin-bottom: 19px;
  }
  .box .Content .one .container .right {
    width: 1040px;
    height: 645px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 30px;
    padding: 52px 0 0 0;
    position: relative;
  }
  .box .Content .one .container .right .color {
    position: absolute;
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .container .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .container .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .container .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
  .box .Content .one .container .right img {
    width: 968px;
    height: 551px;
    display: block;
    object-fit: cover;
    margin: 0 auto;
  }
  .box .Content .two {
    width: 100%;
    height: 570px;
    background: url(../../img/ej-zwcp/zhdj/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 80px 0 0 0;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 46px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .two ul {
    margin-top: 87px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two ul li {
    width: 264px;
    height: 233px;
    background-color: #f0fff7;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }
  .box .Content .two ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box .Content .two ul li a p {
    margin-top: 38px;
    font-family: 'PingFang';
    font-size: 26px;
    line-height: 26px;
    color: #000000;
  }
  .box .Content .two ul li:hover {
    filter: brightness(0.9);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/zhdj/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 190px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc .Title p {
    width: 85%;
    font-size: 18px;
    line-height: 29px;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: 796px;
    padding: 73px 0 0 0;
  }
  .box .Content .one .container .text {
    width: 25%;
  }
  .box .Content .one .container .text h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 37px;
  }
  .box .Content .one .container .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 19px;
  }
  .box .Content .one .container .right {
    width: 72%;
    height: auto;
    padding: 52px 0 40px 0;
  }
  .box .Content .one .container .right .color {
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
  }
  .box .Content .one .container .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .box .Content .one .container .right img {
    width: 95%;
    height: auto;
  }
  .box .Content .two {
    width: 100%;
    height: 570px;
    background: url(../../img/ej-zwcp/zhdj/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 80px 0 0 0;
  }
  .box .Content .two h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .box .Content .two ul {
    margin-top: 87px;
  }
  .box .Content .two ul li {
    width: 19%;
    height: 233px;
    border-radius: 20px;
  }
  .box .Content .two ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two ul li a p {
    margin-top: 38px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/zhdj/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 171px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 170px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .box .Top .Bgc .Title p {
    width: 85%;
    font-size: 18px;
    line-height: 29px;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    border-radius: 6px;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: 746px;
    padding: 73px 0 0 0;
  }
  .box .Content .one .container .text {
    width: 25%;
  }
  .box .Content .one .container .text h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 37px;
  }
  .box .Content .one .container .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 19px;
  }
  .box .Content .one .container .right {
    width: 72%;
    height: auto;
    padding: 52px 0 40px 0;
  }
  .box .Content .one .container .right .color {
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
  }
  .box .Content .one .container .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .box .Content .one .container .right img {
    width: 95%;
    height: auto;
  }
  .box .Content .two {
    width: 100%;
    height: 550px;
    background: url(../../img/ej-zwcp/zhdj/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 80px 0 0 0;
  }
  .box .Content .two h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .box .Content .two ul {
    margin-top: 87px;
  }
  .box .Content .two ul li {
    width: 19%;
    height: 183px;
    border-radius: 20px;
  }
  .box .Content .two ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two ul li a p {
    margin-top: 38px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/zhdj/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 171px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 130px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .box .Top .Bgc .Title p {
    width: 85%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 28px;
  }
  .box .Top .Bgc .Title button {
    width: 120px;
    height: 35px;
    border-radius: 6px;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 35px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: auto;
    padding: 73px 0 60px 0;
  }
  .box .Content .one .container .text {
    width: 35%;
  }
  .box .Content .one .container .text h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 37px;
  }
  .box .Content .one .container .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 19px;
  }
  .box .Content .one .container .right {
    width: 62%;
    height: auto;
    padding: 42px 0 30px 0;
  }
  .box .Content .one .container .right .color {
    width: 41px;
    height: 13px;
    top: 20px;
    right: 31px;
  }
  .box .Content .one .container .right .color .round {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .box .Content .one .container .right img {
    width: 95%;
    height: auto;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background: url(../../img/ej-zwcp/zhdj/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 80px 0 70px 0;
  }
  .box .Content .two h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .box .Content .two ul {
    margin-top: 57px;
  }
  .box .Content .two ul li {
    width: 19%;
    height: 153px;
    border-radius: 20px;
  }
  .box .Content .two ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two ul li a img {
    height: 30%;
  }
  .box .Content .two ul li a p {
    margin-top: 25px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-zwcp/zhdj/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 21.33333333vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    text-align: center;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title p {
    width: 100%;
    font-family: 'PingFang';
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-top: 4vw;
  }
  .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: 4.26666667vw;
    line-height: 8vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: auto;
    background-color: #f0fff7;
    padding: 13.33333333vw 0 13.33333333vw 0;
  }
  .box .Content .one .container .text {
    width: 100%;
  }
  .box .Content .one .container .text h2 {
    font-family: 'PingFang';
    font-size: 9.06666667vw;
    line-height: 9.06666667vw;
    color: #049963;
    margin-bottom: 6.66666667vw;
  }
  .box .Content .one .container .text p {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 8.53333333vw;
    color: #333333;
    text-indent: 2em;
    margin-bottom: 5.06666667vw;
  }
  .box .Content .one .container .right {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 8vw;
    padding: 13.86666667vw 0 13.86666667vw 0;
    position: relative;
  }
  .box .Content .one .container .right .color {
    position: absolute;
    width: 13.6vw;
    height: 3.46666667vw;
    top: 5.33333333vw;
    right: 8.26666667vw;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .container .right .color .round {
    width: 3.46666667vw;
    height: 3.46666667vw;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .container .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .container .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
  .box .Content .one .container .right img {
    width: 95%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background: url(../../img/ej-zwcp/zhdj/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 13.33333333vw 0 0 0;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 11.2vw;
    line-height: 11.2vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .two ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12vw;
    justify-content: space-between;
    padding-bottom: 4vw;
  }
  .box .Content .two ul li {
    width: 49%;
    height: 40vw;
    background-color: #f0fff7;
    box-shadow: 0vw 0vw 4vw 0vw rgba(0, 0, 0, 0.05);
    border-radius: 5.33333333vw;
    margin-bottom: 4vw;
  }
  .box .Content .two ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box .Content .two ul li a p {
    margin-top: 4vw;
    font-family: 'PingFang';
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #000000;
  }
  .box .Content .two ul li:hover {
    filter: brightness(0.9);
  }
}
