.bottom {
  width: 100%;
  height: auto;
  background: #2E3236;
}
.bottom .container .bottom-top {
  padding-top: 20px;
}

.bottom .container .bottom-top .bottom-left {
  float: left;
}
.bottom .container .bottom-top .bottom-left img {
  margin-bottom: 20px;
}
.bottom .container .bottom-top .bottom-left p {
  font-size: 13px;
  color: #E1E9F0;
  line-height: 22px;
}
.bottom .container .bottom-top .bottom-right {
  float: right;
  width: 800px;
}
.bottom .container .bottom-top .bottom-right .bottom-ul {
  width:100%;
  padding: 0px;
  margin: 0;
  table-layout: fixed;
}
.bottom .container .bottom-top .bottom-right .bottom-ul thead tr td {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 50px;
  font-size: 13px;
  color: #E1E9F0;
}
.bottom .container .bottom-top .bottom-right .bottom-ul tbody tr td {
  text-align: left;
  padding-top: 8px;
  padding-left: 50px;

}
.bottom .container .bottom-top .bottom-right .bottom-ul tbody tr td a {
  font-size: 13px;
  color: #B2BDC7;

}
.bottom .container .bottom-top .bottom-right .bottom-ul .bottom-td {
  width: 140px;
  font-size: 13px;
  color: #B2BDC7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom .container .copyright {
  width: 100%;
  height: auto;
  font-size: 13px;
  color: #82929F;
  text-align: center;
  padding: 16px 0px 10px 0px;
}
.company-ul {
  width: 100%;
  padding: 8px 0;
  border: 1px solid #E1E9F0;
  border-radius: 6px;
  margin-bottom: 4px;
  background-color: #FFFFFF;
}
.company-ul li {
  float: left;
  border-right: 1px solid #E1E9F0;
  padding: 0px 12px;
}
.company-ul li a {
  font-size: 16px;
  padding: 9px 18px 5px 18px;
  color: #000000;
  border-bottom: 4px solid #FFFFFF;
}
.company-ul li a:hover {
  color: #1887E8;
  border-bottom: 4px solid #1887E8;
  transition: .6s;
}
.company-con {
  padding: 30px 30px 25px 30px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.company-con p {
  text-indent: 2em;
  font-size: 15px;
  color: #2E3236;
  line-height: 27px;
}
