/*
.article-content{
	white-space: pre-wrap!important;
}
.article-content table{
	white-space: normal!important;
}*/
table p{
	margin-bottom: 0rem!important;
}
.article-content p{
  margin-bottom: 0rem!important;
}
.portfolio-details .portfolio-description p {
    line-height: 32px!important;
}

.article-content p{
  margin-bottom: 0px!important;
}

.img-banner {
	margin-top: 70px;
	width: 100%;
	/* 	min-height: 200px;
	max-height: 350px; */
	object-fit: contain;
}

/* @media screen and (max-width: 768px){
	.img-banner{
			margin-top: 70px;
			width: 100%;
			object-fit:contain;
	}
} */

.text-shadow {
	color: #fff;
	font-weight:600;
	text-shadow: 0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555 !important;
}

.text-shadow-small {
	color: #fff;
	font-size:18px;
	font-weight:600;
	text-shadow: 0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555,
		0 0 4px #555 !important;
}


.text-truncate-1 {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.text-truncate-2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.portfolio-details img {
/*	width: 100%;*/
}

/* .box 矩形div，宽度是.wrap的百分百，这主要是为了方便高度的计算 */
.img-box169 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*防止矩形被里面的内容撑出多余的高???*/
	height: 0px;
	/* 16:9padding-bottom:65.25%???:3padding-bottom:75% */
	padding-bottom: 56.25%;
	position: relative;
	/* background: pink; */
	border: 1px solid #eee;
}

/* 矩形里面的内???，要设置position：absolute，才能设置内容高???00%和矩形一???*/
.img-box169 img {
	width: 100%;
	height: 100%;
	position: absolute;
	/*object-fit: contain*/
}

.img-box169-v {
	margin: 0px;
	padding: 0px;
	width: auto;
	/*防止矩形被里面的内容撑出多余的高???*/
	height: 100%;
	/* 16:9padding-bottom:65.25%???:3padding-bottom:75% */
	padding-bottom: 141.43%;
	position: relative;
	/* background: pink; */
	border: 1px solid #eee;
}

/* 矩形里面的内???，要设置position：absolute，才能设置内容高???00%和矩形一???*/
.img-box169-v img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: contain
}

.img-full-box169 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*防止矩形被里面的内容撑出多余的高???*/
	height: 0px;
	/* 16:9padding-bottom:65.25%???:3padding-bottom:75% */
	padding-bottom: 56.25%;
	position: relative;
	/* background: pink; */
	border: 1px solid #eee;
}

/* 矩形里面的内???，要设置position：absolute，才能设置内容高???00%和矩形一???*/
.img-full-box169 img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: full
}

.zl-img {
	position: relative;
}

.zl-img-text {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	background: #000;

	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.zl-img-text div {
	color: #fff;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.zl-img-text {
		top: 86%;
	}

	.section-title h2 {
		margin-bottom: 12px !important;
		padding-bottom: 12px !important;
	}

	.services .icon-box {
		margin: 4px !important;
		padding: 4px !important;
	}

	section {
		padding: 15px 0 !important;
	}
	
	.mt-4 {
	    margin-top: 0.5rem!important;
	}
}

/** 瀹㈡湇 **/
.lineBox{
        position: fixed!important;
        bottom: 30%;
        right: 0px;
        left: auto;
        z-index: 999999;
    }
    .lineBox .lineItem{
        cursor: pointer;
        width: 50px;
        height: 55px;
        background: #2d8cf0;
        margin-bottom: -4px;
        color: #fff;
        line-height: 55px;
        text-align: center;
        position: relative;
    }
    .lineItem .layui-icon{
        font-size: 26px;
    }
    .lineItem:hover{
        opacity: 0.8;
    }
    .lineTop{
        margin-top: 4px;
    }
    .lineTip{
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0,0,0,.2);
        position: absolute;
        top:0px;
        right: 59px;
        color: #000;
        padding: 0 10px;
        background: #fff;
        display: none;
    }
    .lineTip:before, .lineTip:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left-color: rgba(255,255,255,1);
        right: -16px;
        top: 10px;
        z-index: 1;
    }

    .lineTip:after{
        right: -18px;
        border-left-color: rgb(237,237,237);
        z-index: 0;
    }
    .lineWechat{
        width: 100px;
        height: 100px;
        padding: 8px;
    }
