﻿


.fixtop {
    height: 65px !important;
    line-height: 65px !important;
    background: #f5f5f5;!important;
}

.fixtop.active {
    background: #f5f5f5 !important; /* 添加 !important */
  }

.fixtop1 {
    height: 65px !important;
    line-height: 65px !important;
}

.toper {
    height: 65px !important;
    line-height: 65px !important;
}

/* 覆盖浮动，确保Flex项目正常参与布局 */
.fixtop .toper .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; /* 防止内部元素溢出容器 */
}

/* 清除浮动对Flex项目的影响，并重新定义顺序和弹性 */
.fixtop .toper .wrap > .logo {
    float: none; /* 必须清除浮动 */
    order: 1;
    flex-shrink: 0;
    /* 可以考虑保留或调整外部CSS中的尺寸，或根据Flex布局需要调整 */
    /* width: 336px; */
    /*height: 45px;*/
    width: 133px;
    height: 38px;
}

.fixtop .toper .wrap > .btnopen {
    background: url(../images/1-2.png) no-repeat bottom;
    float: none; /* 必须清除浮动 */
    order: 3;
    flex-shrink: 0;
    width: 30px; /*根据Flex布局需要决定是否保留 */
    height: 42px;
    /* 调整margin，Flex布局中通常使用其他方式对齐 */
    margin: 0;
    margin-bottom: 10px;
}

.fixtop .toper .wrap > .navpc {
    float: none; /* 必须清除浮动 */
    order: 2;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    justify-content: left; /* 或其他你需要的对齐方式 */
}

/* 确保navpc内部的列表项正确排列 */
.fixtop .toper .wrap > .navpc span {
    display: flex;
    white-space: nowrap;
}

/* 针对.navpc内的li和a元素，可能需要调整以适应Flex布局 */
.fixtop .toper .wrap > .navpc li {
    display: inline-block; /* 或者使用 flex 布局，根据需求选择 */
    height: 65px;
}

/* 如果外部CSS设置了高度/行高影响垂直居中，可能需要调整 */
.fixtop .toper .wrap > .navpc li a {
    /* height: 111px; 外部CSS的值，可能影响垂直居中 */
    /* line-height: 115px; 外部CSS的值，可能影响垂直居中 */
    /* 在Flex布局中，通常使用align-items: center;来实现垂直居中 */
    /* 可以考虑重置高度和行高，让Flex布局来控制对齐 */
    display: flex;
    align-items: center;
}


