.htjq .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.htjq h1 {
    font-size: px;
    color: #0a3899;
    margin-bottom: 20px;
    letter-spacing: 0.5rem;
}

.htjq hr {
    width: 100%;
    height: 4px;

    background-color: #4e43e6d2;
    margin: 100px;
}
.htjq .htjqlct :hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: scale(2);
    
}
.htjq .cxjimg {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  
}

.htjq .cxjimg .module {
    width: 50%;

}

.htjq .cxjimg img {
    width: 80%;
    margin: 50px;

}
.htjq .cxjimg img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: scale(2);
}

.htjq .htjqimgitem img {
    border: 1px solid #ccc;
    margin: 50px 0;
    width: 40%;

}
.htjq .title {
    position: relative;
}
.htjq p strong {
    font-size: 18px;
    color: #0a3899;
    margin-right: 5px;
}

.htjq p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.htjq .container .co-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 23%;
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 14px;

    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.htjq .container .co-item:hover {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);


}

.htjq .container .co-item img {
    margin-bottom: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.htjq .container .co-item p {
    margin: 0;
    font-size: 14px;
    color: #333;

    text-align: center;
}

/* 成套化模块 开始*/

.htjq .container .co-item1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;

    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 14px;

    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.htjq .container .co-item1:hover {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);


}

.htjq .container .co-item1 img {
    margin-bottom: 10px;
    width: 100%;

    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.htjq .container .co-item1 p {
    margin: 0;
    font-size: 14px;
    color: #333;

    text-align: center;
}

/* 成套化模块 结束*/