.footer {
  background: url(../img/bg.jpg) no-repeat center left;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 80px 0 30px;
}
.footer .container {
  margin: 0 60px;
  padding: 0 37px;
}
.footer .footer_cont {
  display: flex;
  justify-content: space-between;
}
.footer .footer_cont .footer_left {
  width: 410px;
}
.footer .footer_cont .footer_left .logos {
  height: 42px;
}
.footer .footer_cont .footer_left .logos img {
  height: 100%;
}
.footer .footer_cont .footer_left .des {
  font-size: 14px;
  color: #aab5cb;
  line-height: 38px;
  margin-top: 20px;
}
.footer .footer_cont .footer_left .but {
  display: block;
  background: #c11329;
  border: 1px solid #c11329;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 16px;
  height: 46px;
  width: 180px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  margin-top: 70px;
}
.footer .footer_cont .footer_list {
  margin-left: 80px;
  margin-right: 44px;
}
.footer .footer_cont .footer_list ul li {
  margin-top: 20px;
}
.footer .footer_cont .footer_list ul li .title {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer .footer_cont .footer_list ul li .title1 {
  font-size: 14px;
  color: #707f9b;
  line-height: 30px;
  padding-left: 15px;
  background: url(../img/footer_list.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .title2 {
  font-size: 14px;
  color: #aab5cb;
  line-height: 30px;
  padding-left: 30px;
}
.footer .footer_cont .footer_list ul li .on1 {
  background: url(../img/footer3.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .on2 {
  background: url(../img/footer4.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .on3 {
  background: url(../img/footer5.png) no-repeat center left;
}
.footer .footer_cont .footer_list ul li .on4 {
  background: url(../img/周报.png) no-repeat center left;
  background-size: 18px;
}
.footer .footer_cont .footer_list ul li .on5 {
  background: url(../img/时间.png) no-repeat center left;
  background-size: 20px;
}
.footer .footer_cont .footer_fx .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  margin-bottom: 35px;
}
.footer .footer_cont .footer_fx .img {
  width: 120px;
}
.footer .footer_cont .footer_fx .img img {
  width: 100%;
}
.footer .footcen {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 30px;
}
.footer .footcen .linktab {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #A3A3A3;
  line-height: 1;
}
.footer .footcen .linktab li {
  margin-right: 35px;
  cursor: pointer;
}
.footer .footcen .linktab .active {
  color: #FFFFFF;
}
.footer .footcen .linkas {
  margin-top: 20px;
}
.footer .footcen .linkas .linka {
  display: none;
}
.footer .footcen .linkas .linka .linklist {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #A3A3A3;
  height: 32px;
  overflow: hidden;
}
.footer .footcen .linkas .linka .linklist li {
  margin-right: 35px;
  line-height: 32px;
}
.footer .footcen .linkas .linka .linklist li a:hover {
  color: #FFFFFF;
}
.footer .footcen .linkas .linka .zhankai {
  white-space: nowrap;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  line-height: 32px;
}
.footer .footcen .linkas .linka .zhankai span {
  margin-left: 10px;
}
.footer .footer_bottom {
  margin-top: 70px;
  font-size: 14px;
  color: #aab5cb;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.consultbox {
  display: none;
}
@media (max-width: 1200px) {
  .footer {
    padding: 0.5rem 0 1.5rem;
  }
  .footer .container {
    margin: 0;
    padding: 0 0.3rem;
  }
  .footer .footer_cont .footer_left .logos {
    height: 32px;
  }
  .footer .footer_cont .footer_left .des {
    font-size: 13px;
    color: #aab5cb;
    line-height: 30px;
    margin-top: 20px;
  }
  .footer .footer_cont .footer_left .but {
    background: #c11329;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
  }
  .footer .footer_cont .footer_list {
    display: none;
  }
  .footer .footer_cont .footer_fx {
    display: none;
  }
  .footer .footcen {
    display: none;
  }
  .footer .footer_bottom {
    margin-top: 20px;
    font-size: 12px;
    color: #aab5cb;
    line-height: 0.6rem;
  }
  .consultbox {
    display: block;
  }
  .consultbox .wicket {
    position: fixed;
    top: 27px;
    left: 17px;
    right: 17px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 1px 4px 13px 0px rgba(153, 153, 153, 0.43);
    opacity: 0.8;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 13px;
    display: flex;
    align-items: center;
    font-size: 12px;
    z-index: 1000;
    transition: all cubic-bezier(0.6, -0.28, 0.74, 0.05) 0.5s;
    transform: translateY(-200%);
  }
  .consultbox .wicket .face {
    width: 32px;
    height: 32px;
    background: #E3EBF6;
    border-radius: 5px;
    margin-right: 8px;
  }
  .consultbox .wicket .face img {
    width: 100%;
    height: 100%;
  }
  .consultbox .wicket .tip {
    flex: 1;
  }
  .consultbox .wicket .but {
    width: 95px;
    height: 30px;
    background: linear-gradient(-42deg, #C71006 0%, #EC3228 100%);
    border-radius: 15px;
    margin-left: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }
  .consultbox .wicket .but .icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
  .consultbox .wicket .closebut {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 6px;
    height: 6px;
  }
  .consultbox .siliao {
    position: fixed;
    right: 17px;
    top: 390px;
    z-index: 1000;
    background: #E23400;
    box-shadow: 2px 5px 8px 0px rgba(226, 52, 0, 0.34);
    border-radius: 10px;
    font-size: 8px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 11px 9px 9px;
    line-height: 1;
    animation: pulse 1s infinite;
  }
  .consultbox .siliao .icon {
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
  }
  .consultbox .siliao .qp {
    position: absolute;
    right: -6px;
    top: -6px;
    padding: 2px 3px 4px;
    background: url(https://oss.dalvlaw.com/public/juxing.png) no-repeat;
    background-size: 100% 100%;
    font-size: 8px;
    font-weight: 400;
    color: #333333;
  }
  @keyframes shake {
    0% {
      transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
      transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
      transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
      transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
      transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
      transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
      transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
      transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
      transform: translate(1px, -2px) rotate(-1deg);
    }
  }
  .consultbox .basetel {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(-83deg, #F00101 0%, #FE8721 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0 17px 0  26px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .consultbox .basetel .cl {
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .consultbox .basetel .cl .icon {
    width: 22px;
    height: 19px;
  }
  .consultbox .basetel .yy {
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .consultbox .basetel .yy .icon {
    margin-bottom: 5px;
    width: 18px;
    height: 18px;
  }
  .consultbox .basetel .but {
    width: 204px;
    height: 35px;
    background: linear-gradient(94deg, #FFF2E0 0%, #FFDAAC 100%);
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #F10F04;
    line-height: 35px;
    text-align: center;
    animation: pulse 1s infinite;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
}
