.xjh_hd img{
    width: 100%;
}
.xjh_hd{
    position: relative;
}
.xjh_hd div{
    width: 1180px;
    position: absolute;
    top: 26%;
    left: 36px;
    right: 0;
    margin: auto;
    color: white;
}
.xjh_hd div h1{
    font-size: 92px;
    line-height: 92px;
}
.xjh_hd div span{
    font-size: 26px;
    display: block;
    width: 595px;
    line-height: 40px;
    margin-top: 30px;
}
.xjh_hd1{
    width: 1200px;
    margin: 0 auto;
}
.xjh_hd1 h2{
    font-size: 42px;
    text-align: center;
    color: #212125;
    margin: 50px 0 24px;
}
.xjh_hd1 h2 img{
    margin: 0 32px;
    margin-bottom: 5px;
}
.xjh_hd1 p{
    color: #8c8c8c;
    font-size: 22px;
    text-align: center;
}
.xjh_hd1 p img{
    margin: 0 14px;
    margin-bottom: 3px;
}
.xjh_list img{
    width: 277px;
    height: 200px;
    transition: transform 0.5s ease-in-out;
}
.xjh_list img:hover{
    transform: scale(1.1);
}
.xjh_list li{
    width: 277px;
    line-height: normal;
    margin-bottom: 30px;
    margin-right: 23px;
}
.xjh_list ul{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 30px;
}
.xjh_list ul li a p{
    font-size: 24px;
    color: #212125;
    padding: 14px 0 0px;
    overflow: hidden; /* 溢出内容隐藏 */
    white-space: nowrap; /* 禁止换行 */
    text-overflow: ellipsis; /* 使用省略号表示溢出部分 */
}
.xjh_list ul li a p:hover{
    font-weight: bolder;
}
.xjh_list ul li>p{
    font-size: 16px;
    color: #999;
    padding: 11px 0 16px;

}
.xjh_list ul li div a{
    width: 103px;
    height: 33px;
    display: inline-block;
    border: 1px solid #84beb4;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #0a7e69;
    margin-right: 10px;
    box-sizing: border-box;
}
.xjh_list ul li a>span{
    display: block;
    width: 277px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.xjh_list ul li div a:hover{
    background-color: #0a7e69;
    color: white;
    cursor: pointer;
}