﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);

/* 全局通用背景色：#144242，30% 透明度 */
.bg-144242-30 {
    background-color: rgba(20, 66, 66, 0.3);
}

#slider{
    margin-top: -82px;
}
/*内页*/
.o_big {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.o_big h1 {
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 120px;
    font-size: 60px;
}

.o_big img {
    width: 100%;
    filter: Alpha(Opacity=0);
    min-height: 120px;
}

.postions {
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    background: #f1f1f1;
    color: #919191;
    font-size: 12px;
}

.postions a {
    color: #919191;
}

/*分页*/
/*网分页样式*/
.pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.pages .pagination {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pages .pagination .page-item, .pages .pagination .page-num {
    color: #555;
    padding: 5px 12px;
    display: block;
    border-radius: 2px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
}

.pages .pagination .page-num-current {
    background: #333;
    color: #fff;
    border: #333 1px solid
}

@media only screen and (max-width: 768px) {
    .pages .pagination .page-num {
        display: none;
    }

    .about_x img {
        display: none;
    }

    .about_x table img {
        display: inline;
    }
}

/*硬件产品*/
.product_a {
    overflow: hidden;
    padding-top: 3%;
    text-align: center;
    margin-bottom: 2%;
}

.product_a a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    background-color: #f0f0f0;
    width: 160px;
    font-size: 14px;
    color: #444444;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 2%;
    transition: all 0.3s;
}

.product_a a:hover {
    background-color: #409EFF;
    color: #fff;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.product_a a.csel {
    background-color: #409EFF;
    color: #fff;
}

.product_ul {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 8px;
}

.product_ul ul {
    display: flex;
    flex-wrap: wrap;
}

.product_ul ul li {
    float: left;
    width: 32.1%;
    margin-left: 0.5%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 1.5%;
    text-align: center;
    background-color: #fff;
}

.product_ul ul li .product_b {
    border: 1px solid #e8e8e8;
    padding-bottom: 36px;
}

.product_ul ul li:nth-child(3n+0) {
    margin-right: 0;
}

.product_ul ul li img {
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

.product_ul ul li .imgs {
    width: 100%;
    overflow: hidden;
}

.product_ul ul li h2 {
    font-weight: normal;
    color: #333333;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
}

.product_ul ul li p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #929292;
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 350px;
    margin: 0 auto;
}

.product_ul ul li em {
    display: block;
    color: #ee697e;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.product_ul ul li label {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
}

.product_ul ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul ul li:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition: all 0.3s;
}

.product_ul ul li:hover h2 {
    color: #00a1e9;
}

.product_ul ul li:hover .product_b {
    border: 1px solid #fff;
}

/*公司动态*/
.news_bg {
    overflow: hidden;
}

.news_con {
    overflow: hidden;
    margin-top: 40px;
}

.news_con ul li {
    overflow: hidden;
    padding: 2% 1%;
    border-bottom: 1px solid #cccccc;
    display: block;
}

.news_con ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.news_con ul li .imgs {
    width: 19%;
    float: left;
    display: inline;
    overflow: hidden;
}

.news_con ul li .imgs img {
    width: 100%; /* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news_con ul li:hover .imgs img { /*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_con ul li .i_about_r {
    float: right;
    display: inline;
    line-height: 22px;
    width: 78%;
    overflow: hidden;
}

.news_con ul li .i_about_r h3 {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 1%;
}

.news_con ul li .i_about_r label {
    display: block;
    color: #999999;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 1%;
    vertical-align: middle;
}

.news_con ul li .i_about_r label:before {
    width: 22px;
    vertical-align: middle;
}

.news_con ul li .i_about_r .p {
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
}

.news_con ul li .i_about_r .news_more {
    margin-top: 2%;
    width: 106px;
    text-align: center;
    float: left;
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
    border: 1px solid #bababa;
    color: #828282;
    font-size: 13px;
    transition: all 0.3s;
}


.news_con ul li:hover .i_about_r .news_more {
    background-color: #409EFF;
    color: #fff;
    border: 1px solid #409EFF;
}

.news_con ul li:hover .i_about_r h3 {
    color: #409EFF;
}

/* 出版书籍列表页 books-list.htm */
.news_con ul.book-list-ul {
    padding-left: 40px;
    padding-right: 40px;
}

.news_con ul li.book-list-item {
    border-bottom: 1px solid #144242;
}

.news_con ul li.book-list-item a {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.news_con ul li .book-list-cover {
    width: 160px;
    flex: 0 0 160px;
    border: 1px solid #144242;
    padding: 20px;
    box-sizing: border-box;
}

.news_con ul li .book-list-cover img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.news_con ul li .book-list-info {
    flex: 1 1 auto;
    min-width: 0;
}

.news_con ul li .book-list-info h3 {
    margin-bottom: 16px;
    line-height: 1.5;
    height: auto;
    color: #144242;
}

.news_con ul li .book-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-bottom: 18px;
    color: #144242;
    line-height: 1.9;
}

.news_con ul li .book-meta span {
    display: inline-block;
    color: #144242;
}

.news_con ul li .book-list-more {
    color: #144242;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.news_con ul li.book-list-item:hover .book-list-info h3,
.news_con ul li.book-list-item:hover .book-meta,
.news_con ul li.book-list-item:hover .book-meta span {
    color: #144242;
}

.news_con ul li.book-list-item:hover .book-list-more {
    color: #c30000;
}

.books-strip-section {
    padding: 36px 0 12px;
}

.books-strip-shell {
    position: relative;
    padding: 30px 86px;
    background: rgba(20, 66, 66, 0.20);
}

.books-strip-header {
    margin-bottom: 22px;
}

.books-strip-title {
    color: #144242;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.books-strip-swiper .ms-swiper__standard .ms-swiper__media {
    aspect-ratio: 4 / 5;
    background: #edf3f3;
}

.books-strip-swiper .ms-swiper__slide-link {
    background: #fff;
}

.books-strip-swiper .ms-swiper__image {
    padding: 12px;
}

.books-strip-swiper .ms-swiper__content {
    min-height: 70px;
    padding: 14px 8px 10px;
    background: transparent;
}

.books-strip-swiper .ms-swiper__title {
    display: -webkit-box;
    overflow: hidden;
    color: #144242;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.books-strip-swiper .ms-swiper__nav {
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 40px;
    background-color: transparent;
}

.books-strip-swiper .ms-swiper__nav:hover {
    background-color: transparent;
}

.books-strip-swiper .ms-swiper__nav::before {
    content: none;
}

.books-strip-swiper .ms-swiper__nav--prev {
    left: -60px;
    background-image: url("../images/arrow-left.png");
}

.books-strip-swiper .ms-swiper__nav--prev:hover {
    background-image: url("../images/arrow-left.png");
}

.books-strip-swiper .ms-swiper__nav--next {
    right: -60px;
    background-image: url("../images/arrow-right.png");
}

.books-strip-swiper .ms-swiper__nav--next:hover {
    background-image: url("../images/arrow-right.png");
}

.books-strip-swiper .ms-swiper__nav.is-disabled,
.books-strip-swiper .ms-swiper__nav:disabled {
    background-color: #b6bcbc;
}

.exhibition-gallery-wrap {
    margin-top: 10px;
}

[v-cloak] {
    display: none;
}

.exhibition-gallery-shell {
    display: grid;
    grid-template-columns: minmax(0, 3.6fr) minmax(0, 2.4fr);
    gap: 20px;
    align-items: stretch;
}

.exhibition-gallery-main {
    min-width: 0;
}

.exhibition-gallery-main-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(20, 66, 66, 0.20);
}

.exhibition-gallery-main-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.exhibition-gallery-main-media {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 1000px;
    padding: 28px 70px;
    overflow: hidden;
}

.exhibition-gallery-main-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.exhibition-gallery-main-detail-link {
    padding: 0 20px 16px;
    color: #c30000;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.exhibition-gallery-main-content {
    margin-top: auto;
    padding: 16px 20px;
    background: #5f7a75;
    text-align: center;
}

.exhibition-gallery-main-title {
    margin: 0;
    overflow: hidden;
    color: #f6f1db;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.exhibition-gallery-main-content p {
    margin: 12px 0 10px;
    overflow: hidden;
    color: #f6f1db;
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.exhibition-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 40px;
    cursor: pointer;
}

.exhibition-gallery-nav:hover {
    background-color: transparent;
}

.exhibition-gallery-nav:before {
    content: none;
}

.exhibition-gallery-nav--prev {
    left: 5px;
    background-image: url("../images/arrow-left.png");
}

.exhibition-gallery-nav--prev:hover {
    background-image: url("../images/arrow-left.png");
}

.exhibition-gallery-nav--prev:before {
    content: none;
}

.exhibition-gallery-nav--next {
    right: 5px;
    background-image: url("../images/arrow-right.png");
}

.exhibition-gallery-nav--next:hover {
    background-image: url("../images/arrow-right.png");
}

.exhibition-gallery-nav--next:before {
    content: none;
}

.exhibition-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-content: start;
}

