@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 24px;
  }

  .login-wrapper {
    right: 80px;
  }
  .banner-wrapper .banner-bg {
    height: 400px;
  }
  .banner-wrapper .banner-bg#banner-pc {
    display: block;
  }
  .banner-wrapper .banner-bg#banner-mobile {
    display: none;
  }
  .banner-wrapper .banner-box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: flex-start;
  }
  .banner-wrapper .banner-box > img {
    max-width: 256px;
  }
  .banner-wrapper .banner-box > a {
    padding: 0 24px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 24px;
  }
  .banner-wrapper .banner-content > p {
    font-size: 24px;
  }
  .banner-wrapper .banner-content > h1 {
    font-size: 40px;
  }
  .banner-wrapper .banner-content > a {
    margin-top: 20px;
  }

  .automove-wrapper .automove-box {
    padding: 28px 0;
  }

  .automove-wrapper .automove-box img {
    width: 80px;
    height: 40px;
    margin: 0 16px;
  }

  @keyframes automove {
    100% {
      transform: translate(-1120px);
    }
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .scene-wrapper {
    padding-top: 16px;
  }

  .scene-wrapper .scene-box {
    position: relative;
    padding: 24px 0;
  }

  .scene-wrapper .scene-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1520px;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 28px;
    transform: translateX(-50%);
    z-index: -1;
  }

  .scene-wrapper .scene-line {
    display: block;
    width: 720px;
    height: 1440px;
    position: absolute;
    top: 264px;
    left: 0px;
  }

  .scene-wrapper .scene-item {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    background-color: unset;
    height: 480px;
  }

  .scene-wrapper .scene-item + .scene-item {
    margin-top: 0;
  }

  .scene-wrapper .scene-content {
    flex: 1;
  }

  .scene-wrapper .scene-img {
    width: 280px;
    margin-top: 0;
    margin-right: 24px;
  }

  .scene-wrapper .scene-item:nth-child(even) {
    flex-direction: row;
  }

  .scene-wrapper .scene-item:nth-child(even) .scene-img {
    margin-left: 24px;
    margin-right: 0;
  }

  .scene-wrapper .scene-content ul {
    margin-top: 24px;
  }

  .scene-wrapper .scene-content ul li + li {
    margin-top: 16px;
  }

  .scene-wrapper .scene-content h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .scene-wrapper .scene-content ul li h4 > span,
  .scene-wrapper .scene-content ul li h4 > span::before,
  .scene-wrapper .scene-content ul li h4 > span::after {
    width: 20px;
    height: 20px;
  }

  .scene-wrapper .scene-content ul li h4 {
    font-size: 18px;
  }

  .scene-wrapper .scene-content ul li p {
    margin-top: 8px;
    padding-left: 28px;
  }

  section {
    padding: 64px 0;
  }

  .service-wrapper .service-item {
    flex-direction: row;
    align-items: center;
  }

  .service-wrapper .service-content {
    margin-top: 0;
    margin-left: 8px;
    font-size: 14px;
    text-align: left;
  }

  .comment-wrapper .swiper-slide {
    width: 560px;
  }

  
