/*底部*/
@media (min-width: 750px) {
  .footerContent {
    height: 315px;
    text-align: center;
  }
  .footerContent .footerTopContent {
    position: relative;
  }
  .footerContent .footerTopContent img {
    width: 194px;
    height: 70px;
    margin-top: 64px;
    z-index: 1;
    position: sticky;
  }
  .footerContent .footerTopContent .footerBg {
    width: 708px;
    height: 223px;
    position: absolute;
    right: 0;
    top: 92px;
    z-index: 0;
  }
  .footerContent .footerTopContent .topLinkContent {
    margin: 30px auto;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle {
    display: inline-block;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle li {
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    position: relative;
    margin-left: 16px;
    border-right: 2px solid #000;
    padding-right: 16px;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle li:last-of-type {
    border-right: none;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle a {
    color: #000000;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle a:hover {
    color: #172A88;
    font-weight: bold;
  }
  .footerContent .footerTopContent p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 31px;
    position: sticky;
    z-index: 1;
    letter-spacing: 2px;
  }
  .footerContent .footerTopContent p a {
    color: #000;
  }
    .footerContent .footerTopContent p a:hover{
        color: #172A88;
    }


}
@media (max-width: 750px) {
  .footerContent {
    text-align: center;
    margin-top: 20px;
  }
  .footerContent .footerTopContent {
    position: relative;
  }
  .footerContent .footerTopContent .companyName {
    padding: 0 10px;
  }
  .footerContent .footerTopContent img {
    width: 130px;
    z-index: 1;
    position: sticky;
  }
  .footerContent .footerTopContent .footerBg {
    width: 100%;
    height: 130px;
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 0;
  }
  .footerContent .footerTopContent .topLinkContent {
    margin: 30px auto;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle {
    display: inline-block;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle li {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    position: relative;
    padding: 8px 0;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle li:last-of-type {
    border-right: none;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle a {
    color: #000000;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle a:hover {
    font-weight: bold;
  }
  .footerContent .footerTopContent p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 31px;
    position: sticky;
    z-index: 1;
    letter-spacing: 2px;
  }
}
/* 3840*2160 */
@media (min-width: 2560px) {
  .footerContent {
    height: 630px;
    text-align: center;
  }
  .footerContent .footerTopContent {
    position: relative;
  }
  .footerContent .footerTopContent img {
    width: 388px;
    height: 140px;
    margin-top: 128px;
    z-index: 1;
    position: sticky;
  }
  .footerContent .footerTopContent .footerBg {
    width: 1416px;
    height: 446px;
    position: absolute;
    right: 0;
    top: 184px;
    z-index: 0;
  }
  .footerContent .footerTopContent .topLinkContent {
    margin: 60px auto;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle {
    display: inline-block;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle li {
    float: left;
    font-size: 34px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    position: relative;
    margin-left: 32px;
    border-right: 4px solid #000;
    padding-right: 32px;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle li:last-of-type {
    border-right: none;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle a {
    color: #000000;
  }
  .footerContent .footerTopContent .topLinkContent .topLinkContentTitle a:hover {
    color: #172A88;
    font-weight: bold;
  }
  .footerContent .footerTopContent p {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 800;
    color: #000000;
    line-height: 62px;
    position: sticky;
    z-index: 1;
    letter-spacing: 4px;
  }
}
/*底部 end*/