.exhibition-gallery-thumb {
    padding: 12px;
    border: 0;
    background: rgba(20, 66, 66, 0.20);
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.exhibition-gallery-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.exhibition-gallery-thumb.is-active {
    background: rgba(20, 66, 66, 0.42);
    box-shadow: 0 12px 24px rgba(20, 66, 66, 0.14);
}

.exhibition-gallery-thumb:hover {
    transform: translateY(-2px);
}

.exhibition-gallery-main-link:hover .exhibition-gallery-main-media img,
.exhibition-gallery-thumb:hover img {
    transform: scale(1.04);
}

.exhibition-gallery-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    background: rgba(20, 66, 66, 0.08);
    color: #60716b;
    font-size: 16px;
}

.exhibition-gallery-viewer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 88px;
    background: rgba(6, 14, 14, 0.88);
}

.exhibition-gallery-viewer-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 1400px);
    max-height: calc(100vh - 80px);
}

.exhibition-gallery-viewer-dialog img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 130px);
    object-fit: contain;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.exhibition-gallery-viewer-caption {
    margin-top: 18px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.exhibition-gallery-viewer-nav,
.exhibition-gallery-viewer-close {
    position: absolute;
    border: 0;
    background: rgba(20, 66, 66, 0.92);
    cursor: pointer;
}

.exhibition-gallery-viewer-nav {
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
}

.exhibition-gallery-viewer-nav:before,
.exhibition-gallery-viewer-close:before,
.exhibition-gallery-viewer-close:after {
    content: "";
    position: absolute;
}

.exhibition-gallery-viewer-nav:before {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.exhibition-gallery-viewer-nav--prev {
    left: 20px;
}

.exhibition-gallery-viewer-nav--prev:before {
    margin-left: -3px;
    transform: rotate(-135deg);
}

.exhibition-gallery-viewer-nav--next {
    right: 20px;
}

.exhibition-gallery-viewer-nav--next:before {
    margin-left: -9px;
    transform: rotate(45deg);
}

.exhibition-gallery-viewer-close {
    top: 18px;
    right: 20px;
    width: 44px;
    height: 44px;
}

.exhibition-gallery-viewer-close:before,
.exhibition-gallery-viewer-close:after {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    margin-top: -1px;
    background: #fff;
}

.exhibition-gallery-viewer-close:before {
    transform: rotate(45deg);
}

.exhibition-gallery-viewer-close:after {
    transform: rotate(-45deg);
}

.social-focus-wrap {
    margin-top: 32px;
}

.social-focus-shell {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: stretch;
}

.social-focus-main {
    flex: 1 1 auto;
    min-width: 0;
}

.social-focus-main-link {
    position: relative;
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}

.social-focus-main-media {
    position: relative;
    height: 0;
    padding-top: 64%;
    overflow: hidden;
}

.social-focus-main-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.social-focus-main-link:hover .social-focus-main-media img {
    transform: scale(1.04);
}

.social-focus-main-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 18px;
    color: #fff5df;
    background: rgba(20, 66, 66, 0.7);
}

.social-focus-main-caption h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 500;
}

.social-focus-main-caption p {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 245, 223, 0.88);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.social-focus-thumbs {
    flex: 0 0 188px;
    width: 188px;
}

.social-focus-thumbs-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-focus-thumb-item {
    margin: 0;
    padding: 0;
}

.social-focus-thumb-btn {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    background: #edf1eb;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.social-focus-thumb-btn:hover {
    background: #e5ebe3;
    transform: translateY(-1px);
}

.social-focus-thumb-btn.is-active {
    border-color: #c44a2f;
    background: #f5ede2;
}

.social-focus-thumb-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #d6ddd7;
}

.social-focus-thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.social-focus-thumb-title {
    display: -webkit-box;
    min-height: 46px;
    padding: 9px 10px;
    overflow: hidden;
    color: #144242;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.social-columns-wrap {
    margin-top: 44px;
}

.social-columns-list {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.social-columns-column {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-columns-source {
    display: none;
}

.social-columns-item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.social-columns-column .social-columns-item:first-child {
    margin-bottom: 20px;
}

.social-columns-card-link {
    display: none;
    color: inherit;
    text-decoration: none;
}

.social-columns-column .social-columns-item:first-child .social-columns-card-link {
    display: block;
}

.social-columns-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dbe0d6;
}

.social-columns-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.social-columns-card-title {
    display: block;
    margin-top: 18px;
    color: #4f625f;
    font-size: 18px;
    line-height: 1.8;
}

.social-columns-card-desc {
    display: block;
    margin-top: 14px;
    color: #4f625f;
    font-size: 14px;
    line-height: 2;
}

.social-columns-card-more {
    display: block;
    margin-top: 12px;
    color: #d47b5d;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

.social-columns-row-link {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 12px 0;
    color: inherit;
    text-decoration: none;
}

.social-columns-column .social-columns-item:first-child .social-columns-row-link {
    display: none;
}

.social-columns-row-dot {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #113c46;
}

.social-columns-row-title {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: #4f625f;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.social-columns-row-date {
    flex: 0 0 auto;
    margin-left: 12px;
    color: #4f625f;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
}

.social-columns-row-link:hover .social-columns-row-title,
.social-columns-card-link:hover .social-columns-card-title,
.social-columns-card-link:hover .social-columns-card-desc,
.social-columns-card-link:hover .social-columns-card-more {
    color: #d5452d;
}

.media-list-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.media-channel {
    min-width: 0;
}

.media-channel-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 18px;
    color: #fff;
}

.media-channel-head-video {
    background: #585655;
}

.media-channel-head-audio {
    background: #0d4645;
}

.media-channel-head-icon {
    font-size: 20px;
    line-height: 1;
}

.media-channel-head-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

.media-channel-head-sub {
    font-size: 16px;
    line-height: 1.2;
    font-style: italic;
    letter-spacing: 1px;
}

.media-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 14px;
}

