@charset "utf-8";
@import url("./iconfont.css");
/* clear */
body {
  font-family: MicroSoft Yahei, Arial;
}

body ul, body li, body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.arial {
  font-family: Arial !important;
  word-wrap: break-word;
  word-break: break-all;
}

.container.home, .container.fix {
  padding: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

/****************************************************************************
 * 全局样式
 */
:root {
  --primary-color: #2C64F7;
  --text-color: #333;
}

@keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.container {
  width: 1640px;
  max-width: 1640px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.container-content {
  width: 1640px;
  max-width: 1640px;
  margin: 0 auto;
  padding-right: 140px;
  padding-left: 140px;
}

#fp-nav ul li {
  margin: 0;
  padding: 10px 0;
  position: static;
  width: auto;
  height: auto;
}

#fp-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

#fp-nav ul li a span {
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0;
  position: static;
}

#fp-nav ul li a.active {
  border: 2px dotted #fff;
}

#fp-nav ul li a.active span {
  width: 7px;
  height: 7px;
  margin: 0;
}

#fp-nav ul li:hover a span {
  width: 7px;
  height: 7px;
  margin: 0;
  transform: scale(1.6);
}

#fp-nav ul li:hover a.active span {
  height: 7px;
  width: 7px;
  margin: 0;
  border-radius: 50%;
  transform: scale(1);
}

#fullpage {
  --gap-high: 80px;
}

.section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact_us, #overview, #specification #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
  scroll-margin-top: 90px;
}

.global-nav-container.page {
  height: 90px;
}

.global-nav-container.page .global-nav .nav-pc {
  background: #fff;
}

.global-nav-container.page .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a, .global-nav-container.page .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a .iconfont, .global-nav-container.page .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language, .global-nav-container.page .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search, .global-nav-container.page .global-nav .nav-pc .search-box .close {
  color: #605F5F;
}

.global-nav-container.lucency .global-nav .nav-pc {
  background: rgba(255, 255, 255, 0);
}

.global-nav-container.lucency .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a, .global-nav-container.lucency .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language, .global-nav-container.lucency .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search, .global-nav-container.lucency .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a .iconfont, .global-nav-container.lucency .global-nav .nav-pc .search-box .close {
  color: #fff;
}

.global-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.global-nav {
  --logo-height: 42px;
  --nav-li-gap: 30px;
  --nav-icon-color: var(--primary-color);
  z-index: 1000;
  /*更改-webkit-内核滚动条样式*/
}

.global-nav ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

.global-nav ::-webkit-scrollbar-track {
  background-color: transparent;
}

.global-nav ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a8a8a8;
}

