.footer{
    width: 100%;
}
.footer-top{
    width: 100%;
    padding: 30px 0 20px;
    background: #0e6fda;
}
.footer-top .footer_logo{
  width: 500px;
  height: 100px;
  margin: 0 auto 30px;
  display: block;
}
.footer-top .footer_logo img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  display: block;
}
.footer-top>ul{
    height: 24px;
    text-align: center;
}
.footer-top>ul>li{
    display: inline-block;
    height: 100%;
    line-height: 24px;
}
.footer-top>ul>li>a{
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
.footer-bottom{
    width: 100%;
    padding: 30px 0 20px;
    background: url('../images/fbg.jpg');
}
.link>p{
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.link>p>a{
    color: #fff;
}



.fixe-box{
    position: fixed;
      top: 230px;
      right: 0;
      z-index: 99;

  }
  .fixe-box ul li {
    background-color: #5c8be2;
    border-bottom: 2px solid #fff;
    padding: 5px;
    cursor: pointer;
  }

  .fixe-box .ewm-alert {
        color: #000;
        text-align: center;
        width: 60px;
        display: none;
        height: 60px;
        position: absolute;
        top: 0px;
        right: 100px;

  }
 .fixe-box .on2 {
     top: 40px;
     margin-left: 20px;
  }
  .fixe-box .on3 {
    top: 85px;
     /* margin-right: 60px; */
    background-color: #5c8be2;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    padding:5px;
    width: 110px;
    height: 25px;
    line-height: 25px;
  }
  .ss_box .input{
    height: 20px;
    line-height: 20px;
    border: 1px #cccc solid;
    color: #db4035;
    outline: none;
  }
  .fixe-box ul li span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }

  .fixe-box ul li img {
    display: block;
    margin: auto;
  }