.bottom {
  margin-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #056de8;
}
.bottom .navCont {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.bottom .navCont .list .img {
  margin-right: 20px;
}
.bottom .navCont .list .img img {
  width: 56px;
  height: 64px;
}
.bottom .navCont .list .title {
  font-weight: bold;
}
.bottom .navCont .list .dian {
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  margin: 0 10px;
}
.bottom .daohangCont {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.bottom .daohangCont .left {
  display: flex;
  padding-top: 5px;
}
.bottom .daohangCont .left .conter {
  width: 315px;
}
.bottom .daohangCont .left .conter .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.bottom .daohangCont .left .conter .cont {
  padding-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
.bottom .daohangCont .left .conter .cont a {
  width: 116px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  display: block;
}
.bottom .daohangCont .right {
  display: flex;
}
.bottom .daohangCont .right .li {
  text-align: center;
  width: 108px;
}
.bottom .daohangCont .right .li:nth-child(1) {
  margin-right: 20px;
}
.bottom .daohangCont .right .li .img img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.bottom .daohangCont .right .li .title {
  margin-top: 10px;
}
.bottom .linkCont {
  margin-top: 30px;
  display: flex;
}
.bottom .linkCont .title {
  width: 100px;
  font-weight: bold;
}
.bottom .linkCont .cont {
  width: 1100px;
}
.bottom .linkCont .cont .link {
  margin-right: 74px;
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
}
.bottom .banquanCont {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #dadada;
  text-align: center;
}
/* .bottom .banquanCont .cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .banquanCont .cont .li {
  line-height: 18px;
  margin-top: 10px;
  margin-right: 10px;
}
.bottom .banquanCont .cont .li:nth-last-child(1) {
  margin-right: 0;
} */
.bottom .imgCont {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .imgCont .list {
  margin-right: 30px;
}
.bottom .imgCont .list:nth-last-child(1) {
  margin-right: 0;
}
.bottom .imgCont .list img {
  width: 100px;
  height: 40px;
}

/* ---------- 我是分割线 ---------- */

.public-fixed-aside {
  position: fixed;
  right: 0;
  /* bottom: 100px; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  background: #fff;
}
.public-fixed-aside .list {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.public-fixed-aside .list:nth-child(1) {
  margin-top: 0;
}
.public-fixed-aside .list .img {
  padding-top: 11px;
}
.public-fixed-aside .list .img .img1 {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: block;
}
.public-fixed-aside .list .img .img2 {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: none;
}
.public-fixed-aside .list .title {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}
.public-fixed-aside .list:hover {
  background: #3d90f3;
}
.public-fixed-aside .list:hover .img .img1 {
  display: none;
}
.public-fixed-aside .list:hover .img .img2 {
  display: block;
}
.public-fixed-aside .list:hover .title {
  color: #fff;
}
.public-fixed-aside .list.tel .tel-wrapper {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px;
  align-items: center;
  display: none;
  filter: drop-shadow(0 0 2px #eee);
}
.public-fixed-aside .list.tel:hover .tel-wrapper {
  display: flex;
}
.public-fixed-aside .list.tel .tel-wrapper::after {
  content: '';
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.public-fixed-aside .list.tel .tel-wrapper div {
  white-space: nowrap;
  background: #fff;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 16px;
  border-radius: 2px;
}
.public-fixed-aside .list.code .code-wrapper {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px;
  align-items: center;
  display: none;
  filter: drop-shadow(0 0 2px #eee);
}
.public-fixed-aside .list.code:hover .code-wrapper {
  display: flex;
}
.public-fixed-aside .list.code .code-wrapper::after {
  content: '';
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.public-fixed-aside .list.code .code-wrapper div {
  text-align: center;
  background: #fff;
  padding: 15px;
  font-size: 20px;
  line-height: 16px;
  border-radius: 2px;
}
.public-fixed-aside .list.code .code-wrapper img {
  width: 120px;
  height: 120px;
  /* margin-bottom: 15px; */
}
