.gongshi-list {
    max-width: 960px;
    margin: 0 auto;}

.gongshi-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;}

.gongshi-list-item.animated {
    display: flex;}

.gongshi-list-item:hover {
    background-color: #f8f8f8;
    color: #333;}

.gongshi-list-title {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 20px;}

.gongshi-list-date {
    flex-shrink: 0;
    color: #888;
    font-size: 14px;
    white-space: nowrap;}

.gongshi-detail {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
    font-size: 15px;
    line-height: 1.9;}

.gongshi-back {
    margin-bottom: 24px;}

.gongshi-back a {
    color: #666;
    text-decoration: none;}

.gongshi-back a:hover {
    color: #333;
    text-decoration: underline;}

.gongshi-main-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 12px;
    color: #222;}

.gongshi-sub-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #222;}

.gongshi-content {
    margin-bottom: 36px;}

.gongshi-content p {
    margin: 0 0 16px;
    text-align: justify;}

.gongshi-content a {
    color: #0066cc;}

.gongshi-sign {
    text-align: right;
    margin: 40px 0 36px;
    line-height: 1.8;}

.gongshi-sign p {
    margin: 0;}

.gongshi-attachments {
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;}

.gongshi-attachments h3 {
    font-size: 16px;
    margin: 0 0 16px;
    color: #222;}

.gongshi-attachments ul {
    list-style: none;
    margin: 0;
    padding: 0;}

.gongshi-attachments li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;}

.gongshi-attachments a {
    color: #0066cc;
    text-decoration: none;}

.gongshi-attachments a:hover {
    text-decoration: underline;}

.gongshi-file-size {
    color: #999;
    font-size: 13px;
    margin-left: 8px;}

/* 留言表单：仅显示输入框占位提示，隐藏左侧标签文字 */
.w-form .w-form-UL .w-label-form {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    float: none !important;
}

.w-form .w-form-UL .w-form-fr {
    margin-left: 0 !important;
}

.w-form .form-captcha-submit-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;}

.w-form .form-captcha-submit-row .w-form-code {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;}

.w-form .form-captcha-submit-row .captcha-code {
    flex: 0 0 auto;
    display: inline-block;
    min-width: 80px;
    padding: 6px 10px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.4;
    text-align: center;
    color: #333;
    background: linear-gradient(135deg, #f3f3f3 0%, #e8e8e8 100%);
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-family: Consolas, Monaco, monospace;}

.w-form .form-captcha-submit-row .captcha-code:hover {
    background: linear-gradient(135deg, #eee 0%, #ddd 100%);}

.w-form .form-captcha-submit-row .w-form-submit {
    flex: 0 0 auto;
    margin: 0 0 4px;}

.w-form .form-captcha-submit-row .w-form-submit .w-buttom {
    margin: 0;}

.w-form .form-captcha-submit-row .w-form-submit .w-buttom .btn-default-w {
    width: auto !important;
    min-width: 5.5em;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;}

.w-form-code .captcha-row {
    margin-bottom: 0;}

.w-form-code .captcha-fr {
    display: block;}

.w-form-code .captcha-input {
    width: 100% !important;
    max-width: none;
    box-sizing: border-box;}

@media (max-width: 767px) {
    .w-form .w-form-UL .w-form-fr {
        margin-left: 0 !important;}

    .w-form .form-captcha-submit-row {
        flex-wrap: wrap;
        align-items: flex-end;}

    .w-form .form-captcha-submit-row .w-form-code {
        flex: 1 1 100%;
        width: 100%;}

    .w-form .form-captcha-submit-row .captcha-code {
        margin-left: auto;}

    .w-form .form-captcha-submit-row .w-form-submit {
        flex: 0 0 auto;}

    .w-form .form-captcha-submit-row .w-form-submit .w-buttom .btn-default-w {
        width: auto !important;}

    .gongshi-list-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px 12px;}

    .gongshi-list-date {
        font-size: 13px;}

    .gongshi-main-title {
        font-size: 18px;}

    .gongshi-sub-title {
        font-size: 16px;}

    .gongshi-detail {
        font-size: 14px;}
}

/* 从内联 style 迁出的通用样式 */
.w-nav .nav_inner > li > a,
.w-nav .nav_inner > li > .li-parent-div > a {
    font-weight: bold;}

@media (min-width: 960px) {
    .w-nav .nav_inner > li > a,
    .w-nav .nav_inner > li > .li-parent-div > a {
        font-weight: bold;}
}

.is-hidden {
    display: none;}

@media (max-width: 767px) {
    .bannerBox {
        width: 100%;
        margin-left: 0;}
}

.w-space.space-h20 {
    height: 20px;}

.w-space.space-h35 {
    height: 35px;}

.w-space.space-h40 {
    height: 40px;}

.contact-title-bold {
    font-weight: bold;}

.contact-company-name {
    color: #444;
    font-size: large;
    background-color: transparent;}

.contact-text-plain {
    background-color: transparent;}

.w-form .w-textarea-form {
    height: 5em;}

.w-simImg {
    cursor: pointer;
    text-align: center;}

.w-simImg a {
    cursor: default;}

.w-productList .aspectRatio {
    padding-bottom: 75%;}

.w-prd-infobox {
    text-align: center;}

.w-prd-sum.is-hidden,
.w-productList .w-prd-sum.is-hidden {
    display: none;}

.w-productList1 .g-f64376208dc94d8983b91829dcaebc40 {
    width: 33.32%;}

/* 关于我们 */
#section-503860,
.section-about {
    color: #ffffff;}

.about-copy {
    color: #000;
    font-size: 18px;
    font-family: Calibri, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.7;}

.about-copy p {
    margin: 0;
    text-indent: 2em;
    direction: ltr;
    unicode-bidi: embed;}

.about-copy .about-name {
    font-weight: bold;}
