.header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1000;
}
.header .main-nav {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header .main-nav .logo {
  display: flex;
  align-items: center;
}
.header .main-nav .logo .logo-img {
  height: 50px;
  width: auto;
}
.header .main-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.header .main-nav .nav-menu .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .main-nav .nav-menu .nav-item.no-position {
  position: static;
}
.header .main-nav .nav-menu .nav-item:hover .nav-link {
  color: #1750c6;
}
.header .main-nav .nav-menu .nav-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .main-nav .nav-menu .nav-item .nav-link {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu {
  position: absolute;
  left: 0;
  top: 80px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1000;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown {
  padding: 20px 0 40px;
  width: 100%;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content {
  margin: 0 auto;
  display: flex;
  max-width: 1328px;
  padding: 0 20px;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column {
  width: 20%;
  padding: 0 15px;
  border-right: 1px solid #eee;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column:last-child {
  border: none;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item {
  margin-bottom: 10px;
  width: 160px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  transition: all .2s linear;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item:hover {
  border-color: #1750c6;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item:hover a {
  font-weight: bold;
  color: #1750c6;
  transform: translateY(-2px);
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item:hover a .jt {
  opacity: 1;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item.no-border {
  border: none;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
  transition: all .2s linear;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item a .tt {
  flex: 1;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.products-dropdown .products-content .product-column .product-item a .jt {
  opacity: 0;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.normal-dropdown {
  min-width: 160px;
  padding: 10px 0;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.normal-dropdown .dropdown-item {
  padding: 8px 20px;
  text-align: center;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.normal-dropdown .dropdown-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
  display: block;
  transition: all .2s linear;
}
.header .main-nav .nav-menu .nav-item .dropdown-menu.normal-dropdown .dropdown-item a:hover {
  font-weight: bold;
  color: #1750c6;
  transform: translateY(-2px);
}
.header .main-nav .nav-tools {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .main-nav .nav-tools .search-icon {
  cursor: pointer;
}
.header .main-nav .nav-tools .search-icon img {
  height: 20px;
  width: auto;
}
.header .main-nav .nav-tools .language-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.header .main-nav .nav-tools .language-switch .item {
  padding: 5px;
  transition: color 0.3s;
}
.header .main-nav .nav-tools .language-switch .item:hover {
  color: #1750c6;
}
.header .main-nav .nav-tools .language-switch .item.language-flag {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .main-nav .nav-tools .language-switch .item.language-flag img {
  height: 16px;
  width: auto;
}

.pub-banner-wrap {
  position: relative;
}
.pub-banner-wrap .in-banner {
  display: block;
  width: 100%;
  height: 100%;
}
.pub-banner-wrap .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1328px;
  text-align: left;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.footer {
  background: #505050;
}
.footer .footer-wrap {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  padding: 60px 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-wrap .footer-left {
  display: flex;
  flex-direction: column;
}
.footer .footer-wrap .footer-left .footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}
.footer .footer-wrap .footer-left .company-name {
  font-size: 14px;
  margin-bottom: 25px;
  color: #fff;
}
.footer .footer-wrap .footer-left .social-icons {
  display: flex;
  gap: 15px;
}
.footer .footer-wrap .footer-left .social-icons .social-icon {
  display: block;
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}
.footer .footer-wrap .footer-left .social-icons .social-icon:hover {
  transform: translateY(-3px);
}
.footer .footer-wrap .footer-right {
  display: flex;
}
.footer .footer-wrap .footer-right .nav-column {
  position: relative;
  text-align: center;
  width: 200px;
}
.footer .footer-wrap .footer-right .nav-column .nav-title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
}
.footer .footer-wrap .footer-right .nav-column .nav-item {
  margin-bottom: 12px;
  padding: 0 15px;
}
.footer .footer-wrap .footer-right .nav-column .nav-item .nav-link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}
.footer .footer-wrap .footer-right .nav-column .nav-item .nav-link:hover {
  color: #fff;
}
.footer .footer-wrap .footer-right .nav-column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 80px;
  color: #999;
  background: #505050;
}

.public-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
}

.public-trapezoid {
  width: 70px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.pub-nav {
  max-width: 1328px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.pub-nav .pub-nav-list {
  display: flex;
  list-style: none;
}
.pub-nav .pub-nav-list .pub-nav-item {
  position: relative;
  padding: 0 30px 0 35px;
}
.pub-nav .pub-nav-list .pub-nav-item::after {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}
.pub-nav .pub-nav-list .pub-nav-item.active a {
  color: #ff7800;
}
.pub-nav .pub-nav-list .pub-nav-item a {
  text-decoration: none;
  color: #424242;
  font-size: 16px;
}
.pub-nav .pub-nav-list .pub-nav-item a:hover {
  color: #ff7800;
}

.public-title {
  color: #1750c6;
}

.public-trapezoid {
  background: #1750c6;
}

.public-section {
  width: 100%;
  padding: 40px 0 60px;
}
.public-section.bg-color {
  background: #f5f5f5;
}
.public-section .content {
  max-width: 1328px;
  margin: 0 auto;
}
.public-section .content .center {
  text-align: center;
}
.public-section .content .center .public-title {
  position: relative;
}
.public-section .content .center .public-title:after, .public-section .content .center .public-title:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 380px;
  transform: translateY(-50%);
  height: 1px;
  background: #ddd;
}
.public-section .content .center .public-title:after {
  left: 0;
}
.public-section .content .center .public-title:before {
  right: 0;
}
.public-section .content .center .public-tip {
  color: #666;
}
.public-section .content .pro-list {
  margin-top: 60px;
}
.public-section .content .pro-list .pro-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: #fff;
  transition: all .2s linear;
}
.public-section .content .pro-list .pro-item:hover {
  background: #1750c6;
}
.public-section .content .pro-list .pro-item:hover .info-wrap .tit-wrap .num, .public-section .content .pro-list .pro-item:hover .info-wrap .tit-wrap .tit {
  color: #fff;
}
.public-section .content .pro-list .pro-item:hover .info-wrap .des {
  display: block;
  opacity: 1;
  color: #fff;
}
.public-section .content .pro-list .pro-item:hover .info-wrap .more {
  color: #fff;
}
.public-section .content .pro-list .pro-item:hover .info-wrap .more .icon {
  fill: #fff;
  transform: rotate(90deg);
}
.public-section .content .pro-list .pro-item:hover .info-wrap .more .icon path {
  fill: #fff;
  transition: fill 0.2s linear;
}
/*.public-section .content .pro-list .pro-item:hover .img-wrap .small {*/
/*  opacity: 0;*/
/*}*/
.public-section .content .pro-list .pro-item:hover .img-wrap .big {
  opacity: 1;
}
.public-section .content .pro-list .pro-item .info-wrap {
  flex: 1;
  padding: 30px 80px 30px 80px;
}
.public-section .content .pro-list .pro-item .info-wrap .tit-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
.public-section .content .pro-list .pro-item .info-wrap .tit-wrap .num {
  font-size: 60px;
  font-family: 'bebas';
  font-weight: 300;
  color: #1750c6;
  line-height: 55px;
}
.public-section .content .pro-list .pro-item .info-wrap .tit-wrap .tit {
  font-size: 38px;
  color: #424242;
}
.public-section .content .pro-list .pro-item .info-wrap .des {
  display: none;
  opacity: 0;
  margin-left: 68px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.public-section .content .pro-list .pro-item .info-wrap .more {
  width: 120px;
  height: 40px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-top: 30px;
  margin-left: 68px;
  border: 1px solid #eee;
  transition: all .2s linear;
}
.public-section .content .pro-list .pro-item .info-wrap .more .icon {
  transform: rotate(180deg);
  transition: all .2s linear;
}
.public-section .content .pro-list .pro-item .img-wrap {
  width: 515px;

  min-height: 286px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s linear;
}
.public-section .content .pro-list .pro-item .img-wrap .small {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s linear;
}
.public-section .content .pro-list .pro-item .img-wrap .big {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in;
}
.public-section .content .carousel {
  position: relative;
  background: #f5f5f5;
  padding: 60px 0;
}
.public-section .content .carousel .swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.public-section .content .carousel .swiper-button-prev,
.public-section .content .carousel .swiper-button-next {
  position: absolute;
  pointer-events: auto;
}
.public-section .content .carousel .swiper-button-prev {
  left: -60px;
}
.public-section .content .carousel .swiper-button-next {
  right: -60px;
}
.public-section .content .carousel .swiper-slide {
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
.public-section .content .carousel .company-item {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  padding: 10px;
  transition: transform 0.3s ease;
}
.public-section .content .carousel .company-item:hover {
  transform: translateY(-5px);
}
.public-section .content .carousel .company-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.public-section .content .carousel .swiper-button-next::after,
.public-section .content .carousel .swiper-button-prev::after {
  font-size: 36px;
  font-weight: bold;
}
.public-section .content .carousel .swiper-pagination {
  bottom: 0;
}

/*# sourceMappingURL=product.css.map */
