@charset "UTF-8";
.footer {
  font-size: 14px;
}
.footer .pFoot-link {
  position: relative;
  padding: 20px 0;
  width: auto;
  color: #333;
  background-color: #b5caeb;
  z-index: 10;
  box-sizing: border-box;
}
.footer .pFoot-link .container {
  position: initial;
}
.footer .pFoot-link .container .link-ul {
  height: 100%;
  *zoom: 1;
}
.footer .pFoot-link .container .link-ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .pFoot-link .container .link-ul li {
  float: left;
  margin-right: 30px;
  width: calc((100% - 120px) / 5);
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  background-color: white;
}
.footer .pFoot-link .container .link-ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer .pFoot-link .container .link-ul li .name {
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 40px;
  color: #333;
  cursor: pointer;
  background: url(../images/yj-qj-footer-select-ico.png) no-repeat right center;
}
.footer .pFoot-link .container .link-ul li .link-con {
  display: block;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul dt {
  width: 20%;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul dt a {
  width: 100%;
  height: 100%;
  font-size: 13.5px;
  font-size: calc(15 * var(--font-scale) * 1px);
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .pFoot-link .container .link-ul li .link-con .link-ul dt a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.footer .pFoot-link .container .link-ul .active .link-con {
  display: block;
  padding: 25px 0;
  height: auto;
}
.footer .footer-btm {
  padding: 43px 0;
  background-color: #12489d;
  *zoom: 1;
}
.footer .footer-btm:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .footer-btm img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-btm .btm-item {
  float: left;
  height: 165px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.footer .footer-btm .btm-item:nth-child(1) {
  padding: 15px 0;
  width: 36.75%;
}
.footer .footer-btm .btm-item:nth-child(1) .link {
  height: 69px;
}
.footer .footer-btm .btm-item:nth-child(1) .link a {
  float: left;
  display: block;
}
.footer .footer-btm .btm-item:nth-child(1) .link a img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-btm .btm-item:nth-child(1) .link .dzjg {
  margin-left: 8.6167800454%;
  width: 13.1519274376%;
  height: 100%;
}
.footer .footer-btm .btm-item:nth-child(1) .link .wj {
  margin-left: 3.6281179138%;
  width: 9.7505668934%;
  height: 100%;
}
.footer .footer-btm .btm-item:nth-child(1) .link .zfzc,
.footer .footer-btm .btm-item:nth-child(1) .link .slh {
  margin-top: 7px;
  margin-left: 3.8548752834%;
  width: 24.9433106576%;
  height: 55px;
}
.footer .footer-btm .btm-item:nth-child(1) .bq {
  margin-top: 15px;
  margin-left: 8.6167800454%;
  *zoom: 1;
}
.footer .footer-btm .btm-item:nth-child(1) .bq:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .footer-btm .btm-item:nth-child(1) .bq .bq-l {
  float: left;
  width: 71.201814059%;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  line-height: 1.88;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .footer-btm .btm-item:nth-child(1) .bq .bq-r {
  float: left;
  width: 20.8616780045%;
  height: 28%;
  box-sizing: border-box;
}
.footer .footer-btm .btm-item:nth-child(1) .bq .bq-r a {
  display: block;
  padding: 5px 0;
  width: 100%;
  height: 100%;
  color: #12489d;
  background-color: white;
  text-align: center;
  line-height: 1.5;
  font-size: 11.7px;
  font-size: calc(13 * var(--font-scale) * 1px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.footer .footer-btm .btm-item:nth-child(2) {
  margin: 0 2.9166666667% 0 2.9166666667%;
  padding: 28px 0;
  width: 31.9166666667%;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: white;
  line-height: 1.88;
}
.footer .footer-btm .btm-item:nth-child(2) a {
  color: white;
  text-decoration: none;
}
.footer .footer-btm .btm-item:nth-child(2) .map {
  text-align: center;
}
.footer .footer-btm .btm-item:nth-child(2) .infos {
  text-align: center;
}
.footer .footer-btm .btm-item:nth-child(2) .infos span {
  display: block;
}
.footer .footer-btm .btm-item:nth-child(3) {
  width: 25.1666666667%;
  *zoom: 1;
}
.footer .footer-btm .btm-item:nth-child(3):after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.footer .footer-btm .btm-item:nth-child(3) .item {
  float: left;
  padding: 26px 0;
  width: 31.7880794702%;
  box-sizing: border-box;
  text-align: center;
}
.footer .footer-btm .btm-item:nth-child(3) .item img {
  width: 100%;
  height: 96px;
}
.footer .footer-btm .btm-item:nth-child(3) .item span {
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  line-height: 2.14;
  color: #fefefe;
}
.footer .footer-btm .btm-item:nth-child(3) .item:nth-child(1) {
  margin-left: 11.9205298013%;
}
.footer .footer-btm .btm-item:nth-child(3) .item:nth-child(2) {
  margin-left: 13.2450331126%;
}

@media screen and (max-width: 1220px) {
  .footer .footer-btm {
    padding: 2.23958vw 0;
  }
  .footer .footer-btm .btm-item {
    height: 9.89583vw;
  }
  .footer .footer-btm .btm-item:nth-child(1) {
    padding: 0.78125vw 0;
  }
  .footer .footer-btm .btm-item:nth-child(1) .link {
    height: 3.59375vw;
  }
  .footer .footer-btm .btm-item:nth-child(1) .link .zfzc {
    margin-top: 0.36458vw;
    height: 2.86458vw;
  }
  .footer .footer-btm .btm-item:nth-child(1) .bq {
    margin-top: 0.78125vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) {
    padding: 1.45833vw 0;
  }
  .footer .footer-btm .btm-item:nth-child(3) .item {
    padding: 1.35417vw 0;
  }
  .footer .footer-btm .btm-item:nth-child(3) .item img {
    height: 5vw;
  }
}
@media screen and (max-width: 1180px) {
  .footer .footer-btm .btm-item:nth-child(2) {
    padding: 1vw 0;
  }
}
@media screen and (max-width: 1080px) {
  .footer .footer-btm .btm-item {
    height: 10.9375vw;
  }
  .footer .footer-btm .btm-item:nth-child(2) {
    padding: 0.8vw 0;
  }
}
@media screen and (max-width: 992px) {
  .footer .pFoot-link {
    display: none;
  }
  .footer .footer-btm {
    padding: 25px 0;
  }
  .footer .footer-btm .btm-item {
    float: none;
    height: 145px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .footer .footer-btm .btm-item:nth-child(1) {
    padding: 15px 0;
    width: 100%;
  }
  .footer .footer-btm .btm-item:nth-child(1) .link {
    height: 59px;
  }
  .footer .footer-btm .btm-item:nth-child(1) .link .zfzc {
    margin-top: 2px;
    height: 55px;
  }
  .footer .footer-btm .btm-item:nth-child(1) .bq {
    margin-top: 10px;
    margin-left: 0;
    *zoom: 1;
  }
  .footer .footer-btm .btm-item:nth-child(1) .bq:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .footer .footer-btm .btm-item:nth-child(1) .bq .bq-l {
    float: left;
    width: 71.201814059%;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .footer .footer-btm .btm-item:nth-child(1) .bq .bq-r {
    float: left;
    width: 20.8616780045%;
    height: 28%;
    box-sizing: border-box;
  }
  .footer .footer-btm .btm-item:nth-child(1) .bq .bq-r a {
    display: block;
    padding: 5px 0;
    width: 100%;
    height: 100%;
    color: #12489d;
    background-color: white;
    text-align: center;
    line-height: 1.5;
    font-size: 11.7px;
    font-size: calc(13 * var(--font-scale) * 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .footer .footer-btm .btm-item:nth-child(2) {
    margin: 20px 0 20px 0;
    padding: 15px 0;
    width: 100%;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .footer .footer-btm .btm-item:nth-child(3) {
    width: 100%;
  }
  .footer .footer-btm .btm-item:nth-child(3) .item {
    padding: 15px 0;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .footer .footer-btm .btm-item:nth-child(3) .item img {
    width: 100%;
    height: 86px;
  }
}