ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.footWhole {
  width: 100%;
  background: #ebebec;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.footContent {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.contLeft {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.contLeft .imgs {
  width: 25%;
  height: 25%;
}
.contLeft .imgs img {
  width: 100%;
  height: 100%;
}
.contLeft .contLeft_font {
  display: flex;
  align-items: center;
}
.contLeft .contLeft_font img {
  width: 70%;
  height: 70%;
}
.contLeft .contLeft_font p {
  text-align: left;
  margin-left: 10px;
  width: 100%;
  font-weight: 510;
}
.contLeft .ctFt1 {
  font-size: 13px;
}
.contLeft .ctFt1 img {
  margin-top: 5px ;
}
.contLeft .ctFt1 p {
  color: #000;
  margin-top: 30px;
  line-height: 20px;
}
.contLeft .ctFt2 {
  font-size: 18px;
}
.contLeft .ctFt2 p {
  color: #000;
  margin-left: 3px;
}
.contLeft .marginBy {
  margin-left: 5px;
  margin-top: 5px;
}
.contRight {
  margin-top: 60px;
  width: 60%;
}
.contRight .contRight_ct {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.contRight .contRight_ct ul {
  margin-bottom: 20px;
  text-align: left;
}
.contRight .contRight_ct ul li {
  margin-bottom: 8px;
}
.contRight .contRight_ct ul li:first-child {
  margin-bottom: 18px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .contLeft .imgs {
    width: 30%;
  }
  .contLeft .imgs img {
    width: 100%;
    height: 100%;
  }
  .contRight .contRight_ct {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1300px) {
  .contLeft .imgs {
    width: 30%;
  }
  .contLeft .imgs img {
    width: 120%;
    height: 120%;
  }
}
.bottomCont {
  width: 100%;
  border-top: 1px solid #b84646;
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  font-size: 12px;
  margin-top: 5px;
}
.bottomCont .bottomContSm {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contLeft {
    width: 100%;
  }
  .contLeft .imgs {
    width: 20%;
  }
  .contLeft .imgs img {
    width: 100%;
    height: 100%;
  }
  .contRight {
    width: 100%;
  }
  
  .footContent {
     width: 100%; 
    display: flex;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 700px) {
  .contLeft .imgs {
    width: 30%;
  }
  .contLeft .imgs img {
    width: 100%;
    height: 100%;
  }
  .bottomCont .bottomContSm {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .bottomCont .bottomContSm div{
    margin-right: 10px;
  }
}
