.header{
  min-width:1200px;
  height: 110px;
  background-color: #ff4200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .topbar{
  width: 1200px;
  margin: auto;
  position: relative;
  height: 110px;
}
.header .logo{
  width: 165px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../images/logo.png');
  background-size: 100%;
}
.header .btnbox{
  height: 110px;
  float: right;
}
.header .btnbox .ceil{
  float: left;
  width: 99px;
  height: 110px;
}
.header .btnbox .ceil.login{
  width: 199px;
}
.header .btnbox .ceil:hover{
  background-color: #ff7b4d;
}
.header .btnbox .ceil.active{
  background-image: url('../images/bg_btnbaractive.png');
}
.header .btnbox .ceil.active:hover{
  background-color: #ff4200;
}
.header .btnbox .ceil .inner{
  margin: 21px 0;
  height: 68px;
  border-left: 1px solid #ff7b4d;
  line-height: 68px;
  text-align: center;
}
.header .btnbox .ceil .inner a{
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
}
.header .btnbox .ceil.login .inner a{
  display: inline;
}
.header .btnbox .ceil .inner a:hover{
  color: #fff!important;
}
.header .btnbox .ceil .inner span{
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}