/* new code start */
.header-fixed {
  height: 70px;
  border-bottom: 2px solid #E60012;
  width: 100%;
  background-color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
  z-index: 9999;
  align-items: center;
display: none;
}

.header-fixed .header-fixed-inside {
  width: 88%;
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1632px;
  position: relative;
  align-items: center;
}

.header-fixed .header-fixed-inside .header-fixed-logo,
.header-fixed .header-fixed-inside .header-fixed-logo a {
font-size: 0;
display: block;
}

.header-fixed .header-fixed-content{
  width: 40%;
  font-size: 18px;
  height: 100%;
  align-items: center;
}

.header-fixed .header-fixed-content a:hover{
    color: #E60012;
}

.header-fixed .header-fixed-inside .header-fixed-search{
  width: 30%;
  height: 36px;
  border: 1px solid #E60012;
  border-radius: 18px;
  position: relative;
  padding: 0px 16px;
}

.header-fixed .header-fixed-inside .header-fixed-search .header-fixed-button{
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(http://lxks.offcn.com/statics/images/icons/fangdajing.png) center no-repeat;
}

.header-fixed .header-fixed-inside .header-fixed-search>input{
  height: 100%;
  display: block;
  width: 100%;
border: none;
background: transparent;
outline: none;
}
.header-fixed .header-fixed-inside .header-fixed-insert{
  font-size: 22px;
  display: none;
}

.header-fixed.header-title-block .header-fixed-inside .header-fixed-logo,
.header-fixed.header-title-block .header-fixed-content{
display: none;
}

.header-fixed.header-title-block .header-fixed-inside .header-fixed-insert{
display: block;
}

/* new code end */