.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-repeat: no-repeat;
    transition-duration: 0.5s;
    background-size: 100% 100%;
    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; ;
}
.gywm_bk{
    width: 100%;height: 20px;border-top: 2px  solid #dddddd;
}
.jtxm_c{
    width: 100%;
    min-height: 500px;
    height: auto;

}
.jtxm_c_d{
    display: flex;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.jtxm_c_d_l{

    width: 50%;
    background-color: rgba(247,247,247,1);

}
.jtxm_c_d_r{
    width: 50%;
}
.jtxm_c_d_l_t{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
}
.jtxm_c_d_l_t span{
    display: block;
    height: 50px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
    border-bottom: 5px solid #3374C9;
}
.jtxm_c_d_l_b{
    width: 90%;
    min-height: 300px;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.jtxm_c_d_r_img{
    width: 100%;
    max-height: 500px;
    height: 100%;
}
.jtxm_c_d_r_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*.jtxm_c_d_r_img img:hover{*/
/*    transform: scale(0.9);*/
/*}*/
.jtxm_c_d_li{
    margin-top: 20px;
}