body {
  line-height: 1.5;
}
form .input-group{
    position: relative;
}
form .input-group em{
    font-style: inherit;
    color: #ff3636;
    font-size: 14px;
    position: absolute;
  	bottom: -24px;
    left: 20px;
    right: 0;
}
.inner_banner .txt {
  top: 41%;
}
.cont {
  margin-top: -13%;
  margin-bottom: 6%;
  position: relative;
  z-index: 6;
}
.cont .title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.cont .title .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cont .title p {
  font-family: 'Bank';
  color: #634f44;
  display: block;
  text-align: center;
  line-height: 1;
}
.cont .title p::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #bc9480;
  margin: 18px auto 10px;
}
.cont .title span {
  color: #231815;
  display: block;
  text-align: center;
}
.cont .title .bg {
  width: 13.9%;
}
.cont .w1440 {
  overflow: initial;
}
.cont .item_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cont .item_box .txt {
  width: 40%;
  padding: 0 7%;
}
.cont .item_box .txt .s_logo {
  max-width: 214px;
}
.cont .item_box .txt ul {
  margin-top: 8%;
  padding-top: 10%;
  padding-bottom: 10%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cont .item_box .txt ul:nth-last-child(1) {
  border-top: 0;
  margin-top: 0;
}
.cont .item_box .txt ul li {
  display: flex;
  justify-content: space-between;
  padding: 3% 0;
}
.cont .item_box .txt ul li svg {
  margin: 4px 0 0 0!important;
}
.cont .item_box .txt ul li p {
  width: calc(100% - 30px);
  color: #221815;
}
.cont .item_box .txt ul li p span {
  color: #aaa;
  display: inline-block;
  width: 95px;
  text-align: justify;
  text-align-last: justify;
}
.cont .item_box .map {
  width: 60%;
  height: 750px;
}
.cont .item_box .map img {
  transition: all 0s;
}
.cont .page7 {
  padding: 5% 0 10%;
  background: url('https://omo-oss-image.thefastimg.com/portal-saas/ngc202306270002/cms/image/c8653609-60d3-40e4-a027-dd9fd2e5f21d.jpg?d=1699008850990') center center no-repeat;
  background-size: cover;
}
.cont .page7 .title .text p,
.cont .page7 .title .text span {
  color: #fff;
}
.cont .page7 .title .text p::after {
  background: #fff;
}
.cont .page7 .title .bg {
  opacity: 0.2;
}
.cont .page7 form {
  width: 100%;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .page7 form .input-group {
  width: 32%;
  border-radius: 100px;
  border: 1px solid rgba(188, 148, 128, 0.4);
  padding: 8px 30px;
  background: rgba(35, 24, 21, 0.4);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cont .page7 form .input-group svg {
  width: 20px;
  height: 20px;
  margin: 0!important;
}
.cont .page7 form .input-group input {
  width: calc(100% - 20px);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.cont .page7 form .input-group input:focus {
  outline: none;
  box-shadow: none;
}
.cont .page7 form .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.cont .page7 form .input-group:hover {
  background: #bc9480;
}
.cont .page7 form .textarea-group {
  margin-top: 2%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(188, 148, 128, 0.4);
  padding: 8px 30px;
  background: rgba(35, 24, 21, 0.4);
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.cont .page7 form .textarea-group:hover {
  background: #bc9480;
}
.cont .page7 form .textarea-group svg {
  width: 20px;
  height: 20px;
  margin: 0!important;
  margin-top: 5px!important;
}
.cont .page7 form .textarea-group textarea {
  width: calc(100% - 30px);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  height: 16em;
}
.cont .page7 form .textarea-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.cont .page7 form .submit {
  cursor: pointer;
  width: 200px;
  border-radius: 100px;
  background: #bc9480;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 3% auto 0;
  transition: all 0.3s;
}
.cont .page7 form .submit:hover {
  background: rgba(188, 148, 128, 0.8);
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .item_box .map {
    height: 600px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .title .bg {
    width: 30.16%;
  }
  .cont .title p::after {
    width: 50px;
    height: 2px;
    margin: 3% auto;
  }
  .cont .item_box .txt .s_logo {
    max-width: 150px;
  }
  .cont .item_box {
    flex-wrap: wrap;
  }
  .cont .item_box .txt {
    width: 100%;
    padding-top: 25px;
  }
  .cont .item_box .map {
    width: 100%;
    height: 300px;
  }
  .cont .item_box .txt ul li {
    padding: 5px 0;
  }
  .cont .item_box .txt ul {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cont .page7 form .input-group {
    width: 100%;
    margin-bottom: 15px;
    padding: 3px 30px;
  }
  .cont .page7 form .textarea-group {
    margin-top: 0;
  }
}