.bottom {
  width: 100%;
  height: 160px;
  background-color: #1869b3;
  box-sizing: border-box;
}
.bottom .main {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 21px;
  position: relative;
}
.bottom .main img {
  vertical-align: unset;
}
.bottom .main p {
  margin: 0;
  padding: 0;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.bottom .main p a {
  text-decoration: none;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.bottom .main .img-wrapper {
  position: absolute;
  height: 56px;
  top: 45px;
  right: 0;
}
.bottom .main .img-wrapper a {
  color: #1869b3;
  text-decoration: none;
}
.bottom .main .img-wrapper .sheqi {
  position: relative;
  margin-right: 85px;
}
.bottom .main .img-wrapper .sheqi p {
  position: absolute;
  display: inline-block;
  width: 56px;
  font-size: 14px;
  color: #fefefe;
  top: -30px;
  right: -61px;
}
