@charset "utf-8";

/* 图标 */
@font-face {
  font-family: 'iconfont';
  src:  format('woff2'),
       format('woff'),
       format('truetype'),
       format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /*字体清除锯齿效果*/
  -webkit-text-stroke-width: 0.2px;
  /*文本外边框大小*/
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'microsoftyahei-bold';
  src: ;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'microsoftyahei';
  src: ;
  font-weight: normal;
  font-style: normal;
}
/* 图标结束 */

.footer {
  max-width: 1960px;
  height: 230px;
  margin: 0 auto;
  margin-top: 72px;
  background: #2c1908;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-top: 28px;
}

.footer h2 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.copyright,.copyright_01{
  text-align: center;
}

.footer .link {
  border-bottom: 1px solid #5c4c3f;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.footer .link a {
  color: #fff;
  margin: 0 14px;
  text-decoration: none;
}

.footer .adress {
  width: 392px;
  height: 36px;
  margin: 0 auto;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.footer .adress::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 291px;
  width: 1px;
  background: #5c4c3f;
  height: 26px;
  display: block;
}

.footer .adress i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #f4ede6;
  cursor: pointer;
  background: rgba(255, 255, 255, .2);
  border-radius: 3px;
  padding: 2px;
}

.footer .adress .i01 {
  left: 6px;
  background: url(/uploads/image/images/2025qmyd4-icon-dzjg.png) no-repeat;
  background-size: contain;
}

.footer .adress .i02 {
  left: 304px;
}

.footer .adress .i03 {
  left: 351px;
}

.footer .adress i:hover {
  color: #fff;
}

.footer .adress i:hover img {
  display: block;
}

.footer .adress span {
  display: inline-block;
}

.footer .adress img {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 50px;
  display: none;
}

.footer .adress img.m02 {
  left: -60px;
}

.footer .adress img.m03 {
  left: -60px;
}
