.footer{
  background:#e6e6e5;
  padding-top: 40px;
  padding-bottom: 40px;
}



.footer .footer-area{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
}

.footer .footer-area .footer-item-desc{
  margin-top: 5px;
}

.footer .footer-area .footer-item-desc .desc-title {
  width: 35px;
}

.footer .footer-area .footer-item-desc .desc-title-en-US {
  width: 55px;
}

.footer .footer-line{
  margin-top: 15px;
  height:2px;
  width: 100%;
  background: rgba(99,103,112, 0.1);
}

.footer .footer-info{
  margin-top:10px;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}

.footer .footer-info .footer-left .right-text {
  font-size: 14px;
  line-height: 24px;
}

.footer .footer-info  .footer-left,.footer .footer-info  .footer-right{
  height:140px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .footer-info  .footer-right{
  align-items:flex-end;
}

.footer-right img{
  width:135px;
}

.f-logo{
  float: left;
  margin-right: 20px;
  margin-top:20px;

  transition:box-shadow 0.5s ;
  -o-transition: box-shadow 0.5s ; /*兼容parsto内核*/
  -moz-transition: box-shadow 0.5s ; /*兼容gecko内核*/
  -webkit-transition: box-shadow 0.5s ; /*兼容webkit内核*/
}

.f-logo img:hover{
  box-shadow: 6px 6px 6px  rgba(180,180,181, 0.5); 

  transition:box-shadow 0.5s ;
  -o-transition: box-shadow 0.5s ; /*兼容parsto内核*/
  -moz-transition: box-shadow 0.5s ; /*兼容gecko内核*/
  -webkit-transition: box-shadow 0.5s ; /*兼容webkit内核*/
}

.f-logo-title{
  margin-top:6px;
  width:100%;
  text-align: center;
  font-size: 14px;
}

