@charset "UTF-8";
#contact-banner {
  position: fixed;
  width: 100%;
  margin-top: 0.1rem;
}

#footer-box {
  z-index: 2;
  position: relative;
}

main .banner {
  width: 100%;
  height: 7.4rem;
  position: relative;
  overflow: hidden;
}

main .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

main .banner div {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 0.4rem;
  line-height: 0.9rem;
  width: 100%;
}

main .content-box {
  height: 18.74rem;
  position: relative;
  background-color: #fff;
}

main .content-box .nav {
  height: 5.18rem;
  background-color: #39aeb2;
  padding: 1rem 0 1.4rem 1.38rem;
}

main .content-box .nav .title1 {
  font-size: 1.64rem;
  color: #fff;
}

main .content-box .nav .line {
  height: 0.05rem;
  width: 0.1rem;
  background-color: #fff;
  margin-top: 0.2rem;
}

main .content-box .nav .title2 {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.1rem;
}

main .content-box .form {
  width:100%;
  height: 17.74rem;
  position: absolute;
  right: 0;
  top: 1.38rem;
  padding: 0 2.6rem 0.79rem 2.26rem;
}

main .content-box .form .title {
  font-size: 0.26rem;
  letter-spacing: 0.06rem;
  color: #4c4c4c;
}

main .content-box .form .description {
  font-size: 0.2rem;
  color: #8a8a8a;
  margin-top: 0.6rem;
}
main .content-box .form .description-title1 {
  font-size: 0.20rem;
  color: #000000;
}
main .content-box .form .description-title1 span{
  color: #4c7f80;
}
main .content-box .form .bottom {
  margin-top: .86rem;
}

main .content-box .form .bottom .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .content-box .form .bottom .box1 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

main .content-box .form .bottom .box1 .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  border-bottom: 1px solid #000;
}

main .content-box .form .bottom .box1 .left .top span {
  font-size: 0.20rem;
  padding-bottom: 0.2rem;
}

main .content-box .form .bottom .box1 .left .top input {
  background-color: transparent;
  color: #000;
  font-size: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0.2rem;
  padding-left: 0.02rem;
  position: relative;
  display: block;
}

main .content-box .form .bottom .box1 .left .top img {
  width: 0.2rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}

main
  .content-box
  .form
  .bottom
  .box1
  .left
  .top
  input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}

main .content-box .form .bottom .box1 .left .top input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

main .content-box .form .bottom .box1 .left .top input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

main .content-box .form .bottom .box1 .left .top input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

main .content-box .form .bottom .box1 .left .bottom1 {
  font-size: 0.17rem;
  color: #b93838;
  position: absolute;
  bottom: -0.3rem;
  left: 0.1rem;
}

main .content-box .form .bottom .box1 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0.56rem;
  position: relative;
}

main .content-box .form .bottom .box1 .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  border-bottom: 1px solid #000;
  padding-bottom: 0.13rem;
}

main .content-box .form .bottom .box1 .right .top span {
  font-size: 0.2rem;
  padding-bottom: 0.2rem;
}

main .content-box .form .bottom .box1 .right .top input {
  background-color: transparent;
  color: #000;
  font-size: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0.2rem;
  padding-left: 0.02rem;
  position: relative;
  display: block;
}

main .content-box .form .bottom .box1 .right .top img {
  width: 0.2rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}

main
  .content-box
  .form
  .bottom
  .box1
  .right
  .top
  input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}

main .content-box .form .bottom .box1 .right .top input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

main .content-box .form .bottom .box1 .right .top input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

main .content-box .form .bottom .box1 .right .top input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

main .content-box .form .bottom .box1 .right .bottom1 {
  font-size: 0.17rem;
  color: #b93838;
  position: absolute;
  bottom: -0.3rem;
  left: 0.1rem;
}

main .content-box .form .bottom .box1 .right ul {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 0.45rem;
  left: 0rem;
  max-height: 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
}

