:root {
            --primary-color: #0a7c45;
            --secondary-color: #1aa867;
            --accent-color: #116e3f;
            --light-bg: #edf7f0;
            --dark-text: #333333;
            --light-text: #ffffff;
        }

        .main-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .sub-title {
            font-size: 18px;
            font-weight: normal;
            line-height: 1.5;
        }
        
        .content-section {
            background-color: white;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .about-section {
            background-color: var(--light-bg);
        }
        
  
        
        .product-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
        }
        
        .product-item {
            background-color: var(--light-bg);
            padding: 15px;
            border-radius: 8px;
            flex: 1 1 45%;
            min-width: 250px;
        }
        
        .product-title {
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .highlight {
            font-weight: bold;
            color: var(--accent-color);
        }
        
        .exhibition-info {
            background-color: var(--primary-color);
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            margin: 30px 0;
        }
        
        .exhibition-details {
            font-size: 18px;
            margin: 10px 0;
        }
        
        .experience-section {
            counter-reset: experience-counter;
        }
        
        .experience-item {
            background-color: white;
            padding: 20px;
            margin-bottom: 15px;
            border-left: 4px solid var(--secondary-color);
            border-radius: 0 8px 8px 0;
        }
        
        .experience-item:before {
            counter-increment: experience-counter;
            content: "Experience " counter(experience-counter);
            font-weight: bold;
            color: var(--primary-color);
            display: block;
            margin-bottom: 10px;
            font-size: 18px;
        }
        
        .experience-title {
            font-weight: bold;
            font-size: 18px;
            color: var(--accent-color);
            margin-bottom: 10px;
        }
        
        .contact-section {
            background-color: var(--light-bg);
            text-align: center;
        }
        
        .cta-button {
            display: inline-block;
            background-color: var(--accent-color);
            color: white;
            padding: 12px 25px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 20px;
            transition: background-color 0.3s;
        }
        
        .cta-button:hover {
            background-color: var(--primary-color);
        }
        
        footer {
            background-color: var(--primary-color);
            color: white;
            text-align: center;
            padding: 20px;
            border-radius: 0 0 10px 10px;
        }
        
        .company-info {
            margin-bottom: 15px;
        }
        
        .contact-info {
            font-size: 14px;
        }
        
        .image-container {
            text-align: center;
            margin: 20px 0;
        }
        
        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        @media (max-width: 768px) {
            .product-item {
                flex: 1 1 100%;
            }
            
            .main-title {
                font-size: 24px;
            }
            
            .sub-title {
                font-size: 16px;
            }
        }

.popup-content .close-btn{
display: flex;
justify-content: flex-end;
cursor: pointer;
font-size: 14px;
color: #000;
position: absolute;
right: 20px;
}
.has-spinner{
border: none;
}
.acf-file-container {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.table {
overflow-x: auto;
display: block;
}
.breadcrumb-post{
padding: 10px 0  10px 0;
color: #999;
}
.breadcrumb-post a{
color: #999;
}
.entry-details table{
margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
margin: 1em 0.5em 1em !important;
border: none !important;
padding: 0 !important;
}
#chaty-widget-0 .chaty-widget {
right: 0px !important;
left: auto !important;
bottom: 35% !important;
}
#main-table tr th {
background: #2874a6;
color: #fff;
font-weight: 500;
text-align: center;
font-size: 1.5rem;
}
.custom-td-style {
color: #2874a6;
font-size:12px;
font-weight: bold;
}
.content-blog-area{
background: #f7f7f7;
padding: 10px;
border-radius: 20px;
}
.ul_text {
margin: 0;
padding: 0;
}
.list-bullet1 {
list-style: none;
padding-left: 10px;
}
.list-bullet1 li {
font-size: 18px;
line-height: 1.6;
margin-bottom: 8px;
position: relative;
padding-left: 5px;
}
.list-bullet1 li::before {
content: "●";
position: absolute;
left: -20px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
color: #003E95;
}
.list-bullet1 li span {
padding-left: 10px;
}
.mytableaa th {
font-size: 1rem !important;
}
.h1.unique-induction-title {
color: #003E95;
}
h2.unique-induction-subtitle {
color: #003E95;
margin-top: 2rem;
}
p.unique-induction-paragraph {
color: #000;
line-height: 1.6;
font-size: 16px;
}
ul.unique-induction-list {
margin: 10px 0;
padding-left: 20px;
list-style-type: none;
}
ul.unique-induction-list li{
margin-bottom: 10px;
margin-top: 10px;
position: relative;
}
li.unique-induction-list-item {
margin-bottom: 10px;
margin-top: 10px;
position: relative;
padding-left:25px;
}
li.unique-induction-list-item::before {
content: '●';
color: #003E95;
position: absolute;
left: -5px;
top: 0;
font-size: 8px;
line-height: 22px;
}
ul.unique-induction-list span {
color: #003E95;
font-size: 21px;
font-weight:600;
padding-right: 10px;
}
div.unique-induction-container {
padding: 0 20px;
}
.unique-induction-image {
display: block;
max-width: 100%;
height: auto;
margin: 20px 0;
}
.indus-height .indus-title a:hover{
color:#000
}
.indus-height:hover img {
transform: scale(1.03);
transition: transform 0.3s ease;
}
.indus-height{
background:#fff;
overflow: hidden;
margin-bottom: 0.2rem;
}
.post-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
gap: 50px; 
margin: 20px 0;
}
.post-item {
padding: 10px 20px;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
background: #fff;
transition: transform 0.3s ease;
}
.post-item:hover {
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.post-thumbnail img {
width: 300px;
height: 200px;
object-fit: cover;
margin: 0 auto;
display: block;
}
.post-title {
font-size: 1rem;
font-weight: bold;
margin: 5px 0;
}
.post-title a {
text-decoration: none;
color: #333;
}
.post-title a:hover {
color: #0073aa;
}
.post-date {
font-size: 0.75rem;
color: #666;
margin-bottom: 10px;
}
.pagination {
text-align: center;
margin: 20px 0;
width: 100%;
}
.pagination a {
padding: 2px 4px;
margin: 0 5px;
background: #0073aa;
color: #fff;
text-decoration: none;
border-radius: 2px;
transition: background-color 0.3s ease;
}
.pagination a:hover {
background: #005177;
}
.pagination .current {
background: #333;
color: #fff;
padding: 8px 12px;
border-radius: 4px;
}
.pro_abcd {
margin-top: 10px!important;;
}
.pro_abcd .prev, .pro_abcd .next {
position: static!important;
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
color: white;
border: none;
cursor: pointer;
z-index: 1;
font-size: 14px!important;
}
.pro_abcd a {
margin: 0 5px;
padding: 8px 16px;
text-decoration: none;
background-color: #003e95!important;
color: #fff;
border: 1px solid #ddd;
}
.blog-single-section .post .entry-details ul {
list-style: none; 
}
.blog-single-section .post .entry-details ul li {
position: relative;
padding-left: 1.5em;
}
.blog-single-section .post .entry-details ul li::before {
content: '';
position: absolute;
left: 0;
top: 0.5em;
width: 0.5em;
height: 0.5em;
background-color: #003E95; 
border-radius: 50%;
}
.blog-single-section .post .entry-title span{ color: #62798B;font-size: 2.2rem;font-weight: 600;letter-spacing: -0.2px;margin-bottom:1.5rem}
.blog-single-section .post .entry-title-arc h1{ color: #000;font-size: 2.2rem;font-weight: 600;letter-spacing: -0.2px;margin-bottom:1.5rem}
.blog-single-section .post .entry-details h2{ color: #000;font-size: 1.8rem;font-weight: 600;letter-spacing: -0.2px;margin-top: 50px;}
.blog-single-section .post .entry-details h3{ color: #000;font-size: 1.5rem;font-weight: 600;letter-spacing: -0.2px;}
.blog-single-section .post .entry-details h4{ color: #000;font-size: 1.25rem;font-weight: 600;letter-spacing: -0.2px;}
.blog-single-section .post .entry-details h5{ color: #000;font-size: 1.25rem;font-weight: 600;letter-spacing: -0.2px;}
.blog-single-section .post .entry-details h6{ color: #000;font-size: 1.25rem;font-weight: 600;letter-spacing: -0.2px;}
.blog-single-section .post .entry-details ul li{ color: #000;font-size: 1.1rem;line-height: 2.2rem;display: list-item;}
.blog-single-section .post .entry-details p{color: #000;font-size: 1.1rem;}
.blog-single-section .post .entry-details em{color: #000;font-size: 1.1rem;}
.blog-single-section .post .entry-details strong{color: #003E95;font-size: 1.1rem;}
.blog-single-section .post .entry-details td, th {
border: 1px solid #333;
padding: 10px;
color: #000;
}
#menu-2c36 {
display: flex !important;
justify-content: center;
}
#menu-2c36 li a{
color: #62798B;
font-size: 1.125rem;
font-weight: 300;
letter-spacing: -0.2px;
}
#menu-2c36 li a:hover{
color: #000;
}
.elementor-popup {
display: none;
position: fixed;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
overflow-y: auto;
background: #E8EBEE;
padding-bottom: 5rem;
}
.elementor-popup .close-btn {
position: absolute;
top: 20px;
right: 20px;
font-size: 30px;
cursor: pointer;
}
.elementor-popup.asss {
display: block!important;;
}
@media (max-width: 1024px) {
.elementor-popup {
padding-top:1rem;
}
#menu-2c36 li a{
font-size: 1rem;
}
.head_phone{display: none;}
}
.cate-data{
display: flex;
flex-direction: row;
gap: 80px;
justify-content: center;
}
.cate-data p{
color:#000!important;
font-size: 1.1rem;
margin-bottom: 0!important;
line-height: 36px;
}
@media (max-width: 768px) {
.cate-data{gap: 5px;}
.cate-data p {
font-size: 1rem;
line-height: 26px;
}
.subcategory {
flex-direction: column;
}

#relate_indu {
    background-color: white;
    padding: 2em;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s;
}
#relate_indu h2 {
    color: #003E95;
    transition: color 0.3s;
}
#relate_indu p {
    transition: color 0.3s;
    line-height: 20px
}
#relate_indu .indu_img_h {
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
    width: auto; 
    transition: right 0.3s;
}
#relate_indu img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 160px;
}
#relate_indu:hover {
    background-color: #E07A0C;
}
#relate_indu:hover h2 {
    color: #fff;
}
#relate_indu:hover p {
    color: #fff;
}
#relate_indu:hover .indu_img_h {
    right: 50%;
    transform: translate(50%, -50%);
    width: 180px;
}


