li {
  list-style: none !important;
}
.footer {
  width: 100%;
  /* height: 7.375rem; */
  /* background: #fcfcfc; */
  background-color: rgb(252,252,252);
  box-sizing: border-box;
  padding-top: 0.5rem;
  background-image: url("../img/footer_background.png");
  background-repeat: no-repeat;;
  background-size: 49% 90%;
  background-position: 90% 100%;
}
.footer_outside_chain {
  display: flex;
  justify-content: space-between;
}
.footer_outside_chain .outside_chain_item:last-child {
  border-right: none;
}
.outside_chain_item {
  width: 14.2%;
  /* height: 4.3rem; */
  /* background: greenyellow; */
  border-right: 0.0125rem solid #a9a6a6;
  /* text-align: center; */
  box-sizing: border-box;
  padding: 0 4%;
}
.oci_title {
  font-size: .275rem;
  color: #191919;
  font-weight: 550;
  margin-top: .375rem;
  margin-bottom: .3125rem;
  position: relative;
}
.outside_chain_item li {
  font-size: .25rem;
  line-height: .5rem;
}
.outside_chain_item li a {
  color: #606060;
  border-bottom: 0 solid #24a2a5;
  transition: all 0.3s;  
  position: relative;
}
.outside_chain_item li a::after{
  content: "";
  width: 0;
  height: .0125rem;
  background: #24a2a5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;  
}
.outside_chain_item li:hover a::after{  
  width: 100%;
  transition: all 0.3s;  

}
.outside_chain_item:hover .oci_title{
  color: #24a2a5;
}

.outside_chain_item:hover .oci_title::after {
  color: #24a2a5;
  width: 0.325rem;
  transition: all 0.5s;
}
.outside_chain_item .oci_title::after {
  content: "";
  width: 0;
  transition: all 0.5s;
  height: 0.15rem;
  display: block;
  background: #24a2a5;
  position: absolute;
  left: -0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_info {
  width: 21.875rem;
  /* height: 2.5rem; */
  /* background: slateblue; */
  border-top: 0.0125rem solid #a9a6a6;
  margin: 0.25rem auto;
  box-sizing: border-box;
  padding: 0.5rem 0 0.5rem 1.625rem;
}
.footer_info_name {
  font-size: .325rem;
  font-weight: 600;
  color: #191919;
  padding-bottom: .2rem;
}
.footer_info_fwrz,
.footer_info_dz,
.footer_info_yx ,.footer_info_yx a{
  font-size: .225rem;
  color: #606060;
  line-height: .4375rem;
}
.footer_info_dz>span,.footer_info_fwrz>span,.footer_info_yx>span,.footer_info_yx>span{
  width: 1rem;
  display: inline-block;
}
/* footer媒体查询 */
@media screen and (max-width: 768px) {
  .footer{
    background-size:100% 50%;
  }
  .footer_outside_chain {
    flex-wrap: wrap;
  }
  .outside_chain_item {
    width:45%;
    text-align: center;
    border: none;
    /* border-bottom: .0125rem solid #878787; */
    height: 100%;
    margin-bottom: 20px;
  }
  .footer_outside_chain>.outside_chain_item:first-of-type{
    display: none;
  }
  .footer_info_dz>span,.footer_info_fwrz>span,.footer_info_yx>span,.footer_info_yx>span{
    display: inline;
  }
  .oci_title {
    font-size: 1rem;
  }

  .outside_chain_item li {
    font-size: 14px;
    line-height: 30px;
  }

  .footer_info {
    text-align: center;
  }

  .footer_info_name {
    font-size: 16px;
  }

  .footer_info_fwrz,
  .footer_info_dz,
  .footer_info_yx,.footer_info_yx a {
    font-size: 12px;
    line-height: 25px;
  }
}