.comment-wrapper .comment-item{
  display: flex;
  width: 100%;
}
.comment-wrapper .comment-item_hd{
  flex-shrink: 0;
  width: 40%;
  padding-top: 50%;
}
.comment-wrapper .comment-item_bd>img{
  height: 56px;
}
  .case-wrapper .case-navbar a {
    line-height: 48px;
    margin: 0 32px;
  }

  .case-wrapper .swiper-container {
    margin-top: 40px;
  }

  .case-box .case-item{
    display: flex;
    height: 280px;
  }
  .case-box .case-item_bd {
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: flex-end;
  }
  .case-box .case-content{
    width: 320px;
  }
  .case-box .case-item_ft{
    height: 100%;
    flex: 1;
    position: relative;
  }
  .case-box .case-item_ft::after{
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,.4), rgba(0,0,0,0));
    position: absolute;
    left: 0;
    top: 0;
  }

  .client-wrapper .client-box {
    grid-template-rows: repeat(10, 64px);
    row-gap: 16px;
    column-gap: 16px;
  }

  .index-footer .index-footer-box h2 {
    font-size: 24px;
  }

  .index-footer .index-footer-box p {
    font-size: 14px;
    margin-top: 24px;
  }

  .index-footer .index-footer-box a {
    font-size: 24px;
    margin-top: 32px;
    line-height: 56px;
    padding: 0 32px;
  }

  .footer-wrapper .footer-box {
    column-gap: 24px;
    padding: 56px 0;
  }

  .footer-wrapper .footer-col {
    margin-bottom: 32px;
  }

  .footer-wrapper .footer-col > h4 {
    font-size: 18px;
    padding-bottom: 24px;
  }

  .footer-wrapper .footer-col-content {
    margin-top: 24px;
  }

  .footer-wrapper .footer-col-content > a {
    font-size: 16px;
  }

  .footer-wrapper .footer-col-content a + a {
    margin-top: 16px;
  }

  .footer-wrapper .footer-col-content > h5 {
    font-size: 16px;
  }

  .footer-wrapper .footer-col-content .footer-tel {
    font-size: 24px;
    margin-top: 12px;
  }

  .footer-wrapper .footer-col-content > span,
  .footer-wrapper .footer-col-content .footer-addr {
    margin-top: 8px;
    font-size: 14px;
  }

  .footer-wrapper .footer-qrcode-item {
    font-size: 16px;
  }

  .sidebar-wrapper .sidebar-box {
    right: 24px;
  }

  .sidebar-wrapper .sidebar-item {
    width: 56px;
  }

  /* Page About Start */
  .about-page-bg {
    margin-top: -64px;
  }

  .intro-wrapper .intro-box h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .intro-wrapper .intro-box h2 > img {
    max-width: 320px;
  }

  .process-wrapper .process-box {
    padding: 64px 0;
  }

  .process-wrapper .process-img #process-img-mobile {
    display: none;
  }

  .process-wrapper .process-img #process-img-pc {
    display: block;
  }

  .spirit-wrapper .spirit-box {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
  }

  .spirit-wrapper .spirit-box ul {
    flex-shrink: 0;
    width: 240px;
    padding-left: 32px;
  }

  .spirit-wrapper .spirit-box ul > li {
    background-color: unset;
    border-radius: unset;
    padding: 0;
  }

  .spirit-wrapper .swiper-arrows {
    position: absolute;
    bottom: 0;
    right: 208px;
    transform: translateX(100%);
  }

  .spirit-wrapper .swiper-container {
    flex: 1;
  }

  .spirit-wrapper .spirit-item{
    display: flex;
    padding: 0 12px;
  }
  .spirit-wrapper .spirit-item_hd{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 24px;
  }
  .spirit-wrapper .spirit-item_hd > h3{
    text-align: left;
  }
  .spirit-wrapper .spirit-item_hd > .spirit-img{
    display: block;
  }
  .spirit-wrapper .spirit-item_bd{
    width: 70%;
  }
  .spirit-wrapper .spirit-item_bd.spirit-img{
    padding-top: 70%;
  }

  .honor-wrapper .honor-box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }

  .invest-wrapper .invest-box > ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .invest-wrapper .invest-box > ul > li {
    padding: 0 56px;
    position: relative;
  }

  .invest-wrapper .invest-box > ul > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }

  .invest-wrapper .invest-box > ul > li:last-child::after {
    display: none;
  }

  /* Page About End */

  /* Page Product_ddsy Start */

  .product-nav-wrapper .product-nav a {
    flex-direction: row;
  }

  .product-nav-wrapper .product-nav a > span {
    padding: 12px;
    margin-bottom: 0px;
    margin-right: 12px;
  }

  .product-nav-wrapper .product-nav a > span > img {
    width: 28px;
    height: 28px;
  }

  .product-banner {
    margin-top: 24px;
  }

  .product-box > a {
    width: 25%;
    padding: 0;
  }

  .product-tabs a {
    flex-direction: row;
  }

  .product-tabs a > span {
    margin-bottom: 0px;
    margin-right: 12px;
  }

  .product-tabs a > span > img {
    width: 24px;
    height: 24px;
  }

  .product-box2 {
    padding: 24px;
  }
  .product-box2 .product-box2_lf {
    padding: 24px;
  }
  .product-box2 h2 {
    font-size: 20px;
  }
  .product-box2 p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
  }
  .product-box2 ul {
    margin-top: 8px;
  }
  .product-box2 ul > li {
    line-height: 28px;
    font-size: 14px;
    background-size: 28px 28px;
    padding-left: 40px;
    margin-top: 16px;
  }

  .index-footer-3 .index-footer-box {
    display: flex;
    align-items: center;
    padding: 0 64px;
  }
  .index-footer-3 .index-footer-box > h2 {
    flex: 1;
    text-align: left;
    font-size: 32px;
  }
  .index-footer-3 .index-footer-box > img {
    margin-top: 0;
  }

  .product-box5 > li {
    display: flex;
    align-items: center;
    padding: 16px;
  }
  .product-box5 > li > img {
    margin-right: 16px;
  }

  .product-box6 {
    display: flex;
    justify-content: space-between;
  }
  .product-box6 > li {
    flex-direction: column;
    width: 200px;
  }
  .product-box6 > li + li {
    margin-top: 0;
  }
  .product-box6 > li > img {
    width: 100%;
    height: 150px;
  }
  .product-box6 > li > p {
    padding: 24px 24px 32px;
  }
  .product-box6 > li > p > span {
    font-size: 18px;
  }
  .product-box6 > li > p > span + span {
    margin-top: 16px;
  }

  .product-box7 {
    display: flex;
    justify-content: space-between;
  }
  .product-box7 > li {
    width: 200px;
  }
  .product-box7 > li + li {
    margin-top: 0;
  }
  .product-box8 > li {
    width: 25%;
  }
  .banner-wrapper-2 .banner-box {
    position: relative;
  }
  .banner-wrapper-2 .banner-content {
    text-align: left;
  }
  .banner-wrapper-2 .banner-img {
    margin-top: 0;
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .banner-wrapper-2 .banner-content > p {
    font-size: 18px;
  }
  .banner-wrapper-2 .banner-content > h1 {
    font-size: 40px;
  }
  /* Page Product_ddsy End */

  /* Page Service Start */
  .service-content-1 {
    position: relative;
    margin: -56px 24px 0;
    border-radius: 20px;
    z-index: 10;
  }
  .service-content-1 .service-box > li {
    width: 25%;
    padding: 0 16px;
  }
  .service-content-4 .service-box {
    margin-bottom: 24px;
  }
  .service-content-4 .service-box > li {
    width: 30%;
  }

  .service-content-7 .service-item_bd {
    padding: 0 24px 32px;
  }
  /* Page Service End */

  /* Page Partners Start */

.partners-content-2 .partners-box>li{
  width: 25%;
}
.partners-content-3 .partners-box>li{
  width: 25%;
  margin-bottom: 0;
  padding: 0 8px;
}

.partners-content-4 .partners-box>li{
  width: 33.33%;
  margin-bottom: 0;
  padding: 8px;
}
.partners-content-5 .partners-item{
  padding: 16px 64px;
  display: flex;
  height: 280px;
}
.partners-content-5 .partners-item_hd{
  width: 200px;
}
.partners-content-5 .partners-item_hd>img{
  margin-bottom: 24px;
}
.partners-content-5 .partners-item_bd{
  height: 100%;
  flex: 1;
  margin-top: 0;
  margin-left: 16px;
}
.partners-content-5 .partners-item_bd>p{
  font-size: 16px;
}
/* Page Partners End */
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 0 32px;
  }

  header {
    height: 72px;
  }

  .header-fixed header {
    background-color: transparent;
  }

  .header-fixed header.sticky {
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.02);
  }

  .header-wrapper {
    justify-content: flex-start;
    box-shadow: unset;
  }

  .login-wrapper {
    right: 32px;
  }

  .header-wrapper .burger {
    display: none;
  }

  .header-wrapper nav {
    position: relative;
    width: auto;
    height: 100%;
    transform: scale(1);
    flex-direction: row;
    background-color: transparent;
    padding: 0;
    top: 0;
    margin: 0 64px;
  }

  .header-wrapper nav > a {
    line-height: 72px;
    border-bottom: 3px solid transparent;
    color: var(--text-color-dark);
    font-weight: normal;
    padding: 0 24px;
  }

  .header-wrapper nav > a.active {
    font-weight: bold;
  }

  .login-wrapper .login-btn {
    line-height: 38px;
    padding: 0 24px;
  }

  .banner-wrapper {
    margin-top: 72px;
  }

  .banner-wrapper .banner-bg {
    height: 536px;
  }
  .banner-wrapper .banner-box > img {
    max-width: 344px;
  }
  .banner-wrapper .banner-box > a {
    padding: 0 32px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 24px;
    margin-top: 32px;
  }
  .banner-wrapper .banner-content > p {
    font-size: 28px;
  }
  .banner-wrapper .banner-content > h1 {
    font-size: 48px;
  }
  .banner-wrapper .banner-content > a {
    padding: 0 32px;
    font-size: 20px;
    line-height: 48px;
  }

  .header-fixed .banner-wrapper {
    margin-top: 0;
  }

  .automove-wrapper .automove-box {
    padding: 40px 0;
  }

  .automove-wrapper .automove-box img {
    width: 100px;
    height: 50px;
    margin: 0 32px;
  }

  @keyframes automove {
    100% {
      transform: translate(-1640px);
    }
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .scene-wrapper {
    padding-top: 24px;
  }

  .scene-wrapper .scene-box {
    border-radius: 24px;
    padding: 48px 0;
  }

  .scene-wrapper .scene-line {
    width: 960px;
    height: 1920px;
    top: 368px;
  }

  .scene-wrapper .scene-item {
    padding: 48px 0;
    height: 640px;
  }

  .scene-wrapper .scene-img {
    width: 480px;
    margin-right: 48px;
  }

  .scene-wrapper .scene-item:nth-child(even) .scene-img {
    margin-left: 48px;
  }

  .scene-wrapper .scene-content ul {
    margin-top: 48px;
  }

  .scene-wrapper .scene-content ul li + li {
    margin-top: 48px;
  }

  .scene-wrapper .scene-content h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .scene-wrapper .scene-content ul li h4 > span,
  .scene-wrapper .scene-content ul li h4 > span::before,
  .scene-wrapper .scene-content ul li h4 > span::after {
    width: 24px;
    height: 24px;
  }

  .scene-wrapper .scene-content ul li h4 {
    font-size: 22px;
  }

  .scene-wrapper .scene-content ul li p {
    margin-top: 12px;
    padding-left: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  section {
    padding: 80px 0;
  }

  .service-wrapper .service-box {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-wrapper .service-qrcode {
    grid-column: 3 / span 2;
    grid-row: 6 / span 2;
    padding: 0 48px;
  }
  .service-wrapper .service-qrcode .service-content > h3 {
    font-size: 28px;
  }
  .service-wrapper .service-qrcode .service-content > p {
    font-size: 18px;
  }

  .service-wrapper .service-mess {
    font-size: 14px;
    margin: 24px 0;
    text-align: right;
  }

  .comment-wrapper .swiper-slide {
    width: 720px;
  }
  .comment-wrapper .comment-item_bd>img{
    height: 64px;
  }
  .comment-wrapper .comment-item_bd>h3{
    font-size: 24px;
  }
  .comment-wrapper .comment-item_bd>p{
    font-size: 16px;
    line-height: 28px;
    height: 84px;
  }
  
  .comment-wrapper .swiper-arrows{
  width: 56px;
  height: 56px;
}

  .case-wrapper .case-navbar a {
    line-height: 56px;
    margin: 0 48px;
  }

  .case-wrapper .swiper-container {
    margin-top: 56px;
  }
  .case-box .case-item{
    display: flex;
    height: 400px;
  }
  .case-box .case-item_bd {
    padding: 64px 32px;
  }
  .case-box .case-content{
    width: 400px;
  }
  .case-box .case-content>h3{
    font-size: 24px
  }
  .case-box .case-content>p{
    font-size: 18px
  }
  .case-box .case-content>ul{
    font-size: 18px;
  }
  .case-box .case-content>ul>li+li{
    margin-left: 24px;
    padding-left: 24px;
  }
  .case-box .case-content>ul>li>p{
    font-size: 24px;
    margin-top: 16px;
  }
  .case-box .case-content>ul>li>p>span{
    font-size: 18px;
  }

  .client-wrapper .client-box {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 64px);
    row-gap: 24px;
    column-gap: 24px;
  }

  .client-wrapper .client-mess {
    font-size: 14px;
    margin: 24px 0;
    text-align: right;
  }

  .index-footer .index-footer-box h2 {
    font-size: 32px;
  }

  .index-footer .index-footer-box p {
    font-size: 16px;
    margin-top: 32px;
  }

  .index-footer .index-footer-box a {
    font-size: 28px;
    margin-top: 40px;
    line-height: 64px;
    padding: 0 40px;
  }

  .footer-wrapper .footer-box {
    grid-template-columns: 1fr 2fr 2fr 2fr;
    padding: 64px 0;
  }

  .footer-wrapper .footer-col {
    margin-bottom: 0;
  }

  .footer-wrapper .footer-col > h4 {
    font-size: 20px;
  }

  .footer-wrapper .footer-col-content > a {
    font-size: 16px;
  }

  .footer-wrapper .footer-col-content a + a {
    margin-top: 24px;
  }

  .footer-wrapper .footer-col-content .footer-tel {
    margin-top: 16px;
  }

  .footer-wrapper .footer-col-content > span,
  .footer-wrapper .footer-col-content .footer-addr {
    font-size: 16px;
  }

  .footer-wrapper .footer-col-content > a > img {
    width: 48px;
    height: 48px;
  }

  .footer-wrapper .footer-qrcode-item > img {
    margin-top: 16px;
  }

  .footer-wrapper .footer-qrcode-item > span {
    margin-top: 16px;
  }

  .footer-wrapper .footer-bar {
    font-size: 16px;
    line-height: 24px;
    padding: 24px 0;
  }

  .modal-wrapper#modal-qrcode {
    display: none;
  }

  .sidebar-wrapper .sidebar-box {
    right: 32px;
  }

  .sidebar-wrapper .sidebar-item {
    width: 64px;
  }
  .sidebar-wrapper .sidebar-qrcode {
    display: block;
    position: absolute;
    top: 0;
    left: -216px;
    width: 200px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    box-shadow: 0 0 8px rgba(224, 170, 95, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .sidebar-wrapper .sidebar-qrcode::after {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 48px;
    right: -16px;
    transform: translateY(-50%);
  }
  .sidebar-wrapper #sidebar-wechat:hover .sidebar-qrcode {
    visibility: visible;
    opacity: 1;
  }
  .sidebar-wrapper .sidebar-qrcode > h2 {
    color: var(--primary-color);
    font-size: 18px;
  }
  .sidebar-wrapper .sidebar-qrcode > img {
    margin-top: 8px;
  }
  .sidebar-wrapper .sidebar-qrcode > span {
    color: var(--text-color-gray);
    font-size: 14px;
    margin-top: 8px;
  }

  /* Page About Start */

  .about-page-bg {
    margin-top: -80px;
  }

  .intro-wrapper .intro-box {
    max-width: 768px;
  }

  .process-wrapper .process-box {
    padding: 80px 0;
  }

  .spirit-wrapper .spirit-box ul {
    width: 320px;
    padding-left: 40px;
  }

  .spirit-wrapper .spirit-box ul > li {
    margin-bottom: 24px;
  }

  .spirit-wrapper .spirit-box ul > li > img {
    width: 40px;
    height: 40px;
  }

  .spirit-wrapper .spirit-box ul > li h4 {
    font-size: 16px;
  }

  .spirit-wrapper .spirit-box ul > li p {
    font-size: 14px;
  }

  .spirit-wrapper .swiper-arrows {
    right: 280px;
  }

  .honor-wrapper .honor-box {
    grid-template-columns: repeat(8, 1fr);
  }

  /* Page About End */

  /* Page Product_ddsy Start */

  .product-nav-wrapper {
    padding-top: 48px;
  }

  .product-nav-wrapper .product-nav {
    top: -48px;
    height: 96px;
    border-radius: 20px;
  }

  .product-nav-wrapper .product-nav a > span {
    padding: 16px;
    margin-right: 16px;
  }

  .product-nav-wrapper .product-nav a > span > img {
    width: 32px;
    height: 32px;
  }
  .product-nav-wrapper .product-nav a > p {
    font-size: 18px;
  }
  .product-nav-wrapper .product-nav a.active::after {
    border-radius: 24px;
  }

  .product-banner {
    margin-top: 28px;
  }
  .section2 .section-desc {
    font-size: 18px;
    margin-top: 12px;
  }
  .product-box > a .product-img {
    width: 200px;
    height: 112px;
  }
  .product-box > a > h3 {
    font-size: 18px;
    margin-top: 16px;
  }
  .product-box > a > p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 12px;
  }
  .product-tabs {
    height: 96px;
  }
  .product-tabs a {
    font-size: 18px;
  }
  .product-tabs a > span {
    margin-right: 16px;
  }

  .product-tabs a > span > img {
    width: 32px;
    height: 32px;
  }
  .product-box2 {
    display: flex;
    align-items: center;
    height: 360px;
  }
  .product-box2 .product-box2_lf {
    flex-shrink: 0;
    width: 368px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-box2 .product-box2_rt {
    flex: 1;
  }
  .product-box2 h2 {
    font-size: 20px;
  }
  .product-box2 p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
  }
  .product-box2 ul > li {
    line-height: 28px;
    font-size: 14px;
    background-size: 28px 28px;
    padding-left: 40px;
  }

  .product-box3 {
    display: flex;
    align-items: center;
  }
  .product-tabs2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-tabs2 a {
    padding: 16px 40px;
  }
  .product-tabs2 a > h3 {
    font-size: 18px;
  }
  .product-tabs2 a > p {
    font-size: 14px;
    line-height: 22px;
  }
  .product-box3 .product-swiper {
    width: 600px;
    height: 300px;
    margin-top: 0;
    margin-left: 24px;
  }
  .index-footer-3 .index-footer-box {
    padding: 0 100px;
  }
  .index-footer-3 .index-footer-box > h2 {
    font-size: 48px;
  }

  .product-box4 {
    display: flex;
    align-items: center;
    width: 800px;
    margin: 0 auto;
  }
  .product-box4 > ul {
    flex-shrink: 0;
    width: 280px;
  }
  .product-box4 > ul > li + li {
    margin-top: 24px;
  }
  .product-box4 > ul > li > h3 {
    font-size: 22px;
  }
  .product-box4 > ul > li > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-box4 > img {
    margin-top: 0;
  }
  .product-box5 {
    max-width: 800px;
    margin: 0 auto;
  }
  .product-box5 > li {
    padding: 16px 40px;
  }
  .product-box5 > li img {
    width: 100px;
    height: 100px;
  }
  .product-box5 > li h3 {
    font-size: 22px;
  }
  .product-box6 {
    max-width: 960px;
    margin: 0 auto;
  }
  .product-box6 > li {
    width: 268px;
  }
  .product-box6 > li > img {
    height: 200px;
  }
  .product-box6 > li > p > span {
    font-size: 22px;
  }
  .product-box7,
  .product-box8 {
    max-width: 960px;
    margin: 0 auto;
  }
  .product-box7 > li {
    width: 268px;
  }
  .product-box8 > li > img {
    width: 120px;
    height: 120px;
  }
  .product-box8 > li > h3 {
    font-size: 22px;
    margin-top: 24px;
  }
  .product-box8 > li > p {
    font-size: 14px;
  }
  .banner-wrapper-2 {
    margin-top: 72px;
    padding: 160px 0;
  }
  .banner-wrapper-2 .banner-content > p {
    font-size: 24px;
  }
  .banner-wrapper-2 .banner-content > h1 {
    font-size: 56px;
  }
  .banner-wrapper-2 .banner-content > a {
    font-size: 18px;
    line-height: 48px;
    margin-top: 24px;
    padding: 0 32px;
  }

  /* Page Product_ddsy End */

  /* Page Service Start */
  .service-content-1 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .service-content-1 .service-box > li {
   padding: 0 24px;
  }
  .service-content-1 .service-box > li > img{
    width: 88px;
    height: 88px;
  }
  .service-content-1 .service-box > li > h3{
    font-size: 18px;
  }
  .service-content-4 .service-box > li > p{
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px;
  }
  .service-content-4 .service-box > li {
    width: 18%;
  }
  .service-content-4 .service-box > li > h3{
    font-size: 18px;
  }

  .service-content-7 .service-box > li {
    width: 280px;
    padding: 0 16px;
  }
  @keyframes serviceMove {
    100% {
      transform: translate(-1680px);
    }
  }
  /* Page Service End */

  /* Page Partners Start */
  .partners-content-2 .partners-item{
    padding: 32px 8px;
  }
  .partners-content-2 .partners-item>img{
    width: 120px;
  }
  .partners-content-2 .partners-item>h3{
    font-size: 18px;
  }
  .partners-content-2 .partners-item>p {
    font-size: 14px;
    margin-top: 16px;
}
.partners-content-3 .partners-item>h3{
  font-size: 18px;
}
.partners-content-3 .partners-item>p{
  font-size: 14px;
}
.partners-content-4 .partners-box{
  justify-content: center;
}
.partners-content-4 .partners-box>li{
  width: 320px;
  padding: 16px 24px;
}
.partners-content-4 .partners-item_bd>h3{
  font-size: 18px;
}

.partners-content-5 .partners-item{
  padding: 16px 80px;
  height: 320px;
}
.partners-content-5 .partners-item_hd{
  width: 280px;
}
.partners-content-5 .partners-item_bd{
  margin-left: 32px;
}
.partners-content-5 .partners-item_bd>p{
  font-size: 18px;
}
.partners-box .swiper-arrows{
  width: 56px;
  height: 56px;
}
/* Page Partners End */
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 40px;
  }

  .login-wrapper {
    right: 40px;
  }

  .banner-wrapper .banner-bg {
    height: 668px;
  }
  .banner-wrapper .banner-box > img {
    max-width: 424px;
  }
  .banner-wrapper .banner-box > a {
    padding: 0 40px;
    font-size: 18px;
    line-height: 56px;
    border-radius: 28px;
    margin-top: 40px;
  }
  .banner-wrapper .banner-content > p {
    font-size: 32px;
  }
  .banner-wrapper .banner-content > h1 {
    font-size: 64px;
  }
  .banner-wrapper .banner-content > a {
    padding: 0 40px;
    font-size: 24px;
    line-height: 56px;
  }

  .automove-wrapper .automove-box {
    padding: 48px 0;
  }
  .automove-wrapper .automove-box img {
    width: 144px;
    height: 72px;
    margin: 0 40px;
  }

  @keyframes automove {
    100% {
      transform: translate(-2240px);
    }
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 56px;
  }

  .scene-wrapper {
    padding-top: 48px;
  }

  .scene-wrapper .scene-box {
    padding: 64px 0;
  }

  .scene-wrapper .scene-line {
    width: 1200px;
    height: 2400px;
    top: 464px;
  }

  .scene-wrapper .scene-item {
    height: 800px;
    padding: 0;
  }

  .scene-wrapper .scene-img {
    width: 640px;
    margin-right: 64px;
  }

  .scene-wrapper .scene-item:nth-child(even) .scene-img {
    margin-left: 64px;
  }

  .scene-wrapper .scene-content ul {
    margin-top: 64px;
  }

  .scene-wrapper .scene-content ul li + li {
    margin-top: 64px;
  }

  .scene-wrapper .scene-content h3 {
    font-size: 32px;
  }

  .scene-wrapper .scene-content ul li h4 > span,
  .scene-wrapper .scene-content ul li h4 > span::before,
  .scene-wrapper .scene-content ul li h4 > span::after {
    width: 28px;
    height: 28px;
  }

  .scene-wrapper .scene-content ul li h4 {
    font-size: 24px;
  }

  .scene-wrapper .scene-content ul li p {
    margin-top: 16px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  section {
    padding: 120px 0;
  }

  .service-wrapper .service-box {
    grid-template-columns: repeat(5, 1fr);
  }

  .service-wrapper .service-qrcode {
    grid-column: 4 / span 2;
    grid-row: 4 / span 3;
  }

  .comment-wrapper .swiper-slide {
    width: 960px;
  }
  
  .comment-wrapper .comment-item_bd>img{
    height: 88px;
  }
  .comment-wrapper .comment-item_bd>h3{
    font-size: 28px;
  }
  .comment-wrapper .comment-item_bd>p{
    font-size: 18px;
    line-height: 32px;
    height: 96px;
  }
  .comment-wrapper .swiper-arrows{
    width: 64px;
    height: 64px;
  }

  .case-wrapper .case-navbar a {
    line-height: 64px;
    margin: 0 64px;
  }

  .case-wrapper .swiper-container {
    margin-top: 64px;
  }
  
  .case-box .case-item{
    height: 480px;
  }
  .case-box .case-item_bd {
    padding: 72px;
  }
  .case-box .case-content{
    width: 480px;
  }
  .case-box .case-content>h3{
    font-size: 32px
  }
  .case-box .case-content>p{
    font-size: 22px
  }
  .case-box .case-content>ul{
    font-size: 22px;
  }
  .case-box .case-content>ul>li>p{
    font-size: 32px;
  }
  .case-box .case-content>ul>li>p>span{
    font-size: 22px;
  }

  .client-wrapper .client-box {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 64px);
    row-gap: 32px;
    column-gap: 40px;
  }

  .index-footer .index-footer-box h2 {
    font-size: 36px;
  }

  .index-footer .index-footer-box p {
    font-size: 18px;
  }

  .index-footer .index-footer-box a {
    font-size: 32px;
    line-height: 72px;
  }

  .footer-wrapper .footer-box {
    column-gap: 80px;
  }

  .footer-wrapper .footer-col > h4 {
    font-size: 22px;
  }
  .sidebar-wrapper .sidebar-box {
    right: 40px;
  }

  /* Page About Start */

  .about-page-bg {
    margin-top: -120px;
  }

  .intro-wrapper .intro-box {
    max-width: 1024px;
  }

  .process-wrapper .process-box {
    padding: 80px 0;
  }

  .spirit-wrapper .spirit-box ul {
    width: 400px;
    padding-left: 40px;
  }

  .spirit-wrapper .spirit-box ul > li {
    margin-bottom: 32px;
  }

  .spirit-wrapper .spirit-box ul > li > img {
    width: 48px;
    height: 48px;
  }

  .spirit-wrapper .swiper-arrows {
    right: 360px;
  }

  .spirit-wrapper .swiper-arrows > a {
    width: 48px;
    height: 48px;
  }

  .honor-wrapper .honor-box {
    grid-template-columns: repeat(8, 1fr);
  }

  /* Page About End */

  /* Page Product_ddsy Start */

  .product-nav-wrapper {
    padding-top: 56px;
  }

  .product-nav-wrapper .product-nav {
    top: -56px;
    height: 112px;
  }

  .product-nav-wrapper .product-nav a > span > img {
    width: 40px;
    height: 40px;
  }
  .product-nav-wrapper .product-nav a > p {
    font-size: 22px;
  }

  .product-banner {
    margin-top: 32px;
  }
  .product-box > a .product-img {
    width: 264px;
    height: 136px;
  }
  .product-box > a > h3 {
    font-size: 22px;
    margin-top: 24px;
  }
  .product-tabs a {
    font-size: 22px;
  }
  .product-box2 {
    height: 400px;
    padding: 32px;
  }
  .product-box2 .product-box2_lf {
    width: 384px;
    padding: 32px;
  }
  .product-box2 h2 {
    font-size: 22px;
  }

  .product-box3 {
    padding: 0 80px;
  }
  .product-tabs2 {
    min-width: 400px;
  }
  .product-box3 .product-swiper {
    width: 720px;
    height: 360px;
  }

  .index-footer-3 .index-footer-box {
    padding: 0 160px;
  }

  .index-footer-3 .index-footer-box > h2 {
    font-size: 56px;
  }
  .banner-wrapper-2 .banner-content > p {
    font-size: 32px;
  }
  .banner-wrapper-2 .banner-content > h1 {
    font-size: 64px;
  }
  .banner-wrapper-2 .banner-content > a {
    font-size: 24px;
    line-height: 56px;
    margin-top: 32px;
    padding: 0 40px;
  }

  /* Page Product_ddsy End */

  /* Page Service Start */
  .service-content-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
  }
  .service-content-1 .service-box > li {
   padding: 0 24px;
  }
  .service-content-1 .service-box > li > h3{
    font-size: 22px;
  }
  .service-content-4 .service-box > li{
    padding: 40px 24px;
  }
  .service-content-4 .service-box > li > h3{
    font-size: 22px;
  }
  .service-content-4 .service-box > li > p{
    margin-top: 24px;
  }
  /* Page Service End */

  /* Page Partners Start */
  .partners-content-2 .partners-item{
    padding: 40px 8px;
  }
  .partners-content-2 .partners-item>img{
    width: 144px;
  }
  .partners-content-2 .partners-item>h3{
    font-size: 22px;
  }
  .partners-content-2 .partners-item>p {
    margin-top: 24px;
}
.partners-content-3 .partners-item>h3{
  font-size: 22px;
}
.partners-content-3 .partners-item>p{
  font-size: 14px;
}
.partners-content-4 .partners-box>li{
  width: 360px;
  padding: 16px 32px;
}
.partners-content-4 .partners-item_bd>h3{
  font-size: 22px;
}
.partners-content-5 .partners-item_hd{
  width: 320px;
}
.partners-content-5 .partners-item_bd{
  margin-left: 40px;
}
.partners-content-5 .partners-item_bd>p{
  font-size: 22px;
}

.partners-box .swiper-arrows{
  width: 64px;
  height: 64px;
}
/* Page Partners End */
  
}
