@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/we/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    color: #0acc85;
    text-align: center;
    font-weight: normal;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
  }
  .box .container {
    width: 1440px;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: auto;
    background-color: #f3f7fd;
    padding: 100px 0 45px 0;
    min-height: 800px;
  }
  .box .Content .one h2 {
    font-family: 'PingFang';
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
  }
  .box .Content .one .text {
    margin-top: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .one .text img {
    width: 557px;
    height: 312px;
    border-radius: 12px;
    object-fit: cover;
  }
  .box .Content .one .text p {
    width: 844px;
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .one .text p span {
    display: block;
    text-indent: 2em;
  }
  .box .Content .one ul {
    width: 100%;
    height: 166px;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    align-items: center;
  }
  .box .Content .one ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .Content .one ul li a p {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 18px;
  }
  .box .Content .one ul li:hover {
    filter: brightness(1.1);
  }
  .box .Content .two {
    width: 100%;
    height: 1200px;
    background-color: #1f9d6c;
  }
  .box .Content .two .flair {
    width: 100%;
    height: 803px;
    padding-top: 66px;
  }
  .box .Content .two .flair h2 {
    font-family: 'PingFang';
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .two .flair .content {
    margin-top: 103px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .flair .content .left img {
    width: 339px;
    height: 234px;
    border-radius: 12px;
    margin: 0 25px 25px 0;
  }
  .box .Content .two .flair .content .right {
    width: 338px;
    height: 496px;
    border-radius: 12px;
  }
  .box .Content .two .power {
    width: 100%;
    height: 397px;
    background-color: #0a7149;
  }
  .box .Content .two .power .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 59px;
    justify-content: space-between;
  }
  .box .Content .two .power .container .left h2 {
    font-family: Bahnschrift;
    font-size: 69px;
    line-height: 69px;
    color: #ffffff;
  }
  .box .Content .two .power .container .left h2 span {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-left: 2px;
    font-weight: normal;
  }
  .box .Content .two .power .container .left p {
    font-size: 24px;
    line-height: 24px;
    color: #d6fcee;
  }
  .box .Content .two .power .container .right {
    height: 241px;
  }
  .box .Content .two .power .container .right img {
    width: 174px;
    height: 241px;
    margin-left: 19px;
  }
  .box .Content .three {
    width: 100%;
    height: 813px;
    background-color: #f3f7fd;
    padding: 88px 0 0 0;
  }
  .box .Content .three ul {
    height: 621px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .three ul li {
    width: 707px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 42px 27px 0 34px;
  }
  .box .Content .three ul li h2 {
    font-family: 'PingFang';
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 29px;
  }
  .box .Content .three ul li span {
    font-size: 18px;
    line-height: 36px;
    color: #616161;
  }
  .box .Content .three ul li p {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
  }
  .box .Content .three ul li img {
    width: 642px;
    height: 343px;
    object-fit: cover;
  }
  .box .Content .three ul li:nth-child(3) {
    width: 642px;
    height: 330px;
    background-color: transparent;
    padding: 0;
  }
  .box .Content .three ul li:nth-child(4) {
    width: 708px;
    height: 318px;
    padding: 50px 30px 0 30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/we/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: auto;
    padding: 100px 0 45px 0;
  }
  .box .Content .one h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .box .Content .one .text {
    margin-top: 87px;
  }
  .box .Content .one .text img {
    width: 45%;
    height: auto;
    border-radius: 12px;
  }
  .box .Content .one .text p {
    width: 52%;
    font-size: 18px;
    line-height: 36px;
  }
  .box .Content .one ul {
    width: 100%;
    height: 166px;
    margin-top: 55px;
  }
  .box .Content .one ul li a p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 18px;
  }
  .box .Content .two {
    width: 100%;
    height: 1120px;
    background-color: #1f9d6c;
  }
  .box .Content .two .flair {
    width: 100%;
    height: 803px;
    padding-top: 66px;
  }
  .box .Content .two .flair h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .box .Content .two .flair .content {
    margin-top: 75px;
  }
  .box .Content .two .flair .content .left {
    width: 70%;
  }
  .box .Content .two .flair .content .left img {
    width: 32%;
    height: auto;
    border-radius: 12px;
    margin: 0 1.5% 25px 0;
  }
  .box .Content .two .flair .content .left img:nth-child(3n) {
    margin-right: 0;
  }
  .box .Content .two .flair .content .right {
    width: 28%;
    height: auto;
  }
  .box .Content .two .power {
    width: 100%;
    height: 317px;
  }
  .box .Content .two .power .container {
    height: 100%;
    padding-left: 59px;
  }
  .box .Content .two .power .container .left {
    width: 15%;
  }
  .box .Content .two .power .container .left h2 {
    font-size: 65px;
    line-height: 65px;
  }
  .box .Content .two .power .container .left h2 span {
    font-size: 16px;
    line-height: 16px;
    margin-left: 2px;
  }
  .box .Content .two .power .container .left p {
    font-size: 22px;
    line-height: 22px;
  }
  .box .Content .two .power .container .right {
    width: 84%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .power .container .right img {
    width: 16%;
    height: auto;
    margin-left: 0;
  }
  .box .Content .three {
    width: 100%;
    height: 813px;
    background-color: #f3f7fd;
    padding: 88px 0 0 0;
  }
  .box .Content .three ul {
    height: 621px;
  }
  .box .Content .three ul li {
    width: 49%;
    height: auto;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 42px 27px 20px 34px;
    margin-bottom: 35px;
  }
  .box .Content .three ul li h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 29px;
  }
  .box .Content .three ul li span {
    font-size: 18px;
    line-height: 36px;
  }
  .box .Content .three ul li p {
    font-size: 18px;
    line-height: 36px;
  }
  .box .Content .three ul li img {
    width: 100%;
    height: auto;
  }
  .box .Content .three ul li:nth-child(3) {
    width: 49%;
    height: auto;
    padding: 0;
  }
  .box .Content .three ul li:nth-child(4) {
    width: 49%;
    height: auto;
    padding: 50px 30px 20px 30px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/we/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: 800px;
    padding: 80px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .one .text {
    margin-top: 55px;
  }
  .box .Content .one .text img {
    width: 45%;
    height: auto;
    border-radius: 12px;
  }
  .box .Content .one .text p {
    width: 52%;
    font-size: 16px;
    line-height: 28px;
  }
  .box .Content .one ul {
    width: 100%;
    height: 166px;
    margin-top: 55px;
  }
  .box .Content .one ul li a p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 18px;
  }
  .box .Content .two {
    width: 100%;
    height: 970px;
    background-color: #1f9d6c;
  }
  .box .Content .two .flair {
    width: 100%;
    height: 673px;
    padding-top: 66px;
  }
  .box .Content .two .flair h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .two .flair .content {
    margin-top: 75px;
    align-items: center;
  }
  .box .Content .two .flair .content .left {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
  }
  .box .Content .two .flair .content .left img {
    width: 32%;
    height: auto;
    border-radius: 12px;
    margin: 0 1.5% 25px 0;
  }
  .box .Content .two .flair .content .left img:nth-child(3n) {
    margin-right: 0;
  }
  .box .Content .two .flair .content .right {
    width: 28%;
    height: auto;
  }
  .box .Content .two .power {
    width: 100%;
    height: 297px;
  }
  .box .Content .two .power .container {
    height: 100%;
    padding-left: 39px;
  }
  .box .Content .two .power .container .left {
    width: 15%;
  }
  .box .Content .two .power .container .left h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .box .Content .two .power .container .left h2 span {
    font-size: 15px;
    line-height: 15px;
    margin-left: 2px;
  }
  .box .Content .two .power .container .left p {
    font-size: 20px;
    line-height: 20px;
  }
  .box .Content .two .power .container .right {
    width: 84%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .power .container .right img {
    width: 16%;
    height: auto;
    margin-left: 0;
  }
  .box .Content .three {
    width: 100%;
    height: 890px;
    background-color: #f3f7fd;
    padding: 88px 0 0 0;
  }
  .box .Content .three ul {
    height: 621px;
  }
  .box .Content .three ul li {
    width: 49%;
    height: auto;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 42px 27px 20px 34px;
    margin-bottom: 35px;
  }
  .box .Content .three ul li h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 29px;
  }
  .box .Content .three ul li span {
    font-size: 18px;
    line-height: 36px;
  }
  .box .Content .three ul li p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .three ul li img {
    width: 100%;
    height: auto;
  }
  .box .Content .three ul li:nth-child(3) {
    width: 49%;
    height: auto;
    padding: 0;
  }
  .box .Content .three ul li:nth-child(4) {
    width: 49%;
    height: auto;
    padding: 50px 30px 20px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 400px;
    background: url(../img/we/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 160px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 50px;
    letter-spacing: 4px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: 720px;
    padding: 80px 0 0 0;
  }
  .box .Content .one h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .one .text {
    margin-top: 55px;
  }
  .box .Content .one .text img {
    width: 45%;
    height: auto;
    border-radius: 12px;
  }
  .box .Content .one .text p {
    width: 52%;
    font-size: 14px;
    line-height: 22px;
  }
  .box .Content .one ul {
    width: 100%;
    height: 166px;
    margin-top: 55px;
  }
  .box .Content .one ul li a p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
  }
  .box .Content .two {
    width: 100%;
    height: 860px;
    background-color: #1f9d6c;
  }
  .box .Content .two .flair {
    width: 100%;
    height: 603px;
    padding-top: 66px;
  }
  .box .Content .two .flair h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .two .flair .content {
    margin-top: 75px;
    align-items: center;
  }
  .box .Content .two .flair .content .left {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
  }
  .box .Content .two .flair .content .left img {
    width: 32%;
    height: auto;
    border-radius: 12px;
    margin: 0 1.5% 25px 0;
  }
  .box .Content .two .flair .content .left img:nth-child(3n) {
    margin-right: 0;
  }
  .box .Content .two .flair .content .right {
    width: 28%;
    height: auto;
  }
  .box .Content .two .power {
    width: 100%;
    height: 257px;
  }
  .box .Content .two .power .container {
    height: 100%;
    padding-left: 39px;
  }
  .box .Content .two .power .container .left {
    width: 15%;
  }
  .box .Content .two .power .container .left h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .box .Content .two .power .container .left h2 span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 2px;
  }
  .box .Content .two .power .container .left p {
    font-size: 16px;
    line-height: 16px;
  }
  .box .Content .two .power .container .right {
    width: 84%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .power .container .right img {
    width: 16%;
    height: auto;
    margin-left: 0;
  }
  .box .Content .three {
    width: 100%;
    height: 890px;
    background-color: #f3f7fd;
    padding: 88px 0 0 0;
  }
  .box .Content .three ul {
    height: 621px;
    align-items: center;
  }
  .box .Content .three ul li {
    width: 49%;
    height: auto;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 42px 27px 20px 34px;
    margin-bottom: 35px;
  }
  .box .Content .three ul li h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .box .Content .three ul li span {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .three ul li p {
    font-size: 16px;
    line-height: 32px;
  }
  .box .Content .three ul li img {
    width: 100%;
    height: auto;
  }
  .box .Content .three ul li:nth-child(3) {
    width: 49%;
    height: auto;
    padding: 0;
  }
  .box .Content .three ul li:nth-child(4) {
    width: 49%;
    height: auto;
    padding: 50px 30px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../img/we/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 26.66666667vw 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 1.33333333vw;
    color: #0acc85;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5.33333333vw;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 10.66666667vw;
    line-height: 10.66666667vw;
    letter-spacing: 1.06666667vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .one {
    width: 100%;
    height: auto;
    background-color: #f3f7fd;
    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 .text {
    margin-top: 10.66666667vw;
  }
  .box .Content .one .text img {
    width: 100%;
    height: 53.33333333vw;
    border-radius: 3.2vw;
    object-fit: cover;
  }
  .box .Content .one .text p {
    width: 100%;
    font-family: 'PingFang';
    font-size: 4.26666667vw;
    line-height: 8.53333333vw;
    color: #333333;
    margin-top: 4vw;
  }
  .box .Content .one .text p span {
    display: block;
    text-indent: 2em;
  }
  .box .Content .one ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 14.66666667vw;
    align-items: center;
    flex-wrap: wrap;
  }
  .box .Content .one ul li {
    width: 33%;
    margin-bottom: 4vw;
  }
  .box .Content .one ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .Content .one ul li a p {
    font-family: 'PingFang';
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #000000;
    margin-top: 4.8vw;
  }
  .box .Content .one ul li:hover {
    filter: brightness(1.1);
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    background-color: #1f9d6c;
    padding: 0 0 6.66666667vw 0;
  }
  .box .Content .two .flair {
    width: 100%;
    height: auto;
    padding-top: 12vw;
  }
  .box .Content .two .flair h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .two .flair .content {
    margin-top: 10.66666667vw;
  }
  .box .Content .two .flair .content .left img {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
    margin: 0 0 4vw 0;
  }
  .box .Content .two .flair .content .right {
    display: block;
    width: 90.13333333vw;
    height: 132.26666667vw;
    border-radius: 3.2vw;
    margin: 0 auto;
  }
  .box .Content .two .power {
    width: 100%;
    height: auto;
    background-color: #0a7149;
    padding: 0 0 6.66666667vw 0;
  }
  .box .Content .two .power .container {
    height: 100%;
  }
  .box .Content .two .power .container .left {
    padding: 6.66666667vw 0 0 12vw;
  }
  .box .Content .two .power .container .left h2 {
    font-family: Bahnschrift;
    font-size: 18.4vw;
    line-height: 18.4vw;
    color: #ffffff;
  }
  .box .Content .two .power .container .left h2 span {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #ffffff;
    margin-left: 0.53333333vw;
    font-weight: normal;
  }
  .box .Content .two .power .container .left p {
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #d6fcee;
  }
  .box .Content .two .power .container .right {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box .Content .two .power .container .right img {
    width: 46.4vw;
    height: 64.26666667vw;
    margin-bottom: 4vw;
  }
  .box .Content .three {
    width: 100%;
    height: auto;
    background-color: #f3f7fd;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content .three ul {
    height: auto;
  }
  .box .Content .three ul li {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 3.2vw;
    padding: 6.66666667vw 4vw 0 4vw;
    margin-bottom: 4vw;
  }
  .box .Content .three ul li h2 {
    font-family: 'PingFang';
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #000000;
    margin-bottom: 7.73333333vw;
  }
  .box .Content .three ul li span {
    font-size: 4.8vw;
    line-height: 9.6vw;
    color: #616161;
  }
  .box .Content .three ul li p {
    font-size: 4.8vw;
    line-height: 9.6vw;
    color: #333333;
  }
  .box .Content .three ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/*# sourceMappingURL=we.css.map */