﻿* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
  list-style: none;
  color: #333;
}

header {
  width: 100%;
  height: 40px;
  color: #333;
  background: #EBEBEB;
  /* line-height: 40px; */
  display: flex;
  font-size: 18px;
  justify-content: space-around;
}

.h-left {
  display: flex;
  /* width: 299px; */
  height: 20px;
  /* line-height: 20px; */
  margin-top: 8px;
}

.h-right {
  display: flex;
  margin-top: 8px;
}

.border {
  margin: 0 10px;
  padding: 0 10px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.website {
  margin: 0 20px;
}

.hengfu {
  position: relative;
}

.banner img {
  width: 100%;
  height: 220px;
  vertical-align: middle;
}
.hengfu .banner-title img{
  width: 449px;
  height: 117px;
  position: absolute;
  top: 60px;
  left: 318px;
}
.search1 input {
  width: 186px;
  height: 34px;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  position: absolute;
  top: 87px;
  right: 470px;
}

.search1 button {
  width: 50px;
  height: 36px;
  position: absolute;
  top: 86px;
  right: 420px;
  background: #2C86CA;
  border: none;
}

.search1 button img {
  height: 29px;
  margin-top: 4px;
}