@charset "UTF-8";

.mb {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 1440px) {
}

@media (max-width: 996px) {
  .mb {
    display: block;
  }

  .pc {
    display: none;
  }

  .h1 {
    font-size: 0.8rem;
  }

  .tit-32,
  .h2-s-b,
  .h2-s-l {
    font-size: 0.65rem;
  }

  .h4-s-b,
  .h4-s-l,
  .h4-b {
    font-size: 0.5rem;
  }

  .pc-header {
    padding: 0 4%;
  }

  .logo svg {
    height: 0.75rem;
  }

  .pc-header .nav-list {
    display: none;
  }

  .pc-header .right-btn .btn .li {
    margin-left: 0.5rem !important;
  }

  .search-box {
    width: 100%;
    padding: 0.5rem 1rem;
    align-items: center;
  }

  .search-box .search-inp {
    height: 1.2rem;
  }

  .search-box .tit-14 {
    padding-left: 0;
  }

  header .hamburger {
    padding: 0;
    height: 52px;
    margin-left: 0rem;
  }

  .hamburger-box {
    width: 20px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  header .hamburger-box {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  header .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
      background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }

  header .hamburger-inner,
  header .hamburger-inner::before,
  header .hamburger-inner::after {
    background: #333;
  }

  header .hamburger-inner,
  header .hamburger-inner::before,
  header .hamburger-inner::after {
    width: 20px;
    height: 2px;
  }

  header .hamburger-inner::before {
    top: -6px;
  }

  header .hamburger-inner::after {
    bottom: -6px;
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  header .warp-nav {
    height: calc(100vh - 1.75rem);
    padding: 0 0 45px;
    position: fixed;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(21px);
    width: 100%;
    left: 0;
    top: 1.75rem;
    z-index: 9999;
    display: none;
  }

  .pc-header {
    /* backdrop-filter: blur(21px); */
  }

  .pc-header .lan .tit .icon2 {
    display: none;
  }

  header .warp-nav .nav {
    font-size: 16px;
    color: #333;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 2rem);
  }

  header .warp-nav .search {
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  }

  header .warp-nav .search .input1 {
    padding: 0 0.5rem;
    height: 40px;
    color: #000;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  header .warp-nav .search .input2 {
    width: 30px;
    height: 30px;
    background: url(../img/search.png) no-repeat center center;
    background-size: 15px 16px;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -15px;
  }

  header .icon.search {
    display: none;
  }

  header .warp-nav .nav .warp-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header .warp-nav .nav .li {
    position: relative;
    width: 100%;
    padding: 0 5%;
  }

  header .warp-nav .nav .tit {
    width: 100%;
    padding: 15px 0;
    line-height: 60px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header .warp-nav .nav .sub-tit {
    display: block;
  }

  header .warp-nav .nav .tit {
    line-height: 1.5;
  }

  header .warp-nav .nav .tit:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 20px;
    background: url(../assets/img/img1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px auto;
    transform: rotate(0);
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
    filter: grayscale(100%) brightness(0%) !important;
  }
  header .warp-nav .nav .tit.on::after {
    transform: rotate(90deg);
  }

  header .warp-nav .nav .sec-list {
    line-height: 40px;
    padding: 0.35rem 0 0.35rem 6%;
    display: none;
    font-size: 14px;
  }

  header .warp-nav .nav .sec-tit {
    font-size: 15px;
    color: #8ebfea;
    position: relative;
    transition: all 0.4s;
    display: block;
  }

  header .warp-nav .nav .sec-list-nav {
    font-size: 13px;
    padding-left: 8px;
    line-height: 30px;
    display: none;
  }

  header .warp-nav .nav .sec-list a {
    color: #000;
    text-transform: capitalize;
  }

  header .warp-nav .nav .sec-list-nav a {
    color: #8ebfea;
  }

  .js-m-2-1 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  }

  .js-m-2-1.animate {
    opacity: 1;
    transform: translate(0, 0);
  }

  .home-a {
    overflow: hidden;
  }

  .footer-top .f-nav {
    display: none;
  }

  .banner-container {
    height: 20rem;
  }

  .banner-container .swiper-slide .txt {
    width: 100%;
    padding: 0 4%;
    left: 0;
    top: 3.775rem;
  }

  .more a {
    padding: 0.1rem 0.5rem;
  }

  .banner-list .line {
    width: 1rem;
  }

  .banner-list .li .col-fff {
    display: none;
  }

  .view {
    padding: 0 4%;
  }

  .banner-list {
    justify-content: center;
  }

  .home-a .home-a-top {
    padding: 1.5rem 0;
    display: block;
  }

  .home-a .home-a-top .l3 {
    transform: translateY(0);
  }

  .home-a-s {
    padding: 1.5rem 0;
  }

  .home-a-s .content {
    margin-top: 0.75rem;
  }

  .home-a-s .content .left .li {
    padding: 1rem 4%;
  }

  .home-b {
    padding: 1.5rem 0;
  }

  .home-b .new-container a {
    width: 100%;
    padding-bottom: 0.75rem;
  }

  .home-c {
    padding: 1.5rem 0;
  }

  .home-c .content {
    display: block;
    margin-top: 0.75rem;
  }

  .home-c .content .left {
    width: 100%;
    display: none;
  }

  .home-c .content .left .img {
    height: 7rem;
  }

  .home-c .content .left .t1 {
    margin-top: 0.5rem;
  }

  .home-c .content .left .time {
    margin-top: 0.5rem;
  }

  .home-c .content .right-box {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }

  .home-c .content .right-box .h-c-container .swiper-slide {
    display: block;
    height: auto;
    margin-bottom: 0.75rem;
  }

  .home-c .content .right-box .h-c-container .swiper-slide .img {
    width: 100%;
    height: 7rem;
    /* display: none; */
  }

  .home-c .content .right-box .h-c-container .swiper-slide .txt {
    width: 100%;
    padding: 0 0;
    margin-top: 0.5rem;
  }

  .home-c .content .right-box .h-c-container .swiper-slide .time {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home-c .content .right-box .h-c-container .swiper-slide .vmore {
    margin-top: 0;
  }

  .home-c .content .right-box .h-c-container {
    padding-right: 0;
    height: 21.425rem;
  }

  .home-d .txt {
    bottom: auto;
    position: relative;
    top: 0;
  }

  .home-d .txt .first {
    padding: 1rem 4%;
  }

  .home-d .list {
    display: block;
    margin-top: 0;
    padding: 0;
  }

  .home-d .list .li {
    display: block;
    padding: 1rem 4%;
    text-align: left;
    border-right: 0;
    border-bottom: 2px solid rgba(251, 249, 250, 0.5);
  }

  .home-d {
    position: relative;
    height: auto;
  }

  .home-d .bg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .home-d .list .li:last-child {
    border-bottom: 0 solid #000;
  }

  .footer-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-top .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-search {
    width: calc(100% - 0.5rem);
    margin-top: 0.75rem;
  }
  .news-info-content .content {
    line-height: 1.8;
  }
  .footer-bot {
    display: block;
    text-align: center;
    padding: 1rem 4%;
  }

  .fxd-nav .li {
    width: 1rem;
    height: 0.95rem;
    margin-bottom: 0.4rem;
  }

  .fxd-nav .li img {
    width: 0.5rem;
  }

  .p-banner .txt {
    width: 100%;
    padding: 0 4%;
    top: 3rem;
  }

  .solutions-a {
    padding: 1.5rem 0;
  }

  .solutions-a .list {
    /* margin-top: 0.75rem; */
    display: block;
    margin-top: 0;
  }

  .solutions-a .list .li {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 1rem;
  }

  .solutions-b-container {
    width: 100%;
    position: relative;
    left: 0;
    bottom: auto;
    height: auto;
  }

  .solutions-b-container .swiper-slide {
    padding: 1rem;
  }

  .solutions-c {
    padding: 1.5rem 0;
  }

  .solutions-c .home-b {
    padding-bottom: 0;
  }

  .solutions-d {
    padding: 1.5rem 0;
  }

  .solutions-d-container .swiper-slide {
    width: 100%;
    display: block;
    height: auto;
  }

  .solutions-d-container .swiper-slide .img {
    width: 100%;
    height: 7rem;
  }

  .solutions-d-container .swiper-slide .txt {
    width: 100%;
    padding: 1rem;
  }

  .solutions-d-container {
    margin-top: 0.75rem;
  }

  .solutions-e {
    padding: 1.5rem 0;
  }

  .contacts-a .t2 {
    margin-top: 0.5rem;
    padding: 0 1rem;
    line-height: 1.3;
  }
  .contacts-a {
    padding-bottom: 0;
  }

  .psc-box {
    padding: 1.5rem 0;
    overflow: hidden;
  }

  .psc-box .li {
    flex-wrap: wrap;
  }

  .slid-box {
    margin-bottom: 0.5rem;
  }

  .psc-box .li .btn {
    padding: 0.15rem 0.5rem;
  }
  .psc-box .submit .btn {
    padding: 0.15rem 1rem;
  }

  .solutions-b {
    overflow: hidden;
  }

  .psc-box .li.li3 .inp-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .psc-box .li {
    margin-bottom: 0.5rem;
  }

  .psc-box .li.li3 .inp-box:last-child {
    margin-bottom: 0;
  }

  .psc-box .li .inp-box .btn-list {
    flex-wrap: wrap;
  }

  .psc-box .li .inp-box .btn-list .btn {
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
  }

  .agree .tit-14 {
    width: 80%;
  }

  .psc-box .submit {
    margin-top: 1rem;
  }

  .psc-box .li.li2 .inp-box {
    width: 100%;
    margin-right: 0;
  }

  .psc-box .li.tps {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 10%);
    display: block;
    width: auto;
  }

  .solutions-f {
    display: block;
  }

  .solutions-f .li {
    width: 100%;
    height: 6rem;
  }

  .solutions-f .li .txt {
    padding-top: 1rem;
  }

  .solutions-f .li .txt .more {
    margin-top: 0.2rem;
  }

  .cases {
    padding: 1rem 4%;
  }

  .cases .case-container .swiper-slide {
    height: auto;
    flex-direction: column-reverse;
    margin-right: 1rem;
  }

  .cases .case-container .swiper-slide .txt {
    width: 100%;
    padding: 1rem 0.5rem;
  }

  .cases .case-container .swiper-slide .img {
    height: 6rem;
  }

  .cases .case-container .swiper-slide .txt .vmore {
    margin: 0 0.2rem;
  }

  .cases .home-b .new-container a {
    margin-bottom: 0.75rem;
  }

  .home-b .new-container a .t {
    margin-top: 0.5rem;
  }

  .main-page .page a {
    margin: 0 0.25rem;
  }

  .news-info {
    padding: 0 4%;
  }

  .news-info-content {
    padding: 1rem;
  }

  .news-info-content .content {
    padding: 1.5rem 0;
  }

  .news-info-content .bot {
    display: block;
  }

  .news-info-content .bot a {
    margin-bottom: 0.5rem;
  }

  .return {
    margin-top: 0.75rem;
  }

  .p-banner .txt .t2 {
    text-align: left;
  }

  .main-nav {
    display: none;
  }

  .product-list {
    margin-top: 0.75rem;
    overflow: auto;
    padding-bottom: 1rem;
  }

  .p-list {
    width: 1680px;
  }

  .product-bot {
    margin-top: 1rem;
    /* display: block; */
  }

  .product-bot .li {
    /* width: 100%; */
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    height: auto;
    padding: 0.75rem 0.5rem;
    text-align: center;
  }
  .product-bot .li .img{
    width: 1rem;
  }

  .product-bot .li .h4-b {
    margin-top: 0.2rem;
  }

  .product-from {
    padding: 0;
    margin-top: 1rem;
  }

  .product-from .psc-box {
    padding: 0 4%;
    padding-bottom: 1rem;
  }

  .psc-box .li.tps {
    margin-top: 1rem;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    height: auto;
  }

  .psc-box .li .btn {
    margin-top: 1rem;
  }

  .plants-a {
    padding: 1.5rem 0;
  }

  .plants-a .t2 {
    text-align: left;
    margin-top: 0.75rem;
  }

  .plants-a .num-list {
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .plants-a .num-list .li {
    padding: 0 0.5rem;
    height: auto;
    margin-bottom: 1rem;
  }

  .plants-a .num-list .li::after {
    display: none;
  }

  .plants-a .num-list .li .num-box .num {
    font-size: 0.7rem;
  }

  .plants-a .num-list .li:last-child {
    margin-bottom: 0;
  }

  .plants-a .img-box {
    margin-top: 1rem;
    display: block;
  }

  .plants-a .img-box .li {
    width: 100%;
    height: 5.5rem;
    margin-bottom: 0.5rem;
  }

  .plants-a .img-box .li:last-child {
    margin-bottom: 0;
  }

  .plants-b {
    padding: 1.5rem 0;
  }

  .plants-b .img-list1 {
    position: relative;
    opacity: 1 !important;
    visibility: inherit !important;
    display: block;
  }
  .plants-b .i-box.on {
    height: auto !important;
  }

  .plants-b .img-list2 {
    display: none !important;
  }
  .plants-b .img-list2.on {
    display: none !important;
  }
  .values-a .t2s {
    font-size: 0.45rem;
    padding: 0 10%;
  }
  .values-a .t2s br {
    display: none;
  }

  .plants-b .i-box {
    height: auto;
  }

  .plants-b .img-list .li.liw50 {
    width: 100%;
  }

  .plants-b .img-list .li {
    width: 100%;
    /* height: 5.5rem; */
  }
  .values-b-container {
    overflow: hidden;
  }
  .values,
  .contacts-b {
    overflow: hidden;
  }
  .values-a {
    padding: 1.5rem 0 3rem;
  }
  .values-b {
    overflow: hidden;
  }

  .values-a .title2 {
    margin-top: 1rem;
  }

  .values-b {
    padding: 1.5rem 0;
    padding-top: 0;
  }

  .values-b .ajax-list {
    padding: 0 4%;
  }

  .values-b .table-list {
    margin-top: 1rem;
  }

  .table-list {
    justify-content: flex-start;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 0.2rem;
  }

  .values-a-container .swiper-slide.on {
    width: 100%;
  }

  .values-a-container .swiper-slide {
    width: 100%;
  }

  .table-list .btn {
    padding: 0.2rem 0.75rem;
    margin: 0 0.15rem;
  }

  .values-b-container .swiper-slide {
    width: 100%;
  }

  .values-b-container {
    margin-top: 1rem;
  }

  .contacts-a {
    padding: 1.5rem 0 0;
  }

  .contacts-b {
    padding: 1.5rem 0;
  }

  .con-table {
    margin-top: 0;
    justify-content: flex-start;
    white-space: nowrap;
    /* overflow: auto; */
    padding: 1.5rem 0;
  }
  .con-table .li.on {
    transform: scale(1);
  }
  .con-table .li {
    width: auto;
    height: auto;
    padding: 0.1rem 0.5rem;
    margin: 0 0.2rem;
  }
  .contacts-b .cont-list .li {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .contacts-b .cont-list .li:nth-child(3n) .line .mc {
    display: block;
  }
  .careers-a {
    padding: 1.5rem 0;
  }
  .careers-a-list {
    margin-top: 1rem;
    display: block;
  }
  .careers-a-list .li {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .careers-b {
    padding: 1.5rem 0;
    padding-top: 0;
  }
  .careers-b .list {
    display: block;
    margin-top: 1rem;
  }
  .careers-b .list .li {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.5rem;
  }
  .careers-b .list .li.on {
    width: 100%;
  }
  .careers-b .list .li .box {
    flex-direction: row;
  }
  .careers-b .list .li .box .icon {
    width: 1rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  .careers-b .list .li.on {
    height: 12rem;
  }
  .gover {
    padding: 1.5rem 0;
  }
  .gover .img-list {
    display: block;
    margin-top: 1rem;
  }
  .gover .img-list .li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .pdf-list {
    padding: 0.5rem;
  }
  .pdf-list a {
    padding: 0.4rem 0;
  }
  .reports {
    padding: 1.5rem 0;
  }
  .reports .view {
    display: block;
  }
  .reports .view .right {
    width: 100%;
  }
  .reports .left {
    display: flex;
  }
  .reports .view .left .li {
    margin-right: 0.5rem;
  }
  .reports .view .right .list .li {
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .reports .view .right .list .li:nth-child(3n) {
    margin-right: 0.5rem;
  }
  .reports .view .right .list .li:nth-child(2n) {
    margin-right: 0;
  }
  .reports .view .right .list .li .img {
    height: 6rem;
  }
  .reports .view .right .list .li .title {
    margin-top: 0.5rem;
  }
  .ir-news {
    padding: 1.5rem 0;
  }
  .ir-news .list .li {
    width: 100%;
    margin-right: 0;
    padding: 1rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .ir-news .list .li .vmore {
    margin-top: 1rem;
  }
  .inv {
    padding: 1.5rem 0;
  }
  .inv .list {
    margin-top: 1rem;
    display: block;
  }
  .inv .list .li {
    width: 100%;
    margin-right: 0;
    padding: 1.5rem 0;
    margin-bottom: 0.5rem;
  }
  .mes-box .box {
    width: 94%;
    padding: 1rem;
  }
  .mes-box .box .psc-box .li.li2 .inp-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .psc-box .li.li1 .inp-box .inp {
    width: 100%;
  }
  .psc-box .li.li1 .inp-box {
    margin-right: 0;
  }
  .mes-box .box .psc-box .submit {
    margin-top: 0;
  }
  .psc-box .li .inp-box .btn-list .btn {
    min-width: 3.5rem;
  }
  .psc-box .li .inp-box .btn-list .btn {
    margin-top: 0;
  }
  .protect {
    padding: 1.5rem 0;
  }
  .pdf-list a:last-child {
    border-bottom: 0 solid #000;
  }
  .protect .main-page {
    margin-top: 1rem;
  }
  .sust-banner .content-box {
    padding: 1rem 4%;
    padding-top: 4rem;
    overflow: auto;
  }
  .sust-banner .content-box .list {
    display: block;
  }
  .sust-banner .content-box.on .li {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
  }
  .sust-banner .content-box .li:nth-child(2n) {
    padding: 0;
    border: 0;
    margin: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  .sust-banner .content-box .li .t {
    font-size: 0.4rem;
    margin-top: 0.5rem;
  }
  .suta-a {
    padding: 1.5rem 0;
  }
  .suta-a .t2 {
    margin-top: 0.5rem;
  }
  .suta-a .list {
    margin-top: 1rem;
  }
  .suta-a .list .li {
    height: auto;
  }
  .suta-a .list .li .txt {
    position: relative;
    padding-bottom: 5rem;
  }
  .suta-a .list .li .bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .suta-b {
    padding: 1.5rem 0;
  }
  .suta-b .suta-b-container .swiper-slide {
    height: auto;
    display: block;
  }
  .suta-b .suta-b-container .swiper-slide .txt {
    width: 100%;
    height: auto;
  }
  .suta-b .suta-b-container .swiper-slide .img {
    width: 100%;
    height: 7rem;
  }
  .suta-b .suta-b-container .swiper-slide .txt .t2 {
    margin-top: 1rem;
  }
  .main-prev,
  .main-next {
    /* display: none; */
    height: 0.5rem;
  }
  .suta-d-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .suta-d {
    padding: 1.5rem 4%;
  }
  .suta-c {
    padding: 1.5rem 0;
  }
  .suta-c .list .left {
    display: none;
  }
  .suta-c .list .right {
    width: 100%;
    padding: 0;
  }
  .suta-c .list .right .left {
    display: block;
    height: auto;
  }
  .suta-c .list .right .left .txt {
    align-items: flex-start;
    flex-direction: column;
  }
  .suta-c-container {
    height: auto;
    padding-right: 0;
  }
  .news-content .search-box {
    padding: 0;
  }
  .suta-c .list .right .left .txt .t1 {
    margin-top: 0.5rem;
  }
  .suta-d-container {
    margin-top: 1rem;
  }
  .suta-e {
    padding: 1.5rem 0;
    padding-bottom: 0;
  }
  .suta-e .content {
    margin-top: 1rem;
  }
  .suta-e .content .ajax-box .tit .num {
    font-size: 4.75rem;
  }
  .suta-e .content .ajax-box .tit .tran-middle {
    top: 70%;
  }
  .y-container {
    width: 100%;
    left: 0;
  }
  .news-banner {
    height: auto;
    margin-top: 1.75rem;
  }
  .news-banner .bg {
    height: 7rem;
  }
  .news-banner .swiper-slide .txt {
    padding: 1rem 4%;
    padding-bottom: 3rem;
    position: relative;
    background-color: #fff;
    color: #333;
  }
  .news-banner .main-pagination .swiper-pagination-bullet {
    background-color: #000;
  }
  .main-pagination {
    padding-left: 0;
    margin: 0 0.2rem;
    line-height: 1;
  }
  .news-content {
    padding: 1.5rem 0;
  }
  .news-content .search-box {
    width: 100%;
    padding: 0 4%;
  }
  .news-content .search-box .tit-14 {
    text-align: center !important;
  }
  .n-download .search-box {
    width: 100%;
    padding: 0;
  }
  .con-table .li.on {
    transform: scale(1);
  }
  .news-content .new-list a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .news-content .new-list a .txt .t1 {
    line-height: 1.5;
  }
  .search-content {
    padding: 1.5rem 0;
  }
  .search-content .search-box {
    width: 100%;
    padding: 0 4%;
  }
  .search-content .content .title2 {
    margin-top: 1.5rem;
  }
  .n-list a {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5rem 0;
    flex-direction: column;
  }
  .n-list a .img {
    width: 100%;
    height: 7.125rem;
  }
  .n-list a .txt {
    width: 100%;
    padding-left: 0;
    padding: 0.5rem 0;
  }
  .inv .list .li .vmore {
    width: auto;
  }
  .reports .view .left {
    height: auto;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .p-search {
    width: 4.25rem;
  }

  .inv .t2 br {
    display: none;
  }
  .reports .txts-container {
    width: 100%;
  }
  .reports .txts-container .swiper-slide {
    width: auto;
    margin-right: 1rem;
  }
  .reports .txts-container .swiper-slide.swiper-slide-active {
    color: #c8c8c8;
  }
  .reports .txts-container .swiper-slide.on {
    color: #004eff;
  }
  .banner-container .videoboxs::after {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .banner-container .swiper-slide .bg::after {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .home-a .home-a-top .search-box {
    margin-top: 0.2rem;
  }
  .home-a .l2 {
    margin-top: 1rem;
  }
  .n-login .textbox .li {
    height: 35px;
  }
  .n-login .textbox .li .icon svg {
    width: 22px;
    height: auto;
  }
  .n-login .textbox .li {
    padding: 0 0.5rem;
  }
  .n-login .textbox .submitbtn {
    height: 35px;
  }
  .home-a-s .content .left {
    width: 100%;
    top: 0;
  }
  .home-a-s .content .left .li {
    padding: 0.5rem 4%;
  }
  .home-a-s .content .left .li .t {
    width: 80%;
  }
  .home-a-s .content .left .li::after {
    left: 2%;
    top: 10%;
  }
  .home-b .new-container a .vmore {
    bottom: 1rem;
  }
  .more {
    width: 3.1rem;
  }
  .more a {
    padding: 0 0.5rem;
  }
  .home-d .bglist {
    position: absolute;
  }
  .home-d .list .li {
    width: 100%;
  }
  .right-f-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .shear-list {
    margin-right: 0;
    margin-top: 0.75rem;
    position: relative;
    z-index: 3;
  }
  .shear-list a {
    margin: 0 0.26rem;
  }
  .n-insights2 .li .more {
    margin-top: 0.75rem;
  }
  .n-insights2 .li .tit3 br {
    display: none;
  }
  .news-info-content .mc br {
    display: none;
  }
  .news-info-content .t2 {
    flex-direction: column;
    margin-top: 0.75rem;
  }
  .news-info-content .t2 span {
    opacity: 0;
  }
  .return .tit-14 {
    font-size: 14px;
  }
  .innovation-list1 .txtbox {
    text-align: left;
  }
  .innovation-list1 .txtbox br {
    display: none;
  }
  .y-tableList {
    width: 24.9rem;
  }
  .innovation-list4 .box1 .ova {
    overflow: auto;
    padding-bottom: 1rem;
  }
  .y-tableList .top.top2 .li {
    height: 5.5rem;
  }
  .innovation-list4 .box2 .ova {
    overflow: auto;
    padding-bottom: 1rem;
  }
  .n-ip .contentbox2 .item .text strong {
    font-size: 0.6rem;
  }
  .n-ip .contentbox2 .item .text {
    font-size: 0.45rem;
  }
  .slid-box .box-s {
    line-height: 1rem;
  }
  .psc-box .li .inp-box .inp {
    height: 1rem;
  }
  .solutions-f .li .txt .tit-38 {
    font-size: 0.7rem;
  }
  .solutions-f .li .bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      transparent,
      transparent
    );
  }
  .values-a-container .main-box {
    /* position: absolute;
    bottom: 1rem;
    z-index: 3;
    transform: translateY(0);
    margin-top: 0; */
  }
  .values-a-container .main-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 1.5rem;
  }
  .values-a-container .main-pagination .swiper-pagination-bullet {
    background: #000;
  }
  .values-b-container .main-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 1.5rem;
  }
  .values-b-container .main-pagination .swiper-pagination-bullet {
    background: #000;
  }
  .careers-b .list .li .box {
    justify-content: flex-start;
    padding: 0 0.5rem;
  }
  .careers-b .list .li .hover-box .txt .icon {
    width: 1rem;
  }
  .careers-b .list .li .hover-box .txt .plist {
    margin-top: 0.5rem;
  }
  .mes-box .box .psc-box {
    padding-top: 0.5rem;
  }
  .psc-box .li.li1 .inp-box .inp textarea {
    height: 2rem;
  }
  .psc-box .li .btn {
    margin-right: 0.2rem;
    margin-top: 0.5rem;
  }
  .suta-a {
    padding-bottom: 0rem;
  }
  .suta-b .suta-b-container {
    margin-top: 1rem;
  }
  .suta-b .suta-b-container .swiper-slide .txt .t1 .rob-b {
    font-size: 0.7rem;
  }
  .main-box {
    /* transform: translateY(-0.5rem); */
  }
  .suta-c .list {
    margin-top: 1rem;
  }
  .suta-e .content {
    height: 17rem;
  }
  .suta-e .content .ajax-box {
    top: 2.5rem;
  }
  .n-services .services-list1 .p {
    font-size: 0.45rem;
  }
  .n-services .services-list1 .titbox br {
    display: none;
  }
  .se-y-box .list .li .li-top .lh1 {
    width: 80%;
  }
  .training-list1 .textbox .libox {
    margin-bottom: 0;
  }
  .news-content .new-list {
    margin-top: 1rem;
  }
  .news-content .new-list a .img {
    height: 7.3rem;
  }
  .main-page .page a[rel="next"],
  .main-page .page a[rel="prev"] {
    width: 1rem;
    height: 1rem;
  }
  .pc-header .right-btn .btn .li.pc {
    display: none;
  }
  .lan {
    opacity: 0;
    visibility: hidden;
  }
  .pc-header.active {
    background-color: #fff;
    z-index: 3333333;
    position: relative;
  }
  .pc-header.active .lan {
    opacity: 1;
    visibility: inherit;
  }
  header .warp-nav .nav .li .search-box {
    margin-top: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    padding-bottom: 2rem;
  }
  .search-box .tit-14 {
    font-size: 0.4rem;
  }
  header .warp-nav .nav .li.log {
    display: flex;
    padding-top: 1rem;

    justify-content: flex-end;
  }
  header .warp-nav .nav .li.log a {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    background: #0356fc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  header .warp-nav .nav .li.log a svg {
    width: 0.7rem;
    fill: #fff;
  }
  .banner-list {
    z-index: 33;
  }
  .banner-list .line .a-img {
    background-size: 100% 100%;
  }
  .home-a .home-a-top .search-box {
    width: 100%;
  }
  .home-a .l2 {
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 0.8rem;
  }
  .home-a .home-a-top .l3 {
    margin: 0 auto;
    margin-top: 1rem;
  }
  .home-a-s .content .left {
    position: relative;
    display: flex;
    justify-content: space-around;
  }
  .home-a-s .content .left .li .close {
    display: none;
  }
  .home-a-s .content .left .li .top {
  }
  .home-a-s .content .left .li .t {
    flex-direction: column;
  }
  .home-a-s .content .left .li .t {
    width: auto;
  }
  .home-a-s .content .left .li .t .h4-b {
    width: auto;
  }
  .home-a-s .content .left .li .icons {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .home-a-s .content .left .li::after {
    display: none;
  }
  .home-a-s .content .right {
    height: 8rem;
  }
  .list-mb {
    width: 100%;
  }
  .list-mb .li {
    width: 100%;
    padding: 1rem;
    position: relative;
    padding-left: 1.5rem;
    display: none;
  }
  .list-mb .li .more {
    margin-top: 1rem;
  }
  .list-mb .li .t2 {
    position: relative;
  }
  .list-mb .li .t2::after {
    content: "";
    width: 0.175rem;
    height: 100%;

    background: linear-gradient(#0f62fe, #70be58) !important;
    border-radius: 0.1rem;
    position: absolute;
    left: -0.75rem;
    top: 0%;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom center;
  }
  .home-c .content .right-box .h-c-container .swiper-slide .txt .t1 {
    height: auto;
  }
  .home-c .content .right-box .h-c-container {
    height: auto;
  }
  .new-scrollbar {
    position: relative !important;
    margin-top: 1rem;
  }
  .new-scrollbar::after {
    width: 100%;
    height: 3px;
    left: 0;
    top: 1px;
  }
  .home-d .list .li .wr {
    display: none;
  }
  .home-d .list .li .t2 {
    animation-name: none !important;
    visibility: visible !important;
  }
  .home-d .list .li .more {
    animation-name: none !important;
    visibility: visible !important;
  }
  footer .logo svg {
    height: 1.2rem;
  }
  .fxd-nav .li .tran-middle {
    width: 50%;
  }
  .new-scrollbar .swiper-scrollbar-drag {
    background: linear-gradient(to right, #0f62fe, #70be58) !important;
  }
  .innovation-list3 .videobox .videobtn {
    height: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .y-tableList .top .li .t {
    text-align: center;
  }
  .sub-list .ming {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-list .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sub-list .item .sl1 {
    display: none;
  }
  .sub-list .item1 {
    top: 44%;
    left: 22.8%;
  }
  .sub-list .item3 {
    top: 57%;
    left: 27.5%;
  }
  .sub-list .item2 {
    top: 43%;
    left: 73.45%;
  }
  .sub-list .item4 {
    top: 59%;
    left: 67%;
  }
  .link-button {
    text-align: center;
    width: 73%;
  }
  .canvas-wrapper {
    width: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .canvas-wrapper canvas {
    position: absolute;
    height: auto !important;
    width: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .scroll-wrap {
    width: 150px !important;
    height: 150px !important;
  }
  .scroll-notice .scroll-image {
    width: 45px !important;
  }
  .solution-loading {
    height: 100%;
  }
  .link-anchors {
    font-size: 14px !important;
  }
  .scroll-notice .text {
    font-size: 0.5rem !important;
    line-height: 1 !important;
  }
  .solutions-b .img-box .item2 .mc_a1t_xl {
    left: 0;
    transform: translateY(-50%) translateX(-120%);
  }
  .class_1 .solutions-b-container {
    right: auto;
  }
  .pdf-list .li {
    padding: 0.4rem 0;
  }
  .sust-banner .content-box .li {
    width: 100%;
  }
  .sust-banner .content-box .li:nth-child(2n) {
    padding-top: 1rem;
    border-top: 1px solid #fff;
    margin-top: 1rem;
  }
  .sust-banner .txt {
    padding: 0 4%;
  }
  .n-download .bar_right a {
    margin-bottom: 0 !important;
  }
  .search-box .search-inp .s {
    background-size: auto;
  }
  .psc-box .li.zi5 .inp-box:first-child {
    z-index: 33;
  }
  .psc-box .li .btn {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zp-banner .txt {
    width: 100% !important;
  }
  .plants-b .img-list .li .txt .mb {
    display: none;
    margin-top: 0.5rem;
  }
  .plants-b .img-list .li {
    min-height: 5.5rem;
  }
  .plants-b .img-list .li.on {
    height: 13rem;
    background-image: none;
    transition: all 0.5s;
  }
  .plants-b .img-list .li.on .txt {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .plants-b .img-list .li.on .txt .mb {
    display: block;
  }
  .maessge .contents {
    margin-top: 1rem;
  }
  .do-box .box {
    padding: 1rem 1.5rem !important;
    width: 80%;
    text-align: center;
    line-height: 1.5;
  }
  .do-box .box .text-center a {
    width: 2.5rem !important;
    margin: 0 0.2rem !important;
  }
  .n-download .bar_right .li {
    /* display: block; */
  }
  .n-download .bar_right .li .btn .st0 {
    fill: #1761ff;
    z-index: 3;
  }
  .n-download .barleft {
    text-align: center;
    padding-right: 0 !important;
  }
  .training-list1 .textbox .txtbox .tit3 {
    text-align: center;
  }
  .search-box .search-inp input.rob-l {
    font-size: 0.35rem;
  }
  .search-box .search-inp .s {
    width: 20%;
  }
  .news-content .search-box .search-inp .s {
    width: 20%;
  }
  header .warp-nav .nav .li.log {
    padding-bottom: 2rem;
  }
  .news-banner .main-pagination {
    padding-left: 4%;
  }
  .main-pagination {
    margin-top: 0.75rem !important;
  }
  .main-prev,
  .main-next {
    margin-top: 0.75rem !important;
  }
  .suta-c .list .right .left {
    margin-bottom: 0;
  }
  .suta-a .list .li {
    border-radius: 12px;
    overflow: hidden;
  }
  .values-a .content {
    margin-top: 1.5rem;
  }
  .anti-list1 .textbox br {
    display: none;
  }
  .careers-b .list .li .box {
    text-align: left;
  }
  .link-anchors {
    top: 2% !important;
  }
  .scroll-wrap {
    row-gap: 0 !important;
  }
  .shear-list a .ewm-box {
    bottom: 120%;
    top: auto;
  }
  .shear-list a .ewm-box .bg::after {
    bottom: 0;
    top: auto;
    border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
    transform: translate(-50%, 100%);
  }
  .careers {
    background-image: none;
  }
}
@media (max-width: 996px) {
  /* 下载中心 */
  .down-mb {
    margin-top: 1rem;
  }
  .down-mb .dli {
    width: 100%;
  }
  .down-mb .dli .top-t {
    display: flex;
    padding: 0.5rem 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .down-mb .dli .top-t .icon {
    width: 0.8rem;
    fill: #333;
    transform: rotate(90deg);
    transition: all 0.5s;
  }
  .n-download .down-mb .bar_right .li {
    margin: 0;
    padding: 0.3rem 0;
    align-items: center;
  }
  .n-download .down-mb .hid-list {
    display: none;
  }
  .down-mb .dli .top-t.on {
    color: #004eff;
  }
  .down-mb .dli .top-t.on .icon {
    fill: #004eff;
    transform: rotate(0);
  }
  .plants-b .img-list1.four .li {
    width: 100%;
  }
  .banner-container .swiper-slide .bg::after {
    width: 100%;
  }
  .banner-container .videoboxs::after {
    width: 100%;
  }
  .n-download .bar_right .li .btn {
    width: 20px !important;
    height: 20px !important;
  }
  .p-banner .bg::after {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  .con-table .li {
    background-color: transparent;
    /* margin: 0 -0.1rem; */
    box-shadow: none;
    border-radius: 0;
    padding: 0.1rem 0;
    position: relative;
    margin-right: 1.2rem;
  }
  .con-table {
    /* justify-content: space-between; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    padding: 0;
    margin-top: 1rem;
    padding-bottom: 0.2rem;
    /* border-radius: 15px 15px 15px 15px; */
    overflow: auto;
  }

  .con-table .li.on {
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #004eff;
  }

  .con-table .li::after {
    content: "";
    width: 1px;
    height: 0.4rem;
    background-color: #ccc;
    position: relative;
    right: -0.7rem;
    top: 0.05rem;
  }
  .con-table .li:last-child::after {
    display: none;
  }
  .contacts-b .cont-list .li {
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 0.5rem 0.5rem !important;
    overflow: hidden;
  }
  .contacts-b .cont-list .li {
    margin-bottom: 0;
  }

  .con-table .li:last-child {
    margin-right: 0;
  }
  .contacts-b .cont-list .li .line {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.1);
    height: 1px;
  }
  .contacts-b .cont-list .li .line .mc {
    width: 50%;
    background: #0f62fe;
    border-radius: 1px 0px 0px 1px;
    height: 2px;
    top: -1px;
  }
  .contacts-b .cont-list .li:last-child .line .mc {
    display: block;
  }
  .innovation-list1 .contentbox .view .ul2 {
    height: auto !important;
    min-height: auto !important;
  }

  .n-services .titbox {
    text-align: left;
  }
  .sust-banner .txt .h1{
    font-size: .6rem;
  }
}
