.add_dj_j{
    background: #3374C9;
    color: #fff;
}
.j_nav_ul{
    background: rgba(255, 255, 255, 0.9)!important;
}
.dhl_zw{
    height: 100px;visibility: hidden
}
.j_g_i_d{
    width: 100%;
    height: 600px;
    background-image: url('/static/index/img/11.jpg');
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    background-size: 100% 100%;
    animation: bjbd 1.5s ease;

}
/*.j_g_i_d:hover{*/
/*    animation: bjbd 1.5s ease;*/
/*}*/


@keyframes bjbd {
    0%, 100% {
        transform: scale(1); /* 初始和结束状态，图片大小不变 */
    }
    50% {
        transform: scale(1.1); /* 中间状态，图片放大 */
    }
}
.j_g_i_d_d{
    width: 30%;
    height: 100%;
}
.j_g_i_d_d_os{
    text-align: right;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 1vw;
    display: block;
}
.j_g_i_d_d_d{
    width: 100%;
    height: 70%;
    display: flex ;
    align-items: end;
}
.j_g_i_d_d_dt{
    width: 100%;
    height: 20%;
}
.j_g_i_d_d_ot{
    float: right;
    display: block;
    width: 50%;
    height: 100px;
    line-height: 100%;
    text-align: right;
    color: #fff;
    font-size: 2vw;
    border-bottom: 5px solid #fff;
    opacity: 0; /* 初始状态为完全透明 */
    animation: mmxs 3s ease-in-out forwards;
}
@keyframes mmxs {
    from { opacity: 0; } /* 初始状态为完全透明 */
    to { opacity: 1; } /* 结束状态为完全不透明 */
}

.j_g_i_c{
    width: 100%;height: 100px;
}
.j_g_i_c_d{
    width: 100%;height: 100%;margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #dddddd;

}
.j_g_i_c_d_ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.j_g_i_c_d_li{
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor:pointer
}
.j_g_i_c_d_li:hover{
    background: #3374C9;
    color: #fff;
}
.j_nav_ul li a{
    color:#3374C9!important; ;
}

.xwzx_jc{
    width: 100%;
    height:auto;
    background-color: #f5f7fa;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.xwzx_jc_d{
    width: 50%;
    height: 200px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    display:flex;
    cursor:pointer
}
.xwzx_jc_d:hover{
    color: #3374C9;
    transform: scale(0.99);
}
.xwzx_jc_d_l{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
}
.xwzx_jc_d_l_img{
    width: 80%;
    height: 80%;
    margin: 0 auto;


}
.xwzx_jc_d_l_img img{
    width: 90%;
    height: 100%;
    object-fit: contain;
}
.xwzx_jc_d_r{
    width: 60%;
}
.xwzx_jc_d_r_d{
    width: 100%;
    height: 90%;
    margin-top: 5%;
}
.xwzx_jc_d_r_dt{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    white-space: nowrap; /* 确保文本不会换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
}
.xwzx_jc_d_r_dft{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    white-space: nowrap; /* 确保文本不会换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
}
.xwzx_jc_d_y{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column
}
.xwzx_jc_d_yt,xwzx_jc_d_yd{
    width: 100%;
    height: 100px;
}
.xwzx_jc_d_yt span{

    width: 150px;
    text-align: center;
    height: 100px;
    font-size: 45px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #3374C9;
}
.xwzx_jc_d_yd span{
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 25px;
    color: #A3A6AD;
}
.gywm_bk{
    width: 100%;height: 20px;border-top: 2px  solid #dddddd;
}
