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

.intro {
  padding: 40px 0 60px;
  position: relative;
  background: #f5f5f5;
}
.intro .content {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  gap: 0 100px;
}
.intro .content .intro-content {
  flex: 1;
}
.intro .content .intro-content .intro-desc {
  margin-top: 50px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.intro .content .intro-image {
  width: 40%;
  position: relative;
}
.intro .content .intro-image .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 260px;
  background: #1750c6;
  border-top-right-radius: 50px;
}
.intro .content .intro-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: -30px 30px 0 rgba(0, 102, 204, 0.1);
}
.intro .content .intro-image .intro-swiper {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 480px;
}
.intro .content .intro-image .intro-swiper .swiper-slide {
  width: 480px;
  height: 260px;
}
.intro .content .intro-image .intro-swiper .swiper-slide .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.intro .content .intro-image .intro-swiper .swiper-slide .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .content .intro-image .intro-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.advantages {
  padding: 40px 0 60px;
  border-top: 1px solid #eee;
}
.advantages .content {
  max-width: 1328px;
  margin: 0 auto;
}
.advantages .content .public-title {
  color: #1750c6;
}
.advantages .content .public-trapezoid {
  background: #1750c6;
}
.advantages .content .advantages-list {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}
.advantages .content .advantages-list .advantage-item {
  flex: 1;
  padding: 0 15px 15px;
  border: 1px solid #eee;
}
.advantages .content .advantages-list .advantage-item .m-title {
  position: relative;
  font-size: 20px;
  color: #ff7800;
  line-height: 30px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #eee;
}
.advantages .content .advantages-list .advantage-item .m-title:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 30px;
  background: #1750c6;
}
.advantages .content .advantages-list .advantage-item .advantage-list {
  list-style: none;
  margin-top: 15px;
}
.advantages .content .advantages-list .advantage-item .advantage-list .advantage-list-item {
  margin-bottom: 15px;
}
.advantages .content .advantages-list .advantage-item .advantage-list .advantage-list-item:last-child {
  margin-bottom: 0;
}
.advantages .content .advantages-list .advantage-item .advantage-list .advantage-list-item .advantage-list-title {
  display: flex;
  font-size: 14px;
}
.advantages .content .advantages-list .advantage-item .advantage-list .advantage-list-item .advantage-list-title h3 {
  flex-shrink: 0;
  color: #1750c6;
  font-size: 14px;
  font-weight: bold;
}
.advantages .content .advantages-list .advantage-item .advantage-list .advantage-list-item .advantage-list-title .advantage-list-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-left: 10px;
}

.timeline {
  max-width: 1328px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.timeline .content {
  display: flex;
  gap: 0 50px;
}
.timeline .year-nav {
  width: 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.timeline .year-nav .nav-arrow {
  width: 60px;
}
.timeline .year-nav .year-list {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    overflow-y: auto;
    scroll-behavior: smooth; /* 平滑滚动 */
     scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.year-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}



.timeline .year-nav .year-list .year-item {
  padding: 15px 0;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  
  position: relative;
  width: 100%;
  text-align: center;
}
.timeline .year-nav .year-list .year-item.active {
  color: #0066cc;
  font-size: 46px;
  font-weight: bold;
}
.timeline .content {
  padding: 40px 0;
}
.timeline .content-area {
  flex: 1;
  padding: 30px;
  min-height: 400px;
}
.timeline .content-area .year-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.timeline .content-area .month-events {
  display: none;
}
.timeline .content-area .month-events.active {
  display: block;
}
.timeline .content-area .month-item {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .content-area .month-item:last-child:after {
  display: none;
}
.timeline .content-area .month-item:after {
  content: '';
  position: absolute;
  top: 103%;
  left: 20px;
  width: 2px;
  height: 50px;
  background: #0066cc;
}
.timeline .content-area .month-item .month-title {
  font-size: 36px;
  color: #424242;
  display: flex;
  align-items: center;
}
.timeline .content-area .month-item .event-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  padding-left: 18px;
}

.bg-color {
  background: #f5f5f5;
}

.qualification-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.qualification-list .qualification-item {
  width: calc(25% - 22.5px);
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}

.qualification-image-box {
  width: 100%;
  height: 196px;
  display: block;
  margin-bottom: 10px;
}
.qualification-image-box img {
  display: block;
  height: 100%;
}

.qualification-name {
  text-align: center;
  font-size: 14px;
  color: #1750c6;
}

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

.values-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.values-container .value-item {
  flex: 1;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.2s linear;
}
.values-container .value-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  z-index: -1;
}
.values-container .value-top-bar {
  height: 6px;
  background: none;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}
.values-container .value-content {
  padding: 0 20px;
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
}
.values-container .value-title {
  font-size: 24px;
  font-weight: bold;
  color: #424242;
  text-align: center;
  margin-bottom: 15px;
}
.values-container .value-description {
  padding-top:40px;
  opacity: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  flex-grow: 1;
  transition: opacity 0.2s linear;
}
.values-container .value-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff7800;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: height 0.3s ease;
}
.values-container .value-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
}
.values-container .value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.values-container .value-item:hover .value-top-bar {
  background: #ff7800;
}
.values-container .value-item:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.values-container .value-item:hover .value-description {
  opacity: 1;
}
.values-container .value-item:hover .value-bottom-bar {
  height: 70px;
}
.values-container .value-item:hover .value-icon {
  opacity: 1;
}

.values-team {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 15px;
}
.values-team .value-item {
  width: calc(100% / 3 - 15px);
  height: 260px;
  background: green;
}

