.bjxh_talk_window1 {
  text-align: center;
  position: relative;
  z-index: 999;
  display: none;
}
.bjxh_talk_window_con1 {
  width: 800px;
  height: 500px;
  overflow: hidden;
  background: white;
  border-radius:0px!important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  box-shadow: 0 0 10px hsl(0, 0%, 69%);
  z-index: 999;
}
.bjxh_left{
    width: 480px;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    float: left;
    letter-spacing: 0px;
}
.bjxh_right{
    width: 320px;
    height: 100%;
    float: left;
    position: relative;
}
.bjxh_right img{
    width: 100%;
}
.bjxh_left h5{
    font-size: 15px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 20px;
    text-align: left;
}
.bjxh_left h4{
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    line-height: 46px;
    text-align: left;

}
.bjxh_left h6{
    font-size: 15px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 18px;
    text-align: left;

}
.major1{
    overflow: hidden;
    margin-top: 22px;
  height:216px
}
.major1 li{
    width: 200px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    background: #eeeeee;
    border-radius: 6px;
    float: left;
    margin-bottom: 12px;
}
.major1 li:nth-child(2n+1){
    margin-right: 12px;
}
.major1 .title{
    font-size: 15px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: 17px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.major1 .people{
    font-size: 15px;
    font-weight: bold;
    color: #F51515;
    line-height: 16px;
    text-align: right;
}
.bjxh_left .info input{
    width: 150px;
    height: 30px;
    background: #eeeeee;
    outline: none;
    border: none;
    padding-left: 15px;
    /*margin-left: 10px;*/
    border-radius: 6px;
    box-sizing: border-box;
}
.info{
    padding: 0;
    /*font-size: 0;*/
    text-align: left;
}
.info .name{
    margin-right: 10px;
}
.becareful{
    margin-top: 12px;
    text-align: center;
    font-size: 11px;
font-weight: bold;
color: #000;
line-height: 12px;
}
.becareful .red{
    color: #DB5014FF;
}
.anniu{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    flex-direction: row;
}
.anniu .submit{
  border-radius:0;
  margin-top:0;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border: none;
    float: left;
    width: 167px;
    height: 42px;
    margin-right: 12px;
    background: linear-gradient(75deg, #E54A41, #EE743F);
}
.anniu .service{
    display: block;
    color: #fff;
    background: #333;
    line-height: 42px;
    text-align: center;
    border: none;
    float: left;
    font-size: 18px;
    width: 167px;
    height: 42px;
}
.bjxh_talk_window_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: block;
    color: #fff;
    background: red;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
  }
.sbys_c .xh_xian:nth-child(2){
  display: none;
}