/* 首页 */
/* 头部导航 */
header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .head-top {
  /* height: 40px; */
  background-color: #000;
}
.head-top .tool-list {
  display: flex;
  height: 40px;
  width: 200px;
  justify-content: space-between;
  align-items: center;
}
.tool-list .search-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tool-list .search-box img {
  width: 20px;
  height: 20px;
}
.search-box.active {
  background-color: var(--theme-color);
}
.tool-list .lang-box {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool-list .lang-box img {
  width: 20px;
  height: 20px;
}
.tool-list .lang-box a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.tool-list .lang-box a:hover {
  color: var(--theme-color);
}
.tool-list .lang-box .divider {
  width: 2px;
  height: 16px;
  background-color: #fff;
}
header .head-btm {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
}

.logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
}
.head-rh {
  position: absolute;
  right: -150px;
  bottom: 0;
  z-index: -1;
}
.right-nav .nav-list {
  width: 800px;
}
.right-nav .nav-list .nav-item {
  cursor: pointer;
  position: relative;
  height: 80px;
  font-size: 16px;
  color: #232323;
  font-weight: 400;
}
.right-nav .nav-list .nav-item.active {
  color: var(--theme-color);
}
.right-nav .nav-list .nav-item::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
.right-nav .nav-list .nav-item .sub-nav {
  min-width: 180px;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  z-index: 99;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  transition: all 0.36s;
}
.right-nav .nav-list .nav-item .sub-nav > a {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  transition: all 0.3s;
  display: block;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.right-nav .nav-list .nav-item:hover > a {
  color: var(--theme-color);
  overflow: visible;
}
.right-nav .nav-list .nav-item:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.right-nav .nav-list .nav-item .sub-nav > a:hover {
  color: #fff;
  background-color: var(--theme-color);
}

header .mask-layer {
  display: none;
  width: 100vw;
  background: #f7f7f7;
  position: fixed;
  z-index: 9999;
}
header .mask-layer .icon-wrap i {
  font-size: 24px;
}
header .mask-layer .icon-wrap:hover {
  cursor: pointer;
  color: var(--theme-color);
}
header .mask-layer .mask {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
header .mask-layer .search-wrapper {
  position: relative;
  z-index: 2;
  padding: 40px 100px;
}
header .mask-layer .search-wrapper h3 {
  font-size: 24px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
header .mask-layer .layui-input-wrap {
  width: 40%;
}
header .mask-layer .search-wrapper input {
  width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 15px;
  text-align: left;
  font-size: 14px;
}
header .mask-layer .search-wrapper button {
  width: calc(10% - 20px);
  margin-left: 20px;
  align-self: stretch;
  border: none;
  background-color: var(--theme-color);
  color: #fff;
}

/* 轮播图 */
.home-swiper {
  position: relative;
}
.home-swiper-content {
  position: absolute;
  width: 850px;
  top: 50%;
  left: 250px;
  z-index: 2;
  transform: translateY(-50%);
}
.home-swiper-content-title-1 {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 72px;
  line-height: 57px;
  letter-spacing: 6px;
}
.home-swiper-content-title-1 span {
  font-weight: 700;
  font-size: 86px;
}
.home-swiper-content-title-2 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
  word-spacing: 16px;
}

.home-swiper-content-title-3 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 2px;
  margin: 60px 0 80px;
}
.home-swiper-content-title-4 {
  --hue: 47;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 54px;
  border-radius: 27px;
  border: 2px solid #fff;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: relative;
  transition: 0.25s;
  overflow: hidden;
}
.home-swiper-content-title-4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, hsla(var(--hue), 100%, 41%, 0.5), transparent);
  transform: translateX(-100%);
  transition: 0.6s;
}
.home-swiper-content-title-4:hover {
  box-shadow: 0 0 20px 10px hsla(var(--hue), 100%, 41%, 0.5);
  border: 2px solid hsl(var(--hue), 100%, 41%);
}
.home-swiper-content-title-4:hover::before {
  transform: translateX(100%);
}

