﻿#header{
  margin: 0 auto;
  background: url(banner.png) no-repeat;
  background-position: 50% 100%;
}
.header-content{
  width: 1200px;
  margin: auto;
  position: relative;
  padding-top: 8px;
}
.header-message{
  /* margin-top: 10px; */
}
.message-link li{
  padding: 0 0px;
  color: #fff;
}
.message-link li a{
  padding: 0 8px;
  border-right: 1px solid #fff;
  color: #fff;
}
.border a{
  border: none!important;
}
.head-body{
  height: 298px;
  position: relative;
  margin-top: 80px;
}
.head-body .logo img{
  width: 84px;
  margin: 0 20px;
}
.head-body .logo{
  align-items: center;
}
.head-body .logo ul h2{
  font-size: 60px;
  color: #fff;
}
.head-body .logo ul span{
  font-size: 28px;
  color: #fff;
}
.zw{
    background: #f0161e;
    padding: 1px 25px;
    margin-left: 13px;
    border-radius: 5px;
    font-size: 20px!important;
}
.search1 input{
  padding-left: 15px;
  position: absolute;
  top: 150px;
  left: 273px;
  width: 240px;
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px 0px 0 5px;
}
.search1 button{
  position: absolute;
  top: 150px;
  left: 512px;
  width: 60px;
  height: 40px;
  background: #044998;
  border: none;
  outline: none;
}
.search1 button img{
  width: 24px;
  vertical-align: bottom;
}