@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-zwfw/cbfx/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: 831px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 0;
    align-items: center;
  }
  .box .Content .one .left {
    width: 289px;
  }
  .box .Content .one .left h2 {
    font-size: 40px;
    line-height: 40px;
    color: #049963;
    margin-bottom: 27px;
  }
  .box .Content .one .left p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .one .right {
    width: 920px;
    height: 645px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 30px;
    padding: 47px 0 0 0;
    position: relative;
  }
  .box .Content .one .right .content {
    width: 857px;
    height: 551px;
    background-color: #f0f1f3;
    border: solid 1px #ffffff;
    margin: 0 auto;
  }
  .box .Content .one .right .content img {
    display: block;
    width: 637px;
    height: 457px;
    object-fit: cover;
    margin: 40px auto 0;
  }
  .box .Content .one .right .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Content .one .right .img div {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(191, 225, 207, 0.65);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .one .right .img div:nth-child(1) {
    width: 251px;
    height: 156px;
    top: 65px;
    left: -81px;
  }
  .box .Content .one .right .img div:nth-child(2) {
    width: 251px;
    height: 156px;
    top: 82px;
    right: -118px;
  }
  .box .Content .one .right .img div:nth-child(3) {
    width: 437px;
    height: 156px;
    top: 469px;
    left: -208px;
  }
  .box .Content .one .right .img div:nth-child(4) {
    width: 194px;
    height: 156px;
    top: 529px;
    right: -97px;
  }
  .box .Content .two {
    width: 100%;
    height: 557px;
    background: url(../../img/ej-zwfw/cbfx/twoBgc.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .two .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .two .container .img {
    width: 375px;
    height: 319px;
    border-radius: 12px;
    margin-right: 23px;
  }
  .box .Content .two .container .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container ul {
    width: 189px;
    height: 319px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 78px;
  }
  .box .Content .two .container ul li {
    width: 189px;
    height: 97px;
    background-color: #1ca875;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.6);
  }
  .box .Content .two .container ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .two .container ul li a p {
    font-family: 'PingFang';
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-left: 15px;
  }
  .box .Content .two .container .right {
    width: 289px;
    margin-left: 85px;
  }
  .box .Content .two .container .right h4 {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: right;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #dbffec;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .box .Content .one .right .img div:nth-child(2) {
    top: -80px;
    right: 20px;
  }
  .box .Content .one .right .img div:nth-child(4) {
    top: 569px;
    right: 27px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    height: auto;
    padding: 100px 0;
  }
  .box .Content .one .left {
    width: 20%;
  }
  .box .Content .one .left h2 {
    font-size: 40px;
    line-height: 40px;
    color: #049963;
    margin-bottom: 27px;
  }
  .box .Content .one .left p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .one .right {
    width: 78%;
    height: auto;
    padding: 47px 0 40px 0;
  }
  .box .Content .one .right .content {
    width: 98%;
    height: auto;
  }
  .box .Content .one .right .content img {
    width: 80%;
    height: auto;
    margin: 40px auto;
  }
  .box .Content .one .right .img div {
    height: auto !important;
    padding: 1% 0;
    border-radius: 8px;
  }
  .box .Content .one .right .img div img {
    width: 90%;
    height: auto;
  }
  .box .Content .one .right .img div:nth-child(1) {
    width: 20%;
    top: 65px;
    left: -81px;
  }
  .box .Content .one .right .img div:nth-child(2) {
    width: 20%;
    top: -50px;
    right: 20px;
  }
  .box .Content .one .right .img div:nth-child(3) {
    width: 40%;
    top: 469px;
    left: -208px;
  }
  .box .Content .one .right .img div:nth-child(4) {
    width: 18%;
    top: 90%;
    right: 27px;
  }
  .box .Content .two {
    width: 100%;
    height: 557px;
  }
  .box .Content .two .container {
    height: 100%;
    justify-content: space-between;
  }
  .box .Content .two .container .img {
    width: 28%;
    height: auto;
    border-radius: 12px;
    margin-right: 0;
  }
  .box .Content .two .container .img img {
    width: 100%;
  }
  .box .Content .two .container ul {
    width: 15%;
    height: 319px;
    margin-left: 0;
  }
  .box .Content .two .container ul li {
    width: 100%;
    height: 97px;
  }
  .box .Content .two .container ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two .container ul li a p {
    font-size: 24px;
    line-height: 24px;
    margin-left: 15px;
  }
  .box .Content .two .container .right {
    width: 25%;
    margin-left: 0;
  }
  .box .Content .two .container .right h4 {
    font-size: 40px;
    line-height: 40px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    padding: 181px 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;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .container {
    width: 95%;
  }
  .box .Content .one {
    height: auto;
    padding: 100px 0;
  }
  .box .Content .one .left {
    width: 20%;
  }
  .box .Content .one .left h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 27px;
  }
  .box .Content .one .left p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
  }
  .box .Content .one .right {
    width: 78%;
    height: auto;
    padding: 47px 0 40px 0;
  }
  .box .Content .one .right .content {
    width: 98%;
    height: auto;
  }
  .box .Content .one .right .content img {
    width: 80%;
    height: auto;
    margin: 40px auto;
  }
  .box .Content .one .right .img div {
    height: auto !important;
    padding: 1% 0;
    border-radius: 8px;
  }
  .box .Content .one .right .img div img {
    width: 90%;
    height: auto;
  }
  .box .Content .one .right .img div:nth-child(1) {
    width: 20%;
    top: 5%;
    left: -81px;
  }
  .box .Content .one .right .img div:nth-child(2) {
    width: 20%;
    top: -5%;
    right: 20px;
  }
  .box .Content .one .right .img div:nth-child(3) {
    width: 40%;
    top: 80%;
    left: -20%;
  }
  .box .Content .one .right .img div:nth-child(4) {
    width: 18%;
    top: 90%;
    right: 27px;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .box .Content .two .container {
    height: 100%;
    justify-content: space-between;
  }
  .box .Content .two .container .img {
    width: 25%;
    height: auto;
    border-radius: 12px;
    margin-right: 0;
  }
  .box .Content .two .container .img img {
    width: 100%;
  }
  .box .Content .two .container ul {
    width: 20%;
    height: 240px;
    margin-left: 0;
  }
  .box .Content .two .container ul li {
    width: 100%;
    height: 32%;
  }
  .box .Content .two .container ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two .container ul li a p {
    font-size: 22px;
    line-height: 22px;
    margin-left: 10px;
  }
  .box .Content .two .container .right {
    width: 25%;
    margin-left: 0;
  }
  .box .Content .two .container .right h4 {
    font-size: 34px;
    line-height: 34px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 500px;
    padding: 181px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 140px;
  }
  .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;
    margin-top: 56px;
  }
  .box .Top .Bgc .Title button a {
    font-size: 16px;
    line-height: 45px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .container {
    width: 95%;
  }
  .box .Content .one {
    height: auto;
    padding: 60px 0;
    display: block;
  }
  .box .Content .one .left {
    width: 100%;
    text-align: right;
  }
  .box .Content .one .left h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 27px;
  }
  .box .Content .one .left p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
  }
  .box .Content .one .right {
    width: 100%;
    height: auto;
    padding: 47px 0 40px 0;
    margin-top: 50px;
  }
  .box .Content .one .right .content {
    width: 98%;
    height: auto;
  }
  .box .Content .one .right .content img {
    width: 80%;
    height: auto;
    margin: 40px auto;
  }
  .box .Content .one .right .img div {
    height: auto !important;
    padding: 1% 0;
    border-radius: 8px;
  }
  .box .Content .one .right .img div img {
    width: 90%;
    height: auto;
  }
  .box .Content .one .right .img div:nth-child(1) {
    width: 20%;
    top: 5%;
    left: 5%;
  }
  .box .Content .one .right .img div:nth-child(2) {
    width: 20%;
    top: -5%;
    right: 20px;
  }
  .box .Content .one .right .img div:nth-child(3) {
    width: 40%;
    top: 85%;
    left: 2%;
  }
  .box .Content .one .right .img div:nth-child(4) {
    width: 18%;
    top: 90%;
    right: 27px;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .box .Content .two .container {
    height: 100%;
    justify-content: space-between;
  }
  .box .Content .two .container .img {
    width: 26%;
    height: auto;
    border-radius: 12px;
    margin-right: 0;
  }
  .box .Content .two .container .img img {
    width: 100%;
  }
  .box .Content .two .container ul {
    width: 18%;
    height: 240px;
    margin-left: 0;
  }
  .box .Content .two .container ul li {
    width: 100%;
    height: 32%;
  }
  .box .Content .two .container ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two .container ul li a img {
    width: 20%;
    height: auto;
  }
  .box .Content .two .container ul li a p {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
  }
  .box .Content .two .container .right {
    width: 25%;
    margin-left: 0;
  }
  .box .Content .two .container .right h4 {
    font-size: 28px;
    line-height: 28px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-zwfw/cbfx/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: 9.06666667vw;
    line-height: 9.06666667vw;
    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: 221.6vw;
    padding: 12vw 0 0 0;
  }
  .box .Content .one .left {
    width: 100%;
  }
  .box .Content .one .left h2 {
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #049963;
    margin-bottom: 5.33333333vw;
  }
  .box .Content .one .left p {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 8.53333333vw;
    color: #333333;
  }
  .box .Content .one .right {
    width: 100%;
    height: 172vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 8vw;
    padding: 12.53333333vw 0 0 0;
    position: relative;
    margin-top: 5.33333333vw;
  }
  .box .Content .one .right .content {
    width: 100%;
    height: 146.93333333vw;
    background-color: #f0f1f3;
    border: solid 0.26666667vw #ffffff;
    margin: 0 auto;
  }
  .box .Content .one .right .content img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 10.66666667vw auto 0;
  }
  .box .Content .one .right .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Content .one .right .img div {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(191, 225, 207, 0.65);
    border-radius: 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .one .right .img div img {
    width: 100%;
    height: auto;
  }
  .box .Content .one .right .img div:nth-child(1) {
    width: 40vw;
    height: auto;
    top: 17.33333333vw;
    left: -1.33333333vw;
  }
  .box .Content .one .right .img div:nth-child(2) {
    width: 40vw;
    height: auto;
    top: 2.66666667vw;
    right: -1.33333333vw;
  }
  .box .Content .one .right .img div:nth-child(3) {
    width: 200;
    height: auto;
    top: 100vw;
    left: -1.33333333vw;
  }
  .box .Content .one .right .img div:nth-child(4) {
    width: 32vw;
    height: auto;
    top: 130.66666667vw;
    right: 17.33333333vw;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background: url(../../img/ej-zwfw/cbfx/twoBgc.png) center no-repeat;
    background-size: cover;
    margin-top: 6.66666667vw;
    padding: 12vw 0;
  }
  .box .Content .two .container {
    height: 100%;
  }
  .box .Content .two .container .img {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
    margin-bottom: 4vw;
  }
  .box .Content .two .container .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .two .container ul li {
    width: 33%;
    height: 20vw;
    background-color: #1ca875;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw rgba(255, 255, 255, 0.6);
  }
  .box .Content .two .container ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .two .container ul li a p {
    width: 9.6vw;
    font-family: 'PingFang';
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-left: 2.66666667vw;
  }
  .box .Content .two .container .right {
    width: 100%;
    margin-top: 4vw;
  }
  .box .Content .two .container .right h4 {
    font-size: 9.06666667vw;
    line-height: 9.06666667vw;
    color: #ffffff;
    text-align: right;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 8.53333333vw;
    color: #dbffec;
    margin-top: 5.33333333vw;
  }
}