.album {
  width: 100%;
}
.album .tit-wrap {
  max-width: 1328px;
  margin: 0 auto;
}
.album .scroll-album {
  padding: 40px 0 60px;
}
 .scroll-album {
            width: 100%;
        }
        
        .scroll-section {
            margin: 15px 0;
            position: relative;
            width: 100%;
        }
        
        .scroll-container {
            overflow: hidden;
            position: relative;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            width: 100%;
        }
        
        .scroll-row {
            display: flex;
            width: max-content;
        }
        
        .scroll-item {
            flex: 0 0 auto;
            margin: 0 10px;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .scroll-item:hover {
            transform: scale(1.05);
            z-index: 10;
        }
        
        .scroll-img {
            width: 280px;
            height: 190px;
            object-fit: cover;
            display: block;
        }
        
        /* 第一排向左滚动 */
        #row1 {
            animation: scrollLeft 40s linear infinite;
        }
        
        
        /* 第二排向右滚动 */
        #row2 {
            animation: scrollRight 35s linear infinite;
        }
        

        
        /* 第三排向左滚动 */
        #row3 {
            animation: scrollLeft 45s linear infinite;
        }
        

        
        /* 动画定义 */
        @keyframes scrollLeft {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        @keyframes scrollRight {
            0% {
                transform: translateX(-20%);
            }
            100% {
                transform: translateX(0);
            }
        }
        
        /* 悬停暂停动画 */
        .scroll-container:hover .scroll-row {
            animation-play-state: paused;
        }










.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  height: 240px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
  transform: scale(1);
}

.contact {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 40px 0 60px;
  background: #fff;
}
.contact .content {
  width: 100%;
}
.contact .base-beijing,
.contact .base-langfang {
  width: 100%;
  margin-top: 50px;
}
.contact .base-beijing .sub-tit-wrap,
.contact .base-langfang .sub-tit-wrap {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.contact .base-beijing .sub-tit-wrap .sub-tit,
.contact .base-langfang .sub-tit-wrap .sub-tit {
  font-size: 24px;
  color: #1750c6;
}
.contact .base-beijing .sub-tit-wrap .line,
.contact .base-langfang .sub-tit-wrap .line {
  flex: 1;
  height: 1px;
  background: #eee;
}
.contact .base-beijing .sub-group,
.contact .base-langfang .sub-group {
  padding-left: 200px;
}
.contact .base-beijing .sub-group .item,
.contact .base-langfang .sub-group .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.contact .base-beijing .sub-group .item .tip,
.contact .base-langfang .sub-group .item .tip {
  position: relative;
  font-size: 16px;
  color: #424242;
  font-weight: bold;
  width: 100px;
}
.contact .base-beijing .sub-group .item .tip:after,
.contact .base-langfang .sub-group .item .tip:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ff7800;
}
.contact .base-beijing .sub-group .item .info,
.contact .base-langfang .sub-group .item .info {
  font-size: 14px;
  color: #666;
}
.contact .base-beijing .sub-group .map,
.contact .base-langfang .sub-group .map {
  margin-top: 30px;
}

.address-wrap {
  width: 100%;
  padding: 20px 30px;
  background: #1750c6;
}
.address-wrap .tit {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.address-wrap .des {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}
.address-wrap .lk {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  background: #ff7800;
  border-radius: 2px;
}

.zy-fz {
  text-align: center;
}
.zy-fz .tab-nav {
  display: inline-block;
}
.zy-fz .tab-nav li {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  min-width: 140px;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: all .3s linear;
}
.zy-fz .tab-nav li.active, .zy-fz .tab-nav li:hover {
  background: #1750c6;
  color: #fff;
  border-color: #fff;
}
.zy-fz .tab-content {
  width: 100%;
  height: 100%;
}
.zy-fz .tab-content .tab-pane {
  display: none;
}
.zy-fz .tab-content .tab-pane.active {
  display: block;
}
.zy-fz .job-list {
  margin: 80px 0;
  text-align: start;
}
.zy-fz .job-list .job-item {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all .3s linear;
  background: #fff;
}
.zy-fz .job-list .job-item.act {
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
}
.zy-fz .job-list .job-item.act .icon {
  background: url(../img/up.png) no-repeat center;
  background-size: contain;
}
.zy-fz .job-list .job-item .icon {
  position: absolute;
  top: 45px;
  right: 30px;
  display: block;
  width: 40px;
  height: 30px;
  background: url(../img/down.png) no-repeat center;
  background-size: contain;
}
.zy-fz .job-list .job-item .tit {
  display: inline-block;
  line-height: 90px;
  color: #424242;
}
.zy-fz .job-list .job-item .ads {
  position: absolute;
  top: 48px;
  left: 80%;
  color: #666;
}
.zy-fz .job-list .job-item .job-info {
  display: none;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.zy-fz .job-list .job-item .job-info .jb-tit {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.zy-fz .job-list .job-item .job-info .info-wrap {
  margin-top: 15px;
  padding-bottom: 30px;
}
.zy-fz .job-list .job-item .job-info .info-wrap .info {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.zp-left .zp-tip-img {
  margin-top: 30px;
}
.zp-left .tip-ln-list {
  margin-top: 50px;
}
.zp-left .tip-ln-list .tip-ln-item {
  margin-bottom: 50px;
}
.zp-left .tip-ln-list .tip-ln-item .tit {
  font-size: 20px;
  color: #ff7800;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.zp-left .tip-ln-list .tip-ln-item .des {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.zp-left .tip-ln-list .tip-ln-item:last-child {
  margin-bottom: 0;
}

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