.page {
  background-color: #fff;
  padding-bottom: 6rem;
}

.bg {
  width: 100%;
  height: 20rem;
  background: url(/images/contact-top-bg.png) repeat-x;
}

.areaOne {
  display: flex;
  width: 85rem;
  margin: 0 auto;
  /* height: 42rem; */
  height: 38rem;
  background: #fff;
  margin-top: -14rem;
  
}

.areaOne .left {
  width: 55%;
  height: 100%;
  position: relative;
}
.areaOne .left .pic{
  width: 100%;
  height: 100%;
}


.areaOne .right {
  width: 45%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: end;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.areaOne .right form {
  width: 100%;
  padding-left: 4rem;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}
.areaOne .right form .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.areaOne .right form .desc {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.areaOne .right form .top {
  display: flex;
  margin: 1rem 0;
  width: 80%;
}
.areaOne .right form .top input {
  padding: 0.45rem 1rem;
  outline: none;
  background: #f2f3f4;
  border-radius: 6px;
  width: 100%;
  font-size: 1.2rem;
}
.bottom textarea {
  width: 80%;
  height: 6rem;
  resize: none;
  outline: none;
  box-sizing: border-box;
  padding: 0.45rem 1rem;
  background: #f2f3f4;
  border-radius: 6px;
  font-size: 1.2rem;
}
.areaOne .right form button {
  padding: 10px 3rem;
  color: #fff;
  background-color: #aa0000;
  margin-top: 3rem;
  border-radius: 8px;
}

.areaTwo {
  width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}
.areaTwo .title {
  font-size: 1.75rem;
  padding: 2rem 0;
}
.areaTwo .info {
  font-size: 0.8rem;
}
.areaTwo #map {
  width: 100%;
  height: 31.25rem;
  margin-top: 2.5rem;
  background-color: #888;
}
.areaTwo #map img {
  max-width: none !important;
}

@media screen and (max-width: 1200px) {
  .page .bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 40vw;
    position: relative;
  }
  .page .bg .pic {
    width: 35vw;
    height: 28vw;
    background-color: #C6151D;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
  }
  .page .bg .pic img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 3vw;
    top: 7vw;
  }
  .page .bg .text {
    font-size: 5vw;
    color: #fff;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 5vw;
    transform: translateX(-50%);
  }
  .page .areaOne {
    display: block;
    width: 100%;
    height: auto;
  }
  .page .areaOne .left {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .page .areaOne .left .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/res/202407/17/0d7adefed3b0de32.png");
    opacity: 0.2;
  }
  .page .areaOne .left form {
    width: 100%;
    padding-right: 5.1282051282vw;
    padding-left: 5.1282051282vw;
    padding-top: 5.1282051282vw;
    position: relative;
    z-index: 2;
  }
  .page .areaOne .left form .title {
    font-size: 7.1794871795vmin;
  }
  .page .areaOne .left form .desc {
    font-size: 4.1025641026vw;
    margin-top: 4.1025641026vw;
  }
  .page .areaOne .left form .top {
    display: flex;
    justify-content: space-between;
    margin: 5.1282051282vw 0;
  }
  .page .areaOne .left form .top input {
    width: 47%;
    padding: 5.1282051282vw;
    outline: none;
    border: 1px solid rgba(192, 19, 25, 0.5019607843);
    border-radius: 6px;
  }
  .page .areaOne .left form .bottom textarea {
    width: 100%;
    height: 15.3846153846vw;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 3.8461538462vw 6.1538461538vw;
    border: 1px solid rgba(192, 19, 25, 0.5019607843);
    border-radius: 6px;
  }
  .page .areaOne .left form button {
    padding: 1.2820512821vw 3.8461538462vw;
    color: #fff;
    background-color: #C6151D;
    font-size: 3.0769230769vw;
    margin-top: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .page .areaOne .right {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 5.1282051282vw;
  }
  .page .areaOne .right .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/res/202407/17/d0b4f77fd8205a01.png");
    opacity: 0.2;
  }
  .page .areaOne .right .box {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 5.1282051282vw;
    padding-left: 5.1282051282vw;
    padding-top: 5.1282051282vw;
  }
  .page .areaOne .right .box .title {
    font-size: 7.1794871795vmin;
  }
  .page .areaOne .right .box .subTitle {
    font-size: 7.1794871795vmin;
  }
  .page .areaOne .right .box ul {
    display: flex;
    -moz-column-gap: 2.5641025641vw;
         column-gap: 2.5641025641vw;
    margin: 5.1282051282vw 0;
  }
  .page .areaOne .right .box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .areaOne .right .box ul li img {
    width: 38.4615384615vw;
    height: 38.4615384615vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .areaOne .right .box ul li p {
    margin-top: 1.2820512821vw;
  }
  .page .areaOne .right .box .text {
    font-size: 3.0769230769vw;
    margin: 4.1025641026vw 0;
  }
  .page .areaTwo {
    width: 100%;
    margin: 0 auto;
    padding: 5.1282051282vw 1.2820512821vw;
    box-sizing: border-box;
  }
  .page .areaTwo .title {
    font-size: 4.1025641026vmin;
    padding: 5.1282051282vw 0;
  }
  .page .areaTwo .info {
    font-size: 3.0769230769vw;
  }
  .page .areaTwo #map {
    width: 100%;
    height: 76.9230769231vw;
    margin-top: 5.1282051282vw;
    background-color: #888;
  }
}/*# sourceMappingURL=contact.css.map */