<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.user_box--header {
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.user_box--header_tips {
  width: 30px;
}
.user_box--header_logo {
  flex: 1;
}
.user_box--header_tips img {
  max-width: 100%;
  vertical-align: middle;
}
.user_box--content {
  padding: 60px 40px;
  box-sizing: border-box;
}
.user_box--content_title {
  color: #BD9972;
  padding-bottom: 13px;
}
.user_box--content_itemtitle {
  color: #333333;
  font-size: 20px;
  padding-bottom: 24px;
}
.user_box--content p {
  font-size: 9px;
  line-height: 20px;
  box-sizing: border-box;
}
/* 背景颜色 */
/* 图片 */
.user_box--company {
  padding: 7.03125vw 6.35416667vw 9.53125vw 6.35416667vw;
  box-sizing: border-box;
}
.user_box--company_imgbox {
  /* padding: 20px 30px 0px 30px; */
  box-sizing: border-box;
}
.user_box--company_imgboxitem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.user_box--company_imgboxitem img {
  width: calc(100% / 5);
  border-right: 1px solid #E6E6E6;
  vertical-align: middle;
}
.user_box--company_imgboxitem img:last-child {
  border: none;
}
.user_box--company_imgboxitem:last-child {
  border: none;
}
.ourservice {
  padding-bottom: 1vw;
  border-bottom: 1px solid #BD9972;
}
.txt {
  padding-bottom: 65px;
}
.txt .bigText {
  font-size: 2.08333333vw;
  padding: 8.59375vw 5.46875vw 0;
}
.txt .smallTxt {
  text-align: left;
  padding-top: 3.48958333vw;
  font-size: 0.9375vw;
  padding-right: 14.89583333vw;
  padding-left: 8vw;
  justify-content: flex-end;
}
.txt .smallTxt .desTxt {
  line-height: 2;
}
.imgText {
  width: 22.91666667vw;
  margin: 0 auto;
  padding-top: 5.15625vw;
}
.imgText img {
  max-width: 100%;
}
.imgdes {
  text-align: center;
  padding-top: 11.04166667vw;
  color: #595757;
  font-size: 1.25vw;
  line-height: 2;
  position: relative;
}
.imgdes::before {
  position: absolute;
  width: 90%;
  content: "";
  left: 5%;
  bottom: 35%;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .txt .bigText {
    font-size: 20px;
  }
  .txt .smallTxt {
    padding-right: 11.89583333vw;
    padding-left: 0;
  }
  .imgdes::before {
    bottom: 50%;
  }
  .user_box {
    margin-top: 60px;
  }
  .txt .smallTxt,
  .user_box--info_itemtitle {
    font-size: 16px !important;
  }
  .imgdes {
    font-size: 12px !important;
  }
  .txt .smallTxt .desTxt {
    margin-left: 22px;
  }
  .closeItem:nth-last-of-type(1) .drownMenu {
    padding-right: 24px;
  }
  .closeItem .user_box--infoitem_title {
    font-size: 24px;
  }
  .user_box--infoitem_list-title {
    font-size: 18px;
  }
  .imgText {
    padding-top: 40px;
  }
  .imgdes {
    padding-top: 56px;
  }
  .imgdes::before {
    width: 99%;
    left: 0;
    bottom: 52%;
  }
  .user_box--infoiitem_p {
    font-family: Source Han Sans SC;
    font-size: 12px;
  }
}
</pre></body></html>