body {
  min-width: auto !important;
  min-height: auto !important;
}
/* 面包屑样式 */
.dian {
    position: relative;
    top: -120px;
}

.NyNavMbx {
    background: #FFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 3;
    top: -60px;
}
.mbx {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mbx {
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #D6D6D6;
}

.mbx a {
    color: #333;
    font-size: 14px;
    margin: 0 30px;
}

.mbx a:last-child {
    color: var(--color);
}

@media screen and (max-width: 640px) {

    .mbx a,
    .mbx {
        font-size: 12px;
    }
    .mbx a{margin: 0 5px;}
}


/* 分类 */
.NyNav {
    display: flex;
}

.NyNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border-right: 1px solid #D6D6D6;
    border-bottom: 3px solid #fff;
}

.NyNav a:last-child {
    border-right: 0px;
}

.NyNav a:hover,
.NyNav a.active {
    background: #fff;
    color: var(--color);
    border-bottom: 3px solid var(--color);
}

@media screen and (max-width: 640px) {
    .NyNav {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .NyNav a {
        width: 100%;
        height: 40px;
    }
}


.map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.map .my-map {
  width: 1920px;
  height: 960px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -480px;
}

input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0;
  height: 50px;
  padding: 0 15px;
}

textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0 !important;
  height: 100px;
  padding: 10px 15px;
}

input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}





/* 新加 */

.xbox1 {
  padding-bottom: 75px;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  justify-content: space-between;
}

.xbox1 h3 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.xbox1 .text {
  display: flex;
}

.xbox1 .text .desc {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.xbox1 .text img {
  display: block;
  max-width: 160px;
}

.xbox1 .text .desc img {
  display: block;
  width: 40px;
  text-align: right;
}

.xbox1 .text .desc h2 {
  color: #2B2B2B;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.xbox1 .text .desc p {
  color: #2B2B2B;
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .xbox1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .xbox1 h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .xbox1 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .xbox1 .text .desc {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .xbox1 .text .desc h2,
  .xbox1 .text .desc p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .xbox1 h3 {
    font-size: 24px;
  }

  .xbox1 .text .desc h2 {
    font-size: 18px;
  }

  .xbox1 .text .desc p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .xbox1 {
    padding-bottom: 30px;
  }

  .xbox2 {
    display: flex;
    flex-wrap: wrap;
  }

  .xbox2 .item {
    width: 100%;
    padding: 30px 0 !important;
  }

  .xbox2 .item h2 {
    text-align: center;
    font-size: 18px;
  }
  .xbox1{margin-top: 40px;}
}

.xbox2 {
  display: flex;
}


.xbox2 .item {
  position: relative;
  width: 33.3333%;
  padding-top: 90px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xbox2 .item::after {
  content: "";
  display: block;
  height: 90px;
  width: 1px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: calc(50% - 45px);
}

.xbox2 .item:last-child::after {
  display: none;
}

.xbox2 .item img {}

.xbox2 .item h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.xbox2 .item h2 {
  color: #2B2B2B;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .xbox2 .item {
    width: 100%;
    padding: 30px 0 !important;
  }

  .xbox2 .item h2 {
    text-align: center;
    font-size: 18px;
  }

  .xbox2 .item::after {
    height: 1px;
    width: 50%;
    right: 25%;
    top: auto;
    bottom: 0;
  }
  .xbox1 h3{font-size: 20px;}
}
.xbox3{padding-bottom: 5vw;}


@media (max-width: 640px) {
    .NyNavMbx {
        margin-top: 0;
        top: 0px;
    }
}