.sec1 {
  padding: 12.1875vw 0 8.4375vw;
}
.sec1 .wrap {
  width: 80vw;
  background: #F7F7F7;
  border-radius: 0.625vw;
  margin: 0 auto;
  padding: 1.9791666667vw 2.03125vw 4.4791666667vw;
}
.sec1 .wrap .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
}
.sec1 .wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec1 .wrap .box .l_box {
  width: 45.78125vw;
  position: relative;
}
.sec1 .wrap .box .l_box .l_box_bottom {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.9791666667vw;
  top: 28.59375vw;
}
.sec1 .wrap .box .l_box .l_box_bottom .item {
  cursor: pointer;
  text-align: center;
}
.sec1 .wrap .box .l_box .l_box_bottom .item p {
  font-family: "Microsoft YaHei";
  font-size: 0.7291666667vw;
  color: #000000;
  margin: 0.2604166667vw 0 0;
}
.sec1 .wrap .box .l_box .l_box_bottom .item .iconfont {
  font-size: 2.9166666667vw;
  color: #DADADA;
  transition: 0.6s;
}
.sec1 .wrap .box .l_box .l_box_bottom .item:nth-child(2) {
  margin: -0.2083333333vw 0 0;
}
.sec1 .wrap .box .l_box .l_box_bottom .item:nth-child(2) .iconfont {
  font-size: 3.3333333333vw;
}
.sec1 .wrap .box .l_box .l_box_bottom .item:nth-child(2) p {
  margin: 0.0520833333vw 0 0;
}
.sec1 .wrap .box .l_box .l_box_bottom .item:hover .iconfont, .sec1 .wrap .box .l_box .l_box_bottom .item.on .iconfont {
  color: #DA251C;
}
.sec1 .wrap .box .l_box .map {
  width: 100%;
  height: 29.7395833333vw;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  top: 0;
  left: 0;
}
.sec1 .wrap .box .l_box .map:not(:first-child) {
  position: absolute;
  top: 0;
}
.sec1 .wrap .box .l_box .map #earth {
  width: 31.25vw;
  height: 31.25vw;
  margin: 0 auto;
  position: relative;
}
.sec1 .wrap .box .l_box .map #earth .position {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sec1 .wrap .box .l_box .map #earth .position .point {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
}
.sec1 .wrap .box .l_box .map #earth .position .point .add {
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  border-radius: 50%;
}
.sec1 .wrap .box .l_box .map img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec1 .wrap .box .l_box .map .dians {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec1 .wrap .box .l_box .map .dians .point {
  position: absolute;
  cursor: pointer;
}
.sec1 .wrap .box .l_box .map .dians .point .cir {
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.sec1 .wrap .box .l_box .map .dians .point .cir:after {
  content: "";
  width: 160%;
  height: 160%;
  background: #DA251C;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: 0.6s;
}
.sec1 .wrap .box .l_box .map .dians .point .cir:before {
  content: "";
  width: 220%;
  height: 220%;
  background: #DA251C;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: 0.6s;
}
.sec1 .wrap .box .l_box .map .dians .point .text {
  font-size: 0.7291666667vw;
  color: #333333;
  position: absolute;
  right: 0;
  width: max-content;
  top: 50%;
  transform: translate(100%, -50%);
  box-shadow: 0 0 5.2083333333vw rgba(51, 51, 51, 0.8);
  padding: 0.6770833333vw;
  border-radius: 3.125vw;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.6s;
  min-width: 4.1666666667vw;
  text-align: center;
}
.sec1 .wrap .box .l_box .map .dians .point.on {
  z-index: 3;
}
.sec1 .wrap .box .l_box .map .dians .point.on .cir {
  transform: scale(2.2);
}
.sec1 .wrap .box .l_box .map .dians .point.on .cir:after, .sec1 .wrap .box .l_box .map .dians .point.on .cir:before {
  opacity: 0.1;
}
.sec1 .wrap .box .l_box .map .dians .point.on .text {
  opacity: 1;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(1) {
  top: 16.5104166667vw;
  left: 38.0208333333vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(2) {
  top: 16.71875vw;
  left: 38.3333333333vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(3) {
  top: 16.9791666667vw;
  left: 38.1770833333vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(4) {
  top: 16.8229166667vw;
  left: 37.03125vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(5) {
  top: 17.1875vw;
  left: 36.1979166667vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(6) {
  top: 17.4479166667vw;
  left: 35.8854166667vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(7) {
  top: 17.34375vw;
  left: 36.9791666667vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(8) {
  top: 17.34375vw;
  left: 37.4479166667vw;
}
.sec1 .wrap .box .l_box .map .dians .point:nth-child(9) {
  top: 18.0208333333vw;
  left: 37.0833333333vw;
}
.sec1 .wrap .box .l_box .map.on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: 0.6s;
}
.sec1 .wrap .box .r_box {
  width: 27.65625vw;
}
.sec1 .wrap .box .r_box .map1_swiper, .sec1 .wrap .box .r_box .map3_swiper {
  height: 6.6145833333vw;
  border-top: 0.0520833333vw solid #D5D5D5;
  border-bottom: 0.0520833333vw solid #D5D5D5;
}
.sec1 .wrap .box .r_box .map1_swiper .swiper-slide, .sec1 .wrap .box .r_box .map3_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.sec1 .wrap .box .r_box .map1_swiper .swiper-slide .address, .sec1 .wrap .box .r_box .map3_swiper .swiper-slide .address {
  font-size: 1.0416666667vw;
  color: #666666;
}
.sec1 .wrap .box .r_box .map1_swiper .swiper-slide .p, .sec1 .wrap .box .r_box .map3_swiper .swiper-slide .p {
  display: none;
}
.sec1 .wrap .box .r_box .map2_swiper {
  height: 17.96875vw;
}
.sec1 .wrap .box .r_box .map2_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec1 .wrap .box .r_box .map2_swiper .swiper-slide .address {
  font-size: 1.4583333333vw;
  color: #333333;
  margin-bottom: 1.3541666667vw;
}
.sec1 .wrap .box .r_box .map2_swiper .swiper-slide .p {
  font-size: 0.7291666667vw;
  color: #666666;
  line-height: 1.4583333333vw;
}
.sec1 .wrap .box .r_box .btns {
  display: flex;
  gap: 1.0416666667vw;
  margin: 2.3958333333vw 0 0;
}
.sec1 .wrap .box .r_box .btns .jt {
  width: 3.6979166667vw;
  height: 4.0625vw;
  background: #FFFFFF;
  border-radius: 0.3125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  cursor: pointer;
}
.sec1 .wrap .box .r_box .btns .jt img {
  display: block;
  width: 0.9895833333vw;
  transition: 0.6s;
}
.sec1 .wrap .box .r_box .btns .jt.next {
  transform: rotate(180deg);
}
.sec1 .wrap .box .r_box .btns .jt:hover {
  background: #DA251C;
}
.sec1 .wrap .box .r_box .btns .jt:hover img {
  filter: brightness(0) invert(1);
}

.sec2 {
  background: #F7F7F7;
  padding: 4.375vw 10vw 6.0416666667vw;
}
.sec2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec2 .wrap .l_box .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 0.78125vw;
}
.sec2 .wrap .l_box .des {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
}
.sec2 .wrap .r_box {
  width: 56.8229166667vw;
}
.sec2 .wrap .r_box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.0833333333vw 0;
}
.sec2 .wrap .r_box form .down_pull {
  position: relative;
  z-index: 10;
}
.sec2 .wrap .r_box form .down_pull:nth-child(1) {
  z-index: 11;
}
.sec2 .wrap .r_box form .down_pull .text {
  width: 18.3854166667vw;
  height: 4.0104166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 0 1.1979166667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2 .wrap .r_box form .down_pull .text .txt {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #666666;
}
.sec2 .wrap .r_box form .down_pull .text .icon img {
  display: block;
  width: 0.9895833333vw;
}
.sec2 .wrap .r_box form input {
  display: block;
  width: 18.3854166667vw;
  height: 4.0104166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 0 1.1979166667vw;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
  border: none;
}
.sec2 .wrap .r_box form input::placeholder {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #666666;
}
.sec2 .wrap .r_box form textarea {
  display: block;
  width: 100%;
  height: 11.9791666667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: none;
  padding: 1.6145833333vw 1.1979166667vw;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
}
.sec2 .wrap .r_box form textarea::placeholder {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #666666;
}
.sec2 .wrap .r_box form .common_btn {
  gap: 1.9791666667vw;
}
.sec2 .wrap .r_box form .common_btn p {
  color: #333333;
  transition: 0.6s;
}
.sec2 .wrap .r_box .line {
  width: 100%;
  height: 0.0520833333vw;
  background: #CCCCCC;
  margin: 1.875vw 0 2.0833333333vw;
}
.sec2 .wrap .r_box .r_box_bottom {
  display: flex;
  justify-content: space-between;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box {
  width: 21.8229166667vw;
  height: 11.8229166667vw;
  background: #FFFFFF;
  border-radius: 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box .h5 {
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #000000;
  padding: 1.1979166667vw 1.1979166667vw 0;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom {
  width: 100%;
  height: 4.0625vw;
  background: linear-gradient(to bottom, #F7F7F7, #fff);
  border-radius: 2.0833333333vw;
  display: flex;
  align-items: center;
  padding: 0 0.2604166667vw;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .icon {
  width: 3.59375vw;
  height: 3.59375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .icon img {
  display: block;
  width: 1.875vw;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
  margin: 0 1.71875vw 0 0.9375vw;
}
.sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .tel {
  font-family: "AvenirNext";
  font-weight: bold;
  font-size: 1.3020833333vw;
  color: #DA251C;
}
.sec2 .wrap .r_box .r_box_bottom .flex {
  display: flex;
  gap: 1.25vw;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item {
  width: 9.4270833333vw;
  height: 11.8229166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 1.1979166667vw 0 0;
  overflow: hidden;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir {
  width: 7.5vw;
  height: 7.5vw;
  position: relative;
  margin: 0 auto;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box {
  width: 100%;
  height: 100%;
  background: #FFFAFA;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 {
  width: 7.1354166667vw;
  height: 7.1354166667vw;
  background: url("../images/cir1.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625vw;
  position: relative;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 .line1 {
  width: 6.1458333333vw;
  height: 6.1458333333vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 .line1 img {
  display: block;
  width: 3.0729166667vw;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 img {
  display: block;
  width: 1.5625vw;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .cir:after {
  content: "";
  width: 100%;
  height: 4.6875vw;
  transform: rotate(-30deg);
  position: absolute;
  top: 3.75vw;
  left: 0;
  transform-origin: top center;
  background: linear-gradient(180deg, rgba(218, 37, 28, 0.3), rgba(218, 37, 28, 0) 90%);
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .jt {
  width: 0.78125vw;
  transition: 0.6s;
  margin: 1.0416666667vw auto 0;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .jt img {
  display: block;
  width: 100%;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .ewm {
  width: 6.9270833333vw;
  margin: 0 auto 1.40625vw;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item .ewm img {
  display: block;
  width: 100%;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  text-align: center;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item:nth-child(2) {
  padding: 0.78125vw 0 0;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item:nth-child(2) {
  padding: 0.8333333333vw 0 0;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item:nth-child(2) .ewm {
  width: 7.8645833333vw;
  margin: 0 auto 0.8333333333vw;
}
.sec2 .wrap .r_box .r_box_bottom .flex .item:hover .jt {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 50px 5vw;
  }
  .sec1 .wrap {
    width: 100%;
    padding: 30px 20px;
  }
  .sec1 .wrap .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
  .sec1 .wrap .box {
    display: block;
  }
  .sec1 .wrap .box .l_box {
    width: 100%;
    padding: 60px 0 0;
    margin-bottom: 15px;
  }
  .sec1 .wrap .box .l_box .l_box_bottom {
    top: 0;
    gap: 20px;
  }
  .sec1 .wrap .box .l_box .l_box_bottom .item .iconfont {
    font-size: 32px;
  }
  .sec1 .wrap .box .l_box .l_box_bottom .item p {
    font-size: 10px;
    margin: 3px 0 0;
  }
  .sec1 .wrap .box .l_box .l_box_bottom .item:nth-child(2) {
    margin: -2px 0 0;
  }
  .sec1 .wrap .box .l_box .l_box_bottom .item:nth-child(2) .iconfont {
    font-size: 34px;
  }
  .sec1 .wrap .box .l_box .l_box_bottom .item:nth-child(2) p {
    margin: 3px 0 0;
  }
  .sec1 .wrap .box .l_box .map {
    height: 56vw;
  }
  .sec1 .wrap .box .l_box .map:not(:first-child) {
    top: 60px;
  }
  .sec1 .wrap .box .l_box .map .dians .point .cir {
    width: 4px;
    height: 4px;
    transform: scale(1) !important;
  }
  .sec1 .wrap .box .l_box .map .dians .point .text {
    font-size: 10px;
    padding: 4px 10px;
    right: -10px;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(1) {
    top: 31.110417vw;
    left: 68.220833vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(2) {
    top: 32.11875vw;
    left: 68.533333vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(3) {
    top: 32.11875vw;
    left: 67.533333vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(4) {
    top: 31.822917vw;
    left: 65.23125vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(5) {
    top: 32.822917vw;
    left: 63.23125vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(6) {
    top: 32.822917vw;
    left: 65.23125vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(7) {
    top: 30.822917vw;
    left: 64.23125vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(8) {
    top: 32.822917vw;
    left: 64.43125vw;
  }
  .sec1 .wrap .box .l_box .map .dians .point:nth-child(9) {
    top: 33.822917vw;
    left: 66.23125vw;
  }
  .sec1 .wrap .box .l_box .map #earth {
    width: 56vw;
    height: 56vw;
  }
  .sec1 .wrap .box .l_box .map #earth .position .point .add {
    width: 4px;
    height: 4px;
  }
  .sec1 .wrap .box .r_box {
    width: 100%;
  }
  .sec1 .wrap .box .r_box .btns {
    justify-content: center;
    gap: 10px;
    margin: 15px 0 0;
  }
  .sec1 .wrap .box .r_box .btns .jt {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .sec1 .wrap .box .r_box .btns .jt img {
    width: 10px;
  }
  .sec1 .wrap .box .r_box .map2_swiper {
    height: 150px;
  }
  .sec1 .wrap .box .r_box .map2_swiper .swiper-slide {
    text-align: center;
  }
  .sec1 .wrap .box .r_box .map2_swiper .swiper-slide .address {
    font-size: 20px;
  }
  .sec1 .wrap .box .r_box .map2_swiper .swiper-slide .p {
    font-size: 13px;
    line-height: 1.6;
  }
  .sec1 .wrap .box .r_box .map1_swiper, .sec1 .wrap .box .r_box .map3_swiper {
    height: 60px;
  }
  .sec1 .wrap .box .r_box .map1_swiper .swiper-slide, .sec1 .wrap .box .r_box .map3_swiper .swiper-slide {
    text-align: center;
    justify-content: center;
  }
  .sec1 .wrap .box .r_box .map1_swiper .swiper-slide .address, .sec1 .wrap .box .r_box .map3_swiper .swiper-slide .address {
    font-size: 18px;
  }
  .sec2 {
    padding: 50px 5vw;
  }
  .sec2 .wrap {
    display: block;
  }
  .sec2 .wrap .l_box {
    margin-bottom: 20px;
  }
  .sec2 .wrap .l_box .title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .sec2 .wrap .l_box .des {
    font-size: 14px;
  }
  .sec2 .wrap .r_box {
    width: 100%;
  }
  .sec2 .wrap .r_box .line {
    margin: 15px 0;
  }
  .sec2 .wrap .r_box .r_box_bottom {
    display: block;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box {
    width: 100%;
    border-radius: 25px;
    height: unset;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box .h5 {
    font-size: 18px;
    padding: 20px 15px 30px;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom {
    height: 50px;
    border-radius: 25px;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .icon {
    width: 50px;
    height: 50px;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .icon img {
    width: 20px;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .p {
    font-size: 13px;
    margin: 0 15px;
  }
  .sec2 .wrap .r_box .r_box_bottom .tel_box .tel_box_bottom .tel {
    font-size: 18px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex {
    margin: 15px 0 0;
    justify-content: space-between;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item {
    width: calc(33.33% - 7px);
    padding: 20px !important;
    height: unset;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .ewm {
    width: 100% !important;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .jt {
    width: 10px;
    margin: 10px auto 0;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .cir {
    width: 70px;
    height: 70px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .cir:after {
    height: 40px;
    top: 35px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 {
    width: 60px;
    height: 60px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 img {
    width: 16px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 p {
    font-size: 8px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item .cir .cir_box .cir_box1 .line1 {
    width: 50px;
    height: 50px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item p {
    font-size: 10px;
  }
  .sec2 .wrap .r_box .r_box_bottom .flex .item:nth-child(2) .ewm {
    width: 120% !important;
    margin: -10% 0 0 -10%;
  }
  .sec2 .wrap .r_box form {
    gap: 10px;
  }
  .sec2 .wrap .r_box form input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
  }
  .sec2 .wrap .r_box form input::placeholder {
    font-size: 14px;
  }
  .sec2 .wrap .r_box form textarea {
    height: 150px;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .sec2 .wrap .r_box form textarea::placeholder {
    font-size: 14px;
  }
  .sec2 .wrap .r_box form .down_pull {
    width: 100%;
  }
  .sec2 .wrap .r_box form .down_pull .text {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0 15px;
  }
  .sec2 .wrap .r_box form .down_pull .text .txt {
    font-size: 14px;
  }
  .sec2 .wrap .r_box form .down_pull .text .icon img {
    width: 10px;
  }
}

/*# sourceMappingURL=contact.css.map */
