.gf-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gf-header .wrapper .gf-header-left {
  display: flex;
  height: 90px;
  padding: 25px 0;
  box-sizing: border-box;
}
.gf-header .wrapper .gf-header-left .logo {
  display: inline-block;
  font-size: 0;
}
.gf-header .wrapper .gf-header-left .logo img {
  height: 40px;
  vertical-align: middle;
}
.gf-header .wrapper .gf-header-left .info {
  display: inline-block;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.gf-header .wrapper .gf-header-left .info .company {
  color: #000000;
  font-size: 16px;
}
.gf-header .wrapper .gf-header-left .info .phone {
  font-size: 14px;
}
.gf-header .wrapper .gf-header-right {
  height: 90px;
}
.gf-header .wrapper .gf-header-right a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin: 10px 10px 0;
  padding: 0 10px;
}
.gf-header .wrapper .gf-header-right a span {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
}
.gf-header .wrapper .gf-header-right a:hover {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right a:hover span {
  color: #0086FF;
}
.gf-header .wrapper .gf-header-right .active {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right .active span {
  color: #0086FF !important;
}
.header-pic {
  font-size: 0;
  min-width: 1200px;
  text-align: center;
}
.header-pic img {
  width: 100%;
  margin: 0 auto;
}

.layout2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
  margin-bottom: 80px;
}
.layout2 .layout-left {
  flex: 0 0 200px;
}
.layout2 .layout-right {
  flex: 0 0 900px;
}
.about-item {
  display: inline-block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #000;
  font-size: 18px;
  text-align: center;
  background: #f2f2f2;
  border-bottom: 2px solid #fff;
}
.about-item.active {
  background: #0086ff;
  color: #fff;
}
.about-item:hover {
  background: #0086ff;
  color: #fff;
}
.about-container h1 {
  font-size: 30px;
  margin: 30px 0;
  line-height: 1.4em;
}
.about-container p {
  line-height: 2em;
}
