/**/
body{
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.footer {
  color: #fff;
  font-size: 15px;
  background: #11468c;
  padding-top: 30px;
}
.footer .container1 {
  width: 1400px;
  margin: 0 auto;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff066;
}
.footer .hd {
  margin-bottom: 15px;
}
.footer .hd ul {
  display: flex;
  padding: 0;
}
.footer .hd ul > li {
  flex: 1;
  cursor: pointer;
}
.footer .hd ul > li + li {
  margin-left: 60px;
}
.footer .hd .select.on .down {
  display: block;
}
.footer .hd .select.on:after {
  border-top: none;
  border-bottom: 7px solid #fff;
}
.footer .hd .select.on > span {
  border-color: #ddd;
}
.footer .hd .select .down {
  bottom: 99%;
  z-index: 99;
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
}
.footer .hd .select .down ol {
  max-height: 389px;
  border: 1px solid #0564a3;
  text-align: center;
  background: #0564a3;
  overflow-y: scroll;
}
.footer .hd .select .down ol li {
  border-bottom: 1px dotted #2480bd;
}
.footer .hd .select .down ol li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 22px;
  padding: 8px 0;
}
.footer .hd .select .down ol li a:hover {
  background: #11468c;
}
.footer .hd .select > span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.footer .bd li {
  line-height: 31px;
  display: flex;
  align-items: center;
}
.footer .bd li img {
  margin-right: 5px;
  width: 19px;
}
.footer .bd .info {
  display: flex;
      justify-content: space-between;
}
.footer .bd .link {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer .bd .link a + a::before {
  content: "|";
  padding: 0 15px;
}
.footer .bd .share {
  display: flex;
  margin-top: 10px;
}
.footer .bd .share img {
  max-height: 44px;
}
.footer .bd .share a {
  margin-right: 10px;
}
.footer .bd .box {
  margin-right: 74px;
}
.footer .bd .box ul {
  padding: 0;
}
.footer .ft {
  background: #0f3f7e;
  /* height: 50px; */
  display: flex;
  margin-top: 40px;
  align-items: center;
  text-align: center;
}
.footer .ft a + a {
  margin-left: 20px;
}
/**/
.select  {
  position: relative;
}