.fixtop { height:85px; line-height:85px; background:#fff}
.fixtop .toper .logo {margin-top:16px;}
.fixtop .toper .btnopen {margin-top:32px}
.fixtop .toper ul.navpc li a { height:81px; line-height:85px;}
.tblank { height:120px}

.fixtop .toper ul.navpc li.m2 { display:none}
.fixtop .toper ul.navpc li.m2 a:hover {border-color:transparent}

/*隐藏顶部导航栏主链接*/
.fixtop .navpc spanxxxx { display:none;}

.fixtop .toper ul.navpc li.m2 { display:block}


.fixtopvi .toper .navpc .btnopen {margin:0}

.fixtop1 .toper ul.navpc li a, .fixtop1 .toper ul.navpc li.check a {
    color: #131212;
    border-color: transparent;
}

/* 甚至重复类名以提高特异性 (0, 3, 0) */
.fixtop1 .toper .btnopen.btnopen {
    xxxbackground-position: center;
}




.tblank {
    display: contents;
}


/* 基础样式：统一背景附着方式为scroll */
.bxslider li a {
    background-position: center center !important;
    height: 360px;
    background-position: center;
    background-size: cover;
}

.indchoose ul {
    background: #fff;
    border-radius: 8px;
    margin: 6px 0;
}


/* */
.indcasecons {
    xxx-padding: 20px 0;
    padding: 3%;
}

.indcasecons {
    display: contents;
}
.indcasecons .mright {
    padding-top: 20px;
    xxx-display: block;

    display: flex; /* 将父容器设置为flex容器 */
    align-items: center; /* 可选：使子元素在交叉轴上居中（垂直居中） */
    flex-wrap: nowrap; /* 可选：防止子元素换行，默认就是nowrap */
    xxwidth: 40%;

 

}

.indcasecons .mleft {
    padding-top: 20px;
    float: left;
    width: 55%;
    xxx-font-size: 26px;
    xxx-line-height: 56px;

    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
 
}



.about .mright li .list .c {
    line-height: 25px;
    height: 180px;
}


.indsolution {
    text-align: left;
}

.foot li.tel .cons .f1 img {
    width: 180px;
}

.mright .tel .t img
{
    max-width: 260px;
}




.indcasecons .mleft .c {
    line-height: 80px;
}

@media only screen and (max-width: 1600px) {
    @media only screen and (max-width: 1200px) {
        
        .indcasecons .mleft .t {
            font-size: 20px;
            line-height: 28px;
            width: 75%;
        }
        .indcasecons .mleft .c {
            font-size: 18px;
            line-height: 50px;
            width: 75%;
        }
        .mright .tel .t img
        {
            max-width: 160px;
        }

    }
}


/*文字区块底部留空*/
.about .mright li .list .c {
    line-height: 25px;
    height: 80px;
}




/*底部TEL*/
.foot li.tel .f3 {
    font-family: 'CAI978';
    font-size: 22px;
    height: 60px;
}
.foot li.tel .cons .f3 img {
    width: 200px;
}

@media only screen and (max-width: 1600px) {
    @media only screen and (max-width: 1200px) {
        .foot li.tel .cons .f3 img {
            width: 200px;
        }
    }
}


/*一直显示底部TEL+WX+QQ咨询图标*/
@media only screen and (max-width: 1600px) {
    @media only screen and (max-width: 640px) {
        .indsolution .content, .indcase .cate3, .indcus, .indnews, .foot ul, .foot .mright {
            display: block;
        }
    }
}



.single_item { 
    display: inline-block;
    vertical-align: top;
    width: 15.9%;             /*默认一行5个 100除于5 19%*/
    margin: 0.2%;
    position: relative;
    overflow: hidden;
    min-height: 300px; /* 关键：添加最小高度 */
    border-radius: 10px; /* 设置圆角半径 */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 28px;
}


@media only screen and (max-width: 1600px) {

    @media only screen and (max-width: 1380px) {   /*中等宽度一行3个*/
        .single_item {
            width: 24.2%;
        }
    }    
@media only screen and (max-width: 1080px) {   /*中等宽度一行3个*/
    .single_item {
        width: 32%;
    }
}
@media only screen and (max-width: 768px) {   /*最小宽度一行2个 100除于2 48%*/
    .single_item {
        width: 48%;
    }
}

}


.conslist {
    xxposition: relative;
    display: flex;
    height: 100%;
    min-height: 250px;
    flex-direction: column;
    justify-content: flex-end;
}

/* 其他样式保持不变 */

.conslist .cons {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: #f5f5f500;
    color: #f5f5f5;
    opacity: 0;
}


.conslist .cons .down {
    background: url() no-repeat center;
    width: 46px;
    height: 46px;
    position: absolute;
    color: #d8d6d1;
    z-index: 4;
    bottom: 15%;
    right: 10%;
}



.pcover {
    xxheight: calc(100% - 50px); /* 减去价格区域的高度 */
    flex: 1;
    width: 100%;
    xxheight: 200px; /* 设置固定高度 */
    min-height: 200px;
    overflow: hidden;
    height: 80%;
}

.pcover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.exc {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: 3px 12px;
    font-size: 12px;
    z-index: 90;
    border-radius: 0 0 15px 15px;
    padding-top: 15px;
}

.exc ::selection{
    background: #d2cdc8 !important;
    color: #0d0c0c !important;
}


.exc .title {
    display: grid;
    grid-template-columns: 4fr 1fr;
    xxgrid-template-rows: 1fr 1fr;
    gap: 5px;
    flex-shrink: 0;
    padding: 1px 1px;
    text-align: right;
    font-size: 12px;
    height: 25px;
    z-index: 100;
    border-radius: 0 0 15px 15px;
}

.exc .title p,.exc .title b{
    xxxfont-size: 12px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    xxoverflow: hidden;
    xxtext-overflow: ellipsis;
    white-space: nowrap;
}
.exc .title b{
    font-size: 23px;
    color: #dbd7d8;
}
.exc .title p{
    xxxfont-size: 12px;
    xxxmargin: 0;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.2; /* 设置行高 */
    max-height: 2.4em; /* 限制最大高度为2行 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示2行 */
    -webkit-box-orient: vertical;
    text-align: left;
}




.exc .tag {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    flex-shrink: 0;
    padding: 1px 1px 5px 1px;
    text-align: left;
    color: #c7c7de;
    z-index: 100;
    border-radius: 0 0 15px 15px;
}