  @media screen and (max-width:768px) {
  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }
  .munu_mobile_list>li>a {
    font-size: 16px;
  }
  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .head1 .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }



  :root {
    --head: 40px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .C-btn1 {
    display: inline-flex;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 10px;
    box-shadow: 0px 10px 13px -5px rgba(0, 0, 0, 0.1), 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
  }

  .C-btn1:hover {
    transform: translateY(-1px);
    box-shadow: 0px 13px 15px -5px rgba(0, 0, 0, 0.15), 0px 5px 8px -5px rgba(0, 0, 0, 0.12);
  }

  .C-btn1-arrow {
    display: flex;
    width: 18px;
    height: 18px;
  }

  .C-btn1-arrow svg {
    width: 18px;
    height: 18px;
  }

  body.home {
    min-width: 0;
    overflow-x: hidden;
    font-size: 14px;
  }

  .head1 {
    width: 100%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .scroll .head1 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  }

  .head1 .C-wrap {
    height: 100%;
  }

  .head1 .logo {
    width: 39px;
    height: 40px;
  }

  .head1 .logo img {
    height: 100%;
  }

  .head1 .menu {
    gap: 20px;
    height: 100%;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    display: flex;
    height: auto;
    letter-spacing: 1px;
  }

  .head1 .right {
    gap: 10px;
    margin-left: 20px;
  }

  .lang-current {
    width: 95px;
    gap: 4px;
    padding: 4px 6px;
    border: 1px solid rgba(17, 24, 39, 0.2);
    border-radius: 10px;
  }

  .lang-globe {
    width: 18px;
    margin-right: 5px;
  }

  .lang-arrow {
    width: 8px;
    height: 6px;
  }

  .lang-dropdown {
    top: calc(100% + 3px);
    width: 100%;
    border: 1px solid rgba(17, 24, 39, 0.15);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
  }

  .lang-dropdown .lang-item {
    padding: 5px 8px;
  }

  /* ========== 首页通用 ========== */
  .home .f_54 {
    font-size: 15px;
  }

  .home .f_40 {
    font-size: 24px;
  }

  .home .f_36 {
    font-size: 22px;
  }

  .home .f_24 {
    font-size: 18px;
  }

  .home .f_20 {
    font-size: 16px;
  }

  .home .f_18 {
    font-size: 15px;
  }

  .home .f_16 {
    font-size: 14px;
  }

  .home .f_14 {
    font-size: 13px;
  }

  .home .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home .scaleImg:hover .home4-item-bg img {
    transform: none;
  }

  /* ========== home1 Banner ========== */
  .home1 .C-wrap.psr {
    overflow: hidden;
  }

  .home1-locate {
    padding: 12px 0 10px;
    text-align: right;
    font-size: 12px;
  }

  .home1 .swiper {
    border-radius: 10px;
  }

  .home1-slide {
    height: auto;
    aspect-ratio: 1360 / 535;
    min-height: 220px;
  }

  .home1-img {
    width: 100%;
    height: 100%;
  }

  .home1-text-wrap {
    right: -6px;
    top: -6px;
    width: 34%;
    max-width: 130px;
    min-width: 110px;
    height: auto;
    aspect-ratio: 1;
  }

  .home1-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    line-height: 1.45;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 100%;
    background: rgba(207, 53, 30, 0.7);
  }

  .home1-prev,
  .home1-next {
    display: none;
  }

  .home1-pagination {
    bottom: 10px !important;
  }

  .home1-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 3px;
    border-radius: 10px;
    background: #e5e7eb;
    opacity: 1;
  }

  .home1-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background: #cf351e;
  }

  /* ========== home2 公司简介 ========== */
  .home2 {
    padding: 50px 0 40px;
  }

  .home2-title {
    margin-bottom: 20px;
  }

  .home2-tag {
    letter-spacing: 2px;
    margin-bottom: 6px;
  }

  .home2-title h2 {
    letter-spacing: 1px;
    line-height: 1.3;
  }

  .home2-content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .home2-desc {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #454545;
  }

  .home2-img {
    width: 100%;
    height: auto;
    aspect-ratio: 318 / 176;
    border-radius: 10px;
    overflow: hidden;
  }

  /* ========== home3 从设备到生态 ========== */
  .home3 {
    padding: 34px 0 40px;
  }

  .home3-title {
    margin-bottom: 30px;
    text-align: center;
  }

  .home3-tag {
    letter-spacing: 2px;
    margin-bottom: 6px;
  }

  .home3-title h2 {
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .home3-sub {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #454545;
  }

  .home3-list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .home3-item {
    width: 90%;
    /* max-width: 280px; */
  }

  .home3-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 280 / 132;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .home3-item-name {
    font-size: 17px;
    line-height: 1.4;
  }

  .home3-arrow {
    width: 10px;
    margin: 16px auto;
    transform: rotate(90deg);
  }

  .home3-arrow img {
    width: 100%;
    display: block;
  }

  /* ========== home4 行业与品类 ========== */
  .home4 {
    padding: 45px 0 40px;
  }

  .home4-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .home4-title {
    gap: 6px;
  }

  .home4-tag {
    letter-spacing: 2px;
  }

  .home4-title h2 {
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .home4-header .C-btn1 {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }

  .home4-list {
    flex-direction: column;
    gap: 20px;
  }

  .home4-item {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    min-height: 180px;
    border-radius: 10px;
  }

  .home4-item-mask {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(17, 24, 39, 0.6));
  }

  .home4-item-bottom {
    left: 16px;
    right: 16px;
    bottom: 16px;
    opacity: 1;
    transform: none;
  }

  .home4-item-bottom span {
    font-size: 17px;
  }

  .home4-item-arrow {
    width: 20px;
    height: 18px;
    margin-left: 6px;
    flex-shrink: 0;
  }

  .home4-item-hover {
    display: none;
  }

  .home4-item:hover .home4-item-bottom {
    opacity: 1;
    transform: none;
  }

  /* ========== home5 行业应用案例 ========== */
  .home5 {
    padding: 30px 0 40px;
  }

  .home5-header {
    margin-bottom: 20px;
  }

  .home5-title {
    gap: 6px;
  }

  .home5-tag {
    letter-spacing: 2px;
  }

  .home5-title h2 {
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .home5 .swiper-father {
    position: relative;
  }

  .home5-nav {
    display: none;
  }

  .home5-slide {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .home5-slide-img {
    width: 100%;
    height: auto;
    aspect-ratio: 313 / 171;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .home5-slide-info {
    width: 100%;
    padding-top: 0;
  }

  .home5-slide-info h3 {
    margin-bottom: 16px;
    line-height: 1.35;
  }

  .home5-slide-desc {
    font-size: 14px;
    line-height: 1.9;
    border-left: 2px solid #cf351e;
    padding-left: 14px;
    margin-bottom: 24px;
    color: #454545;
  }

  .home5-slide-info .C-btn1 {
    width: 100%;
    justify-content: center;
  }

  .home5-pagination {
    margin-top: 28px;
    position: relative !important;
    bottom: auto !important;
  }

  .home5-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 3px;
    border-radius: 10px;
    background: #e5e7eb;
    opacity: 1;
  }

  .home5-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background: #cf351e;
  }

  /* ========== 关于我们 about ========== */
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .banner {
    margin-top: var(--head, 40px);
    overflow: hidden;
  }

  .banner img {
    width: 100%;
    height: 55vw;
    min-height: 260px;
    max-height: 360px;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .banner:hover img {
    transform: none;
  }

  .banner .titles h3 {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 16px;
    text-align: center;
  }

  .channel_content.about {
    padding: 40px 0 0;
    min-height: 0;
  }

  .about.channel_content .wrap,
  .about .pt1 .wrap,
  .about .pt2 .wrap,
  .about .pt3 .wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    flex-direction: column;
  }

  /* pt1 公司简介 */
  .about .pt1 {
    padding-bottom: 40px;
  }

  .about .pt1 .wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .about .pt1 .pic {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  .about .pt1 .desc {
    width: 100%;
  }

  .about .pt1 .desc .con {
    margin-left: 0;
    /* padding-left: 16px; */
  }

  .about .pt1 .desc .con:before {
    left: 0;
  }

  .about .con .en {
    font-size: 22px;
    line-height: 1.2;
  }

  .about .con .ch {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .about .pt1 .desc .con .d {
    font-size: 14px;
    line-height: 1.8;
  }

  .about .pt1 .desc .con .d:not(:last-child) {
    margin-bottom: 14px;
  }

  .about .pt1 .rect-50 {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    border-radius: 10px;
  }

  .about .pt1 .rect-50 img._full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* pt2 企业文化 */
  .about .pt2 {
    position: relative;
    padding-bottom: 0;
  }

  .about .pt2 .bg {
    height: 220px;
    background-size: cover !important;
  }

  .about .pt2 .culture {
    padding: 24px 20px 130px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 0 0;
  }

  .about .pt2 .culture .con .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
  }

  .about .pt2 .culture .cover {
    width: 140px;
    height: 112px;
    right: 12px;
    bottom: 12px;
    background-size: contain !important;
  }

  .about .pt2 .tit {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .about .pt2 .tit:before {
    width: 40px;
    height: 20px;
    margin-left: -20px;
    background-size: contain;
  }

  /* pt3 全球布局 */
  .about .pt3 {
    margin-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .about .pt3 .tit {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .about .pt3 .area {
    margin-bottom: 24px;
  }

  .about .pt3 .area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 0;
  }

  .about .pt3 .area ul li {
    font-size: 14px;
    padding: 6px 10px;
    line-height: 1.4;
  }

  .about .pt3 .area ul li:not(:last-child):after {
    left: 10px;
  }

  .about .pt3 .con.fix {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about .pt3 .con .map {
    float: none;
    width: 100%;
    margin-left: 0;
    order: 1;
  }

  .about .pt3 .con .map .cover img {
    width: 100%;
    display: block;
  }

  .about .pt3 .con .pic {
    float: none;
    width: 100%;
    order: 2;
    display: none;
  }

  .about .pt3 .con .pic.show {
    display: block;
  }

  .about .pt3 .con .pic .rect-100 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 10px;
  }

  .about .pt3 .con .pic .rect-100 img._full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about .pt3 .con .pic .item .text {
    padding: 12px 16px;
    border-radius: 0 0 10px 10px;
    margin-top: -4px;
  }

  .about .pt3 .con .pic .item .text .en,
  .about .pt3 .con .pic .item .text .ch {
    font-size: 16px;
    line-height: 1.4;
  }

  .about .pt3 .dots_list ul li.china .name {
    font-size: 11px;
    white-space: nowrap;
  }

  .about .pt3 .dots_list ul li .marker {
    width: 16px;
    height: 24px;
  }

  /* ========== 产品列表 product_list ========== */
  .common_banner.product_banner {
    margin-top: var(--head, 40px);
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  .common_banner.product_banner > img {
    width: 100%;
    height: 55vw;
    min-height: 260px;
    max-height: 360px;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .product_banner .con_tab {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    color: #bd0e2d;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    z-index: 2;
  }

  .product_banner .con_tab .wrap {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    margin-left: 0 !important;
    height: auto;
    display: block;
    padding: 20px 5%;
    box-sizing: border-box;
  }

  .product_banner .con_tab ul {
    display: block;
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 0;
    border-left: 1px solid #70706e;
    position: relative;
  }

  .product_banner .con_tab ul .dh {
    display: none !important;
  }

  .product_banner .con_tab ul::-webkit-scrollbar {
    display: none;
  }

  .product_banner .con_tab ul li {
    position: relative;
    display: block;
    flex-shrink: unset;
    margin-bottom: 24px;
    padding: 0 0 0 24px;
    border-left: none;
    cursor: pointer;
  }

  .product_banner .con_tab ul li:last-child {
    margin-bottom: 0;
  }

  .product_banner .con_tab ul li:not(:last-child):after {
    display: block;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 24px;
    width: 24px;
    height: 1px;
    background: #3d3f48;
  }

  .product_banner .con_tab ul li:before {
    display: none !important;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    min-height: 44px;
    background: #bd0e2d;
    transform: none;
  }

  .product_banner .con_tab ul li.active:before {
    display: block !important;
  }

  .product_banner .con_tab ul li:hover:before {
    display: none !important;
  }

  .product_banner .con_tab ul li.active:hover:before {
    display: block !important;
  }

  .product_banner .con_tab ul li a {
    display: block;
    color: #bd0e2d;
    text-decoration: none;
  }

  .product_banner .con_tab ul li .n {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #bd0e2d;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
  }

  .product_banner .con_tab ul li .t {
    font-size: 16px;
    line-height: 1.45;
    color: #70706e;
    white-space: normal;
    word-break: break-all;
  }

  .product_banner .con_tab ul li.active .n {
    color: #bd0e2d;
  }

  .product_banner .con_tab ul li.active .t,
  .product_banner .con_tab ul li.active a {
    color: #000;
  }

  .product_banner .con_tab ul li a:hover .t {
    color: #000;
  }

  .channel_content.prodect_list {
    padding: 30px 0 40px;
    min-height: 0;
  }

  .prodect_list.channel_content .wrap,
  .prodect_list .pt1 .wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .prodect_list .pt1 .row {
    width: 100%;
    margin: 0;
  }

  .prodect_list .pt1 .span-6,
  .prodect_list .pt1 .smal-12 {
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .prodect_list .pt1 .con {
    width: 100%;
    margin: 0 auto;
  }

  .prodect_list .pt1 .rect-90 {
    position: relative;
    width: 100%;
    padding-bottom: 66.52%;
    overflow: hidden;
    border-radius: 10px;
  }

  .prodect_list .pt1 .rect-90 img._full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prodect_list .pt1 .imgZoom:hover img {
    transform: none;
  }

  .prodect_list .pt1 .con .t {
    font-size: 20px;
    margin: 14px 0 6px;
    line-height: 1.3;
  }

  .prodect_list .pt1 .con .t i {
    margin-left: 10px;
    font-size: 14px;
  }

  .prodect_list .pt1 .con .d {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    max-height: none;
    overflow: visible;
  }

  /* ========== 新闻列表 news_list ========== */
  .channel_content.news_list {
    padding: 0;
    min-height: 0;
    background: #f8f8f9;
  }

  .news_list.channel_content .wrap,
  .news_list .pt1 .wrap,
  .news_list .pt2 .wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .news_list .pt1 {
    padding: 30px 0;
    background: #fff;
  }

  .news_list .pt1 .content.fix {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .news_list .pt1 .content .left,
  .news_list .pt1 .content .center,
  .news_list .pt1 .content .right {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* pt1 头条大图 */
  .news_list .pt1 .content .left .rect-74 {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 10px;
  }

  .news_list .pt1 .content .left .rect-74 img._full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news_list .pt1 .content .left .cover_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
  }

  .news_list .pt1 .content .left .box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 3;
    color: #fff;
  }

  .news_list .pt1 .content .left .box .t {
    font-size: 18px;
    line-height: 1.45;
    max-height: none;
    overflow: visible;
  }

  .news_list .pt1 .imgZoom:hover img {
    transform: none;
  }

  /* pt1 中间卡片 */
  .news_list .pt1 .content .center {
    border: 2px solid #bd0e2d;
    border-radius: 10px;
    overflow: hidden;
  }

  .news_list .pt1 .content .center .rect-150 {
    height: auto;
    padding: 0;
  }

  .news_list .pt1 .content .center .box {
    padding: 16px;
  }

  .news_list .pt1 .content .center .intro .time {
    font-size: 12px;
    margin-bottom: 8px;
    color: #999;
  }

  .news_list .pt1 .content .center .box .t {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    max-height: none;
    margin-bottom: 10px;
    color: #333;
  }

  .news_list .pt1 .content .center .intro .rect-74 {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
  }

  .news_list .pt1 .content .center .intro .rect-74 img._full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* pt1 右侧列表卡片 */
  .news_list .pt1 .content .right .box {
    padding: 16px;
    border: 2px solid #bd0e2d;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .news_list .pt1 .content .right .box2 {
    margin-bottom: 0;
  }

  .news_list .pt1 .content .time {
    font-size: 12px;
    margin-bottom: 8px;
    color: #999;
  }

  .news_list .pt1 .content .right .box .t {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    max-height: none;
    overflow: visible;
    color: #333;
  }

  .news_list .list_tool {
    font-size: 12px;
    color: #c9c9c9;
    padding: 8px 0 0;
  }

  /* pt2 新闻列表 */
  .news_list .pt2 {
    padding-bottom: 40px;
  }

  .news_list .pt2 .list_box {
    padding: 20px 0 24px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .news_list .pt2 .list_box:after {
    width: 100%;
    right: 0;
  }

  .news_list .pt2 .list_time {
    float: none;
    width: 56px;
    padding: 8px 6px;
    text-align: center;
    flex-shrink: 0;
  }

  .news_list .pt2 .list_time_year {
    font-size: 18px;
  }

  .news_list .pt2 .list_time_day {
    font-size: 15px;
  }

  .news_list .pt2 .list_main {
    float: none;
    width: auto;
    flex: 1;
    min-width: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .news_list .pt2 .bd_r {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .news_list .pt2 .rect-55 {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 8px;
  }

  .news_list .pt2 .rect-55 img._full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news_list .pt2 .bd_c {
    width: 100%;
    float: none;
  }

  .news_list .pt2 .list_title {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 4px;
  }

  .news_list .pt2 .list_p {
    font-size: 14px;
    line-height: 1.7;
    height: auto;
    max-height: none;
    overflow: visible;
    color: #70706e;
  }

  .news_list .pt2 li:hover .list_time {
    background: #bd0e2d;
  }

  /* 分页 */
  .news_list .pt_page,
  .news_list .util-page {
    margin-top: 24px;
    text-align: center;
    font-size: 0;
  }

  .news_list .pt_page a,
  .news_list .pt_page span,
  .news_list .util-page .num,
  .news_list .util-page .gobutton,
  .news_list .util-page .sl {
    line-height: 40px;
    padding: 0 14px;
    font-size: 13px;
    margin: 4px 2px;
  }

  /* ========== 招聘 job ========== */
  .job {
    width: 100%;
    padding: 30px 0 40px;
  }

  .job .job_select,
  .job .job_shows {
    width: 90%;
    margin: 0 auto;
  }

  .job .job_select {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }

  .job .job_select .items {
    width: 100%;
    height: auto;
    min-height: 48px;
    margin-bottom: 20px;
    align-items: center;
  }

  .job .job_select .items .searchs {
    width: calc(100% - 36px);
    height: 48px;
    line-height: normal;
    font-size: 14px;
    text-indent: 0;
    padding: 0 8px;
  }

  .job .job_select .items img {
    width: 24px;
    flex-shrink: 0;
    cursor: pointer;
  }

  .job .job_select .items .m-wrap {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #888;
  }

  .job .job_select .items .wrap_m_job {
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    max-height: 220px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .job .job_select .items .wrap_m_job a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #bd0e2d;
    text-indent: 12px;
  }

  .job .job_select .items .wrap_m_job a:hover {
    color: #fff;
    background: rgba(189, 14, 45, 0.85);
  }

  .job .job_shows {
    margin-top: 10px;
    flex-direction: column;
    gap: 0;
  }

  .job .job_shows .items {
    width: 100%;
    padding: 24px 0;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #f5f5f8;
  }

  .job .job_shows .items .bottoms_content {
    width: 88%;
  }

  .job .job_shows .items .bottoms_content .tit {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .job .job_shows .items .bottoms_content .date {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .job .job_shows .items .bottoms_content .t2 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .job .job_shows .items .bottoms_content .info {
    font-size: 14px;
    line-height: 1.7;
  }

  .job .job_shows .items .bottoms_content .info p {
    margin-bottom: 10px;
  }

  .job .job_shows .items .bottoms_content .job_more {
    width: 100%;
    max-width: 180px;
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .job .job_shows .items .bottoms_content .job_more:hover {
    border-color: #bd0e2d;
    color: #fff;
    background: #bd0e2d;
  }

  /* 详情弹窗 */
  .job_detail_bg .job_detail_win {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 92%;
    max-width: 92%;
    height: 82vh;
    max-height: 600px;
    border-radius: 10px;
  }

  .job_detail {
    padding: 16px 20px 24px;
    box-sizing: border-box;
  }

  .job_detail_bg .btn_close {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .job_detail .job_tit {
    font-size: 20px;
    line-height: 1.4;
    padding-right: 32px;
  }

  .job_detail .txt_con {
    height: calc(82vh - 130px);
    max-height: 440px;
    font-size: 14px;
    line-height: 1.8;
  }

  .job_detail .det_rec,
  .job_detail .det_video_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .job_detail .det_rec .tit,
  .job_detail .det_video_box .tit {
    width: 100%;
    font-size: 13px;
  }

  .job_detail .det_rec .desc,
  .job_detail .det_video_box .desc {
    width: 100%;
    font-size: 14px;
  }

  .job_detail .det_mailto_box {
    margin-left: 0;
    padding: 12px;
    font-size: 13px;
    line-height: 1.6;
  }

  .foot-wrap {
    padding-top: 42px;
  }

  .foot1 {
    padding-bottom: 16px;
  }

  .foot1-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .foot-contact-item {
    padding: 8px 0;
    gap: 8px;
  }

  .foot-contact-icon {
    width: 21px;
    height: 21px;
    border: 1px solid #cf351e;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .foot-contact-icon img {
    width: 10px;
    height: 10px;
  }

  .foot-contact-label {
    letter-spacing: 0.8px;
    margin-bottom: 2px;
  }

  .foot-link {
    gap: 12px;
    margin-top: 20px;
  }

  .foot-link ul {
    width: 83px;
  }

  .foot-link ul:last-child {
    width: 100%;
    text-align: center;
  }

  .foot-link-title {
    margin-bottom: 5px;
  }

  .foot-social {
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
  }

  .foot-social-item {
    width: 34px;
    height: 34px;
    border: 1px solid #cf351e;
    border-radius: 50%;
    display: flex;
  }

  .foot-social-item img {
    width: 18px;
    height: 18px;
  }

  .wechat-qrcode {
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
  }

  .qrcode-inner {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 8px;
    width: 140px;
  }

  .qrcode-inner::after {
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  }

  .qrcode-inner p {
    margin-bottom: 5px;
  }

  .qrcode-img {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    display: flex;
  }

  .qrcode-img img {
    width: 100%;
    height: 100%;
  }

  .foot2 {
    border-top: 1px solid #9ca3af;
    padding: 6px 0;
  }

  .foot2-links {
    gap: 14px;
  }
}