/* 自定义swiper导航和分页器样式 */
.home-swiper-line {
  position: absolute;
  z-index: 2;
  bottom: 50px;
}
.home-swiper-line .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 12%;
  bottom: unset;
  width: unset;
  transform: translateY(-50%);
}
.home-swiper-line
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
.home-swiper-line .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.home-swiper-line .swiper-pagination-two {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 17%;
  transform: translateY(-50%);
}
.home-swiper-line .swiper-button-prev {
  --swiper-navigation-size: 24px;
  left: unset;
  right: 14%;
  color: #fff;
}
.home-swiper-line .swiper-button-next {
  --swiper-navigation-size: 24px;
  right: 12%;
  color: #fff;
}

.main {
  width: 100%;
  background-size: 100% 100%;
}
/* 关于我们 */
.about-us {
  padding-top: 100px;
}
.about-us-theme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-us-left {
  width: 50%;
  padding-left: 15px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-left-cen h4 {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  margin-top: 40px;
}
.about-us-left-cen p {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}

.all-title {
  position: relative;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  color: #000;
}
.all-title span {
  position: relative;
  z-index: 2;
}
.all-title::after {
  content: attr(english);
  font-weight: 700;
  font-size: 72px;
  color: #efefef;
  position: absolute;
  text-indent: -48px;
  z-index: 1;
  white-space: nowrap;
}
.about-us-left-btm {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
}
.about-us-left-btm-item-top .num {
  color: #000;
  font-weight: 700;
  font-size: 60px;
}
.about-us-left-btm-item-top .date {
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color);
}
.about-us-left-btm-item-btm .desc {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}
.about-us-left-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--theme-color);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
.about-us-left-more:hover {
  color: var(--theme-color);
  background-color: transparent;
  border-color: var(--theme-color);
  transform: scale(1.2);
}
.about-us-right {
  width: 40%;
  align-self: flex-end;
}
.about-us-right-two {
  width: 46%;
}
/* 产品 */
.product {
  background: #f7f7f7;
}
.product-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-inner-left {
  width: 50%;
  padding-right: 50px;
}
.product-inner-right {
  width: 50%;
}
.product-inner-desc {
  color: #878787;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
}
.product-inner-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.product-inner-cen a {
  width: 192px;
  height: 162px;
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.3s;
}
.product-inner-cen a:first-child img {
  transform: rotateY(180deg);
  transform-origin: center;
}
.product-inner-cen a img:nth-of-type(2) {
  display: none;
}
.product-inner-cen a span {
  font-weight: 400;
  font-size: 24px;
  color: #232323;
}
.product-inner-cen a:hover {
  background: #f9b000;
}
.product-inner-cen a:hover img:nth-of-type(2) {
  display: block;
}
.product-inner-cen a:hover img:nth-of-type(1) {
  display: none;
}
.product-inner-cen a:hover span {
  color: #fff;
}
.product-inner-btm {
  position: relative;
}
.product-inner-btm-item {
  height: 286px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  margin: 0 25px;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 9px 0 #0000000f;
}
.product-inner-btm-item img {
  width: 40%;
}
.product-inner-btm-item div {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-inner-btm-name {
  font-weight: 700;
  font-size: 26px;
  color: #232323;
}
.product-inner-btm-desc {
  color: #878787;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.product-inner-btm-link {
  font-weight: 400;
  font-size: 18px;
  color: #f9b000;
  transition: all 0.3s;
}
.product-inner-btm-link:hover {
  letter-spacing: 4px;
}
/* 自定义swiper导航样式 */
.product-inner .my-swiper-button-prev,
.product-inner .my-swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  outline: none;
  background-color: #efefef;
  border-radius: 50%;
  user-select: none;
  transform: translateY(-50%);
}
.product-inner .my-swiper-button-prev {
  left: 0;
}
.product-inner .my-swiper-button-next {
  right: 0;
}
.my-swiper-button-prev.swiper-button-disabled,
.my-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.product-inner .my-swiper-button-prev:hover,
.product-inner .my-swiper-button-next:hover {
  background-color: var(--theme-color);
  color: #fff;
}
/* 解决方案 */
.solution {
  padding-top: 100px;
}
.solution-top-left {
  width: 40%;
}
.solution-top-desc {
  color: #878787;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
.solution-top-right {
  width: 143px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #232323;
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  color: #232323;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.solution-top-right:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: transparent;
  box-shadow: inset -2px -3px 1px #bb8806b3;
}
.solution-btm {
  margin-top: 50px;
  display: flex;
}
.solution-btm li {
  flex: 1;
  height: 710px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
  position: relative;
}
.solution-btm li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.solution-btm li .culture-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s;
  color: #fff;
}
.solution-btm li .solution-btm-content {
  display: none;
}
.solution-btm-title {
  font-weight: 400;
  font-size: 26px;
  color: #efefef;
  margin: 30px 0;
}
.solution-btm-content p {
  color: #bbb;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.solution-btm-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 116px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #efefef;
  font-weight: 400;
  font-size: 16px;
  color: #bbb;
  transition: all 0.3s;
}
.solution-btm li:hover {
  flex: 2;
}
.solution-btm li:hover .culture-info {
  top: 100px;
  left: 100px;
  text-align: left;
  transform: translate(0, 0);
}
.solution-btm li:hover .solution-btm-content {
  display: block;
}
.solution-btm-content a:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: transparent;
  box-shadow: inset -2px -3px 1px rgba(187, 136, 6, 0.7);
}
/* 新闻 */
.dynamic {
  padding: 100px 0;
  background-color: #fafafa;
}
.dynamic-list {
  display: flex;
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dynamic-list::after {
  content: "";
  width: 32%;
}
.dynamic-list-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  margin-bottom: 30px;
  position: relative;
}
.dynamic-list-item::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
}
.dynamic-img {
  width: 100%;
  height: 238px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.dynamic-img img {
  transition: all 0.8s;
}
.dynamic-list-item-title {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
}
.dynamic-list-item-text {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dynamic-list-item-btm {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  align-items: center;
  padding-top: 20px;
  transition: all 0.3s;
}
.dynamic-list-item-btm-time,
.dynamic-list-item-btm-more {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  color: #232323;
}
.dynamic-list-item:hover {
  transform: translateY(-5px);
}
.dynamic-list-item:hover::after {
  opacity: 1;
  transform: translateY(5px);
}
.dynamic-list-item:hover .dynamic-img img {
  transform: scale(1.2);
}
.dynamic-list-item:hover .dynamic-list-item-title {
  color: var(--theme-color);
}
.dynamic-list-item:hover .dynamic-list-item-btm {
  border-color: var(--theme-color);
}
/* 底部 */
footer {
  padding-top: 60px;
  background-color: #fff;
}
footer .pc-footer .link-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
footer .footer-top,
footer .footer-top-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top-phone img {
  margin-right: 25px;
}
footer .footer-top-phone .p1 {
  color: #878787;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
footer .footer-top-phone .p2 {
  color: #232323;
  font-weight: 700;
  font-size: 36px;
}
footer .pc-footer .link-wrapper .link-list {
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
footer .pc-footer .link-wrapper .link-list dl {
  flex-shrink: 0;
  margin-right: 100px;
}
footer .pc-footer .link-wrapper .link-list dl dt {
  font-size: 24px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .pc-footer .link-wrapper .link-list dl dd {
  font-size: 16px;
  color: #878787;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .pc-footer .link-wrapper .link-list dl dd > a:hover {
  color: var(--theme-color);
}
footer .pc-footer .link-wrapper .qrcode-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}
footer .pc-footer .link-wrapper .qrcode-wrapper img {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}
footer .pc-footer .footer-bottom {
  padding-top: 20px;
}
footer .pc-footer .footer-bottom .copyright {
  font-size: 18px;
  color: #565656;
  font-weight: 400;
}
footer .pc-footer .footer-bottom .copyright > div {
  padding-bottom: 20px;
  word-break: break-all;
}
footer .pc-footer .footer-bottom .copyright > div span {
  margin-right: 10px;
}
footer .pc-footer .footer-bottom .copyright .other-mes .divider {
  width: 1px;
  height: 12px;
  margin: 0 14px;
  flex-shrink: 0;
  background-color: #999;
}
#go-top {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 10px;
  position: fixed;
  right: 66px;
  bottom: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  transform: rotateZ(90deg);
  cursor: pointer;
}
#go-top i {
  transition: all 0.3s;
}
#go-top:hover i {
  margin-right: 10px;
}
/* 2023年6月29日18:42:26*/

/* 内页banner信息 */
.about-head-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-btm {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bread {
  display: flex;
  align-items: center;
  height: 100%;
}
.bread li {
  margin-right: 20px;
}
.bread li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
.bread li:nth-child(1) a::before {
  content: url(../images/icon/address.png);
  margin-right: 10px;
  margin-top: 5px;
}
.bread li:not(:first-child) a::before {
  font-family: layui-icon !important;
  content: "\e602";
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.banner-info {
  max-width: 800px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-info h2 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}
.banner-info p {
  margin-top: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
/* 内页菜单 */
.tab-list {
  position: relative;
}
.tab-list .tab-item {
  position: relative;
  margin-right: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
  padding: 0 20px;
}
.tab-list .tab-item:hover,
.tab-list .tab-item.active {
  color: var(--theme-color);
}
.tab-list .tab-item:hover::after,
.tab-list .tab-item.active::after {
  width: 100%;
}
.tab-list .tab-item::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 0;
  top: 0;
  left: 0;
  height: 3px;
  background-color: var(--theme-color);
}
.tab-list .tab-item:last-child {
  margin-right: 0;
}
/* 企业文化 */
.about-company {
  display: flex;
}
.about-company aside {
  flex: 1;
  height: 400px;
  background: var(--theme-color);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
}
.about-company aside h3 {
  font-weight: 400;
  font-size: 28px;
}
.about-company aside p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
}
.about-company aside div {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.about-company .about-box-2 {
  padding: 10px;
  /* border-bottom: 1px solid transparent;
  border-top: 1px solid transparent; */
  position: relative;
}
.about-company .about-box-2::before,
.about-company .about-box-2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: all 0.3s;
}
.about-company .about-box-2::before {
  top: 0;
}
.about-company .about-box-2::after {
  bottom: 0;
}
.about-company .about-box-2 span:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.about-company .about-box-2 span:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.about-company aside:hover {
  background-color: #ffc73c;
}
.about-company aside:hover .about-box-2::before,
.about-company aside:hover .about-box-2::after {
  transform: scaleX(1);
}
/* 发展历程 */
.history {
  padding: 100px 0;
}
.history-top h2 {
  font-weight: 700;
  font-size: 36px;
  color: #232323;
}
.history-top p {
  font-weight: 400;
  font-size: 24px;
  color: #787878;
}
.history-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  border-left: 1px solid #efefef;
}
.history-list aside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.history-item-line {
  --left: 40px;
  width: 204px;
  height: 1px;
  background: #232323;
  margin-left: var(--left);
  margin-right: var(--left);
  position: relative;
}
.history-item-line::before {
  --size: 14px;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(0px - var(--left));
  transition: 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  outline: 3px solid #787878;
  outline-offset: 3px;
  background-color: #787878;
}
.history-list aside .flex {
  justify-content: space-between;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.history-time {
  font-weight: 700;
  font-size: 120px;
  color: #232323;
  transition: 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.history-list aside p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  width: 400px;
}
.history-list aside img {
  width: 400px;
  height: 261px;
  object-fit: cover;
}
.history-list aside:hover .history-time {
  color: var(--theme-color);
}
.history-list aside:hover .history-item-line::before {
  background-color: var(--theme-color);
  outline-color: var(--theme-color);
}
/* 2023年7月3日19:11:51 */
/* 产品中心 */
.product-main {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list::after {
  content: "";
  width: 32%;
}
.product-item {
  width: 32%;
  height: 600px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-item div {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item div img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-item:hover {
  box-shadow: 2px 5px 10px #ccc;
}
.product-item:hover div img {
  transform: scale(1.2);
}
.product-item aside {
  flex: 1;
  display: flex;
  padding: 20px 20px 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.product-item aside h3 {
  font-weight: 700;
  font-size: 26px;
  color: #232323;
}
.product-item aside p {
  color: #878787;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}
.product-item aside span {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color);
  transition: all 0.3s;
  padding: 10px 0;
}
.product-item aside span:hover {
  letter-spacing: 3px;
  border-bottom: 1px solid var(--theme-color);
}
/* 分页器 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  width: 50px;
  height: 50px;
  background: #efefef;
  display: flex;
  border-radius: 2px;
  margin-right: 10px;
}
.pagination ul li.active {
  background: var(--theme-color);
}
.pagination ul li a {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.pagination ul li:hover:not(.disabled) {
  background: var(--theme-color);
}
.pagination ul li:hover:not(.disabled) a {
  color: #fff;
}
.pagination li.disabled a {
  cursor: not-allowed;
  opacity: 0.3;
}
/* 产品详情 */
.product-detail {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.product-detail-main-right {
  background-color: #fff;
  padding: 80px;
}
.product-detail-main-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail-main-right-top .swiper {
  width: 600px;
  height: 600px;
  border: 1px solid #efefef;
}
.product-detail-main-right-top .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-produce {
  display: flex;
  height: 600px;
  padding: 50px 0 50px 100px;
  flex-direction: column;
  flex: 1;
}
.product-detail-produce h3 {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}
.product-detail-produce p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  margin: 30px 0;
  flex: 1;
}
.product-detail-produce a {
  width: 190px;
  height: 60px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-detail-produce a::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  background-color: #fff;
  left: -40px;
  opacity: 0.5;
  transform: rotate(-30deg);
  transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
}
.product-detail-produce a span {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
}
.product-detail-produce a:hover:after {
  left: 120%;
}
.product-detail-main-right-btm > span {
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color);
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--theme-color);
}
.product-detail-content {
  padding: 30px 0;
  border-top: 1px solid #efefef;
}
.product-detail-content table {
  width: 100%;
}
.product-detail-content h4 {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.product-detail-content h4:not(:first-child) {
  margin-top: 30px;
}
.product-detail-content p {
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.pagination-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #efefef;
}
.pagination-detail a {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}
.pagination-detail a.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.pagination-detail a:not(.disabled):hover {
  color: var(--theme-color);
}
/* 开发能力 */
.dev {
  padding: 100px 0;
}
.dev-left {
  width: 45%;
}
.dev-right {
  width: 54%;
  padding: 40px 0 0 40px;
  position: relative;
}
.dev .all-title::after {
  letter-spacing: -6px;
}
.dev-content {
  margin: 20px 0;
}
.dev-content p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.dev-select {
  display: flex;
  box-shadow: 0 0 10px 0 #0a0a0a14;
  border-radius: 4px;
  position: absolute;
  bottom: 80px;
  right: 0;
  transform: translateX(-100px);
}
.dev-select .dev-select-item {
  display: flex;
  width: 460px;
  border-radius: 5px;
  padding: 50px 0 50px 40px;
  background-color: #fff;
  transform: all 0.3s;
}
.dev-select .dev-select-item img {
  width: 40px;
  height: 39px;
  margin-right: 30px;
}
.dev-select .dev-select-item p span:first-child {
  font-weight: 700;
  font-size: 30px;
  color: #232323;
  margin-bottom: 10px;
}
.dev-select .dev-select-item p span:last-child {
  font-weight: 400;
  font-size: 24px;
  color: #787878;
}
.dev-select .dev-select-item.active {
  transition: all 0.5s;
  background-color: var(--theme-color);
}
.dev-select .dev-select-item.active p span {
  color: #fff;
}
.dev-btm {
  padding: 100px 0 150px;
}
.dev-btm h3 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.dev-btm .dev-produce p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
.dev-btm .dev-list {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 10px 0 #0a0a0a14;
  padding: 50px 0;
  margin-top: 50px;
}
.dev-btm aside {
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dev-btm aside p:nth-of-type(1) {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 30px 0 0;
}
.dev-btm aside p:nth-of-type(2) {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
/* 解决方案 */
.solution-main {
  padding: 100px 0;
}
.solution-main-list {
  display: flex;
  flex-direction: column;
}
.solution-main-list-item {
  display: flex;
  height: 509px;
  margin-bottom: 50px;
}
.solution-main-left {
  width: 776px;
  background-color: #f2f2f2;
}
.solution-main-left img {
  transition: all 0.3s;
}
.solution-main-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f2f2f2;
}
.solution-main-right img {
  width: 40px;
}
.solution-main-right .solution-main-right-title {
  font-weight: 700;
  font-size: 26px;
  color: #222;
  margin: 30px 0;
  transition: all 0.3s;
}
.solution-main-right .solution-main-right-content {
  font-weight: 400;
  font-size: 16px;
  color: #202020;
  line-height: 36px;
  transition: all 0.3s;
}
.solution-main-right a {
  font-weight: 700;
  font-size: 16px;
  color: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1f1f1f;
  width: 116px;
  height: 40px;
  border-radius: 20px;
  margin-top: 40px;
  transition: all 0.3s;
}
.solution-main-list .solution-main-list-item:nth-child(2n) {
  flex-direction: row-reverse;
  padding-right: var(--left);
}
.solution-main-list .solution-main-list-item:nth-child(2n) .solution-main-right {
  padding: 0 100px 0 calc(var(--left) + 50px);
}
.solution-main-list .solution-main-list-item:nth-child(2n + 1) {
  padding-left: var(--left);
}
.solution-main-list .solution-main-list-item:nth-child(2n + 1) .solution-main-right {
  padding: 0 calc(var(--left) + 50px) 0 100px;
}
.solution-main-list-item:hover .solution-main-right-title {
  color: var(--theme-color);
}
.solution-main-list-item:hover .solution-main-left img {
  transform: scale(0.96);
}
.solution-main-right a:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: transparent;
  width: 130px;
}
/* 新闻详情 */
.news-detail {
  padding: 100px 0;
  background-color: #fff;
}
.news-detail-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 13px 0 #00000012;
  padding: 60px 100px;
}
.news-detail-left .news-detail-left-top {
  padding-bottom: 24px;
}
.news-detail-left .news-detail-left-top h3 {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}
.news-detail-left .news-detail-left-top .top-time {
  width: 250px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail-left .news-detail-left-top .top-time span {
  font-weight: 400;
  font-size: 18px;
  color: #565656;
  margin-left: 10px;
}
.news-detail-left .news-detail-left-top .top-text {
  background-color: #efefef;
  padding: 20px 30px;
  color: #565656;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
}
.news-detail-left .news-detail-left-cen {
  flex: 1;
  padding: 0 0 20px;
  text-align: center;
}
.news-detail-left .news-detail-left-cen p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}
/* 联系我们 */
.contact {
  padding-top: 100px;
}
.contact-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-box .contact-title {
  font-weight: 700;
  font-size: 36px;
  color: #232323;
}
.contact-box .contact-desc {
  color: #787878;
  font-weight: 400;
  font-size: 24px;
  margin: 10px 0 50px;
}
.contact-list {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 #0a0a0a14;
  margin-bottom: 40px;
  /* transform: translateY(50%);
  position: relative;
  z-index: 2; */
}
/* .contact-item {
  width: 15%;
}
.contact-item:last-child {
  width: 25%;
} */
.contact-img {
  height: 50px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.contact-item .contact-img p {
  color: #787878;
  font-weight: 400;
  font-size: 18px;
  margin-left: 20px;
}
.contact-item > p {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
}
#map {
  width: 100%;
  height: 600px;
}
/* 2023年7月5日14:54:28 */
