.common-footer-wrap{
    background-color: #ffffff;
    padding-top: 20px;
}
.common-footer-container {
    width: 1170px;
    margin: 0 auto;
    color: #999999;
    font-size: 14px;
    padding-bottom: 20px;
}
.common-footer-content{
    display: flex;
    padding: 40px 26px 0;
}
.common-footer-contact-wrap {
    width: 326px;
    border-right: 1px solid #F0F3F7;
}
.common-way-box{
    padding: 20px 0;
}
.common-footer-contact-way .common-footer-tel-num {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin: 10px 0;
}
.common-footer-email div{
    margin-bottom: 6px;
}
.common-footer-email a{
    color: #999999 !important;
}
.common-footer-email a:hover{
    color: #febe10;
}
/*中间*/
.common-footer-links {
    display: flex;
    width: 520px;
}
.common-footer-links > dl:first-child {
    margin-left: 80px;
}
 .common-footer-links > dl {
     flex: 1;
 }
.common-footer-links > dl dt {
    line-height: 22px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.common-footer-links > dl dd {
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin-bottom:16px;
}
.common-footer-links > dl dd a{
    color: #999999;
    font-size: 14px;
}
.common-footer-links > dl dd a:hover{
    color: #febe10;
}
/*右边*/
.footer_cord_box{
    display: flex;
}
.footer_cord_box div{
  width: 120px;
  height: 120px;
}
.footer_cord_box .footer_cord_two{
   margin-left: 16px;
}
.footer_cord_box div img{
   width: 100%;
   height: 100%;
}
.footer_cord_box div p{
   font-size: 14px;
   text-align: center;
    margin: 4px 0;
    color: #333333;
}
/*底部备案号*/
.footer_tray_box{
  /*border-top: 1px solid  #eeeeee;*/
    padding: 12px 0;
}
.footer_tray_text{
  text-align: center;
}
.footer_tray_top{
  color: #3b3b3b;
}
.footer_tray_top a{
  color: #3b3b3b;
}
.footer_tray_top a:hover{
  color: #febe10;
}
.footer_tray_bottom{
  color: #7b7b7b;
  margin-top: 4px;
}
.footer_tray_bottom a{
  color: #3b3b3b;
}
.footer_tray_bottom a:hover{
  color: #febe10;
}
.footer_tray_bottom .put_img{
   margin-right: 6px;
}