.bxz,
.bxz * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* 行显示，多出省略 */
.contact_wrap {
  margin-top: 100rem;
  margin-bottom: 170rem;
}

.contact_wrap h1 {
  font-size: var(--font-size-60);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact_wrap .map_box {
  display: flex;
}

.contact_wrap .map_img {
  position: relative;
  width: 62.08333333%;
}

.contact_wrap .map_img .point {
  position: absolute;
  left: 35.346%;
  top: 46.5%;
  z-index: 2;
  width: 26px;
  height: 29px;
}

.contact_wrap .map_img .point::before {
  color: #41aa7e;
  font-family: "iconfont";
  content: "\e647";
  font-size: 26px;
}

.contact_wrap .map_img .point span {
  background: #fff;
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(9, 0, 5, 0.1);
  position: absolute;
  left: 42px;
  top: -9px;
}

.contact_wrap .map_info {
  background-color: #41aa7e;
  width: 37.91666667%;
  padding: 50rem 46rem 0 77rem;
  color: #fff;
}

.contact_wrap .map_info dl {
  padding-top: 60rem;
}

.contact_wrap .map_info dt {
  font-size: var(--font-size-24);
  font-weight: bold;
}

.contact_wrap .map_info dd {
  font-size: var(--font-size-18);
  margin-top: 10rem;
  margin-bottom: 30rem;
}

.company_list {
  color: #260f0f;
  margin-top: 80rem;
}

.company_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40rem;
  flex-wrap: wrap;
}

.company_list ul li {
  /* width: 453rem; */
  height: 380rem;
  box-shadow: 0 0 15px rgba(9, 0, 5, 0.1);
  padding: 45rem;
  background: #fff;
}

.company_list ul h2 {
  color: #260f0f;
  font-size: var(--font-size-24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto !important;
}

.company_list ul .items {
  margin-top: 30rem;
}

.company_list ul .item {
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--font-size-18);
  margin-bottom: 15rem;
}

.company_list ul .item span {
  white-space: nowrap;
  padding-left: 25px;
  position: relative;
}

.company_list ul .item span::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #41aa7e;
  font-family: "iconfont";
}

.company_list ul .item.address span::before {
  content: "\e647";
}

.company_list ul .item.phone span::before {
  content: "\e614";
  font-size: 16px;
}

.company_list ul .item.fax span::before {
  content: "\e6a3";
}

.company_list ul .item.email span::before {
  content: "\e606";
}

/* 申请样品 */
.sample_wrap {
  display: flex;
  background: #fff;
}

.sample_wrap .modular {
  padding: 0;
  background: none;
  text-align: center;
}

