.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left .logo_g {
  display: none;
}
.header .header-content .header-content-right li > a {
  transition: all 0.3s;
}
.header.header-fixed .header-content .header-content-right li > a {
  padding: 22px 0;
}
body {
  background: #F6F6F6;
}
/*联系我们页面head*/
.lx_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lx_head div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 10px;
}
.lx_head div text {
  font-size: 18px;
}
.lx_head p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.lx_head h5 {
  font-size: 40px;
  color: #000000;
  line-height: 50px;
  font-weight: 400;
}
.lx_head span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #229E42;
  margin-top: 16px;
}
.lx_con {
  width: 100%;
  padding: 90px 0 88px 0;
}
.lx_con .lx_info {
  width: 100%;
  margin-top: 80px;
}
.lx_con .lx_info .mes_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.lx_con .lx_info .mes_box .mes_input {
  width: 18.65%;
  height: 60px;
  color: #333;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  font-size: 16px;
  outline: none;
  border-radius: 0;
}
.lx_con .lx_info .mes_box .mes_input:nth-child(4) {
  width: 38%;
  margin-right: 0;
}
.lx_con .lx_info .mes_box .mes_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text {
  width: 100%;
  margin-bottom: 38px;
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 0;
  height: 270px;
  font-family: "微软雅黑";
  font-size: 16px;
  outline: none;
  resize: none;
}
.lx_con .lx_info .mes_box .mes_text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.lx_con .lx_info .mes_box a {
  display: inline-block;
  width: 21.6%;
  max-width: 268px;
  height: 60px;
  background: #229E42;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  border-radius: 0;
  margin: 0 auto;
}
.lx_con .lx_info .mes_box a:hover {
  opacity: 0.8;
}
.lx_con .map_box {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.lx_con .map_box .lx_map {
  width: calc(100%);
  padding-top: 208px;
}
.lx_con .map_box .map_text_box {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lx_con .map_box .map_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 320px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 3.5%;
}
.lx_con .map_box .map_text .text_left {
  display: inline-block;
  width: 100%;
}
.lx_con .map_box .map_text .text_left h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}
.lx_con .map_box .map_text .text_left .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lx_con .map_box .map_text .text_left .gs_info .info_item {
  width: 50%;
  margin-top: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.lx_con .map_box .map_text .text_left .gs_info .info_item img {
  width: 34px;
  height: auto;
  margin-right: 8px;
}
.lx_con .map_box .map_text .text_left .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.lx_con .map_box .map_text .text_left .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}
.lx_con .map_box .map_text .text_right {
  width: 30%;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lx_con .map_box .map_text .text_right .ewm_item {
  width: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lx_con .map_box .map_text .text_right .ewm_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.lx_con .map_box .map_text .text_right .ewm_item p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .lx_head h5 {
    font-size: calc(42 * var(--cbasta) / 16);
  }
  .lx_head div text {
    font-size: calc(20 * var(--cbasta) / 16);
  }
  .lx_con .map_box .map_text {
    height: calc(340 * var(--cbasta) / 16);
  }
  .lx_con .map_box .map_text .text_left h5 {
    font-size: calc(28 * var(--cbasta) / 16);
    line-height: calc(32 * var(--cbasta) / 16);
  }
  .lx_con .map_box .map_text .text_left .gs_info .info_item {
    margin-top: calc(32 * var(--cbasta) / 16);
  }
  .lx_con .map_box .map_text .text_left .gs_info .info_item p {
    font-size: calc(18 * var(--cbasta) / 16);
    line-height: calc(26 * var(--cbasta) / 16);
  }
  .lx_con .map_box .map_text .text_left .gs_info .info_item img {
    width: calc(36 * var(--cbasta) / 16);
  }
  .lx_con .lx_info .mes_box a {
    font-size: calc(22 * var(--cbasta) / 16);
    height: calc(68 * var(--cbasta) / 16);
    line-height: calc(68 * var(--cbasta) / 16);
    width: calc(280 * var(--cbasta) / 16);
  }
  .lx_con .lx_info .mes_box .mes_input {
    height: calc(70 * var(--cbasta) / 16);
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .lx_con .lx_info .mes_box .mes_text {
    height: calc(370 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 768px) {
  .lx_con {
    padding: 0.8rem 0 1.2rem;
  }
  .lx_con .map_box {
    margin-top: 0.8rem;
  }
  .lx_con .map_box .map_text {
    height: max-content;
    padding: 0.5rem 0.35rem;
  }
  .lx_con .map_box .map_text .text_left h5 {
    font-size: 0.38rem;
    line-height: 0.55rem;
  }
  .lx_con .map_box .map_text .text_left .gs_info .info_item {
    width: 100%;
    align-items: flex-start;
  }
  .lx_con .map_box .map_text .text_left .gs_info .info_item img {
    margin-right: 0.15rem;
    width: 0.59rem;
  }
  .lx_con .map_box .map_text .text_left .gs_info .info_item p {
    font-size: 0.28rem;
    line-height: 0.5rem;
    position: relative;
    top: 0.02rem;
  }
  .lx_con .map_box .lx_map {
    padding-top: 4.6rem;
  }
  .lx_con .lx_info .lx_head div {
    justify-content: center;
    margin-bottom: 0;
  }
  .lx_con .lx_info .lx_head div text {
    font-size: 0.26rem;
    line-height: 0.4rem;
    display: block;
    text-align: center;
  }
  .lx_con .lx_info .mes_box {
    padding: 0 0.3rem;
  }
  .lx_con .lx_info .mes_box .mes_input {
    width: 100%;
    height: 0.78rem;
    font-size: 0.28rem;
    padding: 0 0.27rem;
    border: 0.01rem solid #D6D6D6;
    margin-right: 0;
  }
  .lx_con .lx_info .mes_box .mes_input:nth-child(4) {
    width: 100%;
  }
  .lx_con .lx_info .mes_box .mes_text {
    font-size: 0.28rem;
    border: 0.01rem solid #D6D6D6;
  }
  .lx_con .lx_info .mes_box a {
    font-size: 0.3rem;
    width: 100%;
    height: 0.92rem;
    line-height: 0.92rem;
  }
  .lx_head h5 {
    font-size: 0.5rem;
  }
  .lx_head span {
    margin-top: 0.24rem;
    width: 0.5rem;
    height: 0.03rem;
  }
}
