.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;
}
@-webkit-keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp2 {
  animation: fadeInUp2 2s forwards;
}
.scaleDraw {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes myrotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes myrotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes jump {
    50% {
      transform: translateY(10px);
    }
  }
  @keyframes jump {
    50% {
      transform: translateY(10px);
    }
  }
}
@-webkit-keyframes jump2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes jump2 {
    50% {
      transform: translateY(5px);
    }
  }
  @keyframes jump2 {
    50% {
      transform: translateY(5px);
    }
  }
}
@-webkit-keyframes jump3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes jump3 {
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes jump3 {
    50% {
      transform: translateY(-10px);
    }
  }
}
@-webkit-keyframes jump4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes jump4 {
    50% {
      transform: translateY(10px);
    }
  }
  @keyframes jump4 {
    50% {
      transform: translateY(10px);
    }
  }
}
@-webkit-keyframes jump5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes trantale1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.4rem, -0.4rem);
  }
  50% {
    transform: translate(0.6rem, -0.6rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.4rem, -0.4rem);
  }
  50% {
    transform: translate(0.6rem, -0.6rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes trantale2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.8rem, -0.8rem);
  }
  50% {
    transform: translate(1rem, 1rem);
  }
  75% {
    transform: translate(0.8rem, 0.8rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.8rem, -0.8rem);
  }
  50% {
    transform: translate(1rem, 1rem);
  }
  75% {
    transform: translate(0.8rem, 0.8rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale3 {
  form {
    -webkit-transform-origin: 40%;
    transform-origin: 40%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform-origin: 40%;
    transform-origin: 40%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes trantale4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0.2rem, -0.2rem);
  }
  50% {
    transform: translate(0.2rem, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0.2rem, -0.2rem);
  }
  50% {
    transform: translate(0.2rem, -0.2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes trantale5 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.4rem, -0.4rem);
  }
  50% {
    transform: translate(0.6rem, -0.6rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale5 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.4rem, -0.4rem);
  }
  50% {
    transform: translate(0.6rem, -0.6rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale6 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.1rem, -0.1rem);
  }
  50% {
    transform: translate(0.1rem, -0.1rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale7 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-60%, 0.1rem);
  }
  50% {
    transform: translate(-40%, -0.1rem);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes round2 {
  0% {
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6);
  }
}
@keyframes scaleAni {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0% 0 0 0);
  }
}
.scaleAni {
  animation-name: scaleAni;
  -webkit-animation-name: scaleAni;
  animation-iteration-count: 1;
  transform-origin: center bottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(0.6rem);
    -webkit-transform: translateX(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(0.6rem);
    -webkit-transform: translateX(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
.fadeleft {
  animation-name: fadeleft;
  -webkit-animation-name: fadeleft;
}
@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
@-webkit-keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
.faderight {
  animation-name: faderight;
  -webkit-animation-name: faderight;
}
@keyframes yunAni1 {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes yunAni2 {
  0% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.font38 {
  font-size: 38px;
}
@media (max-width: 1580px) {
  .font38 {
    font-size: 36px;
  }
}
@media (max-width: 1260px) {
  .font38 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font12 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .font12 {
    font-size: 0.24rem;
  }
}
.zz-public-btn {
  display: inline-flex;
  min-height: 40px;
  min-width: 120px;
  padding: 0.15rem 0.4rem;
  background: #005dff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.zz-public-btn span {
  color: #fff;
}
.zz-public-btn img,
.zz-public-btn svg {
  width: 5px;
  height: auto;
  margin-left: 10px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .zz-public-btn img,
  .zz-public-btn svg {
    width: 0.1rem;
    margin-left: 0.2rem;
  }
}
.zz-public-btn img path,
.zz-public-btn svg path {
  fill: #fff;
}
.zz-public-btn:hover {
  background: rgba(0, 93, 255, 0.8);
}
.zz-public-btn:hover img,
.zz-public-btn:hover svg {
  transform: translateX(5px);
}
.zz-public-btn2 {
  display: flex;
  padding: 6px 10px;
  background: #e8f0ff;
  border-radius: 5px;
  color: #005dff;
  transition: all 0.4s;
}
.public-swpBtn {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  background: #f2f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.public-swpBtn svg {
  width: 10px;
}
@media (max-width: 1580px) {
  .public-swpBtn svg {
    width: 7px;
  }
}
@media (max-width: 767px) {
  .public-swpBtn svg {
    width: 0.3rem;
  }
}
.public-swpBtn svg path {
  fill: #005dff;
  transition: all 0.4s;
}
.public-swpBtn:hover {
  opacity: 1;
}
.public-swpBtn:hover svg path {
  fill: #fff;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 1024px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 0.8rem;
  text-align: center;
  color: #000;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #000;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1.1rem;
}
@media (max-width: 1260px) {
  #c-header .container {
    padding: 0;
    width: 90%;
  }
}
@media (max-width: 1024px) {
  #c-header .container {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 0rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -0.81rem;
}
@media (max-width: 1024px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.z-style2 a {
  color: #fff;
}
#c-header.z-style2 .c-logo .c-img-box img path,
#c-header.z-style2 .c-logo .c-img-box svg path {
  fill: #fff;
}
#c-header.z-style2 .c-logo .c-img-box .cls-2 {
  fill: #0fa4ff;
}
#c-header.z-style2 .c-switch i {
  background: #fff;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img,
#c-header .c-logo .c-img-box svg {
  height: 25px;
  width: auto;
}
#c-header .c-logo .c-img-box img path,
#c-header .c-logo .c-img-box svg path {
  fill: #000;
}
@media (max-width: 1024px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.4rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.4rem;
    width: auto;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2),
#c-header .c-logo .c-img-box svg:nth-child(2) {
  display: none;
}
#c-header .c-logo .c-img-box .cls-2 {
  fill: #0fa4ff;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-right: 2.3rem;
}
@media (max-width: 1300px) {
  #c-header .c-nav {
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.6rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #005dff;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 102%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 10px;
}
#c-header .c-nav ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  top: -2%;
  left: 0;
  z-index: -1;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0.15rem 0.2rem;
  color: #333;
  transition: all 0.4s;
  line-height: 1.5;
  border-radius: 5px;
  white-space: nowrap;
}
#c-header .c-nav ul li a:hover {
  background: #f7f7f7;
  color: #005dff;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #005dff;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #005dff !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005dff;
}
#c-header .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2 .zz-btn {
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding-top: 0.8rem;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .zz-public-btn {
  line-height: 1;
  padding: 0.15rem 0.34rem;
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #005dff !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #005dff;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #005dff;
}
/* 底部 */
#c-footer {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
#c-footer a {
  color: #999;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #005dff;
}
#c-footer .c-top-box {
  padding: 1.2rem 0 20px;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1.2rem 0 1rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container {
    flex-direction: column;
  }
}
#c-footer .c-top-box .container .c-text-wrap {
  width: 350px;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #005dff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-text-box {
  margin-top: 0.35rem;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-text-box .zz-lis {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box .zz-lis {
    margin-bottom: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-text-box .zz-lis:nth-of-type(1) .zz-l {
  margin-top: 4px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box .zz-lis:nth-of-type(1) .zz-l {
    margin-top: 2px;
  }
}
#c-footer .c-top-box .container .c-text-box .zz-lis:nth-of-type(1) .zz-r {
  color: #005dff;
}
#c-footer .c-top-box .container .c-text-box .zz-lis .zz-l {
  color: #fff;
}
#c-footer .c-top-box .container .c-text-box .zz-lis .zz-r {
  flex: 1;
}
#c-footer .c-top-box .container .c-text-box .zz-lis .zz-r .zz-text {
  margin-bottom: 0;
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #005dff;
}
@media (max-width: 1024px) {
  #c-footer .c-top-box .container .c-text-wrap {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    margin-bottom: 0;
  }
}
#c-footer .c-top-box .container .c-text-wrap .ft-lg {
  height: 0.25rem;
  min-height: 18px;
  width: auto;
  display: flex;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .ft-lg {
    height: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .ft-lg a {
  display: flex;
  height: 100%;
  width: auto;
  align-items: flex-start;
}
#c-footer .c-top-box .container .c-text-wrap .ft-lg img,
#c-footer .c-top-box .container .c-text-wrap .ft-lg svg {
  height: 100%;
  width: auto;
}
#c-footer .c-top-box .container .c-text-wrap .ft-lg img path,
#c-footer .c-top-box .container .c-text-wrap .ft-lg svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-text-wrap .zz-ul1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
#c-footer .c-top-box .container .c-text-wrap .zz-ul1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
#c-footer .c-top-box .container .c-text-wrap .zz-ul1 li:last-child {
  margin-right: 0;
}
#c-footer .c-top-box .container .c-text-wrap .zz-ul1 li .zz-imgbox {
  width: 105px;
  height: 105px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .zz-ul1 li .zz-imgbox {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .zz-ul1 li .zz-imgbox img {
  width: 100%;
  height: 100%;
}
#c-footer .c-top-box .container .c-text-wrap .zz-ul1 li .zz-text {
  text-align: center;
  margin-top: 0.1rem;
  color: rgba(234, 234, 234, 0.5);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap .zz-ul1 li .zz-text {
    margin-top: 0.2rem;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    padding: 0.4rem 0 0.8rem;
  }
}
#c-footer .c-bottom-box .container a {
  color: rgba(255, 255, 255, 0.2);
}
#c-footer .c-bottom-box .container a:hover {
  color: #005dff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
  color: rgba(255, 255, 255, 0.2);
}
#c-footer .c-bottom-box .c-support {
  color: rgba(255, 255, 255, 0.2);
}
#c-footer .c-bottom-box .c-support a {
  display: inline-flex;
  color: #999;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
