@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-gscp/hbcm-GEO/Bgc.png) top right no-repeat;
    background-size: cover;
    position: relative;
    padding: 174px 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 h2 {
    width: 80%;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    margin-top: 29px;
    font-weight: normal;
  }
  .box .Top .Bgc .Title button {
    width: 140px;
    height: 45px;
    background-color: #049963;
    border-radius: 6px;
    margin-top: 45px;
    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%;
    padding: 54px 0 0;
    background-color: #f0fff7;
  }
  .box .Content .one {
    padding-bottom: 85px;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .one .content {
    display: flex;
    align-items: center;
    padding: 0 45px 0 64px;
    justify-content: space-between;
  }
  .box .Content .one .content .text {
    width: 55%;
  }
  .box .Content .one .content .text p {
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    color: #333333;
    text-indent: 2em;
  }
  .box .Content .one .content .img {
    width: auto;
  }
  .box .Content .one .content .img img {
    width: 457px;
    height: auto;
  }
  .box .Content .two {
    padding-bottom: 48px;
    display: none;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .two .content li {
    width: 32%;
    height: 253px;
    margin-bottom: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.3);
    border-radius: 10px;
    padding: 35px 32px 0 41px;
  }
  .box .Content .two .content li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two .content li a .title {
    display: flex;
    align-items: center;
  }
  .box .Content .two .content li a .title img {
    margin-right: 15px;
  }
  .box .Content .two .content li a .title h4 {
    font-family: 'PingFang';
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -1px;
    color: #111111;
  }
  .box .Content .two .content li a .text {
    margin-top: 15px;
  }
  .box .Content .two .content li a .text p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #6b6b6b;
  }
  .box .Content .two .content li:nth-child(1) {
    width: 49%;
    height: 201px;
  }
  .box .Content .two .content li:nth-child(2) {
    width: 49%;
    height: 201px;
  }
  .box .Content .three {
    padding-bottom: 97px;
    display: none;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .three .content li {
    width: 24%;
    height: 219px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.3);
    border-radius: 10px;
  }
  .box .Content .three .content li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .three .content li a h4 {
    width: 100%;
    height: 65px;
    background-color: #049963;
    border-radius: 10px;
    border: solid 1px #12a474;
    font-family: 'PingFang';
    font-size: 28px;
    line-height: 65px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .three .content li a .text {
    padding: 16px 29px 0;
  }
  .box .Content .three .content li a .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #2f2f2f;
  }
  .box .Content .four {
    padding-bottom: 76px;
    display: none;
  }
  .box .Content .four h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .four .content {
    margin-top: 33px;
    width: 100%;
    height: 168px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(145, 145, 145, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 28px 0 60px;
  }
  .box .Content .four .content li {
    width: 24%;
    display: flex;
    align-items: center;
  }
  .box .Content .four .content li img {
    margin-right: 9px;
  }
  .box .Content .four .content li p {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 55px;
    color: #2d2d2d;
  }
  .box .Content .four .content li:nth-child(1) {
    width: 18%;
  }
  .box .Content .four .content li:nth-child(5) {
    width: 18%;
  }
  .box .Content .four .content li:nth-child(3) {
    width: 30%;
  }
  .box .Content .four .content li:nth-child(7) {
    width: 30%;
  }
  .box .Content .five {
    position: relative;
    z-index: 9;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1250px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 150px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    padding-bottom: 55px;
  }
  .box .Content .one h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .one .content {
    padding: 0 25px 0 35px;
  }
  .box .Content .one .content .text {
    width: 62%;
  }
  .box .Content .one .content .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .one .content .img img {
    width: 350px;
  }
  .box .Content .two {
    display: block;
    padding-bottom: 40px;
  }
  .box .Content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .two .content {
    margin-top: 32px;
  }
  .box .Content .two .content li {
    width: 32%;
    height: 210px;
    padding: 25px 20px 0 28px;
  }
  .box .Content .two .content li a .title img {
    width: 28px;
    margin-right: 12px;
  }
  .box .Content .two .content li a .title h4 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .box .Content .two .content li a .text {
    margin-top: 12px;
  }
  .box .Content .two .content li a .text p {
    font-size: 15px;
    line-height: 28px;
  }
  .box .Content .two .content li:nth-child(1) {
    width: 49%;
    height: 175px;
  }
  .box .Content .two .content li:nth-child(2) {
    width: 49%;
    height: 175px;
  }
  .box .Content .three {
    display: block;
    padding-bottom: 55px;
  }
  .box .Content .three h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .three .content {
    margin-top: 28px;
  }
  .box .Content .three .content li {
    width: 24%;
    height: 219px;
    border-radius: 7px;
  }
  .box .Content .three .content li a h4 {
    border-radius: 7px;
    font-size: 22px;
  }
  .box .Content .three .content li a .text {
    padding: 14px 15px 0;
  }
  .box .Content .three .content li a .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .four {
    padding-bottom: 45px;
    display: block;
  }
  .box .Content .four h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .four .content {
    margin-top: 28px;
    padding: 0 20px 0 35px;
  }
  .box .Content .four .content li {
    width: 24%;
  }
  .box .Content .four .content li img {
    margin-right: 9px;
  }
  .box .Content .four .content li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 100px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 16px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    padding-bottom: 55px;
  }
  .box .Content .one h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .one .content {
    padding: 0;
    margin-top: 15px;
  }
  .box .Content .one .content .text {
    width: 62%;
  }
  .box .Content .one .content .text p {
    font-size: 15px;
    line-height: 28px;
  }
  .box .Content .one .content .img img {
    width: 250px;
  }
  .box .Content .two {
    display: block;
    padding-bottom: 28px;
  }
  .box .Content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .two .content {
    margin-top: 25px;
  }
  .box .Content .two .content li {
    width: 32%;
    height: 210px;
    padding: 18px 15px;
    margin-bottom: 15px;
  }
  .box .Content .two .content li a .title img {
    width: 22px;
    margin-right: 12px;
  }
  .box .Content .two .content li a .title h4 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .box .Content .two .content li a .text {
    margin-top: 12px;
  }
  .box .Content .two .content li a .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .box .Content .two .content li:nth-child(1) {
    width: 49%;
    height: 175px;
  }
  .box .Content .two .content li:nth-child(2) {
    width: 49%;
    height: 175px;
  }
  .box .Content .three {
    display: block;
    padding-bottom: 55px;
  }
  .box .Content .three h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .three .content {
    margin-top: 28px;
  }
  .box .Content .three .content li {
    width: 24%;
    height: 219px;
    border-radius: 7px;
  }
  .box .Content .three .content li a h4 {
    border-radius: 7px;
    font-size: 19px;
  }
  .box .Content .three .content li a .text {
    padding: 14px 12px 0;
  }
  .box .Content .three .content li a .text p {
    font-size: 15px;
    line-height: 28px;
  }
  .box .Content .four {
    padding-bottom: 45px;
    display: block;
  }
  .box .Content .four h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .four .content {
    height: auto;
    margin-top: 28px;
    padding: 0 20px 0 35px;
    justify-content: flex-start;
  }
  .box .Content .four .content li {
    width: 33% !important;
  }
  .box .Content .four .content li img {
    margin-right: 9px;
  }
  .box .Content .four .content li p {
    font-size: 16px;
  }
  .box .Content .four .content li:nth-child(7) {
    width: 45% !important;
  }
  .box .Content .four .content li:nth-child(8) {
    width: 45% !important;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../../img/ej-gscp/hbcm-GEO/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 21.33333333vw 0 0 0;
  }
  .box .Top .Bgc .Title {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top .Bgc .Title h1 {
    font-family: 'PingFang';
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Bgc .Title h2 {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-top: 4vw;
    font-weight: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
  }
  .box .Top .Bgc .Title button {
    width: 26.66666667vw;
    height: 8vw;
    background-color: #049963;
    border-radius: 1.6vw;
    display: block;
    border: none;
    outline: none;
    margin: 5.33333333vw auto 0;
  }
  .box .Top .Bgc .Title button a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #ffffff;
  }
  .box .Top .Bgc .Title button:hover {
    filter: brightness(1.1);
  }
  .box .Content {
    width: 100%;
    padding: 9.33333333vw 0 0;
    background-color: #f0fff7;
  }
  .box .Content .one {
    padding-bottom: 6.66666667vw;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .one .content {
    margin-top: 5.33333333vw;
  }
  .box .Content .one .content .text {
    width: 100%;
  }
  .box .Content .one .content .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #333333;
    text-indent: 2em;
  }
  .box .Content .one .content .img {
    width: auto;
  }
  .box .Content .one .content .img img {
    width: 66.66666667vw;
    height: auto;
    margin: 4vw auto;
    display: block;
  }
  .box .Content .two {
    padding-bottom: 6.66666667vw;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 6.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .two .content li {
    width: 100%;
    height: auto;
    margin-bottom: 3.2vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 1.33333333vw 0vw rgba(145, 145, 145, 0.3);
    border-radius: 1.86666667vw;
    padding: 5.33333333vw 4vw;
  }
  .box .Content .two .content li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .two .content li a .title {
    display: flex;
    align-items: center;
  }
  .box .Content .two .content li a .title img {
    width: 6.66666667vw;
    margin-right: 2.66666667vw;
  }
  .box .Content .two .content li a .title h4 {
    font-family: 'PingFang';
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: -0.26666667vw;
    color: #111111;
  }
  .box .Content .two .content li a .text {
    margin-top: 4vw;
  }
  .box .Content .two .content li a .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #6b6b6b;
  }
  .box .Content .three {
    padding-bottom: 6.66666667vw;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .three .content li {
    width: 49%;
    height: 47.73333333vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 1.33333333vw 0vw rgba(145, 145, 145, 0.3);
    border-radius: 1.33333333vw;
    margin-bottom: 3.2vw;
  }
  .box .Content .three .content li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .three .content li a h4 {
    width: 100%;
    height: 12vw;
    background-color: #049963;
    border-radius: 1.33333333vw;
    border: solid 0.26666667vw #12a474;
    font-family: 'PingFang';
    font-size: 4.8vw;
    line-height: 12vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .three .content li a .text {
    padding: 2.13333333vw 2.66666667vw;
  }
  .box .Content .three .content li a .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #2f2f2f;
  }
  .box .Content .four {
    padding-bottom: 12vw;
  }
  .box .Content .four h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .four .content {
    margin-top: 6.66666667vw;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 1.33333333vw 0vw rgba(145, 145, 145, 0.3);
    border-radius: 2.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding: 4vw 4vw;
  }
  .box .Content .four .content li {
    width: 49%;
    display: flex;
    align-items: center;
    margin: 4vw 0;
  }
  .box .Content .four .content li img {
    width: 3.2vw;
    margin-right: 1.33333333vw;
  }
  .box .Content .four .content li p {
    font-family: 'PingFang';
    font-size: 4vw;
    line-height: 5.86666667vw;
    color: #2d2d2d;
  }
  .box .Content .five {
    position: relative;
    z-index: 9;
  }
}
