footer {
  width: 100%;
}
footer .footer {
  width: 100%;
  background-color: #ECECEC;
  padding: 65px 0;
  box-sizing: border-box;
}
footer .footer .top {
  width: 73%;
  margin: auto;
  display: flex;
}
footer .footer .top .f_logo {
  width: 20%;
  padding-right: 2%;
}
footer .footer .top .f_logo img {
  max-width: 100%;
  vertical-align: text-bottom;
}
footer .footer .top ul {
  flex: 1;
  display: flex;
  padding: 0 2%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
}
footer .footer .top ul li {
  width: 25%;
  text-align: center;
}
footer .footer .top ul li a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 36px;
}
footer .footer .top ul li a:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666;
}
footer .footer .top .conus {
  width: 20%;
  padding-left: 2%;
}
footer .footer .top .conus p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .footer .top .conus .item {
  color: #999;
  font-size: 14px;
  line-height: 36px;
}
footer .footer .top .conus .item span {
  font-size: 22px;
}
footer .bot {
  background-color: #C4C4C4;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .bot .bottom {
  font-size: 14px;
  color: #666666;
}
footer .bot .bottom a {
  margin: 0 10px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 1440px) {
  footer .footer .top {
    width: 80%;
  }
  footer .footer .top .conus {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer .top {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 20px 0;
  }
  footer .footer .top {
    flex-wrap: wrap;
  }
  footer .footer .top .f_logo {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  footer .footer .top .f_logo img {
    width: 30%;
  }
  footer .footer .top ul {
    padding: 0;
    border: none;
  }
  footer .footer .top ul li a {
    font-size: 12px;
    line-height: 26px;
  }
  footer .footer .top ul li a:nth-child(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .footer .top .conus {
    width: 100%;
    padding-left: 0;
  }
  footer .footer .top .conus p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .footer .top .conus .item {
    font-size: 12px;
    line-height: 26px;
  }
  footer .footer .top .conus .item span {
    font-size: 18px;
  }
  footer .bot .bottom {
    width: 96%;
    margin: auto;
    text-align: center;
  }
}
