.footer_block9 {
  position: relative;
  color: #fff;
  background: #0f4588;
  padding-top: 55px;
  z-index: 10;
}
.footer_block9::before {
  content: "";
  display: block;
  width: 50%;
  height: 244px;
  position: absolute;
  left: 0;
  top: -40px;
  background: rgba(0, 0, 0, 0.2);
}
.footer_block9 a {
  color: #fff;
}
.footer_block9 .footer_top {
  overflow: hidden;
  margin-bottom: 48px;
}
.footer_block9 .footer_top .footer_logo {
  float: left;
  width: 50%;
  overflow: hidden;
  display: flex;
}
.footer_block9 .footer_top .footer_logo .logo1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
}
.footer_block9 .footer_top .footer_logo .logo1 a {
  display: block;
}
.footer_block9 .footer_top .footer_logo .logo2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin: 1.5% 0 0 2%;
  max-height: 60px;
}
.footer_block9 .footer_top .footer_logo .logo2 a {
  display: block;
}
.footer_block9 .footer_top .ftlist {
  float: left;
  padding-left: 90px;
  width: 32%;
  box-sizing: border-box;
}
.footer_block9 .footer_top .ewm {
  float: right;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.footer_block9 .footer_top .ewm img {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.footer_block9 .footer_bot {
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (max-width: 996px) {
  .footer_block9::before {
    display: none;
  }
  .footer_block9 .footer_top .footer_logo {
    float: none;
    text-align: center;
    width: auto;
  }
  .footer_block9 .footer_top .ftlist {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin: 20px auto;
  }
  .footer_block9 .footer_top .ewm {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}

.sub_01{}
.sub_01 ul{margin: 0 0;}
.sub_01 .item{margin: 0 0 30px;}
.sub_01 .top{padding: 0 0;display: flex;justify-content: space-between;align-items: center;position: relative;}
.sub_01 h2{background: #0f4588;color: #fff;padding: 10px 20px;position: relative;z-index: 2;margin: 0 20px 0 0;}
.sub_01 .arrow{border-left: 16px solid #0f4588;border-top: 10px solid transparent;border-bottom: 10px solid transparent;transform: rotate(90deg);transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.sub_01 .top.active .arrow{transform: rotate(0);}
.sub_01 .top::before{content: '';display: block;position: absolute;left: 0;bottom: 50%;border-bottom: 1px dashed #0f4588;right: 30px;}
.sub_01 .bottom{padding: 12px 0 0;}
.sub_01 .box{display: flex;line-height: 2em;}
.sub_01 .left{color: #0f4588;font-weight: bold;min-width: 9em;flex-shrink: 0;margin: 0 20px 0 0;}
.sub_01 .right{flex: 1;}
.sub_01 .bottom a{margin: 0 10px 10px 0;}
.sub_01 .bottom2 .left{min-width: 4em;}


