@media (min-width: 1400px) {
  /* 在宽度大于1400px时应用的样式 */

  .container {
    width: 1400px;
    margin: 0 auto;
  }
  .container-full {
    width: 100%;
    margin: 0 auto;
  }
  .aboutus {
    margin-top: 20px;
  }
  .partner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  /* 在宽度小于或等于1400px时应用的样式 */
  .container-full {
    width: 100%;
    margin: 0 auto;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .header {
    position: relative;
  }
  .header .logo {
    height: 70px;
  }

  .header .comname .left {
    width: 50px;
    font-size: 20px;
  }
  .header .hotline {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .header .hotline div.hotline-img {
    display: none;
  }
  .header .hotline div {
    float: right;
  }
  .header .logo p {
    font-size: 20px;
  }
  .header .comname {
    margin-bottom: 10px;
  }
  .nav li {
    line-height: 40px;
    height: 40px;
    float: left;
    width: 25%;
    text-align: center;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: auto;
    height: 150px;
    max-width: 100%;
    max-height: 100%;
  }
  .search-what .left span {
    margin-right: 4px;
  }
  .search-what .right {
    width: 100%;
    padding-left: 20px;
  }
  .aboutus .left,
  .aboutus .center {
    display: none;
  }
  .aboutus .right {
    padding-left: 10px;
  }
  .aboutus .right .welcome,
  .aboutus .right h1 {
    padding-left: 0;
  }
  .aboutus .right h1 {
    padding-left: 0;
    font-size: 24px;
  }
  .aboutus .right h2 {
    padding-left: 0;
    font-size: 20px;
  }
  .aboutus .right div {
    width: 100%;
    margin-top: 5px;
  }
  .aboutus .right .div1 {
    margin-left: 0;
  }
  .aboutus .right .more {
    margin-top: 0;
    margin-left: 200px;
  }
  .product-center .right .product-list {
    height: auto;
  }
  .product-center .right {
    width: 100%;
  }

  .product-center-list-container a {
    width: 96%;
    margin-left: 5px;
  }
  .product-center-list-container {
    width: 100%;
  }
  .slide-arrow {
    display: none;
  }
  .product-center .right .more {
    display: none;
  }
  .product-center .left {
    padding-left: 10px;
  }
  .zizhi-content .product-center-list-container a {
    width: 94%;
    margin-left: 10px;
  }
  .news-center .tab-content .left {
    width: 100%;
  }
  .news-center .tab-content .left img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .news-center .tab-content .left h3 {
    font-size: 14px;
  }
  .news-center .tab-content .right {
    width: 100%;
    padding-left: 10px;
    height: auto;
    background-color: #f8f8fc;
    padding-right: 10px;
  }

  .partner {
    margin-top: 40px;
  }
  .footer {
    height: 530px;
  }
  .footer .left {
    width: 100%;
  }
  .footer .center {
    width: 100%;
    float: left;
  }
  .footer .center .webnav {
    margin-top: 30px;
  }
  .footer .right {
    width: 100%;
    margin-top: 0;
  }
  .footer .center .copyright {
    margin-top: 10px;
  }
  .footer .center .copyright .p3 a {
    font-size: 10px;
  }
  .bottom {
    height: 160px;
  }
  .bottom p span.last {
    margin-left: 50px;
    float: left;
  }
  .partner .partner-show .swiper-button-next5,
  .partner .partner-show .swiper-button-prev5 {
    display: none;
  }
  .bottom p {
    float: none;
  }
  .banner2 {
    height: 150px;
  }
  .aboutus-tab {
    width: 100%;
    margin: 0;
  }
  .aboutus-tab a {
    width: 33%;
  }
  .aboutus-content {
    width: 100%;
    margin-left: 0;
  }
  .main .product-center {
    width: 100%;
    margin-left: 0;
  }
  .main .product-center-list-container a {
    width: 96%;
  }
  .solution a {
    width: 35%;
    margin-bottom: 10px;
  }
  .jiejue .left {
    width: 100%;
  }
  .jiejue .right {
    width: 100%;
  }

  article .pre-next a {
    width: 100%;
  }
  article .pre-next a.right {
    width: 100%;
    float: left;
    text-align: left;
  }
  .ccr-info .left {
    width: 100%;
  }
  .view .swiper-container-ccr {
    width: 100%;
  }
  .preview .swiper-container-ccr {
    width: 100%;
  }
  .ccr-info .right {
    width: 100%;
  }
  .ccr-info .right .name {
    background-image: none;
  }
  .ccr-info .right .name b {
    font-size: 14px;
  }
  .ccr-info .right .ccr-info-show {
    width: 100%;
    margin-left: 0;
    border-right: none;
    border-bottom: none;
  }
  .ccr-info-show .more-info li {
    width: 50%;
  }
  .ccr-info .right,
  .ccr-info .right .ccr-info-show {
    height: auto;
  }
  .ccr-info .right .ccr-info-show .p1 strong {
    font-size: 14px;
  }
  .news-list .show li {
    display: flex;
  }
  .news-list .show a {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .aboutus-content .news-article {
    float: none;
  }
  .product-center-list-container a img {
    width: 300px;
    height: 260px;
  }
  .product-center .product-tuijian a img {
    width: 300px;
    height: 260px;
  }
}
.zizhi-content {
  margin-top: 40px;
}
