@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/zhwl-AI/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 h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .one .text {
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px 30px;
    margin-top: 35px;
  }
  .box .Content .one .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin: 0 auto;
  }
  .box .Content .one .function {
    margin-top: 32px;
    height: 675px;
    background-color: #d9efe3;
    position: relative;
  }
  .box .Content .one .function .title {
    width: 530px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .one .function .title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .one .function .title img {
    width: 100%;
    height: auto;
  }
  .box .Content .one .function ul {
    width: 100%;
    padding: 64px 208px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .one .function ul li {
    width: 445px;
    height: 153px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 40px;
    margin-bottom: 34px;
  }
  .box .Content .one .function ul li a {
    width: 100%;
    height: 100%;
    padding: 39px 24px 0;
    display: block;
  }
  .box .Content .one .function ul li a h5 {
    width: 100%;
    font-family: 'PingFang';
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    margin-bottom: 13px;
  }
  .box .Content .one .function ul li a p {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-align: right;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .one .function ul li:hover {
    filter: brightness(0.9);
  }
  .box .Content .one .function ul li:nth-child(2n) {
    margin-left: 25%;
  }
  .box .Content .one .function ul li:nth-child(2n) h5 {
    text-align: left;
  }
  .box .Content .one .function ul li:nth-child(2n) p {
    text-align: left;
  }
  .box .Content .one .function ul li:nth-child(3) {
    margin-left: -62px;
  }
  .box .Content .one .function ul li:nth-child(4) {
    margin-right: -62px;
  }
  .box .Content .two {
    padding: 60px 0 80px;
    display: none;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 70px;
    position: relative;
  }
  .box .Content .two .content .line {
    width: 90%;
    height: 2px;
    object-fit: cover;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .box .Content .two .content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
  }
  .box .Content .two .content ul li {
    width: 23.5%;
  }
  .box .Content .two .content ul li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .Content .two .content ul li a .icon {
    width: auto;
    height: auto;
    margin-bottom: 16px;
  }
  .box .Content .two .content ul li a .icon img {
    width: auto;
    height: 102px;
  }
  .box .Content .two .content ul li a .text {
    width: 100%;
    height: 202px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 40px;
    padding: 45px 29px 0;
  }
  .box .Content .two .content ul li a .text h4 {
    font-family: 'PingFang';
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
  }
  .box .Content .two .content ul li a .text p {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .box .Content .three {
    display: none;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 40px;
    line-height: 40px;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 25px;
    position: relative;
    padding-bottom: 67px;
  }
  .box .Content .three .content .text {
    width: 49%;
    height: auto;
    min-height: 128px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 28px 30px;
  }
  .box .Content .three .content .text p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    text-indent: 2em;
  }
  .box .Content .three .content img {
    width: 42%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -8px;
  }
  .box .Content .four {
    position: relative;
    z-index: 9;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1750px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one .function {
    height: auto;
    padding: 40px 0;
  }
  .box .Content .one .function .title {
    width: 410px;
  }
  .box .Content .one .function .title h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .box .Content .one .function ul {
    width: 100%;
    padding: 64px 208px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .one .function ul li {
    width: 32%;
    border-radius: 20px;
    margin-bottom: 28px;
  }
  .box .Content .one .function ul li a {
    padding: 32px 20px 0;
  }
  .box .Content .one .function ul li a h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .box .Content .one .function ul li a p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }
  .box .Content .one .function ul li:nth-child(2n) {
    margin-left: 25%;
  }
  .box .Content .one .function ul li:nth-child(3) {
    margin-left: -62px;
  }
  .box .Content .one .function ul li:nth-child(4) {
    margin-right: -62px;
  }
  .box .Content .two {
    display: block;
  }
  .box .Content .three {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .box .Content .one .function {
    height: auto;
    padding: 15px 0;
  }
  .box .Content .one .function .title {
    width: 370px;
  }
  .box .Content .one .function .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .box .Content .one .function ul {
    width: 100%;
    padding: 64px 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .one .function ul li {
    width: 32%;
    height: 141px;
    border-radius: 20px;
    margin-bottom: 22px;
  }
  .box .Content .one .function ul li a {
    padding: 28px 20px 0;
  }
  .box .Content .one .function ul li a h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .box .Content .one .function ul li a p {
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }
  .box .Content .one .function ul li:nth-child(2n) {
    margin-left: 25%;
  }
  .box .Content .one .function ul li:nth-child(3) {
    margin-left: -35px;
  }
  .box .Content .one .function ul li:nth-child(4) {
    margin-right: -35px;
  }
  .box .Content .two {
    padding: 60px 0 80px;
  }
  .box .Content .two .content {
    margin-top: 45px;
  }
  .box .Content .two .content .line {
    width: 95%;
    top: 41px;
  }
  .box .Content .two .content ul li a .icon {
    margin-bottom: 16px;
  }
  .box .Content .two .content ul li a .icon img {
    height: 84px;
  }
  .box .Content .two .content ul li a .text {
    border-radius: 18px;
    padding: 32px 18px 0;
  }
  .box .Content .two .content ul li a .text h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .box .Content .two .content ul li a .text p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title {
    padding-left: 180px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .two {
    display: block;
  }
  .box .Content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .three {
    display: block;
  }
  .box .Content .three h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc .Title {
    padding-left: 120px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .one .text {
    margin-top: 28px;
  }
  .box .Content .one .text p {
    font-size: 15px;
    line-height: 28px;
  }
  .box .Content .one .function {
    height: auto;
    padding: 0;
  }
  .box .Content .one .function .title {
    width: 35%;
  }
  .box .Content .one .function .title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .box .Content .one .function ul {
    width: 100%;
    padding: 64px 45px;
  }
  .box .Content .one .function ul li {
    width: 32%;
    height: 141px;
    border-radius: 20px;
    margin-bottom: 22px;
  }
  .box .Content .one .function ul li a {
    padding: 20px 14px 0;
  }
  .box .Content .one .function ul li a h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .box .Content .one .function ul li a p {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 4;
  }
  .box .Content .one .function ul li:nth-child(2n) {
    margin-left: 25%;
  }
  .box .Content .one .function ul li:nth-child(3) {
    margin-left: -30px;
  }
  .box .Content .one .function ul li:nth-child(4) {
    margin-right: -30px;
  }
  .box .Content .two {
    display: block;
    padding: 60px 0 80px;
  }
  .box .Content .two h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .two .content {
    margin-top: 45px;
  }
  .box .Content .two .content .line {
    width: 95%;
    top: 33px;
  }
  .box .Content .two .content ul li a .icon {
    margin-bottom: 10px;
  }
  .box .Content .two .content ul li a .icon img {
    height: 68px;
  }
  .box .Content .two .content ul li a .text {
    height: 185px;
    border-radius: 18px;
    padding: 32px 18px 0;
  }
  .box .Content .two .content ul li a .text h4 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  .box .Content .two .content ul li a .text p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 5;
  }
  .box .Content .three h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .box .Content .three .content {
    padding-bottom: 37px;
  }
  .box .Content .three .content .text {
    width: 49%;
    height: auto;
    min-height: 0;
    padding: 20px 15px;
  }
  .box .Content .three .content .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
@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/zhwl-AI/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: 10.93333333vw 0 0;
    background-color: #f0fff7;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .one .text {
    height: auto;
    background-color: #ffffff;
    border-radius: 2.66666667vw;
    padding: 5.33333333vw 4vw;
    margin-top: 5.86666667vw;
  }
  .box .Content .one .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #333333;
    margin: 0 auto;
  }
  .box .Content .one .function {
    margin-top: 8.53333333vw;
    height: auto;
    background-color: #d9efe3;
    position: relative;
  }
  .box .Content .one .function .title {
    width: 90%;
    position: absolute;
    top: 8.53333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .box .Content .one .function .title::after {
    content: '产品核心功能';
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
    text-align: center;
  }
  .box .Content .one .function .title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'PingFang';
    font-size: 10.66666667vw;
    line-height: 14.4vw;
    color: #ffffff;
    text-align: center;
    display: none;
  }
  .box .Content .one .function .title img {
    width: 100%;
    height: auto;
    display: none;
  }
  .box .Content .one .function ul {
    width: 95%;
    padding: 22.66666667vw 0 12vw;
    margin: 0 auto;
  }
  .box .Content .one .function ul li {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .box .Content .one .function ul li a {
    width: 100%;
    height: 100%;
    padding: 5.33333333vw 2.66666667vw;
    display: block;
  }
  .box .Content .one .function ul li a h5 {
    width: 100%;
    font-family: 'PingFang';
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 3.46666667vw;
  }
  .box .Content .one .function ul li a p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #333333;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .one .function ul li:hover {
    filter: brightness(0.9);
  }
  .box .Content .two {
    padding: 12vw 0 6.66666667vw;
    display: none;
  }
  .box .Content .two h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .two .content {
    margin-top: 10.93333333vw;
    position: relative;
  }
  .box .Content .two .content .line {
    display: none;
  }
  .box .Content .two .content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
  }
  .box .Content .two .content ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .box .Content .two .content ul li a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
  }
  .box .Content .two .content ul li a .icon {
    width: auto;
    height: auto;
    margin-right: 2.66666667vw;
  }
  .box .Content .two .content ul li a .icon img {
    width: auto;
    height: 17.33333333vw;
  }
  .box .Content .two .content ul li a .text {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 3.2vw;
    padding: 6.66666667vw 4vw;
  }
  .box .Content .two .content ul li a .text h4 {
    font-family: 'PingFang';
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #000000;
    text-align: center;
    margin-bottom: 3.2vw;
  }
  .box .Content .two .content ul li a .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #333333;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .box .Content .three h2 {
    font-family: 'PingFang';
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    color: #049963;
  }
  .box .Content .three .content {
    margin-top: 6.66666667vw;
    position: relative;
    padding-bottom: 17.86666667vw;
  }
  .box .Content .three .content .text {
    width: 100%;
    height: auto;
    min-height: 0;
    background-color: #ffffff;
    border-radius: 2.66666667vw;
    padding: 5.33333333vw 4vw;
  }
  .box .Content .three .content .text p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #333333;
    text-indent: 2em;
  }
  .box .Content .three .content img {
    width: auto;
    height: 32vw;
    position: absolute;
    right: 0;
    bottom: -2.13333333vw;
  }
  .box .Content .four {
    position: relative;
    z-index: 9;
  }
}