.global-nav .nav-pc {
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 140px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.global-nav .nav-pc .nav-brand {
  display: flex;
  align-items: center;
  padding: 24px 0;
}

.global-nav .nav-pc .nav-brand img {
  display: block;
  height: var(--logo-height);
}

.global-nav .nav-pc .nav-list {
  display: flex;
  margin-left: auto;
}

.global-nav .nav-pc .nav-list .nav-li {
  margin-left: var(--nav-li-gap);
}

.global-nav .nav-pc .nav-list .nav-li:first-child {
  margin-left: 0;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 13px 30px;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language .icon-earth-full {
  font-size: 20px;
  padding-right: 10px;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language .icon-xiangxia2 {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search .iconfont {
  font-size: 20px;
  margin-right: 8px;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  line-height: 25px;
  font-size: 18px;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a .iconfont {
  font-size: 16px;
  margin-left: 6px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list {
  --hide-list-gap: 40px;
  z-index: 998;
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: var(--hide-list-gap);
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item {
  padding: 0 calc(var(--hide-list-gap) / 2);
  padding-top: var(--hide-list-gap);
  position: relative;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item .hide-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: var(--text-color);
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item .hide-item-row .iconfont {
  font-size: 14px;
  line-height: 1;
  padding-left: 20px;
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item:hover .hide-item-row {
  color: var(--primary-color);
}

.global-nav .nav-pc .nav-list .nav-li .li-a-box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background-color: var(--primary-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list {
  width: 100%;
  padding: 0;
  z-index: 998;
  display: none;
  background-color: #f7f7f7;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-list-container {
  max-height: 74vh;
  padding: 16px 0 0;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top-c {
  padding: 12px 140px;
  border-bottom: 1px solid #d5d5d5;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top {
  display: flex;
  padding: 10px 0;
  overflow-x: auto;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top .item {
  flex-shrink: 0;
  font-size: 22px;
  color: #2e3032;
  text-align: center;
  padding: 14px 28px;
  cursor: pointer;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top .item:hover, .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top .item.active {
  background: #2c64f7;
  color: #fff;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content {
  margin: 14px 140px 30px;
  padding-right: 10px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  height: 48vh;
  overflow-y: auto;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content.active {
  display: grid;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 25px;
  font-size: 18px;
  color: #605f5f;
  height: 60px;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item img {
  display: none;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item:hover {
  font-weight: 500;
  text-decoration: underline;
  color: #2c64f7;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item {
  height: 240px;
  background: #ffffff;
  padding: 10px;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item img {
  width: 70%;
  display: block;
  margin-bottom: 30px;
}

.global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item:hover {
  border: 1px solid #2c64f7;
  box-shadow: 0px 3px 6px 0px rgba(44, 100, 247, 0.16);
}

.global-nav .nav-pc .nav-list .nav-li:hover .li-a.li-a.li-a .icon-xiangxia2, .global-nav .nav-pc .nav-list .nav-li:hover .li-a.li-a.li-a .iconfont .icon-xiangxia2, .global-nav .nav-pc .nav-list .nav-li:hover .li-a-box .li-language.li-language .icon-xiangxia2, .global-nav .nav-pc .nav-list .nav-li:hover .li-a-box .li-search.li-search .icon-xiangxia2 {
  transform: rotate(180deg);
  transform-origin: center;
}

.global-nav .nav-pc .nav-list .nav-li.active .li-a.li-a.li-a, .global-nav .nav-pc .nav-list .nav-li.active .li-a.li-a.li-a .iconfont, .global-nav .nav-pc .nav-list .nav-li.active .li-a-box .li-language.li-language, .global-nav .nav-pc .nav-list .nav-li.active .li-a-box .li-search.li-search, .global-nav .nav-pc .nav-list .nav-li:hover .li-a.li-a.li-a, .global-nav .nav-pc .nav-list .nav-li:hover .li-a.li-a.li-a .iconfont, .global-nav .nav-pc .nav-list .nav-li:hover .li-a-box .li-language.li-language, .global-nav .nav-pc .nav-list .nav-li:hover .li-a-box .li-search.li-search {
  color: #2C64F7;
}

.global-nav .nav-pc .nav-list .nav-li.active .li-a-box::before, .global-nav .nav-pc .nav-list .nav-li:hover .li-a-box::before {
  width: 100%;
}

.global-nav .nav-pc .search-box {
  display: flex;
  align-items: center;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.global-nav .nav-pc .search-box .nav-search {
  width: 632px;
  height: 50px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 15px;
}

.global-nav .nav-pc .search-box .nav-search button {
  border: none;
  background: transparent;
}

.global-nav .nav-pc .search-box .nav-search .iconfont {
  font-size: 20px;
  color: #605f5f;
  margin-right: 8px;
}

.global-nav .nav-pc .search-box .nav-search input {
  flex: 1;
  font-size: 16px;
  color: #605f5f;
  border: none;
  background: transparent;
}

.global-nav .nav-pc .search-box .nav-search input:focus {
  outline: none;
}

.global-nav .nav-pc .search-box .close {
  font-size: 24px;
  margin-left: 12px;
  color: #333;
  font-weight: 700;
  cursor: pointer;
}

.select-box, .product-select {
  width: 100px;
  text-align: center;
  position: relative;
}

.select-box .select-name, .product-select .select-name {
  font-size: 16px;
  color: #605f5f;
  cursor: pointer;
}

.select-box .select-name .iconfont, .product-select .select-name .iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 4px;
}

.select-box .select-list, .product-select .select-list {
  background: #fff;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 100%;
}

.select-box .select-list .option, .product-select .select-list .option {
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px;
  margin-bottom: 2px;
}

.select-box .select-list .option:last-child, .product-select .select-list .option:last-child {
  margin-bottom: 0;
}

.select-box .select-list .option:hover, .product-select .select-list .option:hover {
  background-color: #888;
  color: #fff;
}

.select-box.product-select, .product-select.product-select {
  /*width: 60px;*/
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  right: 5px;
}

.select-box.product-select .select-name .iconfont, .product-select.product-select .select-name .iconfont {
  font-size: 16px;
  color: var(--primary-color);
}

.home-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner .swiper-slide img {
  width: 100%;
}

.home-banner .swiper-slide .title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -100px);
  opacity: .3;
  width: 100%;
  text-align: center;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.home-banner .swiper-slide .title .n {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 60px;
}

.home-banner .swiper-slide .title .t {
  font-size: 90px;
  font-weight: 500;
  color: #ffffff;
}

.home-banner .swiper-slide.swiper-slide-active .title {
  transform: translate(-50%, 0);
  opacity: 1;
}

.home-banner .search-library {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 950px;
  height: 117px;
  background: #ffffff;
  border-radius: 59px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
}

.home-banner .search-library .icon-l {
  width: 217px;
  height: 90px;
  background: linear-gradient(90deg, #292929 0%, #2f3134 100%);
  border-radius: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.home-banner .search-library .icon-l::before {
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner .search-library .icon-l .iconfont {
  font-size: 32px;
  color: #fff;
  flex: 1;
  text-align: center;
  opacity: .4;
  cursor: pointer;
}

.home-banner .search-library .icon-l .iconfont.active {
  opacity: 1;
}

.home-banner .search-library .search-btn {
  flex: 1;
  position: relative;
}

.home-banner .search-library .search-btn button {
  border: none;
  background: none;
}

.home-banner .search-library .search-btn::before {
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  background: #6f6f6f;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-banner .search-library .search-btn:last-child::before {
  display: none;
}

.home-banner .search-library .search-btn .btn-c {
  width: fit-content;
  margin: auto;
}

.home-banner .search-library .search-btn .t {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 8px;
}

.home-banner .search-library .search-btn .c {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
}

.home-banner .search-library .search-btn .c .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #efefef;
  margin-left: 20px;
  font-size: 20px;
}

.home-banner .swiper-pagination {
  bottom: 30%;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 72px;
  height: 5px;
  background: #fff;
  opacity: 0.24;
  border-radius: 0;
  transform: skew(-40deg);
  margin: 0 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.home-banner.en .swiper-slide .title {
  top: 20%;
}

.home-title {
  color: #ffffff;
}

.home-title h3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 8px;
}

.home-title h4 {
  font-size: 28px;
  line-height: 36px;
}

.home-title .info {
  font-size: 22px;
  font-weight: 500;
}

.home-title .textinfo {
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
}

.home-title .textinfo span {
  margin-right: 60px;
}

.home-title .textinfo span:last-child {
  margin-right: 0;
}

.home-title.line {
  padding-bottom: 44px;
  position: relative;
}

.home-title.line::before {
  content: '';
  display: block;
  position: absolute;
  width: 258px;
  height: 4px;
  background: #ffffff;
  border: 1px solid #707070;
  left: 0;
  bottom: 0;
}

.home-title.line::after {
  content: '';
  display: block;
  position: absolute;
  width: 136px;
  height: 4px;
  background: #2c85d6;
  left: 0;
  bottom: 0;
}

.home-manufacture .home-title {
  margin-bottom: 30px;
}

.home-manufacture .home-title h3 {
  color: #000000;
}

.home-manufacture .home-title h4 {
  color: #0060de;
}

.home-manufacture .m-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #ffffff;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.27);
}

.home-manufacture .m-list .item {
  padding: 60px 50px 0;
  height: 240px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.home-manufacture .m-list .item, .home-manufacture .m-list .item .item-bg, .home-manufacture .m-list .item img, .home-manufacture .m-list .item .name, .home-manufacture .m-list .item .text, .home-manufacture .m-list .item .more {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.home-manufacture .m-list .item .item-bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.home-manufacture .m-list .item img {
  width: 34px;
  margin-bottom: 19px;
}

.home-manufacture .m-list .item .name {
  line-height: 30px;
  font-size: 21px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
}

.home-manufacture .m-list .item .text {
  line-height: 22px;
  font-size: 16px;
  color: #7e7e7e;
  margin-bottom: 35px;
}

.home-manufacture .m-list .item .more {
  width: 100px;
  height: 40px;
  background: #ffffff;
  font-size: 12px;
  color: #0061e5;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-manufacture .m-list .item .more .iconfont {
  font-size: 14px;
  margin-left: 10px;
}

.home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
  padding-top: 10px;
}

.home-manufacture .m-list .item:hover .item-bg, .home-manufacture .m-list .item.active .item-bg {
  opacity: 1;
}

.home-manufacture .m-list .item:hover img, .home-manufacture .m-list .item.active img {
  opacity: 0;
}

.home-manufacture .m-list .item:hover .name, .home-manufacture .m-list .item:hover .text, .home-manufacture .m-list .item.active .name, .home-manufacture .m-list .item.active .text {
  color: #fff;
}

.home-manufacture .m-list .item:hover .more, .home-manufacture .m-list .item.active .more {
  opacity: 1;
}

.home-manufacture.en .m-list .item {
  padding: 50px 30px 0;
}

.home-manufacture.en .m-list .item.active {
  padding-top: 0;
}

.page-margin {
  padding: 40px 0;
}

.swiper-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 32px;
  color: #fff;
  margin: 0;
  transform: translateY(-50%);
}

.swiper-btn:hover {
  background-color: #3b70e6;
}

.swiper-btn::after {
  display: none;
}

.swiper-btn.swiper-button-prev {
  left: 140px;
}

.swiper-btn.swiper-button-next {
  right: 140px;
}

.product-c {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
  padding: 150px 140px 60px;
  margin-bottom: 30px;
}

.product-c .home-title.line {
  padding-bottom: 10px;
}

.product-c .home-title.line::before {
  width: 536px;
  height: 4px;
}

.product-c .home-title.line::after {
  width: 260px;
  height: 4px;
}

.product-c .text {
  margin-top: 60px;
  width: 674px;
  font-size: 20px;
  color: #ffffff;
}

.product-c.intelligent .home-title.line {
  width: fit-content;
  margin: auto;
  text-align: center;
}

.product-c.intelligent .home-title.line::before {
  left: 50%;
  transform: translateX(-50%);
}

.product-c.intelligent .home-title.line::after {
  transform: translateX(-68%);
}

.product-c.intelligent .text {
  margin-left: auto;
  margin-right: auto;
}

.product-c-nav {
  padding: 20px;
  position: relative;
}

.product-c-nav .product-nav-swiper {
  width: 76%;
  position: initial;
  padding: 0 1px;
}

.product-c-nav .product-nav-swiper .swiper-slide {
  text-align: center;
  height: 120px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 0;
}

.product-c-nav .product-nav-swiper .swiper-slide:hover {
  background-size: 100% 100%;
  border: none;
}

.product-c-nav .product-nav-swiper .swiper-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 32px;
  color: #fff;
  margin: 0;
  transform: translateY(-50%);
}

.product-c-nav .product-nav-swiper .swiper-btn::after {
  display: none;
}

.product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
  left: 140px;
}

.product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
  right: 140px;
}

.product-d {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 140px 40px;
  display: flex;
  justify-content: space-between;
}

.product-d .d-l {
  width: 40%;
}

.product-d .d-l .home-title.line {
  padding-bottom: 44px;
}

.product-d .d-l .home-title.line::before {
  width: 100%;
}

.product-d .d-l .home-title.line::after {
  width: 49%;
}

.product-d .d-l > .swiper {
  height: 400px;
}

.product-d .d-l > .swiper .nav {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.73);
  height: 30px;
  line-height: 1;
  padding: 30px 28px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.product-d .d-l > .swiper .nav span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-d .d-l > .swiper .nav::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #a2a2a2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-d .d-l > .swiper .nav.swiper-slide-thumb-active {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.product-d .d-l > .swiper .nav.swiper-slide-thumb-active::before {
  background: #2C85D6;
  left: 2px;
  transform: rotate(45deg);
}

.product-d .d-r {
  width: 51%;
  margin-right: initial;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.product-d .d-r .swiper-slide {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 48px;
  color: #ffffff;
}

.product-d .d-r .title {
  line-height: 52px;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-d .d-r .text {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-d .d-r .more {
  display: block;
  margin: 0 auto 60px;
  width: 164px;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-d .d-r img {
  display: block;
  margin: auto;
  padding-bottom: 18%;
  width: 58%;
}

.breadCrumb {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadCrumb .iconfont {
  font-size: 17px;
  margin-right: 4px;
  line-height: 1;
}

.breadCrumb a {
  color: #ffffff;
  padding: 0 4px;
}

.catalogue-header {
  padding: 14px 140px 30px;
}

.catalogue-header .home-title {
  text-align: center;
}

.catalogue-header .home-title .info {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.catalogue-header.page-header .home-title {
  margin-bottom: 10px;
}

.catalogue-header.news-header {
  padding-top: 30px;
}

.product-catalogue {
  display: flex;
  padding-top: 16px;
  height: 80%;
}

.product-catalogue.page-product {
  margin-bottom: 55px;
}

.product-catalogue .catalogue_l {
  width: 24%;
  padding: 15px 10px 15px 22px;
  background: #ffffff;
}

.product-catalogue .catalogue_l .search-c {
  position: relative;
  height: 51px;
  background: #ebebeb;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.product-catalogue .catalogue_l .search-c button {
  border: none;
  background: transparent;
}

.product-catalogue .catalogue_l .search-c .iconfont {
  margin:0;
  font-size: 15px;
  color: #605f5f;
}

.product-catalogue .catalogue_l .search-c input {
  width: 60%;
  font-size: 16px;
  color: #605f5f;
  padding-left: 8px;
  border: none;
  background: transparent;
}

.product-catalogue .catalogue_l .search-c input:focus {
  outline: none;
}

.product-catalogue .catalogue_l .all-p {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 16px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

.product-catalogue .catalogue_l .all-p .l {
  height: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.product-catalogue .catalogue_l .all-p .l .num {
  color: #2270CB;
}

.product-catalogue .catalogue_l .all-p a {
  height: 22px;
  font-size: 16px;
  text-decoration: underline;
  color: #b4b4b4;
}

.product-catalogue .catalogue_l .catalogue-list {
  overflow-y: auto;
  height: 416px;
  padding-right: 4px;
}

.product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
  width: 8px;
  background-color: #ebebeb;
}

.product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2270cb;
}

.product-catalogue .catalogue_l .catalogue-list button {
  border: none;
  background: transparent;
}

.product-catalogue .catalogue_l .catalogue-list .n {
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 20px 0 16px;
}

.product-catalogue .catalogue_l .catalogue-list .n:first-child {
  margin-top: 0;
}

.product-catalogue .catalogue_l .catalogue-list .option-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 6px;
}

.product-catalogue .catalogue_l .catalogue-list .option-list .option {
  height: 40px;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 12px;
  color: #605f5f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.product-catalogue .catalogue_l .catalogue-list .option-list .option.active {
  background: var(--primary-color);
  color: #fff;
}

.product-catalogue .catalogue_l .catalogue-list .option-list .option.active:hover {
  color: #fff;
}

.product-catalogue .catalogue_l .catalogue-list .option-list .option:hover {
  color: var(--primary-color);
}

.product-catalogue .catalogue_r {
  flex: 1;
  padding-left: 18px;
}

.product-catalogue .catalogue_r .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}

.product-catalogue .catalogue_r .product-item {
  background-color: #fff;
  text-align: center;
  padding: 22px 26px 14px;
}

.product-catalogue .catalogue_r .product-item img {
  width: 180px;
  margin-bottom: 20px;
}

.product-catalogue .catalogue_r .product-item .name {
  line-height: 37px;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}

.product-catalogue .catalogue_r .product-item .subname {
  line-height: 24px;
  font-size: 18px;
  color: #605f5f;
  margin-bottom: 20px;
}

.product-catalogue .catalogue_r .product-item .info-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 20px;
}

.product-catalogue .catalogue_r .product-item .info-list .info {
  height: 90px;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 20px;
  color: #b4b4b4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-catalogue .catalogue_r .product-item .info-list .info img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin-bottom: 5px;
}

.product-catalogue .catalogue_r .product-item:hover .name {
  color: var(--primary-color);
}

.product-catalogue .catalogue_r .paging {
  display: flex;
  margin-top: 26px;
  justify-content: center;
}

.product-catalogue .catalogue_r .paging .item {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #b4b4b4;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-catalogue .catalogue_r .paging .item.active, .product-catalogue .catalogue_r .paging .item:hover {
  background: #2270cb;
  color: #ffffff;
}

.about_us {
  padding: 40px 140px 0;
}

.about_us .home-title {
  padding-bottom: 17px;
  margin-bottom: 124px;
}

.about_us .home-title h3 {
  margin-bottom: 7px;
}

.about_us .home-title h3:first-child {
  margin-bottom: 3px;
}

.about_us .profile {
  background: #f0f0f0;
  box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.4);
  padding: 35px 66px 30px;
}

.about_us .profile .content {
  display: flex;
  margin-bottom: 30px;
}

.about_us .profile .content .title {
  flex: 1;
}

.about_us .profile .content .title h3 {
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #2e3032;
  margin-bottom: 13px;
}

.about_us .profile .content .title h4 {
  line-height: 25px;
  font-size: 22px;
  color: #c1c1c1;
}

.about_us .profile .content .text {
  width: 58%;
  font-size: 18px;
  color: #171717;
  margin-top: 35px;
  height: 280px;
  overflow-y: auto;
}

.about_us .profile .content .text::-webkit-scrollbar {
  width: 8px;
  background-color: #ebebeb;
}

.about_us .profile .content .text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2270cb;
}

.about_us .profile .about-stat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 135px;
}

.about_us .profile .about-stat .stat-item {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_us .profile .about-stat .stat-item .item-data {
  padding: 40px 20px 28px;
}

.about_us .profile .about-stat .stat-item .item-data .about-data {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: 0.84px;
}

.about_us .profile .about-stat .stat-item .item-data .item-explain {
  line-height: 20px;
  font-size: 14px;
  color: #1a1a1a;
  letter-spacing: 0.28px;
  margin-top: 10px;
}

.about_us .profile .about-stat .stat-item .item-data .add {
  font-size: 20px;
  font-weight: 700;
  vertical-align: top;
}

.about_us .profile .about-stat .stat-item img {
  width: 48px;
  height: 48px;
  margin: 0 20px;
}

.sentiment {
  padding: 150px 0 120px;
}

.sentiment .home-title {
  width: auto;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
}

.sentiment .home-title.line::before {
  width: 260px;
  left: 50%;
  transform: translateX(-50%);
}

.sentiment .home-title.line::after {
  width: 130px;
  left: 50%;
  transform: translateX(-100%);
}

.sentiment .text-swiper {
  width: 66.6%;
  height: 236px;
  margin: 90px auto;
}

.sentiment .text-swiper .swiper-slide {
  font-size: 18px;
  color: #ffffff;
}

.sentiment .sentiment-s-c {
  position: relative;
}

.sentiment .sentiment-s-c .sentiment-swiper {
  position: initial;
  width: 66.6%;
}

.sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
  width: 190px;
  height: 75px;
  background: #ffffff;
  font-size: 18px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sentiment .sentiment-s-c .sentiment-swiper .swiper-slide.swiper-slide-thumb-active {
  background: #2c64f7;
  color: #fff;
}

.sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
  left: 196px;
}

.sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
  right: 196px;
}

.history {
  padding: 60px 140px 50px;
}

.history .home-title {
  padding-bottom: 20px;
}

.history .history-swiper {
  margin-top: 60px;
}

.history .history-swiper .swiper-slide {
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.history .history-swiper .swiper-slide .year {
  line-height: 196px;
  font-size: 140px;
  font-weight: 600;
  margin-bottom: 10px;
}

.history .history-swiper .swiper-slide .info {
  font-size: 18px;
  height: 140px;
}

.history .year-s {
  padding: 0 140px;
  position: relative;
}

.history .year-swiper {
  margin-top: 60px;
  position: initial;
}

.history .year-swiper::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 85px;
}

.history .year-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
  opacity: 0;
}

.history .year-swiper .swiper-slide .iconcar {
  font-size: 24px;
  color: #fff;
  margin-bottom: 6px;
}

.history .year-swiper .swiper-slide .iconjt {
  color: #fff;
  font-size: 17px;
  margin: auto;
}

.history .year-swiper .swiper-slide .iconjt:last-of-type {
  display: block;
  transform: rotate(180deg);
}

.history .year-swiper .swiper-slide img {
  width: 38px;
  height: 38px;
  display: none;
  margin: auto;
}

.history .year-swiper .swiper-slide .circle {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin: 10px auto;
}

.history .year-swiper .swiper-slide .year {
  padding-top: 6px;
  width: 43px;
  line-height: 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.46);
  text-align: center;
  width: 100%;
}

.history .year-swiper .swiper-slide.swiper-slide-thumb-active .iconcar, .history .year-swiper .swiper-slide.swiper-slide-thumb-active .iconjt {
  opacity: 1;
}

.history .year-swiper .swiper-slide.swiper-slide-thumb-active .circle {
  display: none;
}

.history .year-swiper .swiper-slide.swiper-slide-thumb-active img {
  display: block;
}

.history .year-swiper .swiper-slide.swiper-slide-thumb-active .year {
  color: #fff;
}

.button_consult {
  cursor: pointer;
}

.honorary {
  padding: 60px 140px 100px;
}

.honorary .home-title {
  padding-bottom: 20px;
}

.honorary .honorary-c {
  display: flex;
  padding-top: 90px;
}

.honorary .honorary-c .swiper-tabList {
  width: 91%;
}

.honorary .honorary-c .swiper-tabList .swiper-c {
  display: none;
}

.honorary .honorary-c .swiper-tabList .swiper-c.active {
  display: flex;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
  position: relative;
  padding: 80px 0;
  height: fit-content;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
  width: 240px;
  height: 310px;
  position: initial;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-active.swiper-slide-thumb-active {
  color: #fff;
  background: #2c64f7;
  border-radius: 31px;
  box-shadow: 0px 3px 6px 0px rgba(255, 255, 255, 0.16) inset;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  background: #2c64f7;
  border-radius: 31px;
  box-shadow: 0px 3px 6px 0px rgba(255, 255, 255, 0.16) inset;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-prev {
  top: 0;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}

.honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
  left: 50%;
  transform: rotate(90deg) translateY(50%);
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
  flex: 1;
  width: calc(100% - 240px);
  padding: 0 20px;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  transform: scale(0.5);
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
  height: 50px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 14px;
  display: none;
  align-items: center;
  justify-content: center;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #758ff4;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 33px auto 0;
  cursor: pointer;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide img {
  width: 100%;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
  padding: 24px 44px;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active .name, .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active .iconfont {
  display: flex;
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-prev, .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-next {
  transform: scale(0.5);
}

.honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.honorary .honorary-c .tab-list {
  flex: 1;
}

.honorary .honorary-c .tab-list .tab {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.26);
  padding-bottom: 10px;
  margin-bottom: 70px;
  cursor: pointer;
}

.honorary .honorary-c .tab-list .tab:last-child {
  margin-bottom: 0;
}

.honorary .honorary-c .tab-list .tab .num {
  line-height: 68px;
  font-size: 48px;
  margin-bottom: 4px;
}

.honorary .honorary-c .tab-list .tab.active {
  border-bottom: 4px solid #2c64f7;
  color: #ffffff;
}

.apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 60px;
  background: #2c64f7;
  font-size: 16px;
  padding: 0 5px;
  color: #ffffff;
}

.apply-btn:hover {
  color: #ffffff;
}

.apply-btn .iconfont {
  font-size: 14px;
  margin-left: 10px;
}

.talent {
  padding: 60px 140px 100px;
}

.talent .home-title {
  padding-bottom: 20px;
}

.talent .talent-s {
  position: relative;
  padding-top: 60px;
}

.talent .talent-swiper {
  position: initial;
}

.talent .talent-swiper .swiper-slide {
  display: flex;
  background-color: #fff;
  height: 540px;
  padding: 14px 0 40px;
  width: auto;
  margin-right: 16px;
  overflow: hidden;
}

.talent .talent-swiper .swiper-slide .slide-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 18px 46px 0;
}

.talent .talent-swiper .swiper-slide .slide-l .name {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}

.talent .talent-swiper .swiper-slide .slide-l .name img {
  width: 28px;
  height: 30px;
  margin-bottom: 38px;
}

.talent .talent-swiper .swiper-slide .slide-l .iconfont {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #3b70e6;
  cursor: pointer;
}

.talent .talent-swiper .swiper-slide .slide-l .close {
  display: none;
}

.talent .talent-swiper .swiper-slide .slide-l .unfold {
  width: 30px;
  height: 30px;
  border: 2px solid #155ee8;
  border-radius: 50%;
  position: relative;
}

.talent .talent-swiper .swiper-slide .slide-l .unfold::before, .talent .talent-swiper .swiper-slide .slide-l .unfold::after {
  content: '';
  background: #155ee8;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.talent .talent-swiper .swiper-slide .slide-l .unfold::before {
  width: 14px;
  height: 3px;
}

.talent .talent-swiper .swiper-slide .slide-l .unfold::after {
  width: 3px;
  height: 14px;
}

.talent .talent-swiper .swiper-slide .slide-r {
  width: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.talent .talent-swiper .swiper-slide .slide-r .r-top {
  padding: 18px 0 20px;
  border-bottom: 1px solid #2c64f7;
}

.talent .talent-swiper .swiper-slide .slide-r .r-top span {
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-right: 120px;
}

.talent .talent-swiper .swiper-slide .slide-r .describe {
  font-weight: 500;
  color: #707070;
  flex: 1;
  overflow-y: auto;
  padding-right: 5px;
  margin-right: 10px;
  margin: 20px 10px 30px 0;
}

.talent .talent-swiper .swiper-slide .slide-r .describe::-webkit-scrollbar {
  width: 8px;
  background-color: #ebebeb;
}

.talent .talent-swiper .swiper-slide .slide-r .describe::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #2270cb;
}

.talent .talent-swiper .swiper-slide .slide-r .describe .title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.talent .talent-swiper .swiper-slide .slide-r .describe .title:first-child {
  margin-top: 0;
}

.talent .talent-swiper .swiper-slide .slide-r .describe .text {
  font-size: 16px;
}

.talent .talent-swiper .swiper-slide.active {
  width: 812px;
}

.talent .talent-swiper .swiper-slide.active .slide-l .unfold {
  display: none;
}

.talent .talent-swiper .swiper-slide.active .slide-l .close {
  display: block;
}

.talent .talent-swiper .swiper-slide.active .slide-r {
  width: calc(100% - 125px);
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.talent .talent-swiper .swiper-btn {
  left: auto;
  top: 0;
  transform: translateY(-100%);
  background-color: #3b70e6;
}

.talent .talent-swiper .swiper-button-prev {
  right: 88px;
}

.talent .talent-swiper .swiper-button-next {
  right: 0;
}

.business {
  padding: 60px 140px 100px;
  display: flex;
}

.business .home-title {
  padding-bottom: 20px;
}

.business .b-l {
  width: 40%;
}

.business .b-l .text {
  font-size: 18px;
  color: #ffffff;
  margin-top: 70px;
}

.business .b-r {
  padding-left: 90px;
  padding: 30px 0 0 90px;
  position: relative;
}

.business .b-r img {
  width: 100%;
}

.business .b-r .dot {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.business .b-r .dot.on {
  width: 12px;
  height: 12px;
}

.business .b-r .dot:nth-of-type(1) {
  top: 25%;
  left: 72%;
}

.business .b-r .dot:nth-of-type(1)::before {
  animation: breathe 4s 0.75s infinite;
}

.business .b-r .dot:nth-of-type(1)::after {
  animation: breathe 4s infinite;
}

.business .b-r .dot:nth-of-type(2) {
  top: 33%;
  left: 65%;
}

.business .b-r .dot:nth-of-type(3) {
  top: 38%;
  left: 62%;
}

.business .b-r .dot:nth-of-type(4) {
  top: 42%;
  left: 65%;
}

.business .b-r .dot:nth-of-type(4)::before {
  animation: breathe 2s 0.75s infinite;
}

.business .b-r .dot:nth-of-type(4)::after {
  animation: breathe 2s infinite;
}

.business .b-r .dot:nth-of-type(5) {
  top: 48%;
  left: 63%;
}

.business .b-r .dot:nth-of-type(6) {
  top: 64%;
  left: 52%;
}

.business .b-r .dot:nth-of-type(7) {
  top: 57%;
  left: 54%;
}

.business .b-r .dot:nth-of-type(7)::before {
  animation: breathe 1.5s 0.6s infinite;
}

.business .b-r .dot:nth-of-type(7)::after {
  animation: breathe 1.5s infinite;
}

.business .b-r .dot:nth-of-type(8) {
  top: 54%;
  left: 56%;
}

.business .b-r .dot:nth-of-type(8)::before {
  animation: breathe 3.5s 0.7s infinite;
}

.business .b-r .dot:nth-of-type(8)::after {
  animation: breathe 3.5s infinite;
}

.business .b-r .dot:nth-of-type(9) {
  top: 55%;
  left: 44%;
}

.business .b-r .dot:nth-of-type(10) {
  top: 51%;
  left: 47%;
}

.business .b-r .dot:nth-of-type(10)::before {
  animation: breathe 2.4s 0.6s infinite;
}

.business .b-r .dot:nth-of-type(10)::after {
  animation: breathe 2.4s infinite;
}

.business .b-r .dot::before, .business .b-r .dot::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 0;
  background-color: rgba(7, 147, 255, 0.5);
  transition: all 0.3s ease 0s;
}

.business .b-r .dot::before {
  animation: breathe 3s 0.75s infinite;
}

.business .b-r .dot::after {
  animation: breathe 3s infinite;
}

@keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.business-swiper {
  padding: 16px 0;
  margin-top: 30px;
}

.business-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.business-swiper .swiper-slide {
  height: 124px;
  background: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-swiper .swiper-slide img {
  max-width: 90%;
  max-height: 80%;
}

.culture .culture-c {
  display: flex;
}

.culture .culture-c .c-l {
  width: 33.6%;
  padding: 60px 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.culture .culture-c .c-l .home-title {
  padding-bottom: 20px;
}

.culture .culture-c .c-r {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.culture .culture-c .c-r .item {
  padding: 58px 68px 62px;
  color: #ffffff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.culture .culture-c .c-r .item img {
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
}

.culture .culture-c .c-r .item .text {
  font-size: 18px;
  margin-bottom: 40px;
  height: 81px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.culture .culture-c .c-r .item .title {
  line-height: 44px;
  font-size: 32px;
  font-weight: 500;
}

.culture-s {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 140px;
  margin-top: 20px;
  position: relative;
}

.culture-s .culture-swiper {
  position: initial;
}

.culture-s .culture-swiper .swiper-slide {
  height: 120px;
  border: 1px solid #ffffff;
  padding: 12px 16px 0;
  color: #ffffff;
  text-align: center;
}

.culture-s .culture-swiper .swiper-slide .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}

.culture-s .culture-swiper .swiper-slide .text {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.culture-s .culture-swiper .swiper-button-prev {
  left: 45px;
}

.culture-s .culture-swiper .swiper-button-next {
  right: 45px;
}

.product-catalogue .catalogue_l .newsTab-list .tab {
  font-size: 18px;
  color: #000000;
  padding: 10px 0;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.product-catalogue .catalogue_l .newsTab-list .tab .iconfont {
  font-size: 14px;
  margin-left: 9px;
  display: none;
}

.product-catalogue .catalogue_l .newsTab-list .tab.active {
  font-weight: 500;
  color: #0060de;
}

.product-catalogue .catalogue_l .newsTab-list .tab.active .iconfont {
  display: block;
}

.product-catalogue .catalogue_l .newsTab-list .tab:hover {
  color: #0060de;
}

.product-catalogue .catalogue_r .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}

.product-catalogue .catalogue_r .news-list .news-item {
  background-color: #fff;
}

.product-catalogue .catalogue_r .news-list .news-item .imgBox {
  overflow: hidden;
  margin-bottom: 16px;
}

.product-catalogue .catalogue_r .news-list .news-item .imgBox img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-catalogue .catalogue_r .news-list .news-item .info {
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  padding: 4px 14px;
  margin-bottom: 10px;
  margin: 0 20px 10px;
  background: #0060de;
  width: fit-content;
}

.product-catalogue .catalogue_r .news-list .news-item .title {
  line-height: 25px;
  font-size: 18px;
  color: #000000;
  margin: 0 20px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product-catalogue .catalogue_r .news-list .news-item .time {
  line-height: 22px;
  font-size: 16px;
  color: #adadad;
  margin: 0 20px 13px;
  display: flex;
  align-items: center;
}

.product-catalogue .catalogue_r .news-list .news-item .time .iconfont {
  font-size: 18px;
  margin-right: 6px;
}

.product-catalogue .catalogue_r .news-list .news-item:hover .title {
  color: #0060de;
}

.product-catalogue .catalogue_r .news-list .news-item:hover .imgBox img {
  transform: scale(1.1);
}

.news-detail {
  background-color: #fff;
  margin-bottom: 55px;
}

.news-detail.demand-detail {
  padding-bottom: 30px;
}

.news-detail.demand-detail .apply-btn {
  margin: 30px auto 0;
}

.news-detail .catalogue-header {
  margin-bottom: 40px;
}

.news-detail .detail {
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
  padding: 0 380px;
}

.news-detail .detail img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

.news-detail .footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
  border-top: 1px solid #f5f5f5;
  margin: 0 140px;
}

.news-detail .footer a {
  flex: 1;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  color: #8b8b8b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news-detail .footer a:hover {
  color: #0060de;
}

.news-detail .footer a:nth-child(2) {
  margin: 0 20px;
}

.contact-us {
  padding-top: 40px;
}

.contact-us .info-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.contact-us .info-list .item {
  display: flex;
  flex-direction: column;
}

.contact-us .info-list .item .title {
  line-height: 40px;
  font-size: 28px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-us .info-list .item .iconfont {
  font-size: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: #1a77fd;
}

.contact-us .info-list .item .val {
  line-height: 25px;
  font-size: 18px;
  color: #666666;
}

.contact-us .map {
  width: 100%;
  height: 560px;
  border: 1px solid #707070;
}

.contact-us .map div.info-middle {
  padding: 20px;
  display: flex;
  background: linear-gradient(180deg, #2270cb, #4cace8);
}

.contact-us .map div.info-middle .imgBox {
  padding: 30px 25px;
  background-color: #fff;
}

.contact-us .map div.info-middle img {
  width: 104px;
  height: 46px;
}

.contact-us .map div.info-middle > div {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-us .map div.info-middle > div .name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  padding-bottom: 15px;
}

.contact-us .map div.info-middle > div .name.en {
  padding-bottom: 10px;
}

.contact-us .map div.info-middle > div .address {
  line-height: 25px;
  font-size: 18px;
}

.swiperPagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.63);
  border-radius: 0;
  opacity: 1;
}

.swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  transform: rotate(45deg);
}

.image-c {
  position: relative;
}

.image-c .imgBox {
  width: 100%;
  height: 888px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-c .c-title {
  position: absolute;
  bottom: 20.5%;
  left: 8.5%;
  z-index: 9;
  width: 536px;
  height: 273px;
  background: rgba(0, 0, 0, 0.45);
  padding: 40px 70px;
}

.image-c .c-title .home-title {
  padding-bottom: 30px;
}

.image-c .swiperPagination {
  bottom: 7%;
}

.image-c .swiperPagination .swiper-pagination-bullet {
  margin: 0 13px;
}

.quality {
  padding: 50px 140px;
  text-align: center;
}

.quality .quality-swiper {
  padding: 130px 0 150px;
}

.quality .quality-swiper .swiper-slide .imgBox {
  padding: 10px;
  background-color: #fff;
}

.quality .quality-swiper .swiper-slide .imgBox img {
  width: 100%;
}

.quality .quality-swiper .swiper-slide .title {
  line-height: 40px;
  font-size: 20px;
  margin-top: 50px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
}

.quality .quality-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.4);
  z-index: 9;
}

.quality .quality-swiper .swiper-slide.swiper-slide-active .imgBox {
  padding: 8px;
}

.quality .quality-swiper .swiper-slide.swiper-slide-active .title {
  opacity: 1;
}

.quality .quality-swiper.title-s .swiper-slide.swiper-slide-active {
  transform: scale(1.4) translateY(10px);
}

.quality .quality-swiper.title-s .swiper-btn {
  top: 40%;
  transform: none;
}

.quality .quality-swiper .swiperPagination {
  bottom: 0;
}

.quality .quality-swiper .swiperPagination .swiper-pagination-bullet {
  margin: 0 13px;
}

.capacity-swiper .swiper-slide {
  text-align: center;
  height: 888px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.capacity-swiper .swiper-slide .title {
  position: absolute;
  z-index: 9;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 46px;
  font-weight: 500;
  color: #ffffff;
}

.capacity-swiper .swiper-slide .text {
  position: absolute;
  z-index: 9;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #ffffff;
}

.capacity-swiper.en .swiper-slide .title {
  width: 80%;
}

.capacity-swiper.en .swiper-slide .text {
  width: 80%;
  top: 46%;
}

.capacityTab-s {
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 13%;
}

.capacityTab-s .capacityTab-swiper, .capacityTab-s .capacityTab-swipers {
  width: 640px;
  margin: auto;
  position: initial;
}

.capacityTab-s .capacityTab-swiper .swiper-slide, .capacityTab-s .capacityTab-swipers .swiper-slide {
  width: 190px;
  height: 75px;
  background: #ffffff;
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.capacityTab-s .capacityTab-swiper .swiper-slide.swiper-slide-thumb-active, .capacityTab-s .capacityTab-swipers .swiper-slide.swiper-slide-thumb-active {
  background: #2c64f7;
  color: #fff;
}

.capacityTab-s.quality-c-s {
  position: relative;
  margin-bottom: 30px;
}

.strength {
  padding: 50px 140px 33px;
}

.strength .title {
  width: 416px;
  line-height: 40px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

.strength .strength-s {
  position: relative;
}

.strength .strength-swiper {
  width: 100%;
  position: initial;
}

.strength .strength-swiper .swiper-slide img {
  width: 100%;
  display: block;
}

.strength .strength-swiper .swiper-slide > img {
  margin-bottom: 14px;
}

.strength .strength-swiper .swiper-slide .img-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 14px;
}

.strength .strength-swiper .swiper-btn {
  left: auto;
  top: -40px;
  transform: translateY(-100%);
}

.strength .strength-swiper .swiper-button-prev {
  right: 88px;
}

.strength .strength-swiper .swiper-button-next {
  right: 0;
}

.strength.en .title {
  width: 80%;
}

.patent {
  padding: 50px 140px;
}

.patent .home-title {
  padding-bottom: 20px;
}

.patent .patent-s {
  position: relative;
}

.patent .patent-swiper {
  width: 100%;
  position: initial;
  margin-top: 37px;
  padding-bottom: 85px;
}

.patent .patent-swiper .swiper-slide {
  padding: 34px 42px 36px;
  background: #ffffff;
  border-radius: 10px;
}

.patent .patent-swiper .swiper-slide .top {
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
}

.patent .patent-swiper .swiper-slide .top .title {
  height: 50px;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.patent .patent-swiper .swiper-slide .top .iconfont {
  margin-left: 10px;
  margin-right: 0;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.patent .patent-swiper .swiper-slide img {
  width: 100%;
}

.patent .patent-swiper .swiper-slide:hover {
  background: linear-gradient(180deg, #49abff, #597dbf);
}

.patent .patent-swiper .swiper-slide:hover .top .title, .patent .patent-swiper .swiper-slide:hover .top .iconfont {
  color: #fff;
}

.patent .patent-swiper .swiper-btn {
  left: auto;
  top: -40px;
  transform: translateY(-100%);
}

.patent .patent-swiper .swiper-button-prev {
  right: 88px;
}

.patent .patent-swiper .swiper-button-next {
  right: 0;
}

.patent .patent-swiper .swiperPagination {
  bottom: 0;
}

.patent .patent-swiper .swiperPagination .swiper-pagination-bullet {
  margin: 0 13px;
}

.design {
  text-align: center;
  padding: 50px 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.design .design-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.design .design-c img {
  width: 48%;
}

.design .design-c .swiper {
  height: 500px;
}

.design .design-c .swiper .swiper-slide {
  width: 170px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.design .design-c .swiper.design-l-swiper {
  padding-left: 70px;
}

.design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-next {
  transform: translateX(-47px);
}

.design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-active {
  transform: translateX(-70px);
}

.design .design-c .swiper.design-r-swiper {
  padding-right: 70px;
}

.design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-next {
  transform: translateX(47px);
}

.design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-active {
  transform: translateX(70px);
}

.home-about {
  padding: 80px 140px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-about .text {
  font-size: 20px;
  color: #ffffff;
  margin: 50px auto 30px;
}

.home-about .more {
  display: flex;
}

.home-about .more .more-btn {
  width: 164px;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  color: #0137a3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 37px;
}

.home-about .more img {
  width: 60px;
  height: 60px;
}

.home-about .about-stat {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 0 20px;
}

.home-about .about-stat .stat-item {
  text-align: center;
}

.home-about .about-stat .stat-item .item-data {
  padding-top: 7px;
}

.home-about .about-stat .stat-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.home-about .about-stat .stat-item .about-data {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #0060de;
  letter-spacing: 0.96px;
  margin-bottom: 6px;
}

.home-about .about-stat .stat-item .item-explain {
  line-height: 28px;
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0.4px;
  margin-top: 7px;
}

.home-about .about-stat .stat-item .pf {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #0060de;
  letter-spacing: 0.96px;
}

.home-about .about-stat .stat-item .add {
  font-size: 20px;
  font-weight: 700;
  color: #0060de;
  vertical-align: top;
}

.home-capacity .home-title {
  margin-bottom: 40px;
}

.home-capacity .home-title h3 {
  color: #000000;
}

.home-capacity .home-title h4 {
  color: #0060DE;
}

.home-capacity .capacity {
  display: flex;
}

.home-capacity .capacity .item {
  flex: 1;
  text-align: center;
  height: 565px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 12px;
  width: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-capacity .capacity .item:last-child {
  margin-right: 0;
}

.home-capacity .capacity .item > img {
  width: 60px;
  height: 60px;
  margin: 0 auto 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-capacity .capacity .item .text {
  line-height: 29px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: underline;
  color: #ffffff;
  letter-spacing: 0.42px;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-capacity .capacity .item .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-capacity .capacity .item .more img {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.home-capacity .capacity .item .title {
  width: 100%;
  padding: 0 5px;
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.32px;
  margin-bottom: 63px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-capacity .capacity .item.active {
  width: 446px;
  flex: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-capacity .capacity .item.active > img, .home-capacity .capacity .item.active .text, .home-capacity .capacity .item.active .more {
  opacity: 1;
}

.home-capacity .capacity .item.active .title {
  display: none;
}

.home-news {
  padding: 80px 140px 90px;
}

.home-news .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.home-news .news-top .more-btn {
  height: fit-content;
  padding: 9px 29px;
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
  background: #0060de;
}

.home-news .news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 14px;
}

.home-news .news .item .imgBox {
  position: relative;
  overflow: hidden;
}

.home-news .news .item .imgBox img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-news .news .item .imgBox span {
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 12px;
  background: #0060de;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-news .news .item .info {
  line-height: 20px;
  font-size: 14px;
  color: #0060de;
  margin-bottom: 10px;
}

.home-news .news .item .title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #020202;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.home-news .news .item .content {
  padding: 22px 23px 30px;
  background: #fff;
}

.home-news .news .item .content .text {
  font-size: 16px;
  color: #a5a5a5;
  padding-top: 16px;
  line-height: 22px;
  border-top: 1px solid #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home-news .news .item.item-list {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 16px 0;
}

.home-news .news .item.item-list .l-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 14px 30px 16px 22px;
}

.home-news .news .item.item-list .l-item .info {
  margin-bottom: 10px;
}

.home-news .news .item.item-list .l-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  margin-bottom: 10px;
}

.home-news .news .item.item-list .l-item .time {
  line-height: 17px;
  font-size: 12px;
  color: #a2a2a2;
}

.home-news .news .item.item-list .l-item img {
  width: 24px;
  height: 24px;
}

.home-news .news .item.item-hover:hover .title, .home-news .news .item.item-hover:hover .text, .home-news .news .item.item-hover:hover .time, .home-news .news .item .item-hover:hover .title, .home-news .news .item .item-hover:hover .text, .home-news .news .item .item-hover:hover .time {
  color: #0060de;
  border-color: #0060de;
}

.home-news .news .item.item-hover:hover .imgBox img, .home-news .news .item .item-hover:hover .imgBox img {
  transform: scale(1.1);
}

.home-news .news .item:nth-child(3) {
  display: none;
}

.home-car-swiper .swiper-button-next, .home-car-swiper .swiper-button-prev {
  background-color: #fff;
  color: #000;
  font-size: 24px;
}

.home-car-swiper .swiper-button-next:hover, .home-car-swiper .swiper-button-prev:hover {
  background-color: #3b70e6;
  border-color: #3b70e6;
  color: #fff;
}

.home-car-swiper .swiper-button-next {
  right: 3%;
}

.home-car-swiper .swiper-button-prev {
  left: 3%;
}

.home-car {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 16px;
  height: 620px;
  position: relative;
}

.home-car .bg-box {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-car span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
}

.home-car .l {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 16px 0;
}

.home-car .l .l-t {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 16px;
}

.home-car .l .l-t .bg-box:first-child {
  padding: 60px 40px 46px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-car .l .l-t .bg-box:first-child .text {
  line-height: 45px;
  font-size: 32px;
}

.home-car .l .l-t .bg-box:first-child .info {
  line-height: 25px;
  font-size: 18px;
}

.home-car .r, .home-car .l .l-b {
  position: relative;
}

.home-footer {
  display: flex;
  padding: 80px 0 50px;
  color: #ffffff;
}

.home-footer a {
  color: #ffffff;
}

.home-footer a:hover {
  color: var(--primary-color);
}

.home-footer .text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.99px;
}

.home-footer .footer-l {
  width: 32.4%;
  padding: 36px 0 40px;
  border-bottom: 2px solid rgba(214, 214, 214, 0.48);
}

.home-footer .footer-l img {
  width: 415px;
  margin-bottom: 95px;
}

.home-footer .footer-l .contact-us {
  padding-top: 30px;
  border-top: 2px solid rgba(214, 214, 214, 0.48);
}

.home-footer .footer-l .contact-us .info {
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 1.12px;
  margin-bottom: 5px;
}

.home-footer .footer-l .contact-us .phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.68px;
  margin-bottom: 30px;
}

.home-footer .footer-l .contact-us .phone .iconfont {
  color: #0060de;
  background-color: #fff;
  font-size: 40px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-footer .footer-r {
  flex: 1;
  padding: 0 0 40px 160px;
  border-bottom: 2px solid rgba(214, 214, 214, 0.48);
}

.home-footer .footer-r .list {
  display: flex;
}

.home-footer .footer-r .list .item {
  flex: 1;
}

.home-footer .footer-r .list .item .title {
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 1.12px;
  margin-bottom: 40px;
}

.home-footer .footer-r .list .item .text {
  margin-bottom: 15px;
}

.home-footer .footer-r .list .item .text, .home-footer .footer-r .list .item .title {
  color: #fff;
  display: block;
}

.home-footer .footer-r .list .item .text:hover, .home-footer .footer-r .list .item .title:hover {
  color: var(--primary-color);
}

.home-footer .footer-r > .text {
  margin-top: 12px;
}

.home-product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 140px 50px;
}

.home-product .d-l {
  width: 340px;
}

.home-product .d-l .home-title.line {
  padding-bottom: 30px;
}

.home-product .d-l .tab_swiper {
  height: 400px;
  margin-left: -20px;
  margin-top: 40px;
}

.home-product .d-l .tab_swiper .swiper-slide {
  padding: 5px;
  width: 160px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.49);
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.home-product .d-l .tab_swiper .swiper-slide:hover, .home-product .d-l .tab_swiper .swiper-slide.swiper-slide-thumb-active {
  color: var(--primary-color);
}

.home-product .d-l .tab_swiper .swiper-slide.swiper-slide-thumb-active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.home-product.en .d-l .tab_swiper .swiper-slide {
  line-height: 1;
  font-size: 20px;
  text-align: center;
}

.demand-nav-c {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 140px;
}

.demand-nav-c .demand-nav {
  display: flex;
}

.demand-nav-c .demand-nav .nav {
  width: 190px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.demand-nav-c .demand-nav .nav img {
  width: 24px;
  margin-right: 15px;
}

.demand-nav-c .demand-nav .nav img:nth-child(1) {
  display: none;
}

.demand-nav-c .demand-nav .nav img:nth-child(2) {
  display: block;
}

.demand-nav-c .demand-nav .nav.active, .demand-nav-c .demand-nav .nav:hover {
  background: #2c64f7;
  color: #ffffff;
}

.demand-nav-c .demand-nav .nav.active img:nth-child(1), .demand-nav-c .demand-nav .nav:hover img:nth-child(1) {
  display: block;
}

.demand-nav-c .demand-nav .nav.active img:nth-child(2), .demand-nav-c .demand-nav .nav:hover img:nth-child(2) {
  display: none;
}

.demand-title {
  line-height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
}

.demand-title img {
  width: 25px;
  margin-right: 15px;
}

.demand-list {
  background: #ffffff;
  padding: 20px 24px;
  margin: 0 140px 55px;
}

.demand-list .list {
  padding: 26px 48px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 52px;
}

.demand-list .list .item {
  padding: 45px 45px 45px 36px;
  background: #ebebeb;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.demand-list .list .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demand-list .list .item .top img {
  width: 28px;
  height: 30px;
  margin-right: 38px;
}

.demand-list .list .item .top .t-name {
  flex: 1;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.demand-list .list .item .top .t-info {
  flex: 1;
  margin: 0 40px 0 20px;
  flex-shrink: 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.demand-list .list .item .top .icon {
  width: 30px;
  height: 30px;
  border: 2px solid #155ee8;
  border-radius: 50%;
  position: relative;
}

.demand-list .list .item .top .icon::before, .demand-list .list .item .top .icon::after {
  content: '';
  background: #155ee8;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demand-list .list .item .top .icon::before {
  width: 14px;
  height: 3px;
}

.demand-list .list .item .top .icon::after {
  width: 3px;
  height: 14px;
}

.demand-list .list .item .top .iconfont {
  font-size: 30px;
  line-height: 30px;
  color: #155EE8;
}

.demand-list .list .item .top .iconfont.close {
  display: none;
}

.demand-list .list .item .info {
  line-height: 25px;
  font-size: 18px;
  color: #666666;
  margin: 18px 68px 35px;
  display: none;
}

.demand-list .list .item .apply-btn {
  margin: 0 68px;
  display: none;
}

.demand-list .list .item.active {
  border: 1px solid #2c64f7;
  background: #fff;
}

.demand-list .list .item.active .top .t-info {
  display: none;
}

.demand-list .list .item.active .top .t-name {
  display: block;
}

.demand-list .list .item.active .top .icon::after {
  display: none;
}

.demand-list .list .item.active .info {
  display: block;
}

.demand-list .list .item.active .apply-btn {
  display: flex;
}

.detail-main {
  padding: 0 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.detail-main .main-l {
  width: 50%;
  padding: 17px 0 55px;
}

.detail-main .main-l .breadCrumb {
  margin-left: 180px;
}

.detail-main .main-l .main-swiper {
  width: 462px;
  height: 430px;
  margin-bottom: 15px;
}

.detail-main .main-l .main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-main .main-l .main-swiper .swiper-slide img {
  width: 90%;
}

.detail-main .main-l .main-btn-s {
  padding: 0 150px;
  position: relative;
}

.detail-main .main-l .main-btn-s .main-btn-swiper {
  height: 120px;
  position: initial;
}

.detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide img {
  width: 90%;
}

.detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide.swiper-slide-thumb-active {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.detail-main .main-l .main-btn-s .main-btn-swiper .swiper-button-prev {
  left: 80px;
}

.detail-main .main-l .main-btn-s .main-btn-swiper .swiper-button-next {
  right: 80px;
}

.detail-main .main-r {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail-main .main-r .content {
  padding: 70px 40px 0 100px;
}

.detail-main .main-r .title {
  line-height: 44px;
  font-size: 32px;
  margin-bottom: 25px;
}

.detail-main .main-r .subtitle {
  line-height: 30px;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 26px;
}

.detail-main .main-r .text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
}

.detail-main .main-r .btn-l {
  display: flex;
}

.detail-main .main-r .btn-l .apply-btn {
  margin-right: 35px;
  background: #fff;
  color: #000000;
}

.detail-main .main-r .btn-l .apply-btn .iconfont {
  font-size: 14px;
  transform: rotate(-90deg);
  margin-left: 22px;
}

.detail-main .main-r .btn-l .apply-btn:hover {
  background: #2c64f7;
  color: #fff;
}

.detail-main .main-r .info-list {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.detail-main .main-r .info-list .info {
  padding: 70px 0 60px;
  text-align: center;
}

.detail-main .main-r .info-list .info img {
  width: 35px;
}

.detail-main .main-r .info-list .info .name {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 16px;
}

.detail-main .main-r .info-list .info .val {
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
}

#contact_us {
  margin-bottom: 40px;
}

.detail-plate {
  margin: 0 140px 20px;
  background: #fff;
}

.detail-plate .demand-title {
  padding: 8px 26px;
  border-bottom: 1px solid #f4f4f4;
}

.detail-plate .text {
  padding: 25px 72px 60px;
  font-size: 16px;
  color: #666666;
}

.detail-plate .specification-list {
  padding: 38px 72px 45px;
}

.detail-plate .specification-list .item {
  height: 80px;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  text-align: center;
}

.detail-plate .specification-list .item .t {
  width: 300px;
}

.detail-plate .specification-list .item .val {
  flex: 1;
}

.detail-plate .specification-list .item:first-child {
  border-top: 1px solid #ebebeb;
}

.detail-plate .specification-list .item:last-child {
  border-bottom: 1px solid #ebebeb;
}

.detail-plate .specification-list .item:nth-child(2n) {
  background-color: #ebebeb;
}

.detail-plate form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 27px 43px;
  padding: 24px 72px 30px;
}

.detail-plate form .form-item .name {
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.detail-plate form .form-item input {
  height: 80px;
  font-size: 16px;
  background-color: #ebebeb;
  border: none;
  width: 100%;
  padding: 0 27px;
  color: #8b8b8b;
}

.detail-plate form .form-item input:focus {
  outline: none;
}

.detail-plate form .apply-btn {
  border: none;
  margin-top: auto;
}

.consult {
  position: relative;
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.consult .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.33);
  display: flex;
  justify-content: center;
  align-items: center;
}

.consult .overlay .dialog {
  position: relative;
  width: 694px;
  padding: 55px 35px 30px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 10px;
  transform: translateY(-20%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.consult .overlay .dialog.active {
  transform: translateY(0);
}

.consult .overlay .dialog .title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}

.consult .overlay .dialog .info {
  line-height: 22px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 40px;
}

.consult .overlay .dialog form {
  text-align: center;
}

.consult .overlay .dialog form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.consult .overlay .dialog form input {
  width: 100%;
  height: 80px;
  background: #ebebeb;
  padding: 0 28px;
  font-size: 16px;
  color: #8b8b8b;
  border: none;
  margin-bottom: 20px;
}

.consult .overlay .dialog form input:focus {
  outline: none;
}

.consult .overlay .dialog form button {
  border: none;
  margin: 55px auto 0;
}

.consult .overlay .dialog .close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.consult .overlay .dialog .close .iconfont {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.consult .overlay .dialog .close:hover .iconfont {
  color: var(--primary-color);
}

.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.overlay-container .overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.overlay-container .overlay .dialog {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  width: 70%;
  padding: 15px;
  transform: translateY(-20%);
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.overlay-container .overlay .dialog.active {
  transform: translateY(0);
}

.overlay-container .overlay .dialog .iconfont {
  position: absolute;
  right: 0;
  top: -50px;
  height: 40px;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overlay-container .overlay .dialog .dialog-video {
  display: block;
  width: 100%;
}

@media (max-width: 1920px) {
  :root {
    --container-lr-gap: 140px;
    --image-height: 810px;
  }
  .container-content {
    padding-right: var(--container-lr-gap);
    padding-left: var(--container-lr-gap);
  }
  .product-c {
    height: 640px;
    padding: 100px var(--container-lr-gap) 40px;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 110px;
  }
  .product-d {
    padding: 130px var(--container-lr-gap) 30px;
  }
  .product-d .d-r img {
    width: 56%;
  }
  .product-d .d-r .more {
    margin: 0 auto 40px;
  }
  .breadCrumb {
    font-size: 14px;
  }
  .breadCrumb .iconfont {
    font-size: 17px;
    margin-right: 4px;
  }
  .catalogue-header {
    padding: 14px var(--container-lr-gap) 20px;
  }
  .catalogue-header .home-title .info {
    font-size: 20px;
  }
  .product-catalogue {
    padding-top: 16px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 20px 26px 14px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 160px;
    margin-bottom: 15px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 80px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 20px;
  }
  .about_us {
    padding: 40px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 17px;
    margin-bottom: 120px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 30px 66px 25px;
  }
  .about_us .profile .content {
    margin-bottom: 25px;
  }
  .about_us .profile .content .title h3 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 13px;
  }
  .about_us .profile .content .title h4 {
    line-height: 25px;
    font-size: 22px;
  }
  .about_us .profile .content .text {
    width: 58%;
    font-size: 18px;
    margin-top: 25px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 135px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 34px 20px 24px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 42px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 20px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 48px;
    height: 48px;
    margin: 0 20px;
  }
  .sentiment {
    padding: 110px 0 90px;
  }
  .history {
    padding: 40px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 20px;
  }
  .history .history-swiper {
    margin-top: 50px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 170px;
    font-size: 130px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 18px;
    height: 140px;
  }
  .history .year-s {
    padding: 0 var(--container-lr-gap);
  }
  .history .year-swiper {
    margin-top: 50px;
  }
  .history .year-swiper::before {
    height: 4px;
    left: 0;
    top: 85px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 17px;
  }
  .history .year-swiper .swiper-slide img {
    width: 38px;
    height: 38px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 20px;
    height: 20px;
    margin: 10px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 6px;
    width: 43px;
    line-height: 25px;
    font-size: 18px;
    width: 100%;
  }
  .honorary {
    padding: 40px var(--container-lr-gap) 50px;
  }
  .honorary .honorary-c {
    padding-top: 80px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    width: calc(100% - var(--container-lr-gap) - var(--container-lr-gap));
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    margin: 26px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 20px 44px;
  }
  .honorary .honorary-c .tab-list {
    flex: 1;
  }
  .honorary .honorary-c .tab-list .tab {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 70px;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 68px;
    font-size: 48px;
    margin-bottom: 4px;
  }
  .talent {
    padding: 40px var(--container-lr-gap);
  }
  .talent .talent-s {
    padding-top: 50px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 520px;
  }
  .demand-nav-c {
    padding: 0 var(--container-lr-gap);
  }
  .demand-list {
    margin: 0 var(--container-lr-gap) 55px;
  }
  .detail-main {
    padding: 0 var(--container-lr-gap);
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper {
    height: 110px;
  }
  .detail-plate {
    margin: 0 var(--container-lr-gap) 20px;
  }
  .image-c .imgBox {
    height: var(--image-height);
  }
  .quality {
    padding: 40px var(--container-lr-gap);
  }
  .quality .quality-swiper {
    padding: 120px 0 140px;
  }
  .capacity-swiper .swiper-slide {
    height: var(--image-height);
  }
  .capacity-swiper .swiper-slide .title {
    width: 350px;
    top: 28%;
    font-size: 46px;
  }
  .capacity-swiper .swiper-slide .text {
    top: 55%;
    font-size: 18px;
  }
  .design {
    padding: 40px var(--container-lr-gap);
  }
  .strength {
    padding: 40px var(--container-lr-gap) 20px;
  }
  .patent {
    padding: 40px var(--container-lr-gap);
  }
  .patent .patent-swiper {
    padding-bottom: 75px;
  }
  .culture .culture-c .c-l {
    padding: 40px var(--container-lr-gap);
  }
  .culture .culture-c .c-r .item {
    padding: 40px 60px 40px;
  }
  .culture .culture-c .c-r .item .text {
    margin-bottom: 35px;
  }
  .culture-s {
    padding: 16px var(--container-lr-gap);
  }
  .catalogue-header.news-header {
    padding-top: 20px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab .iconfont {
    font-size: 14px;
    margin-left: 9px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .imgBox {
    height: 200px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .info {
    line-height: 20px;
    font-size: 16px;
    padding: 4px 14px;
    margin-bottom: 10px;
    margin: 0 20px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .title {
    line-height: 22px;
    font-size: 18px;
    margin: 0 20px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time {
    line-height: 20px;
    font-size: 16px;
    margin: 0 16px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time .iconfont {
    font-size: 18px;
    margin-right: 6px;
  }
  .home-capacity .home-title {
    margin-bottom: 30px;
  }
  .home-capacity .capacity .item {
    height: 500px;
  }
  .home-about {
    padding: 60px var(--container-lr-gap) 0;
  }
  .home-about .text {
    font-size: 18px;
    margin: 30px auto 30px;
  }
  .home-about .more .more-btn {
    width: 164px;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 37px;
  }
  .home-about .more img {
    width: 60px;
    height: 60px;
  }
  .home-about .about-stat {
    height: 210px;
    padding: 30px 0 20px;
    margin-top: 30px;
  }
  .home-about .about-stat .stat-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 28px;
    font-size: 20px;
  }
  .home-news {
    padding: 70px var(--container-lr-gap) 80px;
  }
  .home-news .news-top {
    margin-bottom: 30px;
  }
  .home-product {
    padding: 50px var(--container-lr-gap) 40px;
  }
  .business {
    padding: 40px var(--container-lr-gap);
  }
  .business .home-title {
    padding-bottom: 20px;
  }
  .business-swiper {
    margin-top: 20px;
  }
  .global-nav .nav-pc {
    padding: 0 var(--container-lr-gap);
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top-c {
    padding: 12px var(--container-lr-gap);
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content {
    margin: 14px var(--container-lr-gap) 30px;
  }
}

@media (max-width: 1800px) {
  :root {
    --index-lr-gap: 120px;
    --image-height: 780px;
  }
  .container {
    width: 100%;
    max-width: none;
    padding: 0 var(--index-lr-gap);
  }
  .container-content {
    width: 100%;
    max-width: none;
    padding-right: calc(var(--container-lr-gap) + var(--index-lr-gap));
    padding-left: calc(var(--container-lr-gap) + var(--index-lr-gap));
  }
  .breadCrumb {
    font-size: 14px;
  }
  .breadCrumb .iconfont {
    font-size: 17px;
    margin-right: 4px;
  }
  .catalogue-header {
    padding: 14px 140px 20px;
  }
  .catalogue-header .home-title .info {
    font-size: 18px;
  }
  .product-catalogue {
    padding-top: 16px;
    height: 80%;
  }
  .product-catalogue .catalogue_l {
    width: 24%;
    padding: 15px 10px 15px 22px;
    background: #ffffff;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 51px;
    background: #ebebeb;
    padding: 0 16px;
    display: flex;
    align-items: center;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 15px;
    color: #605f5f;
  }
  .product-catalogue .catalogue_l .search-c input {
    font-size: 16px;
    color: #605f5f;
    padding-left: 8px;
    border: none;
    background: transparent;
  }
  .product-catalogue .catalogue_l .search-c input:focus {
    outline: none;
  }
  .product-catalogue .catalogue_l .all-p {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 16px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
  }
  .product-catalogue .catalogue_l .all-p .l .num {
    color: #2270CB;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 16px;
    text-decoration: underline;
    color: #b4b4b4;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    overflow-y: auto;
    height: 416px;
    padding-right: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #2270cb;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 20px 0 16px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n:first-child {
    margin-top: 0;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 40px;
    background: #ebebeb;
    border-radius: 2px;
    font-size: 12px;
    color: #605f5f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-catalogue .catalogue_r {
    padding-left: 18px;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 16px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 15px 20px 14px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 160px;
    margin-bottom: 15px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    line-height: 1;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 15px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 75px;
    font-size: 13px;
    line-height: 1;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 20px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 0 10px;
  }
  .about_us {
    padding: 40px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 17px;
    margin-bottom: 110px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 25px 55px 20px;
  }
  .about_us .profile .content {
    margin-bottom: 20px;
  }
  .about_us .profile .content .title h3 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 13px;
  }
  .about_us .profile .content .title h4 {
    line-height: 25px;
    font-size: 22px;
  }
  .about_us .profile .content .text {
    width: 62%;
    font-size: 16px;
    margin-top: 20px;
    height: 260px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 135px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 24px 10px 16px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 42px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 20px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 44px;
    height: 44px;
    margin: 0 10px;
  }
  .sentiment {
    padding: 90px 0 80px;
  }
  .sentiment .text-swiper {
    height: 236px;
    margin: 70px auto;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 68px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
    left: 140px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
    right: 140px;
  }
  .history {
    padding: 40px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 20px;
  }
  .history .history-swiper {
    margin-top: 40px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 150px;
    font-size: 120px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 18px;
    height: 140px;
  }
  .history .year-swiper {
    margin-top: 40px;
  }
  .history .year-swiper::before {
    height: 4px;
    left: 0;
    top: 72px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 1;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 17px;
  }
  .history .year-swiper .swiper-slide img {
    width: 38px;
    height: 38px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 20px;
    height: 20px;
    margin: 10px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    line-height: 20px;
    font-size: 18px;
    width: 100%;
  }
  .honorary {
    padding: 40px var(--container-lr-gap) 50px;
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 80px;
  }
  .honorary .honorary-c .swiper-tabList {
    width: 91%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 70px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 240px;
    height: 270px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 18px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 44px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 26px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 15px 35px;
  }
  .honorary .honorary-c .tab-list {
    flex: 1;
  }
  .honorary .honorary-c .tab-list .tab {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 56px;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 58px;
    font-size: 46px;
    margin-bottom: 4px;
  }
  .apply-btn {
    width: 145px;
    height: 50px;
    font-size: 16px;
  }
  .talent .home-title {
    padding-bottom: 20px;
  }
  .talent .talent-s {
    padding-top: 40px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 480px;
    padding: 14px 0 30px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 730px;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 110px);
    padding-left: 30px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 18px 40px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 28px;
    height: 30px;
    margin-bottom: 38px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .iconfont {
    font-size: 30px;
    height: 30px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 14px 0 16px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 25px;
    font-size: 18px;
    margin-right: 120px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    font-weight: 500;
    padding-right: 5px;
    margin-right: 10px;
    margin: 20px 10px 30px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 16px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-list .list .item {
    padding: 40px 45px 40px 36px;
  }
  .quality .quality-swiper {
    padding: 100px 0 120px;
  }
  .quality .quality-swiper .swiper-slide .imgBox {
    padding: 10px;
  }
  .quality .quality-swiper .swiper-slide .title {
    line-height: 40px;
    font-size: 20px;
    margin-top: 40px;
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.4);
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active .imgBox {
    padding: 8px;
  }
  .quality .quality-swiper.title-s .swiper-slide.swiper-slide-active {
    transform: scale(1.4) translateY(10px);
  }
  .quality .quality-swiper.title-s .swiper-btn {
    top: 40%;
  }
  .quality .quality-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .capacityTab-s {
    bottom: 13%;
  }
  .capacityTab-s .capacityTab-swiper, .capacityTab-s .capacityTab-swipers {
    width: 640px;
  }
  .capacityTab-s .capacityTab-swiper .swiper-slide, .capacityTab-s .capacityTab-swipers .swiper-slide {
    width: 190px;
    height: 75px;
    font-size: 18px;
  }
  .capacityTab-s.quality-c-s {
    margin-bottom: 30px;
  }
  .capacity-swiper .swiper-slide .title {
    top: 20%;
    font-size: 42px;
  }
  .capacity-swiper .swiper-slide .text {
    top: 42%;
    font-size: 18px;
  }
  .capacity-swiper.en .swiper-slide .title {
    width: 80%;
  }
  .capacity-swiper.en .swiper-slide .text {
    top: 42%;
  }
  .contact-us .info-list {
    margin-bottom: 40px;
  }
  .contact-us .info-list .item .title {
    line-height: 34px;
    font-size: 26px;
  }
  .contact-us .map {
    height: 560px;
  }
  .culture .culture-c .c-l {
    width: 33.6%;
    padding: 40px 40px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 20px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 40px 54px 40px;
  }
  .culture .culture-c .c-r .item img {
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 16px;
    margin-bottom: 20px;
    height: 72px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 44px;
    font-size: 28px;
  }
  .culture-s {
    padding: 16px var(--container-lr-gap);
    margin-top: 20px;
  }
  .culture-s .culture-swiper .swiper-slide {
    height: 120px;
    padding: 12px 16px 0;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 18px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 45px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 45px;
  }
  .home-manufacture .home-title {
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item {
    padding: 50px 40px 0;
    height: 220px;
  }
  .home-manufacture .m-list .item img {
    width: 34px;
    margin-bottom: 19px;
  }
  .home-manufacture .m-list .item .name {
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 13px;
  }
  .home-manufacture .m-list .item .text {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .home-manufacture .m-list .item .more {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
  .home-manufacture .m-list .item .more .iconfont {
    font-size: 14px;
    margin-left: 10px;
  }
  .home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
    padding-top: 10px;
  }
  .home-manufacture.en .m-list .item {
    padding: 40px 20px 0;
  }
  .home-manufacture.en .m-list .item.active {
    padding-top: 0;
  }
  .home-manufacture.en .m-list .item.active img {
    margin-bottom: 0;
  }
  .home-capacity .home-title {
    margin-bottom: 20px;
  }
  .home-capacity .capacity .item {
    height: 460px;
  }
  .home-news {
    padding: 50px var(--container-lr-gap) 60px;
  }
  .home-news .news-top {
    margin-bottom: 20px;
  }
  .home-news .news-top .more-btn {
    padding: 9px 29px;
    line-height: 22px;
    font-size: 16px;
  }
  .home-news .news {
    grid-gap: 0 14px;
  }
  .home-news .news .item .imgBox span {
    line-height: 20px;
    font-size: 14px;
    padding: 7px 12px;
  }
  .home-news .news .item .info {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home-news .news .item .title {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-news .news .item .content {
    padding: 20px 20px 25px;
  }
  .home-news .news .item .content .text {
    font-size: 16px;
    padding-top: 15px;
    line-height: 22px;
  }
  .home-news .news .item.item-list {
    grid-gap: 16px 0;
  }
  .home-news .news .item.item-list .l-item {
    padding: 14px 30px 16px 22px;
  }
  .home-news .news .item.item-list .l-item .info {
    margin-bottom: 10px;
  }
  .home-news .news .item.item-list .l-item .title {
    height: auto;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .home-news .news .item.item-list .l-item .time {
    line-height: 17px;
    font-size: 12px;
  }
  .home-news .news .item.item-list .l-item img {
    width: 24px;
    height: 24px;
  }
  .home-car {
    height: 600px;
  }
  .catalogue-header.news-header {
    padding-top: 10px;
  }
  .product-catalogue .catalogue_r .news-list {
    grid-gap: 16px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .imgBox {
    margin-bottom: 12px;
    height: auto;
  }
  .product-catalogue .catalogue_r .news-list .news-item .info {
    line-height: 1;
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin: 0 15px 5px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .title {
    line-height: 22px;
    font-size: 16px;
    margin: 0 20px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time {
    line-height: 18px;
    font-size: 14px;
    margin: 0 16px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time .iconfont {
    font-size: 16px;
    margin-right: 6px;
  }
  .select-box .select-name, .product-select .select-name {
    font-size: 14px;
  }
  .select-box .select-name .iconfont, .product-select .select-name .iconfont {
    font-size: 14px;
    margin-left: 4px;
  }
  .select-box .select-list .option, .product-select .select-list .option {
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 2px;
  }
  .select-box.product-select, .product-select.product-select {
    /*width: 50px;*/
    height: 80%;
  }
  .select-box.product-select .select-name .iconfont, .product-select.product-select .select-name .iconfont {
    font-size: 12px;
  }
}

@media (max-width: 1600px) {
  :root {
    --index-lr-gap: 80px;
    --container-lr-gap: 110px;
    --image-height: 720px;
  }
  .home-title h3 {
    font-size: 36px;
    line-height: 54px;
  }
  .home-title h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .home-title .info {
    font-size: 20px;
  }
  .product-c {
    height: 580px;
    padding: 100px var(--container-lr-gap) 40px;
  }
  .product-c .text {
    margin-top: 50px;
    width: 700px;
    font-size: 18px;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 85px;
    font-size: 20px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
    left: 110px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
    right: 110px;
  }
  .product-d {
    padding: 100px 110px 30px;
  }
  .product-d .d-l > .swiper {
    height: 360px;
  }
  .product-d .d-l > .swiper .nav {
    font-size: 20px;
    padding: 25px 28px;
  }
  .product-d .d-r .title {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .product-d .d-r .text {
    font-size: 18px;
    height: 81px;
  }
  .product-d .d-r .more {
    margin: 0 auto 40px;
    width: 150px;
    height: 52px;
    border-radius: 26px;
  }
  .breadCrumb {
    font-size: 14px;
  }
  .breadCrumb .iconfont {
    font-size: 17px;
    margin-right: 4px;
  }
  .catalogue-header {
    padding: 10px var(--container-lr-gap) 15px;
  }
  .catalogue-header .home-title .info {
    font-size: 16px;
  }
  .product-catalogue {
    padding-top: 16px;
    height: 80%;
  }
  .product-catalogue .catalogue_l {
    width: 24%;
    padding: 15px 10px 15px 22px;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 44px;
    padding: 0 16px;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 15px;
  }
  .product-catalogue .catalogue_l .search-c input {
    font-size: 16px;
    padding-left: 8px;
  }
  .product-catalogue .catalogue_l .all-p {
    padding: 10px 0 12px;
    margin-bottom: 15px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 26px;
    font-size: 16px;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 14px;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    height: 416px;
    padding-right: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 8px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 20px;
    font-size: 16px;
    margin: 20px 0 16px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    grid-gap: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r {
    padding-left: 14px;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 12px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 15px 20px 14px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 150px;
    margin-bottom: 15px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 12px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 70px;
    font-size: 13px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 20px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 0 10px;
  }
  .about_us {
    padding: 40px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 14px;
    margin-bottom: 90px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 25px 50px 20px;
  }
  .about_us .profile .content {
    margin-bottom: 20px;
  }
  .about_us .profile .content .title h3 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 13px;
  }
  .about_us .profile .content .title h4 {
    line-height: 20px;
    font-size: 20px;
  }
  .about_us .profile .content .text {
    width: 68%;
    font-size: 16px;
    margin-top: 20px;
    height: 240px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 100px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 24px 10px 16px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 42px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 20px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 44px;
    height: 44px;
    margin: 0 10px;
  }
  .sentiment {
    padding: 80px 0 70px;
  }
  .sentiment .home-title {
    padding-bottom: 10px;
  }
  .sentiment .home-title.line::before {
    width: 260px;
  }
  .sentiment .home-title.line::after {
    width: 130px;
  }
  .sentiment .text-swiper {
    width: 70%;
    height: 236px;
    margin: 60px auto;
  }
  .sentiment .text-swiper .swiper-slide {
    font-size: 16px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper {
    width: 70%;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 62px;
    font-size: 16px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
    left: 110px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
    right: 110px;
  }
  .history {
    padding: 40px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 20px;
  }
  .history .history-swiper {
    margin-top: 30px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 130px;
    font-size: 110px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 16px;
    height: 120px;
  }
  .history .year-swiper {
    margin-top: 30px;
  }
  .history .year-swiper::before {
    height: 4px;
    left: 0;
    top: 72px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 17px;
  }
  .history .year-swiper .swiper-slide img {
    width: 38px;
    height: 38px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 20px;
    height: 20px;
    margin: 10px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
  }
  .honorary {
    padding: 40px var(--container-lr-gap) 50px;
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 80px;
  }
  .honorary .honorary-c .swiper-tabList {
    width: 91%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 60px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 220px;
    height: 220px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 16px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    padding: 0 20px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 16px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 15px 35px;
  }
  .honorary .honorary-c .tab-list .tab {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: 2px;
  }
  .apply-btn {
    width: 135px;
    height: 45px;
    font-size: 15px;
  }
  .talent .home-title {
    padding-bottom: 20px;
  }
  .talent .talent-s {
    padding-top: 40px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 430px;
    padding: 10px 0 20px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 600px;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 18px 30px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 28px;
    height: 30px;
    margin-bottom: 38px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .iconfont {
    font-size: 30px;
    height: 30px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 14px 0 16px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 25px;
    font-size: 16px;
    margin-right: 120px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    font-weight: 500;
    padding-right: 5px;
    margin-right: 10px;
    margin: 15px 10px 20px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 15px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-nav-c {
    margin-bottom: 20px;
  }
  .demand-nav-c .demand-nav .nav {
    width: 190px;
    height: 75px;
    font-size: 18px;
  }
  .demand-nav-c .demand-nav .nav img {
    width: 24px;
  }
  .demand-title {
    line-height: 40px;
    font-size: 28px;
  }
  .demand-title img {
    width: 22px;
  }
  .demand-list {
    padding: 20px 24px;
    margin-bottom: 50px;
  }
  .demand-list .list {
    padding: 26px 48px 20px;
    grid-gap: 0 40px;
  }
  .demand-list .list .item {
    padding: 36px 34px 37px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .demand-list .list .item .top img {
    width: 28px;
    height: 30px;
    margin-right: 30px;
  }
  .demand-list .list .item .top .t-name {
    line-height: 26px;
    font-size: 20px;
  }
  .demand-list .list .item .top .t-info {
    margin: 0 20px 0 10px;
  }
  .demand-list .list .item .top .iconfont {
    font-size: 30px;
    line-height: 30px;
  }
  .demand-list .list .item .info {
    line-height: 25px;
    font-size: 16px;
    margin: 18px 68px 35px;
  }
  .demand-list .list .item .apply-btn {
    margin: 0 68px;
  }
  .detail-main .main-l {
    padding: 17px 0 55px;
  }
  .detail-main .main-l .breadCrumb {
    margin-left: 0;
  }
  .detail-main .main-l .main-swiper {
    width: 380px;
    height: 400px;
    margin-bottom: 15px;
  }
  .detail-main .main-l .main-swiper .swiper-slide img {
    width: 90%;
  }
  .detail-main .main-l .main-btn-s {
    padding: 0 100px;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper {
    height: 100px;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide img {
    width: 90%;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-button-prev {
    left: 40px;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-button-next {
    right: 40px;
  }
  .detail-main .main-r .content {
    padding: 60px 40px 0 90px;
  }
  .detail-main .main-r .title {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .detail-main .main-r .subtitle {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 26px;
  }
  .detail-main .main-r .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .detail-main .main-r .btn-l .apply-btn {
    margin-right: 35px;
  }
  .detail-main .main-r .btn-l .apply-btn .iconfont {
    font-size: 12px;
    margin-left: 10px;
  }
  .detail-main .main-r .info-list .info {
    padding: 50px 0 40px;
  }
  .detail-main .main-r .info-list .info img {
    width: 35px;
  }
  .detail-main .main-r .info-list .info .name {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 16px;
  }
  .detail-main .main-r .info-list .info .val {
    line-height: 25px;
    font-size: 18px;
  }
  #contact_us {
    margin-bottom: 30px;
  }
  .detail-plate .demand-title {
    padding: 8px 26px;
  }
  .detail-plate .text {
    padding: 25px 66px 60px;
    font-size: 16px;
  }
  .detail-plate .specification-list {
    padding: 38px 66px 45px;
  }
  .detail-plate .specification-list .item {
    height: 80px;
    line-height: 25px;
    font-size: 18px;
  }
  .detail-plate .specification-list .item .t {
    width: 300px;
  }
  .detail-plate form {
    grid-gap: 27px 36px;
    padding: 24px 66px 30px;
    grid-template-columns: 1fr 1fr;
  }
  .detail-plate form .form-item .name {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .detail-plate form .form-item input {
    height: 70px;
    font-size: 16px;
    padding: 0 27px;
  }
  .image-c .c-title {
    width: 510px;
    height: 260px;
  }
  .capacityTab-s {
    bottom: 13%;
  }
  .capacityTab-s .capacityTab-swiper, .capacityTab-s .capacityTab-swipers {
    width: 640px;
  }
  .capacityTab-s .capacityTab-swiper .swiper-slide, .capacityTab-s .capacityTab-swipers .swiper-slide {
    width: 170px;
    height: 66px;
    font-size: 18px;
  }
  .capacityTab-s.quality-c-s {
    margin-bottom: 30px;
  }
  .contact-us .info-list {
    margin-bottom: 40px;
  }
  .contact-us .info-list .item .title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .contact-us .map {
    height: 500px;
  }
  .culture .culture-c .c-l {
    width: 33.6%;
    padding: 40px 40px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 20px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 30px 30px 34px;
  }
  .culture .culture-c .c-r .item img {
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 16px;
    margin-bottom: 20px;
    height: 72px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 40px;
    font-size: 26px;
  }
  .culture-s {
    padding: 16px var(--container-lr-gap);
    margin-top: 20px;
  }
  .culture-s .culture-swiper .swiper-slide {
    height: 120px;
    padding: 12px 16px 0;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 18px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 45px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 45px;
  }
  .home-about {
    padding: 60px var(--container-lr-gap) 0;
  }
  .home-about .text {
    font-size: 16px;
    margin: 30px auto 20px;
  }
  .home-about .more .more-btn {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
    margin-right: 30px;
  }
  .home-about .more img {
    width: 50px;
    height: 50px;
  }
  .home-about .about-stat {
    height: 180px;
    padding: 20px;
    margin-top: 20px;
  }
  .home-about .about-stat .stat-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 20px;
    font-size: 16px;
  }
  .home-about .about-stat .stat-item .pf {
    font-size: 40px;
  }
  .home-car {
    height: 560px;
  }
  .home-car .l .l-t .bg-box:first-child {
    padding: 60px 40px 46px;
  }
  .home-car .l .l-t .bg-box:first-child .text {
    line-height: 36px;
    font-size: 28px;
  }
  .home-car .l .l-t .bg-box:first-child .info {
    line-height: 20px;
    font-size: 16px;
  }
  .home-product {
    padding: 40px var(--container-lr-gap) 30px;
  }
  .home-product .d-l {
    width: 300px;
  }
  .home-product .d-l .home-title.line {
    padding-bottom: 20px;
  }
  .home-product .d-l .tab_swiper {
    height: 380px;
    margin-left: -20px;
    margin-top: 40px;
  }
  .home-product .d-l .tab_swiper .swiper-slide {
    width: 140px;
    line-height: 20px;
    font-size: 16px;
  }
  .home-product.en .d-l .tab_swiper .swiper-slide {
    font-size: 18px;
  }
  .home-banner .swiper-slide .title {
    top: 30%;
  }
  .home-banner .swiper-slide .title .n {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .home-banner .swiper-slide .title .t {
    font-size: 80px;
  }
  .news-detail {
    margin-bottom: 50px;
  }
  .news-detail .catalogue-header {
    margin-bottom: 20px;
  }
  .news-detail .detail {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 200px;
  }
  .news-detail .detail img {
    margin: 10px auto;
    max-width: 100%;
  }
  .news-detail .footer {
    padding: 20px 0 30px;
    margin: 0 140px;
  }
  .news-detail .footer a {
    line-height: 18px;
    font-size: 14px;
  }
  .news-detail .footer a:nth-child(2) {
    margin: 0 20px;
  }
  .business-swiper .swiper-slide {
    height: 110px;
  }
  .product-catalogue.page-product {
    margin-bottom: 50px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab {
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 8px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab .iconfont {
    font-size: 12px;
    margin-left: 6px;
  }
  .product-catalogue .catalogue_r .news-list {
    grid-gap: 12px;
  }
  .global-nav {
    --logo-height: 42px;
    --nav-li-gap: 12px;
  }
  .global-nav .nav-pc {
    padding: 0 var(--container-lr-gap);
  }
  .global-nav .nav-pc .nav-brand {
    padding: 24px 0;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box {
    padding: 30px 10px 30px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language {
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language .icon-earth-full {
    font-size: 16px;
    padding-right: 6px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language .icon-xiangxia2 {
    font-size: 14px;
    padding-left: 4px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search {
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search .iconfont {
    font-size: 16px;
    margin-right: 6px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a {
    line-height: 25px;
    font-size: 16px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a .iconfont {
    font-size: 14px;
    margin-left: 4px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list {
    --hide-list-gap: 30px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item .hide-item-row {
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item .hide-item-row .iconfont {
    font-size: 14px;
    padding-left: 20px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-list-container {
    max-height: 74vh;
    padding: 16px 0 0;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top-c {
    padding: 12px var(--container-lr-gap);
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top {
    padding: 10px 0;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top .item {
    font-size: 18px;
    padding: 10px 24px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content {
    margin: 14px var(--container-lr-gap) 30px;
    padding-right: 10px;
    grid-gap: 16px;
    height: 48vh;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item {
    line-height: 20px;
    font-size: 16px;
    height: 50px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item {
    height: 190px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item img {
    width: 70%;
    margin-bottom: 30px;
  }
  .global-nav .nav-pc .search-box .nav-search {
    width: 632px;
    height: 50px;
    padding: 10px 20px 10px 15px;
  }
  .global-nav .nav-pc .search-box .nav-search .iconfont {
    font-size: 18px;
    margin-right: 8px;
  }
  .global-nav .nav-pc .search-box .nav-search input {
    font-size: 14px;
  }
  .global-nav .nav-pc .search-box .nav-search .select {
    font-size: 14px;
  }
  .global-nav .nav-pc .search-box .nav-search .select option {
    padding: 2px 5px;
  }
  .global-nav .nav-pc .search-box .close {
    font-size: 24px;
    margin-left: 12px;
  }
  .design .design-c .swiper {
    height: 440px;
  }
}

@media (max-width: 1400px) {
  :root {
    --index-lr-gap: 60px;
    --container-lr-gap: 100px;
    --image-height: 690px;
  }
  #fullpage {
    --gap-high: 60px;
  }
  .page-margin {
    padding: 30px 0;
  }
  .home-title h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .home-title h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .product-c {
    height: 540px;
    padding: 90px var(--container-lr-gap) 40px;
    margin-bottom: 20px;
  }
  .product-c-nav .product-nav-swiper {
    width: 74%;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 85px;
    font-size: 20px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
    left: 100px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
    right: 100px;
  }
  .product-d {
    padding: 90px 100px 30px;
  }
  .product-d .d-l {
    width: 40%;
  }
  .product-d .d-l .home-title.line {
    padding-bottom: 44px;
  }
  .product-d .d-l > .swiper {
    height: 340px;
  }
  .product-d .d-l > .swiper .nav {
    font-size: 18px;
    height: 30px;
    padding: 25px 28px;
  }
  .product-d .d-l > .swiper .nav::before {
    width: 10px;
    height: 10px;
  }
  .product-d .d-r {
    width: 52%;
  }
  .product-d .d-r .swiper-slide {
    padding-top: 48px;
  }
  .product-d .d-r .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .product-d .d-r .text {
    font-size: 18px;
    margin-bottom: 10px;
    height: 81px;
  }
  .product-d .d-r .more {
    margin: 0 auto 40px;
    width: 150px;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
  }
  .product-d .d-r img {
    padding-bottom: 18%;
    width: 58%;
  }
  .breadCrumb {
    font-size: 14px;
  }
  .breadCrumb .iconfont {
    font-size: 17px;
    margin-right: 4px;
  }
  .catalogue-header {
    padding: 6px var(--container-lr-gap) 10px;
  }
  .catalogue-header .home-title {
    margin-top: 10px;
  }
  .catalogue-header .home-title .info {
    font-size: 15px;
  }
  .product-catalogue {
    padding-top: 16px;
    height: 80%;
  }
  .product-catalogue .catalogue_l {
    width: 24%;
    padding: 15px 10px 15px 22px;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 44px;
    padding: 0 16px;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 15px;
  }
  .product-catalogue .catalogue_l .search-c input {
    width: 65%;
    font-size: 16px;
    padding-left: 8px;
  }
  .product-catalogue .catalogue_l .all-p {
    padding: 10px 0 12px;
    margin-bottom: 15px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 26px;
    font-size: 16px;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 14px;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    height: 380px;
    padding-right: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 8px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 20px;
    font-size: 16px;
    margin: 20px 0 16px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    grid-gap: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r {
    padding-left: 14px;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 12px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 15px 20px 14px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 140px;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 10px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 65px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 20px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 0 10px;
  }
  .about_us {
    padding: 40px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 10px;
    margin-bottom: 70px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 25px 40px 20px;
  }
  .about_us .profile .content {
    margin-bottom: 20px;
  }
  .about_us .profile .content .title h3 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 13px;
  }
  .about_us .profile .content .title h4 {
    line-height: 1;
    font-size: 18px;
  }
  .about_us .profile .content .text {
    width: 68%;
    font-size: 15px;
    margin-top: 15px;
    height: 220px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 80px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 24px 10px 16px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 35px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    line-height: 1;
    font-size: 14px;
    margin-top: 8px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 20px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .sentiment {
    padding: 70px 0 60px;
  }
  .sentiment .home-title {
    padding-bottom: 10px;
  }
  .sentiment .home-title.line::before {
    width: 260px;
  }
  .sentiment .home-title.line::after {
    width: 130px;
  }
  .sentiment .text-swiper {
    width: 70%;
    height: 236px;
    margin: 50px auto;
  }
  .sentiment .text-swiper .swiper-slide {
    font-size: 16px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper {
    width: 70%;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 62px;
    font-size: 16px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
    left: 100px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
    right: 100px;
  }
  .history {
    padding: 40px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 20px;
  }
  .history .history-swiper {
    margin-top: 20px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 120px;
    font-size: 100px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 16px;
    height: 120px;
  }
  .history .year-swiper {
    margin-top: 20px;
  }
  .history .year-swiper::before {
    height: 4px;
    left: 0;
    top: 65px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 14px;
  }
  .history .year-swiper .swiper-slide img {
    width: 34px;
    height: 34px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 16px;
    height: 16px;
    margin: 9px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
  }
  .honorary {
    padding: 40px var(--container-lr-gap) 50px;
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 60px;
  }
  .honorary .honorary-c .swiper-tabList {
    width: 91%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 60px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 200px;
    height: 220px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 16px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    padding: 0 20px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 16px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 15px 30px;
  }
  .honorary .honorary-c .tab-list .tab {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: 2px;
  }
  .apply-btn {
    width: 135px;
    height: 45px;
    font-size: 15px;
  }
  .talent .home-title {
    padding-bottom: 20px;
  }
  .talent .talent-s {
    padding-top: 40px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 430px;
    padding: 10px 0 20px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 600px;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 82px);
    padding-left: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 18px 26px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 28px;
    height: 30px;
    margin-bottom: 38px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .iconfont {
    font-size: 30px;
    height: 30px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 10px 0 12px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 25px;
    font-size: 16px;
    margin-right: 120px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    padding-right: 5px;
    margin-right: 10px;
    margin: 15px 10px 20px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 15px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-nav-c {
    margin-bottom: 20px;
  }
  .demand-nav-c .demand-nav .nav {
    width: 180px;
    height: 70px;
    font-size: 18px;
  }
  .demand-title {
    line-height: 40px;
    font-size: 28px;
  }
  .demand-list {
    padding: 20px 24px;
    margin-bottom: 50px;
  }
  .demand-list .list {
    padding: 26px 38px 20px;
    grid-gap: 0 30px;
  }
  .demand-list .list .item {
    padding: 30px 30px 30px 24px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .demand-list .list .item .top img {
    width: 24px;
    height: 26px;
    margin-right: 20px;
  }
  .demand-list .list .item .top .t-name {
    line-height: 26px;
    font-size: 18px;
  }
  .demand-list .list .item .top .t-info {
    margin: 0 20px 0 10px;
  }
  .demand-list .list .item .top .iconfont {
    font-size: 26px;
    line-height: 26px;
  }
  .demand-list .list .item .top .icon {
    width: 24px;
    height: 24px;
  }
  .demand-list .list .item .top .icon::before {
    width: 12px;
    height: 2px;
  }
  .demand-list .list .item .top .icon::after {
    width: 2px;
    height: 12px;
  }
  .demand-list .list .item .info {
    line-height: 25px;
    font-size: 15px;
    margin: 12px 44px 24px;
  }
  .demand-list .list .item .apply-btn {
    margin: 0 44px;
  }
  .image-c .c-title {
    bottom: 20.5%;
    left: 8.5%;
    width: 490px;
    height: 240px;
    padding: 30px 50px;
  }
  .image-c .c-title .home-title {
    padding-bottom: 30px;
  }
  .image-c .swiperPagination {
    bottom: 7%;
  }
  .image-c .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .capacity-swiper .swiper-slide .title {
    font-size: 40px;
  }
  .strength .title {
    line-height: 32px;
    font-size: 26px;
  }
  .contact-us {
    padding-top: 20px;
  }
  .contact-us .info-list {
    margin-bottom: 30px;
  }
  .contact-us .info-list .item .title {
    line-height: 1;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contact-us .info-list .item .iconfont {
    font-size: 34px;
    height: 34px;
    margin-bottom: 14px;
  }
  .contact-us .info-list .item .val {
    line-height: 20px;
    font-size: 16px;
  }
  .contact-us .map {
    height: 500px;
  }
  .contact-us .map .custom-info {
    width: 500px !important;
  }
  .contact-us .map div.info-middle {
    padding: 20px;
  }
  .contact-us .map div.info-middle .imgBox {
    padding: 25px 20px;
  }
  .contact-us .map div.info-middle img {
    width: 104px;
    height: auto;
  }
  .contact-us .map div.info-middle > div {
    padding-left: 25px;
  }
  .contact-us .map div.info-middle > div .name {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .contact-us .map div.info-middle > div .name.en {
    padding-bottom: 10px;
  }
  .contact-us .map div.info-middle > div .address {
    line-height: 20px;
    font-size: 16px;
  }
  .culture .culture-c .c-l {
    width: 33.6%;
    padding: 30px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 20px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 30px 30px 34px;
  }
  .culture .culture-c .c-r .item img {
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 14px;
    margin-bottom: 20px;
    height: 63px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 34px;
    font-size: 24px;
  }
  .culture-s {
    padding: 14px var(--container-lr-gap);
    margin-top: 20px;
  }
  .culture-s .culture-swiper .swiper-slide {
    height: 105px;
    padding: 10px 14px 0;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 18px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 45px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 45px;
  }
  .home-manufacture .home-title {
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item {
    padding: 40px 20px 0;
    height: 200px;
  }
  .home-manufacture .m-list .item img {
    width: 34px;
    margin-bottom: 15px;
  }
  .home-manufacture .m-list .item .name {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-manufacture .m-list .item .text {
    line-height: 18px;
    font-size: 14px;
  }
  .home-manufacture .m-list .item .more {
    width: 90px;
    height: 35px;
    font-size: 12px;
  }
  .home-manufacture .m-list .item .more .iconfont {
    font-size: 14px;
    margin-left: 4px;
  }
  .home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
    padding-top: 0;
  }
  .home-manufacture.en .m-list .item {
    padding: 30px 20px 0;
  }
  .home-manufacture.en .m-list .item.active img {
    margin-bottom: -10px;
  }
  .home-capacity .capacity .item.active {
    width: 400px;
  }
  .home-about {
    padding-top: 50px;
  }
  .home-about .text {
    font-size: 16px;
    margin: 30px auto 20px;
  }
  .home-about .more .more-btn {
    width: 135px;
    height: 45px;
    border-radius: 22px;
    font-size: 14px;
    margin-right: 25px;
  }
  .home-about .more img {
    width: 45px;
    height: 45px;
  }
  .home-about .about-stat {
    height: 180px;
    padding: 20px;
  }
  .home-about .about-stat .stat-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 20px;
    font-size: 16px;
  }
  .home-news {
    padding: 50px var(--container-lr-gap) 60px;
  }
  .home-news .news-top {
    margin-bottom: 20px;
  }
  .home-news .news-top .more-btn {
    padding: 7px 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .home-news .news {
    grid-gap: 0 10px;
  }
  .home-news .news .item .imgBox span {
    line-height: 18px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .home-news .news .item .info {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-news .news .item .title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home-news .news .item .content {
    padding: 15px 15px 20px;
  }
  .home-news .news .item .content .text {
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
  }
  .home-news .news .item.item-list {
    grid-gap: 10px 0;
  }
  .home-news .news .item.item-list .l-item {
    padding: 12px 18px 14px 15px;
  }
  .home-news .news .item.item-list .l-item .info {
    margin-bottom: 10px;
  }
  .home-news .news .item.item-list .l-item .title {
    margin-bottom: 16px;
  }
  .home-news .news .item.item-list .l-item .time {
    line-height: 17px;
    font-size: 12px;
  }
  .home-news .news .item.item-list .l-item img {
    width: 24px;
    height: 24px;
  }
  .home-car {
    height: 550px;
  }
  .home-car .l .l-t .bg-box:first-child {
    padding: 50px 30px 46px;
  }
  .home-car .l .l-t .bg-box:first-child .text {
    line-height: 32px;
    font-size: 26px;
  }
  .home-car .l .l-t .bg-box:first-child .info {
    line-height: 20px;
    font-size: 16px;
  }
  .home-product {
    padding: 40px var(--container-lr-gap) 30px;
  }
  .home-product .d-l {
    width: 300px;
  }
  .home-product .d-l .home-title.line {
    padding-bottom: 20px;
  }
  .home-product .d-l .tab_swiper {
    height: 400px;
    margin-left: -20px;
    margin-top: 40px;
  }
  .home-product .d-l .tab_swiper .swiper-slide {
    width: 140px;
    line-height: 20px;
    font-size: 16px;
  }
  .home-product.en .d-l .tab_swiper .swiper-slide {
    font-size: 16px;
  }
  .home-banner .swiper-slide .title .n {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .home-banner .swiper-slide .title .t {
    font-size: 60px;
  }
  .home-banner .search-library {
    height: 110px;
  }
  .home-banner .search-library .search-btn .c {
    font-size: 26px;
    line-height: 36px;
  }
  .home-footer {
    padding: 70px 0 40px;
  }
  .home-footer .text {
    line-height: 22px;
    font-size: 15px;
  }
  .home-footer .footer-l {
    width: 32.4%;
    padding: 36px 0 40px;
  }
  .home-footer .footer-l img {
    width: 340px;
    margin-bottom: 70px;
  }
  .home-footer .footer-l .contact-us {
    padding-top: 30px;
  }
  .home-footer .footer-l .contact-us .info {
    line-height: 18px;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .home-footer .footer-l .contact-us .phone {
    line-height: 26px;
    font-size: 19px;
    margin-bottom: 30px;
  }
  .home-footer .footer-r {
    padding: 0 0 40px 160px;
  }
  .home-footer .footer-r .list .item .title {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 40px;
  }
  .home-footer .footer-r .list .item .text {
    margin-bottom: 15px;
  }
  .home-footer .footer-r > .text {
    margin-top: 12px;
  }
  .business .home-title {
    padding-bottom: 20px;
  }
  .business .b-l {
    width: 40%;
  }
  .business .b-l .text {
    font-size: 16px;
    margin-top: 50px;
  }
  .business .b-r {
    padding: 20px 0 0 80px;
  }
  .business-swiper {
    padding: 20px 0;
    margin-top: 20px;
  }
  .business-swiper .swiper-slide {
    height: 90px;
  }
  .business-swiper .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab {
    font-size: 15px;
  }
  .product-catalogue .catalogue_r .news-list {
    grid-gap: 10px;
  }
}

@media (max-width: 1200px) {
  :root {
    --index-lr-gap: 50px;
    --container-lr-gap: 80px;
    --image-height: 620px;
  }
  #fullpage {
    --gap-high: 50px;
  }
  .global-nav-container.page {
    height: 80px;
  }
  #contact_us, #overview, #specification, #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
    scroll-margin-top: 80px;
  }
  .home-title h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4px;
  }
  .home-title h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .home-title .info {
    font-size: 18px;
  }
  .product-c {
    height: 520px;
    padding: 80px var(--container-lr-gap) 30px;
  }
  .product-c .text {
    margin-top: 40px;
    width: 100%;
    font-size: 16px;
  }
  .product-c-nav {
    padding: 20px;
  }
  .product-c-nav .product-nav-swiper {
    width: 74%;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 80px;
    font-size: 18px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn {
    width: 34px;
    height: 34px;
    font-size: 32px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
    left: 80px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
    right: 80px;
  }
  .product-d {
    padding: 80px 80px 30px;
  }
  .product-d .d-l {
    width: 40%;
  }
  .product-d .d-l .home-title.line {
    padding-bottom: 30px;
  }
  .product-d .d-l > .swiper {
    height: 340px;
  }
  .product-d .d-l > .swiper .nav {
    font-size: 16px;
    height: 30px;
    padding: 25px 28px;
  }
  .product-d .d-l > .swiper .nav::before {
    width: 10px;
    height: 10px;
  }
  .product-d .d-r {
    width: 52%;
  }
  .product-d .d-r .swiper-slide {
    padding-top: 48px;
  }
  .product-d .d-r .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-d .d-r .text {
    font-size: 16px;
    margin-bottom: 10px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .product-d .d-r .more {
    margin: 0 auto 40px;
    width: 140px;
    height: 48px;
    border-radius: 26px;
    font-size: 16px;
  }
  .product-d .d-r img {
    padding-bottom: 18%;
    width: 58%;
  }
  .breadCrumb {
    font-size: 13px;
  }
  .breadCrumb .iconfont {
    font-size: 15px;
    margin-right: 2px;
  }
  .catalogue-header {
    padding: 6px var(--container-lr-gap) 10px;
  }
  .catalogue-header .home-title .info {
    font-size: 14px;
  }
  .product-catalogue {
    padding-top: 16px;
    height: 80%;
  }
  .product-catalogue.page-product {
    margin-bottom: 40px;
  }
  .product-catalogue .catalogue_l {
    width: 26%;
    padding: 15px 10px 15px 22px;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 36px;
    padding: 0 16px;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 14px;
  }
  .product-catalogue .catalogue_l .search-c input {
    width: 58%;
    font-size: 14px;
    padding-left: 8px;
  }
  .product-catalogue .catalogue_l .all-p {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 26px;
    font-size: 15px;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 13px;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    height: 340px;
    padding-right: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 18px;
    font-size: 15px;
    margin: 16px 0 12px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    grid-gap: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r {
    padding-left: 10px;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 10px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 10px 10px 10px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 130px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 65px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 20px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 26px;
    height: 26px;
    font-size: 18px;
    margin: 0 8px;
  }
  .about_us {
    padding: 30px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 20px 30px 15px;
  }
  .about_us .profile .content {
    margin-bottom: 20px;
    display: block;
  }
  .about_us .profile .content .title h3 {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about_us .profile .content .title h4 {
    font-size: 18px;
  }
  .about_us .profile .content .text {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    height: 200px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 60px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 22px 10px 16px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 32px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    line-height: 1;
    font-size: 14px;
    margin-top: 6px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 18px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .sentiment {
    padding: 60px 0 50px;
  }
  .sentiment .home-title {
    padding-bottom: 10px;
  }
  .sentiment .home-title.line::before {
    width: 260px;
  }
  .sentiment .home-title.line::after {
    width: 130px;
  }
  .sentiment .text-swiper {
    width: 80%;
    height: 236px;
    margin: 40px auto;
  }
  .sentiment .text-swiper .swiper-slide {
    font-size: 16px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper {
    width: 80%;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 62px;
    font-size: 16px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
    left: 40px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
    right: 40px;
  }
  .history {
    padding: 30px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 10px;
  }
  .history .history-swiper {
    margin-top: 20px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 110px;
    font-size: 90px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 16px;
    height: 120px;
  }
  .history .year-swiper {
    margin-top: 10px;
  }
  .history .year-swiper::before {
    height: 4px;
    left: 0;
    top: 65px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 14px;
  }
  .history .year-swiper .swiper-slide img {
    width: 34px;
    height: 34px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 16px;
    height: 16px;
    margin: 9px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
  }
  .honorary {
    padding: 30px var(--container-lr-gap) 40px;
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 60px;
  }
  .honorary .honorary-c .swiper-tabList {
    width: 91%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 60px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 180px;
    height: 200px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 16px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    padding: 0 20px;
    width: calc(100% - var(--container-lr-gap) - var(--container-lr-gap) - 72px);
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 10px 20px;
  }
  .honorary .honorary-c .tab-list .tab {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: 2px;
  }
  .apply-btn {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .apply-btn .iconfont {
    font-size: 12px;
    margin-left: 5px;
  }
  .talent {
    padding: 30px var(--container-lr-gap);
  }
  .talent .home-title {
    padding-bottom: 20px;
  }
  .talent .talent-s {
    padding-top: 40px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 400px;
    padding: 10px 0 20px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 520px;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 75px);
    padding-left: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 18px 24px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 18px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 26px;
    height: 28px;
    margin-bottom: 28px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .iconfont {
    font-size: 25px;
    height: 25px;
    line-height: 25px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .unfold {
    width: 25px;
    height: 25px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .unfold::before {
    width: 12px;
    height: 2px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .unfold::after {
    width: 2px;
    height: 12px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 10px 0 12px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 20px;
    font-size: 15px;
    margin-right: 60px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    padding-right: 5px;
    margin-right: 10px;
    margin: 15px 10px 20px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 14px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-nav-c {
    margin-bottom: 20px;
  }
  .demand-nav-c .demand-nav .nav {
    width: 170px;
    height: 65px;
    font-size: 16px;
  }
  .demand-nav-c .demand-nav .nav img {
    width: 20px;
    margin-right: 10px;
  }
  .demand-title {
    line-height: 36px;
    font-size: 26px;
  }
  .demand-title img {
    width: 20px;
    margin-right: 14px;
  }
  .demand-list {
    padding: 14px 18px;
    margin-bottom: 40px;
  }
  .demand-list .list {
    padding: 20px 30px 14px;
    grid-gap: 0 30px;
  }
  .demand-list .list .item {
    padding: 28px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .demand-list .list .item .top img {
    width: 24px;
    height: 26px;
    margin-right: 20px;
  }
  .demand-list .list .item .top .t-name {
    line-height: 26px;
    font-size: 18px;
  }
  .demand-list .list .item .top .t-info {
    margin: 0 20px 0 10px;
  }
  .demand-list .list .item .top .iconfont {
    font-size: 26px;
    line-height: 26px;
  }
  .demand-list .list .item .info {
    line-height: 25px;
    font-size: 15px;
    margin: 12px 44px 24px;
  }
  .demand-list .list .item .apply-btn {
    margin: 0 44px;
  }
  .detail-main .main-l {
    padding: 17px 30px 55px 0;
  }
  .detail-main .main-l .breadCrumb {
    margin-left: 0;
  }
  .detail-main .main-l .main-swiper {
    width: 310px;
    height: 330px;
    margin-bottom: 15px;
  }
  .detail-main .main-l .main-swiper .swiper-slide img {
    width: 100%;
  }
  .detail-main .main-l .main-btn-s {
    padding: 0 50px;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper {
    height: 90px;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide img {
    width: 90%;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-button-prev {
    left: 0;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-button-next {
    right: 0;
  }
  .detail-main .main-r .content {
    padding: 50px 30px 0 40px;
  }
  .detail-main .main-r .title {
    line-height: 30px;
    font-size: 26px;
    margin-bottom: 16px;
  }
  .detail-main .main-r .subtitle {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .detail-main .main-r .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .detail-main .main-r .btn-l .apply-btn {
    margin-right: 35px;
  }
  .detail-main .main-r .btn-l .apply-btn .iconfont {
    font-size: 12px;
    margin-left: 10px;
  }
  .detail-main .main-r .info-list .info {
    padding: 30px 0 20px;
  }
  .detail-main .main-r .info-list .info img {
    width: 35px;
  }
  .detail-main .main-r .info-list .info .name {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  .detail-main .main-r .info-list .info .val {
    line-height: 20px;
    font-size: 16px;
  }
  .detail-plate {
    margin-bottom: 20px;
  }
  .detail-plate .demand-title {
    padding: 8px 26px;
  }
  .detail-plate .text {
    padding: 15px 40px 35px;
    font-size: 14px;
  }
  .detail-plate .specification-list {
    padding: 30px 40px 38px;
  }
  .detail-plate .specification-list .item {
    height: 60px;
    line-height: 20px;
    font-size: 16px;
  }
  .detail-plate .specification-list .item .t {
    width: 250px;
  }
  .detail-plate form {
    grid-gap: 20px 30px;
    padding: 20px 40px 30px;
    grid-template-columns: 1fr 1fr;
  }
  .detail-plate form .form-item .name {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail-plate form .form-item input {
    height: 50px;
    font-size: 14px;
    padding: 0 10px;
  }
  .image-c .c-title {
    bottom: 20.5%;
    left: 8.5%;
    width: 470px;
    height: 210px;
    padding: 30px 50px;
  }
  .image-c .c-title .home-title {
    padding-bottom: 30px;
  }
  .image-c .swiperPagination {
    bottom: 7%;
  }
  .image-c .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .quality {
    padding: 30px var(--container-lr-gap);
  }
  .quality .quality-swiper {
    padding: 90px 0 110px;
  }
  .quality .quality-swiper .swiper-slide .imgBox {
    padding: 10px;
  }
  .quality .quality-swiper .swiper-slide .title {
    line-height: 30px;
    font-size: 18px;
    margin-top: 40px;
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.4);
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active .imgBox {
    padding: 8px;
  }
  .quality .quality-swiper.title-s .swiper-slide.swiper-slide-active {
    transform: scale(1.4) translateY(10px);
  }
  .quality .quality-swiper.title-s .swiper-btn {
    top: 40%;
  }
  .quality .quality-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .capacityTab-s {
    bottom: 13%;
  }
  .capacityTab-s .capacityTab-swiper, .capacityTab-s .capacityTab-swipers {
    width: 560px;
  }
  .capacityTab-s .capacityTab-swiper .swiper-slide, .capacityTab-s .capacityTab-swipers .swiper-slide {
    width: 170px;
    height: 56px;
    font-size: 16px;
  }
  .capacityTab-s.quality-c-s {
    margin-bottom: 20px;
  }
  .capacity-swiper .swiper-slide .title {
    top: 12%;
    font-size: 36px;
  }
  .capacity-swiper .swiper-slide .text {
    top: 34%;
    font-size: 16px;
  }
  .capacity-swiper.en .swiper-slide .text {
    top: 34%;
  }
  .capacityTab-s .capacityTab-swiper .swiper-btn.swiper-button-prev, .capacityTab-s .capacityTab-swipers .swiper-btn.swiper-button-prev {
    left: 100px;
  }
  .capacityTab-s .capacityTab-swiper .swiper-btn.swiper-button-next, .capacityTab-s .capacityTab-swipers .swiper-btn.swiper-button-next {
    right: 100px;
  }
  .design {
    padding: 30px var(--container-lr-gap);
  }
  .design .design-c {
    padding-top: 40px;
  }
  .design .design-c img {
    width: 46%;
  }
  .design .design-c .swiper {
    height: 420px;
  }
  .design .design-c .swiper .swiper-slide {
    width: 140px;
    font-size: 14px;
  }
  .design .design-c .swiper.design-l-swiper {
    padding-left: 60px;
  }
  .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-next {
    transform: translateX(-37px);
  }
  .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-active {
    transform: translateX(-60px);
  }
  .design .design-c .swiper.design-r-swiper {
    padding-right: 60px;
  }
  .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-next {
    transform: translateX(37px);
  }
  .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-active {
    transform: translateX(60px);
  }
  .patent {
    padding: 30px var(--container-lr-gap);
  }
  .patent .home-title {
    padding-bottom: 20px;
  }
  .patent .patent-swiper {
    margin-top: 37px;
    padding-bottom: 65px;
  }
  .patent .patent-swiper .swiper-slide {
    padding: 20px 20px 24px;
    border-radius: 10px;
  }
  .patent .patent-swiper .swiper-slide .top {
    margin-bottom: 20px;
  }
  .patent .patent-swiper .swiper-slide .top .title {
    line-height: 22px;
    font-size: 16px;
    height: 44px;
  }
  .patent .patent-swiper .swiper-slide .top .iconfont {
    margin-right: 0;
    font-size: 16px;
  }
  .patent .patent-swiper .swiper-btn {
    top: -40px;
    transform: translateY(-100%);
  }
  .patent .patent-swiper .swiper-button-prev {
    right: 88px;
  }
  .patent .patent-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .contact-us .map {
    height: 460px;
  }
  .culture .culture-c .c-l {
    width: 33.6%;
    padding: 30px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 20px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 24px 24px 28px;
  }
  .culture .culture-c .c-r .item img {
    width: 34px;
    height: 34px;
    margin-bottom: 15px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 14px;
    margin-bottom: 20px;
    height: 63px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 28px;
    font-size: 22px;
  }
  .culture-s {
    padding: 14px var(--container-lr-gap);
    margin-top: 20px;
  }
  .culture-s .culture-swiper .swiper-slide {
    height: 105px;
    padding: 6px 10px 0;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 18px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 45px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 45px;
  }
  .home-manufacture .home-title {
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item {
    padding: 30px 15px 0;
    height: 200px;
  }
  .home-manufacture .m-list .item img {
    width: 34px;
    margin-bottom: 15px;
  }
  .home-manufacture .m-list .item .name {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-manufacture .m-list .item .text {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item .more {
    width: 90px;
    height: 35px;
    font-size: 12px;
  }
  .home-manufacture .m-list .item .more .iconfont {
    font-size: 14px;
    margin-left: 4px;
  }
  .home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
    padding-top: 5px;
  }
  .home-capacity .home-title {
    margin-bottom: 20px;
  }
  .home-capacity .capacity .item {
    height: 440px;
    margin-right: 10px;
  }
  .home-capacity .capacity .item > img {
    width: 60px;
    height: 60px;
    margin: 0 auto 40px;
  }
  .home-capacity .capacity .item .text {
    line-height: 29px;
    font-size: 21px;
    margin-bottom: 50px;
  }
  .home-capacity .capacity .item .more {
    font-size: 14px;
  }
  .home-capacity .capacity .item .more img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
  .home-capacity .capacity .item .title {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 63px;
  }
  .home-capacity .capacity .item.active {
    width: 300px;
  }
  .home-about {
    padding-top: 40px;
  }
  .home-about .text {
    font-size: 14px;
    margin: 30px auto 20px;
  }
  .home-about .more .more-btn {
    width: 125px;
    height: 40px;
    border-radius: 22px;
    font-size: 14px;
    margin-right: 20px;
  }
  .home-about .more img {
    width: 40px;
    height: 40px;
  }
  .home-about .about-stat {
    height: 160px;
    padding: 20px;
  }
  .home-about .about-stat .stat-item img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 35px;
    padding: 4px 0;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 20px;
    font-size: 15px;
  }
  .home-about .about-stat .stat-item .pf {
    font-size: 35px;
  }
  .home-about .about-stat .stat-item .add {
    font-size: 20px;
  }
  .home-news {
    padding: 40px var(--container-lr-gap) 50px;
  }
  .home-news .news-top {
    margin-bottom: 20px;
  }
  .home-news .news-top .more-btn {
    padding: 7px 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .home-news .news {
    grid-gap: 0 10px;
  }
  .home-news .news .item .imgBox span {
    line-height: 18px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .home-news .news .item .info {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-news .news .item .title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home-news .news .item .content {
    padding: 15px 15px 20px;
  }
  .home-news .news .item .content .text {
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
  }
  .home-news .news .item.item-list {
    grid-gap: 10px 0;
  }
  .home-news .news .item.item-list .l-item {
    padding: 10px 18px 12px 15px;
  }
  .home-news .news .item.item-list .l-item .info {
    margin-bottom: 8px;
  }
  .home-news .news .item.item-list .l-item .title {
    margin-bottom: 10px;
  }
  .home-news .news .item.item-list .l-item .time {
    line-height: 17px;
    font-size: 12px;
  }
  .home-news .news .item.item-list .l-item img {
    width: 24px;
    height: 24px;
  }
  .home-car {
    height: 520px;
  }
  .home-car .r span, .home-car .l .l-b span {
    font-size: 20px;
  }
  .home-car .l .l-t .bg-box:first-child {
    padding: 40px 20px 30px;
  }
  .home-car .l .l-t .bg-box:first-child .text {
    line-height: 28px;
    font-size: 22px;
  }
  .home-car .l .l-t .bg-box:first-child .info {
    line-height: 1;
    font-size: 14px;
  }
  .home-product {
    padding: 40px var(--container-lr-gap) 30px;
  }
  .home-product .d-l {
    width: 300px;
  }
  .home-product .d-l .home-title.line {
    padding-bottom: 20px;
  }
  .home-product .d-l .tab_swiper {
    height: 340px;
    margin-left: -20px;
    margin-top: 40px;
  }
  .home-product .d-l .tab_swiper .swiper-slide {
    width: 140px;
    line-height: 20px;
    font-size: 16px;
  }
  .home-banner .swiper-slide .title {
    top: 30%;
  }
  .home-banner .swiper-slide .title .n {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .home-banner .swiper-slide .title .t {
    font-size: 50px;
  }
  .home-banner .search-library {
    bottom: 10%;
    width: 800px;
    height: 110px;
    border-radius: 59px;
    padding: 14px 18px;
  }
  .home-banner .search-library .icon-l {
    width: 217px;
    height: 90px;
    border-radius: 44px;
    height: 100%;
  }
  .home-banner .search-library .icon-l::before {
    height: 36px;
  }
  .home-banner .search-library .icon-l .iconfont {
    font-size: 32px;
  }
  .home-banner .search-library .search-btn::before {
    height: 36px;
  }
  .home-banner .search-library .search-btn .t {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .home-banner .search-library .search-btn .c {
    font-size: 24px;
    line-height: 32px;
  }
  .home-banner .search-library .search-btn .c .iconfont {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    font-size: 20px;
  }
  .home-banner .swiper-pagination {
    bottom: 30%;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 72px;
    height: 5px;
    margin: 0 10px;
  }
  .home-footer {
    padding: 60px 0 30px;
  }
  .home-footer .text {
    line-height: 22px;
    font-size: 14px;
  }
  .home-footer .footer-l {
    width: 32.4%;
    padding: 20px 0 20px;
  }
  .home-footer .footer-l img {
    width: 300px;
    margin-bottom: 60px;
  }
  .home-footer .footer-l .contact-us {
    padding-top: 30px;
  }
  .home-footer .footer-l .contact-us .info {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home-footer .footer-l .contact-us .phone {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .home-footer .footer-l .contact-us .phone .iconfont {
    font-size: 36px;
    width: 34px;
    height: 34px;
  }
  .home-footer .footer-r {
    padding: 0 0 40px 160px;
  }
  .home-footer .footer-r .list .item .title {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 33px;
  }
  .home-footer .footer-r .list .item .text {
    margin-bottom: 12px;
  }
  .home-footer .footer-r > .text {
    margin-top: 12px;
  }
  .global-nav {
    --logo-height: 36px;
    --nav-li-gap: 10px;
  }
  .global-nav .nav-pc .nav-brand {
    padding: 22px 0;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box {
    padding: 32px 6px 23px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language {
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language .icon-earth-full {
    font-size: 14px;
    padding-right: 4px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-language .icon-xiangxia2 {
    font-size: 12px;
    padding-left: 2px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search {
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-search .iconfont {
    font-size: 14px;
    margin-right: 4px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a {
    line-height: 25px;
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .li-a .iconfont {
    font-size: 14px;
    margin-left: 4px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list {
    --hide-list-gap: 30px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item .hide-item-row {
    font-size: 14px;
  }
  .global-nav .nav-pc .nav-list .nav-li .li-a-box .nav-hide-list .hide-item .hide-item-row .iconfont {
    font-size: 14px;
    padding-left: 20px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-list-container {
    max-height: 74vh;
    padding: 16px 0 0;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top-c {
    padding: 12px var(--container-lr-gap);
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top {
    padding: 10px 0;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-top .item {
    font-size: 16px;
    padding: 10px 24px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content {
    margin: 14px var(--container-lr-gap) 30px;
    padding-right: 10px;
    grid-gap: 12px;
    height: 48vh;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item {
    line-height: 20px;
    font-size: 14px;
    height: 40px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item {
    height: 140px;
  }
  .global-nav .nav-pc .nav-list .nav-li > .nav-hide-list .product-hide-content .item.img-item img {
    width: 70%;
    margin-bottom: 30px;
  }
  .global-nav .nav-pc .search-box .nav-search {
    width: 632px;
    height: 50px;
    padding: 10px 20px 10px 15px;
  }
  .global-nav .nav-pc .search-box .nav-search .iconfont {
    font-size: 18px;
    margin-right: 8px;
  }
  .global-nav .nav-pc .search-box .nav-search input {
    font-size: 14px;
  }
  .global-nav .nav-pc .search-box .nav-search .select {
    font-size: 14px;
  }
  .global-nav .nav-pc .search-box .nav-search .select option {
    padding: 2px 5px;
  }
  .global-nav .nav-pc .search-box .close {
    font-size: 24px;
    margin-left: 12px;
  }
  .select-box .select-name, .product-select .select-name {
    font-size: 12px;
  }
  .select-box .select-name .iconfont, .product-select .select-name .iconfont {
    font-size: 14px;
    margin-left: 4px;
  }
  .select-box .select-list .option, .product-select .select-list .option {
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 0;
  }
  .select-box.product-select, .product-select.product-select {
    /*width: 45px;*/
    height: 80%;
    right: 4px;
  }
  .select-box.product-select .select-name .iconfont, .product-select.product-select .select-name .iconfont {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  :root {
    --index-lr-gap: 40px;
    --container-lr-gap: 60px;
    --container-tb-gap: 20px;
    --image-height: 420px;
  }
  .section.container {
    padding: 20px var(--index-lr-gap);
  }
  #contact_us, #overview, #specification, #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
    scroll-margin-top: 60px;
  }
  .page-margin {
    padding: 0 0;
  }
  .global-nav-container.page {
    height: 60px;
  }
  .global-nav-container.page .global-nav {
    background-color: #fff;
  }
  #fullpage {
    transform: none !important;
    --gap-high: 40px;
  }
  #fullpage .global-nav-container {
    height: 0;
  }
  #fullpage .global-nav {
    background-color: transparent;
  }
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    height: auto !important;
  }
  .home-title h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .home-title h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .home-title .info {
    font-size: 16px;
  }
  .swiperPagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .product-c {
    height: auto;
    padding: 60px var(--container-lr-gap) 50px;
    margin-bottom: 15px;
  }
  .product-c .home-title.line.line.line {
    padding-bottom: 10px;
  }
  .product-c .home-title.line.line.line::before {
    width: 120%;
    height: 4px;
  }
  .product-c .home-title.line.line.line::after {
    width: 50%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-c .text {
    margin-top: 30px;
    font-size: 14px;
  }
  .product-c-nav {
    padding: 15px;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 75px;
    font-size: 16px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn {
    width: 30px;
    height: 30px;
    font-size: 25px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
    left: 60px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
    right: 60px;
  }
  .product-d {
    padding: 60px 60px 30px;
  }
  .product-d .d-l {
    width: 40%;
  }
  .product-d .d-l .home-title.line {
    padding-bottom: 20px;
  }
  .product-d .d-l > .swiper {
    height: 320px;
  }
  .product-d .d-l > .swiper .nav {
    font-size: 15px;
    height: 30px;
    padding: 22px 22px;
  }
  .product-d .d-l > .swiper .nav::before {
    width: 10px;
    height: 10px;
  }
  .product-d .d-r {
    width: 52%;
  }
  .product-d .d-r .swiper-slide {
    padding-top: 30px;
  }
  .product-d .d-r .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-d .d-r .text {
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
    display: block;
  }
  .product-d .d-r .more {
    margin: 0 auto 40px;
    width: 125px;
    height: 40px;
    border-radius: 26px;
    font-size: 14px;
  }
  .product-d .d-r img {
    padding-bottom: 18%;
    width: 58%;
  }
  .breadCrumb {
    font-size: 13px;
  }
  .breadCrumb .iconfont {
    font-size: 15px;
    margin-right: 2px;
  }
  .catalogue-header {
    margin-top: 20px;
    padding: 6px var(--container-lr-gap) 10px;
  }
  .catalogue-header .home-title .info {
    font-size: 14px;
  }
  .product-catalogue {
    margin-bottom: 20px;
    padding-top: 16px;
    height: 80%;
  }
  .product-catalogue .catalogue_l {
    width: 28%;
    padding: 10px 6px 10px 10px;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 30px;
    padding: 0 10px;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 13px;
  }
  .product-catalogue .catalogue_l .search-c input {
    font-size: 13px;
    padding-left: 6px;
  }
  .product-catalogue .catalogue_l .all-p {
    padding: 10px 0;
    margin-bottom: 8px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 26px;
    font-size: 14px;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    height: 340px;
    padding-right: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 18px;
    font-size: 14px;
    margin: 12px 0 8px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    grid-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 36px;
    border-radius: 2px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r {
    padding-left: 8px;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 8px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 10px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 100px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 65px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 15px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 26px;
    height: 26px;
    font-size: 18px;
    margin: 0 8px;
  }
  .about_us {
    padding: 30px var(--container-lr-gap) 0;
    margin: var(--container-tb-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 20px 20px 15px;
  }
  .about_us .profile .content {
    margin-bottom: 20px;
  }
  .about_us .profile .content .title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about_us .profile .content .title h4 {
    font-size: 16px;
  }
  .about_us .profile .content .text {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    height: auto;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 30px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 22px 10px 16px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 28px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    line-height: 1;
    font-size: 14px;
    margin-top: 6px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 18px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 34px;
    height: 34px;
    margin: 0 10px;
  }
  .sentiment {
    padding: 50px 0 40px;
    margin: var(--container-tb-gap) 0;
  }
  .sentiment .home-title {
    padding-bottom: 10px;
  }
  .sentiment .home-title.line::before {
    width: 260px;
  }
  .sentiment .home-title.line::after {
    width: 130px;
  }
  .sentiment .text-swiper {
    width: 80%;
    height: auto;
    margin: 30px auto;
  }
  .sentiment .text-swiper .swiper-slide {
    font-size: 15px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper {
    width: 80%;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 48px;
    font-size: 15px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
    left: 30px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
    right: 30px;
  }
  .history {
    padding: 30px var(--container-lr-gap);
    margin: var(--container-tb-gap) 0;
  }
  .history .home-title {
    padding-bottom: 10px;
  }
  .history .history-swiper {
    margin-top: 10px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 100px;
    font-size: 80px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 15px;
    height: auto;
    margin-bottom: 20px;
  }
  .history .year-swiper {
    margin-top: 10px;
  }
  .history .year-swiper::before {
    height: 4px;
    top: 62px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 12px;
  }
  .history .year-swiper .swiper-slide img {
    width: 32px;
    height: 32px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 14px;
    height: 14px;
    margin: 9px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    font-size: 15px;
    width: 100%;
  }
  .honorary {
    margin: var(--container-tb-gap) 0;
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 60px;
    display: block;
  }
  .honorary .honorary-c .swiper-tabList {
    width: 100%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 50px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 170px;
    height: 180px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 15px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    padding: 0 20px;
    width: calc(100% - var(--container-lr-gap) - var(--container-lr-gap) - 72px);
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 12px;
    width: 24px;
    height: 24px;
    margin: 10px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 10px 20px;
  }
  .honorary .honorary-c .tab-list {
    display: flex;
    text-align: center;
    margin-top: 20px;
  }
  .honorary .honorary-c .tab-list .tab {
    flex: 1;
    font-size: 15px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 0;
  }
  .apply-btn {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }
  .apply-btn .iconfont {
    font-size: 12px;
    margin-left: 5px;
  }
  .talent {
    padding: 30px var(--container-lr-gap);
  }
  .talent .home-title {
    padding-bottom: 20px;
  }
  .talent .talent-s {
    padding-top: 30px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 400px;
    padding: 10px 0 20px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 460px;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 75px);
    padding-left: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 18px 24px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 18px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 26px;
    height: 28px;
    margin-bottom: 28px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 10px 0 12px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 20px;
    font-size: 15px;
    margin-right: 60px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    padding-right: 5px;
    margin-right: 10px;
    margin: 10px 10px 15px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 14px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-nav-c {
    margin-bottom: 20px;
  }
  .demand-nav-c .demand-nav .nav {
    width: 130px;
    height: 55px;
    font-size: 14px;
  }
  .demand-nav-c .demand-nav .nav img {
    width: 16px;
    margin-right: 5px;
  }
  .demand-title {
    line-height: 28px;
    font-size: 22px;
  }
  .demand-title img {
    width: 18px;
    margin-right: 10px;
  }
  .demand-list {
    padding: 14px 18px;
    margin-bottom: 30px;
  }
  .demand-list .list {
    padding: 20px 30px 14px;
    grid-template-columns: 1fr;
    grid-gap: 0 30px;
  }
  .demand-list .list .item {
    padding: 28px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .demand-list .list .item .top img {
    width: 24px;
    height: 26px;
    margin-right: 20px;
  }
  .demand-list .list .item .top .t-name {
    line-height: 26px;
    font-size: 18px;
  }
  .demand-list .list .item .top .t-info {
    margin: 0 20px 0 10px;
  }
  .demand-list .list .item .top .iconfont {
    font-size: 26px;
    line-height: 26px;
  }
  .demand-list .list .item .info {
    line-height: 25px;
    font-size: 15px;
    margin: 12px 44px 24px;
  }
  .demand-list .list .item .apply-btn {
    margin: 0 44px;
  }
  .image-c {
    margin: var(--container-tb-gap) 0;
  }
  .image-c .c-title {
    bottom: 20.5%;
    left: 8.5%;
    width: 48%;
    height: auto;
    padding: 20px 30px 40px;
  }
  .image-c .c-title .home-title {
    padding-bottom: 20px;
  }
  .image-c .swiperPagination {
    bottom: 7%;
  }
  .image-c .swiperPagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .quality {
    margin: var(--container-tb-gap) 0;
    padding: 30px var(--container-lr-gap);
  }
  .quality .quality-swiper {
    padding: 50px 0 70px;
  }
  .quality .quality-swiper .swiper-slide .imgBox {
    padding: 10px;
  }
  .quality .quality-swiper .swiper-slide .title {
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.4);
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active .imgBox {
    padding: 8px;
  }
  .quality .quality-swiper.title-s .swiper-slide.swiper-slide-active {
    transform: scale(1.4) translateY(10px);
  }
  .quality .quality-swiper.title-s .swiper-btn {
    top: 40%;
  }
  .quality .quality-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .capacityTab-s {
    bottom: 10%;
  }
  .capacityTab-s .capacityTab-swiper, .capacityTab-s .capacityTab-swipers {
    width: 100%;
  }
  .capacityTab-s .capacityTab-swiper .swiper-slide, .capacityTab-s .capacityTab-swipers .swiper-slide {
    height: 45px;
    font-size: 14px;
  }
  .capacityTab-s.quality-c-s {
    margin-bottom: 0;
  }
  .capacity-swiper {
    margin: var(--container-tb-gap) 0;
  }
  .capacity-swiper .swiper-slide .title {
    top: 14%;
    font-size: 30px;
  }
  .capacity-swiper .swiper-slide .text {
    width: 70%;
    top: 32%;
    font-size: 15px;
  }
  .capacity-swiper.en .swiper-slide .text {
    width: 90%;
  }
  .capacityTab-s .capacityTab-swiper.btn-capacityTab, .capacityTab-s .capacityTab-swipers.btn-capacityTab {
    width: 70%;
  }
  .capacityTab-s .capacityTab-swiper .swiper-btn.swiper-button-prev, .capacityTab-s .capacityTab-swipers .swiper-btn.swiper-button-prev {
    left: 60px;
  }
  .capacityTab-s .capacityTab-swiper .swiper-btn.swiper-button-next, .capacityTab-s .capacityTab-swipers .swiper-btn.swiper-button-next {
    right: 60px;
  }
  .design {
    padding: 40px var(--container-lr-gap) 50px;
    margin: var(--container-tb-gap) 0;
  }
  .design .design-c {
    padding-top: 40px;
  }
  .design .design-c img {
    width: 46%;
  }
  .design .design-c .swiper {
    height: 320px;
  }
  .design .design-c .swiper .swiper-slide {
    width: 120px;
    font-size: 12px;
  }
  .design .design-c .swiper.design-l-swiper {
    padding-left: 34px;
  }
  .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-next {
    transform: translateX(-20px);
  }
  .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-active {
    transform: translateX(-34px);
  }
  .design .design-c .swiper.design-r-swiper {
    padding-right: 40px;
  }
  .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-next {
    transform: translateX(20px);
  }
  .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-active {
    transform: translateX(34px);
  }
  .strength {
    padding: 30px var(--container-lr-gap) 22px;
    margin: var(--container-tb-gap) 0;
  }
  .strength .title {
    width: 416px;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .strength .strength-swiper .swiper-slide > img {
    margin-bottom: 12px;
  }
  .strength .strength-swiper .swiper-slide .img-b {
    grid-gap: 0 12px;
  }
  .strength .strength-swiper .swiper-btn {
    top: -40px;
  }
  .strength .strength-swiper .swiper-button-prev {
    right: 66px;
  }
  .patent {
    padding: 30px var(--container-lr-gap);
    margin: var(--container-tb-gap) 0;
  }
  .patent .home-title {
    padding-bottom: 20px;
  }
  .patent .patent-swiper {
    margin-top: 30px;
    padding-bottom: 55px;
  }
  .patent .patent-swiper .swiper-slide {
    padding: 16px 16px 20px;
    border-radius: 10px;
  }
  .patent .patent-swiper .swiper-slide .top {
    margin-bottom: 10px;
  }
  .patent .patent-swiper .swiper-slide .top .title {
    line-height: 18px;
    height: 36px;
    font-size: 14px;
  }
  .patent .patent-swiper .swiper-slide .top .iconfont {
    font-size: 16px;
  }
  .patent .patent-swiper .swiper-btn {
    top: -40px;
    transform: translateY(-100%);
  }
  .patent .patent-swiper .swiper-button-prev {
    right: 66px;
  }
  .patent .patent-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .contact-us {
    margin: var(--container-tb-gap) 0;
  }
  .contact-us .info-list {
    margin-bottom: 30px;
  }
  .contact-us .info-list .item .title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .contact-us .info-list .item .iconfont {
    font-size: 30px;
    height: 30px;
    margin-bottom: 14px;
  }
  .contact-us .info-list .item .val {
    line-height: 20px;
    font-size: 15px;
  }
  .contact-us .map {
    height: 400px;
  }
  .contact-us .map .custom-info {
    width: 460px !important;
  }
  .contact-us .map div.info-middle {
    padding: 16px;
  }
  .contact-us .map div.info-middle .imgBox {
    padding: 20px 15px;
  }
  .contact-us .map div.info-middle img {
    width: 100%;
  }
  .contact-us .map div.info-middle > div {
    padding-left: 20px;
  }
  .contact-us .map div.info-middle > div .name {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .contact-us .map div.info-middle > div .name.en {
    padding-bottom: 10px;
  }
  .contact-us .map div.info-middle > div .address {
    line-height: 18px;
    font-size: 15px;
  }
  .culture {
    margin-top: var(--container-tb-gap);
  }
  .culture .culture-c {
    display: block;
  }
  .culture .culture-c .c-l {
    width: 100%;
    padding: 30px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 16px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 20px 20px 24px;
  }
  .culture .culture-c .c-r .item img {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 14px;
    margin-bottom: 10px;
    height: 63px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 24px;
    font-size: 20px;
  }
  .culture-s {
    padding: 14px var(--container-lr-gap);
    margin-top: 10px;
    margin-bottom: var(--container-tb-gap);
  }
  .culture-s .culture-swiper .swiper-slide {
    height: 105px;
    padding: 6px 10px 0;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 18px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 45px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 45px;
  }
  .home-manufacture {
    margin: var(--container-tb-gap) 0;
  }
  .home-manufacture .home-title {
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item {
    padding: 40px 20px 0;
    height: 180px;
  }
  .home-manufacture .m-list .item img {
    width: 28px;
    margin-bottom: 10px;
  }
  .home-manufacture .m-list .item .name {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .home-manufacture .m-list .item .text {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item .more {
    width: 82px;
    height: 30px;
    font-size: 12px;
  }
  .home-manufacture .m-list .item .more .iconfont {
    font-size: 12px;
    margin-left: 4px;
  }
  .home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
    padding-top: 10px;
  }
  .home-manufacture.en .m-list {
    grid-template-columns: 1fr 1fr;
  }
  .home-capacity {
    margin: var(--container-tb-gap) 0;
  }
  .home-capacity .home-title {
    margin-bottom: 20px;
  }
  .home-capacity .capacity .item {
    height: 340px;
    margin-right: 8px;
  }
  .home-capacity .capacity .item > img {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
  }
  .home-capacity .capacity .item .text {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .home-capacity .capacity .item .more {
    font-size: 14px;
  }
  .home-capacity .capacity .item .more img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
  }
  .home-capacity .capacity .item .title {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 63px;
  }
  .home-capacity .capacity .item.active {
    width: 210px;
  }
  .home-about {
    padding-top: 30px;
    margin: var(--container-tb-gap) 0;
  }
  .home-about .text {
    font-size: 14px;
    margin: 30px auto 20px;
  }
  .home-about .more .more-btn {
    width: 125px;
    height: 40px;
    border-radius: 22px;
    font-size: 14px;
    margin-right: 20px;
  }
  .home-about .more img {
    width: 40px;
    height: 40px;
  }
  .home-about .about-stat {
    height: 140px;
    padding: 20px;
    margin-top: 20px;
  }
  .home-about .about-stat .stat-item .item-data {
    padding-top: 4px;
  }
  .home-about .about-stat .stat-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 16px;
    font-size: 14px;
    margin-top: 4px;
  }
  .home-about .about-stat .stat-item .pf {
    font-size: 30px;
  }
  .home-about .about-stat .stat-item .add {
    font-size: 18px;
  }
  .home-news {
    padding: 30px var(--container-lr-gap);
    margin: var(--container-tb-gap) 0;
  }
  .home-news .news-top {
    margin-bottom: 20px;
  }
  .home-news .news-top .more-btn {
    padding: 7px 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .home-news .news {
    grid-gap: 0 10px;
  }
  .home-news .news .item .imgBox span {
    line-height: 1;
    font-size: 12px;
    padding: 5px 8px;
  }
  .home-news .news .item .info {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .home-news .news .item .title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .home-news .news .item .content {
    padding: 10px 10px 15px;
  }
  .home-news .news .item .content .text {
    font-size: 12px;
    padding-top: 10px;
    line-height: 16px;
  }
  .home-news .news .item.item-list {
    display: none;
  }
  .home-news .news .item:nth-child(3) {
    display: block;
  }
  .home-car {
    grid-gap: 0 10px;
    height: 500px;
    margin: var(--container-tb-gap) 0;
  }
  .home-car .more {
    width: 40px;
    height: 40px;
    font-size: 26px;
    right: 30px;
  }
  .home-car .l {
    grid-gap: 10px 0;
  }
  .home-car .l .l-t {
    grid-gap: 0 10px;
  }
  .home-car .l .l-t .bg-box:first-child {
    padding: 30px 20px 20px;
  }
  .home-car .l .l-t .bg-box:first-child .text {
    line-height: 24px;
    font-size: 18px;
  }
  .home-car .l .l-t .bg-box:first-child .info {
    font-size: 14px;
  }
  .home-car .r span, .home-car .l .l-b span {
    font-size: 18px;
  }
  .home-product {
    padding: 40px var(--container-lr-gap) 30px;
    margin: var(--container-tb-gap) 0;
  }
  .home-product .d-l {
    width: 260px;
  }
  .home-product .d-l .home-title.line {
    padding-bottom: 20px;
  }
  .home-product .d-l .tab_swiper {
    height: 260px;
    margin-left: -20px;
    margin-top: 30px;
  }
  .home-product .d-l .tab_swiper .swiper-slide {
    width: 120px;
    line-height: 20px;
    font-size: 14px;
  }
  .home-product.en .d-l .tab_swiper .swiper-slide {
    font-size: 14px;
  }
  .home-banner {
    height: 600px;
  }
  .home-banner .swiper-slide .title {
    top: 30%;
  }
  .home-banner .swiper-slide .title .n {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home-banner .swiper-slide .title .t {
    font-size: 40px;
  }
  .home-banner .search-library {
    bottom: 10%;
    width: 620px;
    height: 90px;
    border-radius: 59px;
    padding: 10px 12px;
  }
  .home-banner .search-library .icon-l {
    width: 180px;
    height: 60px;
    border-radius: 44px;
    height: 100%;
  }
  .home-banner .search-library .icon-l::before {
    height: 30px;
  }
  .home-banner .search-library .icon-l .iconfont {
    font-size: 25px;
  }
  .home-banner .search-library .search-btn::before {
    height: 30px;
  }
  .home-banner .search-library .search-btn .t {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .home-banner .search-library .search-btn .c {
    font-size: 20px;
    line-height: 26px;
  }
  .home-banner .search-library .search-btn .c .iconfont {
    width: 26px;
    height: 26px;
    margin-left: 15px;
    font-size: 16px;
  }
  .home-banner .swiper-pagination {
    bottom: 30%;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 72px;
    height: 5px;
    margin: 0 10px;
  }
  .home-footer {
    padding: 40px 0 20px;
  }
  .home-footer .text {
    line-height: 20px;
    font-size: 12px;
  }
  .home-footer .footer-l {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .home-footer .footer-l img {
    margin-bottom: 0;
  }
  .home-footer .footer-l .contact-us {
    padding-top: 20px;
  }
  .home-footer .footer-l .contact-us .info {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .home-footer .footer-l .contact-us .phone {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: center;
  }
  .home-footer .footer-l .contact-us .phone .iconfont {
    font-size: 26px;
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }
  .home-footer .footer-r {
    display: none;
  }
  .news-detail {
    margin-bottom: 40px;
  }
  .news-detail .catalogue-header {
    margin-bottom: 20px;
  }
  .news-detail .detail {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 var(--container-lr-gap);
  }
  .news-detail .detail img {
    margin: 10px auto;
  }
  .news-detail .footer {
    padding: 20px 0 30px;
    margin: 0 var(--container-lr-gap);
  }
  .news-detail .footer a {
    line-height: 18px;
    font-size: 14px;
  }
  .news-detail .footer a:nth-child(2) {
    margin: 0 20px;
  }
  .business {
    padding: 30px var(--container-lr-gap);
    margin-top: var(--container-tb-gap);
  }
  .business .home-title {
    padding-bottom: 20px;
  }
  .business .b-l {
    width: 40%;
  }
  .business .b-l .text {
    font-size: 15px;
    margin-top: 40px;
  }
  .business .b-r {
    padding: 20px 0 0 80px;
  }
  .business .b-r .dot {
    width: 10px;
    height: 10px;
  }
  .business .b-r .dot.on {
    width: 10px;
    height: 10px;
  }
  .business .b-r .dot::before, .business .b-r .dot::after {
    width: 20px;
    height: 20px;
  }
  .business-swiper {
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: var(--container-tb-gap);
  }
  .business-swiper .swiper-slide {
    height: 80px;
  }
  .business-swiper .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
  }
  .product-catalogue.page-product {
    margin-bottom: 30px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab {
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab .iconfont {
    margin-left: 6px;
  }
  .product-catalogue .catalogue_r .news-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .imgBox {
    margin-bottom: 12px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .info {
    font-size: 12px;
    padding: 4px 6px;
    margin-bottom: 10px;
    margin: 0 10px 5px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .title {
    line-height: 20px;
    font-size: 16px;
    margin: 0 10px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time {
    line-height: 14px;
    font-size: 12px;
    margin: 0 10px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time .iconfont {
    font-size: 14px;
    margin-right: 4px;
  }
  .global-nav {
    --logo-height: 60px;
    --nav-ph-gap: 40px;
    --nav-ph-btn-size: 28px;
    padding: 0 var(--nav-ph-gap);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 999;
  }
  .global-nav ::-webkit-scrollbar {
    display: none;
  }
  .global-nav.top {
    background-color: #fff;
  }
  .global-nav .nav-ph {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .global-nav .nav-ph .nav-brand {
    height: var(--logo-height);
    display: flex;
    align-items: center;
  }
  .global-nav .nav-ph .nav-brand img {
    display: block;
    height: 60%;
  }
  .global-nav .nav-ph .icon-caidan {
    font-size: var(--nav-ph-btn-size);
    color: var(--nav-row-color);
    line-height: 1;
    cursor: pointer;
  }
  .global-nav .nav-ph .nav-list-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2000;
    padding: 0 var(--nav-ph-gap);
  }
  .global-nav .nav-ph .nav-list-container .close-box {
    width: 100%;
    height: var(--logo-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .global-nav .nav-ph .nav-list-container .close-box .iconfont {
    line-height: 1;
    color: #000000;
    font-size: var(--nav-ph-btn-size);
    cursor: pointer;
  }
  .global-nav .nav-ph .nav-list-container .nav-list {
    padding-bottom: 20px;
    max-height: 80vh;
    overflow-y: scroll;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    font-size: 16px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row .li-a {
    color: var(--text-color);
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row .li-a:hover {
    color: var(--primary-color);
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row .li-a span {
    color: #ff0000;
    padding-left: 10px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row .arrows {
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition-duration: .2s;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .next-list {
    display: none;
    padding-left: 20px;
  }
  .consult .overlay .dialog {
    width: 80%;
    padding: 40px 30px 30px;
  }
  .consult .overlay .dialog .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .consult .overlay .dialog .info {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .consult .overlay .dialog form .form-row {
    grid-gap: 15px;
  }
  .consult .overlay .dialog form input {
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .consult .overlay .dialog form button {
    margin-top: 40px;
  }
  .consult .overlay .dialog .close {
    top: 30px;
    right: 30px;
  }
  .overlay-container .overlay .dialog .iconfont {
    top: -40px;
    height: 34px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  :root {
    --index-lr-gap: 30px;
    --container-lr-gap: 40px;
    --container-tb-gap: 15px;
    --image-height: 290px;
  }
  .section.container {
    padding: 15px var(--index-lr-gap);
  }
  .global-nav-container.page {
    height: 55px;
  }
  #fullpage {
    --gap-high: 30px;
  }
  #contact_us, #overview, #specification, #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
    scroll-margin-top: 55px;
  }
  .home-title h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .home-title h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-title .info {
    font-size: 14px;
  }
  .home-title .textinfo {
    line-height: 18px;
    font-size: 14px;
  }
  .home-title .textinfo span {
    margin-right: 40px;
  }
  .swiper-btn {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
  .product-c {
    padding: 40px var(--container-lr-gap) 30px;
    margin-bottom: 10px;
  }
  .product-c .home-title.line {
    padding-bottom: 10px;
  }
  .product-c .text {
    margin-top: 20px;
    font-size: 13px;
  }
  .product-c-nav {
    padding: 15px;
  }
  .product-c-nav .product-nav-swiper {
    width: 74%;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 60px;
    font-size: 14px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn {
    width: 25px;
    height: 25px;
    font-size: 20px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
    left: 40px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
    right: 40px;
  }
  .product-d {
    padding: 40px 40px 20px;
  }
  .product-d .d-l {
    width: 40%;
  }
  .product-d .d-l .home-title.line {
    padding-bottom: 20px;
  }
  .product-d .d-l > .swiper {
    height: 240px;
  }
  .product-d .d-l > .swiper .nav {
    font-size: 14px;
    height: 30px;
    padding: 22px 22px;
  }
  .product-d .d-l > .swiper .nav::before {
    width: 10px;
    height: 10px;
  }
  .product-d .d-r {
    width: 54%;
  }
  .product-d .d-r .swiper-slide {
    padding-top: 20px;
  }
  .product-d .d-r .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-d .d-r .text {
    font-size: 13px;
    margin-bottom: 12px;
    height: auto;
    display: block;
  }
  .product-d .d-r .more {
    margin: 0 auto 30px;
    width: 110px;
    height: 36px;
    border-radius: 26px;
    font-size: 13px;
  }
  .product-d .d-r img {
    padding-bottom: 18%;
    width: 58%;
  }
  .breadCrumb {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .breadCrumb .iconfont {
    font-size: 14px;
    margin-right: 2px;
  }
  .catalogue-header {
    margin-top: 15px;
    padding: 6px var(--container-lr-gap) 10px;
  }
  .catalogue-header .home-title .info {
    font-size: 13px;
  }
  .product-catalogue {
    margin-bottom: 15px;
    padding-top: 10px;
    height: 80%;
    flex-direction: column;
  }
  .product-catalogue .catalogue_l {
    width: 100%;
    padding: 10px 6px 10px 10px;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 30px;
    padding: 0 10px;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 13px;
  }
  .product-catalogue .catalogue_l .search-c input {
    font-size: 13px;
    padding-left: 6px;
    width: 75%;
  }
  .product-catalogue .catalogue_l .all-p {
    padding: 10px 0;
    margin-bottom: 8px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 26px;
    font-size: 14px;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    max-height: 200px;
    padding-right: 0;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 18px;
    font-size: 14px;
    margin: 12px 0 8px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    grid-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 32px;
    border-radius: 2px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r {
    padding-left: 0;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 8px;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 10px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 90px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 60px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 10px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 24px;
    height: 24px;
    font-size: 16px;
    margin: 0 6px;
  }
  .about_us {
    padding: 30px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 15px 15px 10px;
  }
  .about_us .profile .content {
    margin-bottom: 10px;
  }
  .about_us .profile .content .title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about_us .profile .content .title h4 {
    font-size: 16px;
  }
  .about_us .profile .content .text {
    font-size: 13px;
    margin-top: 10px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 10px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 22px 6px 16px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 26px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    font-size: 12px;
    margin-top: 2px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 16px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 30px;
    height: 30px;
    margin: 0 6px;
  }
  .sentiment {
    padding: 40px 0 30px;
  }
  .sentiment .home-title {
    padding-bottom: 10px;
  }
  .sentiment .home-title.line::before {
    width: 260px;
  }
  .sentiment .home-title.line::after {
    width: 130px;
  }
  .sentiment .text-swiper {
    width: 80%;
    margin: 20px auto;
  }
  .sentiment .text-swiper .swiper-slide {
    font-size: 14px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper {
    width: 80%;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 40px;
    font-size: 14px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-prev {
    left: 20px;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-btn.swiper-button-next {
    right: 20px;
  }
  .history {
    padding: 20px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 8px;
  }
  .history .history-swiper {
    margin-top: 10px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 70px;
    font-size: 60px;
    margin-bottom: 10px;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
  }
  .history .year-swiper {
    margin-top: 10px;
  }
  .history .year-swiper::before {
    height: 4px;
    top: 62px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 12px;
  }
  .history .year-swiper .swiper-slide img {
    width: 32px;
    height: 32px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 14px;
    height: 14px;
    margin: 9px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    font-size: 14px;
    width: 100%;
  }
  .honorary {
    padding: 20px var(--container-lr-gap);
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c {
    display: none;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c.active {
    display: block;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 30px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 100%;
    height: auto;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 14px;
    width: fit-content;
    padding: 4px 10px;
    line-height: inherit;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
    display: none;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    padding: 0 20px;
    width: 100%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 12px;
    width: 24px;
    height: 24px;
    margin: 10px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 10px 20px;
  }
  .honorary .honorary-c .tab-list {
    margin-top: 20px;
  }
  .honorary .honorary-c .tab-list .tab {
    flex: 1;
    font-size: 14px;
    padding-bottom: 6px;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 36px;
    font-size: 30px;
  }
  .apply-btn {
    width: 110px;
    height: 38px;
    font-size: 13px;
  }
  .talent {
    padding: 30px var(--container-lr-gap);
  }
  .talent .home-title {
    padding-bottom: 10px;
  }
  .talent .talent-s {
    padding-top: 20px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 400px;
    padding: 10px 0 20px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 400px;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 66px);
    padding-left: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 12px 20px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 16px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 26px;
    height: 28px;
    margin-bottom: 28px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 10px 0 12px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 20px;
    font-size: 14px;
    margin-right: 60px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    padding-right: 5px;
    margin-right: 10px;
    margin: 10px 0 15px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 8px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 13px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-nav-c {
    margin-bottom: 15px;
  }
  .demand-nav-c .demand-nav .nav {
    width: 130px;
    height: 50px;
    font-size: 12px;
  }
  .demand-nav-c .demand-nav .nav img {
    width: 14px;
    margin-right: 4px;
  }
  .demand-title {
    line-height: 24px;
    font-size: 20px;
  }
  .demand-title img {
    width: 16px;
  }
  .demand-list {
    padding: 14px 18px;
    margin-bottom: 30px;
  }
  .demand-list .list {
    padding: 20px 30px 14px;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .demand-list .list .item {
    padding: 20px 14px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .demand-list .list .item .top img {
    width: 22px;
    height: 24px;
    margin-right: 14px;
  }
  .demand-list .list .item .top .t-name {
    line-height: 24px;
    font-size: 16px;
  }
  .demand-list .list .item .top .t-info {
    margin: 0 10px 0 6px;
  }
  .demand-list .list .item .top .iconfont {
    font-size: 24px;
    line-height: 24px;
  }
  .demand-list .list .item .info {
    line-height: 18px;
    font-size: 13px;
    margin: 8px 36px 18px;
  }
  .demand-list .list .item .apply-btn {
    margin: 0 36px;
  }
  .detail-main {
    display: block;
  }
  .detail-main .main-l {
    padding: 20px 0 10px;
    width: 100%;
  }
  .detail-main .main-l .main-swiper {
    width: 60%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px 0;
  }
  .detail-main .main-l .main-btn-s {
    padding: 0 35px;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper {
    height: auto;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide {
    padding: 15px 0;
  }
  .detail-main .main-l .main-btn-s .main-btn-swiper .swiper-slide img {
    width: 90%;
  }
  .detail-main .main-r {
    border-left: none;
  }
  .detail-main .main-r .content {
    padding: 10px;
  }
  .detail-main .main-r .title {
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 8px;
  }
  .detail-main .main-r .subtitle {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .detail-main .main-r .text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .detail-main .main-r .btn-l .apply-btn {
    margin-right: 20px;
  }
  .detail-main .main-r .btn-l .apply-btn .iconfont {
    font-size: 12px;
    margin-left: 8px;
  }
  .detail-main .main-r .info-list .info {
    padding: 15px 0;
  }
  .detail-main .main-r .info-list .info img {
    width: 30px;
  }
  .detail-main .main-r .info-list .info .name {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  .detail-main .main-r .info-list .info .val {
    line-height: 16px;
    font-size: 14px;
  }
  #contact_us {
    margin-bottom: 20px;
  }
  .detail-plate {
    margin-bottom: 20px;
  }
  .detail-plate .demand-title {
    padding: 8px 20px;
  }
  .detail-plate .text {
    padding: 10px 20px 20px;
    font-size: 12px;
  }
  .detail-plate .specification-list {
    padding: 10px 20px 20px;
  }
  .detail-plate .specification-list .item {
    height: 40px;
    line-height: 16px;
    font-size: 13px;
  }
  .detail-plate .specification-list .item .t {
    width: 36%;
  }
  .detail-plate form {
    grid-gap: 12px 0;
    padding: 10px 20px 20px;
    grid-template-columns: 1fr;
  }
  .detail-plate form .form-item .name {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .detail-plate form .form-item input {
    height: 40px;
    font-size: 12px;
    padding: 0 6px;
  }
  .image-c .c-title {
    bottom: 20.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    padding: 12px 16px 20px;
  }
  .image-c .c-title .home-title {
    padding-bottom: 15px;
  }
  .image-c .swiperPagination {
    bottom: 7%;
  }
  .image-c .swiperPagination .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .quality {
    margin: var(--container-tb-gap) 0;
    padding: 20px var(--container-lr-gap);
  }
  .quality .quality-swiper {
    padding: 30px 0 65px;
  }
  .quality .quality-swiper .swiper-slide .imgBox {
    padding: 6px;
  }
  .quality .quality-swiper .swiper-slide .title {
    line-height: 16px;
    font-size: 10px;
    margin-top: 10px;
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.4);
  }
  .quality .quality-swiper .swiper-slide.swiper-slide-active .imgBox {
    padding: 5px;
  }
  .quality .quality-swiper.title-s .swiper-slide.swiper-slide-active {
    transform: scale(1.4) translateY(10px);
  }
  .quality .quality-swiper.title-s .swiper-btn {
    top: 40%;
  }
  .quality .quality-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 13px;
  }
  .quality.btn-q .quality-swiper {
    padding: 30px 0;
  }
  .capacityTab-s {
    bottom: 10%;
  }
  .capacityTab-s .capacityTab-swiper, .capacityTab-s .capacityTab-swipers {
    width: 100%;
  }
  .capacityTab-s .capacityTab-swiper .swiper-slide, .capacityTab-s .capacityTab-swipers .swiper-slide {
    height: 35px;
    font-size: 12px;
  }
  .capacityTab-s.quality-c-s {
    margin-bottom: 0;
  }
  .capacity-swiper .swiper-slide {
    height: auto;
    padding: 16px 10px 70px;
  }
  .capacity-swiper .swiper-slide .title {
    position: relative;
    top: 14%;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .capacity-swiper .swiper-slide .text {
    position: relative;
    width: 100%;
    top: 32%;
    font-size: 13px;
  }
  .capacity-swiper.en .swiper-slide .text {
    top: 32%;
  }
  .design {
    padding: 20px var(--container-lr-gap);
  }
  .design .design-c {
    padding-top: 10px;
    display: block;
  }
  .design .design-c img {
    width: 70%;
    margin: 20px 0;
  }
  .design .design-c .swiper {
    height: auto;
  }
  .design .design-c .swiper .swiper-slide {
    width: auto;
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
  .design .design-c .swiper.design-l-swiper, .design .design-c .swiper.design-r-swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-next, .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-prev, .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-next {
    transform: translateX(0);
  }
  .design .design-c .swiper.design-l-swiper .swiper-slide.swiper-slide-active, .design .design-c .swiper.design-r-swiper .swiper-slide.swiper-slide-active {
    transform: translateX(0);
  }
  .strength {
    padding: 20px var(--container-lr-gap);
  }
  .strength .title {
    width: 60%;
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .strength .strength-swiper .swiper-slide > img {
    margin-bottom: 8px;
  }
  .strength .strength-swiper .swiper-slide .img-b {
    grid-gap: 0 8px;
  }
  .strength .strength-swiper .swiper-btn {
    top: -20px;
  }
  .strength .strength-swiper .swiper-button-prev {
    right: 66px;
  }
  .patent {
    padding: 20px var(--container-lr-gap);
  }
  .patent .home-title {
    padding-bottom: 10px;
  }
  .patent .patent-swiper {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .patent .patent-swiper .swiper-slide {
    padding: 14px 12px;
    border-radius: 10px;
  }
  .patent .patent-swiper .swiper-slide .top {
    margin-bottom: 10px;
  }
  .patent .patent-swiper .swiper-slide .top .iconfont {
    font-size: 14px;
  }
  .patent .patent-swiper .swiperPagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .patent .patent-swiper .swiper-btn {
    top: -20px;
  }
  .contact-us .info-list {
    margin-bottom: 20px;
  }
  .contact-us .info-list .item .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .contact-us .info-list .item .iconfont {
    font-size: 30px;
    height: 30px;
    margin-bottom: 14px;
  }
  .contact-us .info-list .item .val {
    line-height: 20px;
    font-size: 14px;
  }
  .contact-us .map {
    height: 300px;
  }
  .contact-us .map .custom-info {
    width: 300px !important;
  }
  .contact-us .map div.info-middle {
    padding: 10px;
  }
  .contact-us .map div.info-middle .imgBox {
    padding: 10px;
  }
  .contact-us .map div.info-middle img {
    width: 70px;
  }
  .contact-us .map div.info-middle > div {
    padding-left: 10px;
  }
  .contact-us .map div.info-middle > div .name {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 6px;
  }
  .contact-us .map div.info-middle > div .name.en {
    padding-bottom: 10px;
  }
  .contact-us .map div.info-middle > div .address {
    line-height: 14px;
    font-size: 12px;
  }
  .culture .culture-c .c-l {
    padding: 20px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 10px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 15px;
  }
  .culture .culture-c .c-r .item img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 12px;
    margin-bottom: 8px;
    height: 54px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 20px;
    font-size: 16px;
  }
  .culture-s {
    padding: 14px var(--container-lr-gap);
    margin-top: 10px;
  }
  .culture-s .culture-swiper .swiper-slide {
    height: auto;
    padding: 6px 10px;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 12px;
    line-height: 14px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 5px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 5px;
  }
  .home-manufacture .home-title {
    margin-bottom: 20px;
  }
  .home-manufacture .m-list {
    grid-template-columns: 1fr 1fr;
  }
  .home-manufacture .m-list .item {
    padding: 20px 20px 0;
    height: 160px;
  }
  .home-manufacture .m-list .item img {
    width: 28px;
    margin-bottom: 10px;
  }
  .home-manufacture .m-list .item .name {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .home-manufacture .m-list .item .text {
    line-height: 14px;
    margin-bottom: 20px;
  }
  .home-manufacture .m-list .item .more {
    width: 82px;
    height: 30px;
  }
  .home-manufacture .m-list .item .more .iconfont {
    margin-left: 4px;
  }
  .home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
    padding-top: 0;
  }
  .home-capacity .home-title {
    margin-bottom: 10px;
  }
  .home-capacity .capacity .item {
    height: 260px;
    margin-right: 6px;
  }
  .home-capacity .capacity .item > img {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
  }
  .home-capacity .capacity .item .text {
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .home-capacity .capacity .item .more {
    font-size: 12px;
  }
  .home-capacity .capacity .item .more img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
  }
  .home-capacity .capacity .item .title {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 63px;
  }
  .home-capacity .capacity .item.active {
    width: 140px;
  }
  .home-about {
    padding-top: 20px;
  }
  .home-about .text {
    font-size: 13px;
    line-height: 18px;
    margin: 20px auto 15px;
  }
  .home-about .more .more-btn {
    width: 110px;
    height: 35px;
    border-radius: 22px;
    font-size: 13px;
    margin-right: 20px;
  }
  .home-about .more img {
    width: 35px;
    height: 35px;
  }
  .home-about .about-stat {
    height: auto;
    padding: 15px;
    margin-top: 20px;
  }
  .home-about .about-stat .stat-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 16px;
    font-size: 13px;
  }
  .home-about .about-stat .stat-item .pf {
    font-size: 25px;
  }
  .home-about .about-stat .stat-item .add {
    font-size: 16px;
  }
  .home-news {
    padding: 20px var(--container-lr-gap);
  }
  .home-news .news-top {
    margin-bottom: 10px;
  }
  .home-news .news-top .more-btn {
    padding: 7px 14px;
    line-height: 1;
    font-size: 12px;
  }
  .home-news .news {
    grid-gap: 0 8px;
  }
  .home-news .news .item .imgBox span {
    font-size: 12px;
    padding: 5px 8px;
  }
  .home-news .news .item .info {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .home-news .news .item .title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .home-news .news .item .content {
    padding: 8px 8px 12px;
  }
  .home-news .news .item .content .text {
    font-size: 12px;
    padding-top: 8px;
    line-height: 16px;
  }
  .home-car {
    grid-gap: 0 10px;
    height: 380px;
  }
  .home-car .more {
    width: 40px;
    height: 40px;
    font-size: 26px;
    right: 30px;
  }
  .home-car .l {
    grid-gap: 10px 0;
  }
  .home-car .l .l-t {
    grid-gap: 0 10px;
    grid-gap: 0 10px;
  }
  .home-car .l .l-t .bg-box:first-child {
    padding: 20px 10px;
  }
  .home-car .l .l-t .bg-box:first-child .text {
    line-height: 20px;
    font-size: 16px;
  }
  .home-car .l .l-t .bg-box:first-child .info {
    font-size: 12px;
  }
  .home-car .r span, .home-car .l .l-b span {
    font-size: 16px;
  }
  .home-product {
    padding: 30px var(--container-lr-gap) 20px;
  }
  .home-product .d-l {
    width: 210px;
    margin-right: 10px;
  }
  .home-product .d-l .home-title.line {
    padding-bottom: 10px;
  }
  .home-product .d-l .tab_swiper {
    margin-left: -10px;
    margin-top: 20px;
    height: 260px;
  }
  .home-product .d-l .tab_swiper .swiper-slide {
    width: 100px;
    line-height: 20px;
    font-size: 14px;
  }
  .home-banner {
    height: 500px;
  }
  .home-banner .swiper-slide .title {
    top: 30%;
  }
  .home-banner .swiper-slide .title .n {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .home-banner .swiper-slide .title .t {
    font-size: 30px;
  }
  .home-banner .search-library {
    bottom: 10%;
    width: 80%;
    height: 80px;
    border-radius: 59px;
    padding: 10px;
  }
  .home-banner .search-library .icon-l {
    width: 30%;
    height: 50px;
    border-radius: 44px;
    height: 100%;
  }
  .home-banner .search-library .icon-l::before {
    height: 30px;
  }
  .home-banner .search-library .icon-l .iconfont {
    font-size: 20px;
  }
  .home-banner .search-library .search-btn::before {
    height: 30px;
  }
  .home-banner .search-library .search-btn .t {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .home-banner .search-library .search-btn .c {
    font-size: 16px;
    line-height: 26px;
  }
  .home-banner .search-library .search-btn .c .iconfont {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    font-size: 14px;
  }
  .home-banner .swiper-pagination {
    bottom: 30%;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    margin: 0 6px;
  }
  .home-footer {
    padding: 20px 0;
  }
  .home-footer .text {
    line-height: 16px;
  }
  .home-footer .footer-l img {
    width: 260px;
  }
  .home-footer .footer-l .contact-us {
    padding-top: 10px;
  }
  .home-footer .footer-l .contact-us .info {
    line-height: 16px;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .home-footer .footer-l .contact-us .phone {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-footer .footer-l .contact-us .phone .iconfont {
    font-size: 22px;
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
  .news-detail {
    margin-bottom: 30px;
  }
  .news-detail.demand-detail {
    padding-bottom: 15px;
  }
  .news-detail.demand-detail .apply-btn {
    margin: 20px auto 0;
  }
  .news-detail .catalogue-header {
    margin-bottom: 10px;
  }
  .news-detail .detail {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news-detail .detail img {
    margin: 10px auto;
  }
  .news-detail .footer {
    padding: 10px 0 15px;
  }
  .news-detail .footer a {
    line-height: 18px;
    font-size: 14px;
  }
  .news-detail .footer a:nth-child(2) {
    margin: 0 20px;
  }
  .business {
    padding: 30px var(--container-lr-gap);
    display: block;
  }
  .business .home-title {
    padding-bottom: 10px;
  }
  .business .b-l {
    width: 100%;
  }
  .business .b-l .text {
    font-size: 14px;
    margin-top: 30px;
  }
  .business .b-r {
    width: 80%;
    margin: auto;
    padding: 10px 0 0 0;
  }
  .business .b-r .dot:nth-of-type(1) {
    top: 20%;
    left: 65%;
  }
  .business .b-r .dot:nth-of-type(2) {
    top: 32%;
    left: 60%;
  }
  .business .b-r .dot:nth-of-type(3) {
    top: 36%;
    left: 58%;
  }
  .business .b-r .dot:nth-of-type(4) {
    top: 41%;
    left: 61%;
  }
  .business .b-r .dot:nth-of-type(5) {
    top: 50%;
    left: 59%;
  }
  .business .b-r .dot:nth-of-type(6) {
    top: 63%;
    left: 45%;
  }
  .business .b-r .dot:nth-of-type(7) {
    top: 52%;
    left: 51%;
  }
  .business .b-r .dot:nth-of-type(8) {
    top: 57%;
    left: 49%;
  }
  .business .b-r .dot:nth-of-type(9) {
    top: 52%;
    left: 40%;
  }
  .business .b-r .dot:nth-of-type(10) {
    top: 55%;
    left: 37%;
  }
  .business .b-r .dot::before, .business .b-r .dot::after {
    width: 15px;
    height: 15px;
  }
  .business-swiper {
    padding: 0;
    margin-top: 10px;
  }
  .business-swiper .swiper-slide {
    height: 70px;
  }
  .business-swiper .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
  }
  .product-catalogue .catalogue_l .newsTab-list {
    max-height: 200px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab {
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab .iconfont {
    margin-left: 6px;
  }
  .product-catalogue .catalogue_r .news-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .imgBox {
    margin-bottom: 12px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .info {
    font-size: 12px;
    padding: 4px 6px;
    margin-bottom: 10px;
    margin: 0 10px 5px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .title {
    line-height: 16px;
    font-size: 14px;
    margin: 0 10px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time {
    line-height: 14px;
    font-size: 12px;
    margin: 0 10px 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time .iconfont {
    font-size: 14px;
    margin-right: 4px;
  }
  .global-nav {
    --logo-height: 55px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row {
    line-height: 42px;
    font-size: 14px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row .arrows {
    font-size: 20px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .next-list {
    padding-left: 15px;
  }
  .consult .overlay .dialog {
    width: 80%;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .consult .overlay .dialog .title {
    font-size: 20px;
    line-height: 30px;
  }
  .consult .overlay .dialog .info {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .consult .overlay .dialog form .form-row {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .consult .overlay .dialog form input {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .consult .overlay .dialog form button {
    margin-top: 25px;
  }
  .consult .overlay .dialog .close {
    width: 16px;
    height: 16px;
    top: 30px;
    right: 30px;
  }
  .consult .overlay .dialog .close .iconfont {
    font-size: 16px;
  }
  .overlay-container .overlay .dialog {
    width: 90%;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  :root {
    --index-lr-gap: 12px;
    --container-lr-gap: 20px;
  }
  .section.container {
    padding: 10px var(--index-lr-gap);
  }
  .global-nav-container.page {
    height: 50px;
  }
  #contact_us, #overview, #specification, #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
    scroll-margin-top: 50px;
  }
  .home-title h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .home-title h4 {
    font-size: 13px;
    line-height: 1;
  }
  .home-title .info {
    font-size: 13px;
  }
  .home-title .textinfo {
    line-height: 14px;
    font-size: 12px;
  }
  .home-title .textinfo span {
    margin-right: 20px;
  }
  .swiper-btn {
    display: none;
  }
  .product-c {
    padding: 20px var(--container-lr-gap);
    margin-bottom: 6px;
  }
  .product-c .home-title.line {
    padding-bottom: 10px;
  }
  .product-c .text {
    margin-top: 10px;
    font-size: 12px;
  }
  .product-c-nav {
    padding: 10px;
  }
  .product-c-nav .product-nav-swiper {
    width: 74%;
  }
  .product-c-nav .product-nav-swiper .swiper-slide {
    height: 55px;
    font-size: 13px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-prev {
    left: 20px;
  }
  .product-c-nav .product-nav-swiper .swiper-btn.swiper-button-next {
    right: 20px;
  }
  .product-d {
    padding: 20px 20px 10px;
    display: block;
  }
  .product-d .d-l {
    width: 100%;
  }
  .product-d .d-l .home-title.line {
    padding-bottom: 10px;
  }
  .product-d .d-l .home-title.line::before {
    width: 70%;
  }
  .product-d .d-l .home-title.line::after {
    width: 26%;
  }
  .product-d .d-l > .swiper {
    height: auto;
  }
  .product-d .d-l > .swiper .nav {
    font-size: 13px;
    height: auto;
    padding: 14px 5px 14px 18px;
  }
  .product-d .d-l > .swiper .nav::before {
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
  }
  .product-d .d-l > .swiper .nav.swiper-slide-thumb-active::before {
    transform: rotate(45deg) translateY(-50%);
  }
  .product-d .d-r {
    width: 100%;
  }
  .product-d .d-r .swiper-slide {
    padding-top: 10px;
  }
  .product-d .d-r .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-d .d-r .text {
    font-size: 12px;
    margin-bottom: 12px;
    height: auto;
    display: block;
  }
  .product-d .d-r .more {
    margin: 0 auto 15px;
    width: 94px;
    height: 30px;
    border-radius: 26px;
    font-size: 12px;
  }
  .product-d .d-r img {
    padding-bottom: 18%;
    width: 58%;
  }
  .breadCrumb {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .breadCrumb .iconfont {
    font-size: 14px;
    margin-right: 2px;
  }
  .catalogue-header {
    margin-top: 10px;
    padding: 6px var(--container-lr-gap) 10px;
  }
  .catalogue-header .home-title .info {
    font-size: 12px;
  }
  .product-catalogue {
    margin-bottom: 10px;
    padding-top: 6px;
    height: 80%;
    flex-direction: column;
  }
  .product-catalogue.page-product {
    margin-bottom: 20px;
  }
  .product-catalogue .catalogue_l {
    width: 100%;
    padding: 10px 6px 10px 10px;
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_l .search-c {
    height: 28px;
    padding: 0 10px;
  }
  .product-catalogue .catalogue_l .search-c .iconfont {
    margin:0;
    font-size: 13px;
  }
  .product-catalogue .catalogue_l .search-c input {
    font-size: 13px;
    padding-left: 6px;
  }
  .product-catalogue .catalogue_l .all-p {
    padding: 6px 0;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_l .all-p .l {
    height: 22px;
    font-size: 14px;
  }
  .product-catalogue .catalogue_l .all-p a {
    height: 22px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_l .catalogue-list {
    height: 160px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar {
    width: 6px;
  }
  .product-catalogue .catalogue_l .catalogue-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .n {
    height: 18px;
    font-size: 14px;
    margin: 6px 0 4px;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list {
    grid-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }
  .product-catalogue .catalogue_l .catalogue-list .option-list .option {
    height: 28px;
    border-radius: 2px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r .product-list {
    grid-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }
  .product-catalogue .catalogue_r .product-item {
    padding: 10px;
  }
  .product-catalogue .catalogue_r .product-item img {
    width: 80px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .name {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .product-catalogue .catalogue_r .product-item .subname {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list {
    grid-gap: 0 6px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info {
    height: 60px;
    font-size: 12px;
  }
  .product-catalogue .catalogue_r .product-item .info-list .info img {
    width: 22px;
    height: 22px;
    margin-bottom: 0;
  }
  .product-catalogue .catalogue_r .paging {
    margin-top: 6px;
  }
  .product-catalogue .catalogue_r .paging .item {
    width: 22px;
    height: 22px;
    font-size: 14px;
    margin: 0 4px;
  }
  .about_us {
    padding: 20px var(--container-lr-gap) 0;
  }
  .about_us .home-title {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .about_us .home-title h3 {
    margin-bottom: 7px;
  }
  .about_us .home-title h3:first-child {
    margin-bottom: 3px;
  }
  .about_us .profile {
    padding: 10px 10px 10px;
  }
  .about_us .profile .content {
    margin-bottom: 8px;
  }
  .about_us .profile .content .title h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .about_us .profile .content .title h4 {
    font-size: 14px;
  }
  .about_us .profile .content .text {
    font-size: 12px;
    margin-top: 6px;
  }
  .about_us .profile .about-stat {
    grid-gap: 0 8px;
  }
  .about_us .profile .about-stat .stat-item {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .about_us .profile .about-stat .stat-item .item-data {
    padding: 15px 6px 6px;
  }
  .about_us .profile .about-stat .stat-item .item-data .about-data {
    font-size: 24px;
  }
  .about_us .profile .about-stat .stat-item .item-data .item-explain {
    font-size: 12px;
    margin-top: 2px;
  }
  .about_us .profile .about-stat .stat-item .item-data .add {
    font-size: 16px;
  }
  .about_us .profile .about-stat .stat-item img {
    width: 28px;
    height: 28px;
    margin: 0 6px;
  }
  .sentiment {
    padding: 20px 0 20px;
  }
  .sentiment .home-title {
    padding-bottom: 10px;
  }
  .sentiment .home-title.line::before {
    width: 260px;
  }
  .sentiment .home-title.line::after {
    width: 130px;
  }
  .sentiment .text-swiper {
    width: 100%;
    margin: 10px auto;
    padding: 0 var(--container-lr-gap);
  }
  .sentiment .text-swiper .swiper-slide {
    font-size: 12px;
  }
  .sentiment .sentiment-s-c {
    padding: 0 var(--container-lr-gap);
  }
  .sentiment .sentiment-s-c .sentiment-swiper {
    width: 100%;
  }
  .sentiment .sentiment-s-c .sentiment-swiper .swiper-slide {
    height: 34px;
    font-size: 12px;
  }
  .history {
    padding: 20px var(--container-lr-gap);
  }
  .history .home-title {
    padding-bottom: 8px;
  }
  .history .history-swiper {
    margin-top: 10px;
  }
  .history .history-swiper .swiper-slide .year {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 0;
  }
  .history .history-swiper .swiper-slide .info {
    font-size: 12px;
    height: auto;
    margin-bottom: 6px;
  }
  .history .year-swiper {
    margin-top: 10px;
  }
  .history .year-swiper::before {
    height: 3px;
    top: 55px;
  }
  .history .year-swiper .swiper-slide .iconcar, .history .year-swiper .swiper-slide .iconjt {
    opacity: 0;
  }
  .history .year-swiper .swiper-slide .iconcar {
    font-size: 16px;
    margin-bottom: 0;
  }
  .history .year-swiper .swiper-slide .iconjt {
    font-size: 12px;
  }
  .history .year-swiper .swiper-slide img {
    width: 32px;
    height: 32px;
  }
  .history .year-swiper .swiper-slide .circle {
    width: 14px;
    height: 14px;
    margin: 9px auto;
  }
  .history .year-swiper .swiper-slide .year {
    padding-top: 4px;
    width: 43px;
    font-size: 12px;
    width: 100%;
  }
  .honorary {
    padding: 20px var(--container-lr-gap);
  }
  .honorary .home-title {
    padding-bottom: 20px;
  }
  .honorary .honorary-c {
    padding-top: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-s {
    padding: 20px 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper {
    width: 100%;
    height: auto;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide {
    font-size: 14px;
    width: fit-content;
    padding: 4px 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-slide.swiper-slide-thumb-active {
    border-radius: 31px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-button-next {
    bottom: 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .textTab-swiper .swiper-btn {
    left: 50%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-s {
    padding: 0 20px;
    width: 100%;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide {
    border-radius: 10px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .name {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide .iconfont {
    font-size: 12px;
    width: 24px;
    height: 24px;
    margin: 4px auto 0;
  }
  .honorary .honorary-c .swiper-tabList .swiper-c .honorary-swiper .swiper-slide.swiper-slide-active {
    padding: 6px 15px;
  }
  .honorary .honorary-c .tab-list {
    margin-top: 20px;
  }
  .honorary .honorary-c .tab-list .tab {
    font-size: 13px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .honorary .honorary-c .tab-list .tab .num {
    line-height: 30px;
    font-size: 28px;
  }
  .apply-btn {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .talent {
    padding: 20px var(--container-lr-gap);
  }
  .talent .home-title {
    padding-bottom: 10px;
  }
  .talent .talent-s {
    padding-top: 20px;
  }
  .talent .talent-swiper .swiper-slide {
    height: 330px;
    padding: 10px 0 12px;
    margin-right: 16px;
  }
  .talent .talent-swiper .swiper-slide.active {
    width: 90%;
  }
  .talent .talent-swiper .swiper-slide.active .slide-r {
    width: calc(100% - 46px);
    padding-left: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-l {
    padding: 12px 10px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name {
    font-size: 14px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .name img {
    width: 22px;
    height: 24px;
    margin-bottom: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .iconfont {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .unfold {
    width: 20px;
    height: 20px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .unfold::before {
    width: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-l .unfold::after {
    height: 10px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top {
    padding: 10px 0 12px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .r-top span {
    line-height: 20px;
    font-size: 14px;
    margin-right: 60px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe {
    padding-right: 5px;
    margin-right: 10px;
    margin: 6px 0 8px 0;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .title {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 8px;
  }
  .talent .talent-swiper .swiper-slide .slide-r .describe .text {
    font-size: 12px;
  }
  .talent .talent-swiper .swiper-button-prev {
    right: 88px;
  }
  .demand-nav-c {
    margin-bottom: 15px;
  }
  .demand-nav-c .demand-nav .nav {
    width: 130px;
    height: 50px;
    font-size: 12px;
    flex-direction: column;
  }
  .demand-title {
    line-height: 20px;
    font-size: 18px;
  }
  .demand-title .iconfont {
    font-size: 14px;
    margin-right: 6px;
  }
  .demand-title img {
    width: 14px;
    margin-right: 6px;
  }
  .demand-list {
    padding: 12px;
    margin-bottom: 20px;
  }
  .demand-list .list {
    padding: 10px 0 0;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .demand-list .list .item {
    padding: 20px 14px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .demand-list .list .item .top img {
    width: 18px;
    height: 20px;
    margin-right: 14px;
  }
  .demand-list .list .item .top .t-name {
    line-height: 20px;
    font-size: 14px;
  }
  .demand-list .list .item .top .t-info {
    margin: 0 10px 0 6px;
  }
  .demand-list .list .item .top .iconfont {
    font-size: 20px;
    line-height: 20px;
  }
  .demand-list .list .item .top .icon {
    width: 20px;
    height: 20px;
  }
  .demand-list .list .item .top .icon::before {
    width: 10px;
  }
  .demand-list .list .item .top .icon::after {
    height: 10px;
  }
  .demand-list .list .item .info {
    line-height: 18px;
    font-size: 13px;
    margin: 6px 32px 16px;
  }
  .demand-list .list .item .apply-btn {
    margin: 0 32px;
  }
  .design .design-c img {
    width: 100%;
    margin: 10px 0;
  }
  .strength .title {
    width: 100%;
  }
  .contact-us .info-list {
    margin-bottom: 0;
    display: block;
  }
  .contact-us .info-list .item {
    align-items: center;
    margin-bottom: 10px;
  }
  .contact-us .info-list .item .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .contact-us .info-list .item .iconfont {
    font-size: 25px;
    height: 25px;
    margin-bottom: 6px;
  }
  .contact-us .info-list .item .val {
    line-height: 20px;
    font-size: 13px;
  }
  .contact-us .map {
    height: 260px;
  }
  .contact-us .map .custom-info {
    width: 250px !important;
  }
  .contact-us .map div.info-middle {
    padding: 6px;
  }
  .contact-us .map div.info-middle .imgBox {
    padding: 4px;
  }
  .contact-us .map div.info-middle img {
    width: 50px;
  }
  .contact-us .map div.info-middle > div {
    padding-left: 10px;
  }
  .contact-us .map div.info-middle > div .name {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 4px;
  }
  .contact-us .map div.info-middle > div .name.en {
    padding-bottom: 10px;
  }
  .contact-us .map div.info-middle > div .address {
    line-height: 14px;
    font-size: 12px;
  }
  .culture .culture-c .c-l {
    padding: 10px;
  }
  .culture .culture-c .c-l .home-title {
    padding-bottom: 6px;
  }
  .culture .culture-c .c-r {
    grid-template-columns: 1fr 1fr;
  }
  .culture .culture-c .c-r .item {
    padding: 10px;
  }
  .culture .culture-c .c-r .item img {
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
  }
  .culture .culture-c .c-r .item .text {
    font-size: 12px;
    margin-bottom: 6px;
    height: 54px;
  }
  .culture .culture-c .c-r .item .title {
    line-height: 17px;
    font-size: 15px;
  }
  .culture-s {
    padding: 8px var(--container-lr-gap);
    margin-top: 6px;
  }
  .culture-s .culture-swiper .swiper-slide {
    padding: 6px 10px;
  }
  .culture-s .culture-swiper .swiper-slide .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .culture-s .culture-swiper .swiper-slide .text {
    font-size: 12px;
    line-height: 14px;
  }
  .culture-s .culture-swiper .swiper-button-prev {
    left: 5px;
  }
  .culture-s .culture-swiper .swiper-button-next {
    right: 5px;
  }
  .home-manufacture .home-title {
    margin-bottom: 10px;
  }
  .home-manufacture .m-list .item {
    padding: 10px 12px 0;
    height: 140px;
  }
  .home-manufacture .m-list .item img {
    width: 28px;
    margin-bottom: 5px;
  }
  .home-manufacture .m-list .item .name {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .home-manufacture .m-list .item .text {
    line-height: 14px;
    margin-bottom: 12px;
  }
  .home-manufacture .m-list .item .more {
    width: 82px;
    height: 30px;
  }
  .home-manufacture .m-list .item .more .iconfont {
    margin-left: 4px;
  }
  .home-manufacture .m-list .item:hover, .home-manufacture .m-list .item.active {
    padding-top: 0;
  }
  .home-capacity .home-title {
    margin-bottom: 10px;
  }
  .home-capacity .capacity .item {
    height: 220px;
    margin-right: 4px;
  }
  .home-capacity .capacity .item > img {
    width: 30px;
    height: 30px;
    margin: 0 auto 20px;
  }
  .home-capacity .capacity .item .text {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home-capacity .capacity .item .more {
    font-size: 12px;
  }
  .home-capacity .capacity .item .more img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .home-capacity .capacity .item .title {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 40px;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
  }
  .home-capacity .capacity .item.active {
    width: 120px;
  }
  .home-about {
    padding-top: 15px;
  }
  .home-about .text {
    font-size: 12px;
    line-height: 16px;
    margin: 10px auto 12px;
  }
  .home-about .more .more-btn {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 15px;
  }
  .home-about .more img {
    width: 30px;
    height: 30px;
  }
  .home-about .about-stat {
    padding: 10px 0;
    margin-top: 15px;
  }
  .home-about .about-stat .stat-item .item-data {
    padding-top: 2px;
  }
  .home-about .about-stat .stat-item img {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .about-data {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .home-about .about-stat .stat-item .item-explain {
    line-height: 14px;
    font-size: 12px;
    margin-top: 2px;
  }
  .home-about .about-stat .stat-item .pf {
    font-size: 20px;
  }
  .home-about .about-stat .stat-item .add {
    font-size: 14px;
  }
  .home-news {
    padding: 15px var(--container-lr-gap);
  }
  .home-news .news-top {
    margin-bottom: 10px;
  }
  .home-news .news-top .more-btn {
    padding: 7px 14px;
    line-height: 1;
    font-size: 12px;
  }
  .home-news .news {
    grid-gap: 0 8px;
    grid-template-columns: 1fr 1fr;
  }
  .home-news .news .item .imgBox span {
    font-size: 12px;
    padding: 5px 8px;
  }
  .home-news .news .item .info {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .home-news .news .item .title {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .home-news .news .item .content {
    padding: 6px 6px 8px;
  }
  .home-news .news .item .content .text {
    font-size: 12px;
    padding-top: 8px;
    line-height: 16px;
  }
  .home-news .news .item:nth-child(3) {
    display: none;
  }
  .home-car {
    grid-gap: 0 4px;
    height: 220px;
  }
  .home-car .more {
    width: 24px;
    height: 24px;
    font-size: 16px;
    right: 15px;
  }
  .home-car .l {
    grid-gap: 4px 0;
  }
  .home-car .l .l-t {
    grid-gap: 0 4px;
  }
  .home-car .l .l-t .bg-box:first-child {
    padding: 8px 5px;
  }
  .home-car .l .l-t .bg-box:first-child .text {
    line-height: 14px;
    font-size: 12px;
  }
  .home-car .l .l-t .bg-box:first-child .info {
    font-size: 10px;
  }
  .home-car .r span, .home-car .l .l-b span {
    font-size: 14px;
  }
  .home-product {
    padding: 15px var(--container-lr-gap);
  }
  .home-product .d-l {
    width: 100%;
    margin-right: 10px;
  }
  .home-product .d-l .home-title.line {
    padding-bottom: 10px;
  }
  .home-product .d-l .tab_swiper {
    margin-left: 0;
    margin-top: 10px;
    height: auto;
  }
  .home-product .d-l .tab_swiper .swiper-slide {
    width: 100px;
    height: auto;
    line-height: 1;
    font-size: 12px;
    padding: 10px;
  }
  .home-product.en .d-l .tab_swiper .swiper-slide {
    font-size: 12px;
  }
  .home-banner {
    height: 250px;
  }
  .home-banner .swiper-slide .title {
    top: 14%;
  }
  .home-banner .swiper-slide .title .n {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-banner .swiper-slide .title .t {
    font-size: 22px;
  }
  .home-banner .search-library {
    bottom: 6%;
    width: 90%;
    height: 60px;
    border-radius: 59px;
    padding: 10px;
  }
  .home-banner .search-library .icon-l {
    width: 30%;
    height: 40px;
    border-radius: 44px;
    height: 100%;
  }
  .home-banner .search-library .icon-l::before {
    height: 20px;
  }
  .home-banner .search-library .icon-l .iconfont {
    font-size: 14px;
  }
  .home-banner .search-library .search-btn::before {
    height: 20px;
  }
  .home-banner .search-library .search-btn .t {
    line-height: 14px;
    margin-bottom: 6px;
  }
  .home-banner .search-library .search-btn .c {
    font-size: 14px;
    line-height: 18px;
  }
  .home-banner .search-library .search-btn .c .iconfont {
    width: 18px;
    height: 18px;
    margin-left: 4px;
    font-size: 14px;
  }
  .home-banner .swiper-pagination {
    bottom: 32%;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 0 2px;
  }
  .home-banner.en .swiper-slide .title {
    top: 14%;
  }
  .home-footer {
    padding: 10px 0;
  }
  .home-footer .text {
    line-height: 16px;
  }
  .home-footer .footer-l img {
    width: 220px;
  }
  .home-footer .footer-l .contact-us {
    padding-top: 6px;
  }
  .home-footer .footer-l .contact-us .info {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home-footer .footer-l .contact-us .phone {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home-footer .footer-l .contact-us .phone .iconfont {
    font-size: 22px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .news-detail {
    margin-bottom: 20px;
  }
  .news-detail.demand-detail {
    padding-bottom: 10px;
  }
  .news-detail .catalogue-header {
    margin-bottom: 10px;
  }
  .news-detail .detail {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .news-detail .detail img {
    margin: 6px auto;
  }
  .news-detail .footer {
    padding: 6px 0 10px;
  }
  .news-detail .footer a {
    line-height: 16px;
    font-size: 12px;
  }
  .news-detail .footer a:nth-child(2) {
    margin: 0 0;
  }
  .business {
    padding: 15px var(--container-lr-gap);
  }
  .business .home-title {
    padding-bottom: 10px;
  }
  .business .b-l {
    width: 100%;
  }
  .business .b-l .text {
    font-size: 12px;
    margin-top: 8px;
  }
  .business .b-r {
    width: 80%;
    margin: auto;
    padding: 8px 0 0 0;
  }
  .business-swiper {
    padding: 0;
    margin-top: 8px;
  }
  .business-swiper .swiper-slide {
    height: 50px;
  }
  .business-swiper .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
  }
  .product-catalogue .catalogue_l .newsTab-list {
    max-height: 200px;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab {
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 0;
  }
  .product-catalogue .catalogue_l .newsTab-list .tab .iconfont {
    margin-left: 6px;
  }
  .product-catalogue .catalogue_r .news-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .imgBox {
    margin-bottom: 10px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .info {
    font-size: 12px;
    padding: 4px 6px;
    margin: 0 8px 5px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .title {
    margin: 0 8px 8px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time {
    line-height: 14px;
    font-size: 12px;
    margin: 0 8px 8px;
  }
  .product-catalogue .catalogue_r .news-list .news-item .time .iconfont {
    font-size: 14px;
    margin-right: 4px;
  }
  .global-nav {
    --logo-height: 50px;
    --nav-ph-gap: 15px;
    --nav-ph-btn-size: 26px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row {
    line-height: 38px;
    font-size: 13px;
  }
  .global-nav .nav-ph .nav-list-container .nav-list .nav-li .li-row .arrows {
    font-size: 18px;
  }
}
.code{
  width:80px !important;
  margin-bottom:0 !important;
}
.phone-num{
  display: flex;
  align-items: center;
}
.iconfont{
  margin:0 20px;
}
@media (max-width: 1000px) {
  .phone {
    display: block !important;
  }
  .phone-num{
    justify-content:center;
  }
  .code{
    margin-top:10px;
  }
  .iconfont{
    margin-right:0;
  }
}