@import "style.css";
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.8s;
}
.fd:hover img {
  transform: scale(1.05);
}
.zz-textb {
  font-weight: bold;
}
.zz-bgc {
  background: #f1f7f8;
}
.c-home-sticky {
  position: relative;
  z-index: 2;
}
.sy-sec1 {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  height: 100vh;
}
.sy-sec1 .c-home1 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.sy-sec1 .c-home1 .swiper-slide {
  overflow: hidden;
}
.sy-sec1 .c-home1 .swiper-slide .c-pc,
.sy-sec1 .c-home1 .swiper-slide .c-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy-sec1 .c-home1 .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .sy-sec1 .c-home1 .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .sy-sec1 .c-home1 .swiper-slide .c-pc {
    display: none;
  }
}
.sy-sec1 .c-home1 .swiper-slide .swpVideo {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sy-sec1 .c-home1 .swiper-slide .swpVideo {
    display: none;
  }
}
.sy-sec1 .c-home1 .swiper-slide .c-text-box {
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
}
.sy-sec1 .c-home1 .swiper-slide .c-text-box .zz-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .sy-sec1 .c-home1 .swiper-slide .c-text-box .zz-text {
    margin-top: 0.2rem;
  }
}
.sy-sec1 .c-home1 .swiper-slide .c-text-box .public-btn {
  margin-top: 0.4rem;
}
.sy-sec1 .c-home1 .swiper-slide .c-text-box .public-btn .zz-ico {
  height: 0.12rem;
}
@media (max-width: 991px) {
  .sy-sec1 .c-home1 .swiper-slide .c-text-box .public-btn .zz-ico {
    height: 0.25rem;
  }
}
@media (max-width: 767px) {
  .sy-sec1 .c-home1 .swiper-slide .c-text-box .public-btn .zz-ico {
    height: 0.2rem;
  }
}
.sy-sec1 .c-home1 .swpBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: auto;
  top: 50%;
}
.sy-sec1 .c-home1 .swpBtn .zz_w1440 {
  height: 100%;
  position: relative;
}
.sy-sec1 .c-home1 .swiper-pagination {
  left: 0;
  bottom: 23.65%;
  width: auto;
  left: 50%;
  bottom: 27.65%;
  transform: translateX(-50%);
  display: flex;
  width: 85%;
  max-width: 1440px;
}
@media (max-width: 1260px) {
  .sy-sec1 .c-home1 .swiper-pagination {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .sy-sec1 .c-home1 .swiper-pagination {
    bottom: 28%;
  }
}
.sy-sec1 .c-home1 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 5px;
  transition: all 0.4s;
}
.sy-sec1 .c-home1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.sy-sec1 .c-home1 .public-swpBtn {
  background: transparent;
  width: 0.55rem;
  height: 0.55rem;
}
.sy-sec1 .c-home1 .public-swpBtn img path,
.sy-sec1 .c-home1 .public-swpBtn svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.sy-sec1 .c-home1 .public-swpBtn:hover {
  background: #ff7920;
}
.sy-sec1 .c-home1 .public-swpBtn:hover img path,
.sy-sec1 .c-home1 .public-swpBtn:hover svg path {
  fill: #ffffff;
}
.sy-sec1 .c-home1 .swiper-button-prev {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  left: -1.8rem;
}
@media (max-width: 1580px) {
  .sy-sec1 .c-home1 .swiper-button-prev {
    left: -1rem;
  }
}
@media (max-width: 991px) {
  .sy-sec1 .c-home1 .swiper-button-prev {
    display: none;
  }
}
.sy-sec1 .c-home1 .swiper-button-next {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: -1.8rem;
}
@media (max-width: 1580px) {
  .sy-sec1 .c-home1 .swiper-button-next {
    right: -1rem;
  }
}
@media (max-width: 991px) {
  .sy-sec1 .c-home1 .swiper-button-next {
    display: none;
  }
}
@media (max-width: 850px) {
  .sy-sec1 .sec1Nav-box {
    overflow-x: auto;
    display: -webkit-box;
    transform: translateY(-25vh);
    position: relative;
    z-index: 5;
  }
  .sy-sec1 .sec1Nav-box::-webkit-scrollbar {
    height: 0;
  }
}
.sy-sec1 .sec1Nav {
  height: calc(var(--vh)*0.1935);
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  left: 0;
  bottom: 0;
  align-items: flex-end;
}
@media (max-width: 850px) {
  .sy-sec1 .sec1Nav {
    height: calc(var(--vh)*0.25);
  }
}
@media (max-width: 850px) {
  .sy-sec1 .sec1Nav {
    width: 14rem;
    overflow-x: auto;
    position: relative;
  }
  .sy-sec1 .sec1Nav::-webkit-scrollbar {
    height: 0;
  }
}
.sy-sec1 .sec1Nav li {
  height: 83.33%;
  width: 33.33%;
  background: rgba(0, 0, 0, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.sy-sec1 .sec1Nav li:hover {
  height: 100%;
}
.sy-sec1 .sec1Nav li:hover .bgimg,
.sy-sec1 .sec1Nav li:hover .zz-mask {
  opacity: 1;
}
.sy-sec1 .sec1Nav li:hover .zz-right img,
.sy-sec1 .sec1Nav li:hover .zz-right svg {
  animation: mouse 2s infinite;
}
.sy-sec1 .sec1Nav li .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.sy-sec1 .sec1Nav li .zz-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.sy-sec1 .sec1Nav li a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  color: #fff;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 3;
}
.sy-sec1 .sec1Nav li .zz-left {
  flex: 1;
  padding-right: 0.5rem;
}
@media (max-width: 1580px) {
  .sy-sec1 .sec1Nav li .zz-left .h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sy-sec1 .sec1Nav li .zz-left .h3 {
    font-size: 0.3rem;
  }
}
.sy-sec1 .sec1Nav li .zz-text {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
.sy-sec1 .sec1Nav li .zz-right img,
.sy-sec1 .sec1Nav li .zz-right svg {
  width: 0.25rem;
  height: auto;
}
@media (max-width: 767px) {
  .sy-sec1 .sec1Nav li .zz-right img,
  .sy-sec1 .sec1Nav li .zz-right svg {
    width: 0.34rem;
  }
}
.sy-sec2 {
  padding: 1.1rem 0 1.65rem;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sy-sec2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.sy-sec2 .canvas-box {
  position: absolute;
  bottom: -6%;
  width: 100%;
  height: 30%;
  z-index: -1;
}
.sy-sec2 .sec2Swp {
  margin-top: 0.55rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .sy-sec2 .sec2Swp {
    display: none;
  }
}
.sy-sec2 .sec2Swp_wap {
  margin-top: 0.55rem;
  display: none;
}
@media (max-width: 991px) {
  .sy-sec2 .sec2Swp_wap {
    display: block;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .sy-sec2 .sec2Swp_wap .public-proList .zz-div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sy-sec2 .sec2Swp_wap {
    margin-top: 0.75rem;
  }
}
.sy-sec2 .zz-box1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .sy-sec2 .zz-box1 {
    flex-direction: column;
    margin-top: 0.55rem;
    margin-bottom: 0.4rem;
  }
}
.sy-sec2 .zz-box1 .zz-left {
  width: 65.97%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .sy-sec2 .zz-box1 .zz-left {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sy-sec2 .zz-box1 .zz-left {
    width: 100%;
  }
}
.sy-sec2 .zz-box1 .zz-left:hover .public-img img {
  transform: scale(1.05);
}
.sy-sec2 .zz-box1 .zz-left .public-img {
  width: 100%;
  border-radius: 10px;
}
.sy-sec2 .zz-box1 .zz-left .public-img::before {
  padding-top: 46.31%;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sy-sec2 .zz-box1 .zz-left .public-img::before {
    padding-top: 90%;
  }
}
.sy-sec2 .zz-box1 .zz-left .public-img img {
  border-radius: inherit;
  transition: all 0.8s;
}
.sy-sec2 .zz-box1 .zz-left .zz-cont {
  position: absolute;
  width: 100%;
  padding: 0.25rem 0.4rem 0.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 70%;
}
@media (max-width: 991px) {
  .sy-sec2 .zz-box1 .zz-left .zz-cont {
    width: 100%;
    position: relative;
    color: #333;
    justify-content: flex-start;
    top: unset;
    left: unset;
    border: 1px solid #ddd;
    border-top: 0;
    height: auto;
    flex: 1;
    padding: 0.35rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.sy-sec2 .zz-box1 .zz-left .zz-cont .zz-text {
  line-height: 1.625em;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .sy-sec2 .zz-box1 .zz-left .zz-cont .zz-text {
    color: #666;
    margin-top: 0.2rem;
  }
}
.sy-sec2 .zz-box1 .zz-left .zz-mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .sy-sec2 .zz-box1 .zz-left .zz-mask {
    display: none;
  }
}
.sy-sec2 .zz-box1 .zz-right {
  background: #fff;
  width: 31.94%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sy-sec2 .zz-box1 .zz-right a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sy-sec2 .zz-box1 .zz-right {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.sy-sec2 .zz-box1 .zz-right:nth-of-type(3n+3) {
  margin-right: 0;
}
.sy-sec2 .zz-box1 .zz-right:hover .zz-cont .h3 {
  color: #ff7920;
}
.sy-sec2 .zz-box1 .zz-right:hover .zz-cont::before {
  width: 100%;
}
.sy-sec2 .zz-box1 .zz-right:hover .public-img img {
  transform: scale(1.05);
}
.sy-sec2 .zz-box1 .zz-right .public-img {
  width: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.sy-sec2 .zz-box1 .zz-right .public-img::before {
  padding-top: 60.86%;
}
.sy-sec2 .zz-box1 .zz-right .public-img img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  transition: all 0.8s;
}
.sy-sec2 .zz-box1 .zz-right .zz-cont {
  background: #3d656d;
  padding: 0.25rem 0.3rem;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .sy-sec2 .zz-box1 .zz-right .zz-cont {
    padding: 0.55rem 0.4rem;
  }
}
.sy-sec2 .zz-box1 .zz-right .zz-cont::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 0;
  transition: all 0.4s;
  background: #ff7920;
  left: 0;
  bottom: 0;
}
.sy-sec2 .zz-box1 .zz-right .zz-cont .h3 {
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sy-sec2 .zz-box1 .zz-right .zz-cont .h3 {
    font-size: 0.32rem;
  }
}
.sy-sec2 .zz-box1 .zz-right .zz-cont .zz-text {
  line-height: 1.625em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.25em;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .sy-sec2 .zz-box1 .zz-right .zz-cont .zz-text {
    margin-top: 0.2rem;
  }
}
.sy-sec2 .zz-box2 .public-proList li {
  border-radius: 15px;
}
.sy-sec2 .zz-box2 .public-proList li:hover .public-img img {
  transform: scale(1.05);
}
.sy-sec2 .zz-box2 .public-proList li a {
  border-radius: 15px;
}
.sy-sec2 .zz-box2 .public-proList li .public-img img {
  transition: all 0.8s;
}
.sy-sec2 .zz-box2 .public-proList li .zz-cont {
  padding: 0.25rem 0.3rem 0.4rem;
}
.sy-sec2 .zz-box2 .public-proList li .zz-cont .zz-text {
  margin-top: 0.1rem;
}
.sy-sec2 .swiper-container {
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .sy-sec2 .swiper-container {
    padding-bottom: 0.6rem;
  }
}
.sy-sec2 .swiper-pagination {
  bottom: 0;
}
.sy-sec2 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #b1c1c5;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.4s;
}
.sy-sec2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff7920;
}
.sy-sec2 .zz-contBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0.9rem;
}
.sy-sec2 .zz-contBox .zz-title,
.sy-sec2 .zz-contBox .zz-text {
  text-align: center;
}
.sy-sec2 .zz-contBox .zz-text {
  color: #666;
}
@media (max-width: 1580px) {
  .sy-sec2 .zz-contBox .zz-text {
    margin-bottom: 5px;
  }
}
.sy-sec2 .zz-contBox ul {
  display: flex;
  margin-top: 0.15rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sy-sec2 .zz-contBox ul {
    margin-top: 0.25rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .sy-sec2 .zz-contBox ul {
    margin-top: 0.5rem;
  }
}
.sy-sec2 .zz-contBox ul li {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.sy-sec2 .zz-contBox ul li:last-child {
  margin-right: 0;
}
.sy-sec2 .zz-contBox ul li .public-btn {
  height: 35px;
  min-height: 35px;
  min-width: unset;
  padding: 0 0.2rem;
  border-color: #3d656d;
}
@media (max-width: 767px) {
  .sy-sec2 .zz-contBox ul li .public-btn {
    min-width: 1.2rem;
  }
}
.sy-sec2 .zz-contBox ul li .public-btn .zz-span {
  color: #3d656d;
}
.sy-sec2 .zz-contBox ul li .public-btn:hover {
  border-color: #ff7920;
}
.sy-sec2 .zz-contBox ul li .public-btn:hover .zz-span {
  color: #fff;
}
.sy-sec2 .zz-contBox .zz-btn {
  margin-top: 0.55rem;
}
.sy-sec3 {
  background: #000;
  padding: 1.25rem 0 1.1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sy-sec3 .zz-btn .public-btn .zz-ico {
  height: 0.12rem;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-btn .public-btn .zz-ico {
    height: 0.25rem;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-btn .public-btn .zz-ico {
    height: 0.2rem;
  }
}
.sy-sec3 .zz-box1 {
  position: relative;
  z-index: 2;
}
.sy-sec3 .zz-box1 .zz-cont {
  width: 50%;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 .zz-cont {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box1 .zz-cont {
    width: 100%;
  }
}
.sy-sec3 .zz-box1 .zz-cont .zz-text {
  width: 78%;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 .zz-cont .zz-text {
    width: 100%;
  }
}
.sy-sec3 .zz-box1 .public-title .h2 {
  color: #fff;
}
.sy-sec3 .zz-box1 .public-title .zz-text2 {
  color: #ff7920;
}
.sy-sec3 .zz-box1 .zz-text {
  line-height: 2em;
  color: #fff;
  margin-top: 0.5rem;
}
.sy-sec3 .zz-box1 .zz-btn {
  margin-top: 0.7rem;
}
.sy-sec3 .zz-box1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box1 ul {
    margin-top: 0.75rem;
  }
}
.sy-sec3 .zz-box1 ul li {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 0.2rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 ul li {
    margin-bottom: 0.8rem;
  }
}
.sy-sec3 .zz-box1 ul li:nth-of-type(4n+1) {
  width: 19.44%;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 ul li:nth-of-type(4n+1) {
    width: 50%;
    justify-content: center;
  }
}
.sy-sec3 .zz-box1 ul li:nth-of-type(4n+2) {
  width: 30.55%;
  justify-content: center;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 ul li:nth-of-type(4n+2) {
    width: 50%;
  }
  .sy-sec3 .zz-box1 ul li:nth-of-type(4n+2)::before {
    content: unset;
  }
}
.sy-sec3 .zz-box1 ul li:nth-of-type(4n+3) {
  width: 30.55%;
  justify-content: center;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 ul li:nth-of-type(4n+3) {
    width: 50%;
  }
}
.sy-sec3 .zz-box1 ul li:nth-of-type(4n+4) {
  width: 19.46%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box1 ul li:nth-of-type(4n+4) {
    width: 50%;
    justify-content: center;
  }
}
.sy-sec3 .zz-box1 ul li:nth-of-type(4n+4)::before {
  content: unset;
}
.sy-sec3 .zz-box1 ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box1 ul li {
    width: 50%;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.sy-sec3 .zz-box1 ul li .zz-div1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sy-sec3 .zz-box1 ul li .zz-box {
  display: flex;
  align-items: flex-start;
}
.sy-sec3 .zz-box1 ul li .zz-syb {
  line-height: 1;
}
.sy-sec3 .zz-box1 ul li .zz-span1 {
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box1 ul li .zz-span1 {
    font-size: 0.4rem;
  }
}
.sy-sec3 .zz-box1 ul li .zz-span2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box1 ul li .zz-span2 {
    font-size: 0.4rem;
  }
}
.sy-sec3 .zz-box1 ul li .zz-span3 {
  vertical-align: top;
  margin-left: 5px;
  margin-top: -5px;
}
.sy-sec3 .zz-box1 ul li .zz-div2 {
  margin-top: 0.15rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box1 ul li .zz-div2 {
    margin-top: 0.2rem;
  }
}
.sy-sec3 .zz-box2 {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-box2 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box2 {
    margin-top: 1.1rem;
  }
}
.sy-sec3 .zz-box2 .zz-title-box {
  display: flex;
  justify-content: space-between;
}
.sy-sec3 .zz-box2 .zz-title-box .h2 {
  color: #fff;
}
.sy-sec3 .zz-box2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box2 ul {
    margin-top: 0.75rem;
  }
}
.sy-sec3 .zz-box2 ul li {
  width: 31.94%;
  margin-right: 2.08%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 20px;
  transition: all 0.4s;
}
.sy-sec3 .zz-box2 ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    flex-direction: unset;
  }
}
.sy-sec3 .zz-box2 ul li:hover {
  transform: translateY(-10px);
}
.sy-sec3 .zz-box2 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.5rem 0.45rem;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box2 ul li a {
    padding: 0.6rem 0.5rem;
    flex-direction: unset;
  }
}
.sy-sec3 .zz-box2 ul li .zz-imgbox {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 1000px;
  background: #3d656d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy-sec3 .zz-box2 ul li .zz-imgbox img,
.sy-sec3 .zz-box2 ul li .zz-imgbox svg {
  width: 100%;
  height: 100%;
}
.sy-sec3 .zz-box2 ul li .zz-imgbox img .cls-1,
.sy-sec3 .zz-box2 ul li .zz-imgbox svg .cls-1 {
  fill: #fff;
  opacity: 1;
}
.sy-sec3 .zz-box2 ul li .zz-imgbox img .cls-2,
.sy-sec3 .zz-box2 ul li .zz-imgbox svg .cls-2 {
  fill: #ff7920;
  opacity: 1;
}
.sy-sec3 .zz-box2 ul li .zz-text {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-box2 ul li .zz-text {
    margin-top: 0;
    margin-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-earthBox {
    height: 55vh;
    overflow: hidden;
  }
}
.sy-sec3 .zz-earth {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-earth {
    position: relative;
    top: unset;
    right: unset;
    width: 150%;
    transform: translateX(-33%);
    margin-top: 0.4rem;
  }
}
.sy-sec3 .zz-earth .public-img {
  width: 100%;
}
.sy-sec3 .zz-earth .public-img::before {
  padding-top: 87.5%;
}
.sy-sec3 .zz-earth .zz-ul1 li {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
}
.sy-sec3 .zz-earth .zz-ul1 li .zz-syb {
  width: 14px;
  height: 14px;
  border-radius: 1000px;
  background: #ff7920;
  position: relative;
  z-index: 1;
  display: inline-flex;
}
@media (max-width: 1580px) {
  .sy-sec3 .zz-earth .zz-ul1 li .zz-syb {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-earth .zz-ul1 li .zz-syb {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.sy-sec3 .zz-earth .zz-ul1 li .zz-syb::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #ff7920;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
  animation: ripple 3s ease-out 0s infinite;
}
.sy-sec3 .zz-earth .zz-ul1 li .zz-span2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 240%;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-earth .zz-ul1 li .zz-span2 {
    right: 160%;
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-earth .zz-ul1 li .zz-span2 {
    font-size: 0.22rem;
  }
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(1) {
  top: 24%;
  right: 17.6%;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(2) {
  top: 29.8%;
  right: 23.2%;
}
@media (max-width: 1024px) {
  .sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(2) {
    right: 25.2%;
  }
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(3) {
  top: 29.4%;
  right: 17%;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(4) {
  top: 27.6%;
  right: 8.2%;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(4) .zz-syb {
  background: #ece401;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(4) .zz-syb::before {
  background: #ece401;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(5) {
  top: 30.1%;
  right: 15.2%;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(5) .zz-span2 {
  right: unset;
  left: 240%;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(5) .zz-span2 {
    left: 0;
    transform: translateY(0.15rem);
  }
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(6) {
  top: 34.4%;
  right: 17.9%;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(6) .zz-syb {
  background: #00ca5a;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(6) .zz-syb::before {
  background: #00ca5a;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(7) {
  top: 31%;
  right: 18%;
}
@media (max-width: 1024px) {
  .sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(7) {
    top: 31.5%;
  }
}
@media (max-width: 500px) {
  .sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(7) {
    top: 31.8%;
  }
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(8) {
  top: 23.5%;
  right: 14.5%;
}
.sy-sec3 .zz-earth .zz-ul1 li:nth-of-type(8) .zz-span2 {
  right: unset;
  left: 190%;
}
.sy-sec3 .zz-earth .zz-ul2 {
  display: flex;
  position: absolute;
  right: 8.33%;
  top: 9.5%;
  z-index: 3;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-earth .zz-ul2 {
    top: 4%;
  }
}
.sy-sec3 .zz-earth .zz-ul2 li {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.sy-sec3 .zz-earth .zz-ul2 li:last-child {
  margin-right: 0;
}
.sy-sec3 .zz-earth .zz-ul2 li .zz-syb {
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background: #00ca5a;
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-left: 10px;
}
.sy-sec3 .zz-earth .zz-ul2 li .zz-span2 {
  color: #fff;
}
@media (max-width: 991px) {
  .sy-sec3 .zz-earth .zz-ul2 li .zz-span2 {
    font-size: 0.24rem;
  }
}
.sy-sec3 .zz-earth .zz-ul2 li:nth-of-type(2) .zz-syb {
  background: #ece401;
}
.sy-sec3 .zz-earth .zz-ul2 li:nth-of-type(3) .zz-syb {
  background: #ff7920;
}
.sy-sec4 {
  padding: 1.35rem 0;
}
@media (max-width: 767px) {
  .sy-sec4 {
    padding: 1.1rem 0;
  }
}
.sy-sec4 .zz-title-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-title-box {
    margin-bottom: 0.75rem;
  }
}
.sy-sec4 .zz-title-box .public-btn .zz-ico {
  height: 0.12rem;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-title-box .public-btn .zz-ico {
    height: 0.2rem;
  }
}
.sy-sec4 .zz-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box {
    flex-direction: column;
  }
}
.sy-sec4 .zz-box .zz-left {
  width: 61.8%;
  height: auto;
  min-height: 6.85rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-left {
    width: 100%;
    margin-bottom: 0.25rem;
    height: 6.85rem;
  }
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-left {
    height: 6.5rem;
    min-height: 6.5rem;
    margin-bottom: 0.4rem;
  }
}
.sy-sec4 .zz-box .zz-left:hover .zz-imgbox img {
  transform: scale(1.05);
}
.sy-sec4 .zz-box .zz-left a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  color: #fff;
  border-radius: inherit;
}
.sy-sec4 .zz-box .zz-left .zz-imgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
}
.sy-sec4 .zz-box .zz-left .zz-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.8s;
}
.sy-sec4 .zz-box .zz-left .zz-mask {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-left .zz-mask {
    height: 100%;
  }
}
.sy-sec4 .zz-box .zz-left .zz-cont {
  padding: 0.5rem 0.55rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-left .zz-cont {
    padding: 0.6rem 0.4rem;
  }
}
.sy-sec4 .zz-box .zz-left .zz-cont .zz-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-left .zz-cont .zz-text {
    margin-top: 0.25rem;
  }
}
.sy-sec4 .zz-box .zz-right {
  width: 36.11%;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.sy-sec4 .zz-box .zz-right li {
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-right li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-right li {
    margin-bottom: 0.4rem;
  }
}
.sy-sec4 .zz-box .zz-right li:last-child {
  margin-bottom: 0;
}
.sy-sec4 .zz-box .zz-right li:hover .h3 {
  color: #ff7920;
}
.sy-sec4 .zz-box .zz-right a {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0.35rem;
  background: #ecf4f6;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-right a {
    padding: 0.6rem 0.4rem;
  }
}
.sy-sec4 .zz-box .zz-right .h3 {
  color: #333;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-right .h3 {
    height: auto;
    -webkit-line-clamp: unset;
  }
}
.sy-sec4 .zz-box .zz-right .zz-text {
  color: #666;
  margin-top: 0.1rem;
  line-height: 1.66666667em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.32em;
}
@media (max-width: 991px) {
  .sy-sec4 .zz-box .zz-right .zz-text {
    height: auto;
    -webkit-line-clamp: unset;
  }
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-right .zz-text {
    font-size: 0.28rem;
    margin-top: 0.25rem;
  }
}
.sy-sec4 .zz-box .zz-right .zz-boxs2 {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-right .zz-boxs2 {
    margin-top: 0.6rem;
  }
}
.sy-sec4 .zz-box .zz-right .zz-boxs2 .zz-btn {
  color: #fff;
  background: #3d656d;
  border-radius: 1000px;
  padding: 8px 0.2rem;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-right .zz-boxs2 .zz-btn {
    padding: 0.16rem 0.4rem;
  }
}
.sy-sec4 .zz-box .zz-right .zz-boxs2 .zz-date {
  margin-left: 10px;
  color: #333;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-box .zz-right .zz-boxs2 .zz-date {
    margin-left: 0.3rem;
  }
}
.public-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  display: none;
}
.public-tanchuang-join {
  width: auto;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  background: #fff;
  padding: 0.3rem 0.75rem 0.45rem;
  border-radius: 10px;
}
.public-tanchuang-join .zz-close {
  position: absolute;
  top: 0;
  right: 0px;
  background: #f1f7f8;
  width: 0.6rem;
  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:hover img,
.public-tanchuang-join .zz-close:hover svg {
  transform: rotate(180deg);
}
.public-tanchuang-join .zz-close img,
.public-tanchuang-join .zz-close svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 12px;
  min-height: 12px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .public-tanchuang-join .zz-close img,
  .public-tanchuang-join .zz-close svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-tanchuang-join .c-title {
  font-weight: bold;
  border-bottom: 1px solid #f1f7f8;
  color: #000;
  margin-bottom: 0.25rem;
  padding-bottom: 0.2rem;
}
.public-tanchuang-join .c-inputBox {
  display: flex;
  justify-content: space-between;
}
.public-tanchuang-join .c-input {
  width: 5.05rem;
  margin-bottom: 0.2rem;
}
.public-tanchuang-join .c-input:nth-of-type(1) {
  margin-right: 0.4rem;
}
.public-tanchuang-join .c-input .c-div1 {
  margin-bottom: 10px;
  color: #000;
}
.public-tanchuang-join .c-input .c-div1 span {
  color: #ff7920;
  margin-right: 5px;
}
.public-tanchuang-join .c-inputBox2 .c-input {
  width: 100%;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div1 {
  margin-bottom: 4px;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div3 {
  margin-bottom: 10px;
  color: #0d8198;
}
.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.3rem;
  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 {
  position: absolute;
  right: -5px;
  top: -2px;
  cursor: pointer;
}
.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 .public-btn7 {
  position: relative;
  background: #3d656d;
  padding: 0 0.35rem;
  height: 0.6rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 {
    height: auto;
  }
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7:hover {
  opacity: 0.9;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 span {
  font-weight: 400;
  position: relative;
  z-index: 2;
  color: #fff;
}
.public-tanchuang-join .c-inputBox2 .c-input .c-div2 .public-btn7 .c-file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 7;
  top: 0;
  left: 0;
}
.public-tanchuang-join input {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  border: 1px solid #dedede;
  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 .c-tips {
  margin-bottom: 0.3rem;
}
.public-tanchuang-join .c-tips .c-div1 {
  color: #000;
  margin-bottom: 0.1rem;
}
.public-tanchuang-join .c-tips .c-div2 {
  color: #0d8198;
  margin-bottom: 15px;
}
.public-tanchuang-join .c-tips input {
  width: 100%;
}
.public-tanchuang-join .hi-btn2 {
  position: relative;
  background: #3d656d;
  padding: 0 0.5rem;
  height: 0.6rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-tanchuang-join .hi-btn2 {
    height: 0.8rem;
    padding: 0 0.7rem;
  }
}
.public-tanchuang-join .hi-btn2:hover {
  opacity: 0.9;
}
.public-tanchuang-join .hi-btn2 span {
  font-weight: 400;
  position: relative;
  z-index: 2;
  color: #fff;
}
.public-tanchuang-join .hi-btn2 .c-file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 7;
}
.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 .public-btn7 span,
  .public-tanchuang-join .public-btn7 span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .public-tanchuang-join {
    width: 90%;
    padding: 0.4rem;
    top: 50%;
  }
  .public-tanchuang-join .c-input {
    width: 48%;
    margin-bottom: 0.35rem;
  }
  .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 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 .public-btn7 span,
  .public-tanchuang-join .public-btn7 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.4rem;
    height: 0.4rem;
  }
  .public-tanchuang-join .public-btn7 {
    padding: 0 0.6rem;
  }
}
.yd-errors {
  width: 100%;
  padding: 1.2rem 0 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .yd-errors {
    padding: 1.1rem 0;
  }
}
.yd-errors .bgimg {
  width: 25%;
}
.yd-errors .zz-text p {
  text-align: center;
  color: #999;
}
.yd-errors .zz-text p span {
  color: #3d656d;
}
.yd-errors .btn-box {
  margin-top: 0.45rem;
}
@media (max-width: 1260px) {
  .yd-errors .bgimg {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .yd-errors {
    padding: 1.2rem 0;
  }
  .yd-errors .bgimg {
    width: 70%;
  }
}
.about-bigBox {
  position: relative;
  z-index: 1;
  height: 220vh;
}
.about-bigBox .about-box {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 100vh;
}
.about-bigBox .about1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
.about-bigBox .about1 .zz-bgimg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.about-bigBox .about1 .zz-tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-bigBox .about1 .zz-tips .zz-text {
  color: #3d656d;
}
.about-bigBox .about1 .zz-tips .zz-img {
  width: 15px;
  margin-top: 5px;
}
.about-bigBox .about1 .zz-tips .zz-img img,
.about-bigBox .about1 .zz-tips .zz-img svg {
  width: 100%;
}
.about-bigBox .about1 .zz-lg {
  height: 1.35rem;
  width: auto;
}
.about-bigBox .about1 .zz-lg img,
.about-bigBox .about1 .zz-lg svg {
  width: 100%;
  height: 100%;
}
.about-bigBox .about1 .zz-text {
  text-align: center;
  color: #000;
  margin-top: 0.15rem;
}
.about-bigBox .about1 .zz-text .zz-span1 {
  color: #3d656d;
}
.about-bigBox .about1 .zz-text .zz-span2 {
  color: #ff7920;
}
.about-bigBox .about2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
}
.about-bigBox .about2 .zz_w1440 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-bigBox .about2 .zz-cont {
  width: 50%;
}
@media (max-width: 991px) {
  .about-bigBox .about2 .zz-cont {
    width: 100%;
  }
}
.about-bigBox .about2 .zz-cont .h2 {
  color: #ff7920;
  line-height: 1.13043478em;
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(20%);
}
.about-bigBox .about2 .zz-cont .h2.on {
  opacity: 1;
  transform: translateY(0px);
}
.about-bigBox .about2 .zz-cont .zz-text {
  margin-top: 0.3rem;
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(20%);
}
.about-bigBox .about2 .zz-cont .zz-text.on {
  opacity: 1;
  transform: translateY(0px);
}
.about-bigBox .about2 ul {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  width: 50%;
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(20%);
}
@media (max-width: 1024px) {
  .about-bigBox .about2 ul {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .about-bigBox .about2 ul {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul {
    margin-top: 0;
  }
}
.about-bigBox .about2 ul.on {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul {
    margin-top: 0.8rem;
  }
}
.about-bigBox .about2 ul li {
  width: 37.5%;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.95rem;
  position: relative;
  z-index: 1;
}
.about-bigBox .about2 ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.about-bigBox .about2 ul li:nth-of-type(3n+1) {
  width: 29.16%;
  padding: 0 0.6rem;
}
.about-bigBox .about2 ul li:nth-of-type(3n+2) {
  padding: 0 0.6rem;
}
.about-bigBox .about2 ul li:nth-of-type(3n+2)::before {
  content: unset;
}
.about-bigBox .about2 ul li:nth-of-type(1) {
  padding-left: 0;
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul li:nth-of-type(1) {
    width: 33.16%;
    padding-right: 0.4rem;
  }
}
.about-bigBox .about2 ul li:nth-of-type(2) {
  width: 62.5%;
  padding: 0 0.6rem;
}
.about-bigBox .about2 ul li:nth-of-type(2)::before {
  content: unset;
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul li:nth-of-type(2) {
    width: 63.5%;
    padding-left: 0.4rem;
  }
}
.about-bigBox .about2 ul li:nth-of-type(3) {
  width: 29.16%;
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul li:nth-of-type(3) {
    width: 33.16%;
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul li:nth-of-type(4) {
    width: 35.16%;
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul li:nth-of-type(5) {
    padding-right: 0;
    width: 29.68%;
  }
}
@media (max-width: 767px) {
  .about-bigBox .about2 ul li {
    width: 50%;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.about-bigBox .about2 ul li .zz-div1 {
  display: flex;
  align-items: flex-start;
}
.about-bigBox .about2 ul li .zz-box {
  display: flex;
  align-items: flex-start;
}
.about-bigBox .about2 ul li .zz-span1 {
  line-height: 1;
}
.about-bigBox .about2 ul li .zz-span3 {
  vertical-align: top;
  margin-left: 5px;
  margin-top: -5px;
}
.about-bigBox .about2 ul li .zz-div2 {
  margin-top: 0.15rem;
}
@font-face {
  font-family: 'avantgarde';
  src: url('../font/avantgarde.ttf');
}
.about3 {
  padding: 1.65rem 0 0;
  position: relative;
  z-index: 1;
  background: #f1f7f8;
}
@media (max-width: 767px) {
  .about3 {
    padding: 1.1rem 0;
  }
}
.about3 .bgimg {
  position: absolute;
  width: 44.27%;
  right: 0;
  top: 1.7rem;
}
@media (max-width: 767px) {
  .about3 .bgimg {
    width: 100%;
    top: 1.1rem;
  }
}
.about3 .history_swp {
  position: relative;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .about3 .history_swp {
    margin-top: 0.75rem;
  }
}
.about3 .history_swp .swiper-wrapper {
  align-items: stretch;
}
.about3 .history_swp .swiper-slide .c-div1 {
  font-size: 1.5rem;
  color: rgba(61, 101, 109, 0.4);
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .about3 .history_swp .swiper-slide .c-div1 {
    font-size: 1.2rem;
  }
}
.about3 .history_swp .swiper-slide .c-div1 .c-years {
  font-family: 'avantgarde';
  line-height: 1;
  margin-bottom: 0.75rem;
}
.about3 .history_swp .swiper-slide .c-div1 .c-sybBox {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}
.about3 .history_swp .swiper-slide .c-div1 .c-sybBox::before {
  content: '';
  position: absolute;
  width: 105%;
  height: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 50%;
}
.about3 .history_swp .swiper-slide .c-div1 .c-sybBox::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff7920;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 50%;
  transition: all 0.4s;
}
.about3 .history_swp .swiper-slide .c-div1 .c-sybBox .c-syb {
  width: 0.13rem;
  height: 0.13rem;
  background: #ccc;
  transition: all 0.4s;
  border-radius: 1000px;
  position: relative;
  z-index: 1;
}
.about3 .history_swp .swiper-slide .c-div1 .c-sybBox .c-syb::before {
  position: absolute;
  content: '';
  width: 0.28rem;
  height: 0.28rem;
  border: 1px solid #ccc;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.about3 .history_swp .swiper-slide .c-div2 {
  text-align: center;
  color: #333;
  font-weight: bold;
  opacity: 0;
  transition: all 0.4s;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .about3 .history_swp .swiper-slide .c-div2 {
    margin-top: 0.9rem;
  }
}
.about3 .history_swp .swiper-slide-active .c-div2 {
  opacity: 1;
}
.about3 .history_swp .swiper-slide-active .c-div1 .c-sybBox .c-syb {
  background: #ff7920;
}
.about3 .history_swp .swiper-slide-active .c-div1 .c-sybBox .c-syb::before {
  border-color: #ff7920;
}
.about3 .history_swp .swiper-slide-active .c-div1 .c-sybBox::after {
  animation: width2 5s linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.about3 .history_swp .swiper-slide-active .c-div1 .c-years {
  color: #ff7920;
}
.about3 .history_swp .swpBtnBox {
  position: absolute;
  top: 62.8%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .about3 .history_swp .swpBtnBox {
    top: 57.8%;
  }
}
@media (max-width: 991px) {
  .about3 .history_swp .swpBtnBox {
    top: 50.2%;
  }
}
@media (max-width: 767px) {
  .about3 .history_swp .swpBtnBox {
    top: 42%;
  }
}
.about3 .history_swp .swpBtnBox .swpBtn {
  display: flex;
  justify-content: space-between;
}
.about3 .history_swp .public-swpBtn {
  box-shadow: unset;
}
.yd-staffLegal {
  padding: 1.65rem 0 0;
  background: #f1f7f8;
}
.yd-staffLegal .public-title {
  margin-bottom: 0;
}
.yd-staffLegal .zz-ul {
  display: flex;
  width: 100%;
  margin-top: 0.45rem;
}
.yd-staffLegal .zz-ul .zz-li {
  width: 15.277%;
  position: relative;
  padding-bottom: 39%;
  height: 0;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  overflow: hidden;
  margin-right: 1.25%;
  background-size: cover;
  border-radius: 12px;
}
.yd-staffLegal .zz-ul .zz-li:last-child {
  margin-right: 0;
}
.yd-staffLegal .zz-ul .zz-li .public-img {
  width: 100%;
}
.yd-staffLegal .zz-ul .zz-li .public-img::before {
  padding-top: 70%;
}
.yd-staffLegal .zz-ul .zz-li .zz-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.8s;
}
.yd-staffLegal .zz-ul .zz-li .zz-mask2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
}
.yd-staffLegal .zz-ul .zz-li .zz-div1 {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0.6rem;
  font-weight: bold;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  align-items: flex-start;
  padding: 0 0.6rem;
  width: 100%;
  height: 100%;
  top: 110%;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
  padding: 0.5rem 0rem 0.55rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon img,
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
  width: 0.55rem;
  height: 0.55rem;
  min-width: 40px;
  min-height: 40px;
}
@media (max-width: 767px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon img,
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
    min-width: 0.8rem;
    min-height: 0.8rem;
  }
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
  color: #fff;
  font-weight: bold;
  margin: 0.15rem 0;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
  color: #fff;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
  max-height: 120px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: 180px;
  }
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: 235px;
  }
}
@media (max-width: 991px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: unset;
  }
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div3 {
  color: #fff;
}
.yd-staffLegal .zz-ul .zz-li:hover,
.yd-staffLegal .zz-ul .zz-li.on {
  width: 50%;
}
.yd-staffLegal .zz-ul .zz-li:hover .zz-div1,
.yd-staffLegal .zz-ul .zz-li.on .zz-div1 {
  opacity: 0;
}
.yd-staffLegal .zz-ul .zz-li:hover .zz-div2,
.yd-staffLegal .zz-ul .zz-li.on .zz-div2 {
  top: 0;
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li {
    padding-bottom: 44%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: 80%;
  }
  .yd-staffLegal .zz-ul .zz-li {
    width: 25%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    padding: 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .yd-staffLegal .zz-ul .zz-li {
    padding-bottom: 55%;
  }
}
@media (max-width: 767px) {
  .yd-staffLegal {
    padding: 0rem 0 0;
  }
  .yd-staffLegal .zz-ul {
    flex-direction: column;
    margin-top: 0.75rem;
  }
  .yd-staffLegal .zz-ul .zz-li {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 0.4rem;
  }
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li.on {
    width: 100%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 {
    padding: 0 0.5rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: calc(100% - 1rem);
  }
  .yd-staffLegal .zz-ul .zz-li {
    border-radius: 5px;
    background-image: unset !important;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box,
  .yd-staffLegal .zz-ul .zz-li .zz-div2,
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box:hover,
  .yd-staffLegal .zz-ul .zz-li .zz-div2:hover,
  .yd-staffLegal .zz-ul .zz-li .zz-div1:hover {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li {
    height: auto;
    padding-bottom: unset;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-mask,
  .yd-staffLegal .zz-ul .zz-li .zz-mask2,
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    display: none;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 {
    padding: 0;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0.6rem 0.4rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    margin-bottom: 0;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
    color: #333;
    font-size: 0.32rem;
    margin-top: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    color: #666;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
    border: 1px solid #ddd;
    border-radius: 1000px;
  }
}
.about5 {
  background: #f1f7f8;
  padding: 1.8rem 0 0;
}
@media (max-width: 767px) {
  .about5 {
    padding: 0.8rem 0 0;
  }
}
.about5 .zz-title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about5 .zz-title-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about5 .zz-title-box .swpNavBtn {
    margin-top: 0.3rem;
  }
}
.about5 .swpBox {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .about5 .swpBox {
    margin-top: 0.75rem;
  }
}
.about5 .swpNavBtn .public-btn {
  background: #fff;
  min-width: 1.6rem;
}
.about5 .swpNavBtn .public-btn:hover,
.about5 .swpNavBtn .public-btn.on {
  background: #ff7920;
}
.about5 .about5Swp {
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .about5 .about5Swp {
    padding-bottom: 1.4rem;
  }
}
.about5 .about5Swp:nth-of-type(1) {
  display: block;
}
.about5 .about5Swp .swiper-wrapper {
  align-items: stretch;
}
.about5 .about5Swp .swiper-slide {
  background: #fff;
  border-radius: 15px;
  cursor: pointer;
  height: auto;
}
.about5 .about5Swp .swiper-slide:hover .zz-imgbox::after {
  opacity: 1;
}
.about5 .about5Swp .swiper-slide:hover .zz-imgbox .zz-icon {
  opacity: 1;
}
.about5 .about5Swp .swiper-slide:hover .zz-imgbox .public-img::after {
  opacity: 1;
}
.about5 .about5Swp .swiper-slide .zz-imgbox {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
  padding: 0.45rem 0;
}
.about5 .about5Swp .swiper-slide .zz-imgbox .public-img {
  max-width: 70%;
  margin: 0 auto;
  max-height: 70%;
}
.about5 .about5Swp .swiper-slide .zz-imgbox .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.4s;
}
.about5 .about5Swp .swiper-slide .zz-imgbox .public-img::before {
  padding-top: 138.94%;
}
.about5 .about5Swp .swiper-slide .zz-imgbox .public-img img {
  object-fit: contain;
}
.about5 .about5Swp .swiper-slide .zz-imgbox .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  z-index: 6;
  width: auto;
  height: 0.35rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .about5 .about5Swp .swiper-slide .zz-imgbox .zz-icon {
    height: 0.4rem;
  }
}
.about5 .about5Swp .swiper-slide .zz-imgbox .zz-icon path {
  fill: #fff;
  opacity: 1;
}
.about5 .about5Swp .swiper-slide .zz-text {
  padding: 0.25rem;
  color: #333;
  text-align: center;
  min-height: 45px;
}
@media (max-width: 767px) {
  .about5 .about5Swp .swiper-slide .zz-text {
    min-height: unset;
    font-size: 0.26rem;
    min-height: 0.8rem;
  }
}
.about5 .about5Swp .swiper-button-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -0.8rem;
}
@media (max-width: 991px) {
  .about5 .about5Swp .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about5 .about5Swp .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: 36%;
    transform: unset;
  }
}
.about5 .about5Swp .swiper-button-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -0.8rem;
}
@media (max-width: 991px) {
  .about5 .about5Swp .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about5 .about5Swp .swiper-button-next {
    top: unset;
    bottom: 0;
    right: 36%;
    transform: unset;
  }
}
.about-bigBox2 {
  overflow: hidden;
}
.about6 {
  padding: 2.05rem 0 0;
  background: #f1f7f8;
}
@media (max-width: 767px) {
  .about6 {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
  }
}
.about6 .public-title {
  position: relative;
  z-index: 3;
}
.about6 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.45rem;
  align-items: stretch;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .about6 ul {
    margin-top: 0.75rem;
  }
}
.about6 ul li {
  width: 18.75%;
  margin-right: 1.56%;
  border-radius: 10px;
  margin-bottom: 0.2rem;
}
.about6 ul li:nth-of-type(5n+5) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .about6 ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.25rem;
  }
  .about6 ul li:nth-of-type(5n+5) {
    margin-right: 4%;
  }
  .about6 ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.about6 ul li .public-img {
  width: 100%;
  border-radius: inherit;
}
.about6 ul li .public-img::before {
  padding-top: 51.85%;
}
.about7 {
  padding: 1.65rem 0 3.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about7 {
    padding: 1.1rem 0 2.2rem;
  }
}
.about7 .zz-bg {
  position: absolute;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  bottom: -57%;
  left: 0;
}
@media (min-width: 2000px) {
  .about7 .zz-bg {
    bottom: -96%;
  }
}
@media (max-width: 1580px) {
  .about7 .zz-bg {
    bottom: -84%;
  }
}
@media (max-width: 1366px) {
  .about7 .zz-bg {
    bottom: -64%;
  }
}
@media (max-width: 991px) {
  .about7 .zz-bg {
    bottom: -20%;
  }
}
@media (max-width: 767px) {
  .about7 .zz-bg {
    bottom: 0;
  }
}
.about7 .public-title {
  width: 70.44%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .about7 .public-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .about7 .public-title {
    width: 100%;
  }
}
.about7 .zz-btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .about7 .zz-btn {
    margin-top: 0.75rem;
  }
}
.about7 .zz-btn .public-btn3:hover svg {
  opacity: 0;
}
.about7 .zz-btn .public-btn3:hover span {
  opacity: 1;
}
.about7 .zz-btn .public-btn3 svg {
  transition: all 0.4s;
}
.about7 .zz-btn .public-btn3 svg path {
  fill: #fff;
  opacity: 1;
}
.about7 .zz-btn .public-btn3 span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: all 0.4s;
  opacity: 0;
  z-index: 1;
}
.site-map {
  padding: 0.55rem 0 1.2rem;
}
@media (max-width: 767px) {
  .site-map {
    padding: 1.1rem 0;
  }
}
.site-map .map-ul {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .site-map .map-ul {
    margin-top: 0.75rem;
  }
}
.site-map .map-ul .map-li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.4rem;
  flex-direction: column;
  margin-bottom: 0.6rem;
}
.site-map .map-ul .map-li .zz-left {
  width: 100%;
}
@media (max-width: 1260px) {
  .site-map .map-ul .map-li .zz-left {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .site-map .map-ul .map-li .zz-left {
    font-size: 0.36rem;
  }
}
.site-map .map-ul .map-li .zz-left a {
  color: #333;
  padding-right: 20px;
  transition: all 0.3s;
  font-weight: bold;
}
.site-map .map-ul .map-li .zz-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .site-map .map-ul .map-li .zz-right {
    margin-top: 0.4rem;
  }
}
.site-map .map-ul .map-li .zz-right li {
  margin-bottom: 0.2rem;
  margin-right: 0.6rem;
}
@media (max-width: 1580px) {
}
.site-map .map-ul .map-li .zz-right a {
  color: #666;
  transition: all 0.4s;
}
.site-map .map-ul .map-li .zz-left a:hover,
.site-map .map-ul .map-li .zz-right a:hover {
  color: #ff7920;
}
@media (max-width: 767px) {
  .site-map {
    padding: 1rem 0 0.6rem;
  }
  .site-map .c-box {
    width: 100%;
  }
  .site-map .map-ul .map-li {
    flex-direction: column;
  }
  .site-map .map-ul .map-li .zz-left {
    width: 100%;
  }
  .site-map .map-ul .map-li .zz-right li {
    width: 50%;
    padding-right: 0.4rem;
  }
}
.privacy {
  margin-top: 1rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .privacy {
    margin-top: 1.1rem;
  }
}
.privacy .c-title-box {
  border-bottom: 2px solid #efefef;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .privacy .c-title-box {
    padding-bottom: 0.4rem;
  }
}
.privacy .c-date-box {
  display: flex;
  justify-content: flex-start;
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .privacy .c-date-box {
    margin-top: 0.2rem;
  }
}
.privacy .c-date-box .c-date1 {
  margin-right: 0.3rem;
}
.privacy .c-box {
  margin-top: 0.3rem;
  color: #666;
}
@media (max-width: 767px) {
  .privacy .c-box {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.zz-curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.zz-curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.zz-curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 55.72%;
  padding: 0.6rem 0.6rem;
  max-height: 90%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.zz-curtain .curtain_box::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.zz-curtain .curtain_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.zz-curtain .curtain_box::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ff7920;
}
@media (max-width: 1260px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  .zz-curtain .curtain_box {
    width: 90%;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
  .zz-curtain .curtain_box {
    width: 90%;
    max-height: 85%;
    padding: 0.6rem 0.4rem;
  }
}
.zz-curtain .curtain_box .close_tc {
  position: absolute;
  top: 0.25rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zz-curtain .curtain_box .close_tc:hover {
  transform: rotate(180deg);
}
.zz-curtain .curtain_box .close_tc img,
.zz-curtain .curtain_box .close_tc svg {
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .zz-curtain .curtain_box .close_tc img,
  .zz-curtain .curtain_box .close_tc svg {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.zz-curtain .curtain_box .curtain_title {
  width: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.zz-curtain .curtain_box .curtain_title .zz-img {
  position: absolute;
  left: 50%;
  height: 10px;
  bottom: -8px;
  transform: translateX(-50%);
}
.zz-curtain.zz-zixun .curtain_box .zz-div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .zz-curtain.zz-zixun .curtain_box .zz-div {
    flex-direction: column;
  }
}
.zz-curtain.zz-zixun .curtain_title {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .zz-curtain.zz-zixun .curtain_title {
    margin-bottom: 0.35rem;
  }
}
.zz-curtain.zz-zixun .curtain_title .zz-text {
  color: #666;
}
@media (max-width: 767px) {
  .zz-curtain.zz-zixun .curtain_title .zz-text {
    margin-top: 0.1rem;
  }
}
.zz-curtain.zz-zixun .zz-input {
  width: 48.93%;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  height: 0.6rem;
  min-height: 50px;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .zz-curtain.zz-zixun .zz-input {
    width: 100%;
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .zz-curtain.zz-zixun .zz-input {
    min-height: 0.9rem;
    margin-bottom: 0.3rem;
  }
}
.zz-curtain.zz-zixun .zz-input .inputTips {
  width: 75px;
  color: #333;
}
@media (max-width: 991px) {
  .zz-curtain.zz-zixun .zz-input .inputTips {
    width: 1.5rem;
  }
}
.zz-curtain.zz-zixun .zz-input .inputTips span {
  color: #ff0000;
}
.zz-curtain.zz-zixun .zz-input input {
  padding: 0 15px;
  flex: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .zz-curtain.zz-zixun .zz-input input {
    padding: 0 0.3rem;
  }
}
.zz-curtain.zz-zixun .zz-input input::-webkit-input-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-input input:-moz-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-input input::-moz-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-input input:-ms-input-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-textarea {
  position: relative;
  display: flex;
}
.zz-curtain.zz-zixun .zz-textarea textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 1.5rem;
  padding: 15px 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .zz-curtain.zz-zixun .zz-textarea textarea {
    height: 2.6rem;
    padding: 0.3rem 0.4rem;
  }
}
.zz-curtain.zz-zixun .zz-textarea textarea::-webkit-input-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-textarea textarea:-moz-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-textarea textarea::-moz-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-textarea textarea:-ms-input-placeholder {
  color: #999;
}
.zz-curtain.zz-zixun .zz-tips {
  color: #999;
  margin-top: 0.15rem;
}
.zz-curtain.zz-zixun .zz-tips a {
  color: #ff7920;
}
.zz-curtain.zz-zixun .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.zz-curtain.zz-zixun .btnBox .public-btn {
  min-width: 1.6rem;
  height: 0.5rem;
  border-color: #666;
}
@media (max-width: 991px) {
  .zz-curtain.zz-zixun .btnBox .public-btn {
    min-width: 2.6rem;
  }
}
.zz-curtain.zz-zixun .btnBox .public-btn .zz-span {
  color: #666;
}
.zz-curtain.zz-zixun .btnBox .public-btn:hover {
  border-color: #ff7920;
}
.zz-curtain.zz-zixun .btnBox .public-btn:hover .zz-span {
  color: #fff;
}
.drop-downBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #ededed;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.03);
}
.drop-downBox.on {
  top: 0;
}
.drop-downBox3 {
  height: 2.35rem;
  background: #fff;
  display: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  top: 0.8rem;
}
@media (max-width: 991px) {
  .drop-downBox3 {
    top: 1.2rem;
  }
}
.drop-downBox3 form {
  height: 100%;
}
.drop-downBox3 .drop-down {
  height: 100%;
}
.drop-downBox3 .drop-down .zz_w1440 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.drop-downBox3 .drop-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.drop-downBox3 .drop-search-box {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 1000px;
  height: 0.6rem;
  width: 12rem;
  display: flex;
}
.drop-downBox3 .drop-search-box input {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  flex: 1;
  padding-left: 0.3rem;
}
.drop-downBox3 .drop-search-box input::-webkit-input-placeholder {
  color: #999;
}
.drop-downBox3 .drop-search-box input:-moz-placeholder {
  color: #999;
}
.drop-downBox3 .drop-search-box input::-moz-placeholder {
  color: #999;
}
.drop-downBox3 .drop-search-box input:-ms-input-placeholder {
  color: #999;
}
.drop-downBox3 .drop-search-box .zz-btn {
  width: 0.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-downBox3 .drop-search-box .zz-btn img,
.drop-downBox3 .drop-search-box .zz-btn svg {
  width: 0.18rem;
}
.drop-downBox3 .drop-search-box .zz-btn img path,
.drop-downBox3 .drop-search-box .zz-btn svg path {
  fill: #333 !important;
}
.drop-downBox3 .zz-close {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.drop-downBox3 .zz-close:hover img,
.drop-downBox3 .zz-close:hover svg {
  transform: rotate(180deg);
}
.drop-downBox3 .zz-close img,
.drop-downBox3 .zz-close svg {
  height: 0.2rem;
  width: auto;
  transition: all 0.4s;
}
.drop-downBox3 .drop-box2 {
  display: flex;
  line-height: 1.5;
  margin-top: 0.25rem;
}
.drop-downBox3 .drop-box2 .zz-t {
  color: #333;
}
.drop-downBox3 .drop-box2 .zz-ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 0.35em;
  margin-left: 0.35rem;
}
.drop-downBox3 .drop-box2 .zz-ul li {
  margin-right: 0.5rem;
}
.drop-downBox3 .drop-box2 .zz-ul li a {
  color: #666 !important;
}
.drop-downBox3 .drop-box2 .zz-ul li a:hover {
  color: #ff7920 !important;
}
.drop-downBox1 {
  display: none;
}
.drop-downBox2 {
  display: none;
}
.drop-downBox1,
.drop-downBox2 {
  background: #fff;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.drop-downBox1 .zz-close,
.drop-downBox2 .zz-close {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.2rem;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-downBox1 .zz-close:hover img,
.drop-downBox2 .zz-close:hover img,
.drop-downBox1 .zz-close:hover svg,
.drop-downBox2 .zz-close:hover svg {
  transform: rotate(180deg);
}
.drop-downBox1 .zz-close img,
.drop-downBox2 .zz-close img,
.drop-downBox1 .zz-close svg,
.drop-downBox2 .zz-close svg {
  transition: all 0.4s;
}
.drop-downBox1 .zz_w1440,
.drop-downBox2 .zz_w1440 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.drop-downBox1 .drop-tips,
.drop-downBox2 .drop-tips {
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0 0.55rem;
}
.drop-downBox1 .drop-tips .zz-a,
.drop-downBox2 .drop-tips .zz-a {
  color: #666 !important;
}
.drop-downBox1 .drop-tips .zz-a:hover span,
.drop-downBox2 .drop-tips .zz-a:hover span {
  color: #ff7920;
}
.drop-downBox1 .drop-tips .zz-a:hover img path,
.drop-downBox2 .drop-tips .zz-a:hover img path,
.drop-downBox1 .drop-tips .zz-a:hover svg path,
.drop-downBox2 .drop-tips .zz-a:hover svg path {
  fill: #ff7920;
}
.drop-downBox1 .drop-tips .zz-a span,
.drop-downBox2 .drop-tips .zz-a span {
  margin-right: 10px;
  transition: all 0.4s;
}
.drop-downBox1 .drop-tips .zz-a img path,
.drop-downBox2 .drop-tips .zz-a img path,
.drop-downBox1 .drop-tips .zz-a svg path,
.drop-downBox2 .drop-tips .zz-a svg path {
  transition: all 0.4s;
}
.drop-downBox1 .drop-ulBox,
.drop-downBox2 .drop-ulBox {
  height: calc(100% - 2.65rem);
  position: relative;
  display: flex;
  align-items: flex-start;
}
.drop-downBox1 .drop-ul2,
.drop-downBox2 .drop-ul2 {
  position: relative;
  height: 100%;
  flex: 1;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 205px;
}
.drop-downBox1 .drop-ul2::-webkit-scrollbar,
.drop-downBox2 .drop-ul2::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .drop-ul2::-webkit-scrollbar-track,
.drop-downBox2 .drop-ul2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.drop-downBox1 .drop-ul2::-webkit-scrollbar-thumb,
.drop-downBox2 .drop-ul2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ff7920;
}
.drop-downBox1 .drop-ul2 .drop-li2,
.drop-downBox2 .drop-ul2 .drop-li2 {
  display: none;
}
.drop-downBox1 .drop-ul2 .drop-li2:nth-of-type(1),
.drop-downBox2 .drop-ul2 .drop-li2:nth-of-type(1) {
  display: block;
}
.drop-downBox1 .drop-ul2 .drop-li2 .zz-boxs,
.drop-downBox2 .drop-ul2 .drop-li2 .zz-boxs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.drop-downBox1 .drop-ul2 .drop-li2 .drop-list,
.drop-downBox2 .drop-ul2 .drop-li2 .drop-list {
  padding-left: 0.8rem;
  margin-bottom: 0.15rem;
  line-height: 1.5;
  text-align: left;
}
.drop-downBox1 .drop-ul2 .drop-li2 .drop-list a,
.drop-downBox2 .drop-ul2 .drop-li2 .drop-list a {
  display: inline-block;
  line-height: 1.5;
  color: #fff !important;
  transition: all 0.4s;
  text-align: left;
  background-color: #3d656d;
  padding: 0.06rem 0.15rem;
  font-size: 24px;
  border-radius: 10px;
  margin-bottom: 0.08rem;
}
@media (max-width: 1580px) {
  .drop-downBox1 .drop-ul2 .drop-li2 .drop-list a,
  .drop-downBox2 .drop-ul2 .drop-li2 .drop-list a {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .drop-downBox1 .drop-ul2 .drop-li2 .drop-list a,
  .drop-downBox2 .drop-ul2 .drop-li2 .drop-list a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .drop-downBox1 .drop-ul2 .drop-li2 .drop-list a,
  .drop-downBox2 .drop-ul2 .drop-li2 .drop-list a {
    font-size: 0.3rem;
  }
}
.drop-downBox1 .drop-ul2 .drop-li2 .drop-list a:hover,
.drop-downBox2 .drop-ul2 .drop-li2 .drop-list a:hover {
  color: #ff7920 !important;
}
.drop-downBox1 .drop-ul2 .drop-list2,
.drop-downBox2 .drop-ul2 .drop-list2 {
  padding-right: 0;
  width: 22.87%;
  margin-right: 2.83%;
  margin-bottom: 0.6rem;
}
@media (max-width: 1580px) {
}
.drop-downBox1 .drop-ul2 .drop-list2:nth-of-type(4n+4),
.drop-downBox2 .drop-ul2 .drop-list2:nth-of-type(4n+4) {
  margin-right: 0;
}
.drop-downBox1 .drop-ul2 .drop-list2 a:hover .zz-text,
.drop-downBox2 .drop-ul2 .drop-list2 a:hover .zz-text {
  color: #ff7920;
}
.drop-downBox1 .drop-ul2 .drop-list2 a .zz-text,
.drop-downBox2 .drop-ul2 .drop-list2 a .zz-text {
  color: #666;
  transition: all 0.4s;
  margin-top: 5px;
}
.drop-downBox1 .drop-ul2 .drop-list2 .public-img,
.drop-downBox2 .drop-ul2 .drop-list2 .public-img {
  width: 100%;
}
.drop-downBox1 .drop-ul2 .drop-list2 .public-img::before,
.drop-downBox2 .drop-ul2 .drop-list2 .public-img::before {
  padding-top: 53.48%;
}
.drop-downBox1 .zz-cbtn,
.drop-downBox2 .zz-cbtn {
  position: absolute;
  width: 205px;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.drop-downBox1 .zz-cbtn .zz-a,
.drop-downBox2 .zz-cbtn .zz-a {
  background: #fff2e9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  padding: 0.12rem 0.2rem;
  min-height: 45px;
}
.drop-downBox1 .zz-cbtn .zz-a:nth-of-type(1) .zz-icon img,
.drop-downBox2 .zz-cbtn .zz-a:nth-of-type(1) .zz-icon img,
.drop-downBox1 .zz-cbtn .zz-a:nth-of-type(1) .zz-icon svg,
.drop-downBox2 .zz-cbtn .zz-a:nth-of-type(1) .zz-icon svg {
  height: 0.3rem;
}
.drop-downBox1 .zz-cbtn .zz-a .zz-icon,
.drop-downBox2 .zz-cbtn .zz-a .zz-icon {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 1000px;
  background: #ff7920;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-downBox1 .zz-cbtn .zz-a .zz-icon img,
.drop-downBox2 .zz-cbtn .zz-a .zz-icon img,
.drop-downBox1 .zz-cbtn .zz-a .zz-icon svg,
.drop-downBox2 .zz-cbtn .zz-a .zz-icon svg {
  width: auto;
  height: 0.2rem;
}
.drop-downBox1 .zz-cbtn .zz-a .zz-icon img path,
.drop-downBox2 .zz-cbtn .zz-a .zz-icon img path,
.drop-downBox1 .zz-cbtn .zz-a .zz-icon svg path,
.drop-downBox2 .zz-cbtn .zz-a .zz-icon svg path {
  fill: #fff;
  opacity: 1;
}
.drop-downBox1 .zz-cbtn .zz-a .zz-text,
.drop-downBox2 .zz-cbtn .zz-a .zz-text {
  color: #ff7920;
}
@media (max-width: 1580px) {
  .drop-downBox1 .zz-cbtn .zz-a .zz-text,
  .drop-downBox2 .zz-cbtn .zz-a .zz-text {
    font-size: 14px;
  }
}
.drop-downBox1 a,
.drop-downBox2 a {
  line-height: 1.5;
}
.drop-downBox1 .drop-ul1,
.drop-downBox2 .drop-ul1 {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  width: 34.72%;
}
.drop-downBox1 .drop-ul1::-webkit-scrollbar,
.drop-downBox2 .drop-ul1::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .drop-ul1::-webkit-scrollbar-track,
.drop-downBox2 .drop-ul1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.drop-downBox1 .drop-ul1::-webkit-scrollbar-thumb,
.drop-downBox2 .drop-ul1::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ff7920;
}
.drop-downBox1 .drop-ul1::before,
.drop-downBox2 .drop-ul1::before {
  content: '';
  position: absolute;
  height: 75%;
  width: 1px;
  background: #f8f8f8;
  left: 34.72%;
}
.drop-downBox1 .drop-li1,
.drop-downBox2 .drop-li1 {
  margin-bottom: 0.2rem;
  width: 100%;
}
.drop-downBox1 .drop-li1:last-child,
.drop-downBox2 .drop-li1:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .drop-li1 .li1-box,
.drop-downBox2 .drop-li1 .li1-box {
  width: 100%;
}
.drop-downBox1 .drop-li1 .li1-box .zz-a,
.drop-downBox2 .drop-li1 .li1-box .zz-a {
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
}
.drop-downBox1 .drop-li1 .li1-box .zz-a:hover,
.drop-downBox2 .drop-li1 .li1-box .zz-a:hover,
.drop-downBox1 .drop-li1 .li1-box .zz-a.on,
.drop-downBox2 .drop-li1 .li1-box .zz-a.on {
  background: #ff7920;
}
.drop-downBox1 .drop-li1 .li1-box .zz-a:hover .public-img img,
.drop-downBox2 .drop-li1 .li1-box .zz-a:hover .public-img img,
.drop-downBox1 .drop-li1 .li1-box .zz-a.on .public-img img,
.drop-downBox2 .drop-li1 .li1-box .zz-a.on .public-img img {
  transform: scale(1.05);
}
.drop-downBox1 .drop-li1 .li1-box .zz-a:hover .zz-cont .h3,
.drop-downBox2 .drop-li1 .li1-box .zz-a:hover .zz-cont .h3,
.drop-downBox1 .drop-li1 .li1-box .zz-a.on .zz-cont .h3,
.drop-downBox2 .drop-li1 .li1-box .zz-a.on .zz-cont .h3 {
  color: #fff;
}
.drop-downBox1 .drop-li1 .li1-box .zz-a:hover .zz-cont .zz-icon path,
.drop-downBox2 .drop-li1 .li1-box .zz-a:hover .zz-cont .zz-icon path,
.drop-downBox1 .drop-li1 .li1-box .zz-a.on .zz-cont .zz-icon path,
.drop-downBox2 .drop-li1 .li1-box .zz-a.on .zz-cont .zz-icon path {
  fill: #fff;
}
.drop-downBox1 .drop-li1 .li1-box .zz-a:hover .zz-cont .zz-icon circle,
.drop-downBox2 .drop-li1 .li1-box .zz-a:hover .zz-cont .zz-icon circle,
.drop-downBox1 .drop-li1 .li1-box .zz-a.on .zz-cont .zz-icon circle,
.drop-downBox2 .drop-li1 .li1-box .zz-a.on .zz-cont .zz-icon circle {
  stroke: #fff;
}
.drop-downBox1 .drop-li1 .li1-box .public-img,
.drop-downBox2 .drop-li1 .li1-box .public-img {
  width: 42.85%;
  border-radius: inherit;
}
.drop-downBox1 .drop-li1 .li1-box .public-img img,
.drop-downBox2 .drop-li1 .li1-box .public-img img {
  border-radius: inherit;
  transition: all 0.8s;
}
.drop-downBox1 .drop-li1 .li1-box .zz-cont,
.drop-downBox2 .drop-li1 .li1-box .zz-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 0 0.3rem;
}
.drop-downBox1 .drop-li1 .li1-box .zz-cont .h3,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .h3 {
  color: #333;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
  padding-right: 0.3rem;
  text-align: left;
}
@media (max-width: 1580px) {
  .drop-downBox1 .drop-li1 .li1-box .zz-cont .h3,
  .drop-downBox2 .drop-li1 .li1-box .zz-cont .h3 {
    font-size: 14px;
  }
}
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
}
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon img,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon img,
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon svg,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon svg {
  width: 100%;
  height: 100%;
}
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon img path,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon img path,
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon svg path,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon svg path {
  fill: #777;
  transition: all 0.4s;
}
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon img circle,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon img circle,
.drop-downBox1 .drop-li1 .li1-box .zz-cont .zz-icon svg circle,
.drop-downBox2 .drop-li1 .li1-box .zz-cont .zz-icon svg circle {
  stroke: #777;
  transition: all 0.4s;
}
.drop-downBox2 {
  padding-top: 0.6rem;
}
.drop-downBox2 .drop-ulBox {
  height: 84%;
}
.drop-downBox2 .drop-ul2 {
  padding-right: 0;
}
.drop-downBox2 .drop-ul2 .drop-li2 .zz-boxs {
  padding-left: 5px;
}
#c-header .c-nav2 .zz-search {
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 0.8rem;
  display: flex;
  padding: 0 0.4rem;
}
#c-header .c-nav2 .zz-search .zz-box {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 1000px;
  justify-content: space-between;
  margin-top: 0.6rem;
}
#c-header .c-nav2 .zz-search .zz-box input {
  flex: 1;
  padding: 0 0.4rem;
}
#c-header .c-nav2 .zz-search .zz-box .zz-btn {
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-nav2 .zz-search .zz-box .zz-btn img,
#c-header .c-nav2 .zz-search .zz-box .zz-btn svg {
  width: 0.3rem;
  height: 0.3rem;
}
#c-header .c-nav2 .zz-area {
  display: flex;
  justify-content: center;
  color: #999;
  margin-top: 0.8rem;
}
#c-header .c-nav2 .zz-area a {
  color: #666;
}
#c-header .c-nav2 .zz-area span {
  margin: 0 0.3rem;
}
@keyframes openAni1 {
  0% {
    stroke-dashoffset: 300%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@keyframes openAni2 {
  0% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes openAni3 {
  0% {
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
}
@keyframes openAni4 {
  0% {
    width: 0;
  }
  100% {
    width: 13.11%;
  }
}
@keyframes showHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    z-index: -100;
  }
}
.open-aniBox {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s;
}
.open-aniBox.hide {
  opacity: 0;
  height: 0;
  z-index: -100;
}
.open-aniBox .zz-box {
  display: flex;
  align-items: center;
}
.open-aniBox .zz-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.open-aniBox .zz-left {
  transform: translateX(75px);
  transition: all 0.2s;
  animation-name: openAni2;
  animation-delay: 1.6s;
  animation-iteration-count: 1;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.open-aniBox .zz-right {
  margin-left: 20px;
  height: 41px;
  width: 130px;
  transition: all 0.4s;
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  position: relative;
  z-index: 1;
  animation-name: openAni3;
  animation-delay: 2.3s;
  animation-iteration-count: 1;
  transform-origin: center bottom;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
.open-aniBox .zz-right .zz-i {
  display: inline-flex;
  position: absolute;
  width: 0;
  height: 5px;
  background: #e60012;
  top: 0;
  left: 61.9%;
  opacity: 0.95;
  transition: all 0.4s;
  animation-name: openAni4;
  animation-delay: 3s;
  animation-iteration-count: 1;
  transform-origin: center bottom;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.open-aniBox .zz-right img {
  height: 100%;
  width: 100%;
}
.open-aniBox .zz-boxs {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.open-aniBox .zz-boxs .zz-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.open-aniBox .zz-boxs .zz-img path {
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  animation-name: openAni1;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.open-aniBox .zz-boxs .zz-link {
  position: absolute;
  width: 26px;
  height: 6px;
  background: #fff;
  left: 20%;
}
.open-aniBox .zz-boxs .zz-link1 {
  top: 23%;
}
.open-aniBox .zz-boxs .zz-link2 {
  transform: rotate(-41deg);
  top: 44%;
  left: 17%;
}
.open-aniBox .zz-boxs .zz-link3 {
  top: 67%;
}
.open-aniBox .zz-boxs .zz-div1 {
  height: 100%;
  width: 20px;
  background: #005bac;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.open-aniBox .zz-boxs .zz-div2 {
  height: 100%;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.open-aniBox .zz-boxs .zz-div2 i {
  width: 100%;
  height: 2px;
  background: #e60012;
}
