@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-yqfw/pxsz/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-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: normal;
  }
  .box .Top .Bgc .Title h2 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    margin-top: 22px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 43px;
    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: 657px;
    background-color: #f0fff7;
    padding: 79px 0 0 0;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
  }
  .box .Content .one ul {
    margin-top: 79px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .one ul li {
    width: 460px;
    height: 355px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 12px;
  }
  .box .Content .one ul li a {
    width: 100%;
    height: 100%;
    padding: 52px 42px 0 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .Content .one ul li a h5 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-top: 35px;
  }
  .box .Content .one ul li a p {
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    margin-top: 28px;
  }
  .box .Content .two {
    width: 100%;
    height: 661px;
    background: url(../../img/ej-yqfw/pxsz/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 108px 0 0 0;
  }
  .box .Content .two .container {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .container ul {
    display: flex;
    justify-content: space-between;
    width: 1033px;
    flex-wrap: wrap;
  }
  .box .Content .two .container ul li {
    width: 326px;
    height: 205px;
    border-radius: 12px;
    border: solid 1px #d4ffe8;
    overflow: hidden;
    margin-bottom: 29px;
  }
  .box .Content .two .container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container .right {
    width: 325px;
    padding-top: 61px;
  }
  .box .Content .two .container .right h4 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: right;
    margin-bottom: 24px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #dbffec;
  }
}
@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-yqfw/pxsz/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 h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 22px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 43px;
    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: 657px;
    padding: 79px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .box .Content .one ul {
    margin-top: 79px;
  }
  .box .Content .one ul li {
    width: 32%;
    height: 355px;
  }
  .box .Content .one ul li a {
    width: 100%;
    height: 100%;
    padding: 52px 42px 0 41px;
  }
  .box .Content .one ul li a h5 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 35px;
  }
  .box .Content .one ul li a p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 28px;
  }
  .box .Content .two {
    width: 100%;
    height: 661px;
    background: url(../../img/ej-yqfw/pxsz/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 108px 0 0 0;
  }
  .box .Content .two .container ul {
    width: 75%;
  }
  .box .Content .two .container ul li {
    width: 32%;
    height: 205px;
    margin-bottom: 29px;
  }
  .box .Content .two .container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container .right {
    width: 22%;
    padding-top: 61px;
  }
  .box .Content .two .container .right h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
  }
}
@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-yqfw/pxsz/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: 46px;
    line-height: 46px;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 22px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 43px;
    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: 657px;
    padding: 69px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .box .Content .one ul {
    margin-top: 79px;
  }
  .box .Content .one ul li {
    width: 32%;
    height: 355px;
  }
  .box .Content .one ul li a {
    width: 100%;
    height: 100%;
    padding: 42px 32px 0 31px;
  }
  .box .Content .one ul li a h5 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 35px;
  }
  .box .Content .one ul li a p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 28px;
  }
  .box .Content .two {
    width: 100%;
    height: 661px;
    background: url(../../img/ej-yqfw/pxsz/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 108px 0 0 0;
  }
  .box .Content .two .container ul {
    width: 72%;
  }
  .box .Content .two .container ul li {
    width: 32%;
    height: 185px;
    margin-bottom: 29px;
  }
  .box .Content .two .container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container .right {
    width: 25%;
    padding-top: 61px;
  }
  .box .Content .two .container .right h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
}
@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-yqfw/pxsz/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 h2 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 22px;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 43px;
    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: auto;
    padding: 59px 0 20px 0;
  }
  .box .Content .one h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .box .Content .one ul {
    margin-top: 49px;
    flex-wrap: wrap;
  }
  .box .Content .one ul li {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
  }
  .box .Content .one ul li a {
    width: 100%;
    height: 100%;
    padding: 42px 32px 0 31px;
  }
  .box .Content .one ul li a h5 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 35px;
  }
  .box .Content .one ul li a p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 28px;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background: url(../../img/ej-yqfw/pxsz/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 108px 0 40px 0;
  }
  .box .Content .two .container {
    flex-wrap: wrap;
  }
  .box .Content .two .container ul {
    width: 100%;
  }
  .box .Content .two .container ul li {
    width: 32%;
    height: 185px;
    margin-bottom: 29px;
  }
  .box .Content .two .container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container .right {
    width: 45%;
    padding-top: 25px;
    margin-left: 55%;
  }
  .box .Content .two .container .right h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-yqfw/pxsz/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;
    letter-spacing: 0.53333333vw;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 9.06666667vw;
    line-height: 9.06666667vw;
    color: #ffffff;
    margin-top: 2.66666667vw;
    font-weight: normal;
    letter-spacing: 0.53333333vw;
  }
  .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: 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 ul {
    margin-top: 10.66666667vw;
  }
  .box .Content .one ul li {
    width: 100%;
    height: 94.66666667vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 3.2vw;
    margin-bottom: 4vw;
  }
  .box .Content .one ul li a {
    width: 100%;
    height: 100%;
    padding: 13.86666667vw 11.2vw 0 10.93333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .Content .one ul li a h5 {
    font-size: 8vw;
    line-height: 8vw;
    color: #000000;
    margin-top: 9.33333333vw;
  }
  .box .Content .one ul li a p {
    font-size: 4.8vw;
    line-height: 7.46666667vw;
    color: #616161;
    margin-top: 7.46666667vw;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background: url(../../img/ej-yqfw/pxsz/twoBgc.png) center no-repeat;
    background-size: cover;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content .two .container ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .box .Content .two .container ul li {
    width: 100%;
    height: 57.33333333vw;
    border-radius: 3.2vw;
    border: solid 0.26666667vw #d4ffe8;
    overflow: hidden;
    margin-bottom: 4vw;
  }
  .box .Content .two .container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .two .container .right {
    width: 100%;
    padding-top: 6.66666667vw;
  }
  .box .Content .two .container .right h4 {
    font-size: 8vw;
    line-height: 8vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6.4vw;
  }
  .box .Content .two .container .right p {
    width: 100%;
    font-size: 4.8vw;
    line-height: 9.6vw;
    color: #dbffec;
  }
}
