.footer_nav {
  margin-top: 30px;
  width: 100%;
  height: 100px;
  background-color: #3F3F3F;
}

.footer_nav ul {
  height: 100px;
}

.footer_nav ul li {
  flex: 1;
  text-align: center;
  line-height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
}

.footer_nav ul li a {
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
  transition: all .3s;
}

.footer_nav ul li a:hover {
  color: #3266CC;
}

.footer_nav ul li::after {
  content: '';
  width: 1px;
  height: 44px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  transform: translate(0%, -50%);
  top: 50%;
}

.footer_nav ul li:last-child::after {
  content: none;
}

.footer {
  height: 300px;
  background: #262626;
}

.footer .footer_top {
  border-bottom: 1px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 13px;
}

.footer .footer_top .center {
  position: relative;
}

.footer .footer_top .center .footer_logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.footer .footer_top .center .ul {
  width: 830px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer .footer_top .center .ul a {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.footer .footer_top .center .ul a span {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}

.footer .footer_top .center .ul a:hover {
  background: #3F3F3F;
}

.footer .footer_Links {
  margin-top: 46px;
}

.footer .footer_Links .center p {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
}

.footer .footer_Links .center ul {
  display: flex;
}

.footer .footer_Links .center ul li {
  display: flex;
}

.footer .footer_Links .center ul li a {
  font-size: 19px;
  color: #ffffff;
  margin-left: 40px;
  text-decoration: underline;
  transition: all .3s;
}

.footer .footer_Links .center ul li a:hover {
  color: #3266CC;
}

.right_fixed {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 99;
}

.right_fixed a {
  margin-bottom: 8px;
  width: 112px;
  height: 112px;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.26);
  background: url(../images/right_fixed_bg.png) no-repeat;
  padding-top: 20px;
  background-size: 100% 100%;
  position: relative;
  display: block;
}

.right_fixed a img.ewm {
  width: 107px;
  position: absolute;
  left: -115px;
  top: 50%;
  transform: translate(0%, -50%);
  display: none;
}

.right_fixed a img {
  margin: 0 auto;
}

.right_fixed a p {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 7px;
  text-align: center;
}

.right_fixed .footerPhone .PhoneBox{
  height: 100%;
  position: absolute;
  left: -166px;
  top: 50%;
  transform: translate(0%, -50%);
  display: none;
  font-size: .2rem;
  padding: 0 .2rem;
  background: url(../images/right_fixed_bg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 106px;
  color: #ffffff;
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
  .footer .footer_top .center {
    display: flex;
    align-items: center;
  }
  .footer .footer_top .center .footer_logo {
    position: inherit;
    transform: none;
  }
  .footer .footer_top .center .ul {
    width: 736px;
  }
}

@media screen and (max-width: 780px) {
  .footer_nav,
  .footer {
    display: none;
  }
  .right_fixed {
    bottom: 0;
    top: auto;
    right: 0;
    transform: inherit;
    width: 100%;
    height: 1.139rem;
    display: flex;
  }
  .right_fixed a {
    flex: 1;
    padding-top: .17rem;
    box-shadow: none;
  }
  .right_fixed a img.ewm {
    width: 1.6rem;
    height: 1.6rem !important;
    top: -76%;
    transform: translate(-50%, 0%);
    left: 50%;
  }
  .right_fixed a img {
    height: .42rem;
  }
  .right_fixed a p {
    font-size: .25rem;
    margin-top: .09rem;
  }
  .right_fixed a:nth-child(1) {
    background: #3266CC;
  }
  .right_fixed a:nth-child(2) {
    background: #467FF0;
  }
  .right_fixed a:nth-child(3) {
    background: #00C800;
  }
  .right_fixed a:nth-child(3) img {
    height: .34rem;
  }
  .right_fixed a:nth-child(4) {
    background: #FD8C3E;
  }
  .right_fixed a:nth-child(4) img {
    height: .36rem;
  }
}
