#footer {
  background-color: #003E82;
  min-height: 4.45rem;
  width: 100%;
  color: #ffffff;
  opacity: 1;
  position: relative;
  z-index: 999;
}
#footer .box {
  margin: 0rem 2.6rem;
  padding-top: 0.6rem;
}
#footer .box .box_1 {
  font-size: 0;
}
#footer .box .box_1 a{
 /* a标签 */
  color: #ffffff!important;
  text-decoration:none!important;

}
#footer .box .box_1 .sec_1 {
  vertical-align: top;
  display: inline-block;
  width: 30%;
}
#footer .box .box_1 .sec_1 > img {
  width: 3.19rem;
  height: 0.52rem;
  object-fit: contain;
}
#footer .box .box_1 .sec_1 > p {
  font-size: 0.16rem;
  line-height: 0.4rem;
}
#footer .box .box_1 .sec_1 .phone {
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFF000;
}
#footer .box .box_1 .sec_2 {
  display: inline-block;
  width: 50%;
  height: 100%;
}
#footer .box .box_1 .sec_2 > ul{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  flex:1 1 auto;
}
#footer .box .box_1 .sec_2 > ul > li {
  font-size: 0.2rem;
  /* margin-right: 0.3rem; */
  /* float: left; */
}
#footer .box .box_1 .sec_2 > ul > li .item {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  line-height: 0.33rem;
}
#footer .box .box_1 .sec_2 > ul > li:nth-last-child(1) {
  margin-right: 0;
}
#footer .box .box_1 .sec_3 {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 0.16rem;
  text-align: center;
}
#footer .box .box_1 .sec_3 > img {
  width: 1.11rem;
  height: 1.11rem;
}
#footer .box .box_1 .sec_3 > p {
  margin-top: .21rem;
}
#footer .box .box_2 {
  margin: 0.8rem 0;
}
#footer .box .box_2 > ul > li {
  font-size: 0.16rem;
}
#footer .box .box_2 > ul > li .item > li {
  margin-top: 0.2rem;
  margin-right: 0.3rem;
  float: left;
}
#footer .box .box_2 > ul > li .item > li >a {
  color: #ffffff;
  text-decoration:none;
}
#footer .box .box_3{
  width: 100%;
  height: .5rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}
#footer .box .box_3 a{
  color: #FFFFFF;
}
#footer .box .box_3 a:hover{
  color: #FFFFFF;
}
