.bottom_shortcut .cont {
  overflow: hidden;
  height: 40px;
  width: 100%;
  background-color: #f5f5f5;
}
.bottom_shortcut ul {
  display: flex;
  justify-content: center;
  padding: 0 150px;
}
.bottom_shortcut li {
  float: left;
  padding: 5px 0;
  margin-right: 35px;
}
.bottom_shortcut li:last-child {
  margin-right: 0;
}
.bottom_shortcut li a {
  display: block;
  height: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hzk_footer {
  padding-top: 30px;
}
.hzk_footer .flag {
  width: 343px;
  padding-left: 65px;
  padding-top: 15px;
}
.hzk_footer .flag img {
  display: block;
}
.hzk_footer .product {
  border-left: 2px solid #fafafa;
  padding-left: 27px;
  margin: 0 355px 0 408px;
}
.hzk_footer .product h6 {
  height: 20px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
.hzk_footer .product p {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
.hzk_footer .product p:last-child {
  padding-bottom: 30px;
}
.hzk_footer .contact {
  border-left: 2px solid #fafafa;
  padding-left: 27px;
}
.hzk_footer .contact p {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-bottom: 12px;
}
.hzk_footer .contact p:last-child {
  margin-bottom: 0;
}
.hzk_footer .contact p a {
  color: #227ce0;
}
.keep_record {
  padding: 30px 0;
}
.keep_record P {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #999;
}
.footer-code-list {
  padding: 30px 0;
}
.footer-code-list .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-code-list .list .item {
  display: flex;
  flex: 1;
  padding-left: 44px;
  justify-content: flex-start;
}
.footer-code-list .list .item .ew-pic {
  width: 94px;
  height: 94px;
  margin-right: 18px;
}
.footer-code-list .list .item .item_desc {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.footer-code-list .list .item h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  color: #383838;
}
.footer-code-list .list .item h4 img {
  margin-right: 5px;
}
.footer-code-list .list .item p {
  width: 100px;
  font-size: 14px;
  color: #383838;
  line-height: 20px;
}
