﻿
.text-b {
  font-weight: bold;
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.4s;
}
.fd:hover img {
  transform: scale(1.05);
}
/* 复选框和单选框 */
.xc-radio:checked,
.xc-radio.xc-checked,
.xc-checkbox:checked,
.xc-checkbox.xc-checked {
  background-color: #0064d0;
  border: 1px solid #0064d0;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.xc-radio,
.xc-checkbox {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  font-size: 8px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
@media (max-width: 767px) {
  .xc-radio,
  .xc-checkbox {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.xc-radio:checked:before,
.xc-radio.xc-checked:before,
.xc-checkbox:checked:before,
.xc-checkbox.xc-checked:before,
.xc-radio:checked:after,
.xc-radio.xc-checked:after,
.xc-checkbox:checked:after,
.xc-checkbox.xc-checked:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 30%;
  left: 25%;
  transform: translate(0%, 0%);
  background: transparent;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .xc-radio:checked:before,
  .xc-radio.xc-checked:before,
  .xc-checkbox:checked:before,
  .xc-checkbox.xc-checked:before,
  .xc-radio:checked:after,
  .xc-radio.xc-checked:after,
  .xc-checkbox:checked:after,
  .xc-checkbox.xc-checked:after {
    width: 0.15rem;
    height: 0.08rem;
    top: 30%;
    left: 25%;
  }
}
.fadeInUp2 {
  animation: fadeInUp 2s forwards;
}
.public-yhnybn {
  width: 100%;
  height: 0;
  padding-bottom: 44.79%;
  position: relative;
}
.public-yhnybn > .img,
.public-yhnybn img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-yhnybn .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.public-yhnybn .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-yhnybn .bgimg img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .public-yhnybn .bgimg img:nth-of-type(2) {
    display: block;
  }
}
@media (max-width: 767px) {
  .public-yhnybn .bgimg img:nth-of-type(1) {
    display: none;
  }
}
.public-yhnybn .zz-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
.public-yhnybn .bn-title {
  height: 84.88%;
  width: 100%;
  display: flex;
  align-items: center;
}
.public-yhnybn .bn-title p {
  color: #fff;
  text-align: center;
}
.public-yhnybn .bn-title .h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.public-yhnybn .bn-box {
  height: 15.12%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.public-yhnybn .bn-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  opacity: 0.5;
  z-index: -1;
}
.public-yhnybn .bn-box .zz-w {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.public-yhnybn .bn-box .r-ul {
  height: 100%;
  display: flex;
  flex: 1;
  position: relative;
  overflow-x: auto;
}
.public-yhnybn .bn-box .r-ul .syb {
  position: absolute;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  bottom: 95%;
  left: 0;
}
.public-yhnybn .bn-box .r-ul li {
  flex: 1;
  position: relative;
  height: 100%;
  padding: 0 0.4rem;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}
.public-yhnybn .bn-box .r-ul li:nth-of-type(1) {
  margin-left: 0;
}
.public-yhnybn .bn-box .r-ul li .a {
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  justify-content: center;
  transition: all 0.3s;
  padding-bottom: 5px;
}
.public-yhnybn .bn-box .r-ul li.on .a,
.public-yhnybn .bn-box .r-ul li:hover .a {
  font-weight: bold;
}
.public-yhnybn .bn-search {
  width: 5.5rem;
  height: 0.8rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.public-yhnybn .bn-search .zz-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 1;
}
.public-yhnybn .bn-search .zz-bg img {
  border-radius: 1000px;
}
.public-yhnybn .bn-search input {
  padding-left: 0.6rem;
  color: #fff;
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
}
.public-yhnybn .bn-search input::-webkit-input-placeholder {
  color: #fff;
}
.public-yhnybn .bn-search input:-moz-placeholder {
  color: #fff;
}
.public-yhnybn .bn-search input::-moz-placeholder {
  color: #fff;
}
.public-yhnybn .bn-search input:-ms-input-placeholder {
  color: #fff;
}
.public-yhnybn .bn-search .btn-box {
  width: 1.1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.public-yhnybn .bn-search .btn-box button {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 35px;
  min-height: 35px;
  border-radius: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-yhnybn .bn-search .btn-box button svg {
  width: 0.18rem;
  height: 0.18rem;
  min-width: 15px;
  min-height: 15px;
}
.public-yhnybn .bn-search .btn-box button svg path {
  fill: #0064d0;
  opacity: 1;
}
.public-yhnybn.public-yhnybn2 .bn-title {
  height: 100%;
}
@media (max-width: 1580px) {
  .public-yhnybn .bn-box .r-ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .public-yhnybn .bn-box {
    height: auto;
  }
  .public-yhnybn .bn-title {
    height: 100%;
  }
  .public-yhnybn {
    padding-bottom: 80%;
  }
  .public-yhnybn .bn-box .r-ul {
    display: none;
  }
  .public-yhnybn .bn-title .h2 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.public-page {
  display: flex;
  width: 100%;
  justify-content: center;
}
.public-page .p-prev,
.public-page .p-num a,
.public-page .p-next {
  width: 0.55rem;
  height: 0.55rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  color: #999;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.3s;
  border: 1px solid #eaeaea;
}
.public-page .p-prev a,
.public-page .p-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.public-page .p-num a:hover,
.public-page .p-num a.on {
  background: #0064d0;
  color: #fff;
}
.public-page .p-num a:hover svg path,
.public-page .p-num a.on svg path {
  fill: #333;
}
.public-page .p-num {
  display: flex;
}
.public-page .p-prev,
.public-page .p-next {
  border: 1px solid #eaeaea;
}
.public-page .p-prev svg path,
.public-page .p-next svg path {
  fill: #999;
  transition: all 0.3s;
  opacity: 1;
}
.public-page .p-prev:hover,
.public-page .p-next:hover {
  background: #0064d0;
}
.public-page .p-prev:hover svg path,
.public-page .p-next:hover svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  .public-page .p-prev,
  .public-page .p-num a,
  .public-page .p-next {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-page {
    display: flex;
    justify-content: center;
  }
  .public-page .p-prev,
  .public-page .p-num a,
  .public-page .p-next {
    margin: 0 0.14rem;
    min-width: 0.6rem;
    min-height: 0.6rem;
    font-size: 0.24rem;
  }
  .public-page .p-prev svg,
  .public-page .p-num a svg,
  .public-page .p-next svg {
    width: 0.15rem;
    height: 0.15rem;
  }
  .public-page .p-prev,
  .public-page .p-num a,
  .public-page .p-next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .public-page .p-prev a,
  .public-page .p-next a {
    display: flex;
  }
}
.yhny-case {
  padding: 1.2rem 0 0.9rem;
}
.yhny-case .navBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.yhny-case .navBox .navLi {
  transition: all 0.3s;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.yhny-case .navBox .navLi:last-child {
  margin-right: 0;
}
.yhny-case .navBox .navLi a {
  padding: 0.2rem 0.32rem;
  color: #444;
  border: 1px solid #d2d9e0;
  border-radius: 1000px;
  display: inline-flex;
  transition: all 0.3s;
}
.yhny-case .navBox .navLi:hover a,
.yhny-case .navBox .navLi.on a {
  background: #0064d0;
  color: #fff;
}
.yhny-case .zz-ul {
  display: flex;
  flex-wrap: wrap;
}
.yhny-case .zz-ul .zz-li {
  position: relative;
  width: 49.06%;
  height: 0;
  padding-bottom: 30.62%;
  overflow: hidden;
  margin-right: 1.88%;
  margin-bottom: 0.3rem;
  transition: all 0.3s;
  border-radius: 30px;
}
.yhny-case .zz-ul .zz-li > .img,
.yhny-case .zz-ul .zz-li img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yhny-case .zz-ul .zz-li:nth-of-type(2n+2) {
  margin-right: 0;
}
.yhny-case .zz-ul .zz-li .zz-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  padding: 0 0.45rem;
  transition: all 0.6s;
  z-index: 2;
}
.yhny-case .zz-ul .zz-li .zz-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32.65%;
  z-index: 1;
}
.yhny-case .zz-ul .zz-li .zz-mask img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.yhny-case .zz-ul .zz-li .zz-mask2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.yhny-case .zz-ul .zz-li .zz-mask2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.yhny-case .zz-ul .zz-li .zz-mask3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0064d0;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.5s;
}
.yhny-case .zz-ul .zz-li .zz-div1 {
  line-height: 1.25;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yhny-case .zz-ul .zz-li .zz-div2 {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.yhny-case .zz-ul .zz-li .zz-div2 img,
.yhny-case .zz-ul .zz-li .zz-div2 svg {
  width: 0.2rem;
  height: 0.25rem;
  min-width: 15px;
  min-height: 15px;
  margin-right: 10px;
}
.yhny-case .zz-ul .zz-li .zz-div2 img path,
.yhny-case .zz-ul .zz-li .zz-div2 svg path {
  opacity: 1;
}
.yhny-case .zz-ul .zz-li .zz-div2 span {
  color: #fff;
}
.yhny-case .zz-ul .zz-li .zz-div3 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  height: 0;
  max-height: 1.7rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  opacity: 0;
  transition: all 0.3s;
}
.yhny-case .zz-ul .zz-li .zz-div3::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.yhny-case .zz-ul .zz-li .zz-div3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.yhny-case .zz-ul .zz-li .zz-div3::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
.yhny-case .zz-ul .zz-li .zz-div3 a {
  width: 31.25%;
  margin-right: 3.12%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1000px;
  padding: 0.15rem;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  transition: all 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(3n+3) {
  margin-right: 0;
}
.yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(1),
.yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(2),
.yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(3) {
  margin-top: 0;
}
.yhny-case .zz-ul .zz-li .zz-div3 a:hover {
  background: #fff;
  color: #0064d0;
}
.yhny-case .zz-ul .zz-li:hover {
  box-shadow: 10px 0px 29px 0px rgba(0, 100, 208, 0.27);
}
.yhny-case .zz-ul .zz-li:hover .zz-mask {
  opacity: 0;
}
.yhny-case .zz-ul .zz-li:hover .zz-box {
  top: 0%;
}
.yhny-case .zz-ul .zz-li:hover .zz-mask3 {
  opacity: 1;
}
.yhny-case .zz-ul .zz-li:hover .zz-div3 {
  opacity: 1;
  height: auto;
  margin-bottom: 0.95rem;
}
.yhny-case .public-page {
  margin-top: 0.6rem;
}
.yhny-case.yhny-case2 .case1 {
  position: relative;
  padding-top: 1.1rem;
  margin-bottom: 1.05rem;
}
.yhny-case.yhny-case2 .case1 .zz-bg {
  width: 61.97%;
  background: #f8f9fb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left {
  width: 40%;
  padding-top: 0.65rem;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-addr {
  display: flex;
  align-items: center;
  color: #005dc2;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-addr img,
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-addr svg {
  width: 15px;
  margin-right: 10px;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-addr img path,
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-addr svg path {
  fill: #005dc2;
  opacity: 1;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .h3 {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  line-height: 1.2;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-a {
  display: inline-flex;
  margin-top: 0.45rem;
  color: #444;
  transition: all 0.3s;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .zz-a:hover {
  color: #0064d0;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right {
  width: 54.37%;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.06%;
  border-radius: 30px;
  overflow: hidden;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox > .img,
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox img {
  transition: all 0.4s;
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox:hover img {
  transform: scale(1.05);
}
.yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox img {
  object-fit: cover;
}
.yhny-case.yhny-case2 .case-swp .swpBtnBox {
  display: flex;
  align-items: center;
  bottom: 0.8rem;
  position: absolute;
}
.yhny-case.yhny-case2 .case-swp .swpBtnBox .swiper-button-prev {
  margin-right: 0.3rem;
}
.yhny-case.yhny-case2 .case-swp .swiper-button-prev,
.yhny-case.yhny-case2 .case-swp .swiper-button-next {
  border-radius: 1000px;
  border: 1px solid #cdced0;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 35px;
  min-height: 35px;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  transition: all 0.3s;
}
.yhny-case.yhny-case2 .case-swp .swiper-button-prev:hover,
.yhny-case.yhny-case2 .case-swp .swiper-button-next:hover {
  background: #005dc2;
  border-color: #005dc2;
}
.yhny-case.yhny-case2 .case-swp .swiper-button-prev:hover svg path,
.yhny-case.yhny-case2 .case-swp .swiper-button-next:hover svg path {
  fill: #fff;
}
.yhny-case.yhny-case2 .case-swp .swiper-button-prev svg,
.yhny-case.yhny-case2 .case-swp .swiper-button-next svg {
  width: 0.2rem;
  min-width: 12px;
}
.yhny-case.yhny-case2 .case-swp .swiper-button-prev svg path,
.yhny-case.yhny-case2 .case-swp .swiper-button-next svg path {
  fill: #5a595e;
  opacity: 1;
}
@media (max-width: 1580px) {
  .yhny-case .navBox .navLi a {
    font-size: 14px;
  }
  .yhny-case .zz-ul .zz-li:hover .zz-box {
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .yhny-case .zz-ul .zz-li:hover .zz-div3 {
    margin-bottom: 0;
    max-height: 2rem;
  }
}
@media (max-width: 1260px) {
  .yhny-case .navBox .navLi a {
    padding: 0.16rem 0.32rem;
  }
}
@media (max-width: 1024px) {
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .h3 {
    font-size: 26px;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left {
    padding-top: 0.35rem;
  }
  .yhny-case.yhny-case2 .case-swp .swpBtnBox {
    bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .yhny-case {
    padding: 0.65rem 0 1.2rem;
  }
  .yhny-case .navBox {
    display: -webkit-box;
    overflow-x: auto;
    flex-wrap: unset;
    margin-bottom: 0.4rem;
  }
  .yhny-case .navBox .navLi a {
    font-size: 0.28rem;
    padding: 0.12rem 0.32rem;
  }
  .yhny-case .zz-ul .zz-li {
    width: 100%;
    margin-right: 0;
    padding-bottom: unset;
    height: auto;
    position: unset;
    overflow: unset;
    margin-bottom: 0.65rem;
    border-radius: 0;
  }
  .yhny-case .zz-ul .zz-li:hover {
    box-shadow: unset;
  }
  .yhny-case .zz-ul .zz-li:hover .zz-box {
    justify-content: unset;
    top: unset;
    transform: unset;
  }
  .yhny-case .zz-ul .zz-li:hover .zz-div3 {
    margin-bottom: 0rem;
    max-height: unset;
  }
  .yhny-case .zz-ul .zz-li .zz-mask,
  .yhny-case .zz-ul .zz-li .zz-mask3 {
    display: none;
  }
  .yhny-case .zz-ul .zz-li .zz-mask2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
  }
  .yhny-case .zz-ul .zz-li .zz-mask2 > .img,
  .yhny-case .zz-ul .zz-li .zz-mask2 img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .yhny-case .zz-ul .zz-li .zz-mask2 img {
    border-radius: 0;
  }
  .yhny-case .zz-ul .zz-li .zz-box {
    position: unset;
    justify-content: unset;
    padding: 0.5rem 0.3rem 0.55rem;
    border: 1px solid #d2d9e0;
    border-top: 0;
    height: auto;
  }
  .yhny-case .zz-ul .zz-li .zz-div1,
  .yhny-case .zz-ul .zz-li .zz-div2 {
    color: #444;
  }
  .yhny-case .zz-ul .zz-li .zz-div1 span,
  .yhny-case .zz-ul .zz-li .zz-div2 span {
    color: #444;
  }
  .yhny-case .zz-ul .zz-li .zz-div2 {
    margin-top: 0.4rem;
  }
  .yhny-case .zz-ul .zz-li .zz-div2 svg path {
    fill: #999;
  }
  .yhny-case .zz-ul .zz-li .zz-div3 {
    color: #444;
    max-height: unset;
    height: auto;
    opacity: 1;
    overflow-y: unset;
    margin-top: 0;
    padding-top: 0.1rem;
  }
  .yhny-case .zz-ul .zz-li .zz-div3 a {
    color: #444;
    border: 1px solid #d2d9e0;
    border-radius: 1000px;
    width: 48%;
    margin-right: 4%;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(2n+2) {
    margin-right: 0%;
  }
  .yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(6n+6) {
    margin-right: 0%;
  }
  .yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(1),
  .yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(2),
  .yhny-case .zz-ul .zz-li .zz-div3 a:nth-of-type(3) {
    margin-top: 0.3rem;
  }
  .yhny-case .public-page {
    margin-top: 0.3rem;
  }
  .yhny-case.yhny-case2 .case1 {
    padding: 0.9rem 0 1rem;
  }
  .yhny-case.yhny-case2 .case1 .zz-bg {
    width: 100%;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-wrapper {
    padding-bottom: 0.75rem;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide {
    flex-direction: column;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left,
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right {
    width: 100%;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left {
    order: 1;
    padding: 0.5rem 0.4rem 0.4rem;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-left .h3 {
    font-size: 0.32rem;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right {
    order: 0;
  }
  .yhny-case.yhny-case2 .case-swp .swiper-slide .zz-right .imgbox {
    border-radius: 10px;
  }
  .yhny-case.yhny-case2 .case-swp .swpBtnBox {
    position: unset;
    bottom: unset;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-left: 0.4rem;
  }
}
.public-detailCrumbs {
  margin-top: 0.45rem;
}
.public-detailCrumbs .zz-left {
  display: flex;
  flex-wrap: wrap;
}
.public-detailCrumbs .zz-left a {
  color: #999;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
}
.public-detailCrumbs .zz-left a.on {
  color: #000;
}
.public-detailCrumbs .zz-left span {
  margin: 0 5px;
}
.public-detailCrumbs .zz-left span:last-child {
  display: none;
}
.case_detail {
  padding: 0.5rem 0 1.3rem;
}
.case_detail .zz-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.case_detail .zz-box .zz-left {
  width: 25%;
}
.case_detail .zz-box .zz-left .zz-title-box {
  margin-bottom: 0.6rem;
}
.case_detail .zz-box .zz-left .zz-title-box .h1 {
  color: #000;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}
.case_detail .zz-box .zz-left .zz-title-box .zz-c-date {
  color: #444;
  margin-bottom: 10px;
}
.case_detail .zz-box .zz-left .zz-title-box .social-share {
  display: flex;
}
.case_detail .zz-box .zz-left .zz-title-box .social-share .social-share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #f3f3f3;
  color: #000;
  border-color: transparent;
  margin: 0 0.2rem 0 0;
}
.case_detail .zz-box .zz-left .zz-title-box .social-share .social-share-icon::before {
  font-size: 14px;
}
.case_detail .zz-box .zz-left .pul {
  margin-top: 0.6rem;
  background: #fafafb;
  padding: 0.45rem 0.3rem 0.3rem;
  border-radius: 12px;
}
.case_detail .zz-box .zz-left .pul .zz-title {
  color: #222;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.case_detail .zz-box .zz-left .pul .pli:hover .pa,
.case_detail .zz-box .zz-left .pul .pli.on .pa {
  background: #fff;
  box-shadow: 2px 0px 12px 0px rgba(0, 100, 208, 0.04);
  color: #0064d0;
}
.case_detail .zz-box .zz-left .pul .pli:hover .pa img,
.case_detail .zz-box .zz-left .pul .pli.on .pa img,
.case_detail .zz-box .zz-left .pul .pli:hover .pa svg,
.case_detail .zz-box .zz-left .pul .pli.on .pa svg {
  opacity: 1;
}
.case_detail .zz-box .zz-left .pul .pli .pa {
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  transition: all 0.3s;
  border-radius: 12px;
}
.case_detail .zz-box .zz-left .pul .pli .pa img,
.case_detail .zz-box .zz-left .pul .pli .pa svg {
  width: 0.2rem;
  min-width: 15px;
  opacity: 0;
  transition: all 0.3s;
}
.case_detail .zz-box .zz-right {
  width: 65.625%;
}
.case_detail .zz-box .zz-right .zz-text p {
  color: #222;
  line-height: 1.67;
}
.case_detail.news_detail .zz-box .zz-left {
  width: 67.18%;
}
.case_detail.news_detail .zz-box .zz-left .zz-title-box {
  margin-bottom: 0.4rem;
}
.case_detail.news_detail .zz-box .zz-left .zz-title-box .h1 {
  margin-bottom: 0.3rem;
}
.case_detail.news_detail .zz-box .zz-left .zz-text {
  margin-top: 0.65rem;
}
.case_detail.news_detail .zz-box .zz-left .public-tag {
  margin-top: 0.65rem;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.2rem;
  margin-bottom: 0rem;
}
.case_detail.news_detail .zz-box .zz-left .public-atBtnBox {
  margin-top: 0rem;
}
.case_detail.news_detail .zz-box .zz-right {
  width: 24.37%;
}
.case_detail.news_detail .zz-box .zz-right .newsNavBox .zz-title {
  color: #232323;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.25rem;
}
.case_detail.news_detail .zz-box .zz-right .newsNavBox ul li {
  padding: 0.25rem 0 0.33rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.case_detail.news_detail .zz-box .zz-right .newsNavBox ul li .zz-t {
  color: #000;
  transition: all 0.3s;
  margin-bottom: 5px;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_detail.news_detail .zz-box .zz-right .newsNavBox ul li .zz-t:hover {
  color: #0064d0;
}
.case_detail.news_detail .zz-box .zz-right .newsNavBox ul li .zz-date {
  color: #666;
}
.case_detail.news_detail .zz-box .zz-right .public-tag2 {
  margin-top: 0.55rem;
}
@media (max-width: 1580px) {
  .case_detail.news_detail .zz-box .zz-right .public-tag.public-tag2 .zz-t,
  .case_detail.news_detail .zz-box .zz-right .newsNavBox .zz-title {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .case_detail .zz-box .zz-left .zz-title-box .social-share .social-share-icon::before {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .case_detail .zz-box .zz-left {
    width: 30%;
  }
  .case_detail.news_detail .zz-box .zz-right .public-tag.public-tag2 .zz-t,
  .case_detail.news_detail .zz-box .zz-right .newsNavBox .zz-title {
    font-size: 20px;
  }
  .case_detail.news_detail .zz-box .zz-right {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .case_detail .zz-box {
    flex-direction: column;
  }
  .case_detail .zz-box .zz-left,
  .case_detail .zz-box .zz-right {
    width: 100%;
  }
  .case_detail .zz-box .zz-left .pul {
    margin: 0.8rem 0;
    padding: 0.55rem 0.3rem 0.5rem;
  }
  .case_detail .zz-box .zz-left .pul .pli .pa {
    padding: 0.2rem 0.3rem;
  }
  .case_detail .zz-box .zz-left .pul .zz-title {
    margin-bottom: 0.4rem;
  }
  .case_detail.news_detail .zz-box .zz-left,
  .case_detail.news_detail .zz-box .zz-right {
    width: 100%;
  }
  .case_detail.news_detail .zz-box .zz-left .public-tag {
    margin-top: 0.8rem;
  }
  .case_detail.news_detail .zz-box .zz-right {
    margin-top: 0.5rem;
  }
  .case_detail.news_detail .zz-box .zz-right .newsNavBox ul li {
    padding: 0.4rem 0rem;
  }
  .case_detail.news_detail .zz-box .zz-right .public-tag.public-tag2 .zz-t,
  .case_detail.news_detail .zz-box .zz-right .newsNavBox .zz-title {
    font-size: 0.36rem;
  }
  .case_detail.news_detail .zz-box .zz-right .newsNavBox .zz-title {
    padding-bottom: 0.4rem;
  }
  .case_detail.news_detail .zz-box .zz-left .zz-title-box .h1 {
    margin-bottom: 0.45rem;
  }
}
.public-atBtnBox {
  margin-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  color: #666;
}
.public-atBtnBox .div-1,
.public-atBtnBox .div-3 {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-atBtnBox .div-1 {
  justify-content: flex-start;
}
.public-atBtnBox .div-1 svg {
  margin-right: 20px;
}
.public-atBtnBox .div-2 {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-atBtnBox .div-2 img,
.public-atBtnBox .div-2 svg {
  margin-left: 10px;
}
.public-atBtnBox .div-2 img path,
.public-atBtnBox .div-2 svg path {
  opacity: 1;
}
.public-atBtnBox .div-2 a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.18rem 0.42rem;
  background: #0064d0;
  border-radius: 1000px;
}
.public-atBtnBox .div-2 a:hover {
  transition: 0.4s ease-in-out;
  opacity: 0.8;
}
.public-atBtnBox .div-3 {
  display: flex;
  justify-content: flex-end;
}
.public-atBtnBox .div-3 svg {
  margin-left: 20px;
}
.public-atBtnBox .div-1 a,
.public-atBtnBox .div-3 a {
  display: flex;
  align-items: center;
  color: #444;
  transition: all 0.3s;
}
.public-atBtnBox .div-1 a svg,
.public-atBtnBox .div-3 a svg {
  width: 0.2rem;
  min-width: 15px;
}
.public-atBtnBox .div-1 a svg path,
.public-atBtnBox .div-3 a svg path {
  fill: #666;
  transition: all 0.3s;
  opacity: 1;
}
.public-atBtnBox .div-1 a:hover,
.public-atBtnBox .div-3 a:hover {
  color: #0064d0;
}
.public-atBtnBox .div-1 a:hover svg path,
.public-atBtnBox .div-3 a:hover svg path {
  fill: #0064d0;
}
@media (max-width: 1580px) {
  .public-atBtnBox .div-1 a,
  .public-atBtnBox .div-3 a,
  .public-atBtnBox .div-2 a span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-atBtnBox {
    flex-direction: unset;
    padding: 0.4rem 0;
  }
  .public-atBtnBox .div-1 {
    margin-bottom: 0rem;
  }
  .public-atBtnBox .div-1,
  .public-atBtnBox .div-3 {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .public-atBtnBox .div-3 {
    margin-top: 0rem;
    justify-content: flex-end;
  }
  .public-atBtnBox .div-2 {
    display: none;
  }
}
.public-nytitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.public-nytitle .h2 {
  color: #000;
}
.public-nytitle .zz-text {
  color: #9aa6b1;
  margin-top: 0;
}
.public-nytitle.public-nytitle2 {
  align-items: flex-start;
}
.public-nytitle.public-nytitle3 {
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  .public-nytitle .h2 {
    margin-bottom: 0.15rem;
  }
}
@media (max-width: 767px) {
  .public-nytitle .h2 {
    margin-bottom: 0.3rem;
  }
}
.public-nybtn {
  background: #0064d0;
  height: 0.7rem;
  min-height: 40px;
  width: 2.6rem;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: 1px solid #0064d0;
  margin-top: 0.3rem;
}
.public-nybtn span {
  color: #fff;
}
.public-nybtn:hover {
  background: #fff;
  border-color: #0064d0;
}
.public-nybtn:hover span {
  color: #0064d0;
}
.public-nybtn.public-nybtn2 {
  border-radius: 1000px;
  width: 4.3rem;
  height: 0.8rem;
}
.public-nybtn.public-nybtn3 {
  margin-top: 0;
  background: #fff;
  width: 2rem;
  min-width: 120px;
  height: 0.65rem;
  min-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.public-nybtn.public-nybtn3 span {
  color: #005dc1;
}
@media (max-width: 1580px) {
  .public-nybtn.public-nybtn3 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .public-nybtn.public-nybtn3 span {
    font-size: 0.28rem;
  }
}
@media (max-width: 1260px) {
  .public-nybtn span {
    font-size: 14px;
  }
}
.yhny-news {
  padding: 0.85rem 0 0.9rem;
}
.yhny-news .zz-titleBox {
  margin-bottom: 0.6rem;
}
.yhny-news .zz-titleBox .zz-search {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.yhny-news .zz-titleBox .zz-search .zz-c-search {
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
  min-height: 45px;
  padding-left: 0.3rem;
  background: #f8f8f8;
  border-radius: 1000px;
  width: 5rem;
  min-width: 200px;
  justify-content: space-between;
  margin-top: 15px;
}
.yhny-news .zz-titleBox .zz-search .zz-c-search input {
  flex: 1;
  height: 100%;
}
.yhny-news .zz-titleBox .zz-search button {
  display: flex;
  padding: 0 0.3rem;
}
.yhny-news .zz-titleBox .zz-search img,
.yhny-news .zz-titleBox .zz-search svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
}
.yhny-news .zz-titleBox .zz-search img path,
.yhny-news .zz-titleBox .zz-search svg path {
  fill: #000;
  opacity: 1;
}
.yhny-news .zz-ul {
  margin-bottom: 0.9rem;
}
.yhny-news .zz-ul .zz-li {
  border-top: 1px solid #f0f0f0;
}
.yhny-news .zz-ul .zz-li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.yhny-news .zz-ul .zz-li .zz-a {
  display: flex;
  padding: 0.4rem 0.3rem;
  transition: all 0.3s;
  border-radius: 20px;
}
.yhny-news .zz-ul .zz-li .zz-a:hover {
  background: #0064d0;
}
.yhny-news .zz-ul .zz-li .zz-a:hover .zz-left .imgbox img {
  transform: scale(1.05);
}
.yhny-news .zz-ul .zz-li .zz-a:hover .zz-textBox .zz-date,
.yhny-news .zz-ul .zz-li .zz-a:hover .zz-textBox .h3 {
  color: #fff;
}
.yhny-news .zz-ul .zz-li .zz-a:hover .zz-textBox .zz-text .li {
  background: #fff;
}
.yhny-news .zz-ul .zz-li .zz-a:hover .zz-right .imgbox {
  background: #fff;
}
.yhny-news .zz-ul .zz-li .zz-a:hover .zz-right .imgbox svg path {
  fill: #0064d0;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left {
  width: 88.96%;
  display: flex;
  align-items: center;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .imgbox {
  position: relative;
  width: 26%;
  height: 0;
  padding-bottom: 17%;
  overflow: hidden;
  border-radius: 20px;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .imgbox > .img,
.yhny-news .zz-ul .zz-li .zz-a .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-textBox {
  padding-left: 0.8rem;
  width: 61%;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-date {
  color: #666;
  margin-bottom: 0.15rem;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .h3 {
  color: #000;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-text {
  display: flex;
  flex-wrap: wrap;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-text .li {
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 5px 13px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-text .li:last-child {
  margin-right: 0;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-right {
  width: 11.04%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-right .imgbox {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 1000px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-right .imgbox img,
.yhny-news .zz-ul .zz-li .zz-a .zz-right .imgbox svg {
  width: 0.22rem;
  min-width: 15px;
}
.yhny-news .zz-ul .zz-li .zz-a .zz-right .imgbox img path,
.yhny-news .zz-ul .zz-li .zz-a .zz-right .imgbox svg path {
  fill: #000;
  opacity: 1;
}
@media (max-width: 1580px) {
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-date {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-textBox {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-textBox {
    padding-left: 0.4rem;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .imgbox {
    width: 35%;
    padding-bottom: 25%;
  }
  .yhny-news .zz-titleBox .zz-search button {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .yhny-news {
    padding-bottom: 1.2rem;
  }
  .yhny-news .zz-ul {
    margin-bottom: 0.7rem;
  }
  .yhny-news .zz-titleBox .public-nytitle {
    align-items: flex-start;
  }
  .yhny-news .zz-titleBox .zz-search {
    justify-content: flex-start;
  }
  .yhny-news .zz-titleBox .zz-search .zz-c-search {
    padding-left: 0.4rem;
    margin-top: 0rem;
  }
  .yhny-news .zz-titleBox {
    margin-bottom: 0.5rem;
  }
  .yhny-news .zz-ul .zz-li .zz-a {
    flex-direction: column;
    padding: 0.55rem 0.3rem 0.4rem;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left {
    flex-direction: column;
    width: 100%;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .imgbox {
    width: 100%;
    padding-bottom: 70%;
    border-radius: 10px;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-textBox {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-textBox .zz-date {
    order: 3;
    margin-top: 0.25rem;
    margin-bottom: 0;
    font-size: 0.26rem;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-textBox .h3 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-left .zz-text {
    flex-wrap: wrap;
  }
  .yhny-news .zz-ul .zz-li .zz-a .zz-right {
    display: none;
  }
  .yhny-news .zz-ul .zz-li .zz-a {
    border-radius: 10px;
  }
}
.public-tag {
  display: flex;
  margin-bottom: 0.33rem;
}
.public-tag .zz-t {
  height: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.public-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.public-tag ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.public-tag ul li:last-child {
  margin-right: 0;
}
.public-tag ul li a {
  color: #666;
  background: #f8f8f8;
  padding: 10px 13px;
  border-radius: 10px;
  display: flex;
  transition: all 0.5s;
}
.public-tag ul li a:hover {
  background: #0064d0;
  color: #fff;
}
.public-tag.public-tag2 {
  flex-direction: column;
}
.public-tag.public-tag2 .zz-t {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .public-tag {
    flex-direction: column;
    align-items: unset;
    overflow: hidden;
  }
  .public-tag ul {
    display: -webkit-box;
    overflow-x: auto;
    flex-wrap: unset;
  }
  .public-tag .zz-t {
    margin-bottom: 0.1rem;
  }
}
.contact1 {
  padding: 1.2rem 0 1.45rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.contact1 .zz-tips {
  font-size: 3rem;
  color: transparent;
  -webkit-text-stroke: 1px #afc1d4;
  font-weight: bold;
  position: absolute;
  top: -2%;
  left: 30%;
  opacity: 0.15;
  white-space: nowrap;
  transition: 0.3s all;
}
.contact1 .container {
  display: flex;
  justify-content: space-between;
}
.contact1 .container .zz-left {
  width: 39.37%;
  position: relative;
  z-index: 1;
  padding-right: 1.05rem;
}
.contact1 .container .zz-left .zz-li {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.contact1 .container .zz-left .zz-li .zz-div1 {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.55rem;
}
.contact1 .container .zz-left .zz-li .zz-div1 img,
.contact1 .container .zz-left .zz-li .zz-div1 svg {
  width: 100%;
  height: 100%;
}
.contact1 .container .zz-left .zz-li .zz-div1 img path,
.contact1 .container .zz-left .zz-li .zz-div1 svg path {
  fill: #005dc1;
  opacity: 1;
}
.contact1 .container .zz-left .zz-li .zz-p1 {
  color: #9aa6b1;
  margin-bottom: 5px;
}
.contact1 .container .zz-left .zz-li .zz-div2 {
  flex: 1;
}
.contact1 .container .zz-left .zz-li .zz-div2 .zz-p2 {
  line-height: 1.66;
}
.contact1 .container .zz-left .zz-link {
  display: flex;
}
.contact1 .container .zz-left .zz-link a {
  width: 0.8rem;
  height: 0.8rem;
  min-width: 45px;
  min-height: 45px;
  border-radius: 1000px;
  border: 4px solid #e5eef9;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.contact1 .container .zz-left .zz-link a:last-child {
  margin-right: 0;
}
.contact1 .container .zz-left .zz-link a img,
.contact1 .container .zz-left .zz-link a svg {
  height: 0.22rem;
  min-height: 12px;
}
.contact1 .container .zz-left .zz-link a img path,
.contact1 .container .zz-left .zz-link a svg path {
  fill: #0064d0;
  opacity: 1;
}
.contact1 .container .zz-left .zz-link a:hover {
  background: #0064d0;
  border-color: #0064d0;
}
.contact1 .container .zz-left .zz-link a:hover svg path {
  fill: #fff;
}
.contact1 .container .zz-right {
  z-index: 1;
  position: relative;
  width: 60.63%;
  height: 0;
  padding-bottom: 40.62%;
}
.contact1 .container .zz-right > .img,
.contact1 .container .zz-right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact1 .container .zz-right img {
  object-fit: cover;
}
@media (max-width: 1260px) {
  .contact1 .container .zz-left .zz-link a {
    border: 2px solid #e5eef9;
  }
  .contact1 .container .zz-left {
    padding-right: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .contact1 .container .zz-left {
    width: 50.37%;
  }
  .contact1 .container .zz-right {
    width: 55.63%;
    padding-bottom: 44.62%;
  }
}
@media (max-width: 767px) {
  .contact1 {
    padding: 0.8rem 0 1.2rem;
  }
  .contact1 .container {
    flex-direction: column;
  }
  .contact1 .container .zz-left,
  .contact1 .container .zz-right {
    width: 100%;
  }
  .contact1 .container .zz-left .zz-li {
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  .contact1 .container .zz-left .zz-li .zz-p1 {
    margin-bottom: 0.2rem;
  }
  .contact1 .container .zz-left .zz-li .zz-div1 {
    margin-right: 0.4rem;
  }
  .contact1 .container .zz-left .zz-link {
    padding-top: 0.2rem;
  }
  .contact1 .container .zz-right {
    padding-bottom: 70%;
    margin-top: 0.8rem;
  }
}
.public-form {
  width: 100%;
}
.public-form .zz-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.public-form .zz-div .zz-input {
  width: 32.14%;
  margin-bottom: 0.2rem;
  border: 1px solid #ebebeb;
  height: 0.7rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.public-form .zz-div .zz-input span {
  color: #ff0000;
  margin-right: 5px;
}
.public-form .zz-div .zz-input .layui-btn-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.public-form .zz-div .zz-input .layui-btn-container .layui-btn {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.public-form .zz-div .zz-input .layui-btn-container .layui-btn-primary:hover {
  border-color: transparent;
  color: #9aa6b1;
}
.public-form .zz-div .zz-input .layui-btn-container .layui-btn-primary {
  display: flex;
  border-color: transparent;
  padding: 0;
  justify-content: space-between;
  margin-right: 0;
  width: 100%;
  color: #9aa6b1;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .public-form .zz-div .zz-input .layui-btn-container .layui-btn-primary {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .public-form .zz-div .zz-input .layui-btn-container .layui-btn-primary {
    font-size: 0.28rem;
  }
}
.public-form .zz-div .zz-input input {
  height: 100%;
  width: 100%;
  color: #9aa6b1;
}
.public-form .zz-div .zz-input input::-webkit-input-placeholder {
  color: #9aa6b1;
}
.public-form .zz-div .zz-input input:-moz-placeholder {
  color: #9aa6b1;
}
.public-form .zz-div .zz-input input::-moz-placeholder {
  color: #9aa6b1;
}
.public-form .zz-div .zz-input input:-ms-input-placeholder {
  color: #9aa6b1;
}
.public-form .zz-textarea {
  display: flex;
}
.public-form .zz-textarea textarea {
  border: 1px solid #e5e8ed;
  width: 100%;
  height: 140px;
  padding: 25px 20px;
}
.public-form .zz-textarea textarea::-webkit-input-placeholder {
  color: #9aa6b1;
}
.public-form .zz-textarea textarea:-moz-placeholder {
  color: #9aa6b1;
}
.public-form .zz-textarea textarea::-moz-placeholder {
  color: #9aa6b1;
}
.public-form .zz-textarea textarea:-ms-input-placeholder {
  color: #9aa6b1;
}
@media (max-width: 1260px) {
  .public-form .zz-div .zz-input input,
  .public-form .zz-textarea textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-form .zz-div .zz-input {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .public-form .zz-div {
    flex-direction: column;
  }
  .public-form button {
    width: 100%;
  }
  .public-form .zz-textarea textarea {
    padding: 0.35rem 20px;
  }
}
.contact2 {
  padding: 1.5rem 0 1.4rem;
}
.contact2 .form-box {
  background: #fff;
  padding: 0.55rem 1rem 0.7rem;
  box-shadow: 18px 6px 106px 0px rgba(0, 64, 129, 0.12);
}
.contact2 .form-box .public-nytitle {
  border-bottom: 1px solid #ebeef1;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
}
.contact2 .form-box .public-nytitle .h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact2 {
    padding: 1.2rem 0 1.2rem;
  }
  .contact2 .form-box {
    padding: 0.6rem 0.4rem 0.7rem;
  }
  .contact2 .form-box .public-nytitle {
    padding-bottom: 0.45rem;
    margin-bottom: 0.55rem;
  }
}
.join1 {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 1.45rem 0 0;
}
.join1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.join1 ul li {
  margin-right: 1.71%;
  width: 32.18%;
  height: 0;
  padding-bottom: 37%;
  position: relative;
}
.join1 ul li > .img,
.join1 ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join1 ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.join1 ul li:hover .imgbox img {
  transform: scale(1.05);
}
.join1 ul li .imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}
.join1 ul li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.join1 ul li .zz-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  padding-bottom: 0.45rem;
  z-index: 3;
}
.join1 ul li .zz-cont .zz-title {
  padding: 0 0.3rem;
}
.join1 ul li .zz-cont .zz-text {
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  width: 65%;
}
@media (max-width: 1580px) {
  .join1 ul li .zz-cont .zz-text {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .join1 {
    padding: 1rem 0 0.6rem;
  }
  .join1 ul {
    margin-top: 0.4rem;
  }
  .join1 ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 100%;
    margin-bottom: 0.5rem;
  }
  .join1 ul li .imgbox {
    border-radius: 20px;
  }
  .join1 ul li .zz-cont .zz-text {
    width: 90%;
  }
}
.join2 {
  padding-top: 1.3rem;
}
.join2 .public-nytitle3 .zz-text {
  color: #000;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .join2 .public-nytitle3 .zz-text {
    margin-top: 0.15rem;
  }
}
.join-list {
  margin-top: 0.95rem;
}
.join-list .zz-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.join-list .zz-box .zz-right {
  width: 48.12%;
}
.join-list .zz-box .zz-right .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.44%;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}
.join-list .zz-box .zz-right .imgbox > .img,
.join-list .zz-box .zz-right .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join-list .zz-box .zz-right .imgbox img {
  transition: all 0.4s;
}
.join-list .zz-box .zz-right .imgbox:hover img {
  transform: scale(1.05);
}
.join-list .zz-box .zz-right .imgbox img {
  object-fit: cover;
}
.join-list .zz-box .zz-left {
  width: 48.12%;
  padding: 0 0.85rem 0 1rem;
  display: flex;
  align-items: center;
}
.join-list .zz-box .zz-left .left-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.join-list .zz-box .zz-left .left-box .zz-title .h3 {
  font-weight: bold;
  line-height: 1.3;
}
.join-list .zz-box .zz-left .left-box .zz-text {
  max-height: 2.5rem;
  margin-top: 0.25rem;
  padding-right: 0.15rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  width: 100%;
  color: #444;
}
.join-list .zz-box .zz-left .left-box .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.join-list .zz-box .zz-left .left-box .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.join-list .zz-box .zz-left .left-box .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0064d0;
}
.join-list .zz-box .zz-left .left-box .zz-div {
  margin-top: 0.55rem;
}
.join-list .zz-box:nth-of-type(even) .zz-right {
  order: 0;
}
.join-list .zz-box:nth-of-type(even) .zz-left {
  order: 1;
}
@media (max-width: 1580px) {
  .join-list .zz-box .zz-left .left-box .zz-text {
    max-height: 2.4rem;
  }
}
@media (max-width: 1260px) {
  .join-list .zz-box .zz-left .left-box .zz-text {
    max-height: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .join-list .zz-box .zz-left {
    padding: 0 0.4rem;
  }
  .join-list .zz-box .zz-left .left-box .zz-text {
    max-height: 1.7rem;
  }
}
@media (max-width: 767px) {
  .join-list {
    padding: 0rem 0 0.3rem;
    margin-top: 0.6rem;
  }
  .join-list .zz-box {
    flex-direction: column;
    margin-bottom: 0.8rem;
  }
  .join-list .zzc-box .zz-left,
  .join-list .zz-box .zz-right,
  .join-list .zz-box .zz-right .right-box {
    width: 100%;
  }
  .join-list .zz-box .zz-right {
    margin-top: 0.5rem;
  }
  .join-list .zz-box .zz-right .right-box .zz-text {
    margin-top: 0.1rem;
  }
  .join-list .zz-box .zz-left .left-box .zz-text {
    max-height: 2.2rem;
  }
  .join-list .zz-box .zz-left {
    order: 1;
    width: 100%;
    margin-top: 0.4rem;
  }
  .join-list .zz-box .zz-right {
    order: 0;
    margin-top: 0;
  }
  .join-list .zz-box .zz-right .imgbox {
    border-radius: 15px;
    padding-bottom: 65%;
  }
  .join-list .zz-box .zz-left .left-box .zz-title .h3 {
    font-size: 0.32rem;
  }
}
.join3 {
  padding-bottom: 1.5rem;
}
.join3 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.join3 .public-nybtn {
  margin-top: 0.5rem;
}
.join3 .imgbox {
  margin-top: 0.6rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36.06%;
  overflow: hidden;
  border-radius: 30px;
}
.join3 .imgbox > .img,
.join3 .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join3 .imgbox img {
  transition: all 0.4s;
}
.join3 .imgbox:hover img {
  transform: scale(1.05);
}
.join3 .imgbox img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .join3 {
    padding-bottom: 1.2rem;
  }
  .join3 .public-nybtn {
    order: 3;
    margin-top: 0.5rem;
  }
  .join3 .imgbox {
    padding-bottom: 70%;
    border-radius: 15px;
    margin-top: 0.35rem;
  }
}
.join_detail {
  margin-top: 1.1rem;
  margin-bottom: 1rem;
}
.join_detail .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.join_detail .zz-left {
  width: 21.87%;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 0.25rem 0.3rem 0.3rem;
}
.join_detail .zz-left .zz-title-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.3rem;
  align-items: center;
}
.join_detail .zz-left .zz-title-box .zz-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.join_detail .zz-left .zz-title-box .zz-icon img,
.join_detail .zz-left .zz-title-box .zz-icon svg {
  width: 100%;
  height: 100%;
}
.join_detail .zz-left .zz-title-box .zz-icon img path,
.join_detail .zz-left .zz-title-box .zz-icon svg path {
  opacity: 1;
}
.join_detail .zz-left .zz-checkbox {
  padding-bottom: 0.25rem;
}
.join_detail .zz-left .zz-checkbox:last-child {
  padding-bottom: 0;
}
.join_detail .zz-left .zz-checkbox .zz-t {
  margin-bottom: 0.25rem;
}
.join_detail .zz-left .zz-checkbox ul li {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.join_detail .zz-left .zz-checkbox ul li .input-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.join_detail .zz-left .zz-checkbox ul li span {
  color: #222;
  margin-left: 20px;
}
.join_detail .zz-left .layui-btn-container {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.join_detail .zz-left .city-drop {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  min-height: 50px;
  align-items: center;
  color: #9aa6b1;
  font-size: 18px;
  border-color: #eee;
}
@media (max-width: 1580px) {
  .join_detail .zz-left .city-drop {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .join_detail .zz-left .city-drop {
    font-size: 0.28rem;
  }
}
.join_detail .zz-left .city-drop .layui-icon {
  width: 12px;
  height: 8px;
  background-image: url('../image/yhny-64.svg');
  background-repeat: no-repeat;
}
.join_detail .zz-left .city-drop .layui-icon::before {
  content: unset;
}
.join_detail .zz-right {
  width: 73.75%;
}
.join_detail .zz-right .job-ul {
  padding-bottom: 0.6rem;
}
.join_detail .zz-right .job-ul .job-li {
  border-radius: 10px;
  padding-top: 0.35rem;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.2rem;
  border: 1px solid #e9e9e9;
  transition: all 0.3s;
}
.join_detail .zz-right .job-ul .job-li.on,
.join_detail .zz-right .job-ul .job-li:hover {
  border-color: transparent;
  box-shadow: 3px 0px 50px 0px rgba(128, 124, 125, 0.2);
}
.join_detail .zz-right .job-ul .job-li .zz-box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l {
  display: flex;
  flex-direction: column;
  color: #000;
  padding: 0 0.45rem;
  width: calc(100% - 1.3rem);
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-div1 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 {
  display: flex;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 .zz-li {
  display: flex;
  align-items: center;
  margin-left: 0.7rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 .zz-li:nth-of-type(1) {
  margin-left: 0;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 svg {
  width: 0.2rem;
  min-width: 13px;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 svg path {
  fill: #000;
  opacity: 1;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 span {
  margin-left: 10px;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r {
  width: 1.3rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn {
  background: #0064d0;
  width: 0.35rem;
  height: 0.35rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 1000px;
  position: relative;
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn::before,
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn::before,
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn::after {
    width: 10px;
  }
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn::after {
  width: 2px;
  height: 12px;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn::after {
    height: 10px;
  }
}
.join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r .zz-btn.on::after {
  opacity: 0;
}
.join_detail .zz-right .job-ul .job-li .zz-box2 {
  color: #888;
  line-height: 1.5;
  margin-top: 0.25rem;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box3 {
  display: none;
  border-top: 1px solid #eff1f6;
  margin-left: 0.45rem;
  margin-right: 0.45rem;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box3 .zz-div {
  padding-bottom: 0.15rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box3 .zz-div .zz-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.15rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box3 .zz-div .zz-text {
  color: #666;
  line-height: 1.88;
  margin-bottom: 0.25rem;
}
.join_detail .zz-right .job-ul .job-li .zz-box3 .public-nybtn {
  margin-top: 0;
  width: auto;
  padding: 0 0.5rem;
  height: 0.65rem;
}
@media (max-width: 1024px) {
  .join_detail .container {
    flex-direction: column;
  }
  .join_detail .zz-left {
    width: 100%;
    margin-bottom: 0.5rem;
    position: unset;
    top: unset;
  }
  .join_detail .zz-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .join_detail {
    margin: 1rem 0 1.2rem;
  }
  .join_detail .zz-left {
    padding: 0.5rem 0.3rem 0.55rem;
    margin-bottom: 0.9rem;
  }
  .join_detail .zz-left .zz-title-box {
    padding-bottom: 0.35rem;
    margin-bottom: 0.5rem;
  }
  .join_detail .zz-left .zz-title-box .zz-icon {
    width: 0.25rem;
    height: 0.25rem;
  }
  .join_detail .zz-left .zz-checkbox {
    padding-bottom: 0.4rem;
  }
  .join_detail .zz-left .zz-checkbox .zz-t {
    margin-bottom: 0.35rem;
  }
  .join_detail .zz-right .job-ul {
    margin-top: 0;
    padding-bottom: 0.3rem;
  }
  .join_detail .zz-right .job-ul .job-li {
    padding-top: 0.5rem;
    padding-bottom: 0.45rem;
    margin-bottom: 0.4rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l {
    padding: 0 0.4rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-div1 {
    margin-bottom: 0.3rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 {
    flex-direction: column;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-l .zz-ul1 .zz-li {
    margin-left: 0;
    margin-bottom: 0.15rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box1 .zz-r {
    height: 1.3rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box2 {
    padding: 0 0.4rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box3 {
    padding-top: 0.45rem;
  }
  .join_detail .zz-right .job-ul .job-li .zz-box3 .public-nybtn {
    min-height: 40px;
  }
  .job-ul .job-li .zz-box1 .zz-left .zz-ul1 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .job-ul .job-li .zz-box1 .zz-left .zz-ul1 .zz-li {
    margin-left: 0;
    margin-right: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .job-ul .job-li .zz-box1 .zz-left .zz-ul1 span {
    font-size: 0.26rem;
  }
  .job-ul .job-li .zz-box1 .zz-left .zz-div1 {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  .job-ul .job-li .zz-box1 .zz-left {
    width: 85%;
  }
  .job-ul .job-li .zz-box1 .zz-right .zz-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .job-ul .job-li .zz-box3 .zz-ul2 .c-li:nth-of-type(1) {
    margin-left: 0;
  }
  .job-ul .job-li {
    margin-bottom: 0.3rem;
  }
  .job-ul {
    margin-top: 0.4rem;
  }
}
.public-mask {
  position: fixed;
  z-index: 901;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  display: none;
}
.public-mask.active {
  display: block;
}
.public-tanchuang-join {
  width: auto;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 902;
  background: #fff;
  padding: 0.45rem 0.6rem 0.5rem;
  border-radius: 30px;
}
.public-tanchuang-join .zz-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 0.7rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.public-tanchuang-join .zz-close img,
.public-tanchuang-join .zz-close svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
}
.public-tanchuang-join .zz-close img path,
.public-tanchuang-join .zz-close svg path {
  opacity: 1;
}
.public-tanchuang-join .c-title {
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 0.4rem;
}
.public-tanchuang-join .c-inputBox {
  display: flex;
  justify-content: space-between;
}
.public-tanchuang-join .c-input {
  width: 4.5rem;
  margin-bottom: 0.2rem;
}
.public-tanchuang-join .c-input:nth-of-type(1) {
  margin-right: 0.3rem;
}
.public-tanchuang-join .c-input .c-div1 {
  margin-bottom: 10px;
  color: #000;
}
.public-tanchuang-join .c-input .c-div1 span {
  color: #0064d0;
  margin-right: 5px;
}
.public-tanchuang-join .c-inputBox2 .c-input {
  width: 100%;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div3 {
  margin-bottom: 10px;
  color: #999;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 {
  display: flex;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox {
  width: auto;
  flex: 1;
  margin-right: 0.4rem;
  margin-bottom: 0;
  height: 0.6rem;
  min-height: 40px;
  border: 1px solid #dedede;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1%;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl {
  background: #ededed;
  border-radius: 5px;
  height: 75%;
  padding: 0 0.35rem 0 0.2rem;
  max-width: 98%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl img,
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl svg {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl img path,
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl svg path {
  opacity: 1;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl .c-text {
  color: #222;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .up-btn {
  position: relative;
  background: #afb4c5;
  padding: 0 0.35rem;
  border-radius: 5px;
  transition: all 0.3s;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .up-btn:hover {
  background: #0064d0;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .up-btn span {
  color: #fff;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .up-btn .c-file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 7;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.public-tanchuang-join input {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 25px;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.public-tanchuang-join input::-webkit-input-placeholder {
  color: #999;
}
.public-tanchuang-join input:-moz-placeholder {
  color: #999;
}
.public-tanchuang-join input::-moz-placeholder {
  color: #999;
}
.public-tanchuang-join input:-ms-input-placeholder {
  color: #999;
}
.public-tanchuang-join #lay-date {
  color: #999;
}
.public-tanchuang-join .c-tips {
  margin-bottom: 0.3rem;
}
.public-tanchuang-join .c-tips .c-div1 {
  color: #000;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.public-tanchuang-join .c-tips .c-div2 {
  color: #999;
  margin-bottom: 15px;
}
.public-tanchuang-join .c-tips input {
  width: 100%;
}
.public-tanchuang-join .public-nybtn {
  border-radius: 5px;
  width: 2rem;
  min-width: 150px;
  height: 0.6rem;
  min-height: 40px;
}
.public-tanchuang-join.active {
  display: block;
  animation: hideShow 0.3s;
}
@media (max-width: 1580px) {
  .public-tanchuang-join {
    top: 50%;
  }
  .public-tanchuang-join .c-input .c-div1,
  .public-tanchuang-join .c-tips .c-div1 {
    font-size: 16px;
  }
  .public-tanchuang-join input {
    font-size: 15px;
  }
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl .c-text,
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .up-btn span,
  .public-tanchuang-join .public-nybtn span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-tanchuang-join {
    width: 90%;
    padding: 0.4rem;
    top: 50%;
    border-radius: 10px;
  }
  .public-tanchuang-join .c-input {
    width: 48%;
    margin-bottom: 0.3rem;
  }
  .public-tanchuang-join .c-input:nth-of-type(1) {
    margin-right: 4%;
  }
  .public-tanchuang-join .c-input .c-div1,
  .public-tanchuang-join .c-tips .c-div1 {
    font-size: 0.3rem;
  }
  .public-tanchuang-join .c-inputBox3 {
    flex-direction: column;
  }
  .public-tanchuang-join .c-inputBox3 .c-input {
    width: 100%;
    margin-right: 0;
  }
  .public-tanchuang-join input {
    font-size: 0.28rem;
    padding: 0 0.2rem;
  }
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox .c-jl .c-text,
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .up-btn span,
  .public-tanchuang-join .public-nybtn span {
    font-size: 0.28rem;
  }
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .c-jlBox {
    padding: 0 0.2rem;
    margin-right: 4%;
  }
  .public-tanchuang-join .zz-close img {
    width: 0.3rem;
  }
}
.public-caseUl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.public-caseUl .zz-li {
  width: 23.75%;
  margin-right: 1.66%;
  box-shadow: 6px 0px 19px 0px rgba(73, 73, 73, 0.07);
  transition: all 0.3s;
  height: auto;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0.3rem;
}
.public-caseUl .zz-li:nth-of-type(4n+4) {
  margin-right: 0;
}
.public-caseUl .zz-li:hover {
  transform: translateY(-10px);
}
.public-caseUl .zz-li:hover .imgbox::after {
  opacity: 1;
}
.public-caseUl .zz-li:hover .imgbox span {
  opacity: 1;
}
.public-caseUl .zz-li:hover .zz-box .zz-title {
  color: #0064d0;
}
.public-caseUl .zz-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.42%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.public-caseUl .zz-li .imgbox > .img,
.public-caseUl .zz-li .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-caseUl .zz-li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.public-caseUl .zz-li .imgbox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.3s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .public-caseUl .zz-li .imgbox::after {
    display: none;
  }
}
.public-caseUl .zz-li .imgbox span {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background-color: #0064d0;
  border-radius: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .public-caseUl .zz-li .imgbox span {
    display: none;
  }
}
.public-caseUl .zz-li .zz-box {
  padding: 0.25rem 0.3rem 0.25rem;
}
.public-caseUl .zz-li .zz-box .zz-lg img {
  height: 0.36rem;
  min-height: 25px;
  display: none;
}
.public-caseUl .zz-li .zz-box .zz-title {
  color: #000;
  margin-top: 18px;
  margin-bottom: 0.55rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3s all;
}
.public-caseUl .zz-li .zz-box .zz-text {
  display: flex;
  flex-wrap: wrap;
}
.public-caseUl .zz-li .zz-box .zz-text .li {
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 5px 13px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.public-caseUl .zz-li .zz-box .zz-text .li:last-child {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .public-caseUl .zz-li {
    width: 32.22%;
  }
  .public-caseUl .zz-li:nth-of-type(4n+4) {
    margin-right: 1.66%;
  }
  .public-caseUl .zz-li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .public-caseUl .zz-li {
    width: 49%;
    margin-right: 2%;
  }
  .public-caseUl .zz-li:nth-of-type(4n+4) {
    margin-right: 2%;
  }
  .public-caseUl .zz-li:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  .public-caseUl .zz-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .public-caseUl .zz-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .public-caseUl .zz-li .zz-box {
    padding: 0.45rem 0.3rem 0.35rem;
  }
  .public-caseUl .zz-li .zz-box .zz-lg img {
    min-height: 0.72rem;
  }
}
.case_detail2 {
  position: relative;
  padding-bottom: 1rem;
}
.case_detail2 .bgimg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.65rem;
  z-index: -1;
}
.case_detail2 .public-nytitle {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .case_detail2 .public-nytitle {
    margin-bottom: 0.2rem;
  }
}
.ft_banner {
  background-size: 100% 100%;
  padding: 0.85rem 0 1.1rem;
  background-repeat: no-repeat;
}
.ft_banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft_banner .container .zz-left {
  color: #fff;
  line-height: 1.4;
}
.ft_banner .container .zz-right .public-nybtn3:hover {
  background: #2698f9;
}
.ft_banner .container .zz-right .public-nybtn3:hover span {
  color: #fff;
}
@media (max-width: 767px) {
  .ft_banner {
    padding: 0.75rem 0 0.65rem;
  }
  .ft_banner .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .ft_banner .container .zz-left {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
}
.errors {
  background: #f4f6f9;
  background-size: 100% 100%;
}
.errors .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 0 1.35rem;
}
.errors .bgimg {
  width: 45.625%;
}
.errors .c-text {
  width: 38.43%;
  margin-top: 0.9rem;
}
.errors .c-text p {
  text-align: center;
  color: #999;
}
.errors .c-text p span {
  color: #045fc2;
}
.errors .btn-box {
  margin-top: 0.4rem;
  display: flex;
}
.errors .btn-box a {
  width: 2.4rem;
  height: 0.7rem;
}
.errors .btn-box a:nth-of-type(1) {
  margin-right: 0.3rem;
  background: #045fc2;
}
.errors .btn-box a:nth-of-type(1) span {
  color: #fff;
}
.errors .btn-box a:nth-of-type(2) {
  border-color: #333;
}
.errors .btn-box a:nth-of-type(2) span {
  color: #333;
}
@media (max-width: 1024px) {
  .errors .c-text {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .errors .bgimg {
    width: 65%;
  }
  .errors .c-text {
    width: 100%;
  }
  .errors .btn-box {
    margin-top: 0.6rem;
  }
}
.zz-map {
  margin-top: 0.65rem;
  margin-bottom: 1.25rem;
}
.zz-map .zz-box {
  width: 75%;
  margin: 0 auto;
}
.zz-map .map-ul .map-li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 0.35rem 0 0;
}
.zz-map .map-ul .map-li .zz-left {
  width: 25%;
  padding-bottom: 0.4rem;
}
.zz-map .map-ul .map-li .zz-left a {
  color: #333;
  padding-right: 20px;
  transition: all 0.3s;
  font-weight: bold;
}
.zz-map .map-ul .map-li .zz-right {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.zz-map .map-ul .map-li .zz-right li {
  margin-bottom: 0.35rem;
  margin-right: 0.8rem;
}
.zz-map .map-ul .map-li .zz-right a {
  color: #666;
  transition: all 0.3s;
}
.zz-map .map-ul .map-li .zz-left a:hover,
.zz-map .map-ul .map-li .zz-right a:hover {
  color: #0064d0;
}
@media (max-width: 1024px) {
  .zz-map .zz-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .zz-map .zz-box {
    width: 100%;
  }
  .zz-map .map-ul .map-li {
    flex-direction: column;
  }
  .zz-map .map-ul .map-li .zz-left {
    width: 100%;
  }
  .zz-map .map-ul .map-li .zz-right li {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.yd-mzsm {
  margin-top: 0.7rem;
}
.yd-mzsm .zz-box {
  width: 75%;
  margin: 0 auto;
}
.yd-mzsm .zz-cont {
  color: #666;
  line-height: 1.7;
  border-top: 1px solid #eee;
  margin-top: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 1.1rem;
}
.yd-mzsm.yd-yszc {
  padding-bottom: 2.05rem;
}
.yd-mzsm.yd-yszc .zz-contBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #eee;
  margin-top: 0.35rem;
  padding-top: 0.5rem;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-left {
  width: 25%;
  padding-right: 0.3rem;
  position: sticky;
  top: 1.2rem;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-left::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  top: 0;
  left: -20px;
  position: absolute;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-left li {
  margin-bottom: 0.25rem;
  position: relative;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-left li.on::before {
  position: absolute;
  height: 100%;
  width: 2px;
  left: -20px;
  background: #005dc1;
  top: 0;
  content: '';
  transition: all 0.3s;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-left li a {
  color: #888;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-right {
  width: 79%;
  color: #666;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-right .zz-textBox {
  margin-top: -1rem;
  padding-top: 1rem;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-right .zz-textBox:nth-of-type(1) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.yd-mzsm.yd-yszc .zz-contBox .zz-right .zz-textBox p {
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .yd-mzsm .zz-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .yd-mzsm .zz-box {
    width: 100%;
  }
  .yd-mzsm.yd-yszc .zz-contBox {
    flex-direction: column;
  }
  .yd-mzsm.yd-yszc .zz-contBox .zz-left {
    width: 100%;
    position: unset;
    top: unset;
    margin-bottom: 0.3rem;
  }
  .yd-mzsm.yd-yszc .zz-contBox .zz-right {
    width: 100%;
  }
  .yd-mzsm.yd-yszc .zz-contBox .zz-left li.on::before {
    content: unset;
  }
  .yd-mzsm.yd-yszc .public-nytitle .h2 {
    margin-bottom: 0;
  }
}
.x-bj-ny .public-yhnybn {
  padding-bottom: 23.07%;
}
@media (max-width: 1260px) {
  .x-bj-ny .public-yhnybn {
    padding-bottom: 35.07%;
  }
}
@media (max-width: 991px) {
  .x-bj-ny .public-yhnybn {
    padding-bottom: 50.07%;
  }
}
@media (max-width: 767px) {
  .x-bj-ny .public-yhnybn {
    padding-bottom: 80%;
  }
}
