/*--------------------footer start--------------------*/

.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #363c40;
}

.footer .fri-links {
  padding-top: 15px;
  border-bottom: 1px solid #545454;
}

.footer .fri-links .links-tag {
  width: 72px;
  height: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #a2a4a6;
  text-align: center;
  background-color: #0d1720;
}

.footer .fri-links .links {
  width: 1114px;
  /* margin-bottom: 30px; */
  font-size: 0;
}

.footer .fri-links .links a {
  display: inline-block;
  margin-right: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
}

.footer .fri-links .links a:hover {
  color: #fff;
}

.footer .foot-nav {
  width: 100%;
  height: 161px;
  padding-top: 15px;
  border-bottom: 1px solid #545454;
}

.footer .foot-nav .helper .hp-con {
  margin-left: 120px;
}

.footer .foot-nav .helper .hp-con:first-child {
  margin-left: 100px;
}

.footer .foot-nav .helper .hp-con h6 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer .foot-nav .helper .hp-con p {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
  cursor: pointer;
}

.footer .foot-nav .helper .hp-con p:hover {
  color: #fff;
}

.footer .foot-nav .contact {
  margin: 0 70px;
  padding-top: 20px;
  text-align: center;
}

.footer .foot-nav .contact .tel {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer .foot-nav .contact .time {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
}

.footer .foot-nav .contact a {
  display: block;
  width: 140px;
  height: 36px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #3799ff;
}

.footer .foot-nav .contact a:hover {
  background-color: #3289e4;
}

.footer .foot-nav .qr-code {
  font-size: 0;
}

.footer .foot-nav .qr-code span {
  display: inline-block;
  cursor: pointer;
}

.footer .foot-nav .qr-code span.com-officel {
  margin-right: 40px;
}

.footer .foot-nav .qr-code span img {
  width: 103px;
  height: 103px;
  border: 1px solid #cdcecf;
  transition: all .3s ease;
}

.footer .foot-nav .qr-code span i {
  display: block;
  width: 103px;
  padding-top: 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.footer .foot-nav .qr-code span:hover img{
  transform: scale(1.6);
}

.footer .copyright {
  padding: 15px 0 10px;
}

.footer .copyright p {
  margin-bottom: 8px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
}

.footer .copyright p .ft-mid{
  margin: 0 8px;
}

.footer .copyright p:nth-child(1) {
  font-size: 0;
  position: relative;
  z-index: 100;
}

.footer .copyright p:nth-child(1) span {
  font-size: 12px;
}

.footer .copyright ul {
  width: 566px;
  height: 43px;
  margin: 0 auto;
  padding-top: 20px;
}

.footer .copyright ul li {
  float: left;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}

.footer .copyright ul li:last-child {
  margin-right: 0;
}
.footer .copyright ul li img {
    width: 102px;
    height: 40px;
}
/*--------------------footer end----------------------*/