/* 公共样式 */

.wp {
  padding: 0% 3%;
  width: 93.75%;
  margin: 0 auto;
  max-width: 1800px;
  min-width: 1170px;
}

.wp .titledemo {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: clamp(36px, calc(2vw + 16.6px), 55px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0px;
  text-align: center;
}

/* 汉堡菜单icon */

.hamburger .line {
  width: 0.56rem;
  height: 3px;
  background-color: #e50012;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(2) {
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  -o-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  width: 0;
}
/* 导航栏 */

header {
  height: 1rem;
  position: absolute;
  z-index: 9;
  width: 100%;
}

header .logo {
  /* padding: 0.22rem 0 0 0.1rem; */
}

header .logo img {
  max-width: 100%;
}
header .wp {
  /* width: 100%; */
  padding: 0 12.5%;
}
header .wp .menuicon {
  margin: 0 0.15rem 0 0;
  position: relative;
}

header .wp .menuicon .mopen {
  width: 0.68rem;
  height: 0.6rem;
}

header .wp .menuicon .mclose {
  display: none;
  width: 0.68rem;
  height: 0.6rem;
}

header .wp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  height: 100%;
}
header .wp .rsidee {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wp .rsidee .lang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .wp .rsidee .lang img {
  margin: 0 0.05rem 0 0;
}
header .wp .rsidee .lang span {
  font-size: 14px;
  color: #fff;
}
header .wp .menuicon {
  display: none;
}
header .wp nav {
  height: 100%;
  line-height: 1rem;
}
header .wp nav ul {
  display: flex;
}

header .wp nav ul .item {
  position: relative;
  width: max-content;
  text-align: center;
  margin: 0 0 0 calc(2vw + 23.4px);
}

header .wp nav ul .item a {
  font-size: clamp(16px, calc(0.5vw + 8.4px), 18px);
  color: #fff;
  text-align: center;
}

header .wp nav ul .item > a:hover {
  font-weight: bold;
  color: rgb(163, 114, 78);
}

header .wp nav ul .item .secnav {
  display: none;
  position: absolute;
  z-index: 999;
  background: rgb(163, 114, 78);
  text-align: center;
  left: -15px;
  line-height: 2;
  top: 70%;
}

header .wp nav ul .item:hover .secnav {
  display: block;
  animation: fadeInDown 0.4s;
  width: 100%;
}

header .wp nav ul .item .secnav .subitem {
  padding: 0.1rem 0;
  background: #f7f7f7;
  position: relative;
  width: 1rem;
}

header .wp nav ul .item .secnav .subitem a {
  color: #000;
  font-size: 0.16rem;
}

header .wp nav ul .item .secnav .subitem:hover {
  background: rgb(163, 114, 78);
}

header .wp nav ul .item .secnav .subitem:hover a {
  color: #fff;
}

header .wp nav ul .item .secnav .thrnav {
  display: none;
  width: 160px;
  position: absolute;
  right: -160px;
  top: 0;
}

header .wp nav ul .item .secnav .thrnav .thritem {
  padding: 0.1rem 0;
  background: #f7f7f7;
  position: relative;
}

header .wp nav ul .item .secnav .thrnav .thritem a {
  color: #000;
  font-size: 0.16rem;
}

header .wp nav ul .item .secnav .thrnav .thritem:hover {
  background: rgb(163, 114, 78);
}

header .wp nav ul .item .secnav .thrnav .thritem:hover a {
  color: #fff;
}

header .wp nav ul .item .secnav .subitem:hover .thrnav {
  display: block;
  animation: fadeInDown 0.4s;
}
header .wp .rside {
  display: flex;
}
header .wp .rside .phonenumber {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 2.5vw 0 0;
}
header .wp .rside .phonenumber img {
  margin: 0 8px 0 0;
  filter: brightness(5);
  max-width: 22px;
}
header .wp .rside .phonenumber span {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: clamp(14px, calc(0.5vw + 6.4px), 16px);
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
header .wp .rside .search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
header .wp .rside .search img {
  margin: 0 8px 0 0;
}
header .wp .rside .search span {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: clamp(14px, calc(0.5vw + 6.4px), 16px);
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
/* PC-banner */

.subnav {
  height: 0px;
  overflow: hidden;
}
/* banner */

.banner {
  line-height: 0.6;
}
.banner .bannerpic {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}
/* 底部 */

.pagination {
  display: flex;
  justify-content: center;
  padding: 2vw 0 3vw;
}

.pagination li {
  width: 30px;
  height: 30px;
  margin: 10px 10px;
  border: 1px solid #efefef;
  text-align: center;
  line-height: 30px;
}

.pagination .disabled {
  opacity: 0.5;
}

.pagination .active {
  background: rgb(133, 186, 70);
  color: #fff;
}

.footer {
  background: rgb(133, 186, 70);
  padding: 5.2604vw 0 0 0;
}
.footer .wp {
  padding: 0;
}
.footer .wp .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .wp .top .navbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}

.footer .wp .top .navbox ul li a {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}
.footer .wp .top .navbox ul li a:hover {
  color: #fff;
}
.footer .wp .top .navbox ul li:first-child a {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
}
.footer .wp .top .contactinfo {
}
.footer .wp .top .contactinfo .desc {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.footer .wp .top .contactinfo .phone {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  margin: 12px 0 5px 0;
}
.footer .wp .top .contactinfo .email {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}
.footer .wp .top .contactinfo img {
  border-radius: 10px;
  margin: 2vw 0 0 0;
}

.footer .wp .footer-info {
  border-top: 1px solid rgba(248, 248, 248, 0.47);
  padding: 1vw 0;
  display: flex;
  justify-content: space-between;
  margin: 5vw 0 0 0;
}
.footer .wp .footer-info span {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.footer .wp .footer-info a {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.footer .gotoup {
  margin: 0px 0 -7vw -15vw;
  cursor: pointer;
}
/* 搜索面板样式 */
.search-panel {
  position: fixed;
  top: -200px; /* 初始隐藏在顶部 */
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  transition: top 0.4s ease-in-out;
}

.search-panel.active {
  top: 0;
  display: flex;
}

.search-content {
  margin-top: 100px;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  width: 400px;
  max-width: 90%;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.search-input {
  width: 70%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.submit-btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.indexpro .wp {
  position: relative;
}
.indexpro .wp .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.indexpro .wp .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.indexpro .wp .catelist {
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  padding: 1vw 0;
}
.indexpro {
  background: url(../images/pro/bg.jpeg) no-repeat center;
  background-size: cover;
}
.indexpro .swiperbox {
  border-top: 1px solid rgb(232, 232, 232);
  padding: 7.5vw 0 2vw 0;
  position: relative;
}

.indexpro .swiperbox .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
}
.indexpro .wp .catelist .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  /* flex-grow: 1; */
  width: 100%;
}
.indexpro .swiperbox .swiper-wrapper .swiper-slide .textbox {
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
}

.indexpro .swiperbox .swiper-wrapper .swiper-slide .textbox .name {
  color: rgb(11, 11, 11);
  font-family: 微软雅黑;
  font-size: clamp(32px, calc(2vw + 23.6px), 39px);
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
  width: 15.697vw;
  max-width: 290px;
}
.indexpro .swiperbox .swiper-wrapper .swiper-slide .textbox .cont {
  color: rgb(88, 88, 88);
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  margin: 2.5vw 0 0 0;
}
.indexpro .swiperbox .swiper-wrapper .swiper-slide .textbox .cont span {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.indexpro .swiperbox .swiper-wrapper .swiper-slide .textbox .cont span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(128, 127, 127);
  left: 0;
  border-radius: 50%;
  top: 14px;
}
.indexpro .swiperbox .swiper-wrapper .swiper-slide .textbox .more {
  margin: 2.4vw 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: rgb(133, 186, 70);
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  width: 171px;
  height: 48px;
}
.indexpro .swiperbox .proswiper .prevnext {
  position: absolute;
  right: 15%;
  top: 20%;
  display: flex;
  justify-content: flex-start;
  z-index: 99;
  width: 80px;
  flex-wrap: wrap;
}
.indexpro .swiperbox .proswiper .prevnext a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(192, 199, 207);
  width: 50px;
  height: 50px;
}
.indexpro .swiperbox .proswiper .prevnext .nextt {
  margin: 20px 0 0 0;
}
.indexpro .swiperbox .proswiper .prevnext .nextt img {
  transform: rotate(180deg);
}
.indexpro .wp .catelist .item img {
  margin: 0 0 10px 0;
}
.indexpro .wp .catelist .item span {
  color: rgb(101, 101, 101);
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
  /* padding: 20px; */
}

.indexpro .wp .catelist .item:hover {
  border-radius: 10px;
  background: rgb(133, 186, 70);
}
.indexpro .wp .catelist .item:hover img {
  filter: brightness(5);
}
.indexpro .wp .catelist .item:hover span {
  color: #fff;
}
.indexpro .catelist .swiper .swiper-slide-active {
  background: rgb(133, 186, 70);
  border-radius: 10px;
}
.indexpro .catelist .swiper .swiper-slide-active img {
  filter: brightness(5);
}
.indexpro .catelist .swiper .swiper-slide-active span {
  color: #fff;
}
.advantage {
  position: relative;
}
.advantage .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.advantage .swiper .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 23%;
  left: 6%;
  max-width: 520px;
}
.advantage .swiper .swiper-wrapper .swiper-slide .text .desc {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: clamp(22px, calc(0.5vw + 14.4px), 24px);
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
}
.advantage .swiper .swiper-wrapper .swiper-slide .text .title {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: clamp(38px, calc(1.5vw + 28.8px), 52px);
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
}
.advantage .swiper .swiper-wrapper .swiper-slide .text .cont {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 10.4px);
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  margin: 2.12vw 0 0 0;
}
.advantage .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.advantage .catelist {
  width: max-content;
  position: absolute;
  z-index: 99;
  right: -7%;
  top: 8.072916vw;
}
.advantage .grid-container {
  display: grid;
  grid-template-columns: repeat(6, 9.2vw);
  gap: 10px;
  position: relative;
}

.advantage .grid-container .item {
  width: 9.2vw;
  height: 9.2vw;
  background-color: #f4f4f4;
  /* border: 1px solid #ccc; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-direction: column;
  border-radius: 10px;
  user-select: none;
}
.advantage .grid-container .item p {
  color: rgb(34, 34, 34);
  font-family: 微软雅黑;
  font-size: clamp(16px, calc(0.5vw + 14.4px), 24px);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  margin: 10px 0 0 0;
}
.advantage .grid-container .item img {
  width: auto !important;
}
.advantage .grid-container .item:hover {
  background: rgb(133, 186, 70);
}
.advantage .grid-container .item:hover p {
  color: #fff;
}
.advantage .grid-container .item:hover img {
  filter: brightness(5);
}
/* 最下面一行 */
.advantage .grid-container .item:nth-child(1) {
  grid-column: 1 / span 1;
  grid-row: 3;
} /* 1 */
.advantage .grid-container .item:nth-child(2) {
  grid-column: 2 / span 1;
  grid-row: 3;
} /* 2 */

/* 中间一行 */
.advantage .grid-container .item:nth-child(3) {
  grid-column: 2 / span 1;
  grid-row: 2;
} /* 3 */
.advantage .grid-container .item:nth-child(4) {
  grid-column: 3 / span 1;
  grid-row: 2;
} /* 4 */

/* 最上面一行 */
.advantage .grid-container .item:nth-child(5) {
  grid-column: 3 / span 1;
  grid-row: 1;
} /* 5 */
.advantage .grid-container .item:nth-child(6) {
  grid-column: 4 / span 1;
  grid-row: 1;
} /* 6 */

.indexcases {
  padding: 5vw 0;
}
.indexcases .wp .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.indexcases .wp .top .lside {
}
.indexcases .wp .swiper .swiper-pagination-bullet-active {
  background: rgb(133, 186, 70);
}
.indexcases .wp .top .lside .name {
  color: rgb(11, 11, 11);
  font-family: 微软雅黑;
  font-size: clamp(42px, calc(2vw + 13.6px), 52px);
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
}
.indexcases .wp .top .lside .desc {
  color: rgb(88, 88, 88);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 11.8px);
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
}
.indexcases .wp .top .more {
  border-radius: 60px;
  background: rgb(133, 186, 70);
  width: 170px;
  height: 48px;
  color: rgb(255, 255, 255);
  font-family: 思源黑体;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcases .wp .list {
  display: flex;
  gap: 20px;
  margin: 2vw 0;
}
.indexcases .wp .list .item {
  flex: 0 0 calc(25% - 20px); /* 每行4个，减去gap的影响 */
  box-sizing: border-box;
  overflow: hidden;
}
.indexcases .wp .list .item img {
  transition: all 0.4s;
  width: 100%;
}
.indexcases .wp .list .item:hover img {
  transition: all 0.4s;
  transform: scale(1.01);
}
.indexabout {
  background: url(../images/about/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7vw 0;
}

.indexabout .wp .textbox .title {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: clamp(34px, calc(1vw + 22.8px), 42px);
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 1.5vw 0;
}
.indexabout .wp .textbox .cont {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  max-width: 550px;
}
.indexabout .wp .textbox .more {
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-family: 思源黑体;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  background: rgb(133, 186, 70);
  margin: 26px 0 0 0;
  width: 170px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexabout .wp .numbox {
  margin: 3vw 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indexabout .wp .numbox .item {
  margin: 0 3vw 0 0;
}
.indexabout .wp .numbox .item p {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.indexabout .wp .numbox .item p em {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 64px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0px;
  text-align: left;
}
.indexabout .wp .numbox .item span {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.brand {
  background: url(../images/brand/bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.687vw 0;
}
.brand .wp .title {
  color: rgb(11, 11, 11);
  font-family: 微软雅黑;
  font-size: clamp(38px, calc(2vw + 13.6px), 52px);
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 2vw 0;
}
.brand .wp img {
  max-width: 100%;
}

.indexnews {
  padding: 5vw 0 3vw 0;
}
.indexnews .wp .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.indexnews .wp .top .lside .name {
  color: rgb(11, 11, 11);
  font-family: 微软雅黑;
  font-size: clamp(42px, calc(2vw + 13.6px), 52px);
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
}
.indexnews .wp .top .lside .desc {
  color: rgb(11, 11, 11);
  font-family: 微软雅黑;
  font-size: clamp(42px, calc(2vw + 13.6px), 52px);
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  text-align: left;
}
.indexnews .wp .top .more {
  border-radius: 60px;
  background: rgb(133, 186, 70);
  width: 170px;
  height: 48px;
  color: rgb(255, 255, 255);
  font-family: 思源黑体;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexnews .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3vw 0;
}
.indexnews .wp .wrap .imgbox {
  width: 56.5%;
  height: 28.541vw;
  overflow: hidden;
  border-radius: 10px;
}
.indexnews .wp .wrap .imgbox img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.indexnews .wp .wrap .imgbox:hover img {
  transition: all 0.4s;
  transform: scale(1.01);
}
.indexnews .wp .wrap .newslist {
  width: 39%;
  height: 28.541vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.indexnews .wp .wrap .newslist .item {
  width: calc(100% - 40px);
  height: calc(28.541vw / 2 - 10px);
  background: rgb(246, 246, 246);
  padding: 0 20px 5px 20px;
}
.indexnews .wp .wrap .newslist .item .name {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 15.4px);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin: 2vw 0 1vw 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews .wp .wrap .newslist .item:hover .name {
  color: rgb(133, 186, 70);
}
.indexnews .wp .wrap .newslist .item .cont {
  color: rgb(124, 124, 124);
  font-family: 思源黑体;
  font-size: calc(0.5vw + 8.4px);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews .wp .wrap .newslist .item .time {
  color: rgb(135, 135, 135);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  margin: 2vw 0 0 0;
}
.indexnews .wp .wrap .newslist .item .time img {
  margin: 0 5px 0 0;
}

.aboutus {
  padding: 8vw 0;
}
.aboutus .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutus .wp .wrap .textbox {
  width: 43%;
  /* height: 33vw; */
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; */
}
.aboutus .wp .wrap .textbox .title {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: clamp(36px, calc(2vw + 13.6px), 52px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: left;
}
.aboutus .wp .wrap .textbox .cont {
  color: rgb(61, 61, 61);
  font-family: 微软雅黑;
  font-size: clamp(16px, calc(0.5vw + 8.4px), 18px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0px;
  text-align: left;
  margin: 1.5vw 0 0 0;
  width: 89%;
}
.aboutus .wp .wrap .textbox .imgbox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  /* height: 9.9vw; */
  margin: 3vw 0 0 0;
}
.aboutus .wp .wrap .textbox .imgbox img {
  width: calc(100% / 2 - 5px);
  height: 100%;
}
.aboutus .wp .wrap .aboutpic {
  width: 55%;
  /* height: 33vw; */
}
.aboutus .wp .wrap .aboutpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cshow .list {
  height: 35.416vw;
  overflow: hidden;
  display: flex;
  lay: flex;
}
.cshow .list .item {
  height: 35.416vw;
  width: calc(100vw / 3);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cshow .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.cshow .list .item:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.cshow .list .item .tbox {
  z-index: 2;
  width: 70%;
  padding: 25% 0;
}
.cshow .list .item .tbox .title {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: calc(1vw + 16.8px);
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 1.8vw 0;
}
.cshow .list .item .tbox .cont {
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 10.4px);
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: center;
}
.copration {
  padding: 3vw 0;
}
.copration .wp .title {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: clamp(38px, calc(2vw + 13.6px), 52px);
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 2vw 0;
}
.copration .wp img {
  max-width: 100%;
}

.procenter {
  background: rgb(248, 248, 248);
}
.crumb {
  padding: 2vw 0;
}
.crumb span {
  color: rgb(107, 107, 107);
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.crumb a {
  color: rgb(107, 107, 107);
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.procenter .prolist {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.procenter .prolist .item {
  background: #fff;
  flex: 0 0 calc(33.3333333333% - 30px);
  padding: 1vw 0;
  transition: all 0.4s;
}
.procenter .prolist .item .imgbox {
  width: 90%;
  margin: 0 auto;
  border: 1px dashed #ccc;
  height: 22.864583vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.procenter .prolist .item:hover {
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.procenter .prolist .item .imgbox img {
  max-width: 70%;
  max-height: 70%;
}
.procenter .prolist .item .name {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  margin: 1vw 0;
}
.prodetail {
  background: rgb(248, 248, 248);
  padding: 0 0 5vw 0;
}
.prodetail .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prodetail .wrap .pro-left {
  width: 48%;
  height: 31.54vw;
  max-height: 602px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.prodetail .wrap .pro-left img {
  max-width: 80%;
  transition: all 0.4s;
}
.prodetail .wrap .pro-left:hover img{
  transform: scale(1.03);
  transition: all 0.4s;
}
.prodetail .wrap .pro-right {
  width: 48%;
  padding: 3vw 40px 0;
}
.prodetail .wrap .pro-right .name {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.prodetail .wrap .pro-right .title {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin: 2vw 0;
}
.prodetail .wrap .pro-right span {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 8.4px);
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.prodetail .wrap .pro-right span::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 12px;
  background: rgb(196, 196, 196);
}
.prodetail-content {
  background: #fff;
}
.prodetail-content .wp .detail-content {
  padding: 1vw 0 4vw 0;
}
.prodetail-content .wp .detail-content .detail-title {
  color: rgb(11, 11, 11);
  font-family: 微软雅黑;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  padding: 2vw 0;
  width: 100%;
  border-bottom: 1px solid rgb(232, 232, 232);
}
.prodetail-content .wp .detail-content img {
  max-width: 100%;
  margin: 10px auto;
}
.casecenter {
  padding: 0 0 50px 0;
}
.casecenter .wp .caselist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.casecenter .wp .caselist .item {
  flex: 0 0 calc(25% - 15px);
  box-sizing: border-box;
}
.casecenter .wp .caselist .item img {
  max-width: 100%;
  transition: all 0.3s;
}
.casecenter .wp .caselist .item:hover img {
  transform: scale(1.01);
  transition: all 0.3s;
}
.newscenter {
}
.newscenter .wp .newslist {
}
.newscenter .wp .newslist .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:  2vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.newscenter .wp .newslist .item:hover .imgbox img{
    transition: all 0.3s;
    transform: scale(1.01);
}
.newscenter .wp .newslist .item:hover .textbox .lside .title{
  color: rgb(133, 186, 70);
}
.newscenter .wp .newslist .item .imgbox {
  width: 47.02vw;
  height: 20.052083vw;
  max-height: 385px;
  min-height: 320px;
  max-width: 795px;
}
.newscenter .wp .newslist .item .imgbox img {
  width: 100%;
  height: 100%;
      transition: all 0.3s;
  object-fit: cover;
}
.newscenter .wp .newslist .item .textbox {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 20.052083vw;
  max-height: 385px;
  min-height: 320px;
  position: relative;
}

.newscenter .wp .newslist .item .textbox .lside .title {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 16.4px);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 18px 0;
}
.newscenter .wp .newslist .item .textbox .lside .cont {
  color: rgb(124, 124, 124);
  font-family: 思源黑体;
  font-size: calc(0.5vw + 8.4px);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  max-width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newscenter .wp .newslist .item .textbox .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 32%;
}
.newscenter .wp .newslist .item .textbox .date em {
  color: rgb(107, 107, 107);
  font-family: Outfit;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
}
.newscenter .wp .newslist .item .textbox .date span {
  color: rgb(107, 107, 107);
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.newsdetail {
  padding: 0 0 5vw 0;
}
.newsdetail .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsdetail .wp .wrap .news-detail {
  width: 63.59%;
  background: rgb(248, 248, 248);
  padding: 2vw 44px;
}
.newsdetail .wp .wrap .news-detail .titlewrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 4vw 0;
}
.newsdetail .wp .wrap .news-detail .titlewrapper .lside {
  width: 102px;
  height: 102px;
  background: rgb(133, 186, 70);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 25px 0 0;
}
.newsdetail .wp .wrap .news-detail .titlewrapper .lside em {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
}
.newsdetail .wp .wrap .news-detail .titlewrapper .lside span {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.newsdetail .wp .wrap .news-detail .titlewrapper .rside .title {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 16.8px);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 0 20px 0;
}
.newsdetail .wp .wrap .news-detail .titlewrapper .rside span {
  color: rgb(124, 124, 124);
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.newsdetail .wp .wrap .news-detail .content {
}
.newsdetail .wp .wrap .news-detail .content p {
  color: rgb(124, 124, 124);
  font-family: 思源黑体;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.newsdetail .wp .wrap .news-detail .content img {
  max-width: 100%;
  display: block;
  margin: 20px 0;
}
.newsdetail .wp .wrap .hotnews {
  width: 35%;
  margin: 0 0 0 2.5vw;
}
.newsdetail .wp .wrap .hotnews p {
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 26.8px);
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.newsdetail .wp .wrap .hotnews .item {
  display: block;
  background: rgb(248, 248, 248);
  color: rgb(0, 0, 0);
  font-family: 微软雅黑;
  font-size: calc(0.5vw + 14.4px);
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  padding: 35px 33px;
  margin: 2vw 0;
}
.contact {
  padding: 0 0 4vw 0;
}
.contact .wp .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact .wp .contact-info .item {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.contact .wp .contact-info .item img {
  width: 3.125vw;
  height: 3.125vw;
  max-height: 60px;
  max-width: 60px;
}
.contact .wp .contact-info .item p {
  color: rgb(0, 0, 0);
  font-family: 思源黑体;
  font-size: calc(0.5vw + 14.4px);
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  margin: 8px 0;
}
.contact .wp .contact-info .item span {
  color: rgb(0, 0, 0);
  font-family: 思源黑体;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
}
.contact .wp .contact-info .qrcode img {
  width: 140px;
  height: 140px;
  max-width: fit-content;
  max-height: fit-content;
}
.contact .wp .map {
  width: 100%;
  height: 33.854166vw;
  max-height: 650px;
  min-height: 500px;
  margin: 4vw 0;
}
/* 媒介查询 */
/* 大屏幕（老款笔记本1366） */

@media (min-width: 1921px) {
  .banner .banpic {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .wp {
    max-width: 1920px;
  }
}

@media (max-width: 1650px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
  .cshow .list .item .tbox {
    width: 85%;
  }
  .advantage .catelist {
    right: -8%;
  }
  .advantage .grid-container .item img {
    width: auto !important;
    max-width: 40%;
  }
}

@media (max-width: 1280px) {
  .indexnews .wp .wrap .newslist .item .time {
    margin: 1vw 0 0 0;
  }
  .aboutus .wp .wrap .textbox .cont {
    font-size: 13px;
  }
}

@media (max-width: 1170px) {
}

@media (max-width: 1024px) {
  /* header .wp .menuicon {
    display: block;
  } */
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  .advantage .grid-container {
    grid-template-columns: repeat(6, 40px);
  }

  .advantage .grid-container .item {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .advantage .grid-container .item:nth-child(1) {
    grid-column: 3 / span 1;
    grid-row: 3;
  }
  .advantage .grid-container .item:nth-child(2) {
    grid-column: 4 / span 1;
    grid-row: 3;
  }
  .advantage .grid-container .item:nth-child(3) {
    grid-column: 2 / span 1;
    grid-row: 2;
  }
  .advantage .grid-container .item:nth-child(4) {
    grid-column: 3 / span 1;
    grid-row: 2;
  }
  .advantage .grid-container .item:nth-child(5) {
    grid-column: 1 / span 1;
    grid-row: 1;
  }
  .advantage .grid-container .item:nth-child(6) {
    grid-column: 2 / span 1;
    grid-row: 1;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 414px) {
  header .logo {
    padding: 0;
    max-width: 30%;
  }
  header .logo img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 393px) {
}

@media (max-width: 375px) {
}
