* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hybz {
    width: 100%;
    position: relative;
}

.hybz .title {
    width: 100%;
}

.hybz-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.hybz-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.hybz-nav {
    width: 100%;
    margin: 40px auto;
    justify-content: space-between;
    display: flex;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.hybz-nav div {
    width: 20%;
    height: 50px;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FCF6F4;
    border-bottom: 2px #94070A solid;
}

.hybz .hybz-nav-active,
.hybz-nav div:hover {
    background: #94070A;
    color: #FFFFFF;
}

.hybz-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hybz-card {
    width: 30%;
    background: #FCF7F4;
    box-shadow: 0 0 5px #c0bebe;
    padding: 50px 30px;
    text-align: center;
    margin: 0 1.5% 30px 1.5%;
    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-end; */

}
.hybz-card img{
   margin: 0 auto;
}
.hybz-card p {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin: 20px 0;
    position: relative;
  
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100rpx; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    word-break: break-all;
    word-wrap: break-word; 
  

}

.hybz-but {
    background: #94070A;
    border-radius: 25px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .hybz-card {
        width: 45%;
    }.hybz {
       
        padding: 0 15px;
       
    }
}

@media screen and (max-width:861px) {
    .hybz-card {
        width: 100%;
    }
}

#bg-xxx {
    width: 100%;
    height: 100%;
}


/*  */

#cha {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #3C3C3C;
    border-radius: 0px 0px 0px 100px;
    opacity: .5;
    text-align: center;
    line-height: 100px;
    z-index: 999;
    cursor: pointer;
    padding-left: 40px;
    padding-top: 25px;
}

#bg-xxx {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998
}

#hybz-bg {
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: .5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

#bg-xxx.foot,
.hybz-djck.foot {
    display: block;
}

.hybz-djck {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    background: url("/template/default/skin/css/../images/hybz-bg.png") no-repeat center center/cover;
    height: 80%;
    width: 80%;
    z-index: 66;
    padding: 5%;
    text-align: left;
    display: none;
    z-index: 9999;
}

.hybz-djck h4 {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #880608;
    margin-bottom: 20px;
}

.hybz-djck p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.hybz-djck span {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
}

.djck-xian {
    width: 100%;
    height: 5px;
    background: #F0AD4E;
    margin: 30px 0;
}

.djck-tab {
    width: 100%;
    display: flex;
}

.djck-tab {
    border-bottom: 1px dashed #880608;
    padding: 15px 0;
}

.djck-tab:last-child {
    border-bottom: none;
}

.tab-one {
    width: 20%;
}

.tab-two {
    width: 40%;
}

.tab-three {
    width: 20%;
}

.tab-four {
    width: 20%;
}


@media screen and (max-width:780px) {
	.hybz-nav div{width: 23%;}
}
@media screen and (max-width:560px) {
	.hybz-nav{flex-wrap: wrap;}
	.hybz-nav div{width: 48%;margin-bottom: 4%;}
	
}