
/*  footer  */
.footer-wrap{
  height: 67px;
  line-height: 67px;
  background: #991319;
  text-align: center;
  color: #fff;
}
.footer-txt span{
  margin: 0 10px;
}

.contact_us{
  width: 100%;
  height: 192px;
  text-align: center;
  background-color: #83191E;
  font-size: 13px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}


.foot_link{
  width: 100%;
  min-height: 144px;
  background: #FCF7F1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.foot_link .foot_tabs{
  width: 1150px;
  margin: 0 auto;
}
.foot_link .el-tabs__nav-scroll,.foot_link .el-tabs__item{
  height: 34px;
  line-height: 34px;
}
.foot_link .el-tabs__nav-scroll::before{
  background-color: transparent;
}
.foot_link .el-tabs__item.is-active, .foot_link .el-tabs__item:hover{
  background: #B81101;
  border-radius: 5px 5px 0px 0px;
}
.foot_link .el-tabs__header{
  border-bottom: 1px solid #F3E9DC;
}
.foot_link .foot_tabs .foot_tabs_content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 25px;
}
.foot_link .foot_tabs .foot_tabs_content a{
  margin-right: 40px;
  line-height: 25px;
}
.ii-text{
  line-height: 30px;
}
/* footer end */

