.hwzb-cpld {
    display: block;
}

.hwzb-cpld::before {
    background: url(/imgs/mask.png);
}

.swp-list::before {
    content: "";
}

.swp-list {
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
    background: url(/imgs/hwzb/11.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    height: 27rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 25%;

}

.jj-boot {
    background: #24272a;
    width: 100%;
	overflow: hidden;

}

.jj-boot td {
    vertical-align: middle;
    width: 33%;
}

.big-left {
    width: 33%;
    padding: 300px 3%;
    font-size: 50px;
    color: white;
}

.big-left p {
    font-size: 28px;
    line-height: 30px;
    margin-top: 29px;
    color: #9c9c9c;
}

.md-01 {
    background: url(/imgs/hwzb/11.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    height: 50%;
}

.md-02 {
    background: url(/imgs/hwzb/22.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.nr-tit h3 {
    color: white;
    font-size: 35px;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
}

.nr-tit p {
    font-size: 1rem;
    color: #9c9c9c;
    width: 70%;
    margin: 0 auto;
}

.nr-tit h3 small {
    display: block;
    font-size: 20px;
}

.pros-list {
    display: inline-block;
    width: 49%;
    position: relative;
    margin-bottom: 3rem;

}

.pros-info {
    width: 90%;
    /* box-shadow: 0.5em 0.5em 1em #9c9c9c; */
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
    height: 23rem;
}

.big-name {
    position: absolute;
    top: 5%;
    left: 7%;
    font-size: 20px;
    font-weight: bold;
}

.pros-summay {
    width: 90%;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    position: absolute;
    left: 5%;
    height: 5rem;
    bottom: 0;
    overflow: hidden;
    border-top: #e50112 3px solid;
    cursor: pointer;
}
.pros-summay:hover{
    height:auto;
    word-break: break-all;
    text-overflow:unset;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:inherit; /** 显示的行数 **/
    overflow:auto;  /** 隐藏超出的内容 **/
    background:rgba(0, 0, 0, 0.4) url(/imgs/mask.png);
}
.pros-summay:hover p{
    height: auto;
    color: white;
}

.pros-summay p {
    width: 90%;
    padding: 10px 5%;
    overflow: hidden;
    border: none;
    line-height: 1.6;
    overflow: hidden;  /** 隐藏超出的内容 **/
    /*行数*/
}
.tab-pros{
    display: block;
    width: 100%;
    text-align: center;
    padding: 1px;
    margin-bottom: 5rem;
}
.tab-pros a{
    display: inline-block;
    width: 25%;
    font-size: 18px;
    border: #ccc 1px solid;
    padding: 12px 12px;
    margin-right:20px;
    cursor: pointer;
}
.tab-pros a.active{
background: #e50112;
color: white;
border: #24272a 1px solid;
}