.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-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 .swiler-container {
  position: relative;
  width: auto;
  margin: 0 auto;
  height: 80px;
  display: flex;
  border-bottom: 1px solid #9f9f9f;
}
.public-section .content .swiler-container .swiper {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.public-section .content .swiler-container .swiper .swiper-slide {
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  cursor: pointer;
  color: #bfbfbf;
}
.public-section .content .swiler-container .swiper .swiper-slide.active {
  color: #000;
}
.public-section .content .swiler-container .navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
.public-section .content .swiler-container .navigation:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 1px;
  transform: translate(-50%, -50%);
  background: #7c7c7c;
}
.public-section .content .swiler-container .navigation .swiper-button-next:after, .public-section .content .swiler-container .navigation .swiper-button-prev:after {
  display: none;
  font-size: 18px;
}

.public-section .content .swiler-container .swiper-wrap-0 .swiper-slide a  {
    padding: 8px 15px;
}

.public-section .content .swiler-container .swiper-wrap-0 .swiper-slide.active a  {
    background: #175199;
    color: #fff;
}
.public-section .content .swiler-container .navigation .swiper-button-next {
  right: 10px;
}
.public-section .content .swiler-container .navigation .swiper-button-prev {
  left: 10px;
}
.public-section .content .tab-list {
  width: 1279px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
}
.public-section .content .tab-list .tab-item {
  padding: 10px 25px;
  height: 100%;
  font-size: 16px;
  cursor: pointer;
}
.public-section .content .tab-list .tab-item.active {
  color: #fff;
  background: #175199;
}
.public-section .content .news-wrap {
  width: 100%;
}
.public-section .content .news-swiper {
  width: 100%;
  height: 310px;
}
.public-section .content .news-swiper .swiper-slide {
  background: #fff;
}
.public-section .content .news-swiper .wrap {
  display: flex;
  height: 100%;
}
.public-section .content .news-swiper .img {
  flex-shrink: 0;
  width: 650px;
}
.public-section .content .news-swiper .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.public-section .content .news-swiper .info-wrap {
  flex: 1;
  padding: 50px;
}
.public-section .content .news-swiper .info-wrap .sub-tit {
  font-size: 28px;
  font-weight: bold;
  color: #424242;
}
.public-section .content .news-swiper .info-wrap .sub-tip {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-section .content .news-swiper .info-wrap .tp {
  color: #fff;
  font-size: 12px;
  background: #175199;
  width: 60px;
  padding: 4px 0;
  margin-top: 30px;
  text-align: center;
}
.public-section .content .swiper-pagination {
  left: 50%;
  padding-left: 30px;
  text-align: left;
  bottom: 30px;
}
.public-section .content .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  margin: 0 6px !important;
  width: 40px;
  height: 5px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.public-section .content .swiper-pagination-bullet span {
  width: 40px;
  height: 5px;
  background-color: #175199;
  display: block;
}
.public-section .content .swiper-pagination-bullet i {
  background-color: #ff7800;
  height: 5px;
  width: 40px;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.public-section .content .swiper-pagination-bullet-active i {
  animation: middle 5s linear forwards;
}
@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0;
  }
  100% {
    transform: scaleX(1);
    left: 0;
  }
}
.public-section .content .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  width: 100%;
}
.public-section .content .news-list .news-item {
  width: calc(100% / 3 - 20px);
  background: #fff;
  transition: all .2s linear;
}
.public-section .content .news-list .news-item:nth-child(3n) {
  margin-right: 0;
}
.public-section .content .news-list .news-item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.public-section .content .news-list .news-item .lk {
  display: block;
  width: 100%;
  height: 100%;
}
.public-section .content .news-list .news-item .lk .news-img {
  width: 100%;
  height: 210px;
}
.public-section .content .news-list .news-item .lk .news-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.public-section .content .news-list .news-item .lk .info-wrap {
  padding: 20px;
}
.public-section .content .news-list .news-item .lk .info-wrap .news-info {
  font-size: 18px;
  color: #424242;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-section .content .news-list .news-item .lk .info-wrap .tip {
  color: #fff;
  font-size: 12px;
  background: #175199;
  width: 65px;
  padding: 4px 0;
  margin-top: 15px;
  text-align: center;
}
.public-section .content .news-details {
  width: 100%;
}
.public-section .content .news-details .main-tit {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.public-section .content .news-details .tip-group {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 10px;
}
.public-section .content .news-details .tip-group .tip-item {
  font-size: 14px;
  color: #666;
}
.public-section .content .news-details .action {
  margin-top: 30px;
}
.public-section .content .news-details .action p {
  line-height: 14px;
  color: #666;
  line-height: 25px;
}
.public-section .content .news-details .action img {
  margin: 10px 0;
}

.public-section .pagination {
  width: 1200px;
  height: 50px;
  display: flex;
  padding: 0 5px;
  align-items: center;
  margin: 60px auto 0;
  font-size: 14px;
  background: #fff;
}
.public-section .pagination .prev {
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #eee;
  border-right: 0;
  white-space: nowrap;   
  overflow: hidden;      
  text-overflow: ellipsis;
}
.public-section .pagination .next {
  flex: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: right;
  border: 1px solid #eee;
  border-left: 0;
  white-space: nowrap;   
  overflow: hidden;      
  text-overflow: ellipsis; 
}
.public-section .pagination .return {
  font-size: 14px;
  color: #fff;
  width: 120px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  background: #ff7800;
}

#pages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    margin-top: 50px;
}

#pages li {
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    background: #fff;
    transition: all .2s linear;
    color: #666;
    text-align: center;
    line-height: 25px;
}

#pages li.active {
    background: #1750c6;
    border-color: #1750c6;
    color: #fff;
}

#pages li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


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