.footer {
  width: 100%;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  height: 100vh;
  min-height: 700px;
  background: var(--light-default-bgcolor);
  color: var(--dark-default-color);
  /*color: var(--light-default-bgcolor);*/
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
}

.footer .footer-left,
.footer .footer-right {
  width: 50%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.footer .footer-left {
  border-right: 1px solid #757D84;
  padding-right: 100px;
}

.footer .footer-right {
  padding-left: 100px;
}

.footer .footer-left .footer-box,
.footer .footer-right .footer-box {
  width: 100%;
  height: auto;
}

.footer .footer-left .footer-box p,
.footer .footer-right .footer-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 40px !important;
}

.footer .footer-left .footer-box .following-us {
  margin-top: 100px;
  margin-bottom: 64px;
}

.footer .footer-left .footer-box .contact_content {
  width: 100%;
}

.footer .footer-left .footer-box .contact_content .foot_logo a {
  display: block;
  height: 66px;
}

.footer .footer-left .footer-box .contact_content .foot_logo a img {
  height: 100%;
}

.footer .footer-left .footer-box .contact_content .foot_logo p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.footer .footer-left .footer-box .contact_content .foot_contact p {
  font-size: 18px;
}

.footer .footer-left .footer-box .contact_content .foot_contact .foot_contact_list {
  width: 100%;
}

.footer .footer-left .footer-box .contact_content .foot_contact .foot_contact_list .foot_contact_item {
  box-sizing: border-box;
  padding-left: 35px;
  background-size: 20px 20px;
  background-position: center left;
  background-repeat: no-repeat;
}

.footer .footer-left .footer-box .contact_content .foot_contact .foot_contact_list .foot_contact_item span {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
}

.foot_contact_item.add {
  background-image: url(../picture/address.png);
}

.foot_contact_item.phone {
  background-image: url(../picture/phone.png);
}

.foot_contact_item.tele {
  background-image: url(../picture/tele.png);
}

.foot_contact_item.fax {
  background-image: url(../picture/fax.png);
}


@media (max-width:768px) {
  
.footer-mobile .contact_content {
  width: 100%;
}

.footer-mobile .contact_content .foot_logo a {
  display: block;
  height: 40px;
}

.footer-mobile .contact_content .foot_logo a img {
  height: 100%;
}

.footer-mobile .contact_content .foot_logo p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.footer-mobile .contact_content .foot_contact{
  margin-top: 25px;

}

.footer-mobile .contact_content .foot_contact p {
  font-size: 16px;
  display: block;
}

.footer-mobile .contact_content .foot_contact .foot_contact_list {
  width: 100%;
  margin-top: 15px;

}

.footer-mobile .contact_content .foot_contact .foot_contact_list .foot_contact_item {
  box-sizing: border-box;
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: center left;
  background-repeat: no-repeat;
}

.footer-mobile .contact_content .foot_contact .foot_contact_list .foot_contact_item span {
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
}

.foot_contact_item.add {
  background-image: url(../picture/address.png);
}

.foot_contact_item.phone {
  background-image: url(../picture/phone.png);
}

.foot_contact_item.tele {
  background-image: url(../picture/tele.png);
}

.foot_contact_item.fax {
  background-image: url(../picture/fax.png);
}
}





/* 
.footer .footer-left .register-words {
  font-size: 36px !important;
  line-height: 56px !important;
  margin-bottom: 30px !important;
  font-weight: 400 !important;
}

.footer .footer-left .tech-support {
  display: inline-block;
  height: 54px;
  line-height: 52px;
  border-radius: 27px;
  padding: 0 24px;
  font-size: 16px;
  background: var(--light-main-color);
}

.footer .footer-left .tech-support:hover {
  background: var(--light-main-color-hover);
}

.footer .footer-left .tech-support span {
  display: inline-block;
  color: #fff;
  line-height: 54px;
  vertical-align: middle;
}

.footer .footer-left .tech-support i {
  display: inline-block;
  color: #fff;
  line-height: 54px;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 32px;
} */

.footer .footer-left .following-us .img-box p {
  display: inline-block;
  height: auto;
  line-height: 60px !important;
  margin-right: 12px !important;
  margin-bottom: 0 !important;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.footer .footer-left .following-us .img-box p a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: var(--dark-default-color);
}

