.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;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 968px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  font-size: 18px;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover {
  color: #bbb;
}

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

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

.public-section {
  width: 100%;
}
.public-section.bg-color {
  background: #f5f5f5;
}
.public-section .content {
  max-width: 1328px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.public-section .description {
  display: flex;
  gap: 0 50px;
  padding: 40px 0 0;
}
.public-section .description.no-flex {
  display: block;
}
.public-section .description.swiper-box {
  padding: 40px 0 60px;
}
.public-section .description .info .item {
  font-size: 14px;
  color: #424242;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: justify;
}
.public-section .description .info .item:last-child {
  margin-bottom: 0;
}
.public-section .description .img {
  padding-top:15px;
  flex-shrink: 0;
  width: 650px;
}
.public-section .description .part {
  margin-bottom: 50px;
}
.public-section .description .part .tit {
  font-size: 16px;
  padding: 5px 0;
  color: #1750c6;
  border-bottom: 1px solid #ddd;
}
.public-section .description .part .group {
  margin-top: 20px;
  font-size: 14px;
  color: #424242;
}
.public-section .description .part .qualification-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.public-section .description .part .qualification-list .qualification-item {
  width: calc(25% - 22.5px);
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}
.public-section .description .part .qualification-list .qualification-item .qualification-image-box {
  width: 100%;
  height: 196px;
  display: block;
  margin-bottom: 10px;
}
.public-section .description .part .qualification-list .qualification-item .qualification-image-box img {
  display: block;
  height: 100%;
}
.public-section .description .part .qualification-list .qualification-item .qualification-name {
  text-align: center;
  font-size: 14px;
  color: #1750c6;
}
.public-section .description .swiper-part {
  display: flex;
  width: 100%;
  margin-top: 60px;
}
.public-section .description .swiper-part:first-child {
  margin-top: 0;
}
.public-section .description .swiper-part .tit-wrap {
  width: 300px;
  flex-shrink: 0;
  margin-top: 30px;
}
.public-section .description .swiper-part .tit-wrap .tit {
  padding: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #1750c6;
  border-bottom: 1px solid #ddd;
}
.public-section .description .swiper-part .change {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 30px;
  position: relative;
}
.public-section .description .swiper-part .change .swiper {
  width: 100%;
}
.public-section .description .swiper-part .change .swiper img {
  width: 100%;
  height: 196px;
}
.public-section .description .swiper-part .change .swiper .tip {
  font-size: 14px;
  text-align: center;
}
.public-section .description .swiper-part .change .swiper-pagination {
  bottom: -30px;
  text-align: right;
}
.public-section .description .swiper-part .change .handle {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: 110px;
  height: 40px;
  position: absolute;
  left: -140px;
  bottom: 0;
}
.public-section .description .swiper-part .change .handle .swiper-button-prev, .public-section .description .swiper-part .change .handle .swiper-button-next {
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
}
.public-section .description .swiper-part .change .handle .swiper-button-prev:after, .public-section .description .swiper-part .change .handle .swiper-button-next:after {
  font-size: 14px;
}
.public-section .description .swiper-part .change .handle .swiper-button-prev:hover, .public-section .description .swiper-part .change .handle .swiper-button-next:hover {
  background: #1750c6;
}
.public-section .description .swiper-part .change .handle .swiper-button-prev:hover:after, .public-section .description .swiper-part .change .handle .swiper-button-next:hover:after {
  color: #fff;
}

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