#footer {
  
  background-color: #f7f7f7;
}
.foot-pd {
    padding: 0 1.354rem;
}
#footer .footer_main1 {
  height: 0.938rem;
}
#footer .footer_main1 .footer_main1_logo {
  width: 1.042rem;
  height: auto;
  display: block;
}
#footer .footer_main1 .footer_main1_er {
  display: flex;
}
#footer .footer_main1 .footer_main1_er .footer_main1_er_item {
  font-size: 0.063rem;
  color: #333;
  text-align: center;
}
#footer .footer_main1 .footer_main1_er .footer_main1_er_item:first-child {
  margin-right: 0.156rem;
}
#footer .footer_main1 .footer_main1_er .footer_main1_er_item img {
  width: 0.417rem;
  height: 0.417rem;
  display: block;
  margin: 0 auto 0.052rem;
}
.flex_sw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer_main2 {
  align-items: flex-start;
  padding: 0.307rem 0 0.302rem;
  color: #333;
  /*border-bottom: 1px solid #dbdbdb;*/
  border-top: 1px solid #dbdbdb;
}
#footer .footer_main2 .footer_main2_left {
  width: 2rem;
}
#footer .footer_main2 .footer_main2_left .company {
  
}
#footer .footer_main2 .footer_main2_left .company .company_left {
  font-size: 0.125rem;
  color: #333;
  flex-shrink: 0;
  width: 0.958rem;
  margin-bottom: 20px;
}
#footer .footer_main2 .footer_main2_left .company .company_right {
  font-size: 0.083rem;
  line-height: 0.12rem;
}
#footer .footer_main2 .footer_main2_left .company .company_right .company_item {
  margin-bottom: 0.151rem;
  margin-right: 2%;
  display: flex;
  align-items: center;

}
#footer .footer_main2 .footer_main2_left .company .company_right .company_item  img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#footer .footer_main2 .footer_main2_left .company .company_right .w2 {
  width: 100%;
}
#footer .footer_main2 .footer_main2_right {
  display: flex;
}
#footer .footer_main2 .footer_main2_right .nav_item {
  line-height: 0.12rem;
  margin-right: 0.401rem;
}
#footer .footer_main2 .footer_main2_right .nav_item:last-child {
  margin-right: 0;
}
#footer .footer_main2 .footer_main2_right .nav_item .nav_item_title {
  font-size: 0.094rem;
  color: #333;
  margin-bottom: 20px;
  display: block;
}
#footer .footer_main2 .footer_main2_right .nav_item .nav_item_title:hover {
  color: #4089c8;
  cursor: pointer;
}
#footer .footer_main2 .footer_main2_right .nav_item .nav_item_name {
  font-size: 0.083rem;
  color: #999;
  margin-bottom: 0.146rem;
  max-width: 0.625rem;
  display: block;
}
#footer .footer_main2 .footer_main2_right .nav_item .nav_item_name:hover {
  color: #4089c8;
  cursor: pointer;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer_main3 {
  font-size: 0.083rem;
  color: #fff;
  height: 0.365rem;
  background: #4089c8;
}
#footer .footer_main3 a {
  font-size: 0.083rem;
  color: #fff;
  text-decoration: none;
}
#footer .footer_main3 a:hover {
  color: #fff;
}
#footer .footer_main3 .mr {
  margin: 0 0.156rem;
}
@media (max-width: 680px) {
  #footer {
    /*padding: 0 20px;*/
  }
  #footer .footer_main1 {
    height: 100%;
    padding: 16px 0;
  }
  #footer .footer_main1 .footer_main1_logo {
    width: 100px;
    height: auto;
    display: block;
  }
  #footer .footer_main1 .footer_main1_er {
    display: flex;
  }
  #footer .footer_main1 .footer_main1_er .footer_main1_er_item {
    font-size: 12px;
    text-align: center;
  }
  #footer .footer_main1 .footer_main1_er .footer_main1_er_item:first-child {
    margin-right: 20px;
  }
  #footer .footer_main1 .footer_main1_er .footer_main1_er_item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 10px;
  }
  #footer .footer_main2 {
    display: block;
    align-items: flex-start;
    padding: 20px 0 ;
  }
  #footer .footer_main2 .footer_main2_left {
    width: 100%;
  }
  #footer .footer_main2 .footer_main2_left .company {
    display: block;
  }
  #footer .footer_main2 .footer_main2_left .company .company_left {
    font-size: 16px;
    flex-shrink: 0;
    width: 100%;
  }
  #footer .footer_main2 .footer_main2_left .company .company_right {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer_main2 .footer_main2_left .company .company_right .company_item {
    margin-bottom: 16px;
  }
  #footer .footer_main2 .footer_main2_left .company .company_right .w2 {
    width: 100%;
  }
  #footer .footer_main2 .footer_main2_right {
    display: none;
  }
  #footer .footer_main2 .footer_main2_right .nav_item {
    line-height: 0.12rem;
    margin-right: 0.401rem;
  }
  #footer .footer_main2 .footer_main2_right .nav_item:last-child {
    margin-right: 0;
  }
  #footer .footer_main2 .footer_main2_right .nav_item .nav_item_title {
    font-size: 0.094rem;
    margin-bottom: 0.156rem;
  }
  #footer .footer_main2 .footer_main2_right .nav_item .nav_item_title:hover {
    cursor: pointer;
  }
  #footer .footer_main2 .footer_main2_right .nav_item .nav_item_name {
    font-size: 0.083rem;
    margin-bottom: 0.146rem;
    max-width: 0.625rem;
  }
  #footer .footer_main2 .footer_main2_right .nav_item .nav_item_name:hover {
    cursor: pointer;
  }
  #footer .footer_main3 {
    font-size: 14px;
    height: 100%;
    min-height: 46px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  #footer .footer_main3 a {
    font-size: 12px;
    text-decoration: none;
  }
  #footer .footer_main3 a:hover {
  }
  #footer .footer_main3 .mr {
    margin: 0 20px;
  }
}