.media-card {
    display: flex;
    gap: 18px;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 18px 20px 16px;
    text-align: left;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(12, 70, 69, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.media-card:hover {
    border-color: rgba(12, 70, 69, 0.24);
    box-shadow: 0 10px 24px rgba(12, 70, 69, 0.08);
    transform: translateY(-2px);
}

.media-card-play {
    position: relative;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
}

.media-card-play-ring {
    position: absolute;
    inset: 0;
    border: 3px solid #0d4645;
    border-radius: 50%;
}

.media-card-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -10px;
    margin-left: -3px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #0d4645;
}

.media-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.media-card-title {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    color: #0b1d1c;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-card-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.media-card-action {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    color: #0d4645;
    font-size: 13px;
    line-height: 1;
}

.media-card-action-download {
    padding: 0 12px;
    background: #0d4645;
    color: #fff;
}

.media-card-action-favorite {
    width: 30px;
    border: 1px solid #bcc5be;
    color: #283a38;
}

.media-card-timeline {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}

.media-card-time {
    flex: 0 0 auto;
    color: #102321;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.media-card-wave {
    flex: 1 1 auto;
    height: 16px;
    background:
        linear-gradient(90deg,
            rgba(16, 35, 33, 0.2) 0,
            rgba(16, 35, 33, 0.2) 6%,
            transparent 6%,
            transparent 10%,
            rgba(16, 35, 33, 0.45) 10%,
            rgba(16, 35, 33, 0.45) 14%,
            transparent 14%,
            transparent 18%,
            rgba(16, 35, 33, 0.28) 18%,
            rgba(16, 35, 33, 0.28) 22%,
            transparent 22%,
            transparent 26%,
            rgba(16, 35, 33, 0.58) 26%,
            rgba(16, 35, 33, 0.58) 30%,
            transparent 30%,
            transparent 34%,
            rgba(16, 35, 33, 0.22) 34%,
            rgba(16, 35, 33, 0.22) 38%,
            transparent 38%,
            transparent 42%,
            rgba(16, 35, 33, 0.66) 42%,
            rgba(16, 35, 33, 0.66) 46%,
            transparent 46%,
            transparent 50%,
            rgba(16, 35, 33, 0.36) 50%,
            rgba(16, 35, 33, 0.36) 54%,
            transparent 54%,
            transparent 58%,
            rgba(16, 35, 33, 0.6) 58%,
            rgba(16, 35, 33, 0.6) 62%,
            transparent 62%,
            transparent 66%,
            rgba(16, 35, 33, 0.24) 66%,
            rgba(16, 35, 33, 0.24) 70%,
            transparent 70%,
            transparent 74%,
            rgba(16, 35, 33, 0.48) 74%,
            rgba(16, 35, 33, 0.48) 78%,
            transparent 78%,
            transparent 82%,
            rgba(16, 35, 33, 0.28) 82%,
            rgba(16, 35, 33, 0.28) 86%,
            transparent 86%,
            transparent 90%,
            rgba(16, 35, 33, 0.52) 90%,
            rgba(16, 35, 33, 0.52) 94%,
            transparent 94%,
            transparent 100%);
}

.media-player-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
}

.media-player-modal.is-open {
    display: block;
}

.media-player-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
}

.media-player-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(680px, calc(100vw - 32px));
    margin: 10vh auto 0;
    padding: 28px 28px 30px;
    background: #fbf7ea;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.media-player-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    color: #26403e;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.media-player-modal__meta {
    padding-right: 34px;
}

.media-player-modal__type {
    display: inline-block;
    color: #0d4645;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.media-player-modal__title {
    margin: 10px 0 0;
    color: #102321;
    font-size: 24px;
    line-height: 1.4;
}

.media-player-modal__player {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    margin-top: 22px;
    border: 1px dashed rgba(13, 70, 69, 0.32);
    background: linear-gradient(180deg, rgba(13, 70, 69, 0.06) 0%, rgba(13, 70, 69, 0.02) 100%);
}

.media-player-modal__placeholder {
    text-align: center;
    color: #365452;
}

.media-player-modal__placeholder .bi {
    display: block;
    margin-bottom: 12px;
    font-size: 52px;
}

.media-player-modal__placeholder p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

/*应用领域*/
.case_con {
    padding: 60px 0;
}
.case_con ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* 自适应换行 */
    gap: 47px; /* 间距统一设置为 20px */
}

.case_con li {
    list-style: none;
    width: 145px; /* 每项宽度固定为 200px */
    box-sizing: border-box;
    text-align: center; /* 内容居中对齐 */
    background-color: #eeefef;
}

.case_con li:hover{
    background-color: #efefef;
}

.case_con li:hover img {
    filter: grayscale(100%);
    transition: filter 0.3s ease; /* 添加过渡效果 */
}

.case_con .imgs{
    width: 85%;
    margin: 20px auto;
}

.case_con .imgs img {
    width: 100%; /* 图片宽度占满容器 */
    height: auto; /* 高度自动缩放 */
    display: block;
}

.case_con .title {
    width: 85%;
    border-top: 1px solid #cccccc;
    margin: 10px auto; /* 图片与文字之间的间距 */
    padding: 20px 0 10px;
}

/*应用案例*/
.case_list {
    padding: 60px 20px 20px;
}
.case_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* 自适应换行 */
    gap: 80px; /* 间距统一设置为 20px */
}

.case_list li {
    overflow: hidden;
    list-style: none;
    width: 366px; /* 每项宽度固定为 200px */
    box-sizing: border-box;
    text-align: center; /* 内容居中对齐 */
}

.case_list li img {
    transition: transform 0.3s ease-in-out;
}

.case_list li:hover{
    background-color: #f6f7f7;
}

.case_list li:hover img {
    transform: scale(1.05); /* 放大 5% */
}

.case_list li:hover .title {
    color: #50cb49;
}

.case_list .imgs{
    width: 85%;
    margin: 20px auto;
}

.case_list .imgs img {
    width: 100%; /* 图片宽度占满容器 */
    height: auto; /* 高度自动缩放 */
    display: block;
}

.case_list .title {
    width: 85%;
    margin: 10px auto; /* 图片与文字之间的间距 */
    padding: 20px 0 10px;
    text-align: left;
}

.case_list a {
    text-decoration: unset;
    color: #444;
}

.case_list .news_more {
    height: 60px;
    line-height: 60px;
    text-align: right;
}

.case_list .news_more a:hover {
    color: #50cb49;
}

/*公司动态详细*/
.about_x {
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.about_x img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto !important;
}

.about_x .show_t {
    line-height: 36px;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
}