.head_height{display: none;}
.zd_html{
display: flex;
align-content: center;
align-items: center;
justify-content: flex-end;
}
.container{width: 100%;}
#m_menu{display: none;height: 150vh !important;background: #E8EBEE;}
#menu-all{display: none;}
#menu-2c36 {
flex-direction: column;
max-width:calc(100% - 0px)!important;
width: 110em!important;
margin-top: 1rem!important;
padding-left: 15px!important;
padding-right: 15px!important;
}
#menu-2c36 li {
padding-left: .5rem !important;
margin-bottom: .2rem;
background: #fff;
}
#menu-2c36 li a{
font-size: 1rem;
color: #007cbc;
padding:0;
font-weight: 400;
background:#fff;
width:100%;
line-height: 50px;
}
#top_mecd {
display: none;
}
#top_mecd ul{
flex-direction: column;
max-width:100%;
width: 110em;
margin-top: 2rem;
padding-left: 15px;
padding-right: 15px;
z-index: 100;
}
#top_mecd ul li {
padding-left: .5rem !important;
margin-bottom: .2rem;
background: #fff;
}
#top_mecd ul li a{
font-size: 1rem;
color: #007cbc;
font-weight: 400;
background:#fff;
width:100%;
line-height: 50px;
padding: 0;
margin: 0;
}
#menu-toggle {
display: block;
cursor: pointer;
font-size: 2em;
color: #003e95;
background: none;
border: none;
text-align: center;
line-height: 60px;
}
.elementor-popup {
padding: 10px;
background: #E8EBEE;
top: 60px;
}
.elementor-popup .close-btn {
top: -10px;
right: 0;
font-size: 24px;
}
}
.down-size-type {
display: flex;
justify-content: space-between;
align-items: center;
}
.down-size {
display: flex;
}
.down-size p{
margin: 0 8px 0 0;
}
.thumbnail {
display: inline-block;
width: calc(24% - 20px);
margin: 10px;
padding: 10px 20px;
}
.thumbnail img {
width: 100%;
max-width: 230px;
height: auto;
padding: 5px;
border-radius: 5px;
transition: transform 0.3s;
}
.thumbnail img:hover {
transform: scale(1.05);
}
.thumbnail h3 {
width: 100%;
word-wrap: break-word;
font-size: 18px;
color: #003e95;
margin-top: 10px;
display: block;
min-height: 65px;
}

