.lxwm{
    width: 100%;
    height:430px;
    background: url('../img/lxwmbg.png') no-repeat left top;
    background-size: 800px;
}

.lx_title{
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 15px;
    display: block;
}
.alltitleimg{
    display: none;
}
.title_l{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
    padding: 0 15px;
    border: none;
    line-height: 25px;
}
.titlenone .title_l{
    font-size: 16px;
}
.titlenone{
    display: block;
}
.title_l samp{
    display: block;
    font-size: 26px;
    text-align: center;
}
.title_l samp img{
    height: 24px;
}

.title_r{
    display: block;
    margin: 0 auto;
    height: 20px;
}


.lianxi{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 1%;
    margin: 15px 0;
}
.lx{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    margin-top: 10px;
}
.lx span{
    margin: 20px 0;
    color: #000;
}
.lx samp{
    color:  #a5a5a5;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.liuyan{
    margin-top: 15px;
    padding: 15px  5% ;
    background: #2a2a2a;
    border-bottom: 1px solid #959595 ;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}

.liuyan-left{
    width: 100%;
}
.liuyan-left h2{
    font-size: 32px;
    font-weight: bold; 
    color: #fff;
    text-align: center;
} 

.liuyan-left h2 span{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

form{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.ly_ipt{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    background: #3b3b3b;
    outline: none;
    margin-bottom: 14px;
    text-indent: 1em;
    color: #fff;
}
.ly_ipt::placeholder{
    color: #6f6f6f;
    line-height: 46px;
    font-size: 16px;
}
.spe::placeholder{
    color: #6f6f6f;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
}
.spe{
    width: 99%;
    height: 114px;
    line-height: 46px;
    border: none;
    background: #3b3b3b;
    outline: none;
    margin-bottom: 14px;
    text-indent: 1em;
    color: #fff;
}
.liuyan-left .sub{
    background: #26add3;
    color: #fff;
}
.dt{
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    height: 200px;
}
.banquan{
    background: #3b3b3b;
    color: #8f8f8f;
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.banquan {
    display: none;
}
.banquan1{
    display: block;
    background: #3b3b3b;
    color: #8f8f8f;
    text-align: center;
    padding: 10px ;
    line-height: 20px;
}
.youqinglianjie{
    display: none;
}