.qianhe-footer {
  padding-top:70px;
  background: #05345b;
}

.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 #7a7a7a;
}

.qianhe-foot-logo .icons{font-size:0;}
.qianhe-foot-logo .icons a{width:40px;height:40px;line-height:40px;text-align:center;display: inline-block;}
.qianhe-foot-logo .icons a:nth-child(2){background:#ff0000;}
.qianhe-foot-logo .icons a:nth-child(3){background:#000000;}
.qianhe-foot-logo .icons a:nth-child(4){background: #4baadc;}
.qianhe-foot-logo .icons a:nth-child(1){background:#0054a1;}
.qianhe-foot-logo .icons a+a{margin-left:20px;}
.qianhe-foot-logo .icons a i{ font-size:24px;color:#fff;line-height:inherit;}

.qianhe-foot-logo img {
  max-height: 60px;
}


.qianhe-foot-logo i:hover {
  color: white;
}

.qianhe-foot-con {
  display: flex;
  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: #fff;
}
.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: #ffffff;
  text-transform: capitalize;
}
.qianhe-foot-con li a:hover {
  color: #fff;
  text-decoration: underline;
}
.qianhe-foot-con div.newsletter {
  width: 44%;
  margin-right: 0;
}
.qianhe-foot-con div.newsletter p {
  font-size: 15px;
  color: #ffffff;
}

.qianhe-foot-txt {
  text-align: center;
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #7a7a7a;
  padding:30px 0;}
.qianhe-foot-txt p {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}
.qianhe-foot-txt p a {
  margin-left: 50px;
  color: #ffffff;
 
}
.qianhe-foot-txt p i {
  margin-left: 50px;
  font-style: normal;
  color: #7c7c7c;
}

.qianhe-foot-con .newsletter form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.qianhe-foot-con .newsletter input {
  width: 70%;
  height: 64px;
  padding-left:25px;
  font-size: 13px;
  background: #fff;
  color: #111;
  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-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: 1441px) {

.qianhe-foot-logo img{max-height:50px;}

  .qianhe-foot-logo div:last-child a + a {
    margin-left: 15px;
  }
  .qianhe-foot-con h3 {
    font-size: 20px;
  }
}


@media screen and (max-width:1280px) {
.qianhe-footer{padding-top:60px;}
.qianhe-foot-logo img{max-height:40px;}
.qianhe-foot-con h3{margin-bottom:20px;font-size:18px;}
.qianhe-foot-con li a{margin-bottom:12px;}

}



@media screen and (max-width: 960px) {
  .qianhe-footer {
    padding-top: 40px;
    padding-bottom:60px;
  }
  
.qianhe-foot-logo img {max-height:35px;}

  .qianhe-foot-logo,
  .qianhe-foot-con,
  .qianhe-foot-txt {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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);
  }
}


@media screen and (max-width:576px){
.qianhe-footer{padding-top:30px;}
.qianhe-foot-logo{padding-bottom:25px;}
.qianhe-foot-logo img{max-height:30px;}
.qianhe-foot-logo .icons a{width:30px;height:30px;line-height:30px;}
.qianhe-foot-logo .icons a i{ font-size:18px;}
}

@media screen and (max-width:480px){

.qianhe-foot-txt{padding:20px 0;}
.qianhe-foot-txt p{font-size:14px;}
.qianhe-foot-con{margin-top:20px;}
.qianhe-foot-con li a{font-size:13px;}
.qianhe-foot-con div.newsletter p{font-size:13px;}
.qianhe-foot-logo, .qianhe-foot-txt{margin-top: 0 !important;}

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


}

.crmFormVali-error {

    right: inherit !important;
    top: 76px !important;
}