body{min-width:1200px;}

.header {
  height: 125px;
  background: url(..//images/img_01.png) no-repeat;
 background-size: 100% 100%;
}

.header a {
  color: white;
}

.header .logo {
  float: left;
  margin: 26px 0;
}

.header .search {
  float: right;
}

.header .search ul {
  margin-top: 29px;
}

.header .search ul li {
  float: left;
  padding-right: 16px;
  height: 13px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 13px;
}

.header .search ul li:hover {
  opacity: .8;
}

.header .search .input {
  position: relative;
}


.cbg {
    width: 1200px;
    margin: 0 auto
}
.header .search .input img {
  position: absolute;
  left: 200px;
  top: 38px;
}

.nav {
  background: #A40200;
  height: 50px;
  /* margin-top: -50px; */
}





.input .st {
    color: #fff;
    width: 165px;
    background: none;
    height: 22px;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 35px;
}
 .input .img {
    position: absolute;
    right: 12px;
    top: 5px;
}
.input{
    text-align: right;
    margin-top: 22px;
}


.hx {
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 44;
    background: #A40200;
}

.dhc .nav .nLi {
    float: left;
    position: relative;
    width: 120px;
    line-height: 50px;
    text-align: center;
}

.dhc .nav .nLi:hover {
  
}

.dhc h3 a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal
}

.dhc h3 a:hover {
    color: #ffffff
}

.dhc .sub {
    position: absolute;
    top: 100%;
    width: 100%
}

.dhc .sub li {
    line-height: 38px;
     background: #A40200;
}

.dhc .sub li:hover {
    background:#ffffff;
}

.dhc .sub li a {
    color: #ffffff;
    font-size: 14px
}
.dhc .sub li:hover a {
    color: #444444;
    
}