.modal-content .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.modal-content .close:hover,
.modal-content .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

#previewModal, #downloadModal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
padding-top: 60px;
}
@media screen and (max-width: 768px) {
.thumbnail {
width: calc(50% - 20px); 
}
.modal-content {
width: 95%;
}
.thumbnail img {
width: 80px;
}
.modal-content .close {
font-size: 24px;
}
}
@media screen and (max-width: 480px) {
.thumbnail {
width: calc(100% - 20px); 
}
.thumbnail img {
width: 60px;
}
.modal-content .close {
font-size: 20px;
}
}
.subcategory {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #dcdcdc;
margin-bottom: 40px;
margin-top: 3rem;
transition: all 0.3s ease;
overflow: hidden;
}
.subcategory:nth-child(odd) .ej_fl {
order: 1;
}
.subcategory:nth-child(odd) .ej_img {
order: 2;
}
.subcategory:nth-child(even) .ej_fl {
order: 2;
}
.subcategory:nth-child(even) .ej_img {
order: 1;
}
.subcategory .ej_fl {
padding: 1rem 2rem;
flex: 1;
transition: background-color 0.3s ease;
justify-content: center;
}
.subcategory .ej_img {
flex: 0 0 33%;
transition: transform 0.3s ease;
background-color: #F7F7F7;
display: flex;
justify-content: center;
}
.subcategory .ej_img img {
max-width: 260px;
}
.subcategory:hover{
background-color: #F7F7F7;
}
.subcategory:hover .ej_img img {
transform: scale(1.03);
}
.subcategory h2 {
margin: 0 0 10px;
}
.subcategory h2 a {
color: #003E95;
}
.subcategory h2 a:hover {
color: #004dba;
}
.subcategory p {
font-size: 1rem;
color: #000;
margin: 0;
}
.wpcf7-form p br {
display: none;
}
.wpcf7-form p {
margin-bottom: 0 !important;
}
.form_bg p{
display: flex;
flex-direction: column;
}
.form_bg{
border-radius: 10px;
}
.popup {
display: none;
position: fixed;
left: 30px;
top: 50%; 
transform: translateY(-50%); 
width: 100%;
max-width: 200px; 
background: #ddebff; 
box-shadow: none; 
border-radius: 5px; 
padding: 10px 10px;
overflow: hidden; 
align-items: center; 
justify-content: center; 
z-index: 100001;
}

