.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;
}
#gfhome {
  width: 680px;
  height: 400px;
  margin-left: 80px;
}
#gfhome p {
  padding: 0;
  margin: 0;
}
#gfhome .company {
  font-size: 16px;
  font-weight: 500;
}
#gfhome .addr {
  font-size: 12px;
  color: #999;
}
.message {
  background: #f2f2f2;
  height: 400px;
  padding: 30px 90px;
  box-sizing: border-box;
  color: #444;
  margin-bottom: 80px;
}
.message p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
  height: 21px;
  line-height: 21px;
}
.message input {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.message .msg-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.message .msg-row .msg-row-left {
  flex-basis: 50%;
}
.message .msg-row .msg-row-left div input {
  width: 410px;
}
.message .msg-row .msg-row-right {
  flex-basis: 50%;
}
.message .msg-row .msg-row-right p {
  padding-left: 100px;
}
.message .msg-row .msg-row-right div {
  text-align: right;
}
.message .msg-row .msg-row-right div input {
  width: 410px;
}
.message .msg-text textarea {
  height: 100px;
  width: 100%;
  resize: none;
  box-sizing: border-box;
  border-color: #dadada;
  border-radius: 2px;
  padding: 10px;
}
.message .msg-bt {
  margin: 30px 0 15px;
}
.message .msg-bt input {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 245px;
  font-size: 14px;
  color: #fff;
  background: #0086ff;
  text-align: center;
}
.message .is-require {
  position: relative;
}
.message .is-require::after {
  content: "*";
  color: red;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-left: 12px;
  transform: translate(-50%, -50%);
}
.layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
  margin-bottom: 80px;
}
.layout .layout-left {
  flex: 0 0 760px;
}
.layout .layout-right {
  flex: 0 0 390px;
}
.contact-container {
  align-items: center;
  margin-bottom: 30px;
}
.contact-container .layout-right {
  min-height: 450px;
}
.contact-container h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  color: #0086ff;
}
.contact-container .pics {
  margin-top: 30px;
}
.contact-container .pics .pic p {
  padding: 10px;
}
.contact-container .info-item {
  height: 30px;
  line-height: 30px;
  margin: 20px 0;
  font-size: 16px;
}
.contact-container .info-item img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.contact-container .info-item span {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 10px;
}
.contact-container .pics {
  font-size: 0;
}
.contact-container .pics .pic {
  display: inline-block;
  width: 150px;
  text-align: center;
}
.contact-container .pics .pic img {
  width: 120px;
  height: 120px;
}
.contact-container .pics .pic p {
  font-size: 14px;
}
