@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
    min-width: 1500px;
    position: relative;
  }
  .box .Top .nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 41px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .Top .nav .logo {
    width: 503px;
    height: 41px;
  }
  .box .Top .nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .nav .logo .logo2 {
    display: none;
  }
  .box .Top .nav .logo .logo-yd {
    display: none;
  }
  .box .Top .nav .nav-pc {
    width: 1025px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
  }
  .box .Top .nav .nav-pc li.active a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc li.active .drop-down {
    display: block;
  }
  .box .Top .nav .nav-pc li.active .drop-down span {
    display: block;
    position: relative;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    color: #199f57 !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a:hover {
    text-decoration: underline;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
  }
  .box .Top .nav .nav-pc .cp .drop-down {
    width: 100%;
    animation-name: cp;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    overflow: hidden;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container {
    padding: 20px 0 0 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0 5px 0;
    border-bottom: 1px solid #e2f2ee;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left {
    width: 215px;
    height: 56px;
    background-color: #199f57;
    border-radius: 8px;
    padding: 0 18px 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left p {
    width: 65%;
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right {
    width: 1194px;
    display: flex;
    flex-wrap: wrap;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text {
    width: 200px;
    height: 56px;
    margin-right: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text p {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #8ec246;
    margin-top: 9px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text:hover {
    background-color: rgba(144, 247, 195, 0.2);
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text:nth-child(5) {
    margin-right: 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li:last-child {
    border-bottom: none;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li:last-child .left {
    background-color: #8ec246;
  }
  @keyframes cp {
    0% {
      height: 0;
    }
    100% {
      height: 502px;
    }
  }
  .box .Top .nav .nav-pc .fw .drop-down {
    width: 100%;
    height: 365px;
    animation-name: fw;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    overflow: hidden;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li {
    width: 338px;
    height: 242px;
    background: url(../img/index/fwBgc.png) center no-repeat;
    background-size: cover;
    padding: 39px 0 0 29px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 20px;
    color: #199f57;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 img {
    margin-left: 10px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #333333 !important;
  }
  @keyframes fw {
    0% {
      height: 0;
    }
    100% {
      height: 365px;
    }
  }
  .box .Top .nav .try {
    width: 150px;
    height: 60px;
    background-color: #8ec246;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .box .Top .nav .try a img {
    margin-right: 14px;
  }
  .box .Top .nav .try a p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
  }
  .box .Top .nav .try:hover {
    filter: brightness(1.1);
  }
  .box .Top .nav .menu {
    display: none;
  }
  .box .Top .Swipers {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .bg .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text1 {
    padding-top: 35vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text1 h2 {
    width: 100%;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 5px;
    color: #0acc85;
    text-align: center;
    margin-bottom: 29px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text1 h1 {
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 5px;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 {
    padding: 55vh 12.5vw 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 h1 {
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 p {
    width: 55vw;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.6;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 {
    padding: 18.5vh 12.5vw 0;
    display: flex;
    justify-content: space-between;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title {
    padding-top: 63px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: normal;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title h1 {
    font-family: 'PingFang';
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    margin-top: 29px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button {
    margin-top: 116px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button {
    width: 150px;
    height: 55px;
    border-radius: 28px;
    border: none;
    outline: none;
    background-color: rgba(49, 91, 72, 0.2);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button:hover {
    filter: brightness(1.1);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button:nth-child(1) {
    background-image: linear-gradient(90deg, #008755 0%, #93cf3f 100%), linear-gradient(#008755, #008755);
    background-blend-mode: normal, normal;
    margin-right: 20px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right {
    width: 710px;
    height: 453px;
    position: relative;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    animation-name: topRight;
    animation: bounceIn;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right .imgs img {
    width: 110px;
    height: 106px;
    position: absolute;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right .imgs img:nth-child(1) {
    top: 208px;
    left: -52px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right .imgs img:nth-child(2) {
    top: 102px;
    right: -55px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right .imgs img:nth-child(3) {
    top: 269px;
    right: -55px;
  }
  @keyframes topLeft {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes topRight {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes topP {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 {
    padding: 18.5vh 12.5vw 0;
    display: flex;
    justify-content: space-between;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Left {
    padding-top: 4vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Left .Title h1 {
    font-family: 'PingFang';
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    margin: 25px 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right {
    width: 745px;
    height: 430px;
    position: relative;
    animation-name: topRight;
    animation: bounceIn;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right .imgs img {
    width: 168px;
    height: 64px;
    position: absolute;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right .imgs img:nth-child(1) {
    top: 125px;
    left: -59px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right .imgs img:nth-child(2) {
    top: 207px;
    left: 122px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right .imgs img:nth-child(3) {
    top: 275px;
    left: -59px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Right .imgs img:nth-child(4) {
    width: 148px;
    height: 288px;
    top: 87px;
    right: -46px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Left {
    padding-top: 5vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Left .Title h2 {
    font-family: 'PingFang';
    font-size: 62px;
    line-height: 62px;
    color: #020814;
    margin-bottom: 2vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Left .Title h1 {
    font-family: 'PingFang';
    font-size: 56px;
    line-height: 56px;
    color: #020814;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Left .Button {
    margin-top: 116px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Left .Button button:nth-child(2) a {
    color: #000;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right {
    width: 567px;
    height: 470px;
    position: relative;
    animation-name: topRight;
    animation: bounceIn;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right .imgs img {
    width: 128px;
    height: 55px;
    position: absolute;
    object-fit: contain;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right .imgs img:nth-child(1) {
    top: 189px;
    left: -89px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right .imgs img:nth-child(2) {
    top: 271px;
    left: 77px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right .imgs img:nth-child(3) {
    top: 345px;
    left: -89px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-6 .Right .imgs img:nth-child(4) {
    width: 125px;
    height: 305px;
    top: 107px;
    right: -55px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Left {
    padding-top: 5vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Left .Title h1 {
    font-family: 'PingFang';
    font-size: 60px;
    line-height: 60px;
    color: #020814;
    margin-bottom: 2vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Left .Button {
    margin-top: 116px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Left .Button button:nth-child(2) a {
    color: #000;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right {
    width: 718px;
    height: 455px;
    position: relative;
    animation-name: topRight;
    animation: bounceIn;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0%;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .imgs img {
    width: 165px;
    height: 63px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .imgs img:nth-child(1) {
    top: 146px;
    left: -68px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .imgs img:nth-child(2) {
    top: 245px;
    left: 130px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .imgs img:nth-child(3) {
    top: 295px;
    left: -68px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .imgs img:nth-child(4) {
    top: 147px;
    right: -52px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-7 .Right .imgs img:nth-child(5) {
    width: 267px;
    height: 102px;
    top: 295px;
    right: -79px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Left {
    padding-top: 5vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Left .Title h1 {
    font-family: 'PingFang';
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 2vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right {
    width: 719px;
    height: 455px;
    position: relative;
    animation-name: topRight;
    animation: bounceIn;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img {
    width: 165px;
    height: 62px;
    position: absolute;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img:nth-child(1) {
    top: 171px;
    left: -70px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img:nth-child(2) {
    top: 171px;
    left: 117px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img:nth-child(3) {
    top: 219px;
    right: 130px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img:nth-child(4) {
    top: 219px;
    right: -59px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img:nth-child(5) {
    width: 396px;
    height: 98px;
    top: 42px;
    right: -45px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-8 .Right .imgs img:nth-child(6) {
    width: 395px;
    height: 98px;
    top: 296px;
    left: -35px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Left {
    padding-top: 5vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Left .Title h2 {
    font-family: 'PingFang';
    font-size: 62px;
    line-height: 62px;
    color: #020814;
    margin-bottom: 2vh;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Left .Title h1 {
    font-family: 'PingFang';
    font-size: 56px;
    line-height: 56px;
    color: #020814;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Left .Button {
    margin-top: 116px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Left .Button button:nth-child(2) a {
    color: #000;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right {
    width: 716px;
    height: 453px;
    position: relative;
    animation-name: topRight;
    animation: bounceIn;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right .imgs img {
    width: 165px;
    height: 63px;
    position: absolute;
    object-fit: contain;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right .imgs img:nth-child(1) {
    top: 67px;
    left: -50px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right .imgs img:nth-child(2) {
    top: 219px;
    left: -59px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right .imgs img:nth-child(3) {
    top: 99px;
    right: -82px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-9 .Right .imgs img:nth-child(4) {
    width: 289px;
    height: 115px;
    top: 281px;
    right: -126px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .slide1 .video {
    width: 100%;
    height: 100%;
    display: none;
  }
  .box .Top .Swipers .arrowSwiper {
    width: 100%;
    height: 150px;
    padding: 0 11.8vw;
    position: absolute;
    top: 75vh;
    left: 0;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide {
    width: 339px;
    height: 100%;
    margin: 0 0.7vw;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide .play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide .play img {
    width: 10%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Top .Swipers .arrowSwiper .topSwiper .swiper-wrapper .swiper-slide.active a {
    border: solid 3px #8ec246;
  }
  .box .Top .Swipers .arrowSwiper .swiper-button-prev {
    left: 7vw;
    outline: none;
  }
  .box .Top .Swipers .arrowSwiper .swiper-button-prev::after {
    content: none;
  }
  .box .Top .Swipers .arrowSwiper .swiper-button-next {
    right: 7vw;
    outline: none;
  }
  .box .Top .Swipers .arrowSwiper .swiper-button-next::after {
    content: none;
  }
  .box .Top .Swipers .down-arrow {
    position: absolute;
    left: 50%;
    bottom: 2vh;
    transform: translate(-50%);
    z-index: 99;
  }
  .box .Content {
    width: 100%;
    min-width: 1500px;
  }
  .box .Content .New {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
  }
  .box .Content .New h2 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #008755;
    text-align: center;
  }
  .box .Content .New h2 a {
    color: #008755;
  }
  .box .Content .New h2:hover {
    filter: brightness(1.1);
  }
  .box .Content .New .content {
    height: 412px;
    display: flex;
    margin-top: 85px;
    justify-content: space-between;
  }
  .box .Content .New .content .left {
    width: 704px;
    height: 100%;
    position: relative;
  }
  .box .Content .New .content .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .New .content .left .mask {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .New .content .left .mask p {
    font-family: 'PingFang';
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    padding: 0 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .New .content .right {
    width: 704px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #d7e1e8;
  }
  .box .Content .New .content .right li {
    width: 100%;
    flex: 1;
    border-bottom: 1px solid #d7e1e8;
    padding: 0 0 0 11px;
  }
  .box .Content .New .content .right li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .New .content .right li a .time {
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 18px;
    color: #666666;
  }
  .box .Content .New .content .right li a .text {
    width: 569px;
  }
  .box .Content .New .content .right li a .text h4 {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
  }
  .box .Content .New .content .right li a .text span {
    font-family: 'PingFang';
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .New .content .right li a:hover .text h4 {
    text-decoration: underline;
  }
  .box .Content .Products {
    width: 100%;
    height: 940px;
    background-color: #f3f7fd;
    padding-top: 106px;
  }
  .box .Content .Products h2 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #008755;
    text-align: center;
  }
  .box .Content .Products .content {
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
  }
  .box .Content .Products .content .icon {
    width: 60px;
    height: 30px;
    background-color: #008755;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Products .content h4 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
  }
  .box .Content .Products .content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #7a7a7a;
    margin-bottom: 41px;
  }
  .box .Content .Products .content ul li {
    margin-bottom: 25px;
  }
  .box .Content .Products .content ul li a span {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-left: 6px;
  }
  .box .Content .Products .content .li {
    width: auto;
    height: 534px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  @keyframes a1 {
    0% {
      width: 705px;
      background: url(../img/index/Products-centerBgc.png) center no-repeat;
    }
    100% {
      width: 338px;
    }
  }
  @keyframes a2 {
    0% {
      width: 338px;
    }
    100% {
      width: 705px;
      background: url(../img/index/Products-centerBgc.png) center no-repeat;
    }
  }
  @keyframes cpImg {
    0% {
      opacity: 0;
      width: 50%;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
      width: 100%;
    }
  }
  .box .Content .Products .content .li .a1 {
    width: 338px;
    height: 534px;
    animation-name: a1;
    animation-delay: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .box .Content .Products .content .li .img {
    display: none;
    margin-top: 25px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 250px;
  }
  .box .Content .Products .content .li .img .picture {
    animation-name: cpImg;
    animation-delay: 0;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .Products .content .li .img a {
    font-size: 14px;
    line-height: 14px;
    color: #008755;
    display: block;
    padding-right: 40px;
    position: absolute;
    top: 200px;
    right: 0;
  }
  .box .Content .Products .content .li .img:hover a {
    text-decoration: underline;
  }
  .box .Content .Products .content .li .a2 {
    width: 705px;
    height: 534px;
    background: url(../img/index/Products-centerBgc.png) center no-repeat;
    display: none;
    padding: 35px 0 0 32px;
    animation-name: a2;
    animation-delay: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .box .Content .Products .content .li .a2 li.active .img {
    width: 385px;
    height: auto;
    display: block;
  }
  .box .Content .Products .content .li .a2 li.active .img .picture {
    width: 100%;
    width: auto;
  }
  .box .Content .Products .content .li .a2 li.active span {
    color: #006f33;
    font-weight: bold;
  }
  .box .Content .Products .content .li.active .a1 {
    display: none;
  }
  .box .Content .Products .content .li.active .a2 {
    display: block;
  }
  .box .Content .Products .content .left .a1 {
    box-shadow: 0px 0px 10px 0px rgba(32, 37, 35, 0.1);
    border-radius: 20px;
    background: url(../img/index/cpBgc1-1.png) center no-repeat;
    padding: 35px 0 0 32px;
  }
  .box .Content .Products .content .left .a2 {
    background: url(../img/index/cpBgc3-2.png) center no-repeat;
  }
  .box .Content .Products .content .center .a1 {
    box-shadow: 0px 0px 10px 0px rgba(32, 37, 35, 0.1);
    border-radius: 20px;
    padding: 35px 0 0 32px;
    background: url(../img/index/cpBgc2-1.png) center no-repeat;
  }
  .box .Content .Products .content .center .a2 {
    background: url(../img/index/cpBgc2-2.png) center no-repeat;
  }
  .box .Content .Products .content .right .a1 {
    box-shadow: 0px 0px 10px 0px rgba(32, 37, 35, 0.1);
    border-radius: 20px;
    background: url(../img/index/cpBgc3-1.png) center no-repeat;
    padding: 35px 0 0 32px;
  }
  .box .Content .Products .content .right .icon {
    background-color: #8ecd40;
  }
  .box .Content .Products .content .right .a2 {
    background: url(../img/index/cpBgc1-2.png) center no-repeat;
  }
  .box .Content .Service {
    width: 100%;
    height: 940px;
    background: url(../img/index/ServiceBgc.png) center no-repeat;
    background-size: cover;
    padding: 110px 0 0 0;
  }
  .box .Content .Service h2 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .Service .Swiper1 {
    width: 100%;
    height: 393px;
    overflow: hidden;
    padding-left: 12.5%;
    margin-top: 104px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper {
    width: 100%;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide {
    width: 493px;
    height: 345px;
    border-radius: 20px 20px 0px 0px;
    background: url(../img/index/fw-img1.png) center no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 32px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a h5 {
    font-family: 'PingFang';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #008755;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .content {
    width: 493px;
    height: 89px;
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: -48px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .contentHover {
    display: none;
  }
  @keyframes service {
    0% {
      height: 100px;
    }
    100% {
      height: 215px;
    }
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .content {
    display: none;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover {
    display: block;
    width: 494px;
    height: 215px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: -48px;
    animation-name: service;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover .P {
    width: 96%;
    font-size: 16px;
    line-height: 28px;
    color: #7c7c7c;
    margin-top: 21px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover ul {
    width: 229px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover ul li {
    display: flex;
    margin-bottom: 24px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover ul li p {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-left: 10px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover span {
    position: absolute;
    right: 33px;
    bottom: 31px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover span img {
    margin-left: 7px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover span:hover {
    color: #008755;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(5) {
    background: url(../img/index/fw-img2.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../img/index/fw-img3.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(8) {
    background: url(../img/index/fw-img4.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(1) {
    background: url(../img/index/fw-img5.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../img/index/fw-img6.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(6) {
    background: url(../img/index/fw-img7.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../img/index/fw-img8.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(9) {
    background: url(../img/index/fw-img9.png) center no-repeat;
  }
  .box .Content .Service .category {
    width: 1440px;
    height: 56px;
    background-color: #eff6ff;
    box-shadow: inset 0px 0px 10px 0px rgba(45, 57, 53, 0.09);
    border-radius: 28px;
    margin: 106px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
  }
  .box .Content .Service .category li {
    width: 328px;
    height: 44px;
    border-radius: 22px;
  }
  .box .Content .Service .category li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
  }
  .box .Content .Service .category li.active {
    background-image: linear-gradient(90deg, #008755 0%, #93cf3f 100%), linear-gradient(#8ec246, #8ec246);
  }
  .box .Content .Service .category li.active a {
    color: #ffffff;
  }
  .box .Content .Case {
    width: 100%;
    height: 940px;
    background: url(../img/index/CaseBgc.png) center no-repeat;
    background-size: cover;
    padding: 118px 0 0 0;
  }
  .box .Content .Case .container {
    position: relative;
  }
  .box .Content .Case h2 {
    font-family: 'PingFang';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #008755;
    text-align: center;
  }
  .box .Content .Case h2 a {
    color: #008755;
  }
  .box .Content .Case h2:hover {
    filter: brightness(1.1);
  }
  .box .Content .Case .category {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 96px;
    padding: 0 100px;
  }
  .box .Content .Case .category li {
    height: 40px;
  }
  .box .Content .Case .category li a {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
  }
  .box .Content .Case .category li .content {
    display: none;
  }
  .box .Content .Case .category li.active a {
    color: #008755;
    font-weight: bold;
  }
  .box .Content .Case .category li.active .content {
    display: flex;
  }
  .box .Content .Case .content {
    width: 100%;
    margin-top: 88px;
    position: absolute;
    top: 45px;
    left: 0;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Case .content .li {
    width: 460px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
  }
  .box .Content .Case .content .li .img {
    width: 100%;
    height: 299px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
  }
  .box .Content .Case .content .li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .Case .content .li .text {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 0;
    bottom: -58px;
    padding: 0 27px;
  }
  .box .Content .Case .content .li .text p {
    width: 100%;
    font-size: 20px;
    line-height: 70px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
  }
  .box .Content .Case .content .li:hover img {
    animation-name: case;
    animation-duration: 0.5s;
    animation-delay: 0;
    animation-fill-mode: forwards;
  }
  .box .Content .Case .content .li:hover .text p {
    color: #008755;
  }
  @keyframes case {
    0% {
      width: 100%;
      height: 100%;
    }
    100% {
      width: 105%;
      height: 105%;
    }
  }
  .box .Content .Case .line {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%);
  }
  .box .Content .Case .line .color {
    width: 40px;
    height: 4px;
    background-color: #008755;
    border-radius: 2px;
    position: absolute;
    left: 115px;
    bottom: 0;
  }
  .box .Content .Custom {
    width: 100%;
    height: 841px;
    background: url(../img/index/CustomBgc.png) center no-repeat;
    background-size: cover;
    padding: 108px 0 0 0;
  }
  .box .Content .Custom h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px;
    color: #ffffff;
    animation-name: customh2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes customh2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .box .Content .Custom .content {
    display: flex;
    margin-top: 56px;
  }
  .box .Content .Custom .content .text {
    width: 712px;
    padding-top: 5px;
    margin-right: 361px;
  }
  .box .Content .Custom .content .text p {
    font-size: 18px;
    line-height: 40px;
    color: #d6fcee;
    margin-bottom: 30px;
  }
  .box .Content .Custom .content .text button {
    width: 150px;
    height: 55px;
    border-radius: 28px;
    border: 1px solid #fff;
    outline: none;
    background-color: transparent !important;
    margin-right: 20px;
    margin-top: 50px;
  }
  .box .Content .Custom .content .text button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Content .Custom .content .text button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Custom .content .right h5 {
    margin-bottom: 68px;
  }
  .box .Content .Custom .content .right h5 p {
    font-family: 'Bahnschrift';
    font-size: 70px;
    line-height: 70px;
    color: #ffffff;
  }
  .box .Content .Custom .content .right h5 span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #d6fcee;
    margin-top: 21px;
  }
  .box .Content .Logos {
    width: 100%;
    height: 151px;
    background-color: #fff;
  }
  .box .Content .Logos .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .Logos .container img {
    width: auto;
    height: 45px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1800px) {
  .box .Top {
    width: 100%;
    min-width: 700px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .try {
    width: 10% !important;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right {
    width: 610px;
    height: 410px;
  }
  .box .Content .New .content .left {
    width: 49%;
  }
  .box .Content .New .content .right {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box .container {
    width: 95% !important;
  }
  .box .Top {
    width: 100%;
    min-width: 769px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 14px;
    line-height: 14px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    top: 60px;
    left: 0;
  }
  .box .Top .nav .try {
    width: 10% !important;
    height: 60px;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    width: 100%;
    height: 100%;
  }
  .box .Top .nav .try a img {
    width: 20%;
    margin-right: 12px;
  }
  .box .Top .nav .try a p {
    font-size: 16px;
    line-height: 16px;
  }
  .box .Top .Swipers {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 p {
    width: 65vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 {
    padding: 18.5vh 12.5vw 0;
    display: flex;
    justify-content: space-between;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title h2 {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: normal;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title h1 {
    font-family: 'PingFang';
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
    margin-top: 20px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button {
    margin-top: 116px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button {
    width: 150px;
    height: 55px;
    border-radius: 28px;
    border: none;
    outline: none;
    background-color: rgba(49, 91, 72, 0.2);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 57px;
    color: #ffffff;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button:hover {
    filter: brightness(1.1);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button:nth-child(1) {
    background-image: linear-gradient(90deg, #008755 0%, #93cf3f 100%), linear-gradient(#008755, #008755);
    background-blend-mode: normal, normal;
    margin-right: 20px;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right {
    width: 500px;
    height: 373px;
  }
  .box .Content {
    width: 100%;
    min-width: 769px;
  }
  .box .Content .container {
    width: 95% !important;
  }
  .box .Content .New .content .left {
    width: 49%;
  }
  .box .Content .New .content .right {
    width: 49%;
  }
  .box .Content .New .content .right li a .text {
    width: 80%;
  }
  .box .Content .Products {
    width: 100%;
    height: 940px;
    padding-top: 106px;
  }
  .box .Content .Products h2 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
  }
  .box .Content .Products .content {
    margin-top: 105px;
  }
  .box .Content .Products .content .icon {
    width: 60px;
    height: 30px;
    border-radius: 15px;
  }
  .box .Content .Products .content h4 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
  }
  .box .Content .Products .content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 41px;
  }
  .box .Content .Products .content ul li a span {
    font-size: 15px;
    line-height: 15px;
    margin-left: 4px;
  }
  .box .Content .Products .content .li {
    width: auto;
    height: 534px;
  }
  @keyframes a1 {
    0% {
      width: 650px;
    }
    100% {
      width: 320px;
    }
  }
  @keyframes a2 {
    0% {
      width: 320px;
    }
    100% {
      width: 650px;
    }
  }
  .box .Content .Products .content .li .a1 {
    width: 320px;
    height: 534px;
    padding: 25px 0 0 22px;
  }
  .box .Content .Products .content .li .img {
    margin-top: 25px;
    right: 20px;
    top: 250px;
  }
  .box .Content .Products .content .li .img a {
    font-size: 14px;
    line-height: 14px;
    padding-right: 40px;
    top: 200px;
    right: 0;
  }
  .box .Content .Products .content .li .a2 {
    width: 650px;
    height: 534px;
    padding: 25px 0 0 22px;
  }
  .box .Content .Products .content .li .a2 li.active .img {
    width: 50%;
  }
  .box .Content .Products .content .left .a1 {
    background: url(../img/index/cpBgc1-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .left .a2 {
    background: url(../img/index/cpBgc3-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .a1 {
    background: url(../img/index/cpBgc2-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .a2 {
    background: url(../img/index/cpBgc2-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .a1 {
    background: url(../img/index/cpBgc3-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .icon {
    background-color: #8ecd40;
  }
  .box .Content .Products .content .right .a2 {
    background: url(../img/index/cpBgc1-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Service .category {
    width: 95%;
  }
  .box .Content .Case .category {
    width: 100% !important;
    padding: 0 100px;
  }
  .box .Content .Case .category li {
    height: 40px;
  }
  .box .Content .Case .category li a {
    font-size: 18px;
    line-height: 18px;
  }
  .box .Content .Case .content .li {
    width: 32%;
  }
  .box .Content .Case .line {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%);
  }
  .box .Content .Case .line .color {
    width: 40px;
    height: 4px;
    background-color: #008755;
    border-radius: 2px;
    position: absolute;
    left: 152px;
    bottom: 0;
  }
  .box .Content .Custom .content {
    padding: 0 50px 0 0;
    justify-content: space-between;
  }
  .box .Content .Custom .content .text {
    width: 60%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  @keyframes a1 {
    0% {
      width: 550px;
      background: url(../img/index/Products-centerBgc.png) center no-repeat;
    }
    100% {
      width: 280px;
    }
  }
  @keyframes a2 {
    0% {
      width: 280px;
    }
    100% {
      width: 550px;
      background: url(../img/index/Products-centerBgc.png) center no-repeat;
    }
  }
  .box .Content .Products .content .li .a1 {
    width: 280px;
  }
  .box .Content .Products .content .li .a2 {
    width: 550px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  @keyframes a1 {
    0% {
      width: 600px;
      background: url(../img/index/Products-centerBgc.png) center no-repeat;
    }
    100% {
      width: 300px;
    }
  }
  @keyframes a2 {
    0% {
      width: 300px;
    }
    100% {
      width: 600px;
      background: url(../img/index/Products-centerBgc.png) center no-repeat;
    }
  }
  .box .Content .Products .content .li .a1 {
    width: 300px;
  }
  .box .Content .Products .content .li .a2 {
    width: 600px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box .Top {
    width: 100%;
    min-width: 769px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 12px;
    line-height: 12px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    top: 60px;
    left: 0;
  }
  .box .Top .nav .try {
    width: 10% !important;
    height: 60px;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    width: 100%;
    height: 100%;
  }
  .box .Top .nav .try a img {
    width: 20%;
    margin-right: 5px;
  }
  .box .Top .nav .try a p {
    font-size: 14px;
    line-height: 14px;
  }
  .box .Top .Swipers {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right {
    display: none;
  }
  .box .Content {
    width: 100%;
    min-width: 769px;
  }
  .box .Content .container {
    width: 95% !important;
  }
  .box .Content .New {
    padding: 70px 0;
  }
  .box .Content .New h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .New .content {
    margin-top: 60px;
    height: 320px;
  }
  .box .Content .New .content .left {
    width: 49%;
    height: 100%;
    position: relative;
  }
  .box .Content .New .content .right {
    width: 49%;
  }
  .box .Content .New .content .right li a .time {
    font-size: 16px;
    line-height: 16px;
  }
  .box .Content .New .content .right li a .text {
    width: 75%;
  }
  .box .Content .New .content .right li a .text h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .box .Content .Products {
    width: 100%;
    height: 880px;
    padding-top: 86px;
  }
  .box .Content .Products h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .box .Content .Products .content {
    margin-top: 85px;
  }
  .box .Content .Products .content .icon {
    width: 60px;
    height: 30px;
    border-radius: 15px;
  }
  .box .Content .Products .content h4 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
  }
  .box .Content .Products .content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 41px;
  }
  .box .Content .Products .content ul li a span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 2px;
  }
  .box .Content .Products .content .li {
    width: auto;
    height: 534px;
  }
  @keyframes a1 {
    0% {
      width: 500px;
    }
    100% {
      width: 260px;
    }
  }
  @keyframes a2 {
    0% {
      width: 260px;
    }
    100% {
      width: 500px;
    }
  }
  .box .Content .Products .content .li .a1 {
    width: 260px;
    height: 534px;
    padding: 25px 0 0 22px;
  }
  .box .Content .Products .content .li .img {
    margin-top: 25px;
    right: 20px;
    top: 250px;
  }
  .box .Content .Products .content .li .img a {
    font-size: 14px;
    line-height: 14px;
    padding-right: 40px;
    top: 200px;
    right: 0;
  }
  .box .Content .Products .content .li .a2 {
    width: 500px;
    height: 534px;
    padding: 25px 0 0 22px;
  }
  .box .Content .Products .content .li .a2 li.active .img {
    width: 50%;
  }
  .box .Content .Products .content .left .a1 {
    background: url(../img/index/cpBgc1-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .left .a2 {
    background: url(../img/index/cpBgc3-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .a1 {
    background: url(../img/index/cpBgc2-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .a2 {
    background: url(../img/index/cpBgc2-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .a1 {
    background: url(../img/index/cpBgc3-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .icon {
    background-color: #8ecd40;
  }
  .box .Content .Products .content .right .a2 {
    background: url(../img/index/cpBgc1-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Service {
    height: 780px;
    padding: 80px 0 0 0;
  }
  .box .Content .Service h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .box .Content .Service .category {
    width: 95%;
    margin-top: 85px;
  }
  .box .Content .Service .Swiper1 {
    width: 100%;
    height: 293px;
    padding-left: 8%;
    margin-top: 84px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper {
    width: 100%;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide {
    width: 393px;
    height: 245px;
    margin-right: 20px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a h5 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .content {
    width: 393px;
    height: 65px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .contentHover {
    display: none;
  }
  @keyframes service {
    0% {
      height: 100px;
    }
    100% {
      height: 185px;
    }
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .content {
    display: none;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover {
    width: 394px;
    height: 185px;
    padding: 20px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../img/index/fw-img2.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../img/index/fw-img3.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../img/index/fw-img4.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(5) {
    background: url(../img/index/fw-img5.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(6) {
    background: url(../img/index/fw-img6.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(7) {
    background: url(../img/index/fw-img7.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(8) {
    background: url(../img/index/fw-img8.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(9) {
    background: url(../img/index/fw-img9.png) center no-repeat;
  }
  .box .Content .Case {
    height: 600px;
    padding: 75px 0 0 0;
  }
  .box .Content .Case h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .box .Content .Case .category {
    width: 100% !important;
    padding: 0 100px;
    margin-top: 56px;
  }
  .box .Content .Case .category li {
    height: 40px;
  }
  .box .Content .Case .category li a {
    font-size: 15px;
    line-height: 15px;
  }
  .box .Content .Case .content {
    margin-top: 45px;
  }
  .box .Content .Case .content .li {
    width: 32%;
  }
  .box .Content .Case .content .li .img {
    width: 100%;
    height: 209px;
  }
  .box .Content .Case .content .li .text {
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -25px;
    padding: 0 15px;
  }
  .box .Content .Case .content .li .text p {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
  }
  .box .Content .Case .line {
    height: 3px;
    top: 125px;
  }
  .box .Content .Case .line .color {
    height: 3px;
    left: 140px;
    bottom: 0;
  }
  .box .Content .Custom .content {
    padding: 0 50px 0 0;
    justify-content: space-between;
  }
  .box .Content .Custom .content .text {
    width: 60%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .box .Content .Products .content .li {
    width: 32% !important;
  }
  .box .Content .Products .content .li .img {
    display: none !important;
  }
  .box .Content .Products .content .li .a1 {
    animation-name: no;
    width: 100%;
  }
  .box .Content .Products .content .li .a2 {
    display: none !important;
  }
  .box .Content .Products .content .li.active .a1 {
    display: block !important;
  }
  .box .Content .Products .content .li.active .a2 {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .box .Content .Products .content .li {
    width: 32% !important;
  }
  .box .Content .Products .content .li .img {
    display: none !important;
  }
  .box .Content .Products .content .li .a1 {
    animation-name: no;
    width: 100%;
  }
  .box .Content .Products .content .li .a2 {
    display: none !important;
  }
  .box .Content .Products .content .li.active .a1 {
    display: block !important;
  }
  .box .Content .Products .content .li.active .a2 {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box .Top {
    width: 100%;
    min-width: 700px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 12px;
    line-height: 12px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    top: 60px;
    left: 0;
  }
  .box .Top .nav .try {
    width: 10% !important;
    height: 60px;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .box .Top .nav .try a img {
    width: 20%;
    margin-right: 0;
  }
  .box .Top .nav .try a p {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }
  .box .Top .Swipers {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right {
    display: none;
  }
  .box .Content {
    width: 100%;
    min-width: 769px;
  }
  .box .Content .container {
    width: 95% !important;
  }
  .box .Content .New h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .box .Content .New .content {
    height: auto;
    display: block;
    margin-top: 65px;
  }
  .box .Content .New .content .left {
    width: 100%;
    margin-bottom: 45px;
  }
  .box .Content .New .content .right {
    width: 100%;
    height: 400px;
  }
  .box .Content .New .content .right li a .text {
    width: 85%;
  }
  .box .Content .Products {
    width: 100%;
    height: 880px;
    padding-top: 86px;
  }
  .box .Content .Products h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .box .Content .Products .content {
    margin-top: 85px;
  }
  .box .Content .Products .content .icon {
    width: 60px;
    height: 30px;
    border-radius: 15px;
  }
  .box .Content .Products .content h4 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
  }
  .box .Content .Products .content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 41px;
  }
  .box .Content .Products .content ul li a span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 2px;
  }
  .box .Content .Products .content .li {
    width: 32% !important;
  }
  .box .Content .Products .content .li .img {
    display: none !important;
  }
  .box .Content .Products .content .li .a1 {
    animation-name: no;
    width: 100%;
  }
  .box .Content .Products .content .li .a2 {
    display: none !important;
  }
  .box .Content .Products .content .li.active .a1 {
    display: block !important;
  }
  .box .Content .Products .content .li.active .a2 {
    display: none !important;
  }
  .box .Content .Products .content .left .a1 {
    background: url(../img/index/cpBgc1-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .left .a2 {
    background: url(../img/index/cpBgc3-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .a1 {
    background: url(../img/index/cpBgc2-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .a2 {
    background: url(../img/index/cpBgc2-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .a1 {
    background: url(../img/index/cpBgc3-1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .icon {
    background-color: #8ecd40;
  }
  .box .Content .Products .content .right .a2 {
    background: url(../img/index/cpBgc1-2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Service {
    height: 780px;
    padding: 80px 0 0 0;
  }
  .box .Content .Service h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .box .Content .Service .category {
    width: 95%;
    margin-top: 85px;
  }
  .box .Content .Service .Swiper1 {
    width: 100%;
    height: 293px;
    padding-left: 8%;
    margin-top: 84px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper {
    width: 100%;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide {
    width: 393px;
    height: 245px;
    margin-right: 20px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a h5 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .content {
    width: 393px;
    height: 65px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .contentHover {
    display: none;
  }
  @keyframes service {
    0% {
      height: 100px;
    }
    100% {
      height: 185px;
    }
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .content {
    display: none;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover {
    width: 394px;
    height: 185px;
    padding: 20px;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../img/index/fw-img2.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../img/index/fw-img3.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../img/index/fw-img4.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(5) {
    background: url(../img/index/fw-img5.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(6) {
    background: url(../img/index/fw-img6.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(7) {
    background: url(../img/index/fw-img7.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(8) {
    background: url(../img/index/fw-img8.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(9) {
    background: url(../img/index/fw-img9.png) center no-repeat;
  }
  .box .Content .Case {
    height: 600px;
    padding: 75px 0 0 0;
  }
  .box .Content .Case h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .box .Content .Case .category {
    width: 100% !important;
    padding: 0 100px;
    margin-top: 56px;
    flex-wrap: wrap;
  }
  .box .Content .Case .category li {
    width: 32%;
    height: 40px;
    text-align: center;
  }
  .box .Content .Case .category li a {
    font-size: 15px;
    line-height: 15px;
  }
  .box .Content .Case .content {
    margin-top: 45px;
  }
  .box .Content .Case .content .li {
    width: 32%;
  }
  .box .Content .Case .content .li .img {
    width: 100%;
    height: 209px;
  }
  .box .Content .Case .content .li .text {
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -25px;
    padding: 0 15px;
  }
  .box .Content .Case .content .li .text p {
    width: 100%;
    font-size: 14px;
    line-height: 50px;
  }
  .box .Content .Case .line {
    height: 3px;
    top: 125px;
    display: none !important;
  }
  .box .Content .Case .line .color {
    height: 3px;
    left: 140px;
    bottom: 0;
  }
  .box .Content .Custom .content {
    padding: 0 50px 0 0;
    justify-content: space-between;
  }
  .box .Content .Custom .content .text {
    width: 60%;
    margin-right: 0;
  }
  .box .Content .Logos {
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .box .Content .Logos .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .Logos .container a {
    display: block;
    width: 30%;
    margin: 10px 0;
  }
  .box .Content .Logos .container a img {
    width: 80%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
    position: relative;
  }
  .box .Top .nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 0;
  }
  .box .Top .try {
    display: none;
  }
  .box .Top .logo {
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 7px 10px;
  }
  .box .Top .logo img {
    display: none !important;
  }
  .box .Top .logo .logo-yd {
    display: block !important;
    width: 217px;
    height: auto;
  }
  .box .Top .menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .menu .open-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
  }
  .box .Top .menu .menus {
    width: 100%;
    height: auto;
    display: none;
  }
  .box .Top .menu .menus .title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dadada;
    padding: 7px 10px;
    background-color: #fff;
  }
  .box .Top .menu .menus .title .close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .box .Top .menu .menus .title .logo-yd {
    display: block;
    width: 217px;
    height: auto;
  }
  .box .Top .menu .menus .nav-yd {
    width: 100%;
    height: calc(100vh - 50px);
    padding: 0 0 20px 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .box .Top .menu .menus .nav-yd li {
    width: 100%;
    height: 68px;
  }
  .box .Top .menu .menus .nav-yd li a {
    font-size: 19px;
    line-height: 68px;
    color: #000000;
    padding-left: 35px;
    font-family: MicrosoftYaHei;
  }
  .box .Top .menu .menus .nav-yd li a select {
    width: 100%;
    height: 100%;
  }
  .box .Top .menu .menus .nav-yd li.list {
    height: auto;
  }
  .box .Top .menu .menus .nav-yd li.list button {
    width: 100%;
    height: 68px;
    background-color: transparent;
    text-align: left;
    font-size: 19px;
    line-height: 68px;
    color: #000000;
    border: none;
    outline: none;
    padding-left: 35px;
  }
  .box .Top .menu .menus .nav-yd li.list .menu-list {
    padding-left: 20px;
  }
  .box .Top .menu .menus .nav-yd li.list .menu-list div {
    width: 100%;
    height: 50px;
  }
  .box .Top .menu .menus .nav-yd li.list .menu-list div a {
    font-size: 18px;
    line-height: 50px;
  }
  .box .Top .menu .menus .nav-yd li:hover {
    background-color: #e9e9e9;
  }
  .box .Top .menu .menus .nav-yd li:hover .menu-list {
    background-color: #fff;
  }
  .box .Top .menu .menus .nav-yd li:last-child {
    background-color: #006f33;
  }
  .box .Top .menu .menus .nav-yd li:last-child a {
    color: #fff;
  }
  .box .Top .Swipers {
    width: 100%;
    height: 80vw;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper {
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .bg .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text1 {
    padding-top: 33.33333333vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text1 h2 {
    width: 100%;
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0.53333333vw;
    color: #0acc85;
    text-align: center;
    margin-bottom: 4vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text1 h1 {
    width: 100%;
    font-size: 9.86666667vw;
    line-height: 9.86666667vw;
    letter-spacing: 0.53333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 {
    padding: 37.33333333vw 4vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 h1 {
    font-size: 5.86666667vw;
    line-height: 7.46666667vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
    margin-bottom: 4vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text2 p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #ffffff;
    opacity: 0.6;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 {
    padding: 26.66666667vw 4vw;
    display: flex;
    justify-content: space-between;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title h2 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0.53333333vw;
    color: #ffffff;
    font-weight: normal;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .title h1 {
    font-family: 'PingFang';
    font-size: 9.86666667vw;
    line-height: 9.86666667vw;
    color: #ffffff;
    margin-top: 5.33333333vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button {
    margin-top: 12vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button {
    width: 26.66666667vw;
    height: 10.66666667vw;
    border-radius: 5.33333333vw;
    border: none;
    outline: none;
    background-color: rgba(49, 91, 72, 0.2);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.73333333vw;
    line-height: 10.66666667vw;
    color: #ffffff;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button:hover {
    filter: brightness(1.1);
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Left .Button button:nth-child(1) {
    background-image: linear-gradient(90deg, #008755 0%, #93cf3f 100%), linear-gradient(#008755, #008755);
    background-blend-mode: normal, normal;
    margin-right: 2.66666667vw;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3 .Right {
    display: none;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .swiper-slide .text3-5 .Left .Title {
    color: #fff;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .slide1 video {
    display: none;
  }
  .box .Top .Swipers .bgcSwiper .swiper-wrapper .slide1 .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .Swipers .arrowSwiper {
    display: none;
  }
  .box .Top .Swipers .down-arrow {
    display: none;
  }
  .box .container {
    width: 100% !important;
    padding: 0 15px;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .New {
    width: 100%;
    padding: 12vw 0;
    background-color: #fff;
  }
  .box .Content .New h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0.53333333vw;
    color: #008755;
    text-align: center;
  }
  .box .Content .New h2 a {
    color: #008755;
  }
  .box .Content .New .content {
    width: 100%;
    height: auto;
    margin-top: 9.33333333vw;
    display: block;
  }
  .box .Content .New .content .left {
    width: 100%;
    height: 58.66666667vw;
    position: relative;
  }
  .box .Content .New .content .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .New .content .left .mask {
    width: 100%;
    height: 10.66666667vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .New .content .left .mask p {
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 10.66666667vw;
    color: #ffffff;
    padding: 0 4.53333333vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .New .content .right {
    width: 100%;
    height: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 0.26666667vw solid #d7e1e8;
    margin-top: 6.66666667vw;
  }
  .box .Content .New .content .right li {
    width: 100%;
    flex: 1;
    border-bottom: 0.26666667vw solid #d7e1e8;
    padding: 0 0 0 2.93333333vw;
  }
  .box .Content .New .content .right li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .New .content .right li a .time {
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #666666;
  }
  .box .Content .New .content .right li a .text {
    width: 75%;
  }
  .box .Content .New .content .right li a .text h4 {
    font-family: 'PingFang';
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4vw;
  }
  .box .Content .New .content .right li a .text span {
    font-family: 'PingFang';
    font-size: 3.2vw;
    line-height: 5.33333333vw;
    color: #8c8c8c;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .New .content .right li a:hover .text h4 {
    text-decoration: underline;
  }
  .box .Content .Products {
    width: 100%;
    height: auto;
    background-color: #f3f7fd;
    padding-top: 12vw;
    padding-bottom: 6.66666667vw;
  }
  .box .Content .Products h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0.53333333vw;
    color: #008755;
    text-align: center;
  }
  .box .Content .Products .content {
    margin-top: 9.33333333vw;
  }
  .box .Content .Products .content .icon {
    width: 16vw;
    height: 8vw;
    background-color: #008755;
    border-radius: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Products .content h4 {
    margin-top: 7.46666667vw;
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #000000;
  }
  .box .Content .Products .content p {
    margin-top: 4vw;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #7a7a7a;
    margin-bottom: 10.93333333vw;
  }
  .box .Content .Products .content ul li {
    margin-bottom: 6.66666667vw;
  }
  .box .Content .Products .content ul li a span {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333333;
    margin-left: 1.6vw;
  }
  .box .Content .Products .content ul li.active a span {
    color: #008755;
  }
  .box .Content .Products .content .li {
    width: 90% !important;
    padding: 6.66666667vw 0 0 6.66666667vw;
    margin-right: 4vw;
    justify-content: flex-start;
  }
  .box .Content .Products .content .li .img {
    display: none !important;
  }
  .box .Content .Products .content .li .a2 {
    display: none;
  }
  .box .Content .Products .content .left {
    width: 100%;
    height: 133.33333333vw;
    box-shadow: 0vw 0vw 2.66666667vw 0vw rgba(32, 37, 35, 0.1);
    border-radius: 5.33333333vw;
    background: url(../img/index/cp-bgc1.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center {
    width: 100%;
    height: 133.33333333vw;
    box-shadow: 0vw 0vw 2.66666667vw 0vw rgba(32, 37, 35, 0.1);
    border-radius: 5.33333333vw;
    background: url(../img/index/cp-bgc2.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .center .text .img {
    width: 90%;
    margin-top: 9.33333333vw;
  }
  .box .Content .Products .content .center .text .img img {
    width: 100%;
    height: auto;
  }
  .box .Content .Products .content .center p:last-child {
    padding-right: 14.93333333vw;
    margin-top: 6.66666667vw;
    text-align: right;
  }
  .box .Content .Products .content .center p:last-child a {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #008755;
  }
  .box .Content .Products .content .center p:last-child:hover a {
    text-decoration: underline;
  }
  .box .Content .Products .content .right {
    width: 100%;
    height: 133.33333333vw;
    box-shadow: 0vw 0vw 2.66666667vw 0vw rgba(32, 37, 35, 0.1);
    border-radius: 5.33333333vw;
    background: url(../img/index/cp-bgc3.png) center no-repeat;
    background-size: 110% 110%;
  }
  .box .Content .Products .content .right .icon {
    background-color: #8ecd40;
  }
  .box .Content .Service {
    width: 100%;
    height: auto;
    background: url(../img/index/ServiceBgc.png) center no-repeat;
    background-size: cover;
    padding: 12vw 0 12vw 0;
  }
  .box .Content .Service h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0.53333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .Service .Swiper1 {
    width: 95%;
    height: 74.66666667vw;
    overflow: hidden;
    margin: 12vw auto 0;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper {
    width: 100%;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide {
    width: 87.46666667vw;
    height: 61.33333333vw;
    border-radius: 5.33333333vw 5.33333333vw 0vw 0vw;
    background: url(../img/index/Swiper1-img1.png) center no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 4vw;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a h5 {
    font-family: 'PingFang';
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0.26666667vw;
    color: #008755;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .content {
    width: 87.46666667vw;
    height: 18.4vw;
    background-color: #ffffff;
    border-radius: 5.33333333vw;
    position: absolute;
    left: 0;
    bottom: -12.8vw;
    display: flex;
    align-items: center;
    padding: 0 4vw;
    justify-content: space-between;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide a .contentHover {
    display: none;
  }
  @keyframes service {
    0% {
      height: 18.4vw;
    }
    100% {
      height: 50.66666667vw;
    }
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .content {
    display: none;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover {
    display: block;
    width: 87.46666667vw;
    height: 50.66666667vw;
    background-color: #ffffff;
    border-radius: 5.33333333vw;
    position: absolute;
    left: 0;
    bottom: -12.8vw;
    padding: 5.33333333vw;
    animation-name: service;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover .P {
    width: 96%;
    font-size: 4.26666667vw;
    line-height: 7.46666667vw;
    color: #7c7c7c;
    margin-top: 5.6vw;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover ul {
    width: 58.66666667vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4.8vw;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover ul li {
    display: flex;
    margin-bottom: 6.4vw;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover ul li p {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333333;
    margin-left: 2.66666667vw;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover span {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
    display: flex;
    align-items: center;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover span img {
    margin-left: 1.86666667vw;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:hover .contentHover span:hover {
    color: #008755;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(5) {
    background: url(../img/index/fw-img2.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(4) {
    background: url(../img/index/fw-img3.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(8) {
    background: url(../img/index/fw-img4.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(1) {
    background: url(../img/index/fw-img5.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(3) {
    background: url(../img/index/fw-img6.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(6) {
    background: url(../img/index/fw-img7.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(2) {
    background: url(../img/index/fw-img8.png) center no-repeat;
  }
  .box .Content .Service .Swiper1 .swiper-wrapper .swiper-slide:nth-child(9) {
    background: url(../img/index/fw-img9.png) center no-repeat;
  }
  .box .Content .Service .category {
    width: 95%;
    height: 14.93333333vw;
    background-color: #eff6ff;
    box-shadow: inset 0vw 0vw 2.66666667vw 0vw rgba(45, 57, 53, 0.09);
    border-radius: 7.46666667vw;
    margin: 10.66666667vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.6vw;
  }
  .box .Content .Service .category li {
    width: 87.46666667vw;
    height: 12.26666667vw;
    border-radius: 5.86666667vw;
  }
  .box .Content .Service .category li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4.26666667vw;
    line-height: 12.26666667vw;
    color: #333333;
  }
  .box .Content .Service .category li.active {
    background-image: linear-gradient(90deg, #008755 0%, #93cf3f 100%), linear-gradient(#8ec246, #8ec246);
  }
  .box .Content .Service .category li.active a {
    color: #ffffff;
  }
  .box .Content .Case {
    width: 100%;
    height: auto;
    background: url(../img/index/CaseBgc.png) center no-repeat;
    background-size: cover;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content .Case h2 {
    font-family: 'PingFang';
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0.53333333vw;
    color: #008755;
    text-align: center;
  }
  .box .Content .Case h2 a {
    color: #008755;
  }
  .box .Content .Case .category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10.66666667vw;
    width: 100%;
    height: 320vw;
    overflow-x: auto;
    position: relative;
    align-content: flex-start;
  }
  .box .Content .Case .category li {
    width: 50%;
    height: 9.33333333vw;
    text-align: center;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Case .category li .content {
    display: none;
  }
  .box .Content .Case .category li a {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #333333;
  }
  .box .Content .Case .category li.active a {
    color: #008755;
    font-weight: bold;
  }
  .box .Content .Case .category li.active .content {
    display: block;
  }
  .box .Content .Case .content {
    width: 95%;
    margin: 5.33333333vw auto 0;
    position: absolute;
    top: 32vw;
    left: 50%;
    transform: translate(-50%);
  }
  .box .Content .Case .content .li {
    width: 100%;
    height: 85.33333333vw;
    background-color: #ffffff;
    border-radius: 5.33333333vw;
    position: relative;
    margin-bottom: 5.33333333vw;
    overflow: hidden;
  }
  .box .Content .Case .content .li .img {
    width: 100%;
    height: 66.66666667vw;
    position: relative;
  }
  .box .Content .Case .content .li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .Case .content .li .text {
    width: 100%;
    height: 18.66666667vw;
    background-color: #ffffff;
    border-radius: 0vw 0vw 2.66666667vw 2.66666667vw;
    position: absolute;
    left: 0;
    bottom: 0vw;
    padding: 0 7.2vw;
  }
  .box .Content .Case .content .li .text p {
    width: 100%;
    font-size: 5.33333333vw;
    line-height: 18.66666667vw;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
  }
  .box .Content .Case .content .li:hover img {
    width: 105%;
    height: 105%;
  }
  .box .Content .Case .content .li:hover .text p {
    color: #008755;
  }
  .box .Content .Custom {
    width: 100%;
    height: auto;
    background: url(../img/index/CustomBgc.png) center no-repeat;
    background-size: cover;
    padding: 12vw 0 5.33333333vw 0;
  }
  .box .Content .Custom h2 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: 0.53333333vw;
    color: #ffffff;
  }
  .box .Content .Custom .content {
    margin-top: 6.66666667vw;
  }
  .box .Content .Custom .content .text {
    width: 100%;
    padding-top: 1.33333333vw;
  }
  .box .Content .Custom .content .text p {
    font-size: 4.8vw;
    line-height: 10.66666667vw;
    color: #d6fcee;
    margin-bottom: 8vw;
  }
  .box .Content .Custom .content .text button {
    width: 26.66666667vw;
    height: 12vw;
    border-radius: 7.46666667vw;
    border: none;
    outline: none;
    background-color: rgba(49, 91, 72, 0.2);
    background: transparent;
    border: 1px solid #fff;
    margin-right: 5.33333333vw;
  }
  .box .Content .Custom .content .text button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.26666667vw;
    line-height: 12.53333333vw;
    color: #ffffff;
  }
  .box .Content .Custom .content .text button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Custom .content .right {
    display: flex;
    justify-content: space-between;
    margin-top: 12vw;
    padding: 0 2.66666667vw;
  }
  .box .Content .Custom .content .right h5 {
    margin-bottom: 18.13333333vw;
  }
  .box .Content .Custom .content .right h5 p {
    font-family: 'Bahnschrift';
    font-size: 16vw;
    line-height: 16vw;
    color: #ffffff;
  }
  .box .Content .Custom .content .right h5 span {
    display: block;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #d6fcee;
    margin-top: 4vw;
  }
  .box .Content .Logos {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 2.66666667vw 0;
  }
  .box .Content .Logos .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .Logos .container a {
    width: 48%;
    height: auto;
  }
  .box .Content .Logos .container a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 2.66666667vw;
  }
}
/*# sourceMappingURL=index.css.map */