#wpcf7-f1257-o1 {
max-width: 200px;
}
#wpcf7-f1257-o1 P{
margin-bottom: 0;
}
.clossse {
position: absolute;
top: 2px;
right: 10px;
font-size: 20px;
cursor: pointer; 
color: #000;
}

.wpcf7-form label {
font-weight:400;
width: 100%;
}

button, input, select, textarea {
border: 1px solid #999;
}
.clossse:hover,
.clossse:focus {
text-decoration: none; /* 无下划线 */
}
@media screen and (max-width: 920px) {
.popup {
display: none; /* 在屏幕宽度小于920px时不显示 */
}
}


/* 容器的宽度设置 */
.latest-posts-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

/* 每个文章项的样式 */
.latest-post-item {
    width: 32%;  /* 每个文章占据容器的三分之一 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* 文章封面图样式 */
.latest-post-item .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 文章内容样式 */
.latest-post-item .post-content {
    padding: 15px;
}

/* 文章标题样式 */
.latest-post-item .post-title {
    font-size: 1.25em;
    margin: 0 0 10px;
    color:#003E95;
}

/* 文章描述样式 */
.latest-post-item .post-description {
    font-size: 1em;
    margin-bottom: 15px;
    color: #555;
}

/* 文章日期样式 */
.latest-post-item .post-date {
    font-size: 0.875em;
    color: #777;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .latest-post-item {
        width: 48%;  /* 移动设备上每行显示两个文章项 */
    }
}

