.ximg{
    width: 36px;
    height: 36px;
}
.wai_lump{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -62px;
}
.lump{
    width: 332px;
    min-height: 124px;
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 12px  #0000000a;
    padding: 16px;
    margin-left: 24px;
}
.lump:hover{
    box-shadow: 0px 4px 12px  #afafaf;
}
.lump:first-child{
    margin-left: 0px;
}

.lump_title{
    margin-left: 20px;
    font-size: 16px;
    
}
.lump_text{
    margin-top: 12px;
    font-size: 14px;
}

.fimg{
    width: 96px;
    height: 96px;
}
.fwxm{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    margin-top: 100px;
}
.xian1{
    width: 111px;
    height: 12px;
    background: #DEE7FF;
    margin-top: -8px;
    z-index: -1;
}

.dlump{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.dlump .dlump_con{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.dlump .dlump_con span{
    font-size: 16px;
    margin-top: 8px;
}
.xmal .fwxm{
    margin-bottom: -100px;
}

.form{
    width: 63%;
    height: 397px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 30px 57px 0px 57px;
    overflow: hidden;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_title{
    font-size: 30px;
    margin-bottom: 30px;
}
.form_nr{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center
}
.form_nr{
    font-size: 20px;
}
.input{
    width: 80%;
    height: 60px;
    border-radius: 6px;
    background: #FAFAFA;
    border: none;
    text-indent: 110px;
    margin-left: 24px;
    font-size: 20px;

}
.input::placeholder{
    font-size: 20px;

}
.btn{
    width: 200px;
    height: 60px;
    border-radius: 6px;
    background: #2360EC;
    color: #fff;
    margin-top: 35px;
    border: none;
    font-size: 20px;

}

.gywm{
    width: 100%;
    height: 800px;
    background-image: url('./../images/sy/gywm.png');
    background-size: 100% 800px;
    background-repeat: no-repeat;
    padding-top: 32px;
}
.gywm .fwxm{
    margin-top: 0px;
}
.wenben{
    width: 39%;
    margin-left: 13%;
    margin-top: 148px;
    font-size: 14px;
}
.wenebn2{
    margin-top: 20px;
}
#kh ul {
    left: 50%;
    top: 50%;
    margin-top: 200px;
    list-style: none;
}
#kh ul:hover {
    cursor: pointer;
}
#kh ul li {
    position: absolute;
    margin-left: 13%;
    transition: 0.4s;
}
#banner{
    margin-top: 120px;
}
.gywm_phone{
    display: none
}
.swiper_phone{
    display: none;
}
.xian_fwwm{
    display: none;
}
.hzlc_xian{
    display: none;
}
.ph_xian{
    display: none;

}


@media screen and (max-width: 768px){
    .ximg{
        width: 24px;
        height: 24px;
    }
    .wai_lump{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: -30px;
    }
    .lump{
        width: 45%;
        min-height: 84px;
        border-radius: 10px;
        border: 2px solid #FFFFFF;
        box-shadow: 0px 4px 12px  #0000000a;
        padding: 8px;
        margin: 5px;
    }
    .lump:hover{
        box-shadow: 0px 4px 12px  #afafaf;
    }
    
    .lump_title{
        margin-left: 5px;
        font-size: 12px;
        
    }
    .lump_text{
        margin-top: 6px;
        font-size: 8px;
    }
    
    .fimg{
        width: 45px;
        height: 45px;
    }
    .fwxm{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .xian{
        width: 60px;
        height: 6px;
        background: #DEE7FF;
        margin-top: -4px;
        z-index: -1;
    }
    .dlump{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .dlump .dlump_con{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 25%;
    }
    .dlump .dlump_con span{
        font-size: 8px;
        margin-top: 8px;
    }
    .form{
        width: 85%;
        height: 260px;
        border-radius: 10px;
        border: 1px solid #EEEEEE;
        padding: 15px 18px 20px 18px;
        overflow: hidden;
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form_title{
        font-size: 16px;
        margin-top: 6px;
    }
    .form_nr{
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center
    }
    .form_nr{
        font-size: 8px;
    }
    .input{
        width: 75%;
        height: 40px;
        border-radius: 6px;
        background: #FAFAFA;
        border: none;
        text-indent: 6px;
        margin-left: 6px;
        font-size: 8px;
    
    }
    .input::placeholder{
        font-size: 8px;
    
    }
    .btn{
        width: 60%;
        height: 40px;
        border-radius: 6px;
        background: #2360EC;
        color: #fff;
        margin-top: 15px;
        border: none;
        font-size: 8px;
    }
    
    .gywm{
        width: 100%;
        height: 520px;
        background-image: url('./../images/sy/gywm.png');
        background-size: 140% 520px;
        background-repeat: no-repeat;
        padding-top: 10px;
    }
    .gywm .fwxm{
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .wenben{
        width: 60%;
        margin-left: 5%;
        margin-top: 10px;
        font-size: 14px;
    }
    .wenben2{
        margin-top: 5px;
    }

    #kh ul {
        left: 50%;
        top: 50%;
        list-style: none;
    }
    #kh ul:hover {
        cursor: pointer;
    }
    #kh ul li {
        position: absolute;
        margin-left: 13%;
        transition: 0.4s;
    }
    #banner{
        margin-top: 10px;
        height: 100px;
    }
    
    .swiper-container{
        display: none;
    }
    #kh{
        display: none;
    }

    .gywm_phone{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        margin: 0 3%;
        margin-top: 20px;
    }
    .gywm_phone img{
        width: 45%;
    }
    .swiper_phone{
        display: block;
        margin-top: 20px;
        margin-bottom: 140px;
    }
    .ph_yin{
        display: none;
    }
    .ph_xian{
        width: 100%;
        height: 720px;
        background-image: url('./../images/sy/ph_wg.png');
        background-size: 100% 720px;
        background-repeat: no-repeat;
        padding-top: 10px;
        text-align: center;
        margin-top: 30px;
    }
    .ph_z{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
    .ph_z img{
        width: 45%;
    }
    .hzlc_yin{
        display: none;
    }
    .hzlc_xian{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
    .hzlc_xian img{
        width: 50%;
    }
    .xian_fwwm{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .xian_fwwm .xian{
        width: 60px;
        height: 6px;
        background: #DEE7FF;
        margin-top: -4px;
        z-index: -1;
    }
    .ph_xian{
        display: block;
    }
}