@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
.footer {
  width: 100%;
  background-color: #303136;
}

.footer .footer_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 1800px) {
  .footer .footer_content {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .footer .footer_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer .footer_content .footer_main {
  padding: 80px 0 130px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer_content .footer_main .footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .footer_main .footer_left .footer_logo {
  display: block;
  margin-bottom: 40px;
}

.footer .footer_content .footer_main .footer_left .footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .footer_main .footer_left .footer_contact a {
  display: block;
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_content .footer_main .footer_left .footer_contact a:not(:last-child) {
  margin-bottom: 24px;
}

.footer .footer_content .footer_main .footer_left .footer_contact a:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url("") center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.footer .footer_content .footer_main .footer_left .footer_contact a.address:before {
  background-image: url("../../../../static/images/common/icon-address.png");
}

.footer .footer_content .footer_main .footer_left .footer_contact a.email:before {
  background-image: url("../../../../static/images/common/icon-email.png");
}

.footer .footer_content .footer_main .footer_left .footer_contact a.phone:before {
  background-image: url("../../../../static/images/common/icon-phone.png");
}

.footer .footer_content .footer_main .footer_left .footer_qrcode {
  display: none;
}

.footer .footer_content .footer_main .footer_middle {
  margin-left: -200px;
}

.footer .footer_content .footer_main .footer_middle .footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer_content .footer_main .footer_middle .footer_list .footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 150px;
  margin-right: 8%;
}

.footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_item_title {
  margin-bottom: 30px;
}

.footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_item_title p {
  color: rgba(255, 255, 255, 0.949);
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_items a {
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_items a:not(:last-child) {
  margin-bottom: 20px;
}

.footer .footer_content .footer_main .footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_content .footer_main .footer_right img {
  margin-bottom: 16px;
}

.footer .footer_content .footer_main .footer_right p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.102);
}

.footer .footer_content .footer_copyright .copyright_left {
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .footer_copyright .copyright_left a {
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .footer_content .footer_copyright .copyright_left a:hover {
  color: white;
}

.footer .footer_content .footer_copyright .copyright_right {
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.footer .footer_content .footer_copyright .copyright_right a {
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .footer_content .footer_copyright .copyright_right a:hover {
  color: white;
}

@media screen and (max-width: 1400px) {
  .footer .footer_content .footer_main .footer_middle {
    margin-left: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item {
    min-width: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .footer .footer_content .footer_main .footer_left .footer_qrcode {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_content .footer_main .footer_left .footer_qrcode img {
    margin-bottom: 16px;
  }
  .footer .footer_content .footer_main .footer_left .footer_qrcode p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    font-family: "Microsoft YaHei";
  }
  .footer .footer_content .footer_main .footer_middle {
    margin-left: 0;
    position: relative;
    left: -70px;
  }
  .footer .footer_content .footer_main .footer_right {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .footer .footer_content .footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  .footer .footer_content .footer_main .footer_left {
    margin-bottom: 30px;
  }
  .footer .footer_content .footer_main .footer_left .footer_contact a {
    font-size: 3.8vw;
  }
  .footer .footer_content .footer_main .footer_left .footer_qrcode {
    display: none;
  }
  .footer .footer_content .footer_main .footer_middle {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item {
    width: 100%;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item.active .footer_items {
    max-height: 300px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_item_title {
    width: 100%;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_item_title p {
    font-size: 4.5vw;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_items {
    width: 100%;
    max-height: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_items a {
    font-size: 4.2vw;
    width: 100%;
  }
  .footer .footer_content .footer_main .footer_middle .footer_list .footer_item .footer_items a:last-child {
    margin-bottom: 40px;
  }
  .footer .footer_content .footer_main .footer_right {
    display: none;
    margin: 0 auto;
  }
  .footer .footer_content .footer_main .footer_right img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .footer_content .footer_main .footer_right p {
    font-size: 3.467vw;
    text-align: center;
  }
  .footer .footer_content .footer_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_content .footer_copyright .copyright_left {
    text-align: center;
    font-size: 3.467vw;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .footer .footer_content .footer_copyright .copyright_left a {
    line-height: 1.4;
    text-align: center;
    font-size: 3.467vw;
  }
  .footer .footer_content .footer_copyright .copyright_right {
    font-size: 3.467vw;
  }
  .footer .footer_content .footer_copyright .copyright_right a {
    font-size: 3.467vw;
  }
}
/*# sourceMappingURL=footer.css.map */