@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/custom/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 5px;
    color: #0acc85;
    text-align: center;
    font-weight: normal;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .box .Top .Bgc .Title h2 p {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 3px;
    color: #12e799;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .box .Top .Bgc .Title h1 p {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #ffffff;
  }
  .box .Content {
    width: 100%;
    height: auto;
  }
  .box .Content .one {
    width: 100%;
    background-color: #1f9d6c;
  }
  .box .Content .one .container {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
  }
  .box .Content .one .container .img {
    width: 557px;
    height: 312px;
    border-radius: 12px;
  }
  .box .Content .one .container .text {
    width: 840px;
  }
  .box .Content .one .container .text p {
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 18px;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    padding: 62px 0 50px;
    background: url(../img/custom/twoBgc.png) top center no-repeat;
    background-size: 100% 110%;
  }
  .box .Content .two .container {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .container h2 {
    font-size: 26px;
    line-height: 26px;
    color: #1f9d6c;
    margin-bottom: 24px;
    text-align: center;
  }
  .box .Content .two .container .left {
    width: 557px;
  }
  .box .Content .two .container .left ul {
    width: 100%;
    height: 915px;
    background-color: rgba(31, 157, 108, 0.14);
    border-radius: 10px;
    border: solid 2px rgba(17, 97, 34, 0.14);
    padding: 38px 26px 0 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .box .Content .two .container .left ul li {
    width: 148px;
    height: 47px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 9px;
  }
  .box .Content .two .container .left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #0b8e5b;
    text-align: center;
  }
  .box .Content .two .container .left ul li:hover a {
    text-decoration: underline;
  }
  .box .Content .two .container .left ul li:nth-child(1) {
    margin-left: 15%;
  }
  .box .Content .two .container .left ul li:nth-child(2) {
    margin-right: 15%;
  }
  .box .Content .two .container .right {
    width: 858px;
    height: 965px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .two .container .right ul {
    background-color: rgba(31, 157, 108, 0.14);
    border-radius: 10px;
    border: solid 2px rgba(17, 97, 34, 0.14);
    padding: 25px 25px 0 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .box .Content .two .container .right ul li {
    width: 146px;
    height: 47px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-right: 18px;
  }
  .box .Content .two .container .right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 11px;
  }
  .box .Content .two .container .right ul li a .logo {
    width: 30px;
    height: auto;
    margin-right: 6px;
  }
  .box .Content .two .container .right ul li a .logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .box .Content .two .container .right ul li a p {
    font-size: 12px;
    line-height: 14px;
    color: #353535;
  }
  .box .Content .two .container .right ul li:hover {
    filter: brightness(0.9);
  }
  .box .Content .two .container .right ul li:nth-child(5n) {
    margin-right: 0;
  }
  .box .Content .two .container .right .yx {
    width: 100%;
  }
  .box .Content .two .container .right .yx ul {
    width: 100%;
    height: 249px;
  }
  .box .Content .two .container .right .qy {
    width: 100%;
  }
  .box .Content .two .container .right .qy ul {
    height: 182px;
  }
  .box .Content .two .container .right .jg {
    width: 100%;
  }
  .box .Content .two .container .right .jg ul {
    height: 315px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95% !important;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/custom/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 4px;
  }
  .box .Content {
    width: 100%;
    height: auto;
  }
  .box .Content .one {
    width: 100%;
  }
  .box .Content .one .container {
    height: 489px;
  }
  .box .Content .one .container .img {
    width: 45%;
    height: auto;
    border-radius: 12px;
  }
  .box .Content .one .container .text {
    width: 52%;
  }
  .box .Content .one .container .text p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .box .Content .two .container {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .container h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .box .Content .two .container .left {
    width: 39%;
  }
  .box .Content .two .container .left ul {
    width: 100%;
    height: 915px;
    padding: 30px 22px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box .Content .two .container .left ul li {
    width: 30%;
    height: 47px;
    margin: 0 1%;
  }
  .box .Content .two .container .right {
    width: 59%;
    height: 965px;
  }
  .box .Content .two .container .right ul {
    padding: 20px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .box .Content .two .container .right ul li {
    width: 24%;
    height: 47px;
    margin: 0 0.5% 10px !important;
  }
  .box .Content .two .container .right ul li a {
    padding-left: 11px;
  }
  .box .Content .two .container .right ul li a .logo {
    width: 30px;
  }
  .box .Content .two .container .right ul li a p {
    font-size: 12px;
    line-height: 14px;
  }
  .box .Content .two .container .right .yx ul {
    height: auto;
  }
  .box .Content .two .container .right .qy ul {
    height: auto;
  }
  .box .Content .two .container .right .jg ul {
    height: auto;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95% !important;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/custom/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 4px;
  }
  .box .Content {
    width: 100%;
    height: auto;
  }
  .box .Content .one {
    width: 100%;
  }
  .box .Content .one .container {
    width: 95%;
    height: 489px;
  }
  .box .Content .one .container .img {
    width: 45%;
    height: auto;
    border-radius: 12px;
  }
  .box .Content .one .container .text {
    width: 52%;
  }
  .box .Content .one .container .text p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .box .Content .two .container {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .two .container h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .box .Content .two .container .left {
    width: 42%;
    display: flex;
    flex-direction: column;
  }
  .box .Content .two .container .left ul {
    width: 100%;
    flex: 1;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box .Content .two .container .left ul li {
    width: 31%;
    height: 47px;
    margin: 0 1%;
  }
  .box .Content .two .container .right {
    width: 56%;
    height: auto;
  }
  .box .Content .two .container .right ul {
    padding: 20px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .box .Content .two .container .right ul li {
    width: 32%;
    height: 47px;
    margin: 0 0.5% 10px !important;
  }
  .box .Content .two .container .right ul li a {
    padding-left: 11px;
  }
  .box .Content .two .container .right ul li a .logo {
    width: 30px;
  }
  .box .Content .two .container .right ul li a p {
    font-size: 12px;
    line-height: 14px;
  }
  .box .Content .two .container .right .yx ul {
    height: auto;
  }
  .box .Content .two .container .right .qy ul {
    height: auto;
  }
  .box .Content .two .container .right .jg ul {
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95% !important;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/custom/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 191px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 4px;
  }
  .box .Content {
    width: 100%;
    height: auto;
  }
  .box .Content .one {
    width: 100%;
  }
  .box .Content .one .container {
    width: 95%;
    height: 489px;
  }
  .box .Content .one .container .img {
    width: 45%;
    height: auto;
    border-radius: 12px;
  }
  .box .Content .one .container .text {
    width: 52%;
  }
  .box .Content .one .container .text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .box .Content .two .container {
    display: block;
  }
  .box .Content .two .container .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .box .Content .two .container .left ul {
    width: 100%;
    flex: 1;
    padding: 20px 15px;
  }
  .box .Content .two .container .left ul li {
    width: 24%;
    height: 47px;
    margin: 0 0.5% 15px;
  }
  .box .Content .two .container .left ul li:nth-child(1) {
    margin-left: 25.5%;
  }
  .box .Content .two .container .left ul li:nth-child(2) {
    margin-right: 25.5%;
  }
  .box .Content .two .container .right {
    width: 100%;
    height: auto;
    margin-top: 35px;
  }
  .box .Content .two .container .right ul {
    padding: 20px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .box .Content .two .container .right ul li {
    width: 19.5%;
    height: 47px;
    margin: 0 0.2% 10px;
  }
  .box .Content .two .container .right ul li a {
    padding-left: 11px;
  }
  .box .Content .two .container .right ul li a .logo {
    width: 30px;
  }
  .box .Content .two .container .right ul li a p {
    font-size: 12px;
    line-height: 14px;
  }
  .box .Content .two .container .right .yx ul {
    height: auto;
  }
  .box .Content .two .container .right .qy ul {
    height: auto;
  }
  .box .Content .two .container .right .jg ul {
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../img/custom/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: 0.53333333vw;
    color: #0acc85;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5.33333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .Top .Bgc .Title h2 p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 10.66666667vw;
    line-height: 10.66666667vw;
    letter-spacing: 1.06666667vw;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .box .Top .Bgc .Title h1 p {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
  }
  .box .Content {
    width: 100%;
    height: auto;
  }
  .box .Content .one {
    width: 100%;
    height: auto;
    background-color: #1f9d6c;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content .one .img {
    width: 100%;
    height: 53.33333333vw;
    border-radius: 3.2vw;
  }
  .box .Content .one .text {
    width: 100%;
    margin-top: 4vw;
  }
  .box .Content .one .text p {
    font-family: 'PingFang';
    font-size: 4.26666667vw;
    line-height: 8.53333333vw;
    color: #ffffff;
    margin-bottom: 4.8vw;
  }
  .box .Content .two {
    width: 100%;
    height: auto;
    padding: 16.53333333vw 0 13.33333333vw;
    background: url(../img/custom/twoBgc.png) top center no-repeat;
    background-size: 100% 110%;
  }
  .box .Content .two .container {
    height: auto;
  }
  .box .Content .two .container h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #1f9d6c;
    margin-bottom: 5.33333333vw;
    text-align: center;
  }
  .box .Content .two .container .left {
    width: 100%;
    margin-bottom: 6.66666667vw;
  }
  .box .Content .two .container .left ul {
    width: 100%;
    height: auto;
    background-color: rgba(31, 157, 108, 0.14);
    border-radius: 2.66666667vw;
    border: solid 0.53333333vw rgba(17, 97, 34, 0.14);
    padding: 5.33333333vw 2.66666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .box .Content .two .container .left ul li {
    width: 31%;
    height: 12.53333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    margin: 0 1% 2.66666667vw;
  }
  .box .Content .two .container .left ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    color: #0b8e5b;
  }
  .box .Content .two .container .left ul li:hover a {
    text-decoration: underline;
  }
  .box .Content .two .container .left ul li:nth-child(1) {
    margin-left: 15%;
  }
  .box .Content .two .container .left ul li:nth-child(2) {
    margin-right: 15%;
  }
  .box .Content .two .container .right {
    width: 100%;
    height: auto;
  }
  .box .Content .two .container .right ul {
    height: auto;
    background-color: rgba(31, 157, 108, 0.14);
    border-radius: 2.66666667vw;
    border: solid 0.53333333vw rgba(17, 97, 34, 0.14);
    padding: 5.33333333vw 2.66666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  .box .Content .two .container .right ul li {
    width: 48%;
    height: 12.53333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    margin: 0 1% 2.66666667vw;
  }
  .box .Content .two .container .right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 2.93333333vw;
  }
  .box .Content .two .container .right ul li a .logo {
    width: 8vw;
    height: auto;
    margin-right: 1.6vw;
  }
  .box .Content .two .container .right ul li a .logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .box .Content .two .container .right ul li a p {
    font-size: 3.2vw;
    line-height: 3.73333333vw;
    color: #353535;
  }
  .box .Content .two .container .right ul li:hover {
    filter: brightness(0.9);
  }
  .box .Content .two .container .right .yx {
    width: 100%;
  }
  .box .Content .two .container .right .yx ul {
    width: 100%;
    height: auto;
  }
  .box .Content .two .container .right .qy {
    width: 100%;
  }
  .box .Content .two .container .right .qy ul {
    height: auto;
  }
  .box .Content .two .container .right .jg {
    width: 100%;
  }
  .box .Content .two .container .right .jg ul {
    height: auto;
  }
}
/*# sourceMappingURL=custom.css.map */