body {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
a{
  text-decoration: unset;
  color: #333;
}
p{
  padding: 0;
  margin: 0;
}
ul.unstyled{
  padding: 0;
  margin: 0;
  list-style: none;
}
footer{

}
.foot_top{

}
.foot_top .hotline{}
.foot_top .commit{
  background: #005995;
  padding: 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.foot_top .commit .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
}
.foot_top .commit .group_item{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 6px 0;
}
.foot_top .commit .icon img{
  width: 36px;
  height: 20px;
}
.foot_top .commit .text{

}
.foot_body{
  background: rgb(221, 232, 239);
  padding: 20px 0px;
}
.foot_body .col_info{}
.foot_body .col_menus{}
.foot_body .col_menus .title{
  color: #0059a5;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.foot_body .col_menus .ls_menu{
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.foot_adwords{
  background: #f2f5f7;
  padding: 30px 0;
  color: #333;
}
.foot_adwords .title{
  font-size: 13px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ls_adword{
  font-size: 11px;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 8px;
  list-style: none;
  flex-wrap: wrap;
}
.ls_adword > li{
  border: 1px solid #d2d2d2;
  padding: 2px 8px;
  border-radius: 10px;
  cursor: pointer;
}
.ls_adword > li > a{
  border-color: #337ab7;
  line-height: normal;
}
.ls_adword > li:hover{
  background-color: #337ab7;
}
.ls_adword > li:hover a{
  color: #ffffff;
}
.foot_copy{
  font-size: 10px;
  padding: 12px 0;
}