//////////////// right_bar2.html
floating_ck dl,dd,dt{margin:0;padding:0;}

.floating_ck{position:fixed;right:10px;top:30%;z-index:1000;}
.floating_ck dl dd{position:relative;width:50px;height:50px;background-color:#3498db;border-bottom:solid 1px #2d86c1;text-align:center;background-repeat:no-repeat;background-position:center 50%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#3ad1ff;border-bottom:solid 1px #00a5f7;}
.floating_ck dl dd:hover .floating_left{display:block;}
.wechat2{background-image:url(/img/kf/wechat2.png);}
.wechat{background-image:url(/img/kf/wechat.png);}
.qq{background-image:url(/img/kf/qq.png);}
.tel{background-image:url(/img/kf/tel.png);}
.mobile{background-image:url(/img/kf/mobile.png);}
/* .qrcord{background-image:url(/img/kf/erweima.png);} */
/* .return{background-image:url(/img/kf/fanhui.png);} */
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;/* height:80px; */background-color:#3ad1ff;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:50px;}
.floating_ewm{/* height:260px; */top:-80px;}
.floating_ewm i{background-image:url(img/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}

.floating_left a{ text-decoration:none;}

/////////////////////////////////////////////
.pc-show{display: block!important;}
@media (max-width: 768px){.pc-show{display: none!important;}
	
.word-table-div{
	margin:0;
	padding:0;
	overflow-x:auto;
	/* overflow-y:auto; */
	width:100%;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  text-align: center;
  padding: 0px;
}
.clients img {
  max-width: 55%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 75%;
  }
}

/*************************************************************
 *   article-content 内容里表格
 *************************************************************/
/* zltx.css - 微逆变器参数对比表样式 */

/* 表格容器样式 */
.article-content .param-table-container {
    max-width: 1000px;
    margin: 20px auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* 表头样式 */
.article-content .param-table-header {
    background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
    color: white;
    padding: 16px;
    text-align: center;
}

.article-content .param-table-header h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.article-content .param-table-header p {
    opacity: 0.85;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2;
}

/* 表格基本样式 */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    color: #333; /* 统一文本颜色为深灰色 */
}

/* 列宽设置 */
.article-content table col:nth-child(1) {
    width: 14%;
}

.article-content table col:nth-child(2) {
    width: 31%;
}

.article-content table col:nth-child(3),
.article-content table col:nth-child(4) {
    width: 27%;
}

/* 表头样式 */
.article-content table thead th {
     padding: 8px 12px;
    text-align: left;
    border-bottom: 2px solid #2980b9;
    background-color: #3498db;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

/* 产品列特殊样式 */
.article-content table thead th:nth-child(3),
.article-content table thead th:nth-child(4) {
    background-color: #e74c3c;
    text-align: center;
    border-bottom: 2px solid #c0392b;
}

/* 表格单元格基本样式 */
.article-content table td {
	text-align: center;
	vertical-align: middle;
    padding: 6px 6px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: top;
}

/* 参数类别列样式 */
.article-content table tbody tr > td:first-child {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

/* 参数说明列样式 */
.article-content table tbody td:nth-child(2) {
    padding-top: 6px;
}

/* 参数标题样式（传统深色） */
.article-content table tbody td:nth-child(2) > span:first-child {
    font-weight: 600;
    color: #333; /* 深灰色标题 */
    margin-bottom: 4px;
    display: block;
}


/* 数值列样式 */
.article-content table tbody td:nth-child(3),
.article-content table tbody td:nth-child(4) {
    text-align: center;
    vertical-align: middle;
    color: #333; /* 深灰色数值 */
    font-weight: 500; /* 数值稍微加粗 */
}

/* 表格底部样式 */
.article-content .param-table-footer {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    color: #666; /* 深灰色底部文本 */
    font-size: 14px;
}

.article-content .param-table-footer p {
    margin: 0;
}

.article-content .param-table-footer p + p {
    margin-top: 8px;
}

/* 行分隔效果 */
.article-content table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
} 