.footer .footer-left .following-us .img-box p i {
  display: inline-block;
  font-size: 64px;
  line-height: 64px;
  vertical-align: top;
  font-weight: 400;
}

.footer .footer-left .following-us .img-box p span {
  width: 140px;
  height: auto;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  left: 18px;
  top: 74px;
  background: #fff;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .footer-left .following-us .img-box p span:after {
  position: absolute;
  content: '';
  left: 6px;
  top: -16px;
  border-top: 10px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
}

.footer .footer-left .following-us .img-box p a:hover~span {
  opacity: 1;
}

.footer .footer-left .following-us .img-box p span img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.footer .footer-left .following-us .img-box p span i {
  display: inline-block;
  font-style: normal;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: var(--light-default-bgcolor);
  text-align: center;
  vertical-align: top;
  font-weight: 600;
}

.footer .footer-left .words {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: var(--dark-default-color);
}

.footer .footer-left .words a {
  color: var(--dark-default-color);
}

.footer .footer-left .words a:hover {
  color: var(--light-footer-hover-color);
}

.footer .footer-left .words a:visited,
.footer .footer-left .words a:active {
  color: var(--dark-default-color);
}

.footer .footer-right .footer-box ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-left: 0;
}

.footer .footer-right .footer-box ul li {
  width: 49%;
  margin-bottom: 64px;
}

.footer .footer-right .footer-box ul li span {
  display: block;
}

.footer .footer-right .footer-box ul li a {
  display: inline-block;
  /* width: 100%; */
  font-size: 16px;
  line-height: 40px;
  color: var(--dark-default-color);
  transition: color 0.5s ease-in-out;
}

.footer .footer-right .footer-box ul li a:hover {
  color: var(--light-footer-hover-color);
}

.footer .footer-right .words {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: var(--dark-default-color);
}

.footer .footer-right .words a {
  font-size: 14px;
  line-height: 28px;
  color: var(--dark-default-color);
}

.footer .footer-right .words a:hover {
  color: var(--light-footer-hover-color);
}

@media (max-width: 1600px) {
  .footer .footer-left .following-us .img-box p span {
    top: auto;
    bottom: 74px;
  }

  .footer .footer-left .following-us .img-box p span:after {
    top: auto;
    bottom: -16px;
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media (max-width: 1439px) {
  .footer {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .footer .footer-left .footer-box p,
  .footer .footer-right .footer-box p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 32px !important;
  }

  .footer .footer-left .following-us .img-box p {
    margin-right: 20px !important;
  }

  .footer .footer-left .register-words {
    font-size: 26px !important;
    line-height: 40px !important;
    margin-bottom: 37px !important;
  }

  .footer .footer-left .words {
    font-size: 12px;
    line-height: 20px;
  }

  .footer .footer-right .footer-box ul li {
    margin-bottom: 34px;
  }

  .footer .footer-right .footer-box ul li a {
    font-size: 14px;
    line-height: 40px;
  }

  .footer .footer-right .words {
    font-size: 12px;
    line-height: 20px;
  }

  .footer .footer-right .words a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1366px) {
  .footer .footer-left .following-us .img-box p {
    margin-right: 18px !important;
  }
}

@media (min-width: 2560px) {
  .footer {
    padding: 230px 270px;
  }

  .footer .footer-left .footer-box p,
  .footer .footer-right .footer-box p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 54px !important;
  }

  .footer .footer-left .register-words {
    font-size: 52px !important;
    line-height: 80px !important;
    margin-bottom: 51px !important;
  }

  .footer .footer-left .tech-support {
    padding: 0 32px;
    height: 84px;
    line-height: 82px;
    font-size: 24px;
    border-radius: 42px;
  }

  .footer .footer-left .words {
    font-size: 16px;
    line-height: 28px;
  }

  .footer .footer-right .footer-box ul li {
    margin-bottom: 82px;
  }

  .footer .footer-right .footer-box ul li a {
    font-size: 24px;
    line-height: 60px;
  }

  .footer .footer-right .words {
    font-size: 16px;
    line-height: 28px;
  }

  .footer .footer-right .words a {
    font-size: 16px;
    line-height: 28px;
  }

  .footer .footer-left .following-us .img-box p i {
    font-size: 80px;
  }
}

/* 移动端 */
.footer-mobile {
  width: 100%;
  padding: 100px 120px;
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--light-default-bgcolor);
  color: var(--dark-default-color);
}

