/* 装备研究院begin */

.zhuangbei .zhuangbei-banner {
    width: 100%;
}


.zhuangbei .zhuangbei-banner img {
    width: 100%;
}


.zhuangbei .title {
    font-size: 32px;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}

.zhuangbei .sub-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.zhuangbei .zhuangbei-container {
    max-width: 1200px;
    margin: 20px auto;
}

.zhuangbei .zhuangbei-content {
    display: flex;
    width: 100%;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mt60{
    margin-top: 60px !important;
}
.zhuangbei ul {
  list-style-type: none; /* 移除列表项目符号 */
  padding-left: 0; /* 移除默认的内边距 */
}

.zhuangbei ul li {
  margin: 0; /* 移除默认的外边距 */
}
.zhuangbei .list {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.zhuangbei .item {
    flex: 0 0 34%;
    height: 220px;
}

.zhuangbei .item img {
    height: 100%;
}

.zhuangbei .flex25 {
    flex: 0 0 25%;
}

.zhuangbei .step {
    padding: 10px 0;
}

.zhuangbei .step .step-item {
    width: 100px;
    height: 26px;
    line-height: 26px;
    padding: 6px 10px 6px 24px;
    text-align: center;

    background-color: #8C9CB5;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.zhuangbei .step .step-item::before,
.zhuangbei .step .step-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid transparent;
    border-left: 22px solid #fff;
    top: 0;
}

.zhuangbei .step .step-item::before {
    left: 0;

}

.zhuangbei .step .step-item::after {
    border-left-color: #8C9CB5;
    right: -41px;
}

.zhuangbei .step .step-item2 {
    background-color: #2b518e;
}

.zhuangbei .step .step-item3 {
    background-color: #1A3A6B;
}

.zhuangbei .step .step-item2::after {
    border-left-color: #2b518e;
}

.zhuangbei .step .step-item3::after {
    border-left-color: #1A3A6B;
}
.zhuangbei .step .more{
  height: 70px;
  width: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.zhuangbei .item2 .jiantou {
    text-align: center;
    height: 134px;
}

.zhuangbei .item2 {
    display: flex;
}

.zhuangbei .item2 .step,
.zhuangbei .item2 .txt {
    flex: 0 1 50%;
}

.zhuangbei .item2 .txt {
    font-size: 14px;
}

.zhuangbei .item3 {
    display: flex;
    border-radius: 10px;
    background: url(../images/item3bg.png) no-repeat;
    background-size: contain;
}

.zhuangbei .item3 .img,
.zhuangbei .item3 .txt {
    flex: 0 1 50%;
}

.zhuangbei .txt {
    height: 220px;
    display: flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 2;
}

.zhuangbei .txt .txt-item {
    text-indent: 1em;
    position: relative;
}

.zhuangbei .txt .txt-item::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* 装备研究院end */
/* 主要产品begin */

.zhuangbei .sub-title {
    text-align: center;
    font-size: 22px;
}


.zhuangbei .proList {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.zhuangbei  .li-item .txt {
    font-size: 16px;
    background-color: #f5f5f5;
    text-align: center;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.zhuangbei .li-item:hover .txt:before {
    opacity: 1;
    transform: scale(1);
}

.zhuangbei .li-item .txt:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #595757;
    z-index: 0;
    transform: scale(0.6);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.zhuangbei .li-item .txt span {
    display: inline-block;
    position: relative;
    z-index: 2;
}


.zhuangbei .li-item {
    flex: 0 0 16%;
    height: 320px;
}


.zhuangbei .li-item:hover .pic {
    display: none;
}

.zhuangbei .li-item:hover .hover-pic {
    display: block;
}

.zhuangbei .li-item .pic {
    overflow: hidden;
    height: 224px;
    text-align: center;
}

.zhuangbei .li-item .pic img,
.zhuangbei .li-item .hover-pic img {
    transition: all 0.3s;
    height: 100%;
    vertical-align: middle;

}

.zhuangbei .li-item .hover-pic {
    display: none;
    height: 224px;
    text-align: center;
}

.zhuangbei img {
    max-width: 100%;
    vertical-align: middle;
}

/* 主要产品end */
/* 产品差异begin */



.zhuangbei .item-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.zhuangbei .td2 {
    text-indent: 2em;
}


/* 主表格样式设置 */
.zhuangbei table {
    border: 2px solid #007BFF;
    /* 设置表格整体边框为3px宽，颜色为水蓝色 */
    width: 80%;
    /* 表格宽度占屏幕宽度的80%，以支持响应式设计 */
    margin: 20px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;


}

/* 设置表头和单元格的公共样式 */
.zhuangbei th,
.zhuangbei td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
    background-color: #F2F2F2;
}

/* 特定样式用于表头 */
.zhuangbei th {
    border-color: #0056b3;
    padding: 20px 10px;
}

.zhuangbei .poit {
    float: right;
    margin: 0 20px;
}

.zhuangbei .poit img {
    width: 60px;
}

.zhuangbei td {
    padding: 10px;
    text-align: center;
}

.zhuangbei td img {
    width: 10px;
}

.zhuangbei .bgw {
    background-color: #fff;
}

/* 产品差异end */
