.aboutus-head {
  width: 100%;
  /*height: 120px;*/
  overflow: hidden;
}
.foot-link {
  width: 100%;
  color: #333;
  font-size: 16px;
}
.foot-link-nav>div {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.about-us-left-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.bottom-text {
  position: absolute;
  top: 12px;
  left: 40px;
  opacity: .05;
  font-size: 22px;
  letter-spacing: 4px;
  white-space: nowrap;
}
.foot-link-ul{
  margin: 0;
  padding: 0;
  list-style: none;
  height: 60px;
  width: auto;
  margin-right: 50px;
}
.foot-link-li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 10px;
  height: 100%;
  line-height: 60px;
  color: #000;
  overflow: hidden;
  position: relative;
}
.foot-link-a {
  display: block;
  width: 100%;
  height: 100%;
}
.foot-link-li.active{
  border-bottom: 2px solid #a62226;
  color: #a62226;
  font-weight: 600;
}
.foot-link-li:hover {
  color: #a62226;
}
.foot-link-content {
  margin-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.foot-link-content .title {
  height: 120px;
  font-size: 24px;
  color: #a62226;
  line-height: 120px;
  text-align: center;
  /* border-bottom: 1px solid #e6e6e6; */
}
.foot-link-content .content {
  padding: 40px;
}
.foot-link-content .content p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.foot-link-content .content p:last-child {
  margin-bottom: 0;
}
.about-us-content {
  width: 100%;
}
/* 公司介绍 */
.compony-introduce-bg {
  width: 100%;
  display: none;
}
.compony-introduce-bg img{
  width: 100%;
  height: auto;
}
.invest-protect-bg {
  width: 100%;
  min-height: 310px;
  display: none;
  background: url("/assets/home_new/images/aboutus/invest_protect/invest-protect-bg.png") left top no-repeat;
  background-size: 100%;
}
.invest-protect {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.invest-protect>div {
  width: 33%;
}
.qudao {
  color: #fff;
  font-size: 18px;
}
.qudao>p {
  margin-top: 30px;
}
.erweima {
  display: flex;
  justify-content: center;
  align-items: center;
}
.erweima img {
  width: auto;
  height: 220px;
}
