.swiper {
  height: 25vw;
}
@media (max-width: 500px) {
  .swiper {
    height: 300px;
  }
}
@media (max-width: 1050px) and (min-width: 501px) {
  .swiper {
    height: 480px;
  }
}
.swiper .text {
  top: auto;
  bottom: 100px;
  font-size: 60px;
}
@media (max-width: 500px) {
  .swiper .text {
    font-size: 30px;
  }
}

.container {
  max-width: 1600px;
  width: 83.333vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .container {
    width: 78.125vw;
    max-width: 2000px;
  }
}

.wrap {
  margin-top: 55px;
}
@media (max-width: 500px) {
  .wrap {
    padding: 0px 0;
  }
}
.wrap .d-tlt {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 36px;
  letter-spacing: 3px;
}
.wrap .d-tlt .shu {
  width: 6px;
  height: 32px;
  background: #d01029;
  margin-right: 10px;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .wrap .d-tlt .shu {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .wrap .d-tlt .shu {
    width: 4px;
    height: 20px;
  }
}
@media (max-width: 1050px) and (min-width: 501px) {
  .wrap .d-tlt {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .wrap .d-tlt {
    font-size: 25px;
  }
}
.wrap .d-tit2 {
  margin-top: 55px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .wrap .d-tit2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .wrap .d-tit2 {
    font-size: 18px;
  }
}
.wrap .d-tit2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background-image: url("/image/wan.png");
  background-size: cover;
  width: 61px;
  height: 20px;
}

.c1 {
  display: flex;
  align-items: center;
  padding: 60px 0;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .c1 {
    padding: 0px 0;
  }
}
.c1 .log {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c1 .log {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .c1 .log {
    width: 90%;
  }
}
.c1 .log img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.c1 .text {
  width: 50%;
  color: #000;
  font-size: 14px;
  text-indent: 30px;
  line-height: 1.8;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c1 .text {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .c1 .text {
    width: 100%;
  }
}

.c2 {
  margin: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .c2 {
    margin: 30px 0 30px;
  }
}
.c2 .c2_i {
  display: flex;
  align-items: stretch;
  width: calc(50% - 0.78vw);
  flex-shrink: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(234, 234, 234);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  height: 114px;
}
@media (max-width: 1300px) and (min-width: 1050px) {
  .c2 .c2_i {
    width: 100%;
  }
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c2 .c2_i {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .c2 .c2_i {
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 114px;
    flex-direction: column;
  }
}
.c2 .c2_i .name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(234, 234, 234);
  flex-shrink: 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 0 30px;
}
.c2 .c2_i .name::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  background-image: url(/image/wan.png);
  background-size: cover;
  width: 61px;
  height: 20px;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c2 .c2_i .name {
    padding: 0 10px;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .c2 .c2_i .name {
    padding: 0 10px;
    font-size: 15px;
    height: 80px;
    border-bottom: 1px solid rgb(234, 234, 234);
  }
}
.c2 .c2_i .text {
  justify-content: center;
  display: flex;
  align-items: center;
  flex: 1;
  color: #000;
  font-size: 36px;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c2 .c2_i .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .c2 .c2_i .text {
    font-size: 18px;
    padding: 10px 0;
  }
}
.c2 .c2_i .text span {
  margin-left: 20px;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c2 .c2_i .text span {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .c2 .c2_i .text span {
    margin-left: 10px;
  }
}
.c2 .c2_i .text2 {
  padding: 0 40px 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 500px) {
  .c2 .c2_i .text2 {
    padding: 10px;
    font-size: 14px;
  }
}

.zs_list.c3 {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6042vw 0;
}
.zs_list.c3 .zs_i {
  margin: 0 auto;
  width: 17vw;
  width: calc(25% - 1.5625vw);
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  max-width: 390px;
}
@media (max-width: 500px) {
  .zs_list.c3 .zs_i {
    width: 40vw;
  }
}
@media (min-width: 1920px) {
  .zs_list.c3 .zs_i {
    max-width: 460px;
  }
}
.zs_list.c3 .zs_i img {
  width: 100%;
}
.zs_list.c3 .zs_i .tit {
  color: #000;
  font-size: 16px;
  text-align: center;
}
.zs_list.c3 .max {
  width: calc(50% - 1.5625vw);
  max-width: 793px;
}
@media (min-width: 1920px) {
  .zs_list.c3 .max {
    max-width: 1000px;
  }
}
.zs_list.c3 .max .tit {
  margin-top: 30px;
}
.zs_list.c3 .max:first-child {
  margin-right: auto;
}
.zs_list.c3 .max:last-child {
  margin-left: auto;
}
.zs_list.c3 .zw {
  width: 20vw;
  height: 0;
  margin: 0 auto;
}

.c4 {
  margin-bottom: 120px;
  display: flex;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c4 {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .c4 {
    flex-direction: column;
  }
}
.c4 .l {
  width: 70%;
}
.c4 .l #map {
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 1050px) and (min-width: 501px) {
  .c4 .l {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .c4 .l {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
  }
}
.c4 .r {
  margin-left: 43px;
}
.c4 .r .web_name {
  color: #000;
  font-size: 30px;
  margin-bottom: 35px;
}
.c4 .r .t2_i {
  color: #000;
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: center;
}
.c4 .r .t2_i img {
  margin-right: 10px;
}/*# sourceMappingURL=contact.css.map */