@charset "UTF-8";
/* 内页banner */
.page_banner .banner_wrapper .item {
  height: 630px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1300ms linear !important;
  -webkit-transition: opacity 1300ms linear !important;
}

.page_banner .banner_wrapper .item .text_block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.page_banner .banner_wrapper .item .text_block h2 {
  font-size: 46px;
  letter-spacing: 6px;
  z-index: 99;
  color: #ffffff;
}

.page_banner .banner_wrapper .item .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 5s ease;
  -webkit-transition: transform 5s ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.page_banner .banner_wrapper .item.active {
  opacity: 1;
  z-index: 10;
  display: block;
}

.page_banner .banner_wrapper .item.active .pic {
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.page_banner .banner_wrapper .item.active .text_block {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.subNav {
  height: 50px;
  background-color: #1257b4;
  z-index: 999;
  position: fixed;
  top: 100px;
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.subNav .breadcrumb {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
}

.subNav .breadcrumb li {
  margin-right: 5px;
}

.subNav .breadcrumb a {
  display: inline-block;
  color: #fff;
}

.subNav .breadcrumb .home-icon {
  width: 24px;
  margin-top: 17px;
  display: inline-block;
}

.subNav.active {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  top: 70px;
  background-color: rgba(18, 87, 180, 0.6);
}

.news_banner .pic {
  height: 120px;
}

.product {
  /* 表格容器样式优化 */
  /* 表格样式全面优化 */
  /* 表格间距优化 */
  /* 产品重点内容突出 */
}

.product .text_header {
  font-size: 28px;
  color: #2d3748;
  margin: 40px 0 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.product .table-container {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 16px;
  padding: 40px;
  margin: 60px 0 40px;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.product .table-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1257b4, #2980b9);
}

.product .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  color: #2d3748;
  margin: 25px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  font-weight: 500;
  background: #fff;
}

.product .table th {
  background: linear-gradient(135deg, #1257b4 0%, #2980b9 100%);
  color: #fff;
  font-weight: 600;
  padding: 20px 16px;
  text-align: center;
  position: relative;
  border: none;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product .table th:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.product .table td {
  padding: 18px 16px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
}

.product .table tr {
  transition: all 0.3s ease;
  position: relative;
}

.product .table tr:nth-child(even) {
  background-color: #f8fafc;
}

.product .table tr:hover {
  background-color: #f0f7ff;
}

.product .table tr:hover td {
  color: #1257b4;
}

.product .table + .table {
  margin-top: 60px;
  position: relative;
}

.product .table + .table::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.product .product-highlight {
  background: linear-gradient(135deg, #1257b4 0%, #2980b9 100%);
  border-radius: 16px;
  padding: 50px 40px;
  margin: 60px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.product .product-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.05)"><polygon points="0,0 1000,50 1000,100 0,100"/></svg>') no-repeat;
  background-size: cover;
}

.product .highlight-content {
  font-size: 20px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 500;
  text-align: justify;
}

.product .highlight-content a {
  color: #fff;
}

.product .highlight-content a:hover {
  text-decoration: underline;
}

.title {
  font-size: 40px;
  letter-spacing: 1px;
  color: #323232;
  margin-top: 50px;
  font-weight: normal;
}

.text {
  font-size: 20px;
  line-height: 40px;
  color: #696969;
  text-align: justify;
  text-align-last: left;
  margin-top: 40px;
  text-indent: 40px;
}

.text_header {
  font-size: 30px;
  color: #696969;
  margin-top: 40px;
  text-indent: 40px;
}

.main {
  width: 1300px;
  margin: 0 auto;
}

.environment .main {
  margin-top: 50px;
}

.environment .mySwiper {
  display: block;
}

.environment .mySwiper2 {
  display: none;
}

.environment .swiper {
  width: 100%;
  height: 290px;
}

.environment .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  /* 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;
}

.environment .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.environment .swiper-slide img:hover {
  transform: scale(1.3);
}

.environment .swiper-button-next {
  right: -40px;
}

.environment .swiper-button-prev {
  left: -40px;
}

/* 团队 */
.team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

.team .item {
  width: 550px;
  height: 420px;
  background-color: #1257b4;
  border-radius: 5px;
  padding: 10px 30px 30px;
  margin-top: 60px;
}

.team .item h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 80px;
  border-bottom: 1px solid #ffffff;
}

.team .item ul {
  margin-top: 10px;
}

.team .item ul li {
  font-size: 20px;
  line-height: 50px;
  margin: 5px 0;
}

.team .item ul li span {
  padding-right: 20px;
  font-size: 20px;
}

/* 专利 */
.patent .main .item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

.patent .main .item1 li {
  width: 300px;
  height: 412px;
  overflow: hidden;
}

.patent .main .item1 li img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.patent .main .item1 li img:hover {
  transform: scale(1.3);
}

.patent .main .item1 li:hover {
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
}

.patent .main .item2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.patent .main .item2 li {
  width: 570px;
  height: 388px;
  overflow: hidden;
}

.patent .main .item2 li img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.patent .main .item2 li img:hover {
  transform: scale(1.3);
}

.patent .main .item2 li:hover {
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
}

.patent .swiper {
  display: none;
}

/* 计划 */
.plan {
  width: 1400px;
  height: 154px;
  background: url("../images/patentbg.png") no-repeat 0px 0px;
  background-size: 100%;
  margin-top: 50px;
}

.plan p {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  transition: all .5s ease;
}

.plan p:hover {
  border-bottom: 1px solid #fff;
}

.plan .p1 {
  top: 35px;
  left: 30px;
  width: 370px;
}

.plan .p2 {
  top: 35px;
  left: 530px;
  width: 307px;
}

.plan .p3 {
  top: 50px;
  left: 1020px;
  width: 292px;
}

.m_plan {
  display: none;
}

/* 新闻详情 */
.news_main {
  width: 100%;
}

.news_main .title {
  font-size: 24px;
  line-height: 40px;
  color: #323232;
  width: 100%;
  text-align: center;
  margin: 50px auto 10px;
}

.news_main .date {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #7b7b7b;
  line-height: 30px;
  border-bottom: 1px solid #dddddd;
}

.news_main .abstract {
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  color: #7b7b7b;
  line-height: 32px;
  border: 1px solid #dddddd;
  text-indent: 32px;
}

.news_main .text {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  text-align: justify;
  text-align-last: left;
  margin-top: 20px;
  text-indent: 32px;
}

.news_main .img {
  display: block;
  margin: 20px auto;
  max-width: 600px;
}

.news_main .imgtip {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.news_main .h3 {
  font-size: 20px;
  line-height: 40px;
  color: #323232;
  text-align: center;
  margin-top: 20px;
}

.news_main .list {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  list-style-type: disc;
  margin-top: 20px;
  margin-left: 20px;
}

/* 分页样式 */
.page {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  color: #1257b4;
  background-color: #f0f8ff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page a:hover {
  background-color: #e0f0ff;
}

.page a.active {
  background-color: #1257b4;
  color: #ffffff;
}

/* 表格样式 */
/* 关于我们联系方式 */
.local {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.local p {
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: 16px;
  color: #696969;
}

.local p:first-child {
  font-weight: bold;
}

.local p:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.local p:not(:first-child).place::before {
  background-image: url("../images/icon/dizhi.png");
}

.local p:not(:first-child).phone::before {
  background-image: url("../images/icon/dianhua.png");
}

.local p:not(:first-child).email::before {
  background-image: url("../images/icon/youxiang.png");
}

.jounus {
  /* 美化滚动条 */
  /* 提示信息样式优化 */
  /* 加分项和优先考虑的特殊样式 */
}

.jounus .fullscreen-image {
  background-image: url("../images/joinus_banenr.png");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.jounus .fullscreen-image .caption {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}

.jounus .fullscreen-image .tip {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.jounus .fullscreen-image .tip p {
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.jounus .fullscreen-image .tip p:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.jounus .fullscreen-image .tip p a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.jounus .fullscreen-image .tip p a:hover {
  border-bottom-color: #fff;
}

.jounus .job-list-container {
  width: 90%;
  margin: 70px auto 0;
}

.jounus .job-list-container .tip {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.jounus .job-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.jounus .job-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jounus .job-list ul li {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.jounus .job-list ul li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.jounus .job-list ul li .job-title {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.jounus .job-list ul li .job-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.jounus .job-list ul li .job-title:hover::before {
  left: 100%;
}

.jounus .job-list ul li .job-title::after {
  content: '▼';
  font-size: 12px;
  transition: transform 0.3s ease;
  opacity: 0.8;
}

.jounus .job-list ul li .job-title.active::after {
  transform: rotate(180deg);
}

.jounus .job-list ul li .job-title:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

.jounus .job-list ul li .job-description {
  overflow: hidden;
  background: #f8f9fa;
  font-size: 14px;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  border-top: 1px solid #e8e8e8;
}

.jounus .job-list ul li .job-description.active {
  overflow-y: auto;
}

.jounus .job-list ul li .job-responsibilities,
.jounus .job-list ul li .job-requirements {
  padding: 24px;
  line-height: 1.6;
}

.jounus .job-list ul li .job-responsibilities h4,
.jounus .job-list ul li .job-requirements h4 {
  font-weight: 600;
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}

.jounus .job-list ul li .job-responsibilities h4::before,
.jounus .job-list ul li .job-requirements h4::before {
  content: '';
  width: 4px;
  height: 16px;
  background: linear-gradient(135deg, #0d52b3 0%, #2980b9 100%);
  margin-right: 8px;
  border-radius: 2px;
}

.jounus .job-list ul li .job-responsibilities ul,
.jounus .job-list ul li .job-requirements ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jounus .job-list ul li .job-responsibilities ul li,
.jounus .job-list ul li .job-requirements ul li {
  background: none;
  box-shadow: none;
  border: none;
  transform: none;
  padding: 0;
  margin: 0;
  display: block;
  /* 改回block布局 */
  color: #555;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  /* 为圆点留出空间 */
}

.jounus .job-list ul li .job-responsibilities ul li::before,
.jounus .job-list ul li .job-requirements ul li::before {
  content: '•';
  color: #0d52b3;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  line-height: 1.5;
  /* 与文字行高保持一致 */
}

.jounus .job-list ul li .job-responsibilities ul li:hover,
.jounus .job-list ul li .job-requirements ul li:hover {
  background: none;
  box-shadow: none;
  transform: none;
  color: #2c3e50;
}

.jounus .job-list ul li .job-responsibilities ul li span,
.jounus .job-list ul li .job-requirements ul li span {
  display: block;
  line-height: 28px;
}

.jounus .job-list ul li .job-requirements {
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
}

.jounus .job-description::-webkit-scrollbar {
  width: 6px;
}

.jounus .job-description::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.jounus .job-description::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #bdc3c7 0%, #95a5a6 100%);
  border-radius: 3px;
}

.jounus .job-description::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
}

.jounus .job-list-container .tip {
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
  color: #2c3e50;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
}

.jounus .job-list-container .tip a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.jounus .job-list-container .tip a:hover {
  color: #0d52b3;
  border-bottom-color: #0d52b3;
}

.jounus .job-requirements:last-child {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-top: 8px;
}

.jounus .job-requirements:last-child h4 {
  color: #27ae60;
}

.jounus .job-requirements:last-child h4::before {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.jounus .job-requirements:last-child ul li::before {
  color: #27ae60;
}

