@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/zngg/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%;
    background-color: #f0fff7;
  }
  .box .Content .one {
    height: 724px;
    padding: 79px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .left {
    width: 338px;
    height: 577px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    overflow: hidden;
  }
  .box .Content .one .left li {
    flex: 1;
    background-color: #ffffff;
    border-bottom: 1px solid #bedccc;
  }
  .box .Content .one .left li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box .Content .one .left li a .icon {
    display: block;
    width: 37px;
    height: 37px;
    background: url(../../img/ej-zwcp/zngg/one-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li a p {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 14px;
  }
  .box .Content .one .left li.active {
    background-color: #049963;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 12px;
    margin-bottom: 11px;
    border-bottom: none;
  }
  .box .Content .one .left li.active a {
    flex-direction: row;
  }
  .box .Content .one .left li.active a .icon {
    width: 38px;
    height: 38px;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li.active a p {
    font-family: 'PingFang';
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    margin: 0 0 0 22px;
  }
  .box .Content .one .left li:nth-child(2) a .icon {
    background: url(../../img/ej-zwcp/zngg/one-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(2).active {
    margin: 7px 0;
  }
  .box .Content .one .left li:nth-child(2).active a .icon {
    width: 38px;
    height: 38px;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(3) a .icon {
    background: url(../../img/ej-zwcp/zngg/one-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(3).active {
    margin: 5px 0;
  }
  .box .Content .one .left li:nth-child(3).active a .icon {
    width: 38px;
    height: 38px;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(4) a .icon {
    background: url(../../img/ej-zwcp/zngg/one-icon4.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(4).active {
    margin-bottom: 0;
    margin-top: 11px;
  }
  .box .Content .one .left li:nth-child(4).active a .icon {
    width: 38px;
    height: 38px;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:last-child {
    border-bottom: none;
  }
  .box .Content .one .right {
    width: 1040px;
    height: 579px;
    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 .right .img {
    width: 968px;
    height: 484px;
    background-color: #f0f1f3;
    border: solid 1px #ffffff;
    margin: 0 auto;
  }
  .box .Content .one .right .img img {
    display: block;
    width: 818px;
    height: 422px;
    margin: 32px auto 0;
  }
  .box .Content .one .right .color {
    position: absolute;
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
@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: 500px;
    background: url(../../img/ej-zwcp/zngg/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: 1021px;
    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 {
    height: 724px;
    padding: 20px 0 0 0;
    align-items: center;
  }
  .box .Content .one .left {
    width: 22%;
    height: 555px;
  }
  .box .Content .one .left li {
    flex: 1;
  }
  .box .Content .one .left li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .one .left li a .icon {
    width: 37px;
    height: 37px;
  }
  .box .Content .one .left li a p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 14px;
  }
  .box .Content .one .right {
    width: 76%;
    height: auto;
    padding: 52px 0 40px 0;
  }
  .box .Content .one .right .img {
    width: 95%;
    height: auto;
  }
  .box .Content .one .right .img img {
    display: block;
    width: 90%;
    height: auto;
    margin: 32px auto;
  }
  .box .Content .one .right .color {
    position: absolute;
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/zngg/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 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: 1021px;
    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 {
    height: 724px;
    padding: 20px 0 0 0;
    align-items: center;
  }
  .box .Content .one .left {
    width: 20%;
    height: 480px;
  }
  .box .Content .one .left li {
    flex: 1;
  }
  .box .Content .one .left li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .one .left li a .icon {
    width: 25px !important;
    height: 25px !important;
  }
  .box .Content .one .left li a p {
    font-size: 18px !important;
    line-height: 18px !important;
    margin-top: 14px;
  }
  .box .Content .one .left li.active p {
    margin-left: 15px !important;
  }
  .box .Content .one .right {
    width: 78%;
    height: auto;
    padding: 52px 0 40px 0;
  }
  .box .Content .one .right .img {
    width: 95%;
    height: auto;
  }
  .box .Content .one .right .img img {
    display: block;
    width: 90%;
    height: auto;
    margin: 32px auto;
  }
  .box .Content .one .right .color {
    position: absolute;
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    background: url(../../img/ej-zwcp/zngg/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 130px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 46px;
    line-height: 46px;
  }
  .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: 46px;
  }
  .box .Top .Bgc .Title button a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 35px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: auto;
    padding: 60px 0;
    align-items: center;
  }
  .box .Content .one .left {
    width: 25%;
    height: 370px;
  }
  .box .Content .one .left li {
    flex: 1;
  }
  .box .Content .one .left li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .one .left li a .icon {
    width: 25px !important;
    height: 25px !important;
  }
  .box .Content .one .left li a p {
    font-size: 18px !important;
    line-height: 18px !important;
    margin-top: 14px;
  }
  .box .Content .one .left li.active p {
    margin-left: 15px !important;
  }
  .box .Content .one .right {
    width: 73%;
    height: auto;
    padding: 52px 0 40px 0;
  }
  .box .Content .one .right .img {
    width: 95%;
    height: auto;
  }
  .box .Content .one .right .img img {
    display: block;
    width: 90%;
    height: auto;
    margin: 32px auto;
  }
  .box .Content .one .right .color {
    position: absolute;
    width: 51px;
    height: 13px;
    top: 20px;
    right: 31px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one .right .color .round {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
@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/zngg/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%;
    background-color: #f0fff7;
  }
  .box .Content .one {
    height: auto;
    padding: 13.33333333vw 0 13.33333333vw 0;
  }
  .box .Content .one .left {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 3.2vw;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    overflow: hidden;
  }
  .box .Content .one .left li {
    width: 50%;
    height: 26.66666667vw;
    background-color: #ffffff;
    border-bottom: 0.26666667vw solid #bedccc;
  }
  .box .Content .one .left li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box .Content .one .left li a .icon {
    display: block;
    width: 9.86666667vw;
    height: 9.86666667vw;
    background: url(../../img/ej-zwcp/zngg/one-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li a p {
    font-family: 'PingFang';
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #000000;
    margin-top: 3.73333333vw;
  }
  .box .Content .one .left li.active {
    background-color: #049963;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 3.2vw;
    border-bottom: none;
  }
  .box .Content .one .left li.active a .icon {
    width: 10.13333333vw;
    height: 10.13333333vw;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li.active a p {
    font-family: 'PingFang';
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #ffffff;
  }
  .box .Content .one .left li:nth-child(2) a .icon {
    background: url(../../img/ej-zwcp/zngg/one-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(2).active a .icon {
    width: 10.13333333vw;
    height: 10.13333333vw;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(3) a .icon {
    background: url(../../img/ej-zwcp/zngg/one-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(3).active a .icon {
    width: 10.13333333vw;
    height: 10.13333333vw;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(4) a .icon {
    background: url(../../img/ej-zwcp/zngg/one-icon4.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .left li:nth-child(4).active {
    margin-bottom: 0;
  }
  .box .Content .one .left li:nth-child(4).active a .icon {
    width: 10.13333333vw;
    height: 10.13333333vw;
    background: url(../../img/ej-zwcp/zngg/one-iconActive1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .one .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.33333333vw 0;
    position: relative;
    margin-top: 5.33333333vw;
  }
  .box .Content .one .right .img {
    width: 100%;
    height: auto;
    background-color: #f0f1f3;
    border: solid 0.26666667vw #ffffff;
    margin: 0 auto;
  }
  .box .Content .one .right .img img {
    display: block;
    width: 95%;
    height: auto;
    margin: 8.53333333vw auto 0;
  }
  .box .Content .one .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 .right .color .round {
    width: 3.46666667vw;
    height: 3.46666667vw;
    border-radius: 50%;
    background-color: #fd5e55;
  }
  .box .Content .one .right .color .round:nth-child(2) {
    background-color: #fcbc2f;
  }
  .box .Content .one .right .color .round:nth-child(3) {
    background-color: #2bc53f;
  }
}
