@charset "utf-8";
#header{
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background:#fff;
  border-bottom:1px solid #F4F4F4
}
.logo img{
  width: 120px;
  height: 32px;
}
.header-content{
  width:1200px;
  height: 90px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items:  center;
}
.header-nav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 900px;
  
}
.header-nav-child {
  height: 48px;
}
.header-nav-child a{
  font-size: 16px;
  color: #000;
  line-height: 46px;
}
.header-nav-child a:hover{
  color: #fa6029 !important;
}
.child-line{
  height: 2px;
  width: 0px;
  margin:  0 auto;
}
.active-child-line {
  width: 30px;
  background: #FA6029;
  transition: width .5s;
}
.active-a {
  /* font-size: 18px; */
  color:#FA6029;
}
.header-tel{
  /* vertical-align: center; */
  display: flex;
  line-height: 20px;
}
.header-tel img{
  display: inline-block;
  margin-right: 10px;
}
.header-tel span{
  color:#FA6029
}