img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
/* 网站地图 start */
.websit_wrap {
  padding: 6.25% 0;
}
.websit_wrap .wrap {
  display: flex;
}
.websit_wrap .img {
  width: 45%;
}
.websit_wrap .cont {
  flex: 1;
  padding-left: 6.875%;
}
.websit_wrap dt {
  margin-bottom: 0.7em;
}
.websit_wrap dd {
  margin-bottom: 1.5em;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .websit_wrap .wrap {
    flex-direction: column;
  }
  .websit_wrap .wrap .img {
    margin-bottom: 20px;
  }
  .websit_wrap .wrap .img,
  .websit_wrap .wrap .cont {
    width: 100%;
    padding-left: 0;
  }
  .websit_wrap dt {
    font-weight: bold;
  }
  .websit_wrap dd {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* 网站地图 end */
/* 法律声明start */
.law_wrap {
  padding: 5.20833333% 0;
  font-size: 18px;
}
/* 法律声明end */
/* 联系我们start */
.contact_wrap {
  padding: 6.25% 0;
}
.contact_wrap .map {
  display: none;
}
.contact_wrap .cont {
  height: 780px;
  position: relative;
}
.contact_wrap .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.75%;
  background: #fff;
  padding: 3.75%;
}
.contact_wrap .info .line {
  height: 2px;
  width: 78px;
  background-color: #ae8648;
}
.contact_wrap .item {
  background: #f7f3ec;
  padding: 4%;
  margin-top: 13px;
}
.contact_wrap .item:nth-child(2n) {
  background-color: #fbf9f6;
}
.contact_wrap .item .top {
  display: flex;
  align-items: center;
  gap: 0.9em;
  margin-bottom: 1em;
}
.contact_wrap .item .top .hline {
  width: 1px;
  height: 16px;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .contact_wrap .cont {
    background: none !important;
    height: auto;
  }
  .contact_wrap .map {
    display: block;
  }
  .contact_wrap .info {
    position: static;
    width: 100%;
    transform: none;
  }
}
/* 联系我们end */
/* 搜索结果页面 start*/
.serrch_cont {
  padding-bottom: 5%;
}
.sitemap_block li h3 {
  border-left: 3px solid #7f6333;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
  padding-left: 10px;
}
.sitemap_block li h3 a {
  color: #7f6333;
}
.sitemap_block li {
  background: #f7f7f7;
  padding: 20px 40px;
  margin-bottom: 40px;
}
.sitemap_block dd {
  overflow: hidden;
}
.sitemap_block dd a {
  color: #3d3d3d;
}
.sitemap_block em {
  color: #d2d2d2;
  margin: 0 30px;
}
.sitemap_block dd p,
.sitemap_block dd em {
  margin-bottom: 20px;
  float: left;
}
.sitemap_block dd em {
  margin-bottom: 0;
}
.sitemap_block dd p:first-child em {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sitemap_block li {
    margin-bottom: 20px;
    padding: 10px;
  }
  .sitemap_block dd em {
    margin: 0 15px;
  }
  .sitemap_block dd p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap_block dd em {
    display: none;
  }
  .sitemap_block dd p {
    margin-right: 20px;
  }
  .sitemap_block li h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/*æœç´¢ç»“æžœ*/
.search_top {
  background: #f2f2f2;
  background-size: cover;
  padding: 50px 0;
}
.public_box {
  padding-bottom: 5%;
}
.search_int {
  width: 790px;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}
.search_result {
  color: #828282;
}
.search_result span {
  color: #7f6333;
}
.search_result em {
  color: #7f6333;
}
.search_le {
  float: left;
  color: #000;
  width: 105px;
  line-height: 60px;
}
.search_input {
  border: 1px solid #818181;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.search_input input,
.search_input button {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.search_input input {
  padding: 0 15px;
  box-sizing: border-box;
  width: calc(100% - 140px);
  float: left;
}
.search_input button {
  width: 140px;
  text-align: center;
  float: right;
  background: #7f6333;
  color: #fff;
  border-radius: 5px;
}
.search_re {
  float: right;
  width: calc(100% - 105px);
}
.search_list {
  padding-top: 45px;
}
.search_list li {
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e6;
}
.search_list dt {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 30px;
}
.search_list dt h3 span,
.search_list dd span {
  color: #7f6333;
}
.search_list h3 {
  width: calc(100% - 150px);
  line-height: 30px;
  max-height: 60px;
  float: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_list .search_yd {
  float: right;
  font-family: "Arial";
  font-weight: normal;
}
.search_yd span {
  color: #a3a3a3;
  display: inline-block;
}
.search_yd em {
  float: right;
  color: #000;
  margin-left: 30px;
  display: inline-block;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_list dd {
  color: #595757;
}
.search_list dd p {
  line-height: 24px;
  max-height: 48px;
  color: #9c9b9b;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1280px) {
  .search_list {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .search_input input,
  .search_input button {
    height: 40px;
    line-height: 40px;
  }
  .search_le {
    line-height: 50px;
  }
  .search_input button {
    width: 100px;
  }
  .search_input input {
    width: calc(100% - 100px);
  }
  .search_le {
    width: 80px;
  }
  .search_re {
    width: calc(100% - 80px);
  }
  .search_list li {
    padding: 20px 0;
  }
  .search_list ul {
    padding-bottom: 20px;
  }
  .search_list dd {
    font-size: 14px;
  }
  .search_list dt {
    margin-bottom: 10px;
  }
  .search_list h3 {
    line-height: 24px;
    max-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .search_top {
    padding: 20px 0;
  }
  .search_list ul {
    padding-bottom: 0;
  }
  .search_list h3 {
    width: calc(100% - 85px);
  }
  .search_input input,
  .search_input button {
    height: 32px;
    line-height: 32px;
  }
  .search_input input {
    padding: 0 5px;
  }
  .search_input button {
    width: 70px;
  }
  .search_input input {
    width: calc(100% - 70px);
  }
  .search_le {
    line-height: 42px;
    font-size: 14px;
    width: 50px;
  }
  .search_re {
    width: calc(100% - 50px);
  }
  .search_input {
    margin-bottom: 10px;
  }
  .search_list {
    padding-top: 0;
  }
  .search_list h3 {
    font-size: 16px;
  }
  .search_result {
    font-size: 14px;
  }
  .search_list li {
    padding: 15px 0;
  }
  .search_list dt {
    margin-bottom: 4px;
  }
}
/* 搜索结果页面 end*/
/*# sourceMappingURL=./other.css.map */