@charset "UTF-8";
.breadright {
  display: none;
}
/* 联系我们 */

.lxwm-box {
  width: 1205px;

  margin: 80px auto;
}

.lxwm-title {
  width: 100%;

  display: flex;

  justify-content: center;
}

/* 联系info */

.lxwm-info {
  display: flex;

  margin: 94px 0 60px 0;
}

.info-item {
  width: 33.333333333%;

  display: flex;

  /* align-items: center; */

  justify-content: center;
}

/* .info-item-box {

  width: 144px;

} */

.info-item-img {
  display: flex;

  justify-content: center;
}

.info-item-title {
  display: flex;

  justify-content: center;

  margin-top: 20px;
}

.info-item-title {
  font-family: MicrosoftYaHei;

  font-size: 20px;

  letter-spacing: 1px;

  color: #333333;
}

.info-item-line {
  width: 144px;

  height: 1px;

  background-color: #9a9999;

  position: relative;

  margin: 20px auto;
}

.info-item-line::after {
  content: '';

  width: 15px;

  height: 2px;

  background-color: #c93b3a;

  position: absolute;

  bottom: 0;

  left: 50%;

  z-index: 2;

  transform: translateX(-50%);
}

.info-item-info {
  font-family: MicrosoftYaHei;

  font-size: 14px;

  line-height: 30px;

  letter-spacing: 0px;

  color: #333333;

  opacity: 0.5;
}

/* 地图 */

.lxwm-map {
  width: 100%;

  height: 395px;
}

#map {
  height: 100%;
}

/* 留言 */

.lxwm-mess {
  background-color: rgba(193, 191, 191, 0.1);

  margin-top: 60px;
}

.lxwm-mess-box {
  padding: 35px;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

input {
  width: 33%;

  height: 44px;

  text-indent: 15px;

  outline: none;

  background-color: rgba(193, 191, 191, 0.011);

  border: solid 1px #999999;

  font-family: MicrosoftYaHei;

  font-size: 12px;

  letter-spacing: 0px;

  color: #999999 !important;
}

textarea {
  margin: 40px 0 35px 0;

  width: 100%;

  height: 196px;

  padding: 15px;

  outline: none;

  background-color: rgba(193, 191, 191, 0.011);

  border: solid 1px #999999;

  font-family: MicrosoftYaHei;

  font-size: 12px;

  letter-spacing: 0px;

  color: #999999 !important;
}

.lxwm-mess-sub {
  width: 100%;

  display: flex;

  justify-content: center;
}

button {
  width: 220px;

  height: 40px;

  background-color: #c93b3a;

  font-family: MicrosoftYaHei;

  font-size: 14px;

  line-height: 40px;

  letter-spacing: 0px;

  color: #fafafa;
}

@media (max-width: 1920px) {
}

@media (max-width: 1599px) {
}

@media (max-width: 1477px) {
}

@media (max-width: 1365px) {
}

@media (max-width: 1199px) {
  .lxwm-box {
    width: 96%;
  }
}

@media (max-width: 990px) {
}

@media (max-width: 767px) {
  .sjbread {
    display: none;
  }

  .lxwm-box {
    margin: 30px auto;
  }

  .lxwm-info {
    margin: 30px auto;

    flex-wrap: wrap;
  }

  .info-item {
    width: 100%;

    margin-bottom: 20px;
  }

  input {
    width: 100%;

    margin-bottom: 20px;
  }

  textarea {
    margin-top: 0;
  }
}