@media (max-width: 480px) {
    .latest-post-item {
        width: 100%;  /* 手机上每行显示一个文章项 */
    }
}

.attachment-list {
    display: flex;
    width: 1140px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px 20px; 
    margin:0 auto 5rem;
}

.attachment-item {
    width: calc(19% - 5px);
    text-align: center;
    transition: transform 0.3s ease;
    padding: 10px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.attachment-category{
    margin-top: 4rem;
}

.attachment-category h1 {
    text-align: center;
    font-size: 2.4rem;
    color: #000;
}

.attachment-thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
  transition: transform 0.3s ease;
}

.attachment-thumbnail img:hover {
  transform: scale(1.1); 
}

.attachment-list h2 {
    font-size:16px;
    word-wrap: break-word;
    text-align: left;
    text-transform: capitalize;
    color:#000;
    font-weight: normal;
}

.attachment-info{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.attachment-info span {
    font-style: italic;
    margin-right: 8px;
}
.has-spinner {
color: #fff;
background: #003e95;
}
.download-sss {
display:flex;
flex-direction: column;
}

.download-button {
    display: flex;
    padding: 5px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    justify-content: center;
}
.attachment-info .download-button{
	justify-content: center;
	font-size: 14px;
}

.downlaod-button a{
    color: #cce1ff;
    font-size: 1.5rem;
}
.download-button:hover {
    background-color: #004dba;
}
#download-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99999;
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
}
.closed-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
position: absolute;
}
@media (max-width: 768px) {
    .attachment-item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .attachment-item {
        width: 100%;
    }
}

.dl_search {
    max-width: 1000px;
    padding: 2rem 0 3rem;
    margin: 0 auto;
}

.dl_search form {
    display: flex;
    justify-content: flex-start;
    height: 3rem;
}
.ss_button{border:0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxOSIgaGVpZ2h0PSIxOSIgd2lkdGg9IjIwIiBmaWxsPSIjZmZmIiBzdHJva2U9InRyYW5zcGFyZW50Ij4KPHBhdGggZD0iTTE5LjcxLDE3LjRsLTQuNTMtNC4zM2E3Ljg0LDcuODQsMCwwLDAsMS43OC01QTguMzEsOC4zMSwwLDAsMCw4LjQ4LDAsOC4zMSw4LjMxLDAsMCwwLDAsOC4xMWE4LjMxLDguMzEsMCwwLDAsOC40OCw4LjExLDguNjgsOC42OCwwLDAsMCw1LjMzLTEuODFsNC41MSw0LjMxQTEsMSwwLDAsMCwxOSwxOWExLDEsMCwwLDAsLjY5LS4yOEEuODkuODksMCwwLDAsMTkuNzEsMTcuNFpNMiw4LjExQTYuMzgsNi4zOCwwLDAsMSw4LjQ4LDEuODgsNi4zOCw2LjM4LDAsMCwxLDE1LDguMTFhNi4zOSw2LjM5LDAsMCwxLTYuNTEsNi4yM0E2LjM5LDYuMzksMCwwLDEsMiw4LjExWiIvPgo8L3N2Zz4K);
    background-size: 48%;
    background-color: #003E95;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 3em;
    width: 3em;
}
.dl_search input[type="text"] {
  width: calc(100% - 130px);
  font-size: 16px;
    padding-left: 1rem;
}