#c-footer .c-bottom-box .c-support a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #005dff;
  transition: all 0.4s;
}
#c-footer .c-bottom-box .c-support a:hover {
  color: #005dff;
}
#c-footer .c-bottom-box .c-support a:hover::before {
  width: 100%;
}
#c-footer .c-bottom-box .c-support span {
  margin: 0 0.15rem;
}
#c-footer .zz-ft-info .zz-ul1 {
  display: flex;
  flex-wrap: wrap;
}
#c-footer .zz-ft-info .zz-ul1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
#c-footer .zz-ft-info .zz-ul1 li:last-child {
  margin-right: 0;
}
#c-footer .zz-ft-info .zz-ul1 li .zz-imgbox {
  width: 105px;
  height: 105px;
}
@media (max-width: 767px) {
  #c-footer .zz-ft-info .zz-ul1 li .zz-imgbox {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#c-footer .zz-ft-info .zz-ul1 li .zz-imgbox img {
  width: 100%;
  height: 100%;
}
#c-footer .zz-ft-info .zz-ul1 li .zz-text {
  text-align: center;
  margin-top: 0.1rem;
  color: rgba(234, 234, 234, 0.5);
}
@media (max-width: 767px) {
  #c-footer .zz-ft-info .zz-ul1 li .zz-text {
    margin-top: 0.2rem;
  }
}
#c-footer .zz-ft-info .zz-ul2 {
  display: flex;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  #c-footer .zz-ft-info .zz-ul2 {
    margin-top: 0.65rem;
    padding-bottom: 0.3rem;
  }
}
#c-footer .zz-ft-info .zz-ul2 li {
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}
#c-footer .zz-ft-info .zz-ul2 li:last-child {
  margin-right: 0;
}
.zz-public-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zz-public-title .h2 {
  color: #000;
  line-height: 1.2;
  text-align: center;
}
.zz-public-title .zz-text {
  color: #666;
  margin-top: 0.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .zz-public-title .zz-text {
    margin-top: 0.25rem;
  }
}
.zz-public-title .zz-tips {
  color: #666;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .zz-public-title .zz-tips {
    margin-bottom: 0.3rem;
  }
}
.zz-public-title.zz-public-title2 {
  align-items: flex-start;
}
.zz-public-title.zz-public-title2 .h2,
.zz-public-title.zz-public-title2 .zz-text,
.zz-public-title.zz-public-title2 .zz-tips {
  text-align: left;
}
.sy-sec1 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sy-sec1 {
    height: 68vh;
  }
}
.sy-sec1 .sy-sec1Swp {
  height: 100%;
}
.sy-sec1 .sy-sec1Swp .swiper-slide .swpVideo {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
}
.sy-sec1 .sy-sec1Swp .swiper-slide::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 2;
}
.sy-sec1 .sy-sec1Swp .swiper-slide.on .zz-box {
  justify-content: center;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide.on .zz-box {
    justify-content: flex-start;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide.on .zz-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide.on .zz-cont .h2 {
    text-align: center;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .container {
    padding: 0;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.2rem;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .bgimg {
    z-index: 3;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont {
  width: 70%;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont {
    width: 100%;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont .zz-tips {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-flex;
  color: #fff;
  padding: 0.1rem 0.7rem 0.1rem 0.15rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont .zz-tips {
    margin-bottom: 0.4rem;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont .h2 {
  line-height: 1.2;
  color: #000;
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont .zz-btn {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-cont .zz-btn {
    margin-top: 0.8rem;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-right {
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-right {
    width: 55%;
    padding: 0;
    margin-top: 0.3rem;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-right .zz-imgbox {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  padding: 0.3rem 0.25rem;
  position: relative;
  z-index: 1;
  height: 0;
  width: 100%;
  padding-bottom: 134%;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-right .zz-imgbox {
    width: 50%;
    padding-bottom: 67%;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-right .zz-imgbox .bgimg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 52.5%;
  left: 52.5%;
  transform: translate(-50%, -50%);
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-right .public-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-right .public-img::before {
  padding-bottom: 42%;
}
.sy-sec1 .sy-sec1Swp .swiper-slide .zz-btn {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-slide .zz-btn {
    margin-top: 0.75rem;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-slide-next {
  z-index: 1;
}
.sy-sec1 .sy-sec1Swp .swiper-container {
  z-index: 10;
  height: 100%;
}
.sy-sec1 .sy-sec1Swp .public-swpBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  opacity: 0.3;
}
.sy-sec1 .sy-sec1Swp .public-swpBtn:hover {
  opacity: 1;
}
.sy-sec1 .sy-sec1Swp .public-swpBtn:hover img path,
.sy-sec1 .sy-sec1Swp .public-swpBtn:hover svg path {
  fill: #fff;
}
.sy-sec1 .sy-sec1Swp .public-swpBtn img,
.sy-sec1 .sy-sec1Swp .public-swpBtn svg {
  width: 0.15rem;
  min-width: 12px;
}
.sy-sec1 .sy-sec1Swp .public-swpBtn img path,
.sy-sec1 .sy-sec1Swp .public-swpBtn svg path {
  fill: #fff;
}
.sy-sec1 .sy-sec1Swp .swiper-button-disabled {
  opacity: 0;
}
.sy-sec1 .sy-sec1Swp .swiper-button-prev {
  left: 0.6rem;
}
@media (max-width: 1366px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-prev {
    left: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-prev {
    left: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-prev {
    left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-prev {
    display: none;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-button-next {
  left: unset;
  right: 0.6rem;
}
@media (max-width: 1366px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-next {
    right: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-next {
    right: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-next {
    right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .sy-sec1 .sy-sec1Swp .swiper-button-next {
    display: none;
  }
}
.sy-sec1 .sy-sec1Swp .swiper-pagination {
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sy-sec1 .sy-sec1Swp .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
  margin: 0 5px;
  height: 3px;
  opacity: 1;
  transition: all 0.4s;
  background: rgba(221, 221, 221, 0.3);
  position: relative;
  z-index: 1;
}
.sy-sec1 .sy-sec1Swp .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, #1592fe, #1bb9ff, #21e0ff);
  transition: all 0.4s;
  opacity: 0;
  top: 0;
  left: 0;
}
.sy-sec1 .sy-sec1Swp .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
}
.sy-sec1 .sy-sec1Swp .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.sy-sec2 {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
}
.sy-sec2 .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy-sec2 .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sy-sec2 .container {
    align-items: flex-start;
  }
}
.sy-sec2 .h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .sy-sec2 .h2 {
    padding-top: 1.1rem;
  }
}
.sy-sec2 li {
  position: absolute;
  z-index: 2;
  height: 0;
}
.sy-sec2 li .zz-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sy-sec2 li .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy-sec2 li .zz-icon {
  position: relative;
  z-index: 3;
}
.sy-sec2 li .zz-text {
  position: relative;
  z-index: 3;
  color: #fff;
  transform: translateY(-2%);
}
.sy-sec2 li:nth-of-type(1) {
  width: 20.7%;
  padding-bottom: 20.7%;
  top: 14.43%;
  left: 47.65%;
  animation: jump 4s ease-out infinite;
  -webkit-animation: jump 4s ease-out infinite;
}
@media (max-width: 1366px) {
  .sy-sec2 li:nth-of-type(1) {
    left: 50.65%;
    top: 5.43%;
  }
}
@media (max-width: 1024px) {
  .sy-sec2 li:nth-of-type(1) {
    width: 24%;
    padding-bottom: 24%;
    top: 18.43%;
  }
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(1) {
    width: 50%;
    padding-bottom: 50%;
    left: 7.65%;
    top: 17.43%;
  }
}
.sy-sec2 li:nth-of-type(1) .zz-icon {
  transform: translate(-4%, 12%);
  width: 64%;
}
.sy-sec2 li:nth-of-type(1) .zz-text {
  transform: translateY(-45%);
}
.sy-sec2 li:nth-of-type(1) .bgimg {
  animation: myrotate-left 20s infinite linear;
}
.sy-sec2 li:nth-of-type(2) {
  width: 13%;
  padding-bottom: 13%;
  top: 23.74%;
  left: 74.26%;
  animation: jump 4.5s ease-out infinite;
  -webkit-animation: jump 4.5s ease-out infinite;
}
@media (max-width: 1366px) {
  .sy-sec2 li:nth-of-type(2) {
    width: 16%;
    padding-bottom: 16%;
    top: 20.74%;
  }
}
@media (max-width: 1024px) {
  .sy-sec2 li:nth-of-type(2) {
    top: 36.74%;
    width: 18%;
    padding-bottom: 18%;
  }
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(2) {
    width: 35%;
    padding-bottom: 35%;
    left: 60%;
    top: 32.74%;
  }
}
.sy-sec2 li:nth-of-type(2) .zz-icon {
  transform: translate(-4%, 8%);
  width: 53%;
}
@media (max-width: 1024px) {
  .sy-sec2 li:nth-of-type(2) .zz-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(2) .zz-text {
    font-size: 0.24rem;
  }
}
.sy-sec2 li:nth-of-type(2) .bgimg {
  animation: myrotate-right 25s infinite linear;
}
.sy-sec2 li:nth-of-type(3) {
  width: 13%;
  padding-bottom: 13%;
  top: 61.85%;
  left: 36.7%;
  animation: jump 5.5s ease-out infinite;
  -webkit-animation: jump 5.5s ease-out infinite;
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(3) {
    width: 31%;
    padding-bottom: 31%;
    top: 73.85%;
    left: 3%;
  }
}
.sy-sec2 li:nth-of-type(3) .zz-icon {
  transform: translate(3%, 8%);
  width: 47%;
}
.sy-sec2 li:nth-of-type(3) .bgimg {
  animation: myrotate-left 30s infinite linear;
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(3) .zz-text {
    font-size: 0.24rem;
  }
}
.sy-sec2 li:nth-of-type(4) {
  width: 17%;
  padding-bottom: 17%;
  top: 57.73%;
  left: 61.45%;
  animation: jump 5s ease-out infinite;
  -webkit-animation: jump 5s ease-out infinite;
}
@media (max-width: 1366px) {
  .sy-sec2 li:nth-of-type(4) {
    top: 53.73%;
  }
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(4) {
    width: 40%;
    padding-bottom: 40%;
    left: 35.45%;
    top: 53.73%;
  }
}
.sy-sec2 li:nth-of-type(4) .zz-icon {
  transform: translate(3%, 8%);
  width: 47%;
}
.sy-sec2 li:nth-of-type(4) .bgimg {
  animation: myrotate-right 35s infinite linear;
}
.sy-sec2 li:nth-of-type(5) {
  animation: jump 3.5s ease-out infinite;
  -webkit-animation: jump 3.5s ease-out infinite;
  width: 12%;
  padding-bottom: 12%;
  top: 67.73%;
  left: 84.45%;
}
@media (max-width: 1366px) {
  .sy-sec2 li:nth-of-type(5) {
    width: 14%;
    padding-bottom: 14%;
    left: 83%;
    top: 62.73%;
  }
}
@media (max-width: 1024px) {
  .sy-sec2 li:nth-of-type(5) {
    width: 16%;
    padding-bottom: 16%;
  }
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(5) {
    width: 36%;
    padding-bottom: 36%;
    left: 60%;
    top: 77%;
  }
}
.sy-sec2 li:nth-of-type(5) .zz-icon {
  transform: translate(3%, 8%);
  width: 47%;
}
@media (max-width: 1366px) {
  .sy-sec2 li:nth-of-type(5) .zz-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy-sec2 li:nth-of-type(5) .zz-text {
    font-size: 0.24rem;
  }
}
.sy-sec2 li:nth-of-type(5) .bgimg {
  animation: myrotate-left 40s infinite linear;
}
.sy-sec3 {
  position: relative;
  z-index: 1;
  padding: 1.85rem 0 1.1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .sy-sec3 {
    padding: 1.1rem 0 0.8rem;
    background-size: cover;
  }
}
.sy-sec3 .zz-img1 {
  position: absolute;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  top: -23%;
  left: -11%;
  -webkit-animation: trantale1 10s 0.5s linear infinite;
  animation: trantale1 10s 0.5s linear infinite;
  z-index: -1;
}
.sy-sec3 .zz-img1 img {
  animation: myrotate-left 30s infinite linear;
}
.sy-sec3 .zz-img2 {
  position: absolute;
  width: 3%;
  height: 0;
  padding-bottom: 3%;
  -webkit-animation: trantale1 10s 0.5s linear infinite;
  animation: trantale1 10s 0.5s linear infinite;
  top: 18.5%;
  left: 82.29%;
  z-index: -1;
}
.sy-sec3 .zz-img2 img {
  animation: myrotate-left 30s infinite linear;
}
.sy-sec3 .zz-img3 {
  position: absolute;
  width: 1.8%;
  height: 0;
  padding-bottom: 1.8%;
  -webkit-animation: trantale1 10s 0.5s linear infinite;
  animation: trantale1 10s 0.5s linear infinite;
  top: 27.5%;
  left: 36.29%;
  z-index: -1;
  opacity: 0.4;
}
.sy-sec3 .zz-img3 img {
  animation: myrotate-right 20s infinite linear;
}
.sy-sec3 .zz-img4 {
  position: absolute;
  width: 2.5%;
  height: 0;
  padding-bottom: 2.5%;
  -webkit-animation: trantale1 10s 0.5s linear infinite;
  animation: trantale1 10s 0.5s linear infinite;
  top: 56.5%;
  left: 25.29%;
  z-index: 10;
  opacity: 0.4;
  pointer-events: none;
}
.sy-sec3 .zz-img4 img {
  animation: myrotate-left 20s infinite linear;
}
.sy-sec3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy-sec3 .container {
    flex-direction: column;
  }
}
.sy-sec3 .container .wap-h2 {
  margin-bottom: 0.6rem;
}
.sy-sec3 .zz-left {
  width: 23.92%;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-left {
    width: 100%;
    order: 0;
  }
}
.sy-sec3 .zz-right {
  width: 23.92%;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-right {
    width: 100%;
    order: 1;
  }
}
.sy-sec3 .zz-zhong {
  width: 34.28%;
  position: relative;
  z-index: 1;
  animation: jump 5s ease-out infinite;
  -webkit-animation: jump 5s ease-out infinite;
}
@media (max-width: 767px) {
  .sy-sec3 .zz-zhong {
    width: 70%;
    margin: 0 auto;
    order: 2;
    margin-top: 0.5rem;
    display: none;
  }
}
.sy-sec3 .zz-zhong .public-img {
  width: 100%;
}
.sy-sec3 .zz-zhong .public-img::before {
  padding-top: 71%;
}
.sy-sec3 .zz-zhong .zz-cont {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) {
  .sy-sec3 .zz-zhong .zz-cont .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-zhong .zz-cont .h2 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .sy-sec3 .zz-zhong .zz-cont .zz-text {
    margin-top: 0.1rem;
  }
}
.sy-sec3 ul {
  width: 100%;
}
.sy-sec3 ul li {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 0.35rem;
}
.sy-sec3 ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sy-sec3 ul li {
    margin-bottom: 0.4rem;
  }
  .sy-sec3 ul li:last-child {
    margin-bottom: 0.4rem;
  }
}
.sy-sec3 ul li:hover .zz-imgbox {
  border-color: #005dff;
}
.sy-sec3 ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border-radius: inherit;
}
.sy-sec3 ul li .zz-title {
  background-image: linear-gradient(-70deg, #009eff, #0043df);
  background-image: -o-linear-gradient(-70deg, #009eff, #0043df);
  background-image: -moz-linear-gradient(-70deg, #009eff, #0043df);
  background-image: -webkit-linear-gradient(-70deg, #009eff, #0043df);
  color: #fff;
  text-align: center;
  padding: 0.25rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 1580px) {
  .sy-sec3 ul li .zz-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy-sec3 ul li .zz-title {
    padding: 0.35rem 0.25rem 0.4rem;
  }
}
.sy-sec3 ul li .zz-imgbox {
  border: 1px solid #fff;
  background: #e5f3ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.sy-sec3 ul li .zz-imgbox .public-img {
  width: 100%;
}
.sy-sec3 ul li .zz-imgbox .public-img::before {
  padding-top: 36%;
}
.sy-sec3 ul li .zz-imgbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/zz-26.png');
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 1;
}
.sy-sec3 ul li .zz-imgbox img {
  z-index: 2;
}
.sy-sec3 ul li.on {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .sy-sec3 ul li.on {
    display: none;
  }
}
.sy-sec3 ul li.on:hover .zz-imgbox {
  border-color: #fff;
}
.sy-sec3 ul li.on .zz-imgbox {
  text-align: center;
  color: #333;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .sy-sec3 ul li.on .zz-imgbox {
    padding: 0.8rem 0;
  }
}
.sy-sec4 {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.6rem 0 1.4rem;
}
@media (max-width: 767px) {
  .sy-sec4 {
    padding: 1.2rem 0;
  }
}
.sy-sec4 .bgimg1 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sy-sec4 .bgimg2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sy-sec4 .bgimg2 .zz-img1 {
  position: absolute;
  top: 0%;
  animation: yunAni1 15s linear infinite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy-sec4 .bgimg2 .zz-img2 {
  position: absolute;
  top: 100%;
  animation: yunAni2 15s linear infinite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy-sec4 .bgimg2 .zz-img3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sy-sec4 .zz-contBox {
  position: relative;
  z-index: 5;
}
.sy-sec4 .zz-contBox .zz-imgbox1 {
  width: 54.28%;
  margin: 0 auto;
  clip-path: inset(100% 0 0 0);
  transition: all 1.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767px) {
  .sy-sec4 .zz-contBox .zz-imgbox1 {
    width: 100%;
  }
}
.sy-sec4 .zz-contBox .zz-imgbox1.on {
  clip-path: inset(0% 0 0 0);
}
.sy-sec4 .zz-contBox .zz-imgbox1 .public-img {
  width: 100%;
}
.sy-sec4 .zz-contBox .zz-imgbox1 .public-img::before {
  padding-top: 30.26%;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-contBox .zz-imgbox1 .public-img::before {
    padding-top: 48.93%;
  }
}
.sy-sec4 .zz-contBox .zz-imgbox1 .public-img img {
  object-fit: unset;
}
.sy-sec4 .zz-contBox .zz-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-contBox .zz-cont {
    margin-top: 0.6rem;
    margin-bottom: 0.7rem;
  }
}
.sy-sec4 .zz-contBox .zz-cont .zz-text {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-contBox .zz-cont .zz-text {
    margin-top: 0.1rem;
  }
}
.sy-sec4 .zz-contBox .zz-imgbox2 {
  width: 100%;
  margin: 0 auto;
  clip-path: inset(0% 0 100% 0);
  transition: all 1.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767px) {
}
.sy-sec4 .zz-contBox .zz-imgbox2.on {
  clip-path: inset(0 0 0 0);
}
.sy-sec4 .zz-contBox .zz-imgbox2 .public-img {
  width: 100%;
}
.sy-sec4 .zz-contBox .zz-imgbox2 .public-img::before {
  padding-top: 21.43%;
}
@media (max-width: 767px) {
  .sy-sec4 .zz-contBox .zz-imgbox2 .public-img::before {
    padding-top: 69.33%;
  }
}
.sy-sec4 .zz-contBox .zz-imgbox2 .public-img img {
  object-fit: unset;
}
.sy-sec4 .zz-contBox .zz-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sy-sec4 .zz-contBox .zz-ul li {
  padding: 0.2rem;
  border: 1px solid #fff;
  background-image: linear-gradient(to bottom, #e7f0ff, #f4f8ff, #fff);
  box-shadow: 0 3px 20px rgba(72, 127, 181, 0.1);
  border-radius: 8px;
  text-align: center;
  color: #333;
  margin: 0.15rem 0.1rem;
  font-size: 0.24rem;
}
.sy-sec4 .zz-contBox .zz-ul1 li {
  margin: 0.15rem 0.2rem;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
}
.sy-sec5 {
  padding: 1.1rem 0 2.7rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .sy-sec5 {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .sy-sec5 {
    padding-bottom: 0.6rem;
  }
}
.sy-sec5 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sy-sec5 .zz-box1 {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 13px rgba(37, 159, 251, 0.1);
  padding: 15px 30px;
}
.sy-sec5 .zz-box1 li {
  display: flex;
  align-items: center;
}
.sy-sec5 .zz-bigbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2.85rem;
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-bigbox {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .sy-sec5 .zz-bigbox {
    margin-top: 1.2rem;
  }
}
.sy-sec5 .zz-bigbox .zz-box {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  border-radius: 1000px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-bigbox .zz-box {
    width: 65%;
    padding-bottom: 65%;
  }
}
.sy-sec5 .zz-bigbox .zz-box .public-img {
  position: absolute;
  width: 146%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: rotate 6s infinite linear alternate;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-bigbox .zz-box .public-img {
    width: 170%;
  }
}
.sy-sec5 .zz-bigbox .zz-box .public-img.public-img2 {
  z-index: 3;
  animation: unset;
}
.sy-sec5 .zz-bigbox .zz-box .zz-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 5;
  letter-spacing: 4px;
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-bigbox .zz-box .zz-text {
    font-size: 18px;
  }
}
.sy-sec5 .zz-bigbox .zz-box .x-i i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0px 0px 1rem 0px #0084ff;
}
.sy-sec5 .zz-bigbox .zz-box .x-i i:nth-child(1) {
  animation: round2 6s linear infinite;
}
.sy-sec5 .zz-bigbox .zz-box .x-i i:nth-child(2) {
  animation: round2 6s 1.2s linear infinite;
}
.sy-sec5 .zz-bigbox .zz-box .x-i i:nth-child(3) {
  animation: round2 6s 2.4s linear infinite;
}
.sy-sec5 .zz-bigbox .zz-box .x-i i:nth-child(4) {
  animation: round2 6s 3.6s linear infinite;
}
.sy-sec5 .zz-bigbox .zz-box .x-i i:nth-child(5) {
  animation: round2 6s 4.8s linear infinite;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-ul {
    margin-top: 0.8rem;
    display: flex;
    flex-direction: column;
  }
}
.sy-sec5 .zz-li {
  position: absolute;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li {
    position: relative;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    transform: unset !important;
    min-width: unset !important;
    display: flex;
    width: 100% !important;
    margin-bottom: 0.6rem;
    flex-direction: column;
  }
  .sy-sec5 .zz-li .zz-text {
    min-width: 1.8rem;
    padding-top: 0.1rem;
  }
  .sy-sec5 .zz-li .zz-boxs {
    position: relative !important;
    transform: unset !important;
    flex: 1;
    justify-content: flex-start !important;
    padding: 0.4rem 0.3rem 0.2rem !important;
    padding-bottom: 0 !important;
  }
  .sy-sec5 .zz-li:nth-of-type(1) {
    order: 0;
  }
  .sy-sec5 .zz-li:nth-of-type(6) {
    order: 1;
  }
  .sy-sec5 .zz-li:nth-of-type(2) {
    order: 2;
  }
  .sy-sec5 .zz-li:nth-of-type(5) {
    order: 3;
  }
  .sy-sec5 .zz-li:nth-of-type(3) {
    order: 4;
  }
  .sy-sec5 .zz-li:nth-of-type(4) {
    order: 5;
  }
}
.sy-sec5 .zz-li .zz-boxs {
  display: flex;
  width: 100%;
  position: absolute;
  background: #fff;
  justify-content: center;
  box-shadow: 0 5px 13px rgba(37, 159, 251, 0.1);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li .zz-boxs {
    margin-top: 0.3rem;
  }
}
.sy-sec5 .zz-li .zz-boxs::before {
  content: '';
  position: absolute;
  border: 16px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li .zz-boxs::before {
    content: unset;
  }
}
.sy-sec5 .zz-li .zz-boxs .zz-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li .zz-boxs .zz-list {
    margin-bottom: 0.35rem;
  }
}
.sy-sec5 .zz-li .zz-text {
  color: #005dff !important;
}
.sy-sec5 .zz-li .zz-p1 {
  height: 0.4rem;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li .zz-p1 {
    height: 0.6rem;
  }
}
.sy-sec5 .zz-li .zz-p1 img,
.sy-sec5 .zz-li .zz-p1 svg {
  height: 100%;
  width: auto;
}
.sy-sec5 .zz-li .zz-p2 {
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li .zz-p2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li .zz-p2 {
    font-size: 0.28rem;
  }
}
.sy-sec5 .zz-li .zz-list {
  margin-right: 0.35rem;
}
.sy-sec5 .zz-li .zz-list:last-child {
  margin-right: 0;
}
.sy-sec5 .zz-li1 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 110%;
  min-width: 780px;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li1 {
    min-width: 700px;
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li1 {
    bottom: 116%;
  }
}
.sy-sec5 .zz-li1 .zz-boxs {
  transform: translateY(-125%);
  padding: 0.15rem 0.3rem 0rem;
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li1 .zz-boxs {
    transform: translateY(-130%);
  }
}
.sy-sec5 .zz-li1 .zz-boxs::before {
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.sy-sec5 .zz-li2 {
  min-width: 200px;
  left: 153%;
  top: 14%;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li2 {
    min-width: 180px;
  }
}
@media (max-width: 1260px) {
  .sy-sec5 .zz-li2 {
    left: 130%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li2 {
    left: 155%;
  }
}
.sy-sec5 .zz-li2 .zz-boxs {
  left: 80%;
  transform: translateY(-25%);
  padding: 0.2rem 0.25rem 0;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li2 .zz-boxs {
    min-width: 180px;
    transform: translateY(-35%);
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li2 .zz-boxs {
    left: 85%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li2 .zz-boxs {
    left: 0;
    transform: translateY(43%);
  }
}
@media (max-width: 767px) {
}
.sy-sec5 .zz-li2 .zz-boxs::before {
  left: -25px;
  top: 5%;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li2 .zz-boxs::before {
    bottom: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    top: unset;
  }
}
.sy-sec5 .zz-li3 {
  min-width: 250px;
  left: 105%;
  top: 74%;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li3 {
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li3 {
    left: 115%;
  }
}
.sy-sec5 .zz-li3 .zz-boxs {
  left: 69%;
  transform: translateY(-25%);
  padding: 0.2rem 0.25rem 0;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li3 .zz-boxs {
    min-width: 180px;
    transform: translateY(-35%);
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li3 .zz-boxs {
    left: 75%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li3 .zz-boxs {
    left: 0;
    transform: translateY(43%);
  }
}
.sy-sec5 .zz-li3 .zz-boxs::before {
  left: -25px;
  top: 5%;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li3 .zz-boxs::before {
    bottom: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    top: unset;
  }
}
.sy-sec5 .zz-li4 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
  min-width: 15rem;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li4 {
    min-width: 17rem;
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li4 {
    bottom: -17%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li4 {
    min-width: 11rem;
  }
}
.sy-sec5 .zz-li4 .zz-boxs {
  transform: translateY(45%);
  padding: 0.15rem 0.3rem 0;
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li4 .zz-boxs {
    transform: translateY(55%);
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li4 .zz-boxs {
    transform: translateY(36%);
  }
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li4 .zz-boxs {
    padding-top: 0.2rem;
    padding-bottom: 0;
  }
}
.sy-sec5 .zz-li4 .zz-boxs::before {
  bottom: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li4 .zz-boxs::before {
    bottom: 55%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li4 .zz-boxs::before {
    bottom: 74%;
  }
}
.sy-sec5 .zz-li5 {
  min-width: 370px;
  left: -105%;
  top: 74%;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li5 {
    min-width: 290px;
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li5 {
    left: -98%;
  }
}
@media (max-width: 1260px) {
  .sy-sec5 .zz-li5 {
    left: -85%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li5 {
    width: 270px;
    left: -135%;
  }
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li5 {
    left: -160%;
  }
}
.sy-sec5 .zz-li5 .zz-boxs {
  left: -70%;
  padding: 0.2rem 0.25rem 0;
  transform: translateY(-25%);
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li5 .zz-boxs {
    transform: translateY(-35%);
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li5 .zz-boxs {
    left: -77%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li5 .zz-boxs {
    left: 0;
    transform: translateY(43%);
  }
}
@media (max-width: 767px) {
  .sy-sec5 .zz-li5 .zz-boxs {
    padding-bottom: 0;
  }
}
.sy-sec5 .zz-li5 .zz-boxs::before {
  left: 98%;
  top: 5%;
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li5 .zz-boxs::before {
    bottom: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    top: unset;
  }
}
.sy-sec5 .zz-li6 {
  min-width: 155px;
  left: -46%;
  top: 11%;
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li6 {
    min-width: 135px;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li6 {
    left: -86%;
  }
}
.sy-sec5 .zz-li6 .zz-boxs {
  left: -90%;
  padding: 0.2rem 0.25rem 0;
  transform: translateY(-25%);
}
@media (max-width: 1580px) {
  .sy-sec5 .zz-li6 .zz-boxs {
    transform: translateY(-35%);
  }
}
@media (max-width: 1366px) {
  .sy-sec5 .zz-li6 .zz-boxs {
    left: -100%;
  }
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li6 .zz-boxs {
    left: 0;
    transform: translateY(43%);
  }
}
.sy-sec5 .zz-li6 .zz-boxs::before {
  left: 95%;
  top: 5%;
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .sy-sec5 .zz-li6 .zz-boxs::before {
    bottom: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    top: unset;
  }
}
.sy-sec6 {
  background: #f5fafe;
  padding: 1.3rem 0 1.2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sy-sec6 {
    padding: 1.1rem 0 1.2rem;
  }
}
.sy-sec6 .bgimg1 {
  position: absolute;
  width: 15.62%;
  height: auto;
  top: 2.5%;
  left: -5%;
  z-index: -1;
  animation: trantale5 10s linear 0.5s infinite;
}
.sy-sec6 .bgimg2 {
  position: absolute;
  animation: trantale1 10s linear 0.5s infinite;
  width: 29%;
  right: 0%;
  bottom: -39%;
  z-index: -1;
}
.sy-sec6 .sec6Swp {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .sy-sec6 .sec6Swp {
    margin-top: 0.8rem;
  }
}
.sy-sec6 .swiper-slide .zz-box1 {
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(-70deg, #009eff, #0043df);
  background-image: -o-linear-gradient(-70deg, #009eff, #0043df);
  background-image: -moz-linear-gradient(-70deg, #009eff, #0043df);
  background-image: -webkit-linear-gradient(-70deg, #009eff, #0043df);
}
.sy-sec6 .swiper-slide .zz-box1 a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.4rem 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy-sec6 .swiper-slide .zz-box1 a {
    padding: 0.55rem 0.4rem 0.65rem;
  }
}
.sy-sec6 .swiper-slide .zz-box1:hover .zz-btn {
  color: #fff;
}
.sy-sec6 .swiper-slide .zz-box1 .zz-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sy-sec6 .swiper-slide .zz-box1 .h3 {
  color: #fff;
  line-height: 1.2;
}
.sy-sec6 .swiper-slide .zz-box1 .zz-btn {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
  transition: all 0.4s;
}
.sy-sec6 .swiper-slide .zz-box1 .zz-right {
  height: 1.3rem;
  width: auto;
  display: flex;
  align-items: center;
}
.sy-sec6 .swiper-slide .zz-box1 .zz-right img,
.sy-sec6 .swiper-slide .zz-box1 .zz-right svg {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.sy-sec6 .swiper-slide .zz-box2 {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.4s;
  transform: translateY(-15px);
}
.sy-sec6 .swiper-slide .zz-box2:hover .h4 {
  color: #005dff;
}
.sy-sec6 .swiper-slide .zz-box2:hover .zz-btn img,
.sy-sec6 .swiper-slide .zz-box2:hover .zz-btn svg {
  transform: translateX(5px);
}
.sy-sec6 .swiper-slide .zz-box2 a {
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.4rem 0.45rem;
}
@media (max-width: 767px) {
  .sy-sec6 .swiper-slide .zz-box2 a {
    padding: 0.6rem 0.4rem;
  }
}
.sy-sec6 .swiper-slide .zz-box2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.35rem;
  top: 0;
  left: 0;
  background: url('../images/zz-47.png');
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sy-sec6 .swiper-slide .zz-box2 .zz-boxs,
.sy-sec6 .swiper-slide .zz-box2 .zz-btn {
  position: relative;
  z-index: 2;
}
.sy-sec6 .swiper-slide .zz-box2 .zz-date {
  color: #333;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .sy-sec6 .swiper-slide .zz-box2 .zz-date {
    margin-bottom: 0.3rem;
  }
}
.sy-sec6 .swiper-slide .zz-box2 .h4 {
  line-height: 1.36363636em;
  color: #333;
  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: 2.72em;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .sy-sec6 .swiper-slide .zz-box2 .h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sy-sec6 .swiper-slide .zz-box2 .h4 {
    font-size: 0.32rem;
  }
}
.sy-sec6 .swiper-slide .zz-box2 .zz-text {
  color: #999;
  line-height: 1.42857143em;
  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: 2.85em;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .sy-sec6 .swiper-slide .zz-box2 .zz-text {
    margin-top: 0.35rem;
  }
}
.sy-sec6 .swiper-slide .zz-box2 .zz-btn {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .sy-sec6 .swiper-slide .zz-box2 .zz-btn {
    justify-content: flex-start;
  }
}
.sy-sec6 .swiper-slide .zz-box2 .zz-btn span {
  color: #005dff;
}
.sy-sec6 .swiper-slide .zz-box2 .zz-btn img,
.sy-sec6 .swiper-slide .zz-box2 .zz-btn svg {
  height: 10px;
  margin-left: 10px;
  transition: all 0.4s;
}
.sy-sec6 .swiper-slide .zz-box2 .zz-btn img path,
.sy-sec6 .swiper-slide .zz-box2 .zz-btn svg path {
  fill: #005dff;
}
.sy-sec6 .zz-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .sy-sec6 .zz-btn {
    margin-top: 0.45rem;
  }
}
.sy-sec7 {
  padding: 1.7rem 0 1.7rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sy-sec7 {
    padding: 1.1rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .sy-sec7 .container {
    display: flex;
    flex-direction: column;
  }
}
.sy-sec7 .zz-imgbox {
  position: absolute;
  width: 50%;
  top: 13%;
  right: 1.5%;
  z-index: 1;
}
@media (max-width: 767px) {
  .sy-sec7 .zz-imgbox {
    position: absolute;
    width: 100%;
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.6rem;
    opacity: 0.6;
  }
}
.sy-sec7 .zz-imgbox .zz-img1 {
  width: 100%;
}
.sy-sec7 .zz-imgbox .zz-img2 {
  width: 100%;
  position: absolute;
  top: -9%;
  left: 0;
}
@media (max-width: 767px) {
  .sy-sec7 .zz-imgbox .zz-img2 {
    background-image: unset;
  }
}
.sy-sec7 .zz-imgbox .zz-img2 img {
  clip-path: inset(100% 0 0 0);
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1.4);
}
.sy-sec7 .zz-imgbox .bgimg3 {
  position: absolute;
  width: 100%;
  height: 67.75%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff, #fff);
  z-index: 4;
}
.sy-sec7 .zz-ul1 {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-top: 0.7rem;
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .sy-sec7 .zz-ul1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.sy-sec7 .zz-ul1 li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .sy-sec7 .zz-ul1 li {
    padding-right: 0.4rem;
    margin-bottom: 0.8rem;
  }
}
.sy-sec7 .zz-ul1 li .zz-l {
  line-height: 1;
  color: #005dff;
}
@media (max-width: 767px) {
  .sy-sec7 .zz-ul1 li .zz-l {
    min-width: 0.5rem;
    font-size: 0.7rem;
  }
}
.sy-sec7 .zz-ul1 li .zz-r {
  margin-left: 0.15rem;
}
@media (max-width: 767px) {
  .sy-sec7 .zz-ul1 li .zz-r {
    margin-left: 0.3rem;
  }
}
.sy-sec7 .zz-ul1 li .zz-r .zz-p1 {
  color: #005dff;
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
.sy-sec7 .sec7Swp {
  margin-top: 1.4rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .sy-sec7 .sec7Swp {
    margin-top: 0.2rem;
  }
}
.sy-sec7 .swiper-container {
  overflow: unset;
}
.sy-sec7 .swiper-slide {
  transition: all 0.4s;
}
@media (min-width: 1025px) {
  .sy-sec7 .swiper-slide.on {
    transform: translateY(-10px);
  }
}
.sy-sec7 .swiper-slide.on a {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .sy-sec7 .swiper-slide.on .zz-text .zz-span1 {
    transform: translateY(-0.1rem);
  }
  .sy-sec7 .swiper-slide.on .zz-text .zz-span1::before {
    width: 100%;
  }
  .sy-sec7 .swiper-slide.on .zz-text .zz-span2 {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .sy-sec7 .swiper-slide.on .zz-text .zz-span1 {
    color: #005dff;
  }
  .sy-sec7 .swiper-slide.on .zz-text .zz-span1::before {
    width: 100%;
    background: #005dff;
  }
}
.sy-sec7 .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: auto;
}
.sy-sec7 .swiper-slide .zz-text {
  width: 100%;
  padding: 0.35rem 0.4rem;
  border: 1px solid #fff;
  background-image: linear-gradient(to bottom, #e7f0ff, #f4f8ff, #fff);
  box-shadow: 0 3px 20px rgba(72, 127, 181, 0.1);
  border-radius: 8px;
  text-align: center;
  color: #333;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .sy-sec7 .swiper-slide .zz-text {
    padding: 0.45rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .sy-sec7 .swiper-slide .zz-text {
    padding: 0.2rem 0.3rem;
  }
}
.sy-sec7 .swiper-slide .zz-text .zz-span1 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sy-sec7 .swiper-slide .zz-text .zz-span1 {
    font-size: 0.28rem;
  }
}
.sy-sec7 .swiper-slide .zz-text .zz-span1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #333;
  transition: all 0.4s;
}
.sy-sec7 .swiper-slide .zz-text .zz-span2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
  opacity: 0;
  color: #666;
  transition: all 0.4s;
}
.sy-sec7 .bgimg1 {
  position: absolute;
  width: 14.32%;
  left: 0;
  bottom: 0;
  z-index: 5;
  height: 40%;
}
@media (max-width: 767px) {
  .sy-sec7 .bgimg1 {
    height: 20%;
  }
}
.sy-sec7 .bgimg2 {
  position: absolute;
  width: 14.32%;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 40%;
}
@media (max-width: 767px) {
  .sy-sec7 .bgimg2 {
    height: 20%;
  }
}
.nance {
  padding: 1.3rem 0 2rem;
}
@media (max-width: 767px) {
  .nance {
    padding: 0.8rem 0 1.1rem;
  }
}
.nance .zz-title-box {
  width: 61.42%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nance .zz-title-box {
    width: 100%;
  }
}
.nance .zz-title-box .h2 {
  color: #000;
  line-height: 1.2;
}
.nance .zz-title-box .zz-tips {
  color: #666;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .nance .zz-title-box .zz-tips {
    margin-top: 0.4rem;
  }
}
.nance .zz-box {
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin-top: 0.75rem;
}
@media (max-width: 1024px) {
  .nance .zz-box {
    flex-direction: column;
  }
}
.nance .zz-box .h3 {
  margin-bottom: 0.65rem;
}
@media (max-width: 767px) {
  .nance .zz-box .h3 {
    margin-bottom: 0.4rem;
  }
}
.nance .zz-box .zz-left {
  width: 50%;
  padding: 0.35rem 0.4rem 0.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .nance .zz-box .zz-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nance .zz-box .zz-left {
    padding: 0.6rem 0.4rem 0.4rem;
  }
}
.nance .zz-box .zz-left::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 53%;
  background: #d8d9dc;
}
@media (max-width: 1024px) {
  .nance .zz-box .zz-left::before {
    width: calc(100% - 0.8rem);
    height: 1px;
    top: unset;
    transform: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.nance .zz-box .zz-left li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .nance .zz-box .zz-left li {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.nance .zz-box .zz-left li .zz-l {
  color: #333;
  width: 2.2rem;
  min-width: 160px;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .nance .zz-box .zz-left li .zz-l {
    width: 100%;
  }
}
.nance .zz-box .zz-left li .zz-r {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
}
@media (max-width: 767px) {
  .nance .zz-box .zz-left li .zz-r {
    margin-top: 0.1rem;
  }
}
.nance .zz-box .zz-left li .zz-r .zz-lis {
  margin-right: 0.4rem;
  margin-bottom: 0.15rem;
}
.nance .zz-box .zz-left li .zz-r .zz-lis:last-child {
  margin-right: 0;
}
.nance .zz-box .zz-right {
  width: 50%;
  padding: 0.35rem 0.95rem 0.7rem;
}
@media (max-width: 1024px) {
  .nance .zz-box .zz-right {
    width: 100%;
    padding: 0.7rem 0.4rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .nance .zz-box .zz-right {
    padding-bottom: 0.2rem;
  }
}
.nance .zz-box .zz-right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .nance .zz-box .zz-right ul li {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .nance .zz-box .zz-right ul li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
}
.nance .zz-box .zz-right ul li .zz-p1 {
  flex: 0.47;
  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;
}
@media (max-width: 767px) {
  .nance .zz-box .zz-right ul li .zz-p1 {
    flex: 1;
    padding-right: 0;
    -webkit-line-clamp: unset;
    height: auto;
    font-size: 0.28rem;
  }
}
.nance .zz-box .zz-right ul li .zz-p2 {
  flex: 0.42;
  padding-right: 0.3rem;
  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;
}
@media (max-width: 767px) {
  .nance .zz-box .zz-right ul li .zz-p2 {
    flex: 1;
    font-size: 0.24rem;
    -webkit-line-clamp: unset;
    height: auto;
    color: #999;
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .nance .zz-box .zz-right ul li .zz-btn {
    margin-top: 0.2rem;
  }
}
.nance .zz-box .zz-right ul li .zz-btn a {
  display: flex;
  padding: 6px 10px;
  background: #e8f0ff;
  border-radius: 5px;
  color: #005dff;
  transition: all 0.4s;
}
.nance .zz-box .zz-right ul li .zz-btn a:hover {
  background: #005dff;
  color: #fff;
}
.notice {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .notice {
    padding: 0.8rem 0rem;
  }
}
.notice .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .notice .container {
    flex-direction: column;
  }
}
.notice .zz-public-title {
  width: 27.5%;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .notice .zz-public-title {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.notice .zz-ul {
  width: 72.5%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .notice .zz-ul {
    width: 100%;
  }
}
.notice .zz-ul li {
  width: 48.67%;
  margin-right: 2.66%;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  border: 1px solid #e5e5e5;
  transition: all 0.4s;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .notice .zz-ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .notice .zz-ul li {
    margin-bottom: 0.4rem;
  }
}
.notice .zz-ul li:hover {
  border-color: transparent;
  box-shadow: 0 3px 9px rgba(72, 127, 181, 0.07);
}
.notice .zz-ul li:hover .bgimg {
  opacity: 1;
}
.notice .zz-ul li:hover .zz-right .zz-btn .zz-a {
  background: #005dff;
  color: #fff;
}
.notice .zz-ul li .bgimg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.notice .zz-ul li:nth-of-type(2n+2) {
  margin-right: 0;
}
.notice .zz-ul li .zz-a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0.25rem 0.4rem 0.8rem 0.3rem;
}
@media (max-width: 1366px) {
  .notice .zz-ul li .zz-a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .notice .zz-ul li .zz-a {
    padding: 0.5rem 0.4rem;
  }
}
.notice .zz-ul li .zz-left {
  position: relative;
  z-index: 3;
}
.notice .zz-ul li .zz-left .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;
  color: #333;
}
@media (max-width: 767px) {
  .notice .zz-ul li .zz-left .h3 {
    -webkit-line-clamp: unset;
    height: auto;
  }
}
.notice .zz-ul li .zz-left .zz-date {
  margin-top: 0.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .notice .zz-ul li .zz-left .zz-date {
    margin-top: 0.3rem;
  }
}
.notice .zz-ul li .zz-right {
  position: relative;
  z-index: 3;
}
@media (max-width: 1366px) {
  .notice .zz-ul li .zz-right .zz-btn {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .notice .zz-ul li .zz-right .zz-btn {
    margin-top: 0.6rem;
  }
}
.notice .zz-ul li .zz-right .zz-btn .zz-a {
  display: flex;
  padding: 6px 10px;
  background: #e8f0ff;
  border-radius: 5px;
  color: #005dff;
  transition: all 0.4s;
}
.financial {
  padding: 1.4rem 0;
  background: #f5fafe;
}
.financial .zz-box {
  margin-top: 0.8rem;
}
.financial .zz-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
@media (max-width: 1366px) {
  .financial .zz-list {
    flex-direction: column;
  }
}
.financial .zz-list:last-child {
  margin-bottom: 0;
}
.financial .zz-list .zz-left {
  width: 27.35%;
}
@media (max-width: 767px) {
  .financial .zz-list .zz-left {
    width: 100%;
    font-size: 0.4rem;
  }
}
.financial .zz-list .zz-right {
  width: 72.65%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .financial .zz-list .zz-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.financial .zz-list .zz-right li {
  width: 41.59%;
  margin-right: 11.8%;
  margin-bottom: 0.4rem;
}
.financial .zz-list .zz-right li:nth-of-type(2n+2) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .financial .zz-list .zz-right li {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li {
    width: 100%;
    margin-right: 0;
  }
}
.financial .zz-list .zz-right li:hover .zz-r .zz-public-btn2 {
  background: #005dff;
  color: #fff;
}
.financial .zz-list .zz-right li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.financial .zz-list .zz-right li .zz-l {
  position: relative;
  z-index: 1;
  width: 45.23%;
}
.financial .zz-list .zz-right li .zz-l .zz-icon {
  height: 12px;
  width: auto;
  position: absolute;
  top: 0.2rem;
  left: 0.15rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li .zz-l .zz-icon {
    height: 0.24rem;
    left: 0.3rem;
  }
}
.financial .zz-list .zz-right li .zz-l .public-img {
  width: 100%;
}
.financial .zz-list .zz-right li .zz-l .public-img::before {
  padding-top: 136.84%;
}
.financial .zz-list .zz-right li .zz-l .public-img img {
  transition: all 0.8s;
}
.financial .zz-list .zz-right li .zz-l .zz-cont {
  color: #fff;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li .zz-l .zz-cont {
    padding: 0.15rem 0.3rem 0.4rem;
  }
}
.financial .zz-list .zz-right li .zz-l .zz-cont .zz-date {
  line-height: 1;
}
@media (max-width: 1580px) {
  .financial .zz-list .zz-right li .zz-l .zz-cont .zz-date {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li .zz-l .zz-cont .zz-date {
    font-size: 0.36rem;
  }
}
.financial .zz-list .zz-right li .zz-l .zz-cont .zz-text {
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .financial .zz-list .zz-right li .zz-l .zz-cont .zz-text {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li .zz-l .zz-cont .zz-text {
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
}
.financial .zz-list .zz-right li .zz-r {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.55rem 0.3rem 0.5rem;
  flex: 1;
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li .zz-r {
    padding: 0.4rem;
  }
}
.financial .zz-list .zz-right li .zz-r .zz-title {
  color: #333;
}
@media (max-width: 1580px) {
  .financial .zz-list .zz-right li .zz-r .zz-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .financial .zz-list .zz-right li .zz-r .zz-title {
    font-size: 0.32rem;
  }
}
.financial .zz-list .zz-right li .zz-r .zz-public-btn2 {
  margin-top: 0.2rem;
}
.financial.esg5 {
  background: #fff;
  padding: 1.15rem 0;
}
@media (max-width: 767px) {
  .financial.esg5 {
    padding-bottom: 0.85rem;
  }
}
.financial.esg5 .zz-box {
  margin-top: 0;
}
.financial.esg5 .zz-list .zz-left {
  width: 23.35%;
}
@media (max-width: 1024px) {
  .financial.esg5 .zz-list .zz-left {
    width: 100%;
  }
}
.financial.esg5 .zz-list .zz-right {
  width: 73.65%;
}
@media (max-width: 1366px) {
  .financial.esg5 .zz-list .zz-right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .financial.esg5 .zz-list .zz-right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.financial.esg5 .zz-list .zz-right li {
  width: 46%;
  margin-right: 8%;
}
@media (max-width: 767px) {
  .financial.esg5 .zz-list .zz-right li {
    width: 100%;
    margin-right: 0;
  }
}
.financial.esg5 .zz-list .zz-right li:nth-of-type(2n+2) {
  margin-right: 0;
}
.financial.esg5 .zz-list .zz-right li .zz-l {
  width: 52%;
  box-shadow: 0 6px 40px rgba(72, 127, 181, 0.1);
}
.financial.esg5 .zz-list .zz-right li .zz-r {
  background: #fff;
}
.ipo {
  padding: 1.4rem 0 1.6rem;
}
@media (max-width: 767px) {
  .ipo {
    padding: 0.75rem 0 1.2rem;
  }
}
.ipo .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .ipo .container {
    flex-direction: column;
  }
}
.ipo .zz-public-title {
  width: 27.35%;
}
@media (max-width: 767px) {
  .ipo .zz-public-title {
    width: 100%;
  }
}
.ipo .zz-box {
  width: 72.65%;
}
@media (max-width: 767px) {
  .ipo .zz-box {
    width: 100%;
  }
}
.ipo .zz-list {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.ipo .zz-list:nth-of-type(1) a {
  padding-top: 0;
}
@media (max-width: 767px) {
  .ipo .zz-list:nth-of-type(1) a {
    padding-top: 0.6rem;
  }
}
.ipo .zz-list::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #005dff;
  transition: all 0.8s;
  bottom: 0;
  left: 0;
}
.ipo .zz-list:hover::before {
  width: 100%;
}
.ipo .zz-list:hover .zz-public-btn2 {
  background: #005dff;
  color: #fff;
}
.ipo .zz-list a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.3rem 0.35rem 0;
}
@media (max-width: 767px) {
  .ipo .zz-list a {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.6rem 0;
  }
}
.ipo .zz-list .h3,
.ipo .zz-list .zz-date {
  color: #333;
}
.ipo .zz-list .zz-date {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .ipo .zz-list .zz-date {
    margin-top: 0.15rem;
  }
}
.ipo .zz-list .zz-left {
  flex: 1;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .ipo .zz-list .zz-right {
    margin-top: 0.5rem;
  }
}
.calendar {
  padding: 1.4rem 0 1.25rem;
}
@media (max-width: 767px) {
  .calendar {
    padding: 0.8rem 0 0.6rem;
  }
}
.calendar .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .calendar .container {
    flex-direction: column;
  }
}
.calendar .zz-left {
  width: 27.35%;
  position: sticky;
  top: 1.2rem;
  padding-right: 1rem;
}
@media (max-width: 1024px) {
  .calendar .zz-left {
    padding-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .calendar .zz-left {
    width: 100%;
    position: relative;
    top: unset;
    padding-right: 0;
  }
}
.calendar .zz-left .zz-ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 0.75rem;
  max-height: 3.4rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.calendar .zz-left .zz-ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.calendar .zz-left .zz-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.calendar .zz-left .zz-ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #005dff;
}
@media (max-width: 767px) {
  .calendar .zz-left .zz-ul {
    max-height: unset;
    margin-top: 0.6rem;
    flex-direction: unset;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.calendar .zz-left .zz-ul li {
  color: #ccc;
  transition: all 0.4s;
  cursor: pointer;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .calendar .zz-left .zz-ul li {
    margin-right: 0.4rem;
    margin-bottom: 0;
  }
}
.calendar .zz-left .zz-ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .calendar .zz-left .zz-ul li:last-child {
    margin-right: 0;
  }
}
.calendar .zz-left .zz-ul li:hover,
.calendar .zz-left .zz-ul li.on {
  color: #333;
}
.calendar .zz-right {
  width: 72.65%;
}
@media (max-width: 767px) {
  .calendar .zz-right {
    width: 100%;
  }
}
.calendar .zz-right .zz-boxLi {
  display: none;
}
.calendar .zz-right .zz-boxLi:nth-of-type(1) {
  display: block;
}
.calendar .zz-right .zz-boxLi:nth-of-type(1) .zz-ulBox .zz-ul:nth-of-type(1) {
  display: block;
}
.calendar .zz-right .zz-navBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-navBox {
    margin-top: 0.6rem;
  }
}
.calendar .zz-right .zz-navBox .zz-lis {
  min-height: 40px;
  padding: 0.15rem 0.5rem;
  border-radius: 8px;
  background: #e8f0ff;
  color: #005dff;
  transition: all 0.4s;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .zz-right .zz-navBox .zz-lis:hover,
.calendar .zz-right .zz-navBox .zz-lis.on {
  background: #005dff;
  color: #fff;
}
.calendar .zz-right .zz-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.2rem;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-title-box {
    display: none;
  }
}
.calendar .zz-right .zz-title-box .zz-l {
  display: flex;
  flex: 1;
}
.calendar .zz-right .zz-title-box .zz-l .zz-lis {
  display: flex;
  align-items: center;
}
.calendar .zz-right .zz-title-box .zz-l .zz-lis:nth-of-type(1) {
  width: 26%;
}
@media (max-width: 1024px) {
  .calendar .zz-right .zz-title-box .zz-l .zz-lis:nth-of-type(1) {
    width: 33.5%;
  }
}
.calendar .zz-right .zz-title-box .zz-l .zz-lis:nth-of-type(2) {
  width: 54%;
}
.calendar .zz-right .zz-title-box .zz-l .zz-lis:last-child {
  margin-right: 0;
}
.calendar .zz-right .zz-title-box .zz-l .zz-lis .zz-img {
  height: 18px;
  width: auto;
  margin-right: 10px;
}
.calendar .zz-right .zz-title-box .zz-l .zz-lis .zz-img path {
  fill: #005dff;
}
.calendar .zz-right .zz-title-box .zz-r {
  padding-right: 0.5rem;
}
.calendar .zz-right .zz-ulBox .zz-ul {
  display: none;
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.35rem 0 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li {
    flex-direction: column;
    padding: 0.75rem 0;
  }
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li:last-child {
  border-bottom: 0;
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l {
  flex: 1;
  padding-right: 1rem;
  display: flex;
}
@media (max-width: 1024px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l {
    padding-right: 0;
    flex-direction: column;
  }
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-date {
  width: 28.5%;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-date {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-date {
    width: 37.5%;
  }
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-date {
    width: 100%;
    margin-bottom: 0.35rem;
  }
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-cont {
  width: 58%;
}
@media (max-width: 1366px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-cont {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-cont {
    width: 100%;
  }
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-cont .zz-text {
  color: #666;
  line-height: 1.625em;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-l .zz-cont .zz-text {
    margin-top: 0.3rem;
  }
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-r {
  display: flex;
  align-items: center;
  padding-right: 0.6rem;
  color: #999;
}
@media (max-width: 767px) {
  .calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-r {
    margin-top: 0.7rem;
  }
}
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-r img,
.calendar .zz-right .zz-ulBox .zz-ul .zz-li .zz-r svg {
  height: 15px;
  margin-right: 10px;
}
.stockinfo {
  padding: 1.4rem 0 1.65rem;
}
@media (max-width: 767px) {
  .stockinfo {
    padding: 0.75rem 0 1.2rem;
  }
}
.stockinfo .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .stockinfo .container {
    flex-direction: column;
  }
}
.stockinfo .zz-left {
  width: 27.35%;
}
@media (max-width: 1580px) {
  .stockinfo .zz-left {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .stockinfo .zz-left {
    width: 100%;
  }
}
.stockinfo .zz-right {
  width: 72.65%;
  margin-left: 10px;
  background: #f5fafe;
  padding: 0.4rem;
}
@media (max-width: 1580px) {
  .stockinfo .zz-right {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .stockinfo .zz-right {
    width: 100%;
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .stockinfo .zz-right {
    padding: 0.4rem 0.3rem;
  }
}
.stockinfo .zz-list {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}
.stockinfo .zz-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stockinfo .zz-list {
    flex-direction: column;
  }
}
.stockinfo .zz-list .zz-box1 {
  width: 29.72%;
  background: #e9f2fe;
  border: 1px solid #fff;
  padding: 0.25rem 0.25rem 0.5rem;
  padding-right: 0.15rem;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .stockinfo .zz-list .zz-box1 {
    width: 100%;
    padding: 0.4rem 0.3rem;
    margin: 0;
  }
}
.stockinfo .zz-list .zz-box1 .zz-title {
  margin-bottom: 0.35rem;
}
@media (max-width: 1366px) {
  .stockinfo .zz-list .zz-box1 .zz-title {
    font-size: 18px;
  }
}
.stockinfo .zz-list .zz-box1 .zz-p1 {
  margin-bottom: 5px;
}
.stockinfo .zz-list .zz-box1 .zz-p2 {
  color: #005dff;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .stockinfo .zz-list .zz-box1 .zz-p2 {
    font-size: 26px;
  }
}
.stockinfo .zz-list .zz-box2 {
  width: 17.57%;
  display: flex;
  flex-direction: column;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .stockinfo .zz-list .zz-box2 {
    width: 100%;
    flex-direction: unset;
    margin: 0;
  }
}
.stockinfo .zz-list .zz-box2 .zz-lis {
  flex: 1;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.stockinfo .zz-list .zz-box2 .zz-lis:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stockinfo .zz-list .zz-box2 .zz-lis {
    margin-bottom: 0;
  }
}
.stockinfo .zz-list .zz-box2 .zz-lis .zz-p1 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  background: #fff;
  color: #999;
  padding: 0.15rem 0;
  min-height: 40px;
}
.stockinfo .zz-list .zz-box2 .zz-lis .zz-p2 {
  background: #e9f2fe;
  border: 1px solid #fff;
  color: #005dff;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0;
  min-height: 40px;
}
.stockinfo .zz-list .zz-box2.zz-box3 {
  width: 29.72%;
}
@media (max-width: 767px) {
  .stockinfo .zz-list2,
  .stockinfo .zz-list3 {
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .stockinfo .zz-list2 .zz-box2,
  .stockinfo .zz-list3 .zz-box2 {
    width: 50%;
  }
  .stockinfo .zz-list2 .zz-box2.zz-box3,
  .stockinfo .zz-list3 .zz-box2.zz-box3 {
    width: 100%;
  }
}
.contact {
  padding: 1.4rem 0 1.35rem;
}
@media (max-width: 767px) {
  .contact {
    padding: 0.75rem 0 1.2rem;
  }
}
.contact .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .contact .container {
    flex-direction: column;
  }
}
.contact .zz-left {
  width: 34.28%;
}
@media (max-width: 1024px) {
  .contact .zz-left {
    width: 100%;
  }
}
.contact .zz-left .zz-cont {
  margin-top: 0.5rem;
}
.contact .zz-left .zz-cont .zz-lis {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.contact .zz-left .zz-cont .zz-lis:last-child {
  margin-bottom: 0;
}
.contact .zz-left .zz-cont .zz-lis span {
  color: #005dff;
}
.contact .zz-right {
  width: 65.72%;
}
@media (max-width: 1024px) {
  .contact .zz-right {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.contact .zz-right .public-img {
  width: 100%;
}
.contact .zz-right .public-img::before {
  padding-top: 65.76%;
}
@media (max-width: 767px) {
  .contact .zz-right .public-img::before {
    padding-top: 130%;
  }
}
.esg1 {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0 1rem;
}
@media (max-width: 767px) {
  .esg1 {
    padding: 0.75rem 0 1.2rem;
  }
}
.esg1 .bgimg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.esg1 .zz-public-title {
  width: 51%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .esg1 .zz-public-title {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .esg1 .zz-public-title {
    width: 100%;
  }
}
.esg1 .h2 {
  position: relative;
  z-index: 1;
}
.esg1 .h2 .zz-icon1 {
  height: 0.4rem;
  width: auto;
  position: absolute;
  top: -0.25rem;
  left: -0.75rem;
}
@media (max-width: 767px) {
  .esg1 .h2 .zz-icon1 {
    left: -13%;
    display: none;
  }
}
.esg1 .h2 .zz-icon2 {
  height: 0.4rem;
  width: auto;
  position: absolute;
  bottom: -0.1rem;
  right: -0.4rem;
}
@media (max-width: 767px) {
  .esg1 .h2 .zz-icon2 {
    right: -11%;
    display: none;
  }
}
.esg1 .zz-imgbox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: 0 30px 20px rgba(0, 73, 147, 0.1);
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .esg1 .zz-imgbox {
    margin-top: 0.55rem;
  }
}
.esg1 .zz-imgbox .public-img {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.esg1 .zz-imgbox .public-img img {
  transition: all 0.8s;
}
.esg1 .zz-imgbox .public-img:hover img {
  transform: scale(1.05);
}
.esg1 .zz-imgbox .public-img::before {
  padding-top: 42.43%;
}
@media (max-width: 767px) {
  .esg1 .zz-imgbox .public-img::before {
    padding-top: 60%;
  }
}
.esg1 .zz-imgbox .public-img img {
  border-radius: inherit;
}
.esg2 {
  padding: 0.9rem 0 1.1rem;
}
@media (max-width: 767px) {
  .esg2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.esg2 .zz-public-title {
  margin-bottom: 0.5rem;
}
.esg2 .zz-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .esg2 .zz-ul {
    padding-bottom: 0.2rem;
  }
}
.esg2 .zz-ul li {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .esg2 .zz-ul li {
    margin-bottom: 0.4rem;
  }
}
.esg2 .zz-ul li:last-child {
  margin-right: 0;
}
.esg2 .zz-ul li i {
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: #005dff;
  display: inline-flex;
  margin-right: 10px;
}
.esg2 .esg2Swp {
  position: relative;
  z-index: 1;
}
.esg2 .swiper-container {
  margin-top: -40px;
  padding-top: 40px;
  margin-bottom: -40px;
  padding-bottom: 40px;
}
.esg2 .swiper-slide.on {
  opacity: 0;
}
.esg2 .swiper-slide .zz-imgbox {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 40px rgba(72, 127, 181, 0.1);
  padding: 0.25rem;
}
.esg2 .swiper-slide .zz-imgbox .public-img {
  width: 100%;
  border-radius: inherit;
}
.esg2 .swiper-slide .zz-imgbox .public-img::before {
  padding-top: 66.15%;
}
.esg2 .swiper-slide .zz-imgbox .public-img img {
  border-radius: inherit;
}
.esg2 .swiper-slide-shadow-left,
.esg2 .swiper-slide-shadow-right {
  opacity: 0 !important;
}
.esg2 .x-public-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: -0.95rem;
}
@media (max-width: 1260px) {
  .esg2 .x-public-prev {
    left: -0.7rem;
  }
}
@media (max-width: 1024px) {
  .esg2 .x-public-prev {
    left: 0.4rem;
    opacity: 1;
  }
}
.esg2 .x-public-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: -0.95rem;
}
@media (max-width: 1260px) {
  .esg2 .x-public-next {
    right: -0.7rem;
  }
}
@media (max-width: 1024px) {
  .esg2 .x-public-next {
    right: 0.4rem;
    opacity: 1;
  }
}
.esg3 {
  background: #f5fafe;
  padding: 1.2rem 0 0.8rem;
}
@media (max-width: 767px) {
  .esg3 {
    padding: 1.2rem 0 0.6rem;
  }
}
.esg3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.esg3 ul li {
  width: 32.14%;
  margin-right: 1.79%;
  margin-bottom: 0.25rem;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .esg3 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.esg3 ul li:hover .public-img img {
  transform: scale(1.05);
}
.esg3 ul li:hover .zz-box {
  transform: translateY(-10%);
}
.esg3 ul li:nth-of-type(3n+1) .zz-box::before {
  background-image: url(../images/zz-79.png);
}
.esg3 ul li:nth-of-type(3n+2) .zz-box::before {
  background-image: url(../images/zz-80.png);
}
.esg3 ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
.esg3 ul li:nth-of-type(3n+3) .zz-box::before {
  background-image: url(../images/zz-81.png);
}
.esg3 ul li .public-img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 6px 40px rgba(72, 127, 181, 0.1);
  z-index: 1;
}
.esg3 ul li .public-img img {
  border-radius: inherit;
  transition: all 0.8s;
}
.esg3 ul li .public-img::before {
  padding-top: 47.77%;
}
.esg3 ul li .zz-box {
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transform: translateY(-5%);
  flex: 1;
  padding: 0.35rem 0.4rem;
  transition: all 0.4s;
  box-shadow: 0 6px 40px rgba(72, 127, 181, 0.1);
}
@media (max-width: 767px) {
  .esg3 ul li .zz-box {
    padding: 0.4rem 0.4rem 0.55rem;
    transform: translateY(-10%);
  }
}
.esg3 ul li .zz-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
  background-repeat: no-repeat;
  transform: translateX(-50%) scale(1.1);
}
.esg3 ul li .zz-box .zz-title {
  margin-bottom: 0.15rem;
}
@media (max-width: 1366px) {
  .esg3 ul li .zz-box .zz-title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .esg3 ul li .zz-box .zz-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .esg3 ul li .zz-box .zz-title {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
}
.esg3 ul li .zz-box .zz-lis {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .esg3 ul li .zz-box .zz-lis {
    margin-bottom: 0.2rem;
  }
}
.esg3 ul li .zz-box .zz-lis:last-child {
  margin-bottom: 0;
}
.esg3 ul li .zz-box .zz-lis i {
  width: 5px;
  height: 5px;
  background: #005dff;
  border-radius: 1000px;
  margin-right: 10px;
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  .esg3 ul li .zz-box .zz-lis i {
    margin-top: 0.6em;
    margin-right: 0.2rem;
    width: 0.1rem;
    height: 0.1rem;
  }
}
.esg3 ul li .zz-box .zz-lis span {
  color: #666;
  flex: 1;
}
@media (max-width: 767px) {
  .esg3 ul li .zz-box .zz-lis span {
    font-size: 0.28rem;
  }
}
.esg4 {
  padding: 1.2rem 0;
  background: #f5fafe;
}
.esg4 .zz-box {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  box-shadow: 0 6px 40px rgba(72, 127, 181, 0.1);
  align-items: stretch;
  background: #fff;
}
@media (max-width: 1024px) {
  .esg4 .zz-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .esg4 .zz-box {
    padding: 0.55rem 0.4rem 0.6rem;
  }
}
.esg4 .zz-box .zz-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 39%;
  height: auto;
}
@media (max-width: 1024px) {
  .esg4 .zz-box .zz-left {
    width: 100%;
  }
}
.esg4 .zz-box .zz-left .zz-boxs {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.55rem 0 0.4rem;
}
@media (max-width: 767px) {
  .esg4 .zz-box .zz-left .zz-boxs {
    padding-top: 0;
    padding-bottom: 0.6rem;
  }
}
.esg4 .zz-box .zz-left .zz-boxs .zz-text {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.625em;
}
.esg4 .zz-box .zz-left .zz-mail {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.esg4 .zz-box .zz-left .zz-mail img,
.esg4 .zz-box .zz-left .zz-mail svg {
  height: 0.15rem;
  margin-right: 0.1rem;
  width: auto;
}
@media (max-width: 767px) {
  .esg4 .zz-box .zz-left .zz-mail img,
  .esg4 .zz-box .zz-left .zz-mail svg {
    height: 0.25rem;
    margin-right: 0.2rem;
  }
}
.esg4 .zz-box .zz-left .zz-mail img path,
.esg4 .zz-box .zz-left .zz-mail svg path {
  fill: #005dff;
}
.esg4 .zz-box .zz-left .zz-mail a {
  color: #333;
  transition: all 0.4s;
}
.esg4 .zz-box .zz-left .zz-mail a:hover {
  color: #005dff;
}
.esg4 .zz-box .zz-right {
  width: 52%;
}
@media (max-width: 1024px) {
  .esg4 .zz-box .zz-right {
    width: 100%;
  }
}
.esg4 .zz-box .zz-right .public-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.esg4 .zz-box .zz-right .public-img img {
  transition: all 0.8s;
}
.esg4 .zz-box .zz-right .public-img:hover img {
  transform: scale(1.05);
}
.esg4 .zz-box .zz-right .public-img img {
  border-radius: inherit;
}
.esg4 .zz-box .zz-right .public-img::before {
  padding-top: 63.7%;
}
@media (max-width: 1024px) {
}
.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.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.zz-curtain .curtain_box {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: 10000;
  transform: translate(-50%, -50%);
  border-radius: 0.25rem;
  width: 45.31%;
  padding: 0.4rem 0.45rem 0.6rem;
}
@media (max-width: 1024px) {
  .zz-curtain .curtain_box {
    width: 90%;
  }
}
.zz-curtain .curtain_box .close_tc {
  position: absolute;
  top: 0;
  right: -0.9rem;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .zz-curtain .curtain_box .close_tc {
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .zz-curtain .curtain_box .close_tc {
    width: 0.8rem;
    height: 0.8rem;
    min-width: 0.8rem;
    min-height: 0.8rem;
    bottom: -20%;
  }
}
.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: 100%;
  height: 100%;
}
.zz-curtain .curtain_box .zz-imgbox {
  padding: 15px;
  border-radius: 0.25rem;
  box-shadow: 0 9px 20px rgba(0, 73, 147, 0.1);
}
.zz-curtain .curtain_box .zz-imgbox .public-img {
  width: 100%;
  border-radius: inherit;
}
.zz-curtain .curtain_box .zz-imgbox .public-img img {
  border-radius: inherit;
}
.zz-curtain .curtain_box .zz-imgbox .public-img::before {
  padding-top: 65.77%;
}
.zz-curtain .curtain_box .zz-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.45rem;
  color: #888;
}
@media (max-width: 1366px) {
  .zz-curtain .curtain_box .zz-btn {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .zz-curtain .curtain_box .zz-btn {
    font-size: 0.28rem;
  }
}
.zz-curtain .curtain_box .zz-btn a {
  color: #005dff;
  text-decoration: underline;
}
.zz_w1400 {
  margin: 0 auto;
  width: 74%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .zz_w1400 {
    width: 90%;
  }
}
.drop-downBox {
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
.drop-downBox.on {
  top: 0;
}
.drop-downBox.on2 {
  display: block;
  animation: hideShow 0.5s;
}
.drop-downBox1 {
  height: 25em;
  top: 0.8rem;
  left: 0;
  display: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .drop-downBox1 {
    top: 1.2rem;
  }
}
.drop-downBox1 .drop-down {
  height: 100%;
}
.drop-downBox1 .zz_w1400 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  height: 100%;
}
.drop-downBox1 .drop-box {
  width: 20.7%;
  border-right: 1px solid #f7f7f7;
}
.drop-downBox1 .dul1 {
  height: 100%;
  padding-top: 0.55rem;
}
.drop-downBox1 .dul1 .dul1-title .zz-title {
  color: #333;
  text-align: left;
  line-height: 1.5;
}
.drop-downBox1 .dul1 .dul1-title .zz-text {
  margin-top: 5px;
  line-height: 1.5;
  color: #999;
  text-align: left;
}
.drop-downBox1 .dul1 .dli1 {
  margin-bottom: 0.1rem;
}
.drop-downBox1 .dul1 .dli1:nth-of-type(1) .dul2-box {
  display: block;
}
.drop-downBox1 .dul1 .dli1:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .dul1 .dli1 .da1 {
  height: 0.5rem;
  min-height: 40px;
  transition: all 0.4s;
}
.drop-downBox1 .dul1 .dli1 .da1:hover .da1-title a,
.drop-downBox1 .dul1 .dli1 .da1.on .da1-title a {
  color: #fff !important;
  padding-left: 0.2rem;
}
.drop-downBox1 .dul1 .dli1 .da1 .da1-title {
  height: 100%;
  display: flex;
  align-items: center;
}
.drop-downBox1 .dul1 .dli1 .da1 .da1-title a {
  color: #999 !important;
  text-align: left;
  line-height: 1.5;
  transition: all 0.4s;
  display: inline-flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media (max-width: 1366px) {
  .drop-downBox1 .dul1 .dli1 .da1 .da1-title a {
    font-size: 15px;
  }
}
.drop-downBox1 .dul2-box {
  display: none;
}
.drop-downBox1 .dul2 {
  position: absolute;
  top: 0;
  left: 20.7%;
  height: 25em;
  width: 79.3%;
  padding-top: 0.6rem;
  padding-left: 0.6rem;
  padding-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
}
.drop-downBox1 .dul2::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f7f7f7;
  top: 0;
  left: 33.5%;
}
.drop-downBox1 .dul2 .dscroll-2 {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 1.5;
}
.drop-downBox1 .dul2 .dscroll-2::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .dul2 .dscroll-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.drop-downBox1 .dul2 .dscroll-2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #005dff;
}
.drop-downBox1 .dul2 .dscroll-2 .dli2 {
  width: 100%;
  margin-bottom: 0.2rem;
}
.drop-downBox1 .dul2 .dscroll-2 .dli2:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .dul2 .dscroll-2 .dli2 .item {
  display: flex;
  align-items: flex-start;
}
.drop-downBox1 .dul2 .dli2.on .dul2-title .zz-a {
  color: #005dff !important;
}
.drop-downBox1 .dul2 .dli2.on .dul2-title .zz-a p {
  background-size: 100% 100%;
}
.drop-downBox1 .dul2 .dli2.on .dul3 {
  display: block;
}
.drop-downBox1 .dul2 .dli2 .dul2-title {
  display: flex;
  align-items: center;
  padding-right: 10%;
  width: 35%;
}
.drop-downBox1 .dul2 .dli2 .dul2-title .zz-a {
  color: #666 !important;
  line-height: 1.5;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-flex;
  text-align: left;
}
.drop-downBox1 .dul2 .dli2 .dul2-title .zz-a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #005dff;
  transition: all 0.4s;
  width: 0;
}
@media (max-width: 1366px) {
  .drop-downBox1 .dul2 .dli2 .dul2-title .zz-a {
    font-size: 15px;
  }
}
.drop-downBox1 .dul2 .dli2 .dul2-title .zz-a p {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #005dff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  display: initial;
}
.drop-downBox1 .dul2 .dli2 .dul2-title .zz-icon {
  margin-left: 10px;
  transition: all 0.4s;
}
.drop-downBox1 .dul2 .dli2 .dul2-title .zz-icon path {
  transition: all 0.4s;
  fill: #333;
}
.drop-downBox1 .dul2 .dul3 {
  display: none;
  position: absolute;
  top: 0;
  width: 65%;
  left: 35%;
}
@media (max-width: 1366px) {
  .drop-downBox1 .dul2 .dul3 {
    width: 75%;
    left: 25%;
  }
}
.drop-downBox1 .dul2 .dul3 .zz-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l {
  width: 31%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .drop-downBox1 .dul2 .dul3 .zz-box .zz-l {
    width: 35%;
  }
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .zz-dul3-text {
  line-height: 1.5em;
  text-align: left;
  color: #666;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
  padding: 0.1rem 0.2rem 0.2rem;
  padding-left: 0;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3:hover img,
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3:hover svg {
  transform: translateX(5px);
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3 span {
  color: #005dff;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3 img,
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3 svg {
  transition: all 0.4s;
  height: 10px;
  width: auto;
  margin-left: 5px;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3 img path,
.drop-downBox1 .dul2 .dul3 .zz-box .zz-l .da3 svg path {
  fill: #005dff;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-r {
  width: 57%;
  overflow: hidden;
  margin-right: 15px;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-r img {
  transition: all 0.8s;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-r:hover img {
  transform: scale(1.05);
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-r .public-img {
  width: 100%;
  border-radius: 5px;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-r .public-img img {
  border-radius: inherit;
}
.drop-downBox1 .dul2 .dul3 .zz-box .zz-r .public-img::before {
  padding-top: 57.89%;
}
.drop-downBox2 {
  height: 25em;
  top: 0.8rem;
  left: 0;
  display: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .drop-downBox2 {
    top: 1.2rem;
  }
}
.drop-downBox2 .drop-down {
  height: 100%;
}
.drop-downBox2 .zz_w1400 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  height: 100%;
}
.drop-downBox2 .drop-box {
  width: 20.7%;
  border-right: 1px solid #f7f7f7;
}
.drop-downBox2 .dul1 {
  height: 100%;
  padding-top: 0.55rem;
}
.drop-downBox2 .dul1 .dscroll-1 {
  height: 16em;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.drop-downBox2 .dul1 .dscroll-1::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.drop-downBox2 .dul1 .dscroll-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.drop-downBox2 .dul1 .dscroll-1::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #005dff;
}
.drop-downBox2 .dul1 .dul1-title {
  margin-bottom: 0.15rem;
}
.drop-downBox2 .dul1 .dul1-title .zz-title {
  color: #333;
  text-align: left;
  line-height: 1.5;
}
.drop-downBox2 .dul1 .dli1 {
  margin-bottom: 0.1rem;
}
.drop-downBox2 .dul1 .dli1.on .da1 {
  color: #005dff !important;
}
.drop-downBox2 .dul1 .dli1.on .da1 span {
  background-size: 100% 100%;
}
.drop-downBox2 .dul1 .dli1.on .dul2-box {
  display: block;
}
.drop-downBox2 .dul1 .dli1:last-child {
  margin-bottom: 0;
}
.drop-downBox2 .dul1 .dli1 .dli1-title {
  line-height: 1.5;
  text-align: left;
  padding-right: 15px;
}
.drop-downBox2 .dul1 .dli1 .da1 {
  line-height: 1.5;
  color: #333;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  text-align: left;
  display: inline-flex !important;
}
.drop-downBox2 .dul1 .dli1 .da1::after {
  position: absolute;
  width: 0;
  transition: all 0.4s;
  height: 2px;
  background: #005dff;
  left: 0;
  bottom: 0;
}
.drop-downBox2 .dul1 .dli1 .da1 span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #005dff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
  display: initial;
}
.drop-downBox2 .dul1 .dli1 .da1 .da1-title {
  height: 100%;
  display: flex;
  align-items: center;
}
.drop-downBox2 .dul1 .dli1 .da1 .da1-title a {
  color: #999 !important;
  text-align: left;
  line-height: 1.5;
  transition: all 0.4s;
  display: inline-flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media (max-width: 1366px) {
  .drop-downBox2 .dul1 .dli1 .da1 .da1-title a {
    font-size: 15px;
  }
}
.drop-downBox2 .dul2-box {
  display: none;
  position: absolute;
  top: 0;
  left: 20.7%;
  width: 79.3%;
  height: 100%;
  padding: 0.6rem 0.5rem;
}
.drop-downBox2 .dul2-box .dul2 {
  height: 100%;
}
.drop-downBox2 .dul2-box .dscroll-2 {
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  height: 100%;
}
.drop-downBox2 .dul2-box .dscroll-2::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.drop-downBox2 .dul2-box .dscroll-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.drop-downBox2 .dul2-box .dscroll-2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #005dff;
}
.drop-downBox2 .dul2-box .zz-listBox {
  display: flex;
  flex-wrap: wrap;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list {
  width: 48.41%;
  line-height: 1.5;
  margin-right: 3.18%;
  margin-bottom: 0.2rem;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list:nth-of-type(2n+2) {
  margin-right: 0;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list:nth-last-child(1),
.drop-downBox2 .dul2-box .zz-listBox .zz-list:nth-last-child(2) {
  margin-bottom: 0;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list:hover .bgimg {
  opacity: 1;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list:hover .zz-cont .zz-text {
  color: #333;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .zz-a {
  display: flex !important;
  align-items: flex-start;
  padding: 0.25rem 0.2rem;
  border-radius: 10px;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: inherit;
  z-index: -1;
  top: 0;
  left: 0;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .zz-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .zz-icon path {
  fill: #005dff;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .zz-cont {
  flex: 1;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .zz-cont .zz-title {
  text-align: left;
  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;
}
.drop-downBox2 .dul2-box .zz-listBox .zz-list .zz-cont .zz-text {
  text-align: left;
  line-height: 1.42857143em;
  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: 2.85em;
  color: #999;
  transition: all 0.4s;
  margin-top: 0.1rem;
}
.zz-curtain2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.zz-curtain2 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.zz-curtain2 .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: 80%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.zz-curtain2 .curtain_box::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.zz-curtain2 .curtain_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.zz-curtain2 .curtain_box::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #005dff;
}
@media (max-width: 1260px) {
}
@media (max-width: 1024px) {
  .zz-curtain2 .curtain_box {
    width: 90%;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 767px) {
  .zz-curtain2 .curtain_box {
    width: 90%;
    padding: 0.6rem 0.4rem;
  }
}
.zz-curtain2 .curtain_box .close_tc {
  position: absolute;
  top: 0;
  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-curtain2 .curtain_box .close_tc:hover {
  transform: rotate(180deg);
}
.zz-curtain2 .curtain_box .close_tc img,
.zz-curtain2 .curtain_box .close_tc svg {
  width: 0.3rem;
  height: 0.3rem;
  display: none;
}
@media (max-width: 767px) {
  .zz-curtain2 .curtain_box .close_tc img,
  .zz-curtain2 .curtain_box .close_tc svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.zz-curtain2 .curtain_box .close_tc img path,
.zz-curtain2 .curtain_box .close_tc svg path {
  fill: #999;
}
.zz-curtain2 .curtain_box .close_tc::before {
  content: '';
  width: 0.3rem;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.zz-curtain2 .curtain_box .close_tc::after {
  content: '';
  width: 0.3rem;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.zz-curtain2 .curtain_box .curtain_title {
  width: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.zz-curtain2 .curtain_box .curtain_title .zz-img {
  position: absolute;
  left: 50%;
  height: 10px;
  bottom: -8px;
  transform: translateX(-50%);
}
.zz-curtain2.zz-zixun .curtain_box .zz-div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .zz-curtain2.zz-zixun .curtain_box .zz-div {
    flex-direction: column;
  }
}
.zz-curtain2.zz-zixun .curtain_title {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .zz-curtain2.zz-zixun .curtain_title {
    margin-bottom: 0.35rem;
  }
}
.zz-curtain2.zz-zixun .curtain_title .zz-text {
  color: #666;
}
@media (max-width: 767px) {
  .zz-curtain2.zz-zixun .curtain_title .zz-text {
    margin-top: 0.1rem;
  }
}
.zz-curtain2.zz-zixun .zz-input {
  width: 48.93%;
  margin-bottom: 0.2rem;
  display: flex;
  padding: 0 0;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .zz-curtain2.zz-zixun .zz-input {
    width: 100%;
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .zz-curtain2.zz-zixun .zz-input {
    min-height: 0.9rem;
    margin-bottom: 0.3rem;
    padding: 0;
  }
}
.zz-curtain2.zz-zixun .zz-input .inputTips {
  color: #333;
}
@media (max-width: 991px) {
  .zz-curtain2.zz-zixun .zz-input .inputTips {
    width: 1.5rem;
  }
}
.zz-curtain2.zz-zixun .zz-input .inputTips span {
  color: #ff0000;
}
.zz-curtain2.zz-zixun .zz-input input {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  height: 0.6rem;
  min-height: 40px;
  padding: 0 15px;
  margin-top: 0.1rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .zz-curtain2.zz-zixun .zz-input input {
    padding: 0 0.3rem;
  }
}
.zz-curtain2.zz-zixun .zz-input input::-webkit-input-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-input input:-moz-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-input input::-moz-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-input input:-ms-input-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-textarea {
  position: relative;
  display: flex;
  flex-direction: column;
}
.zz-curtain2.zz-zixun .zz-textarea .inputTips {
  color: #333;
}
@media (max-width: 991px) {
  .zz-curtain2.zz-zixun .zz-textarea .inputTips {
    width: 1.5rem;
  }
}
.zz-curtain2.zz-zixun .zz-textarea .inputTips span {
  color: #ff0000;
}
.zz-curtain2.zz-zixun .zz-textarea textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 1.5rem;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .zz-curtain2.zz-zixun .zz-textarea textarea {
    height: 4rem;
    padding: 0.3rem 0.4rem;
  }
}
.zz-curtain2.zz-zixun .zz-textarea textarea::-webkit-input-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-textarea textarea:-moz-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-textarea textarea::-moz-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-textarea textarea:-ms-input-placeholder {
  color: #999;
}
.zz-curtain2.zz-zixun .zz-select {
  flex: 1;
  position: relative;
  margin-bottom: 0.2rem;
}
.zz-curtain2.zz-zixun .zz-select span {
  color: #f74e4e;
}
.zz-curtain2.zz-zixun .zz-select .zz-icon {
  position: absolute;
  right: 0.2rem;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
}
.zz-curtain2.zz-zixun .zz-select .selectBox {
  position: relative;
  z-index: 1;
}
.zz-curtain2.zz-zixun .zz-select .form-select {
  border: 1px solid #ebebeb;
  padding: 0 15px;
  height: 0.5rem;
  min-height: 40px;
  width: 100%;
  background: #fff;
  margin-top: 0.1rem;
  color: #b2b2b2;
  border-radius: 5px;
}
.zz-curtain2.zz-zixun .zz-select .areaBox {
  display: flex;
  justify-content: space-between;
}
.zz-curtain2.zz-zixun .zz-select .areaBox .selectBox {
  width: 32%;
}
.zz-curtain2.zz-zixun .zz-tips {
  color: #999;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zz-curtain2.zz-zixun .zz-tips .xc-radio {
  margin-right: 0.1rem;
}
.zz-curtain2.zz-zixun .zz-tips a {
  color: #005dff;
}
.zz-curtain2.zz-zixun .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.zz-curtain2.zz-zixun .btnBox .public-btn {
  min-width: 1.6rem;
  height: 0.5rem;
  border-color: #666;
}
@media (max-width: 991px) {
  .zz-curtain2.zz-zixun .btnBox .public-btn {
    min-width: 2.6rem;
  }
}
.zz-curtain2.zz-zixun .btnBox .public-btn .zz-span {
  color: #666;
}
.zz-curtain2.zz-zixun .btnBox .public-btn:hover {
  border-color: #005dff;
}
.zz-curtain2.zz-zixun .btnBox .public-btn:hover .zz-span {
  color: #fff;
}
/* 复选框和单选框 */
.xc-radio:checked,
.xc-radio.xc-checked,
.xc-checkbox:checked,
.xc-checkbox.xc-checked {
  border: solid 1px #005dff;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.xc-radio,
.xc-checkbox {
  width: 15px;
  height: 15px;
  border: solid 1px #ebebeb;
  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: 22%;
  left: 18%;
  background: transparent;
  border: 1px solid #005dff;
  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%;
  }
}
/*# sourceMappingURL=./zz-style.css.map */