/* @media screen and (max-height:1000px) { */
@media screen and (min-width:1280px) and (min-aspect-ratio: 16/9) {

  .home7 .info {
    margin: 0.562vw 0;
  }

  .home7 .form2 .ev textarea {
    height: 6.604vw;
  }

  .home7 .form2 .sec {
    gap: 0.6vw;
  }

  .foot-copy {
    padding: 1.2vw 12.291vw;
  }
}

@media screen and (max-height:900px) {
  .home-wrap {
    height: auto;
    max-height: 98%;
    min-height: calc(100% - 9.479vw);
  }
}

/* -----------------------------------------注释-------------------------------------- */
@media screen and (max-width:1270px) {
  :root {
    --head: 42px;
    --color: #009900;
  }

  .co-w {
    color: #fff;
  }

  .co-m {
    color: var(--color);
  }

  .co-h {
    color: #C5C5C9;
  }

  .head-zhanwei {
    height: var(--head);
  }

  #svgbox {
    display: none;
  }

  .svgTransiton * {
    transition: all ease .3s;
  }

  svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transition: all ease .3s;
    cursor: pointer;
  }

  .C-btn.theme1 {
    --svgColor: var(--color);
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  header .menu {
    position: fixed;
    left: -100%;
    top: var(--head);
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 40;
    padding: 24px 18px;
    color: #333;
  }

  header.open .menu {
    left: 0;
    opacity: 1;
  }

  header .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    transition: all ease .3s;
    width: 100%;
    height: var(--head);
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }

  /* .isback .head1 {
    opacity: 0;
    pointer-events: none;
  } */

  .scroll .head1 {
    /* background: rgba(0, 0, 0, 0.1); */
    backdrop-filter: none;
  }

  .head1 .logo {
    width: 172px;
  }

  .head1 .menu {
    gap: 24px;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    display: block;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    transition: all ease 0.1s;
  }

  .head1 .C-btn2 {
    margin-top: 14px;
  }

  .C-btn2 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #000;
    padding: 6px 14px;
    gap: 6px;
    color: #fff;
  }

  .C-btn2:hover {
    background: var(--color);
  }

  .C-btn2 .icon {
    width: 8px;
  }

  /* -----------------------------------------首页-------------------------------------- */

  .fullScreen {
    width: 100%;
    height: auto;
    user-select: none;
  }

  .fullScreen>.swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
    transform: none;
  }

  .slide-section {
    height: auto;
  }

  .home-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    min-height: 0;
    max-height: none;
  }

  .home1 {
    padding: var(--head) 10% 48px;
  }

  .home1 .C-list1 {
    font-size: 12px;
    margin-top: 1em;
  }

  .home1 .C-list1 .icon {
    width: 4px;
  }

  .C-list1 .icon {
    width: 8px;
  }

  .home1 video {
    width: 100%;
    height: 442px;
    margin-top: 37px;
    object-fit: cover;
    aspect-ratio: 21/26;
  }

  .home2 .home-wrap {
    position: relative;
    padding: 0 5%;
  }

  .home2 .bg {
    width: 100%;
    height: auto;
    flex: none;
    margin: 0;
  }

  .home2 .bg video {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home2 .home-wrap .sec {
    padding: 0 0 18px;
  }

  .home2 .home-wrap .sec .t1 {
    font-size: 18px;
  }

  .home2 .home-wrap .sec .t2 {
    font-size: 18px;
  }

  .home2 .C-list1 .ev {
    margin-bottom: 10px;
  }

  .home2 .C-list1 {
    margin: 15px 0;
  }

  .C-list1 .ev {
    margin-bottom: 24px;
    cursor: pointer;
    transition: all ease .3s;
  }

  .C-list1 .ev p {
    flex: 1;
    margin-left: 6px;
  }

  .home3 .t1 {
    text-align: right;
    margin-top: 3px;
  }

  #home3-1 {
    margin-bottom: 12px;
  }

  .home3 .SmallSwiper {
    width: 100%;
  }

  .SmallSwiper .swiper-pagination {
    opacity: 0;
  }

  .SmallSwiper .swiper-pagination-bullet {
    --swiper-theme-color: var(--color);
  }

  .SmallSwiper:hover .swiper-pagination {
    opacity: 1;
  }

  .SmallSwiper .swiper-slide {
    height: auto;
  }

  .SmallSwiper .swiper-slide .pic {
    height: 100%;
  }

  .SmallSwiper .swiper-slide .pic img {
    height: 100%;
    object-fit: cover;
  }

  .SmallSwiper iframe {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
  }

  .home3 {
    padding: 42px 18px 40px;
  }

  .home3-row {
    position: relative;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }

  .home3 .sbtn1 {
    display: none;
    margin: 0 14px;
  }

  .sbtn1 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .sbtn1.swiper-button-disabled {
    opacity: 0.2;
  }

  .home4 {
    padding: 0 18px;
  }

  .home4 .zuo {
    width: 100%;
    min-height: 312px;
    height: auto;
    margin-right: 0;
    margin-bottom: 25px;
    order: 2;
    aspect-ratio: 1/1;
  }

  .home4 .zuo .SmallSwiper {
    height: 100%;
  }

  .home4 .you {
    height: auto;
    flex: none;
    width: 100%;
    flex-direction: column-reverse;
  }

  .home4 .C-list1 {
    margin-bottom: 27px;
  }

  .home4 .C-list1 .ev {
    margin-bottom: 12px;
  }

  .home4 .C-list1 .ev p {
    margin-left: 6px;
  }

  .home4 .sec2 {
    margin-top: auto;
    margin-bottom: 25px;
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }

  .home4 .sec2 .SmallSwiper {
    width: calc(50% - 12px);
    margin: 0;
  }

  .home4 .C-tabs {
    margin: 40px 0 0 0;
    width: 100%;
  }

  .home5 {
    padding: 0 18px 40px;
  }

  .home5 .sec1 {
    position: relative;
    padding: 0;
    display: none;
    opacity: 0;
    margin-top: 24px;
  }

  .home5 .tab-content {
    width: 100%;
  }

  .home5 .tab-content .sec1.on {
    display: block;
    animation: fadeInUp 0.8s forwards;
  }

  .home5 .swiper {
    width: 100%;
    margin: 0;
  }

  .home5 .swiper-slide {
    width: 239px;
    position: relative;
  }

  .home5 .swiper-slide .intr {
    padding: 0 44px 14px 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 11.66%, rgba(0, 0, 0, 0.75) 100%);
  }

  .home5 .swiper-slide .intr .t1 {
    margin-top: auto;
    margin-bottom: 6px;
  }

  .home5 .C-tabs::before {
    display: none;
  }

  .C-tabs {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
  }

  .C-tabs::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    background: url('/img/icon-list.svg') no-repeat center/contain;
  }

  .C-tabs a:hover {
    color: var(--color);
  }

  .C-tabs a:not(:last-child):after {
    content: '|';
    margin: 0 0.5em;
    color: #000;
  }

  .home5 .sbtn1 {
    display: none;
  }

  .home6 {
    padding: 0 18px 40px;
  }

  .home6 .zuo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home6 .you {
    width: 100%;
    margin-top: 76px;
  }

  .home6 .you .t1 {
    margin-bottom: 14px;
  }

  .home6 .you .t2 {
    font-size: 14px;
  }

  .home7 {
    padding: 0 18px;
  }

  .home7 .zuo {
    width: 100%;
    height: 158px;
  }

  .home7 .you {
    width: 100%;
    margin: 23px 0 0;
  }

  .home7 .form1 input {
    width: 300px;
    height: 28px;
    margin: 0 auto;
    border-bottom: 1px dashed #000;
  }

  .home7 .form1 .C-btn1 {
    margin-top: 17px;
  }

  .C-btn1 {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: all ease .3s;
  }

  .C-btn1:hover {
    background: var(--color);
  }

  .home7 .form2 {
    margin-top: 30px;
  }

  .home7 .form2 .sec {
    margin: 20px 0 18px;
    gap: 11px;
    font-size: 14px;
  }

  .home7 .form2 .size1 {
    width: calc(50% - 6px)
  }

  .home7 .form2 .size2 {
    width: 100%;
  }

  .home7 .form2 .ev {
    display: flex;
    flex-wrap: wrap;
  }

  .home7 .form2 .ev input {
    flex: 1;
    margin-left: 3px;
    height: 1em;
    padding: 0 5px;
    border-bottom: 1px dashed #000;
  }

  .home7 .form2 .check .name::after {
    content: '*';
  }

  .home7 .form2 .ev textarea {
    border: 1px solid #000;
    background: #FFF;
    height: 96px;
    margin-top: 6px;
    padding: 5px;
  }

  .home7 .info {
    margin: 24px 0 0;
  }

  .home7 .shares {
    gap: 20px;
    margin: 17px 0;
  }

  .home7 .shares .ev {
    width: 28px;
  }

  .home7 .home-wrap {
    padding-bottom: 0;
  }

  .foot-copy {
    position: static;
    left: 50%;
    bottom: 0;
    transform: none;
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid #000;
    font-size: 12px;
  }

  .foot-copy .copy-re {
    color: #707070;
  }

  .foot-copy .copy-re {
    gap: 37px;
  }

  .foot-copy .copy-re a:hover {
    color: var(--color);
  }

  .font-onsite {
    position: relative;
    color: #AFAFAF;
    transition: all ease .3s;
  }

  .font-onsite .sp-words.on {
    color: #000;
  }

  .home3 .btn1 {
    margin: 13px 0 23px;
  }

  .home3 .btn2 {
    margin: 12px 0 0;
  }

  .C-btn3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 1px solid #000;
  }

  .C-btn3:hover {
    border: 1px solid var(--color);
    background: var(--color);
    color: #fff;
  }

  .home4 .t1 {
    text-indent: 1em;
    margin-bottom: 12px;
  }

  .home5 .t1 {
    margin: 34px 0 12px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .nothome .home-wrap {
    width: 95%;
    margin: 0 auto;
    min-height: 90vh;
  }

  body>footer>.foot-copy {
    position: static;
    width: 95%;
    margin: 0 auto;
  }

  .concept1 .bg {}

  .concept1 .bg video {
    height: 294px;
  }

  .pd1 {
    padding: 0 0 100px 0;
  }

  .pd1 .list .item {
    flex: 1;
    height: 385px;
  }

  .pd1 .list .item.on {
    flex: 2;
  }

  .pd1 .list .item .t1 {
    top: 35px;
  }

  .pd2 {
    padding: 0 0 53px 0;
  }

  .pd2 .C-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 43px;
  }

  .pd2 .sbtn1 {
    margin: 0 26px;
  }

  .pd2 a.swiper-slide {
    width: 131px;
  }

  .pd2 .t1 {
    margin-top: 6px;
  }

  .pd2 .groupSwiper {
    padding-bottom: 46px;
  }

  .pd2 .groupSwiper-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
  }

  .pd2 .groupSwiper-pagination .swiper-pagination-bullet::after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .pd2 .groupSwiper-pagination .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%) scale(1);
  }

  .pd3 {
    padding-bottom: 24px;
  }

  .pd3 .zuo {
    width: 100%;
    height: 551px;
    margin: 0 auto 20px;
  }

  .pd3 .zuo iframe {
    width: 100%;
    height: 100%;
  }

  iframe {
    width: 100%;
    height: 100%;
  }

  .pd3 .you {
    width: 100%;
    padding-left: 0;
  }

  .pd3 .you .t1 {
    margin-bottom: 10px;
  }

  .pd3 .you .t2 {
    margin: 20px 0;
    text-align: justify;
  }

  .pd3 .C-list1 .ev {
    margin-bottom: 5px;
  }

  .case1 {
    padding: 0 0 82px 0;
  }

  .case1 .list .item {
    flex: none;
    width: 100%;
    height: 385px;
  }

  .case1 .list .item.on {
    flex: none;
  }

  .case1 .list .item .t1 {
    top: 35px;
  }

  .case2 {
    padding: 0 0 0 0;
  }

  .case2 .C-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 40px;
  }

  .case2 .swiper {
    padding: 54px 0 65px;
  }

  .case2 .swiper-slide {
    width: 80vw;
  }

  .case2 .swiper-slide .t2 {
    margin-bottom: 12px;
    transform: translateY(10px);
  }

  .case2 .swiper-slide .t2 p {
    flex: 1;
  }

  .case2 .swiper-slide .t2 .icon {
    width: 6px;
  }

  .case2 .swiper-slide .bg {
    height: auto;
    display: flex;
    align-items: flex-end;
  }

  .case2 .swiper-slide .bg img {
    height: auto;
  }

  .case2 .swiper-slide.on {
    width: 80vw;
  }

  .case2 .swiper-slide.on .bg img {
    height: auto;
  }

  .case2 .swiper-slide .t2 {
    transform: translateY(0);
    opacity: 1;
  }

  .case2 .swiper-scrollbar {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #000;
    bottom: 34px;
    height: 9px;
  }

  .case2 .swiper-scrollbar-drag {
    border-radius: 13px;
  }

  .case3 {
    padding-bottom: 60px;
    width: 100%;
    margin-left: 0;
  }

  .case3 .t2 {
    width: 100%;
    margin-top: 6px;
  }

  .case3 .t3 {
    margin-top: 15px;
  }

  .case3 .psr {
    width: 100%;
    margin: 39px auto;
  }

  .case3 .sbtn1 {
    margin: 0 39px;
  }

  .case3 .swiper-slide {
    width: 170px;
  }

  .case4 {
    width: 100%;
    margin-left: 0;
  }

  .case4 .sbtn1 {
    margin: 0 23px;
  }

  .case4 .groupSwiper {
    padding: 50px 0 71px;
  }

  .case4 a.swiper-slide {
    width: 130px;
  }

  .about1 {
    width: 100%;
    padding-bottom: 71px;
  }

  .about1 .sbtn1 {
    margin: 0 4px;
  }

  .about1 .sec2 .t1 {
    top: 19px;
    bottom: auto;
    transform: rotate(-90deg) translate(-100%, 10px);
  }

  .about1 .sec2 .t4 {
    width: 100%;
    margin: 47px 12px 0 auto;
  }

  #aboutswiper2 {
    width: 202px;
    height: 270px;
    margin-top: -28px;
  }

  .thg1 {
    padding: 30px 0 63px 0;
  }

  .thg1 .C-list1 .icon {
    display: none;
  }

  .thg1 .list {
    transform: translateY(25px);
    height: auto;
  }

  .thg1 .list .item {
    width: 100%;
    position: static;
    margin-bottom: 50px;
  }

  .thg1 .list .item .t1 {
    /* margin-bottom: 24px; */
  }

  .thg1 .list .item .t3 {
    margin-top: 12px;
  }

  .thg1 .list .item .bg {
    width: 100%;
    height: auto;
    aspect-ratio: 210/281;
  }

  .thg1 .list .item .bg iframe {
    width: 100%;
    height: 100%;
  }

  .thg1 .list .item.right {
    flex-direction: column-reverse;
  }

  .thg1 .list .item .intr {
    width: 100%;
    margin-top: 20px;
  }

  .thg2 {
    padding: 0 0 132px 0;
  }

  .thg2 .k1 {
    margin-bottom: 37px;
  }

  .thg2 .list {
    gap: 100px 0;
  }

  .thg2 .item {
    width: 100%;
  }

  .thg2 .item .bg {
    width: 100%;
    /* height: 281px; */
    height: auto;
    aspect-ratio: 210 / 281;
  }

  .thg2 .item .intr {
    width: 100%;
    margin-top: 22px;
  }

  .thg2 .item .intr .t3 {
    margin-top: 12px;
  }

  .thg2 .item:nth-child(2n) {
    transform: translateY(0);
  }

  .thg3 {
    width: 100%;
    height: 338px;
    margin-bottom: 63px;
  }

  .thg4 {
    padding: 0 0 63px 0;
    align-items: flex-end;
  }

  .thg4 .t2 {
    margin: 29px 0 12px;
  }

  .thg4 .intr {
    width: 100%;
  }

  .thg4 .intr .control {
    margin: 19px 0;
    gap: 24px;
  }

  .thg4 .daSwiper {
    /* width: 219px; */
    /* height: 292px; */
    width: 100%;
    height: auto;
    aspect-ratio: 219/292;
  }

  .thg4 .you {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
  }

  .thg4 .xiaoSwiper {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -999;
    opacity: 0;
    pointer-events: none;
  }

  .thg4 .xiaoSwiper .swiper-slide {
    width: 219px;
    height: auto;
  }

  .dna-spinner {
    display: none;
  }
}

@media screen and (max-width:768px) {}