/* 底部基础样式 */
.footer {
 box-sizing: border-box;
 border-top: 1px solid rgba(227, 226, 226, 1);
 background: rgba(255, 255, 255, 1);
 height: auto;
}

.footer-container {
  background: url(../images/footer_bgc.png) no-repeat;
  padding: 0.8rem 0 0;
  background-size: 100% 100%;
}
.footer-container .w {
 margin-bottom: 0;
}
/* 主要内容区域 */
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* border-bottom: 1px solid #ddd; */
}

/* 左侧公司信息 */
.footer-brand {
  flex: 0 0 2.5rem;
  margin-bottom: 0.3rem;
}

.company-name {
  font-size: 24px;
  font-weight: bold;
  color: #1890ff;
  margin-bottom: 5px;
}

.company-enname {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.parent-company {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.parent-enname {
  font-size: 12px;
  color: #666;
}

/* 右侧导航区域 */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.nav-column {
  width: 1rem;
  margin: 0 0.3rem;
}

.nav-column:last-child {
  margin-right: 0;
}

.nav-title {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(48, 62, 72, 1);
  margin-bottom: 0.15rem;
  padding-bottom: 0.05rem;
}

.nav-links a {
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 0.14rem;
  line-height: 2;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #1890ff;
}

/* 底部链接区域 */
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-item {
  display: flex;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
  flex-direction: column;
}

.wechat-icon {

margin-left: 0.25rem;

display: flex;

align-items: center;

justify-content: center;
}

.friend-link {
  color: rgba(48, 62, 72, 1);
  padding: 0.08rem 0.16rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.14rem;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #fff;
}

.friend-link:hover {
  background: #dfe7f0;
}

/* 版权信息 */
.footer-copyright {
  color: white;
  /* padding: 0.15rem 0; */
  text-align: center;
  height: auto;
  padding-bottom: 0.2rem;
}
.copyright-content p:nth-child(2){
  float: right;
  line-height: 58px;
  color: rgba(169, 169, 168, 1);
  padding-left: 0.1rem;
}
.copyright-content p:nth-child(1){
  float: left;
  text-align: left;
  color: rgba(169, 169, 168, 1);
}
.copyright-content {margin: 0 auto;border-top: 1px solid rgba(212, 212, 212, 1);font-size: 0.16rem;padding-top: 0.2rem;margin-bottom: 0!important;/* display: flex; */font-family: 'Noto Sans SC';/* align-items: center; */justify-content: space-between;}

.gzwm_box {
  display: flex;
  align-items: center;
  color: rgba(102, 102, 102, 1);
  margin: 0.6rem 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
  }

  .footer-brand {
    flex: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-column {
    flex: 0 0 50%;
    margin-right: 0;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .nav-column {
    flex: 0 0 100%;
  }

  .social-item {
    margin-right: 20px;
  }

  .copyright-content {
    font-size: 12px;
  }
}




.footer_botom{

position: absolute;

left: 0.25rem;

top: 77%;

width: 100%;
}
.footer_botom p{
  color: rgba(102, 102, 102, 1);
  font-family: Noto Sans SC;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0px;
  padding-left: 0.2rem;
}
.footer_botom p:nth-child(1){
  float: left;
  background: url(../images/dt.png) no-repeat 0;
  background-size: 0.15rem;
  margin-right: 0.6rem;
}
.footer_botom p:nth-child(2){
  float: left;
  background: url(../images/dh.png) no-repeat 0;
  background-size: 0.12rem;
}
.copyright-content p:nth-child(2) a{

padding-left: 0.1rem;
}
.dblog{
  
margin-top: 0.35rem;
  
padding-bottom: 0.25rem;
}
.dblogo_left{height: 0.72rem;float: left;width: auto;}
.dblogo_left img{

width: 100%;

height: 100%;
}
.dblogo_right{

float: right;

margin-top: 0.25rem;
}
.dblogo_right ul li{

float: left;

margin-left: 0.15rem;
}
.dblogo_right ul li  img{
    width: 0.32rem;
}