
    /* 主容器 */
    .art-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        font-family: Arial, sans-serif;
        line-height: 1.7;
    }

    /* 共用标题样式 */
    .art-section-title {
        font-size: 20px;
        color: #333;
        margin: 30px 0 15px;
        padding-bottom: 8px;
        border-bottom: 2px solid #eee;
    }

    /* 顶部banner */
    .art-banner {
        margin-bottom: 30px;
    }
    .art-title {
        font-size: 26px;
        color: #222;
    }
    .art-top {
        margin-top: 15px;
    }
    .art-main-img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }
    .art-desc {
        color: #555;
        margin: 10px 0;
    }

    /* 咨询按钮 */
    .art-inquiry {
        margin: 20px 0;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .art-inquiry img {
        height: 55px;
    }

    /* 联系方式 */
    .art-contact ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
        display: flex;
        justify-content: space-around;
    }
    .art-contact li {
        margin: 6px 0;
    }
    .art-tel a {
        color: red !important;
        font-weight: bold;
    }

    /* 客户案例 */
    .art-case {
        margin: 40px 0;
    }
    .art-case-list ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .art-case-item {
        width: calc(25% - 12px);
    }
    .art-case-item img {
        width: 100%;
        height: auto;
    }
    .art-case-item h5 {
        text-align: center;
        margin: 8px 0 0;
        font-size: 14px;
    }

    /* 图片相册 */
    .art-gallery {
        margin: 30px 0;
    }
    .art-gallery-main {
        overflow: hidden;
        margin-bottom: 15px;
    }
    .art-gallery-info{
        position: absolute;
        width: 240px;
        height: 165px;
        opacity: 1;
        display: none;
    }
    .art-gallery-thumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .art-gallery-thumbs img {
        width: 160px;
        height: auto;
    }
    .art-service-btn a {
        display: inline-block;
        padding: 8px 20px;
        background: #eee;
        color: #333;
        text-decoration: none;
        margin-top: 10px;
    }


    .art-process-content{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .art-features>table{
        width: 840px;
        background-color: transparent;
    }
    .art-features>table tr{
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    /* 产品详情模块 */
    .art-features,
    .art-process,
    .art-params {
        margin: 35px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .art-params-note {
        font-size: 13px;
        color: #666;
        margin-top: 10px;
    }

    .art-features img{
        width: 100%;
        height: auto;
    }



    .tabla-box td{
        text-align: left;
        border: 1px #E3E6E8 solid;
    }
    .tabla-box strong{
        line-height: 60px;
    }


.art-banner p{ width:100%; line-height:1.5rem; font-size:1rem;}
.pro-contact{margin:0 auto; text-align:center; width:100%; clear:both; font-size:1rem;}
.art-banner ul{ margin-top:1.2rem;}
.art-banner li{ float:left; margin-right:1rem; text-indent:1rem; line-height:1.5rem; padding-left:1.5rem; margin-top:1rem;}
.art-banner .art-skype{ background:url(/templets/temp2017/images/pro-1.jpg) no-repeat 0 center;}
.art-banner .art-tel{ background:url(/templets/temp2017/images/pro-2.jpg) no-repeat 0 center;}
.art-banner .art-email{ background:url(/templets/temp2017/images/pro-3.jpg) no-repeat 0 center;}
.art-banner .art-whatsapp{ background:url(/templets/temp2017/images/pro-4.jpg) no-repeat 0 center;}


    /* 移动端适配 */
    @media (max-width:768px){
        .art-case-item {
            width: calc(50% - 10px);
        }
        .art-inquiry {
            flex-direction: column;
        }

        .art-contact ul{
            flex-direction: row;
            flex-wrap: wrap;

        }
    }
