.qianhe-footer {
  padding-top: 80px;
  padding-bottom: 55px;
  background: var(--bg-color);
}

/*.sutong-side-bar a {*/
/*        display: block;*/
/*        cursor: pointer;*/
/*        width: 46px;*/
/*        height: 46px;*/
/*        background: var(--color-primary);*/
/*        position: relative;*/
/*        color: #fff;*/
/*        text-align: center;*/
/*        border-radius: 5px;*/
/*      }*/
.qianhe-foot-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 1px solid #303030;
}

.qianhe-foot-logo img {
  max-height: 62px;
}
.qianhe-foot-logo div:last-child a + a {
  display: inline-block;
  margin-left: 20px;
}
.qianhe-foot-logo i {
  font-size: 24px;
  color: #203260;
}
.qianhe-foot-logo i:hover {
  color: white;
}

.qianhe-foot-con {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
.qianhe-foot-con > div {
  width: 28%;
  margin-right: 8%;
}
.qianhe-foot-con h3 {
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-size: 22px;
  color: #000;
}
.qianhe-foot-con ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.qianhe-foot-con li a {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
}
.qianhe-foot-con li a:hover {
  color: #203260;
  text-decoration: underline;
}
.qianhe-foot-con div.newsletter {
  width: 44%;
  margin-right: 0;
}
.qianhe-foot-con div.newsletter p {
  font-size: 15px;
  color: #000;
}

.qianhe-foot-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.qianhe-foot-txt p {
  font-size: 15px;
  color: #000;
}
.qianhe-foot-txt p a {
  margin-left: 50px;
  color: #5e5e5e;
  text-decoration: underline;
}
.qianhe-foot-txt p i {
  margin-left: 50px;
  font-style: normal;
  color: #7c7c7c;
}

.qianhe-foot-con .newsletter form {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
.qianhe-foot-con .newsletter .crmFormVali-error {
  top: auto;
  bottom: -16px;
  left: 4px;
}
.qianhe-foot-con .newsletter input {
  width: 70%;
  height: 64px;
  padding-left: 34px;
  font-size: 13px;
  background: #252525;
  color: #fff;
  outline: none;
  border: none;
}
.qianhe-foot-con .newsletter button {
  width: 30%;
  height: 64px;
  font-size: 13px;
  font-family: var(--font-family);
  background: var(--color-primary);
  color: #fff;
  outline: none;
  border: none;
}
.qianhe-gotop {
  position: fixed;
  right: 10px;
  top: 50%;
  display: none;
  margin-top: -61px;
  z-index: 100;
}
.qianhe-gotop a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  margin: 10px 0;
  text-align: center;
  line-height: 46px;
  box-shadow: 1px 2px 6px 2px rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.qianhe-gotop a:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.qianhe-gotop a i {
  font-size: 24px;
}


.qianhe-foot-gotop {
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.qianhe-foot-gotop i {
  display: inline-block;
  margin-right: 10px;
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite;
}

.qianhe-mobile-footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: var(--color-primary);
  z-index: 99;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
.qianhe-mobile-foot a {
  float: left;
  width: 25%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid var(--color-primary);
  box-sizing: border-box;
}
.qianhe-mobile-foot a:last-child {
  border-right: none;
}
.qianhe-mobile-foot img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 5px auto 0;
}

@media screen and (max-width: 1400px) {
  .qianhe-foot-txt p {
    width: 80%;
  }
  .qianhe-foot-logo div:first-child img {
    width: 180px;
  }
  .qianhe-foot-logo div:last-child a + a {
    margin-left: 15px;
  }
  .qianhe-foot-con h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .qianhe-footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .qianhe-foot-logo,
  .qianhe-foot-con,
  .qianhe-foot-txt {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qianhe-foot-logo div:first-child img {
    width: 150px;
  }
  .qianhe-foot-logo div:last-child a + a {
    margin-left: 10px;
  }
  .qianhe-foot-logo div:last-child i {
    font-size: 22px;
  }
  .qianhe-foot-con > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .qianhe-foot-con div.newsletter,
  .qianhe-foot-txt p {
    width: 100%;
  }

  .qianhe-foot-con .newsletter input {
    height: 54px;
    padding-left: 24px;
  }
  .qianhe-foot-con .newsletter button {
    height: 54px;
  }

  .qianhe-foot-gotop {
    margin-top: 20px;
  }

  .qianhe-mobile-footer {
    display: block;
  }
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