.about_x .con_line {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px dashed #cccccc;
    text-align: center;
}

.about_x .con_id {
    line-height: 30px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 40px;
}

.about_x .con_title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px dashed #cccccc;
    text-align: left;
}

.about_x .con_title:before {
    font-size: 20px;
    vertical-align: middle;
    color: #0a001f;
    width: 25px;
}

.col_title {
    height: 52px;
    line-height: 40px;
    color: #444;
    border-bottom: 1px dashed #cccccc;
}

.about_x.col_title.row {
    margin-left: 0;
    margin-right: 0;
}

.about_x .con_title_head {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    background-color: #144242;
}

.about_x .con_title_head span {
    color: #fff;
}

.about_x .con_title_head--intro {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 20px;
}

.about_x .con_title_head--intro:before {
    content: none;
}

.about_x .con_title_icon {
    width: 30px;
    height: 36px !important;
    flex: 0 0 30px;
    object-fit: contain;
    max-width: none;
    margin-bottom: 0;
}

.about_x .con_title_end {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    text-align: right;
}

.about_x .con_title_head:before {
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    width: 25px;
}

.about_x .con_content {
    line-height: 30px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-align: left;
    padding: 40px;
}

.about_x .con_content-intro {
    overflow: visible;
}

.about_x .con_content-intro img {
    float: left;
    width: 240px;
    max-width: 42%;
    margin: 6px 28px 18px 0;
}

.about_x .con_content-intro::after {
    content: "";
    display: block;
    clear: both;
}

.about_x .con_sub_title_head {
    height: 80px;
    line-height: 90px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 40px;
    color: #5b5b5b;
    text-align: left;
}

.about_x h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #333;
    font-weight: normal;
    padding: 50px 0;
    width: 60%;
    margin: 0 auto;
}

.about_x table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about_x table td {
    line-height: 22px;
    height: 27px; /*border:1px solid #000;*/
}

.about_x .img {
    width: 100%;
    padding: 20px 10px;
    margin-top: 60px;
    text-align: center;
    vertical-align: center;
}

.about_x .title {
    text-align: center;
    font-size: 16px;
}

.data-tab {
    width: 100%;
    border-collapse: collapse;   /* 合并边框 */
    table-layout: fixed;         /* 列宽更稳定（内容多会自动换行） */
    background: #fff;
    font-size: 14px;
    color: #333;
}

.data-tab th, .data-tab td {
    border: 1px solid #666;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    word-break: break-word;      /* 长英文/数字换行 */
}

/* 表头 */
.data-tab th {
    background: #d9d9d9;
    font-weight: 700;
}

.show-tab {
    width: 100%;
    border-collapse: collapse;   /* 合并边框 */
    table-layout: fixed;         /* 列宽更稳定（内容多会自动换行） */
}

.show-tab td {
    padding: 20px;
    text-align: center;
    vertical-align: center;
}

/* 容器内的图片：hover 变灰 */
.img-gray-hover img{
    transition: filter .2s ease, opacity .2s ease;
}

.img-gray-hover img:hover{
    filter: grayscale(100%);
    opacity: .9; /* 可选：略微压一点更像“变灰” */
}

.con_content p {
    white-space: break-spaces;
}

@media (max-width: 768px) {
    .about_x .con_content-intro img {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 18px;
    }
}

.prenext {
    font-size: 16px;
    line-height: 60px;
    margin-top: 20px;
    color: #444;
}

.prenext span {
    float: left;
    width: 108px;
    color: #666666;
    font-size: 16px;
}

.prenext a {
    color: #444;
}

.prenext a:hover {
    color: #00a1e9;
    text-decoration: none;
}

.prenext:last-child {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.goback {
    float: right;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-left: 23px;
    background: url(../img/goback.png) left center no-repeat;
    font-size: 14px;
    color: #333333;
    margin-top: 8px; /* border-bottom:1px solid #a6a6a6;*/
}

.fenxiang {
    height: 30px;
    overflow: hidden;
}

.fenxiang .span {
    float: right;
    font-size: 14px;
    line-height: 34px;
}

/*公司介绍*/
.about_bg {
    background-color: #f5f5f5;
    overflow: hidden;
}

.about_div {
    overflow: hidden;
}

.about_div .i_one_div_txt {
    width: 46.9%;
    padding-left: 1.6%;
    padding-right: 1.5%;
}

.about_div .i_one_div_txt .i_one_con {
    max-width: 588px;
}

.about_div .i_one_div_txt .i_one_t {
    line-height: 30px;
    color: #0044dc;
}

.about_div .i_one_div_txt .i_one_t img {
    display: block;
    margin-top: 12%;
    margin-bottom: 2%;
}

.about_div .i_one_div_txt .i_one_p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding-top: 2%; /*height:260px; */
    overflow: hidden;
    text-align: left;
}

.about_div .i_one_div_txt .i_one_p.brandfont {
    font-size: 16px;
    text-align: center;
    padding-top: 0;
}

.about_div .i_one_div_img {
    width: 50%;
    overflow: hidden;
}

