<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鑱旂郴鎴戜滑 */
.relation_us{
  width: 100%;
  background: #FFFFFF;
}
.xh-about .public-content {
  max-width: 1600px;
  margin: 0 auto;
}
.relation_us .relation_content{
  display: flex;
  padding-bottom: 50px;
}

.relation_us .relation_map{
  width: 844px;
  /*height: 511px;*/
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #F2F2F2;
  margin-bottom: 0;
}

.relation-content {
  width: calc(100% - 844px);
  padding: 88px 54px 92px 50px;
  background: #F5F5F6;
}
.relation-content-box {
  width: 100%;
}
.relation-content__name {
  position: relative;
  margin-bottom: 77px;
  font-size: 24px;
  font-weight: 600;
  color: #191919;
  line-height: 41px;
}
.relation-content__name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -31px;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
}
.relation-content__msg {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  line-height: 40px;
}
.relation-content__contact {
  display: flex;
  margin-top: 95px;
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 27px;
}
.relation-content__contact-item {
  margin-right: 52px;
}
.relation-icon {
  margin-right: 18px;
}
@media (max-width: 1600px) {
  /* 鑱旂郴鎴戜滑 */
  .relation_us .relation_map {
    width: 52%;
  }
  .relation-content {
    width: 48%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .relation-content__name {
    margin-bottom: 12%;
  }
  .relation-content__contact {
    margin-top: 10%;
  }
}
@media (max-width: 1440px) {
  /* 鑱旂郴鎴戜滑 */
  .relation-content__name {
    margin-bottom: 8%;
  }
  .relation-content__contact {
    margin-top: 6%;
  }
}
@media (max-width: 1250px) {
  /* 鑱旂郴鎴戜滑 */
  .relation-content {
      padding-left: 20px;
      padding-right: 20px;
  }
  .relation-content__name {
      margin-bottom: 6%;
  }
  .relation-content__name::after {
      bottom: -16px;
  }
  .relation-content__contact {
      margin-top: 4%;
  }
  .relation-content__msg {
      font-size: 14px;
  }
  .relation-icon {
      width: 24%;
  }
  .relation-content__contact-item {
      margin-right: 6%;
  }
}
@media (max-width: 1024px) {
  /* 鑱旂郴鎴戜滑 */
  .relation-content__name {
    margin-bottom: 3%;
  }
  .relation-content__name::after {
    bottom: -8px;
  }
}
@media (max-width: 916px) {
  /* 鑱旂郴鎴戜滑 */
  .relation_us .relation_content {
    display: block;
  }
  .relation-content {
    padding: 4%;
  }
  .relation_us .relation_map, .relation_us .relation-content {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .relation-icon {
    margin-right: 8%;
  }
}

/* 璧勮川濂栭」 */
@media (max-width:820px) {
  .min-award .award_content{
    padding-left: 0;
  }
  .min-award .about_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: 640px;
    overflow-y: auto;
  }
  .min-award .award_item{
    width: calc((100% - 80px) / 3);
    height: auto;
    max-height: calc((100% - 40px) / 2);
    flex-basis: calc((100% - 40px) / 2);
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .min-award .award_item:first-child,
  .min-award .award_item:nth-child(2) {
    margin-left: 20px;
  }
  .min-award .award_item:nth-child(5n) {
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .min-award .award_item .award_img {
    height: auto;
  }
}
@media (max-width:520px) {
  .min-award .about_content {
    height: 650px;
  }
  .min-award .award_item{
    width: calc((100% - 60px) / 2);
  }
  .min-award .award_box {
    height: 114px;
  }
}
@media (max-width:480px) {
  .min-award .about_content {
    height: 530px;
  }
}</pre></body></html>