.sample_wrap .left {
  width: 33.33333333%;
  background-position: 0 top;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample_wrap .right {
  width: 66.66666667%;
  padding: 80rem 240rem 117rem 170rem;
}

.sample_wrap h2 {
  font-size: var(--font-size-60);
  color: #41aa7e;
  text-align: center;
}

.sample_wrap .form_group {
  margin-top: 50rem;
}

.sample_wrap .group {
  position: relative;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}

.sample_wrap .group .item {
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 18rem 25rem;
  width: 420rem;
  border-radius: 35px;
  display: flex;
}

.sample_wrap .group .item .dropdown {
  flex: 1;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 1.8;
  margin-left: 10rem;
}

.sample_wrap .group .item .dropdown-toggle {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  flex: 1;
}

.sample_wrap .group .item .dropdown-toggle span {
  flex: 1;
}

.sample_wrap .group .item label {
  white-space: nowrap;
  color: #797979;
  line-height: 25px;
}

.sample_wrap .group .item .required::after {
  content: "*";
  color: red;
  margin-left: 4px;
}

.sample_wrap .group .use {
  position: relative;
}

.sample_wrap .group .use label {
  position: absolute;
  left: 25rem;
  top: 15rem;
  z-index: 3;
  background-color: #fff;
}

.sample_wrap .group .use textarea {
  width: 100%;
  height: 185rem;
  text-indent: 3.5em;
  font-size: 16px;
  line-height: 1.5;
}

.sample_wrap .group .use textarea::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.sample_wrap .group .use textarea::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.sample_wrap .group .use textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sample_wrap .group .use textarea::-webkit-scrollbar-thumb {
  background: #888;
}

.sample_wrap .group .use textarea::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sample_wrap .group input {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  width: 100%;
  padding-left: 10px;
}

.sample_wrap .group dt {
  line-height: 25px;
  padding-left: 10px;
  width: 290rem;
  cursor: pointer;
}

.sample_wrap .group dd {
  display: none;
  position: absolute;
  left: -1px;
  top: 50%;
  z-index: 1;
  width: calc(100% + 2px);
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-top: 35rem;
  padding-bottom: 15rem;
  height: 150rem;
}

.sample_wrap .group dd a {
  display: block;
  background: #fff;
  padding: 5px 25rem;
}

.sample_wrap .group dd .scroll {
  height: 100%;
  overflow-y: auto;
  background: #fff;
}

.sample_wrap .group dd .scroll::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.sample_wrap .group dd .scroll::-webkit-scrollbar {
  display: block;
  width: 6px;
}

.sample_wrap .group dd .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sample_wrap .group dd .scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.sample_wrap .group dd .scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sample_wrap .line {
  height: 1px;
  background-color: #41aa7e;
  margin: 50rem 0;
}

.sample_wrap .form_submit {
  text-align: center;
  color: #fff;
  width: 240rem;
  height: 48rem;
  line-height: 48rem;
  background-color: #41aa7e;
  cursor: pointer;
  margin: 50rem auto 0;
  font-size: 16px;
  border-radius: 24rem;
}

/* 采购招标 */
.tender_wrap {
  margin-top: 100rem;
  padding-bottom: 150rem;
}

.tender_wrap .sec1 {
  background: url(../images/tender01.jpg) 0 0 no-repeat;
  padding: 50rem 90rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.tender_wrap .sec1 h2 {
  font-size: var(--font-size-60);
}

.tender_wrap .sec1 h2+p {
  font-size: 18px;
  margin-top: 10px;
}

.tender_wrap .sec1 .email_text {
  margin-top: 33rem;
  background-color: #fff;
  color: #41aa7e;
  height: 60px;
  line-height: 60px;
  padding: 0 46rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.tender_wrap .sec1 .email_text i {
  font-size: 120%;
}

.tender_list {
  margin-top: 80rem;
}

.tender_list li {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  margin-bottom: 10px;
  padding: 40rem 46rem 46rem 36rem;
  color: #181818;
  transition: all 0.3s;
}

.tender_list .text {
  max-width: 80%;
}

.tender_list .text .date {
  font-size: 16px;
}

.tender_list .text .tit {
  font-size: var(--font-size-24);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: 1.5em;
  overflow: hidden;
}

.tender_list .text .quality {
  color: #707070;
  font-size: 16px;
  margin-top: 23rem;
}

.tender_list a.download {
  width: 66rem;
  height: 66rem;
  background: #f6f6f6 url(../images/icon_down.png) center center no-repeat;
  border: 1px solid #41aa7e;
  border-radius: 50%;
}

@media screen and (min-width: 1024px) {
  .tender_wrap .sec1 .email_text:hover {
    background-color: var(--vi-color);
    color: #fff;
  }

  .tender_list li:hover {
    background-color: #41aa7e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #fff;
  }

  .tender_list li:hover a {
    color: #fff;
  }

  .tender_list li:hover .text .quality {
    color: #fff;
  }
}

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

  /* :root {
    --font-size-60: 30rem;
  } */
  /* 联系方式 */
  .contact_wrap .map_info {
    padding: 30rem;
  }

  .contact_wrap .map_info dl {
    padding-top: 30rem;
  }

  .company_list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 询价 */
  .sample_wrap .left {
    display: none;
  }

  .sample_wrap .right {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

  /* 联系方式 */
  .contact_wrap .map_box {
    display: block;
  }

  .contact_wrap .map_img,
  .contact_wrap .map_info {
    width: 100%;
  }

  .contact_wrap .map_img .point span {
    left: -8px;
    top: 38px;
    min-width: 450rem;
    white-space: normal;
  }

  .company_list ul {
    grid-template-columns: 1fr;
  }

  .company_list ul li {
    height: auto;
  }

  /* 询价 */
  .sample_wrap .form_submit {
    padding: 8px 0;
    height: auto;
  }

  .sample_wrap .group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .sample_wrap .group.use .item {
    border-radius: 16px;
  }

  .sample_wrap .group .item {
    width: 100%;
    margin-bottom: 20rem;
  }

  /* 采购招标*/
  .tender_wrap .sec1 {
    padding: 40rem;
    display: block;
  }

  .tender_wrap .sec1 .email_text {
    height: 40px;
    line-height: 40px;
  }

  .tender_wrap .sec1 h2+p {
    font-size: 14px;
  }

  .tender_list a.download {
    width: 40rem;
    height: 40rem;
    background-size: 40%;
  }

  .tender_list .text .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

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