body {
  padding: 0;
  margin: 0;
  min-width: 1900px;
  background-color: #fff;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.left {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.index-bottom {
  width: 100%;
  height: 370px;
  background-color: #333333;
  display: flex;
}
.index-bottom .bottom-left {
  width: 40%;
  flex-direction: column;
}
.index-bottom .bottom-left .index-logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-left: 50%;
  overflow: hidden;
}
.index-bottom .bottom-left .index-logo .index-header-logo {
  width: 42px;
  height: 45px;
  float: left;
}
.index-bottom .bottom-left .index-logo .index-header-logo img {
  width: 100%;
  height: 100%;
}
.index-bottom .bottom-left .index-logo .logo-text {
  margin-left: 10px;
  float: left;
  text-align: center;
  color: #fff;
}
.index-bottom .bottom-left .index-logo .logo-text :nth-of-type(1) {
  font-size: 18px;
}
.index-bottom .bottom-right {
  width: 60%;
  flex-direction: column;
  overflow: hidden;
  color: #FFF;
  padding-left: 10%;
}
.index-bottom .bottom-right ul {
  margin-right: 30px;
  margin-top: 5%;
  float: left;
}
.index-bottom .bottom-right ul li {
  font-size: 16px;
  margin-top: 25px;
}
.index-bottom .bottom-right ul li a {
  color: #fff;
}
.index-bottom .bottom-right ul :nth-of-type(5) {
  text-align: left;
}
.foot-type {
  width: 100%;
  color: #FFF;
  background-color: #000;
  text-align: center;
  padding: 15px 0 15px 0;
}