.about_div .i_one_div_img img {
    width: 100%;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.about_div .i_one_div_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about_two {
    overflow: hidden;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #fff;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}

.about_two ul li {
    float: left;
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    overflow: hidden;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 24px;
}

.about_two ul li h2 {
    font-weight: normal;
    color: #333333;
    margin-bottom: 2%;
}

.about_two ul li p {
    margin: 0 auto;
    max-width: 400px;
}

/*企业荣誉*/
.honor_ul {
    overflow: hidden;
}

.honor_ul ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    margin-bottom: 3%;
    text-align: center;
}

.honor_ul ul li:nth-child(4n+0) {
    margin-right: 0;
}

.honor_ul ul li .imgs {
    width: 100%;
    overflow: hidden;
}

.honor_ul ul li .imgs img {
    width: 100%;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.honor_ul ul li h2 {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
}

.honor_ul ul li:Hover .imgs img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.honor_ul ul li:Hover h2 {
    color: #00a1e9;
}

/*联络我们*/
.contact_bg {
    background-color: #f5f5f5;
    overflow: hidden;
}

.map_div {
    overflow: hidden;
    float: left;
    width: 50%;
}

.map_div img {
    max-width: 100%;
}

.contact_r {
    overflow: hidden;
    float: left;
    width: 44%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #6f6f6f;
    font-size: 14px;
}

.contact_r h2 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 3%;
}

.contact_r ul li {
    display: block;
    margin-bottom: 10px;
}

.contact_r ul li img {
    display: inline-block;
    margin-right: 12px;
    margin-top: 3px;
    float: left;
}

/*相关案例*/
.case_ul {
    overflow: hidden;
    padding-top: 1%;
}

.case_ul ul li {
    float: left;
    width: 23.5%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: center;
    background-color: #f5f5f5;
}

.case_ul ul li:nth-child(4n+0) {
    margin-right: 0;
}

.case_ul ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.case_ul ul li .imgs {
    overflow: hidden;
    width: 100%;
}

.case_ul ul li .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.case_ul ul li .txts {
    overflow: hidden;
    transition: all 0.3s;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 26px;
    padding-right: 2%;
    text-align: left;
}

.case_ul ul li .txts h2 {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-weight: normal;
    color: #333;
}

.case_ul ul li .txts .p {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.case_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.case_ul ul li:hover .txts h2 {
    color: #014ee7;
}

.case_ul ul li .desc {
    display: none;
}

/*人才招聘*/
.job_ul {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    margin-bottom: 4%;
}

.job_ul ul li {
    float: left;
    overflow: hidden;
    width: 25%;
    cursor: pointer;
    transition: all 0.3s;
}

.job_ul ul li .job_div {
    overflow: hidden;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
}

.job_ul ul li:nth-child(4n+0) .job_div {
    border-right: 0;
}

.job_ul ul li .job_txt {
    max-width: 220px;
    width: 94%;
    margin: 0 auto;
}

.job_ul ul li h2 {
    height: 102px;
    line-height: 102px;
    background: url(../img/job_bg2.jpg) left bottom no-repeat;
    margin-top: 3%;
    color: #505050;
    font-size: 20px;
    margin-bottom: 7%;
}

.job_ul ul li .p {
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    overflow: hidden;
}

.job_ul ul li em {
    font-size: 14px;
    color: #949494;
    font-style: normal;
    display: block;
    padding-top: 28px;
    overflow: hidden;
}

.job_ul ul li:hover {
    background-color: #0265f8;
}

.job_ul ul li:hover h2 {
    color: #fff;
    background: url(../img/job_bg1.jpg) left bottom no-repeat;
}

.job_ul ul li:hover .p {
    color: #fff;
}

.job_ul ul li:hover em {
    color: #fff;
}

.job_ul ul li dl {
    display: none;
    overflow: hidden;
}

/*解决方案*/
.solution_bg {
    background: url(../img/solution_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 3%;
    padding-bottom: 2%;
}

.solution_bg .solution_t {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 3%;
}

.solution_bg .solution_ul ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.solution_bg .solution_ul ul li:nth-child(3n+0) {
    margin-right: 0;
}

.solution_bg .solution_ul ul li .imgs {
    overflow: hidden;
}

.solution_bg .solution_ul ul li .imgs img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.solution_bg .solution_ul ul li .txts {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
}

.solution_bg .solution_ul ul li .table {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.solution_bg .solution_ul ul li .td {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.solution_bg .solution_ul ul li .txts img {
    margin: 0 auto;
    width: 20%;
    max-width: 90px;
    display: block;
    margin-bottom: 5%; /*margin-top:50px;*/
}

.solution_bg .solution_ul ul li .txts h2 {
    color: #efefef;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 3%;
    max-width: 350px;
    width: 94%;
    font-size: 22px;
}

.solution_bg .solution_ul ul li .txts p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    max-width: 350px;
    width: 94%;
    overflow: hidden;
}

.solution_bg .solution_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*产品详细*/
.product_con {
    overflow: hidden;
    font-size: 16px;
    color: #444444;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_con .bigimg {
    width: 100%;
    display: block;
    min-height: 250px;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.product_con .tabel {
    display: table;
    width: 100%;
    height: 100%;
}

.product_con .td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.product_con .td.vt {
    vertical-align: top;
    margin-top: 5%;
}

.product_con .txts {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product_con .txts .pt {
    margin-top: 10%;
    font-weight: normal;
    margin-bottom: 2%;
}

.product_con .txts .p1 {
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    max-width: 680px;
    width: 96%;
    margin: 0 auto;
}

.product_con .txts .p2 {
    color: #444444;
    font-size: 16px;
    line-height: 36px;
}

.product_con .txts .p2 label {
    color: #6d6d6d;
    font-size: 12px;
    font-family: Arial;
    padding-right: 3px;
}

.product_three {
    max-width: 1120px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3%;
}

.product_three_l {
    float: left;
    width: 37.5%;
    overflow: hidden;
    text-align: left;
}

.product_three_img {
    float: right;
    width: 59%;
}

.product_three_img img {
    width: 100%;
}

.product_con .txts .product_three_l .pt {
    margin-top: 5%;
}

/*产品详细2*/
.product_con2 {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

.product_con2 img {
    width: 100%;
    display: block;
}

.product_blank {
    height: 0;
    font-size: 0;
    overflow: hidden;
}

/*解决方案2*/
.solution_bg2 {
    background: url(../img/solution_bg3.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 3%;
    padding-bottom: 3%;
}

.solution_bg2 .solution_t2 {
    text-align: center;
    overflow: hidden;
    color: #333333;
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
}

.solution_bg2 .solution_desc {
    color: #535353;
    font-size: 15px;
    line-height: 24px;
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1%;
    text-align: center;
}

.solution_bg3 {
    background: url(../img/solution_bg2.jpg) center center no-repeat;
    overflow: hidden;
    margin-top: 2%;
    padding-bottom: 8%;
}

.solution_con {
    width: 96%;
    max-width: 1520px;
    margin: 0 auto;
}

.solution_con ul li {
    float: left;
    margin-top: 3%;
    overflow: hidden;
}

.solution_con ul li:nth-child(1) {
    width: 13%;
    padding-top: 9%;
}

.solution_con ul li:nth-child(2) {
    width: 22%;
    padding-right: 2%;
    padding-top: 8%;
}

.solution_con ul li:nth-child(3) {
    width: 20%;
}

.solution_con ul li:nth-child(4) {
    width: 20%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 6%;
}

.solution_con ul li:nth-child(5) {
    width: 19%;
    padding-top: 10%;
}

.solution_con ul li .img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.solution_con ul li h2 {
    font-weight: bold;
    font-size: 18px;
    color: #424242;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(../img/solution_bg4.png) center bottom no-repeat;
    background-size: auto 50px;
    padding-bottom: 55px;
}

.solution_con ul li .solution_box {
    margin-bottom: 20px;
}

.solution_con ul li .solution_box:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.solution_con ul li .solution_box:nth-child(2) {
    margin-bottom: 0%;
}

.solution_con ul li .solution_box:nth-child(2) h2 {
    background: url(../img/solution_bg4.png) center top no-repeat;
    background-size: auto 50px;
    padding-bottom: 0px;
    padding-top: 55px;
}

.solution_con ul li:nth-child(3) .solution_box:nth-child(1) {
    margin-bottom: 5%;
}

.solution_con ul li:nth-child(3) .solution_box:nth-child(1):hover .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.solution_con ul li:nth-child(3) .solution_box:nth-child(2) {
    margin-top: 18%;
}

.solution_con ul li:nth-child(2) .solution_box:nth-child(2) {
    margin-left: 36%;
}

.solution_con ul li:nth-child(4) .solution_box:nth-child(2) {
    margin-right: 36%;
}

.b_link {
    overflow: hidden;
    margin-bottom: 1%;
    margin-top: 2%;
}

.b_link ul li {
    float: left;
    width: 15.8%;
    margin-right: 1%;
    margin-bottom: 2%;
    overflow: hidden;
}

.b_link ul li:nth-child(6n+0) {
    margin-right: 0;
}

.b_link ul li .imgs {
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.b_link ul li .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.b_link ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.b_link ul li h2 {
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.hover-link {
    position: relative;
    display: inline-block;
}

.popup-layer {
    position: absolute;
    top: -292px;
    left: 0;
    min-width: 200px;
    max-width: 1160px;
    padding: 20px 10px;
    background: #009537;
    color: #fff;
    display: none; /* 初始隐藏 */
    /* 添加阴影效果 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.22);
    /* 添加圆角 */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/*防伪code.html*/
.fangwei_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 50px;
}

.fangwei_div .fangwei_con {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.fangwei_div .fangwei_con .imgs {
    width: 42%;
    display: inline-block;
    margin-right: 1%;
    max-width: 271px;
}

.fangwei_div .fangwei_con .fangwei_txt {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    padding: 4%;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 330px;
    text-align: left;
    font-family: Arial;
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    background-color: #464646;
    height: 271px;
    overflow: hidden;
}

.fangwei_div .fangwei_con .fangwei_txt .div {
    overflow: hidden;
    margin-bottom: 4%;
}

.fangwei_div .fangwei_con .fangwei_txt .div .inputs {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-indent: 10px;
    font-size: 18px;
    color: #313131;
    font-family: "微软雅黑";
    border: none;
    background: #191919;
    margin-top: 13%;
    outline: none;
}

.fangwei_div .fangwei_con .fangwei_txt .div .inputs:focus {
    color: #fff;
}

.fangwei_div .fangwei_con .fangwei_txt .div .inputs2 {
    float: left;
    height: 45px;
    line-height: 45px;
    width: 56%;
    text-indent: 10px;
    font-size: 18px;
    color: #313131;
    font-family: "微软雅黑";
    border: none;
    background: #191919;
    outline: none;
}

.fangwei_div .fangwei_con .fangwei_txt .div .inputs2:focus {
    color: #fff;
}

.fangwei_div .fangwei_con .fangwei_txt .div .imgs2 {
    float: right;
    width: 40%;
    height: 45px;
}

.fangwei_div .fangwei_con .fangwei_txt .div2 {
    text-align: center;
    overflow: hidden;
    padding-top: 8%;
}

.fangwei_div .fangwei_con .fangwei_txt .bnts {
    background: #409EFF;
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 118px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0 auto;
}

.fangwei_div .fangwei_con .fangwei_txt .bnts:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    transition: all 0.3s;
}

.fangwei_pos {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.6);
    top: 0;
    left: 0;
    display: none;
}

.fangwei_pos1 {
    position: absolute;
    width: 100%;
    height: 93px;
    top: 50%;
    margin-top: -46px;
    left: 0;
    display: none;
}

.fangwei_pos_con {
    width: 96%;
    margin: 0 auto;
    max-width: 500px;
    height: 93px;
    background-color: #464646;
    color: #fff;
    font-size: 14px;
    font-family: "宋体";
    line-height: 30px;
}

.fangwei_pos_con .fangwei_pos_div {
    text-align: left;
    max-width: 370px;
    width: 96%;
    margin: 0 auto;
    padding-top: 15px;
}

@media screen and (max-width: 1440px) {
    /*解决方案2*/
    .solution_con ul li:nth-child(4) {
        padding-top: 4%;
    }

    .solution_con ul li:nth-child(5) {
        padding-top: 8%;
    }
}

@media screen and (max-width: 1200px) {
    /*硬件产品*/
    .product_a a {
        height: 50px;
        line-height: 50px;
    }

    /*公司动态*/
    .news_con ul li .i_about_r h3 {
        font-size: 16px;
        margin-bottom: 0.5%;
    }

    .news_con ul li .i_about_r label {
        margin-bottom: 0.5%;
    }

    .news_con ul li .i_about_r .p {
        line-height: 22px;
        max-height: 44px;
    }

    .news_con ul li .i_about_r .news_more {
        margin-top: 1%;
        height: 32px;
        line-height: 32px;
    }

    /* 出版书籍列表页 books-list.htm */
    .news_con ul li.book-list-item a {
        gap: 16px;
    }

    .news_con ul li .book-list-cover {
        width: 130px;
        flex-basis: 130px;
        padding: 14px;
    }

    .news_con ul li .book-list-cover img {
        height: 150px;
    }

    .books-strip-shell {
        padding: 24px 56px;
    }

    /*公司介绍*/
    .about_div .i_one_div_txt .i_one_t img {
        margin-top: 6%;
        margin-bottom: 1%;
        width: 40px;
    }

    .about_div .i_one_div_txt .i_one_p {
        padding-top: 1%;
        line-height: 20px;
        font-size: 13px;
    }

    .about_two ul li {
        line-height: 22px;
        font-size: 13px;
    }

    /*应用领域*/


    /*联络我们*/
    .contact_r h2 {
        font-size: 24px;
    }

    /*解决方案*/
    .solution_bg .solution_t {
        font-size: 28px;
    }

    .solution_bg .solution_ul ul li .txts img { /*margin-top:30px;*/
        width: 18%;
    }

    .solution_bg .solution_ul ul li .txts h2 {
        margin-bottom: 2%;
    }

    .solution_bg .solution_ul ul li .txts p {
        font-size: 13px;
        line-height: 20px;
    }

    /*解决方案2*/
    .solution_con ul li h2 {
        font-size: 16px;
    }

    .solution_bg3 {
        background-position: center 20%;
    }

    .solution_con ul li:nth-child(4) {
        padding-top: 0%;
    }

    .solution_con ul li:nth-child(2) {
        padding-top: 0%;
    }

    .solution_con ul li:nth-child(5) {
        padding-top: 1%;
    }
}

@media screen and (max-width: 1100px) {
    /*内页*/
    .o_big {
        background-size: auto 110%;
    }

    /*公司动态*/
    .news_con ul li .i_about_r h3 {
        font-size: 15px;
        margin-bottom: 0.4%;
    }

    .news_con ul li .i_about_r label {
        margin-bottom: 0.4%;
        font-size: 12px;
    }

    .news_con ul li .i_about_r .p {
        line-height: 18px;
        max-height: 36px;
        font-size: 12px;
    }

    /*相关案例*/
    .case_ul ul li .txts {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .case_ul ul li .txts .p {
        font-size: 13px;
    }

    /*人才招聘*/
    .job_ul ul li {
        width: 33.33%;
    }

    .job_ul ul li:nth-child(4n+0) .job_div {
        border-right: 1px solid #e9e9e9;
    }

    .job_ul ul li:nth-child(3n+0) .job_div {
        border-right: 0;
    }

    /*解决方案*/
    .solution_bg .solution_t {
        font-size: 24px;
    }

    .solution_bg .solution_ul ul li .txts img { /*margin-top:20px;*/
        width: 16%;
    }

    .solution_bg .solution_ul ul li .txts p {
        font-size: 12px;
        line-height: 18px;
        max-height: 180px;
    }
}

@media screen and (max-width: 1000px) {
    /*内页*/
    .o_big {
        background-size: auto 120%;
    }

    /*公司动态*/
    .news_con ul li .i_about_r .news_more {
        margin-top: 0.5%;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    /*企业荣誉*/
    .honor_ul ul li {
        width: 32%;
    }

    .honor_ul ul li:nth-child(4n+0) {
        margin-right: 2%;
    }

    .honor_ul ul li:nth-child(3n+0) {
        margin-right: 0;
    }

    /*工程案例*/
    .case_ul ul li {
        width: 32%;
    }

    .case_ul ul li:nth-child(4n+0) {
        margin-right: 2%;
    }

    .case_ul ul li:nth-child(3n+0) {
        margin-right: 0;
    }

    /*解决方案2*/
    .solution_con ul li h2 {
        font-size: 14px;
    }

    .b_link ul li {
        width: 19%;
    }

    .b_link ul li:nth-child(6n+0) {
        margin-right: 1.1%;
    }

    .b_link ul li:nth-child(5n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    /*内页*/
    .o_big {
        background-size: auto 130%;
    }

    /*硬件产品*/
    .product_a a {
        height: 46px;
        line-height: 46px;
    }

    /*公司动态*/
    .news_con ul li .i_about_r h3 {
        font-size: 14px;
    }

    /*公司介绍*/
    .about_div .i_one_div_txt .i_one_t img {
        width: 30px;
        margin-top: 3%;
    }

    .about_two ul li {
        line-height: 20px;
        font-size: 12px;
    }

    /*联络我们*/
    .contact_r h2 {
        font-size: 20px;
    }

    /*解决方案*/
    .solution_bg .solution_t {
        font-size: 20px;
    }

    .solution_bg .solution_ul ul li .txts img { /*margin-top:15px;*/
        width: 14%;
        margin-bottom: 3%;
    }

    .solution_bg .solution_ul ul li .txts h2 {
        font-size: 20px;
    }

    /*产品详细*/
    .product_con .td.vt {
        vertical-align: middle;
    }

    .product_con .txts .p1 {
        font-size: 14px;
    }

    .product_con .txts .p2 {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 830px) {
    /*内页*/
    .o_big {
        background-size: auto 140%;
    }

    /*公司动态*/
    .news_con ul li .i_about_r .news_more {
        display: none;
    }

    /*公司介绍*/
    .about_div .i_one_div_txt {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: 3%;
        padding-top: 2%;
    }

    .about_div .i_one_div_txt .i_one_con {
        max-width: none;
    }

    .about_div .i_one_div_img {
        width: 100%;
    }

    .about_two ul li {
        width: 97%;
        margin-bottom: 3%;
    }

    /*解决方案*/
    .solution_bg .solution_ul ul li {
        width: 49%;
    }

    .solution_bg .solution_ul ul li:nth-child(3n+0) {
        margin-right: 2%;
    }

    .solution_bg .solution_ul ul li:nth-child(2n+0) {
        margin-right: 0%;
    }

    /*解决方案2*/
    .b_link ul li {
        width: 24%;
    }

    .b_link ul li:nth-child(5n+0) {
        margin-right: 1.1%;
    }

    .b_link ul li:nth-child(4n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 780px) {
    /*内页*/
    .o_big {
        background-size: auto 150%;
    }

    /*硬件产品*/
    .product_a a {
        height: 42px;
        line-height: 42px;
    }

    .product_ul ul li {
        width: 49%;
    }

    .product_ul ul li:nth-child(3n+0) {
        margin-right: 1%;
    }

    .product_ul ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    /*公司动态详细*/
    .about_x .show_t {
        font-size: 20px;
        margin-top: 2%;
        margin-bottom: 0px;
    }

    .prenext {
        font-size: 14px;
    }

    .prenext span {
        width: 70px;
        font-size: 14px;
    }

    /*联络我们*/
    .contact_r h2 {
        font-size: 18px;
    }

    .map_div {
        width: 100%;
    }

    .contact_r {
        width: 94%;
        padding-top: 3%;
    }

    /*工程案例*/
    .case_ul ul li {
        width: 49%;
    }

    .case_ul ul li:nth-child(3n+0) {
        margin-right: 2%;
    }

    .case_ul ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    /*人才招聘*/
    .job_ul ul li {
        width: 50%;
    }

    .job_ul ul li:nth-child(3n+0) .job_div {
        border-right: 1px solid #e9e9e9;
    }

    .job_ul ul li:nth-child(2n+0) .job_div {
        border-right: 0;
    }

    /*解决方案2*/
    .solution_bg3 {
        background: none;
    }

    .solution_con ul li:nth-child(1) {
        width: 50%;
    }

    .solution_con ul li:nth-child(2) {
        width: 50%;
        padding-right: 0;
    }

    .solution_con ul li:nth-child(3) {
        width: 50%;
    }

    .solution_con ul li:nth-child(4) {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }

    .solution_con ul li:nth-child(5) {
        width: 50%;
    }

    .solution_con ul li .solution_box {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    /*内页*/
    .o_big {
        background-size: auto 160%;
    }

    /*公司动态*/
    .news_con ul li .imgs {
        width: 29%;
    }

    .news_con ul li .i_about_r {
        width: 68%;
    }

    /* 出版书籍列表页 books-list.htm */
    .news_con ul li.book-list-item a {
        gap: 12px;
    }

    .news_con ul li .book-list-cover {
        width: 110px;
        flex-basis: 110px;
        padding: 10px;
    }

    .news_con ul li .book-list-cover img {
        height: 120px;
    }

    .news_con ul li .book-meta {
        gap: 6px 14px;
        margin-bottom: 12px;
        line-height: 1.7;
    }

    .books-strip-shell {
        padding: 18px 18px 22px;
    }

    .books-strip-title {
        font-size: 18px;
    }

    .books-strip-swiper .ms-swiper__nav {
        top: auto;
        bottom: -2px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        box-shadow: none;
    }

    .books-strip-swiper .ms-swiper__nav--prev {
        left: calc(50% - 48px);
    }

    .books-strip-swiper .ms-swiper__nav--next {
        right: calc(50% - 48px);
    }

    .books-strip-swiper .ms-swiper__content {
        min-height: 60px;
        padding-bottom: 36px;
    }

    .exhibition-gallery-shell {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .exhibition-gallery-main-media {
        padding: 16px;
    }

    .exhibition-gallery-main-detail-link {
        padding: 0 16px 12px;
        font-size: 14px;
    }

    .exhibition-gallery-main-content {
        padding: 14px 16px;
    }

    .exhibition-gallery-main-title {
        font-size: 16px;
    }

    .exhibition-gallery-nav {
        top: auto;
        bottom: 74px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        box-shadow: none;
    }

    .exhibition-gallery-nav--prev {
        left: 10px;
    }

    .exhibition-gallery-nav--next {
        right: 10px;
    }

    .exhibition-gallery-thumbs {
        gap: 12px;
    }

    .exhibition-gallery-thumb {
        padding: 8px;
    }

    .exhibition-gallery-viewer {
        padding: 20px 56px;
    }

    .exhibition-gallery-viewer-dialog,
    .exhibition-gallery-viewer-dialog img {
        max-height: calc(100vh - 40px);
    }

    .exhibition-gallery-viewer-nav {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .exhibition-gallery-viewer-nav--prev {
        left: 8px;
    }

    .exhibition-gallery-viewer-nav--next {
        right: 8px;
    }

    .exhibition-gallery-viewer-close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
    }

    .social-focus-wrap {
        margin-top: 24px;
    }

    .social-focus-shell {
        flex-direction: column;
        gap: 12px;
    }

    .social-focus-main-caption {
        padding: 14px 16px;
    }

    .social-focus-main-caption h3 {
        font-size: 18px;
    }

    .social-focus-main-caption p {
        margin-top: 8px;
        font-size: 13px;
    }

    .social-focus-thumbs {
        flex: 0 0 auto;
        width: 100%;
    }

    .social-focus-thumbs-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .social-columns-wrap {
        margin-top: 32px;
    }

    .social-columns-list {
        display: block;
        gap: 0;
    }

    .social-columns-column + .social-columns-column {
        margin-top: 18px;
    }

    .social-columns-card-title {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.7;
    }

    .social-columns-card-desc,
    .social-columns-card-more,
    .social-columns-row-title,
    .social-columns-row-date {
        font-size: 13px;
    }

    .social-columns-row-link {
        gap: 10px;
        padding: 11px 0;
    }

    .media-list-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .media-channel-head {
        gap: 12px;
        padding: 10px 14px;
    }

    .media-channel-head-icon {
        font-size: 24px;
    }

    .media-channel-head-title {
        font-size: 16px;
    }

    .media-channel-head-sub {
        font-size: 14px;
    }

    .media-channel-grid {
        gap: 12px;
        margin-top: 12px;
    }

    .media-card {
        gap: 14px;
        padding: 14px;
    }

    .media-card-play {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .media-card-play-ring {
        border-width: 2px;
    }

    .media-card-play-icon {
        margin-top: -8px;
        margin-left: -2px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 13px;
    }

    .media-card-title {
        min-height: 38px;
        font-size: 14px;
    }

    .media-card-actions {
        gap: 8px;
        margin-top: 8px;
    }

    .media-card-action {
        font-size: 12px;
    }

    .media-card-action-download {
        padding: 0 10px;
    }

    .media-card-action-favorite {
        width: 28px;
    }

    .media-card-timeline {
        gap: 8px;
        margin-top: 10px;
    }

    .media-card-time {
        font-size: 11px;
    }

    .media-player-modal__dialog {
        width: calc(100vw - 24px);
        margin-top: 8vh;
        padding: 22px 18px 20px;
    }

    .media-player-modal__title {
        font-size: 20px;
    }

    .media-player-modal__player {
        min-height: 220px;
        margin-top: 18px;
    }

    /*企业荣誉*/
    .honor_ul ul li {
        width: 49%;
    }

    .honor_ul ul li:nth-child(4n+0) {
        margin-right: 2%;
    }

    .honor_ul ul li:nth-child(3n+0) {
        margin-right: 2;
    }

    .honor_ul ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    /*相关案例*/
    .case_ul ul li .txts {
        padding-left: 4%;
    }

    /*人才招聘*/
    .job_ul ul li h2 {
        font-size: 18px;
        height: 80px;
        line-height: 80px;
    }

    .job_ul ul li .p {
        font-size: 13px;
    }

    .job_ul ul li em {
        font-size: 13px;
    }

    /*解决方案*/
    .solution_bg .solution_t {
        margin-bottom: 5%;
    }

    .solution_bg .solution_ul ul li {
        width: 100%;
        margin-right: 0%;
    }

    .solution_bg .solution_ul ul li:nth-child(2n+0) {
        margin-right: 3%;
    }

    .solution_bg .solution_ul ul li .txts img {
        width: 21%;
    }

    /*产品详细*/
    .product_con .txts .p1 {
        font-size: 12px;
        line-height: 20px;
    }

    .product_con .txts .p2 {
        font-size: 12px;
        line-height: 22px;
    }

    .product_three_l {
        width: 50%;
    }

    .product_three_img {
        width: 48%;
    }

    /*解决方案2*/
    .b_link ul li {
        width: 32.5%;
    }

    .b_link ul li:nth-child(4n+0) {
        margin-right: 1.1%;
    }

    .b_link ul li:nth-child(3n+0) {
        margin-right: 0;
    }

    /*防伪code.html*/
    .fangwei_div .fangwei_con .imgs {
        width: 40%;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .fangwei_div .fangwei_con .fangwei_txt {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    /*内页*/
    .o_big {
        background-size: auto 170%;
    }

    /*硬件产品*/
    .product_a a {
        height: 36px;
        line-height: 36px;
        width: 48.4%;
    }

    /*公司动态详细*/
    .about_x2 .show_t {
        font-size: 22px;
        line-height: 30px;
    }

    /*公司介绍*/
    .about_div .i_one_div_txt .i_one_p {
        line-height: 18px;
        font-size: 12px;
    }

    /*相关案例*/
    .case_ul ul li .txts h2 {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    /*人才招聘*/
    .job_ul ul li .job_div {
        padding-bottom: 30px;
    }

    .job_ul ul li .job_txt {
        width: 90%;
    }

    .job_ul ul li h2 {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .job_ul ul li .p {
        font-size: 12px;
        line-height: 22px;
        padding-top: 20px;
    }

    .job_ul ul li em {
        font-size: 12px;
    }

    /*解决方案*/
    .solution_bg .solution_ul ul li .txts h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    /*内页*/
    .o_big {
        background-size: auto 180%;
    }
}

@media screen and (max-width: 320px) {
}

.writings-list{
    padding: 20px;
}

.writings-list-wrap {
    background-color: rgba(20, 66, 66, 0.3);
    margin: 30px auto;
}

.writings-list-wrap ul {
    list-style: none;
    padding-left: 0;
}

.writings-list ul li {
    overflow: hidden;
    padding: 2% 1%;
    border-bottom: 1px solid #144242;
    display: block;
}

.writings-list ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.writings-list-item-content {
    display: flex;
    min-height: 100px;
    flex-direction: column;
    line-height: 1.5;
}

.writings-list-link {
    display: block;
    text-decoration: none;
}

.writings-list-title {
    color: #144242;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.writings-list-summary {
    color: #144242;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}

.writings-list-readmore {
    text-align: right;
    color: #144242;
    line-height: 1.5;
}

.writings-list-link:hover {
    text-decoration: none;
}

.writings-list-wrap .news-list-item:hover {
    background-color: transparent;
}

.writings-list-link:hover .writings-list-item-content,
.writings-list-wrap .news-list-item:hover .writings-list-item-content {
    background-color: transparent;
}

.writings-list-link:hover .writings-list-readmore {
    color: #c30000;
}

.row.writings-title{
    display: flex;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
    --bs-gutter-x: 0;
    line-height: 60px;
    color: #144242;
    width: 90%;
    height: 60px;
    border-bottom: 1px solid #144242;
}

.writings-content {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #144242;
}

.writings-content img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto !important;
}

.writings-content .con_line {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #144242;
    border-bottom: 1px dashed #cccccc;
    text-align: center;
}

.writings-content .con_content {
    line-height: 30px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-align: left;
    padding: 40px;
    padding-bottom: 120px;
}

.writings-content h1 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #144242;
    font-weight: normal;
    padding: 50px 0;
    width: 60%;
    margin: 0 auto;
}

.writings-content table {
    border-collapse: collapse;
    border-spacing: 0;
}

.writings-content table td {
    line-height: 22px;
    height: 27px;
}
