.foot {
  background-color: #061824;
  background-image: none;
  box-sizing: border-box;
  height: 620px;
}

#footer {
  padding: 140px 0;
  width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
}

#footer .footer_logo {
  margin-right: 118px;
}

#footer .footer_logo img {
  width: 128px;
  height: 155px;
  object-fit: contain;
}

#footer ul {
  list-style: none;
}

#footer .footer_ul {
  display: flex;
  margin-right: 118px;
}

#footer .footer_ul > li {
  margin-right: 100px;
}

#footer .footer_ul > li a {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  transition: color 0.3s;
  position: relative;
}

#footer .footer_ul > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}

#footer .footer_ul > li a:hover::before {
  width: 100%;
}

#footer .footer_ul > li > a {
  font-size: 20px;
  font-weight: bold;
}

#footer .footer_ul > li ul {
  margin-top: 20px;
}

#footer .footer_ul > li ul li {
  margin-bottom: 20px;
}

#footer .footer_ul > li ul li:last-child {
  margin-bottom: 0;
}

#footer .footer_ul > li:last-child {
  margin-right: 0;
}

#footer .footer_contact .footer_contact_row p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 24px;
  white-space: nowrap;
}

#footer .footer_contact .footer_contact_row p img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
}

.contact-info {
  font-size: 16px;
}

.back {
  height: 100%;
  display: flex;
}

.erweima {
  display: flex;
  flex-direction: column;
}

.erweima img {
  height: 50px;
  width: 50px;
}

.bottm {
  margin-bottom: 25px;
  color: #333333;
  font-size: 14px;
}

li {
  text-align: left;
  /*margin-top: 20px;*/
}

/* #footer .links {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.links a {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  border-right: 1px solid #333333;
  padding: 0 5px;
} */
/* #footer .links a:nth-last-child(1) {
  border: none;
} */
.links a:hover {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 1600px) {
  #footer {
    width: 1200px;
  }
  #footer .footer_logo {
    margin-right: 68px;
  }
  #footer .footer_ul {
    margin-right: 68px;
  }
  #footer .footer_ul > li {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1300px) {
  #footer {
    width: 1000px;
  }
  #footer .footer_logo {
    margin-right: 38px;
  }
  #footer .footer_logo img {
    width: 100px;
    height: 121px;
  }
  #footer .footer_ul {
    margin-right: 38px;
  }
  #footer .footer_ul a {
    font-size: 14px;
  }
  #footer .footer_ul > a {
    font-size: 16px;
  }
  #footer .footer_ul > li {
    margin-right: 20px;
  }
  #footer .footer_ul ul {
    margin-top: 20px;
  }
  #footer .footer_ul ul li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .foot {
    height: 100%;
  }
  #footer {
    padding: 100px 80px;
    width: 100%;
  }
  #footer .back {
    flex-direction: column;
    align-items: center;
  }
  #footer .back .footer_logo {
    margin-right: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .back .footer_logo img {
    width: 100%;
  }
  #footer .back .footer_ul {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40rem 24rem;
  }
  #footer .back .footer_logo {
    margin-bottom: 40rem;
  }
  #footer .footer_ul {
    flex-wrap: wrap;
    margin-bottom: 40rem;
  }
  #footer .footer_ul > li {
    margin-right: 30rem;
    margin-bottom: 30rem;
  }
}

/*#footer {height:140px;}*/
#reference {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #f2f2f2;
}

#reference div {
  height: 100%;
}

#reference a {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

#reference a:hover {
  color: #f63b2e;
}

#reference div * {
  font-weight: bold;
  font-size: 13px;
  color: #2e2e57;
}

#reference .left {
  float: left;
}

#reference .left * {
  float: left;
  height: 100%;
  line-height: 64px;
}

#reference .left a {
  margin-left: 20px;
  padding-left: 42px;
  background: no-repeat 0 13px;
}

#reference .left .a1 {
  background-image: url(../img/refer_icon_1.png);
}

#reference .left .a2 {
  background-image: url(../img/refer_icon_2.png);
}

#reference .left .a3 {
  background-image: url(../img/refer_icon_life.png);
}

#reference .right {
  float: right;
  width: 323px;
  line-height: 69px;
  text-indent: 38px;
  background: #f2f2f2 url(../img/refer_icon_3.png) no-repeat 19px 23px;
  border-left: 1px solid #e5e5e5;
}

#copyright {
  height: 80px;
}

#copyright .g-wrap {
  overflow: visible;
}

#copyright .g-wrap div {
  padding: 19px 0 19px 19px;
  height: 37px;
  width: 500px;
  font-weight: bold;
  line-height: 20px;
  color: #4b4b51;
  margin: 0 auto;
  text-align: center;
}

#copyright .g-wrap div a {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: #4b4b51;
}

#copyright .g-wrap div a:hover {
  color: #e62b1e;
}
