     /* 脚 */
.content_foot {
  width: 1000px;
  min-width: 1000px;
  height: 356px;
  min-height: 356px;
  background-image: url('../images/index_new/foot.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 78px;
  margin: 0 auto;
}
.content_foot .foot_left {
  margin-top: -42px;
}
.content_foot .foot_left div{
  display: flex;
  flex-direction: column;
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  font-weight: bold;
}
.content_foot .foot_left .left_mail{
  margin-bottom: 20px;
  margin-top: 114px;
}
.content_foot .foot_left .font_style{
  font-size: 14px;
  font-family: SourceHanSansSC-regular;
  color: rgba(153, 153, 153, 1);
}

.content_foot .foot_right div{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  font-weight: bold;
}
.content_foot .foot_right .font_style {
  font-size: 14px;
  font-family: SourceHanSansSC-regular;
  color: rgba(153, 153, 153, 1);
  text-align: right;
}
.content_foot .foot_right .foot_right_img {
  margin-top: 25px;
  margin-left: 15px;
  background-color: azure;
  width: 100px;
  height: 105px;
}
.foot {
  margin: 40px auto 0px;
  font-size: 20px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
}