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

.lx_title{
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 60px;
    justify-content: center;
    align-items: center;
    animation-duration:1.5s;
}
.alltitleimg{
    display: block;
    margin: 0 auto;
    height: 60px;
    object-fit: contain;
}
.titlenone{
    display: none;
}
.title_l{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    text-align: center;
    height: 100%;
    padding: 0 15px;
    border-right:2px solid #000 ;
}
.title_l samp{
    display: flex;
    font-size: 34px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.title_r{
    margin-left: 15px;
}

.lianxi{
    display: flex;
    justify-content: space-around;
    padding: 0 10%;
    margin-top: 60px;
}
.lx{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
}
.lx span{
    margin: 20px 0;
    color: #000;
}
.lx samp{
    color:  #a5a5a5;
}


.footerbgbox{
    background: url('../im/homeditubg.png') no-repeat left top;
    background-size: cover;
}

.liuyan{
    padding: 60px  13% ;
    border-bottom: 1px solid #959595 ;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.liuyan-left{
    width: 48%;
}
.liuyan-left h2{
    font-size: 42px;
    font-weight: bold; 
    color: #fff;
} 
.liuyan-left h2 span{
    font-size: 16px;
}

form{
    margin-top: 40px;
    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{
    width: 99%;
    height: 114px;
    line-height: 46px;
    border: none;
    background: #3b3b3b;
    outline: none;
    margin-bottom: 14px;
    text-indent: 1em;
    color: #fff;
}
.spe::placeholder{
    color: #6f6f6f;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
}
.liuyan-left .sub{
    background: #26add3;
    color: #fff;
}
.dt{
    width: 45%;
    object-fit: cover;
    height: 420px;
    margin-bottom: 10px;
}
.banquan{
    color: #8f8f8f;
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.banquan1{
    display: none;
}

.youqinglianjie{
    display: flow-root;
    padding: 20px 13%;
    background: #f6f6f6;
    align-items: center;
}
.youqinglianjie .yl-left{float: left;width: 120px;}
.youqinglianjie img{
    width: 20px;
    /*height: 28px;*/
    margin-right: 10px;
    float: left;
}
.youqinglianjie h2{
    font-weight: bold;
    font-size:18px;
    line-height: 28px;
    float: left;
}
.youqinglianjie .yl-con{margin-left: 120px;}
.youqinglianjie a{
    font-size: 18px;
    color: #000;
    line-height: 28px;
    float: left;
}
.youqinglianjie a:after{
    content: "/";
    padding: 5px;
}
.youqinglianjie a:last-child:after{
    content: unset;
}
.lx_title{text-align: center;}
.title-left{font-size: 16px;color: #333;margin: 0 auto;display: inline-block;border-right: 1px #393939 solid;padding-right: 15px;}
.title-left p{font-size: 34px;margin-bottom: 6px;}
.title-right{display: inline-block;font-size: 40px;font-weight: bold;padding-left: 20px;position: relative;top: -9px}
.title-right span{font-size: 40px;color: #26add3;font-weight: bold;}