.footer01 {
    width: 100%;
    background:url(../images/index_fot-banner.png) no-repeat;
    background-size: 100% 100%;
  }
  .footer_box{
    width:85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .fot_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer01 a {
    color: #ccc;
  }
  .footer01 a:hover {
    color: #fff;
  }
  .footer01 .links {
    width: 79%;
    height:65px;
    line-height:65px;
    position: relative;
  }
  .fot_list{
    width: 100%;
    display: flex;
  }
.linklist li {
    float: left;
    margin-right: 60px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
  }
.linklist li > a {
  display: flex;
  align-items: center;
}
.linklist li > a>img{
  width: 11px;
  height: 7px;
  margin-left: 10px;
}
.fot_tab_con{
  width: 100%;
  display:flex;
}
.fot_item{
  display: none;
}
.link-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 66px;
    background-color: #3f5267;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }

.link-nav a {
    color: #ccc;
    padding: 3px 5px;
    font-size:12px;
    display: block;
    float: left;
    line-height: 25px;
  }
.link-nav a:hover {
    color: #fff;
    background-color: #354557;
  }
  .footer01 .footer-info {
    width: 100%;
    padding: 60px 0 60px 0;
    border-bottom: 1px solid #89949F;
    border-top: 1px solid #89949F;
  }
  .layout{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer01 .footer-info .footer-info-left {
    width: 165px;
    margin-right: 25px;
  }
  .footer01 .footer-info .footer-info-left a:first-child {
    margin-right: 20px;
  }
  .footer01 .footer-info .footer-info-left img {
    height: 78px;
    /* margin-top: 20px; */
    vertical-align: middle;
  }
  .footer01 .footer-info .footer-info-center p {
    line-height: 30px;
    float: left;
    width:400px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #cccc;
    font-size: 16px;
  }
  .footer01 .footer-info .footer-info-center p.address .share {
    margin-left: -5px;
    display: inline-block;
  }
  .footer01 .footer-info .footer-info-center p.phone {
    width: auto;
  }
  .footer01 .footer-info .footer-info-center p.phone b {
    display: block;
    font-size: 26px;
    margin-bottom: 6px;
    font-weight: normal;
  }
  .footer01 .footer-info .footer-info-right {
    padding-left: 10px;
    height: 120px;
  }
  .footer01 .footer-info .footer-info-right a {
    display: inline-block;
    width: 105px;
    margin-left: 17px;
  }
  .footer01 .footer-info .footer-info-right a img {
    width: 105px;
    height: 105px;
    display: block;
  }
  .footer01 .footer-info .footer-info-right a span {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
  }
  .footer01 .footlinks {
    padding: 18px 0;
  }
  .footer01 .footlinks-item {
    word-spacing: 1em;
    color: #ccc;
  }
  .footer01 .footlinks-item.fl {
    text-align: left;
  }
  .footer01 .footlinks-item.fr {
    text-align: right;
  }
  .footer01 .footlinks-item.fr a{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
  }
  .address{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ccc;
  }
  .footer-info-center{
    width: 65%;
    display: flex;
  }