main .content-box .form .bottom .box1 .right ul li {
  color: #333;
  height: 0.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  padding-left: 0.35rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .content-box .form .bottom .box1 .right ul li:hover {
  background-color: #e9ebec;
}

main .content-box .form .bottom .box2 {
  margin-top: 0.6rem;
}

main .content-box .form .bottom .box2 ul {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 0.45rem;
  left: 0rem;
  max-height: 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
}

main .content-box .form .bottom .box2 ul li {
  color: #333;
  height: 0.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  padding-left: 0.35rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .content-box .form .bottom .box2 ul li:hover {
  background-color: #e9ebec;
}

main .content-box .form .bottom .box3 {
  width: 100%;
  margin-top: 0.6rem;
}

main .content-box .form .bottom .box3 input {
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 0.2rem;
  width: 100%;
  padding-bottom: 0.2rem;
  position: relative;
  display: block;
}

main .content-box .form .bottom .box3 input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}

main .content-box .form .bottom .box3 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

main .content-box .form .bottom .box3 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

main .content-box .form .bottom .box3 input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

main .content-box .form .bottom .box4 {
  margin-top: 0.85rem;
}

main .content-box .form .bottom .box4 textarea {
  resize: none;
  width: 100%;
  height: 3.2rem;
  border: 1px solid #000;
  padding: 0.38rem 0.23rem;
  font-size: 0.2rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main .content-box .form .bottom .box4 textarea:focus-visible {
  outline: none;
}

main .content-box .form .bottom .box4 .bottom1 {
  font-size: 0.17rem;
  color: #b93838;
  position: relative;
  top: 0.11rem;
}

main .content-box .form .bottom .box6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
  position: relative;
}

main .content-box .form .bottom .box6 .select {
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

main .content-box .form .bottom .box6 .select img {
  width: 0.17rem;
}

main .content-box .form .bottom .box6 .text {
  font-size: 0.2rem;
  color: #000;
  margin-left: 0.2rem;
}
main .content-box .form .bottom .box6 .text span {
  border-bottom: 1px solid #000;
  color: #39aeb2;
  cursor: pointer;
}

main .content-box .form .bottom .box6 .bottom1 {
  font-size: 0.17rem;
  color: #b93838;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

main .content-box .form .bottom .box5 {
  width: 4rem;
    height: 0.86rem;
  background-color: #39aeb2;
  font-size: 0.26rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 0.05rem solid #60a2d6;
  margin-top: 0.5rem;
}
.form.locations{
    top: 0.38rem !important;
    padding: 0 2.6rem 0.2rem 2.26rem !important;
}
.location-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .3rem;
    width: 100%;
    justify-content: center;
}
.location-item {
    width: 40%;
    height: auto;
    background-color: #fff;
    border: 1px solid #e2e4e3;
    display: flex;
    flex-direction: column;
    padding: .55rem;
    align-items: center;
    margin: .2rem;
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
}
h5.card-title {
    font-size: .40rem;
    
}
.location-item p {
    font-size: 0.16rem;
    padding: 0.05rem 0 !important;
}
.location-item p a {
    color: #39aeb2;
}

@media (max-width: 1012px) {
  main {
    overflow: hidden;
  }
  main .banner {
    width: 100%;
    height: 6.74rem;
    position: relative;
    overflow: hidden;
  }
  main .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .banner div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.6rem;
    width: 100%;
  }
  main .content-box {
    height: auto;
    position: relative;
  }
  main .content-box .nav {
    height: auto;
    background-color: #39aeb2;
    padding: 0.88rem 0.8rem 0.76rem 0.8rem;
  }
  main .content-box .nav .title1 {
    font-size: 1.09rem;
    color: #fff;
  }
  main .content-box .nav .line {
    height: 0.05rem;
    width: 0.1rem;
    background-color: #fff;
    margin-top: 0.2rem;
  }
  main .content-box .nav .title2 {
    font-size: 0.5rem;
    color: #fff;
    margin-top: 0.1rem;
  }
  main .content-box .form .title {
    font-size: 0.4rem;
    letter-spacing: 0.06rem;
    padding:0.88rem 0.8rem 0 0.8rem;
  }
  main .content-box .form .description {
    font-size: 0.28rem;
    line-height: 0.33rem;
    padding:0.6rem 0.8rem 0 0.8rem;
    margin: 0;
  }
  main .content-box .form .description-title1 {
    font-size: 0.28rem;
    margin-bottom: .3rem;
}
  main .content-box .form {
    width: 100%;
    height: auto;
    position: static;
    padding: 0;
    top: 0;
    padding-bottom: 1.5rem;
  }
  main .content-box .form .bottom {
    margin-top: 0;
    padding: 0 0.67rem;
    padding-top: 1rem;
  }
  main .content-box .form .bottom .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .content-box .form .bottom .box1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.8rem;
  }
  main .content-box .form .bottom .box1 .left .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #373737;
  }
  main .content-box .form .bottom .box1 .left .top span {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
  }
  main .content-box .form .bottom .box1 .left .top input {
    background-color: transparent;
    color: #373737;
    font-size: 0.28rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0.25rem;
    padding-left: 0.02rem;
    position: relative;
    display: block;
  }
  main
    .content-box
    .form
    .bottom
    .box1
    .left
    .top
    input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .left .top input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .left .top input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .left .top input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .left .top img {
    width: 0.21rem;
  }
  main .content-box .form .bottom .box1 .left .bottom1 {
    font-size: 0.17rem;
    color: #b93838;
    position: absolute;
    bottom: -0.3rem;
    left: 0.1rem;
  }
  main .content-box .form .bottom .box1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    position: relative;
  }
  main .content-box .form .bottom .box1 .right .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #373737;
  }
  main .content-box .form .bottom .box1 .right .top span {
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
  }
  main .content-box .form .bottom .box1 .right .top input {
    background-color: transparent;
    color: #373737;
    font-size: 0.28rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0.2rem;
    padding-left: 0.02rem;
    position: relative;
    display: block;
  }
  main
    .content-box
    .form
    .bottom
    .box1
    .right
    .top
    input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .right .top input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .right .top input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #373737;
  }
  main
    .content-box
    .form
    .bottom
    .box1
    .right
    .top
    input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #373737;
  }
  main .content-box .form .bottom .box1 .right .top img {
    width: 0.21rem;
  }
  main .content-box .form .bottom .box1 .right .bottom1 {
    font-size: 0.17rem;
    color: #b93838;
    position: absolute;
    bottom: -0.3rem;
    left: 0.1rem;
  }
  main .content-box .form .bottom .box1 .right ul {
    position: absolute;
    background-color: #fff;
    width: 99%;
    top: 0.45rem;
    left: 0.1rem;
    max-height: 2rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
  }
  main .content-box .form .bottom .box1 .right ul li {
    color: #333;
    height: 0.68rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.18rem;
    padding-left: 0.35rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  main .content-box .form .bottom .box1 .right ul li:hover {
    background-color: #e9ebec;
  }
  main .content-box .form .bottom .box2 {
    margin-top: 0.8rem;
  }
  main .content-box .form .bottom .box2 ul {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0.45rem;
    left: 0rem;
    max-height: 2rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
  }
  main .content-box .form .bottom .box2 ul li {
    color: #333;
    height: 0.68rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.18rem;
    padding-left: 0.35rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  main .content-box .form .bottom .box2 ul li:hover {
    background-color: #e9ebec;
  }
  main .content-box .form .bottom .box3 {
    width: 100%;
    margin-top: 0.6rem;
  }
  main .content-box .form .bottom .box3 input {
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 0.28rem;
    width: 100%;
    padding-bottom: 0.2rem;
    position: relative;
    display: block;
  }
  main .content-box .form .bottom .box3 input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #000;
  }
  main .content-box .form .bottom .box3 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
  }
  main .content-box .form .bottom .box3 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
  }
  main .content-box .form .bottom .box3 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
  }
  main .content-box .form .bottom .box4 {
    margin-top: 0.85rem;
  }
  main .content-box .form .bottom .box4 textarea {
    resize: none;
    width: 100%;
    height: 3.2rem;
    border: 1px solid #000;
    padding: 0.38rem 0.23rem;
    font-size: 0.28rem;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .content-box .form .bottom .box4 textarea:focus-visible {
    outline: none;
  }
  main .content-box .form .bottom .box4 .bottom1 {
    font-size: 0.17rem;
    color: #b93838;
    position: relative;
    top: 0.11rem;
  }
  main .content-box .form .bottom .box5 {
    width: 100%;
    height: 0.7rem;
    background-color: #39aeb2;
    font-size: 0.26rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 0.05rem solid #60a2d6;
    margin-top: 0.75rem;
  }
  main .content-box .form .description{font-size: 0.28rem;}
  main .content-box .form .bottom .box6 .text{font-size: 0.28rem;}
  main .content-box .form .bottom .box1 .left .top span{font-size: 0.28rem;}
    .form.locations {
        padding: 0 !important;
    }
    .location-item {
        width: 100% !important;    
    }
    .location-item p {
        font-size: 0.24rem !important;
    }
}
/*# sourceMappingURL=contact.css.map */
