.gl-header {
  width: 100%;
  height: 320px;
  background-color: #30604e;
  position: relative;
 
}
.gl-header .topBackground{
    background-image: url(./glTopHead.jpg);
    background-size: 100% 100%;
    height: 248px;
    width: 100%;
}
.gl-header .line {
  display: flex;
  justify-content: space-between;
  width: 1152px;
  margin: 0 auto;
  padding-top: 90px;

}
.gl-header .search {
  display: flex;
  align-items: center;
}
.gl-header .search input {
  width: 400px;
  height: 40px;
  background: #ffffff;
  text-indent: 10px;
  margin-right: 17px;
}
.gl-header .search button {
  width: 112px;
  height: 40px;
  background: #9c8267;
  border: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.gl-header .logo {
  width: 364px;
  height: 53px;
}
.gl-header .logo img {
  width: 100%;
  height: 100%;
}
.gl-header .head-column {
  height: 72px;
  background: #000000;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-family: Adobe Kaiti Std;
  font-weight: normal;
  color: #ffffff;
  line-height: 72px;
}
.gl-header .head-column .box {
  display: flex;
  width: 1150px;
  justify-content: space-around;
  margin: 0 auto;
}
.gl-header .head-column .text {
  display: flex;
  align-items: center;
}
.gl-header .head-column .text img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.menuTop{
  
  display: none;
}
.boxMobile,.searchMobile{
  display: none;
}