.footer-mobile .footer-mobile-box {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 90px;
}

.footer-mobile .footer-mobile-box .register-words {
  width: 50%;
  font-size: 26px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
}

.footer-mobile .following-us {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 152px;
}

.footer-mobile .following-us>p {
  font-size: 26px;
  line-height: 40px !important;
  font-weight: 400;
}

.footer-mobile .following-us .img-box p {
  display: inline-block;
  height: auto;
  margin-left: 30px !important;
  margin-bottom: 0 !important;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.footer-mobile .following-us .img-box p a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: var(--dark-default-color);
}

.footer-mobile .following-us .img-box p i {
  display: inline-block;
  font-size: 64px;
  line-height: 64px;
  vertical-align: top;
  font-weight: 400;
}

.footer-mobile .footer-mobile-box .tech-support {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 24px;
  font-size: 14px;
  background: var(--light-main-color);
}

.footer-mobile .footer-mobile-box .tech-support span {
  display: inline-block;
  color: #fff;
  line-height: 54px;
  vertical-align: middle;
}

.footer-mobile .footer-mobile-box .tech-support i {
  display: inline-block;
  color: #fff;
  line-height: 54px;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 24px;
}

.footer-mobile .words {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-default-color);
}

.footer-mobile .words p {
  width: 50%;
}

.footer-mobile .words p:last-child {
  text-align: right;
}

.footer-mobile .words a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-default-color);
}

@media (max-width: 1199px) {
  .footer {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .footer-mobile {
    padding: 100px 64px;
  }

  .footer-mobile .footer-mobile-box .register-words {
    width: 70%;
  }

  .footer-mobile .words {
    display: inline-block;
  }

  .footer-mobile .words p {
    margin-bottom: 8px;
  }

  .footer-mobile .words p:first-child {
    text-align: center;
    width: 100%;
  }

  .footer-mobile .words p:last-child {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-mobile {
    padding: 80px 60px;
  }

  .footer-mobile .footer-mobile-box {
    display: inline-block;
    height: auto;
    margin-bottom: 68px;
  }

  .footer-mobile .following-us {
    flex-direction: column;
    margin-bottom: 64px;
  }

  .footer-mobile .following-us>p {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 42px !important;
  }

  .footer-mobile .following-us .img-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  .footer-mobile .following-us .img-box p {
    margin: 0 !important;
    text-align: center;
  }

  .footer-mobile .footer-mobile-box .register-words {
    width: 100%;
    margin-bottom: 32px !important;
  }

  .footer-mobile .footer-mobile-box .tech-support {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-mobile .words,
  .footer-mobile .words a {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .footer-mobile {
    padding: 42px 22px;
  }

  .footer-mobile .footer-mobile-box {
    margin-bottom: 48px;
  }

  .footer-mobile .following-us>p {
    font-size: 20px;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }

  .footer-mobile .following-us .img-box p i {
    font-size: 54px;
    line-height: 54px;
  }

  .footer-mobile .footer-mobile-box .register-words {
    font-size: 20px !important;
    line-height: 32px !important;
    margin-bottom: 30px !important;
  }

  .footer-mobile .footer-mobile-box .tech-support {
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
  }

  .footer-mobile .words,
  .footer-mobile .words a {
    font-size: 10px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .footer-mobile .following-us {
    margin-bottom: 30px;
  }
}


@media (max-width: 1281px) {
  .footer .footer-left .footer-box .contact_content .foot_contact .foot_contact_list .foot_contact_item span {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
  }

  .footer .footer-left .footer-box p,
  .footer .footer-right .footer-box p {
    margin-bottom: 10px !important;
  }

  .footer .footer-left .footer-box .following-us {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .footer .footer-left .footer-box p,
  .footer .footer-right .footer-box p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px !important;
  }

  .footer .footer-left .footer-box .contact_content .foot_contact p {
    font-size: 16px;
  }

}

#foot{
  background-color: #232323;
  padding: 15px 0;
}

#foot .copyright{
  text-align: center;
  color: #ffffff;
}
#foot .copyright a{
  color: #ffffff;
}
#foot .copyright a:hover{
  color: #0b8896;
}